13 lines
452 B
XML
13 lines
452 B
XML
<svg width="32" height="32" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|||
|
|
<rect x="1" y="1" width="28" height="28" rx="8" fill="#2b3033" stroke="rgba(94,224,140,0.45)" />
|
||
|
|
<circle cx="15" cy="15" r="8" stroke="#5ee08c" stroke-width="1.5" />
|
||
|
|
<polyline
|
||
|
|
points="8,15 12,15 14,9 17,21 19,15 22,15"
|
||
|
|
fill="none"
|
||
|
|
stroke="#5ee08c"
|
||
|
|
stroke-width="1.6"
|
||
|
|
stroke-linecap="round"
|
||
|
|
stroke-linejoin="round"
|
||
|
|
/>
|
||
|
|
</svg>
|