Files
orohi 8bb436ea4f first commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 14:59:02 +03:00

12 lines
481 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<rect width="32" height="32" rx="8" fill="url(#g)"/>
<path d="M10 22V14l6-4 6 4v8H10z" stroke="white" stroke-width="1.5" stroke-linejoin="round"/>
<circle cx="16" cy="15" r="2.5" stroke="white" stroke-width="1.5"/>
<defs>
<linearGradient id="g" x1="0" y1="0" x2="32" y2="32">
<stop stop-color="#6366f1"/>
<stop offset="1" stop-color="#8b5cf6"/>
</linearGradient>
</defs>
</svg>