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:
Thomas Hillesøy
2024-05-13 09:55:57 +02:00
committed by GitHub
parent 4a7aabd060
commit 92acfe57a1
3 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,8 @@ export enum CurrencyCode {
HKD = 'HKD',
JPY = 'JPY',
USD = 'USD',
NOK = 'NOK',
SEK = 'SEK',
MAD = 'MAD',
QAR = 'QAR',
AED = 'AED',