fix: update SVG icons to use 'none' for fill attribute

This commit is contained in:
LOUIS POTEVIN
2026-05-27 15:07:15 +02:00
parent 96b8192408
commit 17f37eec5a
12 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.77778 10.2222L3 16L8.77778 21.7778M23.2222 10.2222L29 16L23.2222 21.7778M18.8889 4.44444L13.1111 27.5556" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 309 B