feat: replace language selector text/globe with country flag icons

This commit is contained in:
TerryM
2026-05-28 10:27:47 +08:00
parent f7d62bff6e
commit 3825c4ec2f
8 changed files with 135 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4220_10204)">
<path d="M0 12C0 5.37281 5.37281 0 12 0C18.6272 0 24 5.37281 24 12" fill="#D81F2A"/>
<path d="M24 12C24 18.6272 18.6272 24 12 24C5.37281 24 0 18.6272 0 12H24Z" fill="#F1F0F0"/>
</g>
<defs>
<clipPath id="clip0_4220_10204">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 428 B