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