7 lines
341 B
XML
7 lines
341 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect x="2" y="2" width="28" height="28" rx="7" fill="#1e1e1e"/>
|
|
<rect x="2" y="2" width="28" height="28" rx="7" fill="none" stroke="#4ec9b0" stroke-width="1.5"/>
|
|
<path d="M13 10.5 L23 16 L13 21.5 Z" fill="#4ec9b0"/>
|
|
<circle cx="9" cy="16" r="1.4" fill="#9da0a4"/>
|
|
</svg>
|