Skip to content

Commit 001ccf5

Browse files
Amey-Thakurmsatmod
andcommitted
Amey's Arc
Co-authored-by: Mega Satish <mega.modha@gmail.com>
1 parent 0efca73 commit 001ccf5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Source Code/layouts/partials/resources/Vector_Icon_Library.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,11 @@
680680
fill="currentColor" stroke="none" />
681681
</svg>
682682
{{- else if (eq $icon_name "music") -}}
683-
{{- /* Asset: Music - Single filled note identifier. */ -}}
683+
{{- /* Asset: Music - Double filled note identifier for symmetry with reference design. */ -}}
684684
<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" />
685+
<path d="M9 18V5l12-2v13" />
686+
<circle cx="6" cy="18" r="3" />
687+
<circle cx="18" cy="16" r="3" />
686688
</svg>
687689
{{- else if (eq $icon_name "pause") -}}
688690
{{- /* Asset: Pause - Standard Lucide-style pause identifier. */ -}}

0 commit comments

Comments
 (0)