mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #1269] World flag is missing #586
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#586
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mucan54 on GitHub (Jun 24, 2024).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1269
World flag is missing:
https://commons.wikimedia.org/wiki/File:World_Flag_%282004%29.svg
@umut-enes-akkoyun commented on GitHub (Aug 23, 2024):
you can add it manually with named ww
i did it like that
flag-icons.css :
`.fi-ws.fis {
background-image: url(../flags/1x1/ws.svg);
}
/* additional part */
.fi-ww {
background-image: url(../flags/4x3/ww.svg);
}
.fi-ww.fis {
background-image: url(../flags/1x1/ww.svg);
}
.fi-ye {

background-image: url(../flags/4x3/ye.svg);
}`
add this part in the flag-icons.min.css:

.fi-ww{background-image:url(../flags/4x3/ww.svg)}.fi-ww.fis{background-image:url(../flags/1x1/ww.svg)}
and dont forget download world svg in your static file