import { cn } from "@/lib/utils"; import { SVGProps } from "react"; export const Icons = { nextJS: (props?: SVGProps) => ( ), nuxt: (props?: SVGProps) => ( ), svelteKit: (props?: SVGProps) => ( ), solidStart: (props?: SVGProps) => ( ), react: (props?: SVGProps) => ( ), hono: (props?: SVGProps) => ( ), astro: (props?: SVGProps) => ( ), vue: () => ( ), express: () => ( ), javascript: () => ( ), node: () => ( ), book: () => ( ), remix: () => ( ), };