6 lines
415 B
XML
6 lines
415 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
<circle cx="16" cy="16" r="14" fill="#3B82F6" opacity="0.15"/>
|
|
<circle cx="16" cy="16" r="14" fill="none" stroke="#3B82F6" stroke-width="2"/>
|
|
<text x="16" y="16" text-anchor="middle" dominant-baseline="central" font-family="system-ui,-apple-system,sans-serif" font-size="11" font-weight="600" fill="#3B82F6">PS</text>
|
|
</svg>
|