We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efca73 commit 001ccf5Copy full SHA for 001ccf5
1 file changed
Source Code/layouts/partials/resources/Vector_Icon_Library.html
@@ -680,9 +680,11 @@
680
fill="currentColor" stroke="none" />
681
</svg>
682
{{- else if (eq $icon_name "music") -}}
683
-{{- /* Asset: Music - Single filled note identifier. */ -}}
+{{- /* Asset: Music - Double filled note identifier for symmetry with reference design. */ -}}
684
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" stroke="none">
685
- <path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z" />
+ <path d="M9 18V5l12-2v13" />
686
+ <circle cx="6" cy="18" r="3" />
687
+ <circle cx="18" cy="16" r="3" />
688
689
{{- else if (eq $icon_name "pause") -}}
690
{{- /* Asset: Pause - Standard Lucide-style pause identifier. */ -}}
0 commit comments