Update SVG icons to use currentColor for fill and stroke attributes

- Changed fill attribute from "none" to "currentColor" in sort and stats SVGs.
- Updated stroke color to "currentColor" in upload SVGs.
- Ensured all SVGs maintain their original design while allowing for dynamic color changes based on parent elements.
This commit is contained in:
LOUIS POTEVIN
2026-05-27 13:21:17 +02:00
parent 7e803a24c4
commit eadf6481e8
91 changed files with 127 additions and 127 deletions
@@ -1,3 +1,3 @@
<svg width="13" height="16" viewBox="0 0 13 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="13" height="16" viewBox="0 0 13 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M6.5 16C4.61771 15.5333 3.06367 14.4699 1.83788 12.8096C0.612084 11.1493 -0.000541308 9.30613 3.58878e-07 7.28V2.4L6.5 0L13 2.4V7.28C13 9.30667 12.3874 11.1501 11.1621 12.8104C9.93688 14.4707 8.38283 15.5339 6.5 16ZM6.5 14.32C7.90833 13.88 9.07292 13 9.99375 11.68C10.9146 10.36 11.375 8.89333 11.375 7.28V3.5L6.5 1.7L1.625 3.5V7.28C1.625 8.89333 2.08542 10.36 3.00625 11.68C3.92708 13 5.09167 13.88 6.5 14.32Z" fill="#F4F2EF"/>
</svg>

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 549 B

@@ -1,3 +1,3 @@
<svg width="19" height="24" viewBox="0 0 19 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="19" height="24" viewBox="0 0 19 24" fill="currentColor"ntColor" xmlns="http://www.w3.org/2000/svg">
<path d="M9.5 24C6.74896 23.3 4.47767 21.7048 2.68613 19.2144C0.894584 16.724 -0.000791142 13.9592 5.24514e-07 10.92V3.6L9.5 0L19 3.6V10.92C19 13.96 18.1046 16.7252 16.3139 19.2156C14.5231 21.706 12.2518 23.3008 9.5 24ZM9.5 21.48C11.5583 20.82 13.2604 19.5 14.6062 17.52C15.9521 15.54 16.625 13.34 16.625 10.92V5.25L9.5 2.55L2.375 5.25V10.92C2.375 13.34 3.04792 15.54 4.39375 17.52C5.73958 19.5 7.44167 20.82 9.5 21.48Z" fill="#F4F2EF"/>
</svg>

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 557 B

@@ -1,3 +1,3 @@
<svg width="26" height="32" viewBox="0 0 26 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="26" height="32" viewBox="0 0 26 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M13 32C9.23542 31.0667 6.12733 28.9397 3.67575 25.6192C1.22417 22.2987 -0.00108262 18.6123 7.17756e-07 14.56V4.8L13 0L26 4.8V14.56C26 18.6133 24.7748 22.3003 22.3243 25.6208C19.8738 28.9413 16.7657 31.0677 13 32ZM13 29.64C15.8167 28.76 19.1458 27 20.9875 24.36C22.8292 21.72 23.75 17.7867 23.75 14.56V6L13 2.4L2.25 6V14.56C2.25 17.7867 3.17083 21.72 5.0125 24.36C6.85417 27 10.1833 28.76 13 29.64Z" fill="#F4F2EF"/>
</svg>

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 536 B