mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-04-18 10:34:06 +00:00
13 lines
654 B
XML
13 lines
654 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#60a5fa" />
|
|
<stop offset="100%" stop-color="#10b981" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" rx="8" fill="#0a0f1a" />
|
|
<path d="M8 8 L24 8 L24 24 L8 24 Z" fill="none" stroke="url(#gradient)" stroke-width="2" stroke-linecap="round" />
|
|
<circle cx="16" cy="16" r="4" fill="url(#gradient)" />
|
|
<path d="M12 12 L20 20 M20 12 L12 20" stroke="url(#gradient)" stroke-width="1.5" stroke-linecap="round" opacity="0.7" />
|
|
</svg>
|