7 lines
412 B
XML
7 lines
412 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<rect width="20" height="20" rx="3" fill="#1a1a2e"/>
|
|
<path d="M4 10 L8 6 L12 10 L16 4" stroke="#00d4ff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="10" cy="14" r="2" fill="#ff6b6b"/>
|
|
<path d="M6 16 L14 16" stroke="#4ecdc4" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|