mirror of
https://github.com/sotam0316/drawNET_test.git
synced 2026-04-25 03:58:38 +09:00
8 lines
440 B
XML
8 lines
440 B
XML
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="25" y="10" width="50" height="80" rx="2" fill="#64748b" stroke="#334155" stroke-width="2"/>
|
|
<rect x="30" y="20" width="40" height="5" fill="#94a3b8"/>
|
|
<rect x="30" y="35" width="40" height="5" fill="#94a3b8"/>
|
|
<rect x="30" y="50" width="40" height="5" fill="#94a3b8"/>
|
|
<circle cx="35" cy="75" r="3" fill="#22c55e"/>
|
|
</svg>
|