Switch to light number icon

This commit is contained in:
Fedor Indutny 2024-02-12 12:14:27 -08:00 committed by GitHub
parent 013d99c1ae
commit 1fee320d19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.7327 4.16031C17.8212 3.75566 17.5649 3.35588 17.1603 3.26736C16.7556 3.17885 16.3558 3.43512 16.2673 3.83976L15.4119 7.75003L10.4474 7.75003L11.2327 4.16031C11.3212 3.75567 11.0649 3.35588 10.6602 3.26736C10.2556 3.17885 9.85582 3.43512 9.7673 3.83977L8.91193 7.75003H5.5C5.08579 7.75003 4.75 8.08582 4.75 8.50003C4.75 8.91425 5.08579 9.25003 5.5 9.25003H8.5838L7.38068 14.75H4C3.58579 14.75 3.25 15.0858 3.25 15.5C3.25 15.9142 3.58579 16.25 4 16.25H7.05255L6.2673 19.8398C6.17878 20.2444 6.43506 20.6442 6.8397 20.7327C7.24435 20.8212 7.64413 20.565 7.73265 20.1603L8.58802 16.25L13.5526 16.25L12.7673 19.8398C12.6788 20.2444 12.9351 20.6442 13.3397 20.7327C13.7444 20.8212 14.1442 20.565 14.2327 20.1603L15.088 16.25H18.5C18.9142 16.25 19.25 15.9142 19.25 15.5C19.25 15.0858 18.9142 14.75 18.5 14.75H15.4162L16.6193 9.25003H20C20.4142 9.25003 20.75 8.91425 20.75 8.50003C20.75 8.08582 20.4142 7.75003 20 7.75003H16.9474L17.7327 4.16031ZM15.0838 9.25003L10.1193 9.25003L8.91615 14.75L13.8807 14.75L15.0838 9.25003Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,3 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8547 4.18699C17.958 3.7149 17.659 3.24848 17.1869 3.14521C16.7149 3.04195 16.2484 3.34093 16.1452 3.81302L15.3113 7.62501L10.6027 7.62501L11.3548 4.18699C11.4581 3.71491 11.1591 3.24849 10.687 3.14522C10.2149 3.04195 9.74848 3.34094 9.64521 3.81302L8.81134 7.62501H5.5C5.01675 7.62501 4.625 8.01676 4.625 8.50001C4.625 8.98326 5.01675 9.37501 5.5 9.37501H8.42853L7.28009 14.625H4C3.51675 14.625 3.125 15.0168 3.125 15.5C3.125 15.9833 3.51675 16.375 4 16.375H6.89728L6.14521 19.813C6.04195 20.2851 6.34093 20.7515 6.81302 20.8548C7.2851 20.9581 7.75152 20.6591 7.85479 20.187L8.68866 16.375H13.3972L12.6452 19.813C12.5419 20.2851 12.8409 20.7515 13.313 20.8548C13.7851 20.9581 14.2515 20.6591 14.3547 20.187L15.1886 16.375H18.5C18.9832 16.375 19.375 15.9833 19.375 15.5C19.375 15.0168 18.9832 14.625 18.5 14.625H15.5714L16.7199 9.37501H20C20.4832 9.37501 20.875 8.98326 20.875 8.50001C20.875 8.01676 20.4832 7.62501 20 7.62501H17.1027L17.8547 4.18699ZM14.9285 9.37501H10.2199L9.07147 14.625H13.7801L14.9285 9.37501Z" fill="black"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -43,7 +43,7 @@
}
&--phone-number::before {
-webkit-mask-image: url('../images/icons/v3/number/number.svg');
-webkit-mask-image: url('../images/icons/v3/number/number-light.svg');
}
}
}