11 lines
792 B
XML
11 lines
792 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="#fef3c7" stroke="#d97706" stroke-width="2"/>
|
|
<path d="M35 30 L25 15 L40 30" fill="#d97706"/>
|
|
<path d="M65 30 L75 15 L60 30" fill="#d97706"/>
|
|
<path d="M40 45 L46 45" stroke="#1e293b" stroke-width="2" stroke-linecap="round"/>
|
|
<path d="M54 45 L60 45" stroke="#1e293b" stroke-width="2" stroke-linecap="round"/>
|
|
<path d="M43 55 Q50 65 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="#22c55e"/>
|
|
<path d="M20 20 L25 25 M80 20 L75 25 M20 80 L25 75 M80 80 L75 75" stroke="#f59e0b" stroke-width="2"/>
|
|
</svg> |