blob: 2d8943bb61da40368d9fcbbf0c7d8b9f48e5ba24 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<g>
<path d="m 12 1 0 2 -11 0 0 -2" style="fill:#888"/>
<path d="m 8 9 0 2 -7 0 0 -2" style="fill:#888"/>
<path d="m 12 5 0 2 -11 0 0 -2" style="fill:#888"/>
<path d="m 8 13 0 2 -7 0 0 -2 z" style="fill:#888"/>
</g>
<circle cy="12" cx="12" r="3" style="fill:#ff9800;fill-opacity:1;stroke:none"/>
<rect width="2" height="12" x="13" y="1" rx="1" style="fill:#ff9800;fill-opacity:1;stroke:none"/>
</svg>
|