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_3746)">
<path d="M0 0.00299072H16V16.003H0V0.00299072Z" fill="#808080" fill-opacity="0.00"/>
<path d="M6 7.00299V12.003H7V16.003L10 11.003H9L10.5 7.00299H6Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After