interface IconProps { className?: string; } export function InfoIcon({ className = 'w-3.5 h-3.5' }: IconProps) { return ( ); }