` elements in my components. Additionally, I am encountering numerous deprecation warnings related to `@iconify`.\r\n\r\nIt appears that `@nuxt/icon` is downloading all icon collections instead of only the icons being used, leading to the substantial increase in build size.\r\n\r\n\r\n\r\n**Before adding `@nuxt/icon`**\r\n\r\n\r\n\r\n**After adding `@nuxt/icon`, `@iconify-json/heroicons` and `@iconify-json/tabler`**\r\n\r\n\r\n\r\nThe build size should not increase significantly, especially when no `\u003CIcon />` elements are used.\r\n\r\nIf relevant, here are the versions I am using:\r\n```\r\nNuxt Version: 3.12.3\r\n@nuxt/icon Version: ^1.0.0\r\n@iconify-json/heroicons: ^1.1.21\r\n@iconify-json/tabler: ^1.1.116\r\nNode.js Version: v20.13.1\r\n```\r\n\r\nA ton of deprecation warnings like these\r\n`\r\n(node:23176) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving \".//index.cjs\" for module request \".//index.cjs\" matched to \"./*\" in the \"exports\" field module resolution of the package at ...\\node_modules\\@iconify\\vue\\package.json imported from ...\\node_modules\\nuxt-og-image\\dist\\node_modules\\_index.js.\r\n`\r\n\r\n\r\nThank you in advance for your help in fixing this issue! :)",[],188,"closed","Significant Build Size Increase with @nuxt/icon and Deprecation Warnings from @iconify","2024-07-18T22:45:11Z","https://github.com/nuxt/icon/issues/188",0.6785985,{"description":2020,"labels":2021,"number":2022,"owner":1994,"repository":2023,"state":2014,"title":2024,"updated_at":2025,"url":2026,"score":2027},"# Environment\r\n- Operating System: `MacOS`\r\n- Node Version: `v21.6.2`\r\n- Nuxt Version: `3.12.3`\r\n- Nitro Version: `2.9.7`\r\n\r\n```ts\r\nimport { defineNuxtConfig } from 'nuxt/config';\r\n\r\nexport default defineNuxtConfig({\r\n$production: {\r\n scripts: {\r\n registry: {\r\n googleTagManager: {\r\n token: 'GTM-MYCUSTOMID,\r\n },\r\n },\r\n },\r\n },\r\n})\r\n```\r\n\r\n### current result:\r\n> https://www.googletagmanager.com/gtm.js\r\n\r\n\r\n### expected result:\r\n> https://www.googletagmanager.com/gtm.js?id=GTM-MYCUSTOMID\r\n\r\n\u003Chr>\r\n\r\n## Solution\r\n\r\n### Using `id` instead `token`\r\n\r\n```ts\r\nimport { defineNuxtConfig } from 'nuxt/config';\r\n\r\nexport default defineNuxtConfig({\r\n$production: {\r\n scripts: {\r\n registry: {\r\n googleTagManager: {\r\n id: 'GTM-MYCUSTOMID,\r\n },\r\n },\r\n },\r\n },\r\n})\r\n```\r\n\r\n### final result:\r\n> https://www.googletagmanager.com/gtm.js?id=GTM-MYCUSTOMID\r\n",[],143,"scripts","googleTagManager `$production` token configuration is broken","2024-07-16T13:40:44Z","https://github.com/nuxt/scripts/issues/143",0.739581,{"description":2029,"labels":2030,"number":2031,"owner":1994,"repository":2005,"state":2014,"title":2032,"updated_at":2033,"url":2034,"score":2035},"```vue\r\n\u003CIcon name=\"uil:github\" v-if=\"true\" />\r\n\u003Ctemplate v-if=\"true\">\r\n \u003CIcon name=\"uil:github\" />\r\n\u003C/template>\r\n```\r\nwhen use `Icon` with v-if, the whole icon become tiny samll.\r\n\r\n\r\n",[],81,"size not effective when use v-if","2023-06-06T14:45:00Z","https://github.com/nuxt/icon/issues/81",0.74335957,{"description":2037,"labels":2038,"number":2045,"owner":1994,"repository":2046,"state":2014,"title":2047,"updated_at":2048,"url":2049,"score":2050},"Is it possible to specify the priority of downloading files by their extension (woff 2, woff, tff)? Now, if a folder contains both ttf and woff2 at the same time, then the module loads tff. Or do I only need to store fonts in woff2 format?\r\n\r\n\r\n\r\n",[2039,2042],{"name":2040,"color":2041},"bug","d73a4a",{"name":2043,"color":2044},"needs reproduction","C94E53",135,"fonts","Allow downloading priority by extensions","2024-09-23T12:02:52Z","https://github.com/nuxt/fonts/issues/135",0.7567838,{"description":2052,"labels":2053,"number":2055,"owner":1994,"repository":2023,"state":2014,"title":2056,"updated_at":2057,"url":2058,"score":2059},"### 🐛 The bug\n\nAfter updating to the latest version of @nuxt/scripts (v0.10.3), the embedded YouTube player is no longer visible.\n\n### 🛠️ To reproduce\n\nhttps://scripts.nuxt.com/scripts/content/youtube-player\n\n### 🌈 Expected behavior\n\n.\n\n### ℹ️ Additional context\n\n_No response_",[2054],{"name":2040,"color":2041},393,"YouTube player is invisible with the latest version","2025-02-18T21:56:53Z","https://github.com/nuxt/scripts/issues/393",0.7849614,{"description":2061,"labels":2062,"number":2067,"owner":1994,"repository":2023,"state":2014,"title":2068,"updated_at":2069,"url":2070,"score":2071},"Upgrading to v6.0.2 I get the following errors in the Nuxt Turnstile module:\r\n\r\n```\r\n.nuxt/nuxt-scripts/tpc/google-tag-manager.ts(13,17): error TS2742: The inferred type of 'useScriptGoogleTagManager' cannot be named without a reference to '.pnpm/@unhead+vue@1.9.15_vue@3.4.31_typescript@5.5.3_/node_modules/@unhead/vue'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-tag-manager.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-tag-manager.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-analytics.ts(13,17): error TS2742: The inferred type of 'useScriptGoogleAnalytics' cannot be named without a reference to '.pnpm/@unhead+vue@1.9.15_vue@3.4.31_typescript@5.5.3_/node_modules/@unhead/vue'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-analytics.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-analytics.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n```\r\n\r\nhttps://github.com/nuxt-modules/turnstile/actions/runs/9820960416/job/27116095724?pr=321#step:14:24",[2063,2064],{"name":2040,"color":2041},{"name":2065,"color":2066},"pre-announce","c2e0c6",133,"fix(tpc): a type annotation is necessary","2024-07-15T18:18:26Z","https://github.com/nuxt/scripts/issues/133",0.787331,{"labels":2073,"number":2080,"owner":1994,"repository":1994,"state":2014,"title":2081,"updated_at":2082,"url":2083,"score":2084},[2074,2077],{"name":2075,"color":2076},"3.x","29bc7f",{"name":2078,"color":2079},"cli","09F665",12015,"Replace degit with tiged","2023-01-19T16:08:27Z","https://github.com/nuxt/nuxt/issues/12015",0.790872,{"description":2086,"labels":2087,"number":2092,"owner":1994,"repository":2093,"state":2014,"title":2094,"updated_at":2095,"url":2096,"score":2097},"Hello.\r\n\r\ni was just wondering is it possible to make better error logs?\r\nBecause at one moment tests just stop and all I see is:\r\n\r\n",[2088,2089],{"name":1985,"color":1986},{"name":2090,"color":2091},"vitest-environment","b60205",605,"test-utils","Is it possible to create better error logs?","2023-12-05T16:15:41Z","https://github.com/nuxt/test-utils/issues/605",0.79154545,["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"5UQGg1fXmN-jyJ_UyZGcsiaZyawKxXc7LMvNgLMV4Qs":-1},"/nuxt/icon/34"]