import * as React from 'react'; import { cn } from '../../utils/cn'; /** * Error icon for displaying error states * Usage: */ /** @deprecated Use icons from icons-v2-generated instead. */ export function ErrorIcon({ className, fill = '#FF6B6B', ...props }: React.SVGProps) { return ( ); }