type ErrorSvgProps = { className?: string; }; export const ErrorSvg = ({ className }: ErrorSvgProps) => ( Error );