6 lines
405 B
XML
6 lines
405 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="4" fill="#09090b"/>
|
|
<path d="M16 6l-8 4.5v7L16 22l8-4.5v-7L16 6z" fill="none" stroke="#fbbf24" stroke-width="1.5" stroke-linejoin="round"/>
|
|
<circle cx="16" cy="14" r="3" fill="none" stroke="#ef4444" stroke-width="1.5"/>
|
|
<line x1="16" y1="17" x2="16" y2="22" stroke="#ef4444" stroke-width="1.5"/>
|
|
</svg>
|