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