import { PaymentIconProps } from './IconProps' export const MobilePayIcon = (props: PaymentIconProps) => { return ( ) }