Init commit

This commit is contained in:
Ultradesu
2026-08-12 01:30:57 +01:00
commit 423ea59371
67 changed files with 23280 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="8" y1="56" x2="56" y2="8" gradientUnits="userSpaceOnUse">
<stop stop-color="#6d5dfb"/>
<stop offset="1" stop-color="#49d7a5"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="18" fill="url(#g)"/>
<path d="M25 43V19l22-4v23" fill="none" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="19" cy="44" r="7" fill="white"/>
<circle cx="41" cy="39" r="7" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 553 B