9 lines
639 B
XML
9 lines
639 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#0f172a"/>
|
|
<path d="M6 12 L16 6 L26 12 L26 20 L16 26 L6 20 Z" fill="none" stroke="#38bdf8" stroke-width="2"/>
|
|
<circle cx="16" cy="16" r="3" fill="#38bdf8"/>
|
|
<line x1="6" y1="12" x2="16" y2="16" stroke="#38bdf8" stroke-width="1.5" opacity="0.5"/>
|
|
<line x1="26" y1="12" x2="16" y2="16" stroke="#38bdf8" stroke-width="1.5" opacity="0.5"/>
|
|
<line x1="6" y1="20" x2="16" y2="16" stroke="#38bdf8" stroke-width="1.5" opacity="0.5"/>
|
|
<line x1="26" y1="20" x2="16" y2="16" stroke="#38bdf8" stroke-width="1.5" opacity="0.5"/>
|
|
</svg>
|