6 lines
296 B
XML
6 lines
296 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<rect width="32" height="32" rx="8" fill="#111"/>
|
|
<path d="M8 16c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8" stroke="#42ff9c" stroke-width="2.5" stroke-linecap="round"/>
|
|
<circle cx="16" cy="16" r="3" fill="#42ff9c"/>
|
|
</svg>
|