type ErrorIcon2Props = { className?: string; }; export function ErrorIcon2(props: ErrorIcon2Props) { const { className } = props; return ( ); }