Fix country flag not showing in language selector (#298)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2021-04-26 00:48:49 +06:00 committed by GitHub
parent 19c2edb08d
commit 4679efe5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
263 changed files with 17749 additions and 4 deletions

27
static/flags/4x3/gd.svg Normal file
View file

@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-gd" viewBox="0 0 640 480">
<defs>
<g id="c">
<g id="b">
<path id="a" fill="#fcd116" d="M0-1v1h.5" transform="rotate(18 0 -1)"/>
<use transform="scale(-1 1)" xlink:href="#a"/>
</g>
<use transform="rotate(72)" xlink:href="#b"/>
<use transform="rotate(144)" xlink:href="#b"/>
<use transform="rotate(216)" xlink:href="#b"/>
<use transform="rotate(288)" xlink:href="#b"/>
</g>
</defs>
<path fill="#ce1126" d="M0 0h640v480H0z"/>
<path fill="#007a5e" d="M67.2 67.2h505.6v345.6H67.2z"/>
<path fill="#fcd116" d="M67.2 67.3h505.6L67.2 412.9h505.6z"/>
<circle cx="319.9" cy="240.1" r="57.6" fill="#ce1126"/>
<use width="100%" height="100%" transform="matrix(52.8 0 0 52.8 320 240)" xlink:href="#c"/>
<use width="100%" height="100%" x="-100" transform="translate(-30.3)" xlink:href="#d"/>
<use id="d" width="100%" height="100%" transform="matrix(31.2 0 0 31.2 320 33.6)" xlink:href="#c"/>
<use width="100%" height="100%" x="100" transform="translate(30.3)" xlink:href="#d"/>
<path fill="#ce1126" d="M102.3 240.7a80.4 80.4 0 0033.5 33.2 111 111 0 00-11.3-45l-22.2 11.8z"/>
<path fill="#fcd116" d="M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 01-10.9-41.9 70 70 0 0132.5 30.8c16.4-59.5-42-55.8-57.1-74.8z"/>
<use width="100%" height="100%" x="-100" transform="translate(-30.3 414.6)" xlink:href="#d"/>
<use width="100%" height="100%" transform="matrix(31.2 0 0 31.2 320 448.2)" xlink:href="#c"/>
<use width="100%" height="100%" x="100" transform="translate(30.3 414.6)" xlink:href="#d"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB