This commit is contained in:
Tomáš Dvořák
2025-10-16 13:32:05 +02:00
commit 12cba639b9
663 changed files with 168914 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Club logo placeholder">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#e2e8f0"/>
<stop offset="100%" stop-color="#cbd5e1"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="200" height="200" rx="16" fill="url(#g)"/>
<g fill="#64748b">
<circle cx="100" cy="80" r="34" fill="#94a3b8"/>
<path d="M50 150c0-28 22-44 50-44s50 16 50 44v10H50z"/>
</g>
<g fill="#475569" font-family="Arial, Helvetica, sans-serif" font-size="12" text-anchor="middle">
<text x="100" y="180">Bez loga</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 733 B