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