8 lines
418 B
XML
8 lines
418 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<rect width="32" height="32" rx="6" fill="#0b1021"/>
|
|
<path d="M6 11l3 10 3-8 3 8 3-10" fill="none" stroke="#5eead4" stroke-width="2"
|
|
stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="24" cy="12" r="2.4" fill="#f472b6"/>
|
|
<path d="M24 14.5v6" stroke="#f472b6" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|