This commit is contained in:
Johnny
2026-07-13 09:39:24 +02:00
parent 2e43c0ff49
commit 55684ec37c
13 changed files with 1132 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#173042"/>
<stop offset="1" stop-color="#0d1b26"/>
</linearGradient>
<linearGradient id="play" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#26e0d6"/>
<stop offset="1" stop-color="#00bcd4"/>
</linearGradient>
</defs>
<rect x="8" y="8" width="240" height="240" rx="52" fill="url(#bg)"/>
<rect x="8" y="8" width="240" height="240" rx="52" fill="none" stroke="#00bcd4" stroke-opacity="0.25" stroke-width="4"/>
<!-- session list ticks -->
<g fill="#4c6b7a">
<rect x="60" y="72" width="60" height="10" rx="5"/>
<rect x="60" y="92" width="40" height="10" rx="5"/>
</g>
<g fill="#26e0d6">
<rect x="60" y="174" width="60" height="10" rx="5"/>
<rect x="60" y="194" width="40" height="10" rx="5"/>
</g>
<!-- play button -->
<circle cx="150" cy="132" r="58" fill="url(#play)"/>
<path d="M133 104 L178 132 L133 160 Z" fill="#0d1b26"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB