This commit is contained in:
2026-02-24 20:40:00 +03:00
parent 9e434713af
commit e11b5350a6
2 changed files with 14 additions and 34 deletions

View File

@@ -1,13 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00d4ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#007bff;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="32" height="32" rx="6" fill="#1a1a2e"/>
<circle cx="16" cy="16" r="10" fill="none" stroke="url(#grad)" stroke-width="2"/>
<circle cx="16" cy="16" r="4" fill="url(#grad)"/>
<rect x="6" y="12" width="4" height="8" rx="1" fill="#00d4ff"/>
<rect x="22" y="12" width="4" height="8" rx="1" fill="#00d4ff"/>
<rect width="32" height="32" rx="6" fill="#ff6b00"/>
<!-- Lightning bolt -->
<path fill="#fff" d="M18 4L8 18h7l-2 10 10-14h-7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 204 B