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