interface CartaIconProps { className?: string; color?: string; } export const CartaIcon = ({ className = 'w-6 h-6', color = 'var(--ods-system-greys-white)' }: CartaIconProps) => ( );