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