Created
November 19, 2020 15:45
-
-
Save anthify/f1f6c82d06c4c25545c275b75bab67a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default [ | |
{ value: "GBP", label: "๐ฌ๐ง British Pound"}, | |
{ value: "CAD", label: "๐จ๐ฆ Canadian Dollar"}, | |
{ value: "HKD", label: "๐ญ๐ฐ Hong Kong Dollar"}, | |
{ value: "USD", label: "๐บ๐ธ U.S.A Dollar"}, | |
{ value: "PHP", label: "๐ต๐ญ Philippine Peso"}, | |
{ value: "DKK", label: "๐ฉ๐ฐ Danish Krone"}, | |
{ value: "HUF", label: "๐ญ๐บ Hungarian Forint"}, | |
{ value: "CZK", label: "๐จ๐ฟ Czech Koruna"}, | |
{ value: "RON", label: "๐ท๐ด Romanian Leu"}, | |
{ value: "SEK", label: "๐ธ๐ช Swedish Krona"}, | |
{ value: "IDR", label: "๐ฎ๐ฉ Indonesian Rupiah"}, | |
{ value: "INR", label: "๐ฎ๐ณ Indian Rupee"}, | |
{ value: "BRL", label: "๐ง๐ท Brazilian Real"}, | |
{ value: "RUB", label: "๐ท๐บ Russian Ruble"}, | |
{ value: "HRK", label: "๐ญ๐ท Croatian Kuna"}, | |
{ value: "JPY", label: "๐ฏ๐ต Japanese Yen"}, | |
{ value: "THB", label: "๐น๐ญ Thailand Baht"}, | |
{ value: "CHF", label: "๐จ๐ญ Swiss Franc"}, | |
{ value: "EUR", label: "๐ช๐บ Euro"}, | |
{ value: "MYR", label: "๐ฒ๐พ Malaysian Ringgit"}, | |
{ value: "BGN", label: "๐ง๐ฌ Bulgarian Lev"}, | |
{ value: "TRY", label: "๐น๐ท Turkish Lira"}, | |
{ value: "CNY", label: "๐จ๐ณ Yuan Renminbi"}, | |
{ value: "NOK", label: "๐ณ๐ด Norwegian Krone"}, | |
{ value: "NZD", label: "๐ณ๐ฟ New Zealand Dollar"}, | |
{ value: "ZAR", label: "๐ฟ๐ฆ South African Rand"}, | |
{ value: "MXN", label: "๐ฒ๐ฝ Mexican Peso"}, | |
{ value: "SGD", label: "๐ธ๐ฌ Singapore Dollar"}, | |
{ value: "AUD", label: "๐ฆ๐บ Australian Dollar"}, | |
{ value: "ILS", label: "๐ฎ๐ฑ New Israeli Sheqel"}, | |
{ value: "KRW", label: "๐ฐ๐ท South Korean Won"}, | |
{ value: "PLN", label: "๐ต๐ฑ Polish Zloty"}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment