type ErrorSvgProps = { className?: string; }; export const ErrorSvg = ({ className = 'fill-[#E11D48]' }: ErrorSvgProps) => ( Error );