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