country flags added and country switcher added

This commit is contained in:
Benjamin Takats
2022-11-30 16:59:14 +01:00
parent 5da4044450
commit cad1ee22b9
526 changed files with 35618 additions and 25 deletions

View File

@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
<path fill="#f93" d="M0 0h512v170.7H0z"/>
<path fill="#fff" d="M0 170.7h512v170.6H0z"/>
<path fill="#128807" d="M0 341.3h512V512H0z"/>
<g transform="translate(256 256) scale(3.41333)">
<circle r="20" fill="#008"/>
<circle r="17.5" fill="#fff"/>
<circle r="3.5" fill="#008"/>
<g>
<g>
<g>
<g fill="#008">
<circle r=".9" transform="rotate(7.5 -8.8 133.5)"/>
<path d="M0 17.5L.6 7 0 2l-.6 5L0 17.5z"/>
</g>
<use width="100%" height="100%" transform="rotate(15)" xlink:href="#a"/>
</g>
<use width="100%" height="100%" transform="rotate(30)" xlink:href="#b"/>
</g>
<use width="100%" height="100%" transform="rotate(60)" xlink:href="#c"/>
</g>
<use width="100%" height="100%" transform="rotate(120)" xlink:href="#d"/>
<use width="100%" height="100%" transform="rotate(-120)" xlink:href="#d"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB