14 lines
629 B
XML
Raw Normal View History

2026-03-12 20:51:38 -07:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<defs>
<linearGradient id="fg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6366f1"/>
<stop offset="100%" style="stop-color:#a855f7"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="6" fill="#1e1e2e"/>
<path d="M16 3 L28 9 L28 19 Q28 27 16 30 Q4 27 4 19 L4 9 Z"
fill="none" stroke="url(#fg)" stroke-width="1.5" opacity="0.6"/>
<text x="16" y="22" font-family="monospace" font-size="16" font-weight="bold"
fill="url(#fg)" text-anchor="middle">S</text>
</svg>