This commit is contained in:
root
2026-09-19 20:21:47 +02:00
commit 0798933b05
62 changed files with 7658 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#ffb62e"/><stop offset="1" stop-color="#ff3ad8"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="10" fill="#12072b"/>
<circle cx="32" cy="30" r="17" fill="url(#g)"/>
<rect x="12" y="35" width="40" height="2.5" fill="#12072b"/>
<rect x="12" y="41" width="40" height="3.5" fill="#12072b"/>
<path d="M6 50h52" stroke="#28f5ff" stroke-width="3"/>
</svg>

After

Width:  |  Height:  |  Size: 539 B