10 lines
614 B
XML
10 lines
614 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect x="30" y="30" width="40" height="35" rx="8" fill="#e2e8f0" stroke="#64748b" stroke-width="2"/>
|
|
<path d="M35 30 L30 20 L40 30" fill="#64748b"/>
|
|
<path d="M65 30 L70 20 L60 30" fill="#64748b"/>
|
|
<circle cx="43" cy="48" r="3" fill="#1e293b"/>
|
|
<circle cx="57" cy="48" r="3" fill="#1e293b"/>
|
|
<path d="M43 58 Q50 52 57 58" fill="none" stroke="#1e293b" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="50" y1="30" x2="50" y2="25" stroke="#64748b" stroke-width="2"/>
|
|
<circle cx="50" cy="23" r="3" fill="#94a3b8"/>
|
|
</svg> |