+
+ {PAYMENT_CURRENCY_OPTIONS.map((option) => {
+ const Icon = CURRENCY_ICONS[option.value].icon;
+ return (
+ field.onChange(option.value)}
+ icon={}
+ iconBg={CURRENCY_ICONS[option.value].bg}
+ iconColor={CURRENCY_ICONS[option.value].color}
+ title={option.label}
+ description={option.description}
+ />
+ );
+ })}
+
+
+
+ )}
+ />
+