2
0

add repo icon

This commit is contained in:
ai
2026-04-03 12:43:35 +00:00
parent 554f015c9e
commit cffc44205c
2 changed files with 24 additions and 0 deletions

24
icon.svg Normal file
View File

@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a2e"/>
<stop offset="100%" style="stop-color:#16213e"/>
</linearGradient>
</defs>
<!-- background circle -->
<circle cx="128" cy="128" r="120" fill="url(#bg)"/>
<!-- outer ring -->
<circle cx="128" cy="128" r="120" fill="none" stroke="#e0e0e0" stroke-width="3" opacity="0.3"/>
<!-- the dot -->
<circle cx="128" cy="128" r="24" fill="#e0e0e0"/>
<!-- prompt cursor: > -->
<text x="68" y="142" font-family="monospace" font-size="48" font-weight="bold" fill="#e0e0e0" opacity="0.4"></text>
<!-- three config dots orbiting -->
<circle cx="128" cy="52" r="6" fill="#e0e0e0" opacity="0.5"/>
<circle cx="193" cy="166" r="6" fill="#e0e0e0" opacity="0.5"/>
<circle cx="63" cy="166" r="6" fill="#e0e0e0" opacity="0.5"/>
<!-- connecting lines (subtle) -->
<line x1="128" y1="58" x2="128" y2="104" stroke="#e0e0e0" stroke-width="1.5" opacity="0.2"/>
<line x1="188" y1="163" x2="149" y2="141" stroke="#e0e0e0" stroke-width="1.5" opacity="0.2"/>
<line x1="68" y1="163" x2="107" y2="141" stroke="#e0e0e0" stroke-width="1.5" opacity="0.2"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB