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_1527_4687)">
<path d="M0 0.0568848H16V16.0569H0V0.0568848Z" fill="#808080" fill-opacity="0.00"/>
<path d="M10 7.05688C9.20666 7.05704 8.43128 7.2931 7.77244 7.73505C7.11361 8.17701 6.60107 8.80489 6.3 9.53889C5.938 9.22835 5.47694 9.05741 5 9.05688C4.46957 9.05688 3.96086 9.2676 3.58579 9.64267C3.21071 10.0177 3 10.5265 3 11.0569C1.892 11.0569 1 11.9489 1 13.0569C1 14.1649 1.892 15.0569 3 15.0569H13C13.4407 15.0571 13.8692 14.9114 14.2184 14.6426C14.5677 14.3737 14.8182 13.9969 14.9307 13.5707C15.0433 13.1446 15.0117 12.6932 14.8408 12.2869C14.6699 11.8807 14.3693 11.5424 13.986 11.3249C13.9937 11.2357 13.9983 11.1463 14 11.0569C14 9.99602 13.5786 8.9786 12.8284 8.22846C12.0783 7.47831 11.0609 7.05688 10 7.05688Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After