support svgs with currentColor

This commit is contained in:
galister
2025-12-20 19:32:24 +09:00
parent 796fdcbc01
commit 4c06fef35d
72 changed files with 78 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
<svg width="24" height="16" viewBox="0 0 24 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g stroke="white" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<g stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<path d="M2 13 L6 5 H18 L22 13 Z"></path>
<path d="M7 13 L9 5"></path>

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 447 B