0.1.5-dev

This commit is contained in:
2026-04-17 17:43:07 +02:00
parent 4e064d86d2
commit 720403e6c2
9 changed files with 555 additions and 343 deletions
+15
View File
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7c3aed"/>
<stop offset="100%" stop-color="#a855f7"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="8" fill="url(#bg)"/>
<polyline
points="4,24 10,15 16,19 22,9 28,13"
fill="none" stroke="#ffffff" stroke-width="3"
stroke-linejoin="round" stroke-linecap="round"/>
<line x1="4" y1="27" x2="28" y2="27"
stroke="rgba(255,255,255,0.35)" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 578 B