Add Iranian Toman (IRT) currency (#412)

Add Iranian Toman (IRT) currency
This commit is contained in:
Hesam 2023-04-09 21:36:05 +00:00 committed by GitHub
parent 719c41705d
commit 473a38faf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ const FlagWithProps = ({ code, width = '1.428em', height = '1.428em' }: Props):
if (code === 'GEL') flag = <Flags.GE {...defaultProps} />;
if (code === 'UGX') flag = <Flags.UG {...defaultProps} />;
if (code === 'RSD') flag = <Flags.RS {...defaultProps} />;
if (code === 'IRT') flag = <Flags.IR {...defaultProps} />;
if (code === 'ANY') flag = <EarthIcon {...defaultProps} />;
if (code === 'XAU') flag = <GoldIcon {...defaultProps} />;
if (code === 'BTC') flag = <SwapCallsIcon color='primary' />;

View File

@ -72,6 +72,7 @@
"71": "GEL",
"72": "UGX",
"73": "RSD",
"74": "IRT",
"300": "XAU",
"1000": "BTC"
}