danalloway / react-country-flag

React component for emoji/svg country flags.
https://danalloway.github.io/react-country-flag/
MIT License
255 stars 43 forks source link

Missing two country flags #52

Closed Lucas-Calzolari closed 2 years ago

Lucas-Calzolari commented 2 years ago

There are no flag for codes: TA Tristan da Cunha AC Ascension

It would be nice to have those to avoid manually handling those cases when getting list of countries from other libs.

danalloway commented 2 years ago

Emoji versions or SVG flags?

danalloway commented 2 years ago

@Lucas-Calzolari if you want the Emoji versions, that is part of the Unicode spec and we can only use what they release for SVG's we use this SVG library CDN https://flagicons.lipis.dev

so any flags you need there can be opened via GitHub issue hope that helps!