@cimpress/react-components
Version:
React components to support the MCP styleguide
53 lines • 4.14 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const isoUnicode_1 = __importDefault(require("./isoUnicode"));
const CURRENCY_CODES = [
{ value: 'AUD', flag: isoUnicode_1.default.AU, label: 'Australia Dollar', country: 'Australia', symbol: 'A$', iso2: 'AU' },
{ value: 'BRL', flag: isoUnicode_1.default.BR, label: 'Brazil Real', country: 'Brazil', symbol: 'R$', iso2: 'BR' },
{ value: 'CAD', flag: isoUnicode_1.default.CA, label: 'Canada Dollar', country: 'Canada', symbol: 'C$', iso2: 'CA' },
{ value: 'CHF', flag: isoUnicode_1.default.CH, label: 'Switzerland Franc', country: 'Switzerland', symbol: 'Fr', iso2: 'CH' },
{ value: 'CNY', flag: isoUnicode_1.default.CN, label: 'China Yuan Renminbi', country: 'China', symbol: '元', iso2: 'CN' },
{
value: 'CZK',
flag: isoUnicode_1.default.CZ,
label: 'Czech Republic Koruna',
country: 'Czech Republic',
symbol: 'Kč',
iso2: 'CZ',
},
{ value: 'DKK', flag: isoUnicode_1.default.DK, label: 'Denmark Krone', country: 'Denmark', symbol: 'kr', iso2: 'DK' },
{ value: 'EUR', flag: isoUnicode_1.default.EU, label: 'Euro', country: 'European Union', symbol: '€', iso2: 'EU' },
{
value: 'GBP',
flag: isoUnicode_1.default.GB,
label: 'Great Britain Pound',
country: 'Great Britain',
symbol: '£',
iso2: 'GB',
},
{ value: 'HKD', flag: isoUnicode_1.default.HK, label: 'Hong Kong Dollar', country: 'Hong Kong', symbol: 'HK$', iso2: 'HK' },
{ value: 'HRK', flag: isoUnicode_1.default.HR, label: 'Croatia Kuna', country: 'Croatia', symbol: 'kn', iso2: 'HR' },
{ value: 'HUF', flag: isoUnicode_1.default.HU, label: 'Hungary Forint', country: 'Hungary', symbol: 'Ft', iso2: 'HU' },
{ value: 'INR', flag: isoUnicode_1.default.IN, label: 'India Rupee', country: 'India', symbol: 'INR', iso2: 'IN' },
{ value: 'JMD', flag: isoUnicode_1.default.JM, label: 'Jamaica Dollar', country: 'Jamaica', symbol: 'J$', iso2: 'JM' },
{ value: 'JPY', flag: isoUnicode_1.default.JP, label: 'Japan Yen', country: 'Japan', symbol: '¥', iso2: 'JP' },
{ value: 'KRW', flag: isoUnicode_1.default.KR, label: 'Korea (South) Won', country: 'South Korea', symbol: '₩', iso2: 'KR' },
{ value: 'MYR', flag: isoUnicode_1.default.MY, label: 'Malaysia Ringgit', country: 'Malaysia', symbol: 'RM', iso2: 'MY' },
{ value: 'NOK', flag: isoUnicode_1.default.NO, label: 'Norway Krone', country: 'Norway', symbol: 'kr', iso2: 'NO' },
{ value: 'NZD', flag: isoUnicode_1.default.NZ, label: 'New Zealand Dollar', country: 'New Zealand', symbol: 'NZ$', iso2: 'NZ' },
{ value: 'PHP', flag: isoUnicode_1.default.PH, label: 'Philippines Peso', country: 'Phillippines', symbol: '₱', iso2: 'PH' },
{ value: 'PLN', flag: isoUnicode_1.default.PL, label: 'Poland Zloty', country: 'Poland', symbol: 'zł', iso2: 'PL' },
{ value: 'SEK', flag: isoUnicode_1.default.SE, label: 'Sweden Krona', country: 'Sweden', symbol: 'kr', iso2: 'SE' },
{ value: 'SGD', flag: isoUnicode_1.default.SG, label: 'Singapore Dollar', country: 'Singapore', symbol: 'S$', iso2: 'SG' },
{ value: 'THB', flag: isoUnicode_1.default.TH, label: 'Thailand Baht', country: 'Thailand', symbol: '฿', iso2: 'TH' },
{ value: 'TND', flag: isoUnicode_1.default.TN, label: 'Tunisia Dinar', country: 'Tunisia', symbol: 'DT', iso2: 'TN' },
{ value: 'TRY', flag: isoUnicode_1.default.TR, label: 'Turkey Lira', country: 'Turkey', symbol: 'TL', iso2: 'TR' },
{ value: 'TWD', flag: isoUnicode_1.default.TW, label: 'Taiwan New Dollar', country: 'Taiwan', symbol: 'NT$', iso2: 'TW' },
{ value: 'USD', flag: isoUnicode_1.default.US, label: 'United States Dollar', country: 'America', symbol: '$', iso2: 'US' },
{ value: 'ZAR', flag: isoUnicode_1.default.ZA, label: 'South Africa Rand', country: 'South Africa', symbol: 'R', iso2: 'ZA' },
];
exports.default = CURRENCY_CODES;
//# sourceMappingURL=currencyCodes.js.map