Fix country flag not showing in language selector

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-04-26 00:46:40 +06:00
parent 19c2edb08d
commit 0b2bc01955
263 changed files with 17749 additions and 4 deletions

25
static/flags/4x3/in.svg Normal file
View file

@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-in" viewBox="0 0 640 480">
<path fill="#f93" d="M0 0h640v160H0z"/>
<path fill="#fff" d="M0 160h640v160H0z"/>
<path fill="#128807" d="M0 320h640v160H0z"/>
<g transform="matrix(3.2 0 0 3.2 320 240)">
<circle r="20" fill="#008"/>
<circle r="17.5" fill="#fff"/>
<circle r="3.5" fill="#008"/>
<g id="d">
<g id="c">
<g id="b">
<g id="a" 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 KiB