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_3860)">
<path d="M0 0.00299072H16V16.003H0V0.00299072Z" fill="#808080" fill-opacity="0.00"/>
<path d="M9 0.00299072C8.20625 0.00692405 7.44608 0.32371 6.88444 0.884605C6.32279 1.4455 6.00499 2.20525 6 2.99899H8C8.002 2.43699 8.437 2.00299 9 2.00299C9.563 2.00299 9.998 2.43699 10 2.99899H12C11.995 2.20525 11.6772 1.4455 11.1156 0.884605C10.5539 0.32371 9.79375 0.00692405 9 0.00299072ZM6 3.00299V11.003H8V3.00299H6ZM10 3.00299V11.503C10 12.896 8.893 14.003 7.5 14.003C6.107 14.003 5 12.896 5 11.503V4.00299H3V11.503C3 13.976 5.027 16.003 7.5 16.003C9.973 16.003 12 13.976 12 11.503V3.00299H10Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 856 B

After

Width:  |  Height:  |  Size: 856 B

Before After
Before After