interface FigmaIconProps { className?: string; color?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export const FigmaIcon = ({ className = 'w-6 h-6', color = 'currentColor' }: FigmaIconProps) => ( );