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) => ( ), fastify: (props?: SVGProps) => ( ), astro: (props?: SVGProps) => ( ), vue: () => ( ), express: () => ( ), nestJS: (props?: SVGProps) => ( ), javascript: () => ( ), node: () => ( ), book: () => ( ), remix: () => ( ), elysia: () => ( ), tanstack: (props?: SVGProps) => ( ), expo: (props?: SVGProps) => ( ), x: (props?: SVGProps) => ( ), linkedIn: (props?: SVGProps) => ( ), nitro: (props?: SVGProps) => ( ), vk: (props?: SVGProps) => ( ), };