fix: symbolic icon size

Normalizes symbolic icon sizes to 16x16 to match designs.
This commit is contained in:
Vukašin Vojinović 2024-08-15 12:37:51 +02:00 committed by Michael Murphy
parent 370c386d2e
commit 33c43d7bc5
53 changed files with 53 additions and 53 deletions

View file

@ -1,4 +1,4 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_412_3770)">
<path d="M16 0H0V16H16V0Z" fill="#808080" fill-opacity="0.00"/>
<path d="M7.96997 -1.20801e-05C6.90097 -0.0280121 5.94197 0.930988 5.96997 1.99999H1.96997C1.96997 1.99999 0.969971 1.99999 0.969971 2.99999V14C0.969971 15 1.96997 15 1.96997 15H9.96997V12H3.96997V11H9.96997V9.99999H14.97V2.99999C14.97 1.99999 13.97 1.99999 13.97 1.99999H9.96997C10.017 0.917988 9.03997 -0.0220121 7.96997 -1.20801e-05ZM7.96997 0.999988C8.80697 0.969988 9.32397 2.15299 8.68897 2.71899C8.14597 3.32099 7.01097 2.90299 6.96997 2.09399C6.89797 1.52099 7.39297 0.986988 7.96997 0.999988ZM3.96997 4.99999H11.97V5.99999H3.96997V4.99999ZM3.96997 7.99999H11.97V8.99999H3.96997V7.99999Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After