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_3753)">
<path d="M11.0008 9.00299C9.68877 9.00299 8.59577 9.86099 8.18777 11.034C7.5573 11.1122 6.98046 11.4282 6.57499 11.9172C6.16951 12.4063 5.96597 13.0317 6.00591 13.6658C6.04585 14.2998 6.32626 14.8947 6.7899 15.3291C7.25354 15.7634 7.86546 16.0045 8.50077 16.003H13.5008C14.1361 16.0045 14.748 15.7634 15.2116 15.3291C15.6753 14.8947 15.9557 14.2998 15.9956 13.6658C16.0356 13.0317 15.832 12.4063 15.4266 11.9172C15.0211 11.4282 14.4442 11.1122 13.8138 11.034C13.4058 9.86099 12.3128 9.00299 11.0008 9.00299Z" fill="#232323"/>
<path d="M0.000732422 0.00299072H16.0007V16.003H0.000732422V0.00299072Z" fill="#808080" fill-opacity="0.00"/>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After