\" },\r\n \"b\": { \"body\": \"\u003Cpath d=\\\"_path_b_\\\"/>\" },\r\n \"c\": { \"body\": \"\u003Cpath d=\\\"_path_c_\\\"/>\" }\r\n },\r\n \"width\": 24,\r\n \"height\": 24,\r\n}\r\n```\r\n\r\nExample API response to `GET /api/iconify-provider/my-icons.json?icons=a,c`\r\n```json\r\n{\r\n \"prefix\": \"my-icons\",\r\n \"icons\": {\r\n \"a\": { \"body\": \"\u003Cpath d=\\\"_path_a_\\\"/>\" },\r\n \"c\": { \"body\": \"\u003Cpath d=\\\"_path_c_\\\"/>\" }\r\n },\r\n \"width\": 24,\r\n \"height\": 24,\r\n}\r\n```\r\n\r\nModule would have to register the custom provider with iconify library:\r\n```ts\r\nimport { addAPIProvider } from '@iconify/vue'\r\naddAPIProvider('nuxt', { resources: ['/api/iconify-provider'] })\r\n```\r\n\r\nAnd the icons should be usable as per example:\r\n```html\r\n\u003Cicon name=\"@nuxt:my-icons:a\"/>\r\n\u003Cicon name=\"@nuxt:my-icons:c\"/>\r\n```",[],97,"closed","Feature Request: Built-in API provider for custom IconifyJSON","2024-10-25T16:58:25Z","https://github.com/nuxt/icon/issues/97",0.7138079,{"description":2885,"labels":2886,"number":2890,"owner":2868,"repository":2891,"state":2879,"title":2892,"updated_at":2893,"url":2894,"score":2895},"When we moved from UnoCSS to TailwindCSS, we lost the ability to parse and bundle iconify-json through UnoCSS parser. With no idea on how to achieve the same behaviour with TailwindCSS, we made use of iconify-vue to load icons on the fly: https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/elements/Icon.vue",[2887],{"name":2888,"color":2889},"enhancement","1ad6ff",57,"nuxt.com","Fix UI iconify offline","2022-11-04T11:26:57Z","https://github.com/nuxt/nuxt.com/issues/57",0.7200668,{"description":2897,"labels":2898,"number":2899,"owner":2868,"repository":2869,"state":2879,"title":2900,"updated_at":2901,"url":2902,"score":2903},"Is it not enough to use documentation steps to use it? \r\n\r\nhttps://nuxt.com/modules/icon#setup-%EF%B8%8F\r\n\r\n```\r\n //package.json\r\n \"devDependencies\": {\r\n \"nuxt-icon\": \"^0.2.10\",\r\n },\r\n```\r\n\r\n```\r\n //nuxt.config.ts\r\n modules: [\r\n 'nuxt-icon',\r\n ],\r\n```\r\n\r\nwhen I use `yarn generate` I got an error\r\n\r\n`\r\nERROR Could not load \\node_modules\\@iconify\\vue\\dist\\iconify\r\n`\r\n\r\nif I install it by `yarn add --dev @iconify/vue` it's doesn't help\r\n\r\nwhen I use `yarn dev` I have no any issue\r\n",[],49," ERROR Could not load \\node_modules\\@iconify\\vue\\dist\\iconify","2023-04-19T08:32:00Z","https://github.com/nuxt/icon/issues/49",0.7283681,{"description":2905,"labels":2906,"number":2916,"owner":2868,"repository":2868,"state":2879,"title":2917,"updated_at":2918,"url":2919,"score":2920},"\n### Environment\n\nNuxt project info: \n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.15.1\n- Nuxt Version: 3.13.2\n- CLI Version: 3.13.2\n- Nitro Version: 2.9.7\n- Package Manager: bun@1.1.8\n- Builder: -\n- User Config: experimental, runtimeConfig, build, devtools, nitro, routeRules, plugins, modules, eslint, pinia, site, delayHydration, i18n, icon, app, content, svgo, sitemap, googleFonts, image, mdc, htmlValidator, compatibilityDate\n- Runtime Modules: @nuxt/ui@2.18.4, @nuxt/image@1.8.0, @nuxt/content@2.13.2, @nuxt/eslint@0.5.7, @nuxtjs/google-fonts@3.2.0, @nuxtjs/fontaine@0.4.3, @nuxtjs/i18n@8.5.5, @nuxtjs/mdc@0.8.3, @nuxtjs/sitemap@6.1.0, @nuxtjs/html-validator@1.8.2, nuxt-delay-hydration@1.3.8, nuxt-svgo@4.0.6, @vueuse/nuxt@11.1.0, @vueuse/motion/nuxt@2.2.5, @pinia/nuxt@0.5.4, @nuxthq/studio@2.0.3, @nuxt/icon@1.5.1, @formkit/auto-animate/nuxt@0.8.2\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nGithub to reproduction: https://github.com/hoachnt/hoachnt-web\n\n### Describe the bug\n\nI don't know what problem is. I try to fix this bug 2 months and think that problem is in nuxt. And yep I saw in the official website of nuxt has same problem\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2907,2910,2913],{"name":2908,"color":2909},"pending triage","E99695",{"name":2911,"color":2912},"needs reproduction","FBCA04",{"name":2914,"color":2915},"possible regression","B90A42",29387,"Icons not rendering on production build when mounting","2024-10-15T06:27:30Z","https://github.com/nuxt/nuxt/issues/29387",0.734615,{"description":2922,"labels":2923,"number":1042,"owner":2868,"repository":2869,"state":2879,"title":2924,"updated_at":2925,"url":2926,"score":2927},"Please add to readme file nuxt3 dynamic import example:\r\n\r\n\r\n```\r\nimport { Icon } from \"@iconify/vue\"\r\n\r\nfunction renderIcon(icon) {\r\n return () => h(Icon, { icon })\r\n}\r\n\r\nrenderIcon('uil:github')\r\n```\r\n\r\n",[],"Please add to readme file nuxt3 dynamic import ","2022-11-07T10:46:55Z","https://github.com/nuxt/icon/issues/22",0.73475415,{"description":2929,"labels":2930,"number":1042,"owner":2868,"repository":2891,"state":2879,"title":2931,"updated_at":2932,"url":2933,"score":2927},"The http call can be left commented for now. However, the confirm method: https://github.com/docusgen/docus.com/blob/dev/pages/_team/settings/index.vue#L206, should be replaced by the `AlertDialog` component: https://github.com/nuxtlabs/nuxt.com/blob/dev/pages/account/teams.vue#L78\n\n\n",[],"Leave team in `/:team/settings`","2023-02-15T12:30:31Z","https://github.com/nuxt/nuxt.com/issues/22",{"description":2935,"labels":2936,"number":1042,"owner":2868,"repository":2937,"state":2879,"title":2938,"updated_at":2939,"url":2940,"score":2927},"Scripts that should be added before release:\r\n\r\n**Analytics**\r\n- [x] Plausible\r\n\r\n**Payments**\r\n- [x] [LemonSqueezy](https://docs.lemonsqueezy.com/guides/developer-guide/lemonjs)\r\n\r\n",[],"scripts","Third Party Register Scripts To Add","2024-04-22T12:56:34Z","https://github.com/nuxt/scripts/issues/22",{"labels":2942,"number":2947,"owner":2868,"repository":2868,"state":2879,"title":2948,"updated_at":2949,"url":2950,"score":2951},[2943,2946],{"name":2944,"color":2945},"3.x","29bc7f",{"name":2908,"color":2909},13452,"Error loading external \"@purge-icons/generated\"","2023-01-19T16:56:59Z","https://github.com/nuxt/nuxt/issues/13452",0.7360196,{"description":2953,"labels":2954,"number":2955,"owner":2868,"repository":2869,"state":2879,"title":2956,"updated_at":2957,"url":2958,"score":2959},"When I used the latest [Nuxt UI Pro Docs Theme](https://github.com/nuxt-ui-pro/docs) and added Nuxt Scripts, I encountered some missing icons.\r\n\r\n**To reproduce:**\r\n\r\n- Clone \"Nuxt UI Pro Docs\"\r\n- Add Nuxt Scripts as dependency\r\n- Deploy to Vercel with `npx nuxi generate`\r\n- Find missing Icons \r\n\r\n\r\n**Missing Icons when Client Side Rendering:**\r\n\u003Cimg width=\"940\" alt=\"image\" src=\"https://github.com/user-attachments/assets/acdfa7df-ded1-4811-8305-320ca99303c2\">\r\n\r\n**Cannot Find icons:**\r\n\u003Cimg width=\"1179\" alt=\"image\" src=\"https://github.com/user-attachments/assets/fe1135ff-9ef2-4157-bd58-dc7e00f566c1\">\r\n\r\n**Server Rendered:** \r\n\u003Cimg width=\"810\" alt=\"image\" src=\"https://github.com/user-attachments/assets/4f5d37a0-b5f1-4521-b566-f0a74c034427\">\r\n\r\nMaybe this is also interesting for you @benjamincanac, @harlan-zw",[],220,"Issues when Prerender with `nuxt generate`","2024-07-30T17:48:07Z","https://github.com/nuxt/icon/issues/220",0.73668206,["Reactive",2961],{},["Set"],["ShallowReactive",2964],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fTphBSTMhcXH2S5cGntIn2swSCC4V9wpF6exewpmcID0":-1},"/nuxt/icon/396"]