export const frameworkIcons: Record< string, { image: JSX.Element; } > = { reactMono: { image: ( ), }, tsMono: { image: ( ), }, jsMono: { image: ( ), }, nodeMono: { image: ( ), }, angularMono: { image: ( ), }, typescript: { image: ( ), }, youtube: { image: ( ), }, nxagents: { image: ( ), }, nxcloud: { image: ( ), }, nx: { image: ( ), }, node: { image: ( Node.js ), }, nextjs: { image: ( Next.js ), }, nestjs: { image: ( NestJS ), }, rspack: { image: ( ), }, jest: { image: ( ), }, fastify: { image: ( Fastify ), }, express: { image: ( Express ), }, storybook: { image: ( Storybook ), }, solid: { image: ( // // Solid // // ), }, lit: { image: ( Lit ), }, vite: { image: ( Vite ), }, trpc: { image: ( tRPC ), }, remix: { image: ( ), }, dotnet: { image: ( ), }, qwik: { image: ( ), }, gradle: { image: ( gradle-elephant-icon-gradient-primary ), }, go: { image: ( ), }, vue: { image: ( ), }, rust: { image: ( ), }, nuxt: { image: ( ), }, svelte: { image: ( ), }, gatsby: { image: ( file_type_gatsby ), }, astro: { image: ( Astro ), }, playwright: { image: ( Playwright ), }, pnpm: { image: ( pnpm ), }, monorepo: { image: ( ), }, javascript: { image: ( JavaScript Unofficial Logo ), }, cra: { image: ( ), }, angular: { image: ( Angular Angular ), }, cypress: { image: ( Cypress ), }, expo: { image: ( Expo ), }, react: { image: ( React ), }, azure: { image: ( Azure Pipelines ), }, bitbucket: { image: ( Bitbucket ), }, circleci: { image: ( Circle CI ), }, github: { image: ( GitHub ), }, gitlab: { image: ( GitLab ), }, jenkins: { image: ( jenkins-logo ), }, };