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

9
static/flags/4x3/gg.svg Normal file
View file

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-gg" viewBox="0 0 640 480">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#e8112d" d="M256 0h128v480H256z"/>
<path fill="#e8112d" d="M0 176h640v128H0z"/>
<path id="a" fill="#f9dd16" d="M110 286.7l23.3-23.4h210v-46.6h-210L110 193.3z"/>
<use width="36" height="24" transform="rotate(90 320 240)" xlink:href="#a"/>
<use width="36" height="24" transform="rotate(-90 320 240)" xlink:href="#a"/>
<use width="36" height="24" transform="rotate(180 320 240)" xlink:href="#a"/>
</svg>

After

Width:  |  Height:  |  Size: 595 B