0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-21 18:38:57 +01:00

Add flag for Basque Country (#1014) (#1050)

This commit is contained in:
Niko Halink 2022-12-21 08:12:12 +01:00 committed by GitHub
parent a108610f63
commit c9bb613859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 26 additions and 1 deletions

View File

@ -387,6 +387,13 @@
"iso": false,
"name": "Catalonia"
},
{
"code": "es-pv",
"flag_1x1": "flags/1x1/es-pv.svg",
"flag_4x3": "flags/4x3/es-pv.svg",
"iso": false,
"name": "Basque Country"
},
{
"capital": "George Town",
"code": "ky",

View File

@ -1554,6 +1554,12 @@
.fi-es-ga.fis {
background-image: url(../flags/1x1/es-ga.svg);
}
.fi-es-pv {
background-image: url(../flags/4x3/es-pv.svg);
}
.fi-es-pv.fis {
background-image: url(../flags/1x1/es-pv.svg);
}
.fi-eu {
background-image: url(../flags/4x3/eu.svg);
}

File diff suppressed because one or more lines are too long

5
flags/1x1/es-pv.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-es-pv" viewBox="0 0 512 512">
<path fill="#d52b1e" d="m0 0h512v512h-512z" />
<path fill="#009b48" d="m0 0h42.5l106.7 106.7c58.7 58.7 106.8 106.7 106.8 106.7 0 0 48.1-48 213.5-213.4h42.5v42.5l-106.7 106.7c-58.7 58.7-106.7 106.8-106.7 106.8 0 0 48 48.1 213.4 213.5v42.5h-42.5l-106.7-106.7c-58.7-58.7-106.8-106.7-106.8-106.7 0 0-48.1 48-213.5 213.4h-42.5v-42.5l106.7-106.7c58.7-58.7 106.7-106.8 106.7-106.8 0 0-48-48.1-213.4-213.5v-21.2z" />
<path fill="#fff" d="m221.9 0h68.2v221.9h221.9v68.2h-221.9v221.9h-68.2v-221.9h-221.9v-68.2h221.9v-111z" />
</svg>

After

Width:  |  Height:  |  Size: 613 B

5
flags/4x3/es-pv.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-es-pv" viewBox="0 0 640 480">
<path fill="#D52B1E" d="m0 0h640v480h-640z" />
<path fill="#009B48" d="m0 0h53.1l133.4 100.1c73.4 55 133.4 100 133.5 100 0.1 0 60.1-45 266.9-200.1h53.1v39.9l-133.4 100c-73.4 55-133.4 100.1-133.4 100.1 0 0 60 45.1 266.8 200.2v39.8h-53.1l-133.4-100c-73.4-55.1-133.4-100.1-133.5-100.1-0.1 0-60.1 45-266.9 200.1h-53.1v-39.8l133.4-100.1c73.4-55 133.4-100.1 133.4-100.1 0 0-60-45.1-266.8-200.1v-20z" />
<path fill="#FFF" d="m288.1 0h63.8v208.1h288.1v63.8h-288.1v208.1h-63.8v-208.1h-288.1v-63.8h288.1v-104z" />
</svg>

After

Width:  |  Height:  |  Size: 602 B

View File

@ -4,6 +4,7 @@
.flag-icon(ea);
.flag-icon(es-ct);
.flag-icon(es-ga);
.flag-icon(es-pv);
.flag-icon(eu);
.flag-icon(gb-eng);
.flag-icon(gb-nir);

View File

@ -261,6 +261,7 @@
@include flag-icon(ea);
@include flag-icon(es-ct);
@include flag-icon(es-ga);
@include flag-icon(es-pv);
@include flag-icon(eu);
@include flag-icon(gb-eng);
@include flag-icon(gb-nir);