Skip to content

Commit

Permalink
Add East African Community (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Jul 25, 2023
1 parent 2b73045 commit f03bcc7
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 1 deletion.
7 changes: 7 additions & 0 deletions country.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,13 @@
"iso": true,
"name": "Dominican Republic"
},
{
"code": "eac",
"flag_1x1": "flags/1x1/eac.svg",
"flag_4x3": "flags/4x3/eac.svg",
"iso": false,
"name": "East African Community"
},
{
"capital": "Quito",
"code": "ec",
Expand Down
6 changes: 6 additions & 0 deletions css/flag-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,12 @@
.fi-ea.fis {
background-image: url(../flags/1x1/ea.svg);
}
.fi-eac {
background-image: url(../flags/4x3/eac.svg);
}
.fi-eac.fis {
background-image: url(../flags/1x1/eac.svg);
}
.fi-es-ct {
background-image: url(../flags/4x3/es-ct.svg);
}
Expand Down
2 changes: 1 addition & 1 deletion css/flag-icons.min.css

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions flags/1x1/eac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions flags/4x3/eac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions less/flag-icons-more.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.flag-icon(cp);
.flag-icon(dg);
.flag-icon(ea);
.flag-icon(eac);
.flag-icon(es-ct);
.flag-icon(es-ga);
.flag-icon(es-pv);
Expand Down

0 comments on commit f03bcc7

Please sign in to comment.