30 lines
675 B
XML
30 lines
675 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 2400" width="1024" height="2400">
|
|
<!-- dot: ai mark scaled 50%, pre-computed coordinates (no transform) -->
|
|
<path fill="#000000" d="
|
|
M 565.5,116
|
|
L 512,3.5
|
|
L 458.5,116
|
|
A 150,150 0 0,0 364,279.5
|
|
L 293.5,382.5
|
|
L 417.5,372.5
|
|
A 150,150 0 0,0 606.5,372.5
|
|
L 730.5,382.5
|
|
L 660,279.5
|
|
A 150,150 0 0,0 565.5,116
|
|
Z
|
|
"/>
|
|
<!-- bar: vertical stroke as path (no rect) -->
|
|
<path fill="#000000" d="
|
|
M 390,650
|
|
L 634,650
|
|
Q 652,650 652,668
|
|
L 652,2332
|
|
Q 652,2350 634,2350
|
|
L 390,2350
|
|
Q 372,2350 372,2332
|
|
L 372,668
|
|
Q 372,650 390,650
|
|
Z
|
|
"/>
|
|
</svg>
|