feat: Currencies NOK and SEK (#5359)
Related to #5351 and #5353 Adding both currencies NOK and SEK, using icon https://tabler.io/icons/icon/currency-krone-swedish --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
@ -4,6 +4,7 @@ import {
|
||||
IconCurrencyDollar,
|
||||
IconCurrencyEuro,
|
||||
IconCurrencyFrank,
|
||||
IconCurrencyKroneSwedish,
|
||||
IconCurrencyPound,
|
||||
IconCurrencyRiyal,
|
||||
IconCurrencyYen,
|
||||
@ -48,6 +49,14 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
|
||||
label: 'Hong Kong dollar',
|
||||
Icon: IconCurrencyDollar,
|
||||
},
|
||||
NOK: {
|
||||
label: 'Norwegian krone',
|
||||
Icon: IconCurrencyKroneSwedish,
|
||||
},
|
||||
SEK: {
|
||||
label: 'Swedish krona',
|
||||
Icon: IconCurrencyKroneSwedish,
|
||||
},
|
||||
MAD: {
|
||||
label: 'Moroccan dirham',
|
||||
Icon: IconCurrencyDirham,
|
||||
|
||||
Reference in New Issue
Block a user