assets(flags): replace placeholder flags with realistic designs

Replaces 48 placeholder flag SVGs (simple boxes with country codes) with realistic, detailed flag designs.
This commit is contained in:
Lucas Kalil 2026-06-13 11:57:45 -03:00
parent c068a6bcc1
commit 0ebb66120c
48 changed files with 4779 additions and 227 deletions

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40" role="img" aria-label="Turkey flag">
<rect width="60" height="40" rx="4" fill="#e30a17"/>
<path d="M0 20h60v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z" fill="#f5f5f5"/>
<text x="30" y="25" font-family="Arial, sans-serif" font-size="12" font-weight="700" fill="#ffffff" stroke="#081421" stroke-width="0.8" paint-order="stroke" text-anchor="middle">TUR</text>
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800" viewBox="0 -30000 90000 60000">
<title>Flag of Turkey</title>
<path fill="#e30a17" d="m0-30000h90000v60000H0z"/>
<path fill="#fff" d="m41750 0 13568-4408-8386 11541V-7133l8386 11541zm925 8021a15000 15000 0 1 1 0-16042 12000 12000 0 1 0 0 16042z"/>
</svg>

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 324 B

Before After
Before After