Diego G.

Results 1 comments of Diego G.

Try this code ``` "use client"; import dynamicIconImports from "lucide-react/dynamicIconImports"; import dynamic from "next/dynamic"; import { FC, memo } from "react"; type IconName = keyof typeof dynamicIconImports; const icons =...