import { AlertTriangle, ArrowRight, Check, ChevronLeft, ChevronRight, Circle, ClipboardCheck, Copy, CreditCard, File, FileText, HelpCircle, Image, Laptop, Loader2, LucideProps, Moon, MoreVertical, Pizza, Plus, Settings, SunMedium, Trash, Twitter, User, X, type Icon as LucideIcon, } from "lucide-react"; export type Icon = LucideIcon; export const Icons = { logo: (props: LucideProps) => ( ), close: X, spinner: Loader2, chevronLeft: ChevronLeft, chevronRight: ChevronRight, trash: Trash, post: FileText, page: File, media: Image, settings: Settings, billing: CreditCard, ellipsis: MoreVertical, add: Plus, warning: AlertTriangle, user: User, arrowRight: ArrowRight, help: HelpCircle, pizza: Pizza, twitter: Twitter, check: Check, copy: Copy, copyDone: ClipboardCheck, sun: SunMedium, moon: Moon, laptop: Laptop, gitHub: (props: LucideProps) => ( ), radix: (props: LucideProps) => ( ), npm: (props: LucideProps) => ( ), yarn: (props: LucideProps) => ( ), pnpm: (props: LucideProps) => ( ), react: (props: LucideProps) => ( ), tailwind: (props: LucideProps) => ( ), };