6 lines
384 B
XML
6 lines
384 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect x="25" y="45" width="50" height="40" rx="5" fill="#94a3b8" stroke="#475569" stroke-width="2"/>
|
|
<path d="M35 45 V30 A15 15 0 0 1 65 30 V45" fill="none" stroke="#475569" stroke-width="8"/>
|
|
<circle cx="50" cy="65" r="5" fill="#1e293b"/>
|
|
<rect x="48" y="65" width="4" height="10" fill="#1e293b"/>
|
|
</svg> |