import {
LucideProps,
Moon,
SunMedium,
Twitter,
type Icon as LucideIcon,
} from "lucide-react"
export type Icon = LucideIcon
export const Icons = {
sun: SunMedium,
moon: Moon,
twitter: Twitter,
logo: (props: LucideProps) => (
),
gitHub: (props: LucideProps) => (
),
}