This commit is contained in:
2025-12-04 11:54:23 +01:00
parent c0fdae3d3c
commit 9d5caa87f3
83 changed files with 1579 additions and 2151 deletions

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 32">
<defs>
<linearGradient id="gpTeam3" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#22c55e"/>
<stop offset="1" stop-color="#16a34a"/>
</linearGradient>
</defs>
<rect width="96" height="32" rx="8" fill="#050814"/>
<path d="M14 22L24 10h10l-8 12z" fill="url(#gpTeam3)"/>
<circle cx="54" cy="16" r="6" fill="#e5e7eb"/>
<rect x="66" y="12" width="12" height="8" rx="3" fill="#e5e7eb"/>
</svg>

After

Width:  |  Height:  |  Size: 492 B