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,30 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40" role="img" aria-label="Uzbekistan flag">
<rect width="60" height="40" rx="4" fill="#0099b5"/>
<path d="M0 20h60v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z" fill="#1eb53a"/>
<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">UZB</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="500">
<path fill="#308738" d="M0 0h1000v500H0z"/>
<path fill="#3081f7" d="M0 0h1000v250H0z"/>
<path fill="#ee162e" d="M0 160h1000v180H0z"/>
<path fill="#fff" d="M0 170h1000v160H0z"/>
<circle cx="140" cy="80" r="60" fill="#fff"/>
<circle cx="160" cy="80" r="60" fill="#3081f7"/>
<g transform="matrix(2 0 0 2 272 128)" fill="#fff">
<g id="e">
<g id="d">
<g id="c">
<g id="b">
<path id="a" d="M0-6v6h3" transform="rotate(18 0 -6)"/>
<use xlink:href="#a" transform="scale(-1 1)" width="100%" height="100%"/>
</g>
<use xlink:href="#b" transform="rotate(72)" width="100%" height="100%"/>
</g>
<use xlink:href="#b" transform="rotate(-72)" width="100%" height="100%"/>
<use xlink:href="#c" transform="rotate(144)" width="100%" height="100%"/>
</g>
<use xlink:href="#d" y="-24" width="100%" height="100%"/>
<use xlink:href="#d" y="-48" width="100%" height="100%"/>
</g>
<use xlink:href="#e" x="24" width="100%" height="100%"/>
<use xlink:href="#e" x="48" width="100%" height="100%"/>
<use xlink:href="#d" x="-48" width="100%" height="100%"/>
<use xlink:href="#d" x="-24" width="100%" height="100%"/>
<use xlink:href="#d" x="-24" y="-24" width="100%" height="100%"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After