"use client"; import React from "react"; import { Icon as IconIfyIcon } from "@iconify/react"; import { cn } from "@/lib/utils"; const Icon = React.forwardRef, React.ComponentPropsWithoutRef>(({ className, ...props }, ref) => { return ; }); Icon.displayName = "Icon"; export { Icon };