import PaymentMethodIcon from './PaymentMethodIcon'; const PaymentMethodIcons = ( props ) => { return (
); }; export default PaymentMethodIcons;