What problem does this address?
The current edit icon is visually heavy. This makes it difficult to use in UIs where an edit action needs to be permanently visible on the page without drawing too much attention to itself.
What is your proposed solution?
Add an edit-outline icon to the @wordpress/icons package. This is a lighter, outline version of the existing edit icon that works better when the icon needs to always be present on the page. It's also stylistically aligned with the existing brush icon.
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 20H5V18.5H12V20ZM15.293 4.707C15.6835 4.31658 16.3165 4.31658 16.707 4.707L18.293 6.29294C18.6833 6.68345 18.6834 7.31652 18.293 7.707L10.5 15.5L6.5 16.5L7.5 12.5L15.293 4.707ZM8.85449 13.2666L8.56152 14.4384L9.7334 14.1455L14.9092 8.9697L14.0303 8.09079L8.85449 13.2666ZM15.0908 7.03024L15.9697 7.90915L16.8789 6.99997L16 6.12106L15.0908 7.03024Z"/>
</svg>
What problem does this address?
The current edit icon is visually heavy. This makes it difficult to use in UIs where an edit action needs to be permanently visible on the page without drawing too much attention to itself.
What is your proposed solution?
Add an
edit-outlineicon to the @wordpress/icons package. This is a lighter, outline version of the existing edit icon that works better when the icon needs to always be present on the page. It's also stylistically aligned with the existing brush icon.