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_3762)">
<path d="M0 0.00299072H16V16.003H0V0.00299072Z" fill="#808080" fill-opacity="0.00"/>
<path d="M8 2.00299C7.20435 2.00299 6.4413 2.31907 5.87869 2.88168C5.31608 3.44429 5 4.20734 5 5.00299C5 5.79864 5.31608 6.56169 5.87869 7.1243C6.4413 7.68691 7.20435 8.00299 8 8.00299C8.79565 8.00299 9.5587 7.68691 10.1213 7.1243C10.6839 6.56169 11 5.79864 11 5.00299C11 4.20734 10.6839 3.44429 10.1213 2.88168C9.5587 2.31907 8.79565 2.00299 8 2.00299ZM8 10.003C2 10.006 2 14.007 2 14.007V15.007H10V10.179C9.34046 10.0567 8.67075 9.9978 8 10.003Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After