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_4684)">
<path d="M16 16.0569H0V0.0568848H16V16.0569Z" fill="#808080" fill-opacity="0.00"/>
<path d="M2 1.08691C0 1.08691 0 3.08691 0 3.08691V13.0869C0 15.0869 2 15.0869 2 15.0869H14C16 15.0869 16 13.0869 16 13.0869V3.08691C16 3.08691 16 1.08691 14 1.08691H2ZM9.313 5.05591C9.44126 5.02303 9.57723 5.04032 9.69318 5.10424C9.80913 5.16816 9.89633 5.27391 9.937 5.39991L11.375 10.0869H14V11.0869H11C10.8962 11.0836 10.7959 11.049 10.7122 10.9876C10.6284 10.9262 10.5653 10.8409 10.531 10.7429L9.47 7.27391L7.939 12.7119C7.831 13.0609 7.285 13.1579 7.064 12.8679L5.75 11.0869H2V10.0869H6C6.16 10.0889 6.316 10.1739 6.406 10.3059L7.281 11.4929L8.97 5.39891C8.99434 5.31794 9.03843 5.2443 9.09831 5.1846C9.15818 5.1249 9.23196 5.08002 9.313 5.05591Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After