danalloway / react-country-flag

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

Abkhazia flag is missing #27

Closed milix2019 closed 4 years ago

milix2019 commented 4 years ago

first of all thanks for your lovely library. I am trying to add Abkhazia flag (AB) but seems like the flag doesn't exist. I am not sure the country code is wrong or this flag has been not implemented.

This is the url for the country: https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.3/flags/4x3/ab.svg

Thanks in advance.

danalloway commented 4 years ago

hey @milix2019 this library is just the React component that renders the flags, not the flag source itself you may be looking to file an issue with this library (if there isn't one already)

https://github.com/lipis/flag-icon-css

cheers