import { VariantProps } from "class-variance-authority" import { iconVariants } from "@/components/Icons/variants" export interface IconProps extends Omit, "color">, VariantProps {} export enum IconName { Accessibility = "Accessibility", AccountCircle = "AccountCircle", ArrowRight = "ArrowRight", Bar = "Bar", Biking = "Biking", Calendar = "Calendar", Cellphone = "Cellphone", Check = "Check", CheckCircle = "CheckCircle", ChevronDown = "ChevronDown", ChevronRight = "ChevronRight", Close = "Close", Coffee = "Coffee", Concierge = "Concierge", DoorOpen = "DoorOpen", ElectricBike = "ElectricBike", Email = "Email", Fitness = "Fitness", Globe = "Globe", House = "House", InfoCircle = "InfoCircle", Location = "Location", Lock = "Lock", Parking = "Parking", Person = "Person", People2 = "People2", Pets = "Pets", Phone = "Phone", PlusCircle = "PlusCircle", Restaurant = "Restaurant", TshirtWash = "TshirtWash", Wifi = "Wifi", }