14 lines
748 B
XML
14 lines
748 B
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Music: Chunky Double Note (2px grid) -->
|
|
<!-- Stems (2px wide) -->
|
|
<rect x="5" y="6" width="2" height="10" fill="currentColor"/>
|
|
<rect x="15" y="4" width="2" height="10" fill="currentColor"/>
|
|
<!-- Note Heads (2px height visual weight, actually 4px rects) -->
|
|
<rect x="3" y="14" width="6" height="4" fill="currentColor"/>
|
|
<rect x="13" y="12" width="6" height="4" fill="currentColor"/>
|
|
<!-- Beam (2px stepped) -->
|
|
<rect x="5" y="6" width="4" height="2" fill="currentColor"/>
|
|
<rect x="9" y="5" width="4" height="2" fill="currentColor"/>
|
|
<rect x="13" y="4" width="4" height="2" fill="currentColor"/>
|
|
</svg>
|