import PaymentMethodIcon from './PaymentMethodIcon'; const PaymentMethodIcons = ( { icons = [] } ) => (
{ icons.map( ( type ) => ( ) ) }
); export default PaymentMethodIcons;