import { Check, LucideProps, Moon, SunMedium, Twitter, X, type Icon as LucideIcon, } from "lucide-react" export type Icon = LucideIcon export const Icons = { sun: SunMedium, moon: Moon, twitter: Twitter, close: X, check: Check, logo: (props: LucideProps) => ( ), gitHub: (props: LucideProps) => ( ), readme: (props: LucideProps) => ( ), hand: (props: LucideProps) => ( ), hammer: (props: LucideProps) => ( ), checkActive: (props: LucideProps) => ( ), archived: (props: LucideProps) => ( ), externalUrl: (props: LucideProps) => ( ), arrowLeft: (props: LucideProps) => ( ), arrowDown: (props: LucideProps) => ( ), plus: (props: LucideProps) => ( ), minus: (props: LucideProps) => ( ), }