5 lines
324 B
XML
5 lines
324 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="16" fill="#0b0c0b"/>
|
|
<circle cx="16" cy="16" r="13" fill="none" stroke="#38403a"/>
|
|
<text x="16" y="21" fill="#7fc96b" font-family="system-ui, sans-serif" font-size="16" font-weight="600" text-anchor="middle">d</text>
|
|
</svg>
|