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="#e0f2fe" stroke="#0ea5e9" stroke-width="2"/>
|
|
<path d="M35 30 L25 15 L40 30" fill="#0ea5e9"/>
|
|
<path d="M65 30 L75 15 L60 30" fill="#0ea5e9"/>
|
|
<circle cx="43" cy="45" r="4" fill="#1e293b"/>
|
|
<circle cx="57" cy="45" r="4" fill="#1e293b"/>
|
|
<path d="M43 55 Q50 62 57 55" fill="none" stroke="#1e293b" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="50" y1="30" x2="50" y2="20" stroke="#64748b" stroke-width="2"/>
|
|
<circle cx="50" cy="18" r="3" fill="#f43f5e"/>
|
|
</svg> |