mirror of
https://github.com/penpot/penpot.git
synced 2026-05-30 04:08:08 +00:00
* ♻️ Refactor individual border radius inputs * ♻️ Refactor layer opacity input * ♻️ Refactor stroke width inputs and add icon only selects * ♻️ Fix comments on PR
5 lines
373 B
XML
5 lines
373 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
|
|
<path fill="#8f9da3" fill-opacity="0.2" stroke="none" fill-rule="evenodd" d="M0 0h16v16H0z M6 6h4v4H6z"/>
|
|
<rect x="1.5" y="1.5" width="13" height="13"/>
|
|
<path d="M1 1h.01M15 1h.01M1 15h.01M15 15h.01" stroke-width="2"/>
|
|
</svg> |