-
-
Save boycce/091d1acbe7bfa3a483d10ac52a72f0a1 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 [ | |
{ id: 'AF', | |
name: 'Afghanistan', | |
continent: 'Asia', | |
currencyId: 'AFN', | |
phoneCode: '93', | |
flag: '๐ฆ๐ซ' }, | |
{ id: 'AX', | |
name: 'ร land Islands', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '35818', | |
flag: '๐ฆ๐ฝ' }, | |
{ id: 'AL', | |
name: 'Albania', | |
continent: 'Europe', | |
currencyId: 'ALL', | |
phoneCode: '355', | |
flag: '๐ฆ๐ฑ' }, | |
{ id: 'DZ', | |
name: 'Algeria', | |
continent: 'Africa', | |
currencyId: 'DZD', | |
phoneCode: '213', | |
flag: '๐ฉ๐ฟ' }, | |
{ id: 'AS', | |
name: 'American Samoa', | |
continent: 'Australia', | |
currencyId: 'USD', | |
phoneCode: '1684', | |
flag: '๐ฆ๐ธ' }, | |
{ id: 'AD', | |
name: 'Andorra', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '376', | |
flag: '๐ฆ๐ฉ' }, | |
{ id: 'AO', | |
name: 'Angola', | |
continent: 'Africa', | |
currencyId: 'AOA', | |
phoneCode: '244', | |
flag: '๐ฆ๐ด' }, | |
{ id: 'AI', | |
name: 'Anguilla', | |
continent: 'North America', | |
currencyId: 'XCD', | |
phoneCode: '1264', | |
flag: '๐ฆ๐ฎ' }, | |
{ id: 'AQ', | |
name: 'Antarctica', | |
continent: 'Antarctica', | |
currencyId: '-/-', | |
phoneCode: '672', | |
flag: '๐ฆ๐ถ' }, | |
{ id: 'AG', | |
name: 'Antigua And Barbuda', | |
continent: 'North America', | |
currencyId: 'XCD', | |
phoneCode: '1268', | |
flag: '๐ฆ๐ฌ' }, | |
{ id: 'AR', | |
name: 'Argentina', | |
continent: 'South America', | |
currencyId: 'ARS', | |
phoneCode: '54', | |
flag: '๐ฆ๐ท' }, | |
{ id: 'AM', | |
name: 'Armenia', | |
continent: 'Asia', | |
currencyId: 'AMD', | |
phoneCode: '374', | |
flag: '๐ฆ๐ฒ' }, | |
{ id: 'AW', | |
name: 'Aruba', | |
continent: 'North America', | |
currencyId: 'ANG', | |
phoneCode: '297', | |
flag: '๐ฆ๐ผ' }, | |
{ id: 'AC', | |
name: 'Ascension Island', | |
continent: 'Africa', | |
currencyId: 'SHP', | |
phoneCode: '247', | |
flag: '๐ฆ๐จ' }, | |
{ id: 'AU', | |
name: 'Australia', | |
continent: 'Australia', | |
currencyId: 'AUD', | |
phoneCode: '61', | |
flag: '๐ฆ๐บ' }, | |
{ id: 'AT', | |
name: 'Austria', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '43', | |
flag: '๐ฆ๐น' }, | |
{ id: 'AZ', | |
name: 'Azerbaijan', | |
continent: 'Asia', | |
currencyId: 'AZN', | |
phoneCode: '994', | |
flag: '๐ฆ๐ฟ' }, | |
{ id: 'BS', | |
name: 'Bahamas', | |
continent: 'North America', | |
currencyId: 'BSD', | |
phoneCode: '1242', | |
flag: '๐ง๐ธ' }, | |
{ id: 'BH', | |
name: 'Bahrain', | |
continent: 'Asia', | |
currencyId: 'BHD', | |
phoneCode: '973', | |
flag: '๐ง๐ญ' }, | |
{ id: 'BD', | |
name: 'Bangladesh', | |
continent: 'Asia', | |
currencyId: 'BDT', | |
phoneCode: '880', | |
flag: '๐ง๐ฉ' }, | |
{ id: 'BB', | |
name: 'Barbados', | |
continent: 'North America', | |
currencyId: 'BBD', | |
phoneCode: '1246', | |
flag: '๐ง๐ง' }, | |
{ id: 'BY', | |
name: 'Belarus', | |
continent: 'Europe', | |
currencyId: 'BYR', | |
phoneCode: '375', | |
flag: '๐ง๐พ' }, | |
{ id: 'BE', | |
name: 'Belgium', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '32', | |
flag: '๐ง๐ช' }, | |
{ id: 'BZ', | |
name: 'Belize', | |
continent: 'North America', | |
currencyId: 'BZD', | |
phoneCode: '51', | |
flag: '๐ง๐ฟ' }, | |
{ id: 'BJ', | |
name: 'Benin', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '229', | |
flag: '๐ง๐ฏ' }, | |
{ id: 'BM', | |
name: 'Bermuda', | |
continent: 'North America', | |
currencyId: 'BMD', | |
phoneCode: '1441', | |
flag: '๐ง๐ฒ' }, | |
{ id: 'BT', | |
name: 'Bhutan', | |
continent: 'Asia', | |
currencyId: 'BTN', | |
phoneCode: '975', | |
flag: '๐ง๐น' }, | |
{ id: 'BO', | |
name: 'Bolivia', | |
continent: 'South America', | |
currencyId: 'BOB', | |
phoneCode: '591', | |
flag: '๐ง๐ด' }, | |
{ id: 'BA', | |
name: 'Bosnia And Herzegovina', | |
continent: 'Europe', | |
currencyId: 'BAM', | |
phoneCode: '387', | |
flag: '๐ง๐ฆ' }, | |
{ id: 'BW', | |
name: 'Botswana', | |
continent: 'Africa', | |
currencyId: 'BWP', | |
phoneCode: '267', | |
flag: '๐ง๐ผ' }, | |
{ id: 'BV', | |
name: 'Bouvet Island', | |
continent: 'Antarctica', | |
currencyId: 'NOK', | |
phoneCode: '47', | |
flag: '๐ง๐ป' }, | |
{ id: 'BR', | |
name: 'Brazil', | |
continent: 'South America', | |
currencyId: 'BRL', | |
phoneCode: '55', | |
flag: '๐ง๐ท' }, | |
{ id: 'IO', | |
name: 'British Indian Ocean Territory', | |
continent: 'Asia', | |
currencyId: 'USD', | |
phoneCode: '246', | |
flag: '๐ฎ๐ด' }, | |
{ id: 'VG', | |
name: 'British Virgin Islands', | |
continent: 'North America', | |
currencyId: 'USD', | |
phoneCode: '1284', | |
flag: '๐ป๐ฌ' }, | |
{ id: 'BN', | |
name: 'Brunei Darussalam', | |
continent: 'Asia', | |
currencyId: 'BND', | |
phoneCode: '673', | |
flag: '๐ง๐ณ' }, | |
{ id: 'BG', | |
name: 'Bulgaria', | |
continent: 'Europe', | |
currencyId: 'BGN', | |
phoneCode: '359', | |
flag: '๐ง๐ฌ' }, | |
{ id: 'BF', | |
name: 'Burkina Faso', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '226', | |
flag: '๐ง๐ซ' }, | |
{ id: 'MM', | |
name: 'Burma', | |
continent: 'Asia', | |
currencyId: 'MMK', | |
phoneCode: '95', | |
flag: '๐ฒ๐ฒ' }, | |
{ id: 'BI', | |
name: 'Burundi', | |
continent: 'Africa', | |
currencyId: 'BIF', | |
phoneCode: '257', | |
flag: '๐ง๐ฎ' }, | |
{ id: 'CI', | |
name: 'Cรte D\'ivoire', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '225', | |
flag: '๐จ๐ฎ' }, | |
{ id: 'KH', | |
name: 'Cambodia', | |
continent: 'Asia', | |
currencyId: 'KHR', | |
phoneCode: '855', | |
flag: '๐ฐ๐ญ' }, | |
{ id: 'CM', | |
name: 'Cameroon', | |
continent: 'Africa', | |
currencyId: 'XAF', | |
phoneCode: '237', | |
flag: '๐จ๐ฒ' }, | |
{ id: 'CA', | |
name: 'Canada', | |
continent: 'North America', | |
currencyId: 'CAD', | |
phoneCode: '1', | |
flag: '๐จ๐ฆ' }, | |
{ id: 'IC', | |
name: 'Canary Islands', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '34', | |
flag: '๐ฎ๐จ' }, | |
{ id: 'CV', | |
name: 'Cape Verde', | |
continent: 'Africa', | |
currencyId: 'CVE', | |
phoneCode: '238', | |
flag: '๐จ๐ป' }, | |
{ id: 'KY', | |
name: 'Cayman Islands', | |
continent: 'North America', | |
currencyId: 'KYD', | |
phoneCode: '1345', | |
flag: '๐ฐ๐พ' }, | |
{ id: 'CF', | |
name: 'Central African Republic', | |
continent: 'Africa', | |
currencyId: 'XAF', | |
phoneCode: '236', | |
flag: '๐จ๐ซ' }, | |
{ id: 'TD', | |
name: 'Chad', | |
continent: 'Africa', | |
currencyId: 'XAF', | |
phoneCode: '235', | |
flag: '๐น๐ฉ' }, | |
{ id: 'CL', | |
name: 'Chile', | |
continent: 'South America', | |
currencyId: 'CLP', | |
phoneCode: '56', | |
flag: '๐จ๐ฑ' }, | |
{ id: 'CN', | |
name: 'China', | |
continent: 'Asia', | |
currencyId: 'CNY', | |
phoneCode: '86', | |
flag: '๐จ๐ณ' }, | |
{ id: 'CX', | |
name: 'Christmas Island', | |
continent: 'Asia', | |
currencyId: 'AUD', | |
phoneCode: '61', | |
flag: '๐จ๐ฝ' }, | |
{ id: 'CC', | |
name: 'Cocos (keeling) Islands', | |
continent: 'Asia', | |
currencyId: 'AUD', | |
phoneCode: '891', | |
flag: '๐จ๐จ' }, | |
{ id: 'CO', | |
name: 'Colombia', | |
continent: 'South America', | |
currencyId: 'COP', | |
phoneCode: '57', | |
flag: '๐จ๐ด' }, | |
{ id: 'KM', | |
name: 'Comoros', | |
continent: 'Africa', | |
currencyId: 'KMF', | |
phoneCode: '269', | |
flag: '๐ฐ๐ฒ' }, | |
{ id: 'CG', | |
name: 'Congo', | |
continent: 'Africa', | |
currencyId: 'XAF', | |
phoneCode: '242', | |
flag: '๐จ๐ฌ' }, | |
{ id: 'CD', | |
name: 'Congo, The Democratic Republic Of The', | |
continent: 'Africa', | |
currencyId: 'CDF', | |
phoneCode: '243', | |
flag: '๐จ๐ฉ' }, | |
{ id: 'CK', | |
name: 'Cook Islands', | |
continent: 'Australia', | |
currencyId: 'NZD', | |
phoneCode: '682', | |
flag: '๐จ๐ฐ' }, | |
{ id: 'CR', | |
name: 'Costa Rica', | |
continent: 'North America', | |
currencyId: 'CRC', | |
phoneCode: '56', | |
flag: '๐จ๐ท' }, | |
{ id: 'HR', | |
name: 'Croatia', | |
continent: 'Europe', | |
currencyId: 'HRK', | |
phoneCode: '385', | |
flag: '๐ญ๐ท' }, | |
{ id: 'CU', | |
name: 'Cuba', | |
continent: 'North America', | |
currencyId: 'CUP', | |
phoneCode: '53', | |
flag: '๐จ๐บ' }, | |
{ id: 'CY', | |
name: 'Cyprus', | |
continent: 'Asia', | |
currencyId: 'EUR', | |
phoneCode: '357', | |
flag: '๐จ๐พ' }, | |
{ id: 'CZ', | |
name: 'Czech Republic', | |
continent: 'Europe', | |
currencyId: 'CZK', | |
phoneCode: '420', | |
flag: '๐จ๐ฟ' }, | |
{ id: 'DK', | |
name: 'Denmark', | |
continent: 'Europe', | |
currencyId: 'DKK', | |
phoneCode: '45', | |
flag: '๐ฉ๐ฐ' }, | |
{ id: 'DG', | |
name: 'Diego Garcia', | |
continent: 'Africa', | |
currencyId: 'GBP', | |
phoneCode: '246', | |
flag: '๐ฉ๐ฌ' }, | |
{ id: 'DJ', | |
name: 'Djibouti', | |
continent: 'Africa', | |
currencyId: 'DJF', | |
phoneCode: '253', | |
flag: '๐ฉ๐ฏ' }, | |
{ id: 'DM', | |
name: 'Dominica', | |
continent: 'North America', | |
currencyId: 'XCD', | |
phoneCode: '1767', | |
flag: '๐ฉ๐ฒ' }, | |
{ id: 'DO', | |
name: 'Dominican Republic', | |
continent: 'South America', | |
currencyId: 'DOP', | |
phoneCode: '1809', | |
flag: '๐ฉ๐ด' }, | |
{ id: 'TL', | |
name: 'East Timor', | |
continent: 'Australia', | |
currencyId: 'IDR', | |
phoneCode: '670', | |
flag: '๐น๐ฑ' }, | |
{ id: 'EC', | |
name: 'Ecuador', | |
continent: 'South America', | |
currencyId: 'USD', | |
phoneCode: '593', | |
flag: '๐ช๐จ' }, | |
{ id: 'EG', | |
name: 'Egypt', | |
continent: 'Africa', | |
currencyId: 'EGP', | |
phoneCode: '20', | |
flag: '๐ช๐ฌ' }, | |
{ id: 'SV', | |
name: 'El Salvador', | |
continent: 'North America', | |
currencyId: 'SVC', | |
phoneCode: '53', | |
flag: '๐ธ๐ป' }, | |
{ id: 'GQ', | |
name: 'Equatorial Guinea', | |
continent: 'Africa', | |
currencyId: 'XAF', | |
phoneCode: '240', | |
flag: '๐ฌ๐ถ' }, | |
{ id: 'ER', | |
name: 'Eritrea', | |
continent: 'Africa', | |
currencyId: 'ERN', | |
phoneCode: '291', | |
flag: '๐ช๐ท' }, | |
{ id: 'EE', | |
name: 'Estonia', | |
continent: 'Europe', | |
currencyId: 'EEK', | |
phoneCode: '372', | |
flag: '๐ช๐ช' }, | |
{ id: 'ET', | |
name: 'Ethiopia', | |
continent: 'Africa', | |
currencyId: 'ETB', | |
phoneCode: '251', | |
flag: '๐ช๐น' }, | |
{ id: 'FK', | |
name: 'Falkland Islands (malvinas)', | |
continent: 'Africa', | |
currencyId: 'FLP', | |
phoneCode: '500', | |
flag: '๐ซ๐ฐ' }, | |
{ id: 'FO', | |
name: 'Faroe Islands', | |
continent: 'Europe', | |
currencyId: 'DKK', | |
phoneCode: '298', | |
flag: '๐ซ๐ด' }, | |
{ id: 'FJ', | |
name: 'Fiji', | |
continent: 'Australia', | |
currencyId: 'FJD', | |
phoneCode: '679', | |
flag: '๐ซ๐ฏ' }, | |
{ id: 'FI', | |
name: 'Finland', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '358', | |
flag: '๐ซ๐ฎ' }, | |
{ id: 'FR', | |
name: 'France', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '33', | |
flag: '๐ซ๐ท' }, | |
{ id: 'GF', | |
name: 'French Guiana', | |
continent: 'South America', | |
currencyId: 'EUR', | |
phoneCode: '594', | |
flag: '๐ซ๐ท' }, | |
{ id: 'PF', | |
name: 'French Polynesia', | |
continent: 'Australia', | |
currencyId: 'XPF', | |
phoneCode: '689', | |
flag: '๐ต๐ซ' }, | |
{ id: 'TF', | |
name: 'French Southern Territories', | |
continent: 'Antarctica', | |
currencyId: 'EUR', | |
phoneCode: '262', | |
flag: '๐น๐ซ' }, | |
{ id: 'GA', | |
name: 'Gabon', | |
continent: 'Africa', | |
currencyId: 'XAF', | |
phoneCode: '241', | |
flag: '๐ฌ๐ฆ' }, | |
{ id: 'GE', | |
name: 'Georgia', | |
continent: 'Europe', | |
currencyId: 'GEL', | |
phoneCode: '995', | |
flag: '๐ฌ๐ช' }, | |
{ id: 'DE', | |
name: 'Germany', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '49', | |
flag: '๐ฉ๐ช' }, | |
{ id: 'GH', | |
name: 'Ghana', | |
continent: 'Africa', | |
currencyId: 'GHC', | |
phoneCode: '233', | |
flag: '๐ฌ๐ญ' }, | |
{ id: 'GI', | |
name: 'Gibraltar', | |
continent: 'Africa', | |
currencyId: 'GIP', | |
phoneCode: '350', | |
flag: '๐ฌ๐ฎ' }, | |
{ id: 'GR', | |
name: 'Greece', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '30', | |
flag: '๐ฌ๐ท' }, | |
{ id: 'GL', | |
name: 'Greenland', | |
continent: 'North America', | |
currencyId: 'DKK', | |
phoneCode: '299', | |
flag: '๐ฌ๐ฑ' }, | |
{ id: 'GD', | |
name: 'Grenada', | |
continent: 'North America', | |
currencyId: 'XCD', | |
phoneCode: '1473', | |
flag: '๐ฌ๐ฉ' }, | |
{ id: 'GP', | |
name: 'Guadeloupe', | |
continent: 'North America', | |
currencyId: 'EUR', | |
phoneCode: '590', | |
flag: '๐ฌ๐ต' }, | |
{ id: 'GU', | |
name: 'Guam', | |
continent: 'Asia', | |
currencyId: 'USD', | |
phoneCode: '1671', | |
flag: '๐ฌ๐บ' }, | |
{ id: 'GT', | |
name: 'Guatemala', | |
continent: 'North America', | |
currencyId: 'GTQ', | |
phoneCode: '52', | |
flag: '๐ฌ๐น' }, | |
{ id: 'GG', | |
name: 'Guernsey', | |
continent: 'Europe', | |
currencyId: 'GGP', | |
phoneCode: '44148', | |
flag: '๐ฌ๐ฌ' }, | |
{ id: 'GN', | |
name: 'Guinea', | |
continent: 'Africa', | |
currencyId: 'GNF', | |
phoneCode: '224', | |
flag: '๐ฌ๐ณ' }, | |
{ id: 'GW', | |
name: 'Guinea-Bissau', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '245', | |
flag: '๐ฌ๐ผ' }, | |
{ id: 'GY', | |
name: 'Guyana', | |
continent: 'South America', | |
currencyId: 'GYD', | |
phoneCode: '592', | |
flag: '๐ฌ๐พ' }, | |
{ id: 'HT', | |
name: 'Haiti', | |
continent: 'North America', | |
currencyId: 'USD', | |
phoneCode: '59', | |
flag: '๐ญ๐น' }, | |
{ id: 'HM', | |
name: 'Heard Island And Mcdonald Islands', | |
continent: 'Australia', | |
currencyId: 'AUD', | |
phoneCode: '61', | |
flag: '๐ญ๐ฒ' }, | |
{ id: 'HN', | |
name: 'Honduras', | |
continent: 'North America', | |
currencyId: 'HNL', | |
phoneCode: '54', | |
flag: '๐ญ๐ณ' }, | |
{ id: 'HK', | |
name: 'Hong Kong', | |
continent: 'Asia', | |
currencyId: 'HKD', | |
phoneCode: '852', | |
flag: '๐ญ๐ฐ' }, | |
{ id: 'HU', | |
name: 'Hungary', | |
continent: 'Europe', | |
currencyId: 'HUF', | |
phoneCode: '36', | |
flag: '๐ญ๐บ' }, | |
{ id: 'IS', | |
name: 'Iceland', | |
continent: 'Europe', | |
currencyId: 'ISK', | |
phoneCode: '354', | |
flag: '๐ฆ๐ฝ' }, | |
{ id: 'IN', | |
name: 'India', | |
continent: 'Asia', | |
currencyId: 'INR', | |
phoneCode: '91', | |
flag: '๐ฎ๐ณ' }, | |
{ id: 'ID', | |
name: 'Indonesia', | |
continent: 'Asia', | |
currencyId: 'IDR', | |
phoneCode: '62', | |
flag: '๐ฎ๐ฉ' }, | |
{ id: 'IR', | |
name: 'Iran', | |
continent: 'Asia', | |
currencyId: 'IRN', | |
phoneCode: '98', | |
flag: '๐ฎ๐ท' }, | |
{ id: 'IQ', | |
name: 'Iraq', | |
continent: 'Asia', | |
currencyId: 'IDR', | |
phoneCode: '964', | |
flag: '๐ฎ๐ถ' }, | |
{ id: 'IE', | |
name: 'Ireland', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '353', | |
flag: '๐ฎ๐ช' }, | |
{ id: 'IM', | |
name: 'Isle Of Man', | |
continent: 'Europe', | |
currencyId: 'IMP', | |
phoneCode: '44', | |
flag: '๐ฎ๐ฒ' }, | |
{ id: 'IL', | |
name: 'Israel', | |
continent: 'Asia', | |
currencyId: 'ILS', | |
phoneCode: '972', | |
flag: '๐ฎ๐ฑ' }, | |
{ id: 'IT', | |
name: 'Italy', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '39', | |
flag: '๐ฎ๐น' }, | |
{ id: 'JM', | |
name: 'Jamaica', | |
continent: 'North America', | |
currencyId: 'JMD', | |
phoneCode: '1876', | |
flag: '๐ฏ๐ฒ' }, | |
{ id: 'JP', | |
name: 'Japan', | |
continent: 'Asia', | |
currencyId: 'JPY', | |
phoneCode: '81', | |
flag: '๐ฏ๐ต' }, | |
{ id: 'JE', | |
name: 'Jersey', | |
continent: 'Europe', | |
currencyId: 'JEP', | |
phoneCode: '44', | |
flag: '๐ฏ๐ช' }, | |
{ id: 'JO', | |
name: 'Jordan', | |
continent: 'Asia', | |
currencyId: 'JOD', | |
phoneCode: '962', | |
flag: '๐ฏ๐ด' }, | |
{ id: 'KZ', | |
name: 'Kazakhstan', | |
continent: 'Asia', | |
currencyId: 'KZT', | |
phoneCode: '7', | |
flag: '๐ฐ๐ฟ' }, | |
{ id: 'KE', | |
name: 'Kenya', | |
continent: 'Africa', | |
currencyId: 'KES', | |
phoneCode: '254', | |
flag: '๐ฐ๐ช' }, | |
{ id: 'KI', | |
name: 'Kiribati', | |
continent: 'Australia', | |
currencyId: 'AUD', | |
phoneCode: '686', | |
flag: '๐ฐ๐ฎ' }, | |
{ id: 'KW', | |
name: 'Kuwait', | |
continent: 'Asia', | |
currencyId: 'KWD', | |
phoneCode: '965', | |
flag: '๐ฐ๐ผ' }, | |
{ id: 'KG', | |
name: 'Kyrgyzstan', | |
continent: 'Asia', | |
currencyId: 'KGS', | |
phoneCode: '996', | |
flag: '๐ฐ๐ฌ' }, | |
{ id: 'LA', | |
name: 'Lao People\'s Democratic Republic', | |
continent: 'Asia', | |
currencyId: 'LAK', | |
phoneCode: '856', | |
flag: '๐ฑ๐ฆ' }, | |
{ id: 'LV', | |
name: 'Latvia', | |
continent: 'Europe', | |
currencyId: 'LVL', | |
phoneCode: '371', | |
flag: '๐ฑ๐ป' }, | |
{ id: 'LB', | |
name: 'Lebanon', | |
continent: 'Asia', | |
currencyId: 'LBP', | |
phoneCode: '961', | |
flag: '๐ฑ๐ง' }, | |
{ id: 'LS', | |
name: 'Lesotho', | |
continent: 'Africa', | |
currencyId: 'LSL', | |
phoneCode: '266', | |
flag: '๐ฑ๐ธ' }, | |
{ id: 'LR', | |
name: 'Liberia', | |
continent: 'Africa', | |
currencyId: 'LRD', | |
phoneCode: '231', | |
flag: '๐ฑ๐ท' }, | |
{ id: 'LY', | |
name: 'Libya', | |
continent: 'Africa', | |
currencyId: 'LYD', | |
phoneCode: '218', | |
flag: '๐ฑ๐พ' }, | |
{ id: 'LI', | |
name: 'Liechtenstein', | |
continent: 'Europe', | |
currencyId: 'CHF', | |
phoneCode: '423', | |
flag: '๐ฑ๐ฎ' }, | |
{ id: 'LT', | |
name: 'Lithuania', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '370', | |
flag: '๐ฑ๐น' }, | |
{ id: 'LU', | |
name: 'Luxembourg', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '352', | |
flag: '๐ฑ๐บ' }, | |
{ id: 'MO', | |
name: 'Macao', | |
continent: 'Asia', | |
currencyId: 'MOP', | |
phoneCode: '853', | |
flag: '๐ฒ๐ด' }, | |
{ id: 'MG', | |
name: 'Madagascar', | |
continent: 'Africa', | |
currencyId: 'MGA', | |
phoneCode: '261', | |
flag: '๐ฒ๐ฌ' }, | |
{ id: 'MW', | |
name: 'Malawi', | |
continent: 'Africa', | |
currencyId: 'MWK', | |
phoneCode: '265', | |
flag: '๐ฒ๐ผ' }, | |
{ id: 'MY', | |
name: 'Malaysia', | |
continent: 'Asia', | |
currencyId: 'MYR', | |
phoneCode: '60', | |
flag: '๐ฒ๐พ' }, | |
{ id: 'MV', | |
name: 'Maldives', | |
continent: 'Asia', | |
currencyId: 'MVR', | |
phoneCode: '960', | |
flag: '๐ฒ๐ป' }, | |
{ id: 'ML', | |
name: 'Mali', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '223', | |
flag: '๐ฒ๐ฑ' }, | |
{ id: 'MT', | |
name: 'Malta', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '356', | |
flag: '๐ฒ๐น' }, | |
{ id: 'MH', | |
name: 'Marshall Islands', | |
continent: 'Australia', | |
currencyId: 'USD', | |
phoneCode: '692', | |
flag: '๐ฒ๐ญ' }, | |
{ id: 'MQ', | |
name: 'Martinique', | |
continent: 'North America', | |
currencyId: 'EUR', | |
phoneCode: '596', | |
flag: '๐ฒ๐ถ' }, | |
{ id: 'MR', | |
name: 'Mauritania', | |
continent: 'Africa', | |
currencyId: 'MRO', | |
phoneCode: '222', | |
flag: '๐ฒ๐ท' }, | |
{ id: 'MU', | |
name: 'Mauritius', | |
continent: 'Africa', | |
currencyId: 'MUR', | |
phoneCode: '230', | |
flag: '๐ฒ๐บ' }, | |
{ id: 'YT', | |
name: 'Mayotte', | |
continent: 'Africa', | |
currencyId: 'EUR', | |
phoneCode: '269', | |
flag: '๐พ๐น' }, | |
{ id: 'MX', | |
name: 'Mexico', | |
continent: 'North America', | |
currencyId: 'MXN', | |
phoneCode: '52', | |
flag: '๐ฒ๐ฝ' }, | |
{ id: 'FM', | |
name: 'Micronesia, Federated States Of', | |
continent: 'Australia', | |
currencyId: 'USD', | |
phoneCode: '691', | |
flag: '๐ซ๐ฒ' }, | |
{ id: 'MD', | |
name: 'Moldova', | |
continent: 'Europe', | |
currencyId: 'MDL', | |
phoneCode: '373', | |
flag: '๐ฒ๐ฉ' }, | |
{ id: 'MC', | |
name: 'Monaco', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '377', | |
flag: '๐ฒ๐จ' }, | |
{ id: 'MN', | |
name: 'Mongolia', | |
continent: 'Asia', | |
currencyId: 'MNT', | |
phoneCode: '976', | |
flag: '๐ฒ๐ณ' }, | |
{ id: 'ME', | |
name: 'Montenegro', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '382', | |
flag: '๐ฒ๐ช' }, | |
{ id: 'MS', | |
name: 'Montserrat', | |
continent: 'North America', | |
currencyId: 'XCD', | |
phoneCode: '1664', | |
flag: '๐ฒ๐ธ' }, | |
{ id: 'MA', | |
name: 'Morocco', | |
continent: 'Africa', | |
currencyId: 'MAD', | |
phoneCode: '211', | |
flag: '๐ฒ๐ฆ' }, | |
{ id: 'MZ', | |
name: 'Mozambique', | |
continent: 'Africa', | |
currencyId: 'MZM', | |
phoneCode: '258', | |
flag: '๐ฒ๐ฟ' }, | |
{ id: 'NA', | |
name: 'Namibia', | |
continent: 'Africa', | |
currencyId: 'ZAR', | |
phoneCode: '264', | |
flag: '๐ณ๐ฆ' }, | |
{ id: 'NR', | |
name: 'Nauru', | |
continent: 'Australia', | |
currencyId: 'AUD', | |
phoneCode: '674', | |
flag: '๐ณ๐ท' }, | |
{ id: 'NP', | |
name: 'Nepal', | |
continent: 'Asia', | |
currencyId: 'NPR', | |
phoneCode: '977', | |
flag: '๐ณ๐ต' }, | |
{ id: 'NL', | |
name: 'Netherlands', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '31', | |
flag: '๐ณ๐ฑ' }, | |
{ id: 'AN', | |
name: 'Netherlands Antilles', | |
continent: 'North America', | |
currencyId: 'ANG', | |
phoneCode: '599', | |
flag: '๐ณ๐ฑ' }, | |
{ id: 'NC', | |
name: 'New Caledonia', | |
continent: 'Australia', | |
currencyId: 'XPF', | |
phoneCode: '687', | |
flag: '๐ณ๐จ' }, | |
{ id: 'NZ', | |
name: 'New Zealand', | |
continent: 'Australia', | |
currencyId: 'NZD', | |
phoneCode: '64', | |
flag: '๐ณ๐ฟ' }, | |
{ id: 'NI', | |
name: 'Nicaragua', | |
continent: 'North America', | |
currencyId: 'NIO', | |
phoneCode: '55', | |
flag: '๐ณ๐ฎ' }, | |
{ id: 'NE', | |
name: 'Niger', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '227', | |
flag: '๐ณ๐ช' }, | |
{ id: 'NG', | |
name: 'Nigeria', | |
continent: 'Africa', | |
currencyId: 'NGN', | |
phoneCode: '234', | |
flag: '๐ณ๐ฌ' }, | |
{ id: 'NU', | |
name: 'Niue', | |
continent: 'Australia', | |
currencyId: 'NZD', | |
phoneCode: '683', | |
flag: '๐ณ๐บ' }, | |
{ id: 'NF', | |
name: 'Norfolk Island', | |
continent: 'Australia', | |
currencyId: 'AUD', | |
phoneCode: '6723', | |
flag: '๐ณ๐ซ' }, | |
{ id: 'KP', | |
name: 'North Korea', | |
continent: 'Asia', | |
currencyId: 'KPW', | |
phoneCode: '850', | |
flag: '๐ฐ๐ต' }, | |
{ id: 'MP', | |
name: 'Northern Mariana Islands', | |
continent: 'Australia', | |
currencyId: 'USD', | |
phoneCode: '1670', | |
flag: '๐ฒ๐ต' }, | |
{ id: 'NO', | |
name: 'Norway', | |
continent: 'Europe', | |
currencyId: 'NOK', | |
phoneCode: '47', | |
flag: '๐ณ๐ด' }, | |
{ id: 'OM', | |
name: 'Oman', | |
continent: 'Asia', | |
currencyId: 'OMR', | |
phoneCode: '968', | |
flag: '๐ด๐ฒ' }, | |
{ id: 'PK', | |
name: 'Pakistan', | |
continent: 'Asia', | |
currencyId: 'PKR', | |
phoneCode: '92', | |
flag: '๐ต๐ฐ' }, | |
{ id: 'PW', | |
name: 'Palau', | |
continent: 'Australia', | |
currencyId: 'USD', | |
phoneCode: '680', | |
flag: '๐ต๐ผ' }, | |
{ id: 'PS', | |
name: 'Palestinian Territory', | |
continent: 'Asia', | |
currencyId: 'ILS', | |
phoneCode: '970', | |
flag: '๐ต๐ธ' }, | |
{ id: 'PA', | |
name: 'Panama', | |
continent: 'South America', | |
currencyId: 'USD', | |
phoneCode: '57', | |
flag: '๐ต๐ฆ' }, | |
{ id: 'PG', | |
name: 'Papua New Guinea', | |
continent: 'Australia', | |
currencyId: 'PGK', | |
phoneCode: '675', | |
flag: '๐ต๐ฌ' }, | |
{ id: 'PY', | |
name: 'Paraguay', | |
continent: 'South America', | |
currencyId: 'PYG', | |
phoneCode: '595', | |
flag: '๐ต๐พ' }, | |
{ id: 'PE', | |
name: 'Peru', | |
continent: 'South America', | |
currencyId: 'PEN', | |
phoneCode: '51', | |
flag: '๐ต๐ช' }, | |
{ id: 'PH', | |
name: 'Philippines', | |
continent: 'Asia', | |
currencyId: 'PHP', | |
phoneCode: '63', | |
flag: '๐ต๐ญ' }, | |
{ id: 'PN', | |
name: 'Pitcairn', | |
continent: 'Australia', | |
currencyId: 'NZD', | |
phoneCode: '649', | |
flag: '๐ต๐ณ' }, | |
{ id: 'PL', | |
name: 'Poland', | |
continent: 'Europe', | |
currencyId: 'PLN', | |
phoneCode: '48', | |
flag: '๐ต๐ฑ' }, | |
{ id: 'PT', | |
name: 'Portugal', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '351', | |
flag: '๐ต๐น' }, | |
{ id: 'PR', | |
name: 'Puerto Rico', | |
continent: 'North America', | |
currencyId: 'USD', | |
phoneCode: '1939', | |
flag: '๐ต๐ท' }, | |
{ id: 'QA', | |
name: 'Qatar', | |
continent: 'Asia', | |
currencyId: 'QAR', | |
phoneCode: '974', | |
flag: '๐ถ๐ฆ' }, | |
{ id: 'RE', | |
name: 'Rรunion', | |
continent: 'Africa', | |
currencyId: 'EUR', | |
phoneCode: '262', | |
flag: '๐ท๐ช' }, | |
{ id: 'MK', | |
name: 'Republic of Macedonia', | |
continent: 'Europe', | |
currencyId: 'MKD', | |
phoneCode: '389', | |
flag: '๐ฒ๐ฐ' }, | |
{ id: 'RO', | |
name: 'Romania', | |
continent: 'Europe', | |
currencyId: 'RON', | |
phoneCode: '40', | |
flag: '๐ท๐ด' }, | |
{ id: 'RU', | |
name: 'Russian Federation', | |
continent: 'Asia', | |
currencyId: 'RUB', | |
phoneCode: '7', | |
flag: '๐ท๐บ' }, | |
{ id: 'RW', | |
name: 'Rwanda', | |
continent: 'Africa', | |
currencyId: 'RWF', | |
phoneCode: '250', | |
flag: '๐ท๐ผ' }, | |
{ id: 'SH', | |
name: 'Saint Helena', | |
continent: 'Africa', | |
currencyId: 'SHP', | |
phoneCode: '290', | |
flag: '๐ธ๐ญ' }, | |
{ id: 'KN', | |
name: 'Saint Kitts And Nevis', | |
continent: 'North America', | |
currencyId: 'XCD', | |
phoneCode: '1869', | |
flag: '๐ฐ๐ณ' }, | |
{ id: 'LC', | |
name: 'Saint Lucia', | |
continent: 'South America', | |
currencyId: 'XCD', | |
phoneCode: '1758', | |
flag: '๐ฑ๐จ' }, | |
{ id: 'PM', | |
name: 'Saint Pierre And Miquelon', | |
continent: 'North America', | |
currencyId: 'EUR', | |
phoneCode: '508', | |
flag: '๐ต๐ฒ' }, | |
{ id: 'VC', | |
name: 'Saint Vincent and the Grenadines', | |
continent: 'South America', | |
currencyId: 'XCD', | |
phoneCode: '1784', | |
flag: '๐ป๐จ' }, | |
{ id: 'WS', | |
name: 'Samoa', | |
continent: 'Australia', | |
currencyId: 'WST', | |
phoneCode: '685', | |
flag: '๐ผ๐ธ' }, | |
{ id: 'SM', | |
name: 'San Marino', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '378', | |
flag: '๐ธ๐ฒ' }, | |
{ id: 'ST', | |
name: 'Sao Tome And Principe', | |
continent: 'Africa', | |
currencyId: 'STD', | |
phoneCode: '239', | |
flag: '๐ธ๐น' }, | |
{ id: 'SA', | |
name: 'Saudi Arabia', | |
continent: 'Asia', | |
currencyId: 'SAR', | |
phoneCode: '966', | |
flag: '๐ธ๐ฆ' }, | |
{ id: 'SN', | |
name: 'Senegal', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '221', | |
flag: '๐ธ๐ณ' }, | |
{ id: 'RS', | |
name: 'Serbia', | |
continent: 'Europe', | |
currencyId: 'RSD', | |
phoneCode: '381', | |
flag: '๐ท๐ธ' }, | |
{ id: 'SC', | |
name: 'Seychelles', | |
continent: 'Africa', | |
currencyId: 'SCR', | |
phoneCode: '248', | |
flag: '๐ธ๐จ' }, | |
{ id: 'SL', | |
name: 'Sierra Leone', | |
continent: 'Africa', | |
currencyId: 'SLL', | |
phoneCode: '232', | |
flag: '๐ธ๐ฑ' }, | |
{ id: 'SG', | |
name: 'Singapore', | |
continent: 'Asia', | |
currencyId: 'SGD', | |
phoneCode: '65', | |
flag: '๐ธ๐ฌ' }, | |
{ id: 'SK', | |
name: 'Slovakia', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '421', | |
flag: '๐ธ๐ฐ' }, | |
{ id: 'SI', | |
name: 'Slovenia', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '386', | |
flag: '๐ธ๐ฎ' }, | |
{ id: 'SB', | |
name: 'Solomon Islands', | |
continent: 'Australia', | |
currencyId: 'SBD', | |
phoneCode: '677', | |
flag: '๐ธ๐ง' }, | |
{ id: 'SO', | |
name: 'Somalia', | |
continent: 'Africa', | |
currencyId: 'SOS', | |
phoneCode: '252', | |
flag: '๐ธ๐ด' }, | |
{ id: 'ZA', | |
name: 'South Africa', | |
continent: 'Africa', | |
currencyId: 'ZAR', | |
phoneCode: '27', | |
flag: '๐ฟ๐ฆ' }, | |
{ id: 'GS', | |
name: 'South Georgia And The South Sandwich Islands', | |
continent: 'South America', | |
currencyId: 'GBP', | |
phoneCode: '500', | |
flag: '๐ฌ๐ธ' }, | |
{ id: 'KR', | |
name: 'South Korea', | |
continent: 'Asia', | |
currencyId: 'KRW', | |
phoneCode: '82', | |
flag: '๐ฐ๐ท' }, | |
{ id: 'ES', | |
name: 'Spain', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '34', | |
flag: '๐ช๐ธ' }, | |
{ id: 'LK', | |
name: 'Sri Lanka', | |
continent: 'Asia', | |
currencyId: 'LKR', | |
phoneCode: '94', | |
flag: '๐ฑ๐ฐ' }, | |
{ id: 'SD', | |
name: 'Sudan', | |
continent: 'Africa', | |
currencyId: 'SDD', | |
phoneCode: '249', | |
flag: '๐ธ๐ฉ' }, | |
{ id: 'SR', | |
name: 'Suriname', | |
continent: 'South America', | |
currencyId: 'SRD', | |
phoneCode: '597', | |
flag: '๐ธ๐ท' }, | |
{ id: 'SJ', | |
name: 'Svalbard And Jan Mayen', | |
continent: 'Europe', | |
currencyId: 'NOK', | |
phoneCode: '47', | |
flag: '๐ธ๐ฏ' }, | |
{ id: 'SZ', | |
name: 'Swaziland', | |
continent: 'Africa', | |
currencyId: 'SZL', | |
phoneCode: '268', | |
flag: '๐ธ๐ฟ' }, | |
{ id: 'SE', | |
name: 'Sweden', | |
continent: 'Europe', | |
currencyId: 'SEK', | |
phoneCode: '46', | |
flag: '๐ธ๐ช' }, | |
{ id: 'CH', | |
name: 'Switzerland', | |
continent: 'Europe', | |
currencyId: 'CHF', | |
phoneCode: '41', | |
flag: '๐จ๐ญ' }, | |
{ id: 'SY', | |
name: 'Syrian Arab Republic', | |
continent: 'Asia', | |
currencyId: 'SYP', | |
phoneCode: '963', | |
flag: '๐ธ๐พ' }, | |
{ id: 'TW', | |
name: 'Taiwan', | |
continent: 'Asia', | |
currencyId: 'TWD', | |
phoneCode: '886', | |
flag: '๐น๐ผ' }, | |
{ id: 'TJ', | |
name: 'Tajikistan', | |
continent: 'Asia', | |
currencyId: 'RUB', | |
phoneCode: '992', | |
flag: '๐น๐ฏ' }, | |
{ id: 'TZ', | |
name: 'Tanzania, United Republic Of', | |
continent: 'Africa', | |
currencyId: 'TZS', | |
phoneCode: '255', | |
flag: '๐น๐ฟ' }, | |
{ id: 'TH', | |
name: 'Thailand', | |
continent: 'Asia', | |
currencyId: 'THB', | |
phoneCode: '66', | |
flag: '๐น๐ญ' }, | |
{ id: 'GM', | |
name: 'The Gambia', | |
continent: 'Africa', | |
currencyId: 'GMD', | |
phoneCode: '220', | |
flag: '๐ฌ๐ฒ' }, | |
{ id: 'TG', | |
name: 'Togo', | |
continent: 'Africa', | |
currencyId: 'XOF', | |
phoneCode: '228', | |
flag: '๐น๐ฌ' }, | |
{ id: 'TK', | |
name: 'Tokelau', | |
continent: 'Australia', | |
currencyId: 'NZD', | |
phoneCode: '690', | |
flag: '๐น๐ฐ' }, | |
{ id: 'TO', | |
name: 'Tonga', | |
continent: 'Australia', | |
currencyId: 'TOP', | |
phoneCode: '676', | |
flag: '๐น๐ด' }, | |
{ id: 'TT', | |
name: 'Trinidad And Tobago', | |
continent: 'South America', | |
currencyId: 'TTD', | |
phoneCode: '1868', | |
flag: '๐น๐น' }, | |
{ id: 'TA', | |
name: 'Tristan da Cunha', | |
continent: 'Africa', | |
currencyId: 'GBP', | |
phoneCode: '290', | |
flag: '๐ธ๐ญ' }, | |
{ id: 'TN', | |
name: 'Tunisia', | |
continent: 'Africa', | |
currencyId: 'TND', | |
phoneCode: '216', | |
flag: '๐น๐ณ' }, | |
{ id: 'TR', | |
name: 'Turkey', | |
continent: 'Asia', | |
currencyId: 'TRY', | |
phoneCode: '90', | |
flag: '๐น๐ท' }, | |
{ id: 'TM', | |
name: 'Turkmenistan', | |
continent: 'Asia', | |
currencyId: 'TMM', | |
phoneCode: '993', | |
flag: '๐น๐ฒ' }, | |
{ id: 'TC', | |
name: 'Turks And Caicos Islands', | |
continent: 'North America', | |
currencyId: 'USD', | |
phoneCode: '1649', | |
flag: '๐น๐จ' }, | |
{ id: 'TV', | |
name: 'Tuvalu', | |
continent: 'Australia', | |
currencyId: 'TVD', | |
phoneCode: '688', | |
flag: '๐น๐ป' }, | |
{ id: 'UG', | |
name: 'Uganda', | |
continent: 'Africa', | |
currencyId: 'UGX', | |
phoneCode: '256', | |
flag: '๐บ๐ฌ' }, | |
{ id: 'UA', | |
name: 'Ukraine', | |
continent: 'Europe', | |
currencyId: 'UAH', | |
phoneCode: '380', | |
flag: '๐บ๐ฆ' }, | |
{ id: 'AE', | |
name: 'United Arab Emirates', | |
continent: 'Asia', | |
currencyId: 'AED', | |
phoneCode: '971', | |
flag: '๐ฆ๐ช' }, | |
{ id: 'GB', | |
name: 'United Kingdom', | |
continent: 'Europe', | |
currencyId: 'GBP', | |
phoneCode: '44', | |
flag: '๐ฌ๐ง' }, | |
{ id: 'US', | |
name: 'United States', | |
continent: 'North America', | |
currencyId: 'USD', | |
phoneCode: '1', | |
flag: '๐บ๐ธ' }, | |
{ id: 'UY', | |
name: 'Uruguay', | |
continent: 'South America', | |
currencyId: 'UYU', | |
phoneCode: '598', | |
flag: '๐บ๐พ' }, | |
{ id: 'UZ', | |
name: 'Uzbekistan', | |
continent: 'Asia', | |
currencyId: 'UZS', | |
phoneCode: '998', | |
flag: '๐บ๐ฟ' }, | |
{ id: 'VU', | |
name: 'Vanuatu', | |
continent: 'Australia', | |
currencyId: 'VUV', | |
phoneCode: '678', | |
flag: '๐ป๐บ' }, | |
{ id: 'VA', | |
name: 'Vatican City', | |
continent: 'Europe', | |
currencyId: 'EUR', | |
phoneCode: '3906', | |
flag: '๐ป๐ฆ' }, | |
{ id: 'VE', | |
name: 'Venezuela', | |
continent: 'South America', | |
currencyId: 'VEB', | |
phoneCode: '58', | |
flag: '๐ป๐ช' }, | |
{ id: 'VN', | |
name: 'Viet Nam', | |
continent: 'Asia', | |
currencyId: 'VND', | |
phoneCode: '84', | |
flag: '๐ป๐ณ' }, | |
{ id: 'VI', | |
name: 'Virgin Islands, U.s.', | |
continent: 'South America', | |
currencyId: 'USD', | |
phoneCode: '1340', | |
flag: '๐ป๐ฎ' }, | |
{ id: 'WF', | |
name: 'Wallis And Futuna', | |
continent: 'Australia', | |
currencyId: 'XPF', | |
phoneCode: '681', | |
flag: '๐ผ๐ซ' }, | |
{ id: 'EH', | |
name: 'Western Sahara', | |
continent: 'Africa', | |
currencyId: 'MAD', | |
phoneCode: '212', | |
flag: '๐ช๐ญ' }, | |
{ id: 'YE', | |
name: 'Yemen', | |
continent: 'Asia', | |
currencyId: 'YER', | |
phoneCode: '967', | |
flag: '๐พ๐ช' }, | |
{ id: 'ZM', | |
name: 'Zambia', | |
continent: 'Africa', | |
currencyId: 'ZMK', | |
phoneCode: '260', | |
flag: '๐ฟ๐ฒ' }, | |
{ id: 'ZW', | |
name: 'Zimbabwe', | |
continent: 'Africa', | |
currencyId: 'ZWD', | |
phoneCode: '263', | |
flag: '๐ฟ๐ผ' } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment