7 lines
377 B
XML
7 lines
377 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#cba6f7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Info circle -->
|
|
<circle cx="12" cy="12" r="10" fill="#313244"/>
|
|
<line x1="12" y1="16" x2="12" y2="12" stroke="#89dceb" stroke-width="2"/>
|
|
<circle cx="12" cy="8" r="0.5" fill="#89dceb" stroke="#89dceb"/>
|
|
</svg>
|