import type { LucideIcon } from 'lucide-react' interface EmptyStateProps { icon: LucideIcon text: string } export function EmptyState({ icon: Icon, text }: EmptyStateProps) { return (