import { cn } from '@/lib/utils'; export const InvalidStepIcon = ({ className }: { className: string }) => { return ( ); };