@nice2dev/icons 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/dist/cjs/NiceDesktopIconExporter.js +20 -10
  2. package/dist/cjs/NiceDesktopIconExporter.js.map +1 -1
  3. package/dist/cjs/NiceFaviconGenerator.js.map +1 -1
  4. package/dist/cjs/NiceIconEditor.js +26 -13
  5. package/dist/cjs/NiceIconEditor.js.map +1 -1
  6. package/dist/cjs/NiceIconPicker.js +49 -24
  7. package/dist/cjs/NiceIconPicker.js.map +1 -1
  8. package/dist/cjs/NiceIconPreview.js.map +1 -1
  9. package/dist/cjs/NiceIconSetCreator.js +6 -3
  10. package/dist/cjs/NiceIconSetCreator.js.map +1 -1
  11. package/dist/cjs/NtdIconBadge.js +20 -12
  12. package/dist/cjs/NtdIconBadge.js.map +1 -1
  13. package/dist/cjs/NtdIconMorph.js +29 -19
  14. package/dist/cjs/NtdIconMorph.js.map +1 -1
  15. package/dist/cjs/NtdStateMorph.js +13 -12
  16. package/dist/cjs/NtdStateMorph.js.map +1 -1
  17. package/dist/cjs/advancedIconSearch.js +62 -31
  18. package/dist/cjs/advancedIconSearch.js.map +1 -1
  19. package/dist/cjs/animationControls.js +108 -105
  20. package/dist/cjs/animationControls.js.map +1 -1
  21. package/dist/cjs/createIcon.js +63 -30
  22. package/dist/cjs/createIcon.js.map +1 -1
  23. package/dist/cjs/figmaExport.js +1 -1
  24. package/dist/cjs/figmaExport.js.map +1 -1
  25. package/dist/cjs/figmaSync.js +46 -11
  26. package/dist/cjs/figmaSync.js.map +1 -1
  27. package/dist/cjs/iconAnalytics.js +6 -3
  28. package/dist/cjs/iconAnalytics.js.map +1 -1
  29. package/dist/cjs/iconMetadata.js +8 -3
  30. package/dist/cjs/iconMetadata.js.map +1 -1
  31. package/dist/cjs/iconStyles.js +100 -52
  32. package/dist/cjs/iconStyles.js.map +1 -1
  33. package/dist/cjs/icons/accessibility.js +13 -0
  34. package/dist/cjs/icons/accessibility.js.map +1 -1
  35. package/dist/cjs/icons/actions.js +26 -1
  36. package/dist/cjs/icons/actions.js.map +1 -1
  37. package/dist/cjs/icons/ai.js +15 -0
  38. package/dist/cjs/icons/ai.js.map +1 -1
  39. package/dist/cjs/icons/brand.js +13 -6
  40. package/dist/cjs/icons/brand.js.map +1 -1
  41. package/dist/cjs/icons/business.js +73 -25
  42. package/dist/cjs/icons/business.js.map +1 -1
  43. package/dist/cjs/icons/devtech.js +88 -32
  44. package/dist/cjs/icons/devtech.js.map +1 -1
  45. package/dist/cjs/icons/ecommerce.js +16 -0
  46. package/dist/cjs/icons/ecommerce.js.map +1 -1
  47. package/dist/cjs/icons/education.js +17 -0
  48. package/dist/cjs/icons/education.js.map +1 -1
  49. package/dist/cjs/icons/files.js +93 -31
  50. package/dist/cjs/icons/files.js.map +1 -1
  51. package/dist/cjs/icons/fintech.js +14 -0
  52. package/dist/cjs/icons/fintech.js.map +1 -1
  53. package/dist/cjs/icons/food.js +16 -0
  54. package/dist/cjs/icons/food.js.map +1 -1
  55. package/dist/cjs/icons/fun.js +40 -14
  56. package/dist/cjs/icons/fun.js.map +1 -1
  57. package/dist/cjs/icons/gaming.js +21 -6
  58. package/dist/cjs/icons/gaming.js.map +1 -1
  59. package/dist/cjs/icons/health.js +42 -14
  60. package/dist/cjs/icons/health.js.map +1 -1
  61. package/dist/cjs/icons/index.js +1 -1
  62. package/dist/cjs/icons/legal.js +13 -0
  63. package/dist/cjs/icons/legal.js.map +1 -1
  64. package/dist/cjs/icons/media.js +69 -27
  65. package/dist/cjs/icons/media.js.map +1 -1
  66. package/dist/cjs/icons/navigation.js +22 -8
  67. package/dist/cjs/icons/navigation.js.map +1 -1
  68. package/dist/cjs/icons/realestate.js +17 -0
  69. package/dist/cjs/icons/realestate.js.map +1 -1
  70. package/dist/cjs/icons/saas.js +13 -0
  71. package/dist/cjs/icons/saas.js.map +1 -1
  72. package/dist/cjs/icons/science.js +16 -0
  73. package/dist/cjs/icons/science.js.map +1 -1
  74. package/dist/cjs/icons/shapes.js +67 -23
  75. package/dist/cjs/icons/shapes.js.map +1 -1
  76. package/dist/cjs/icons/smarthome.js +13 -0
  77. package/dist/cjs/icons/smarthome.js.map +1 -1
  78. package/dist/cjs/icons/social.js +54 -18
  79. package/dist/cjs/icons/social.js.map +1 -1
  80. package/dist/cjs/icons/sports.js +14 -0
  81. package/dist/cjs/icons/sports.js.map +1 -1
  82. package/dist/cjs/icons/sustainability.js +15 -0
  83. package/dist/cjs/icons/sustainability.js.map +1 -1
  84. package/dist/cjs/icons/travel.js +15 -0
  85. package/dist/cjs/icons/travel.js.map +1 -1
  86. package/dist/cjs/icons/ui.js +82 -28
  87. package/dist/cjs/icons/ui.js.map +1 -1
  88. package/dist/cjs/icons/weather.js +60 -20
  89. package/dist/cjs/icons/weather.js.map +1 -1
  90. package/dist/cjs/index.js +3 -1
  91. package/dist/cjs/index.js.map +1 -1
  92. package/dist/cjs/lottieIntegration.js +13 -6
  93. package/dist/cjs/lottieIntegration.js.map +1 -1
  94. package/dist/cjs/particleEffects.js +31 -12
  95. package/dist/cjs/particleEffects.js.map +1 -1
  96. package/dist/cjs/resolver.js +115 -104
  97. package/dist/cjs/resolver.js.map +1 -1
  98. package/dist/cjs/smilAnimations.js +6 -4
  99. package/dist/cjs/smilAnimations.js.map +1 -1
  100. package/dist/cjs/tailwind-plugin.js +6 -3
  101. package/dist/cjs/tailwind-plugin.js.map +1 -1
  102. package/dist/cjs/types.js.map +1 -1
  103. package/dist/cjs/variantProps.js +11 -1
  104. package/dist/cjs/variantProps.js.map +1 -1
  105. package/dist/esm/NiceDesktopIconExporter.js +20 -10
  106. package/dist/esm/NiceDesktopIconExporter.js.map +1 -1
  107. package/dist/esm/NiceFaviconGenerator.js.map +1 -1
  108. package/dist/esm/NiceIconEditor.js +26 -13
  109. package/dist/esm/NiceIconEditor.js.map +1 -1
  110. package/dist/esm/NiceIconPicker.js +49 -24
  111. package/dist/esm/NiceIconPicker.js.map +1 -1
  112. package/dist/esm/NiceIconPreview.js.map +1 -1
  113. package/dist/esm/NiceIconSetCreator.js +6 -3
  114. package/dist/esm/NiceIconSetCreator.js.map +1 -1
  115. package/dist/esm/NtdIconBadge.js +20 -12
  116. package/dist/esm/NtdIconBadge.js.map +1 -1
  117. package/dist/esm/NtdIconMorph.js +29 -19
  118. package/dist/esm/NtdIconMorph.js.map +1 -1
  119. package/dist/esm/NtdStateMorph.js +13 -12
  120. package/dist/esm/NtdStateMorph.js.map +1 -1
  121. package/dist/esm/advancedIconSearch.js +62 -31
  122. package/dist/esm/advancedIconSearch.js.map +1 -1
  123. package/dist/esm/animationControls.js +108 -105
  124. package/dist/esm/animationControls.js.map +1 -1
  125. package/dist/esm/createIcon.js +63 -30
  126. package/dist/esm/createIcon.js.map +1 -1
  127. package/dist/esm/figmaExport.js +1 -1
  128. package/dist/esm/figmaExport.js.map +1 -1
  129. package/dist/esm/figmaSync.js +46 -11
  130. package/dist/esm/figmaSync.js.map +1 -1
  131. package/dist/esm/iconAnalytics.js +6 -3
  132. package/dist/esm/iconAnalytics.js.map +1 -1
  133. package/dist/esm/iconMetadata.js +8 -3
  134. package/dist/esm/iconMetadata.js.map +1 -1
  135. package/dist/esm/iconStyles.js +100 -52
  136. package/dist/esm/iconStyles.js.map +1 -1
  137. package/dist/esm/icons/accessibility.js +13 -0
  138. package/dist/esm/icons/accessibility.js.map +1 -1
  139. package/dist/esm/icons/actions.js +27 -2
  140. package/dist/esm/icons/actions.js.map +1 -1
  141. package/dist/esm/icons/ai.js +15 -0
  142. package/dist/esm/icons/ai.js.map +1 -1
  143. package/dist/esm/icons/brand.js +13 -6
  144. package/dist/esm/icons/brand.js.map +1 -1
  145. package/dist/esm/icons/business.js +73 -25
  146. package/dist/esm/icons/business.js.map +1 -1
  147. package/dist/esm/icons/devtech.js +88 -32
  148. package/dist/esm/icons/devtech.js.map +1 -1
  149. package/dist/esm/icons/ecommerce.js +16 -0
  150. package/dist/esm/icons/ecommerce.js.map +1 -1
  151. package/dist/esm/icons/education.js +17 -0
  152. package/dist/esm/icons/education.js.map +1 -1
  153. package/dist/esm/icons/files.js +93 -31
  154. package/dist/esm/icons/files.js.map +1 -1
  155. package/dist/esm/icons/fintech.js +14 -0
  156. package/dist/esm/icons/fintech.js.map +1 -1
  157. package/dist/esm/icons/food.js +16 -0
  158. package/dist/esm/icons/food.js.map +1 -1
  159. package/dist/esm/icons/fun.js +40 -14
  160. package/dist/esm/icons/fun.js.map +1 -1
  161. package/dist/esm/icons/gaming.js +21 -6
  162. package/dist/esm/icons/gaming.js.map +1 -1
  163. package/dist/esm/icons/health.js +42 -14
  164. package/dist/esm/icons/health.js.map +1 -1
  165. package/dist/esm/icons/index.js +1 -1
  166. package/dist/esm/icons/legal.js +13 -0
  167. package/dist/esm/icons/legal.js.map +1 -1
  168. package/dist/esm/icons/media.js +69 -27
  169. package/dist/esm/icons/media.js.map +1 -1
  170. package/dist/esm/icons/navigation.js +22 -8
  171. package/dist/esm/icons/navigation.js.map +1 -1
  172. package/dist/esm/icons/realestate.js +17 -0
  173. package/dist/esm/icons/realestate.js.map +1 -1
  174. package/dist/esm/icons/saas.js +13 -0
  175. package/dist/esm/icons/saas.js.map +1 -1
  176. package/dist/esm/icons/science.js +16 -0
  177. package/dist/esm/icons/science.js.map +1 -1
  178. package/dist/esm/icons/shapes.js +67 -23
  179. package/dist/esm/icons/shapes.js.map +1 -1
  180. package/dist/esm/icons/smarthome.js +13 -0
  181. package/dist/esm/icons/smarthome.js.map +1 -1
  182. package/dist/esm/icons/social.js +54 -18
  183. package/dist/esm/icons/social.js.map +1 -1
  184. package/dist/esm/icons/sports.js +14 -0
  185. package/dist/esm/icons/sports.js.map +1 -1
  186. package/dist/esm/icons/sustainability.js +15 -0
  187. package/dist/esm/icons/sustainability.js.map +1 -1
  188. package/dist/esm/icons/travel.js +15 -0
  189. package/dist/esm/icons/travel.js.map +1 -1
  190. package/dist/esm/icons/ui.js +82 -28
  191. package/dist/esm/icons/ui.js.map +1 -1
  192. package/dist/esm/icons/weather.js +60 -20
  193. package/dist/esm/icons/weather.js.map +1 -1
  194. package/dist/esm/index.js +2 -2
  195. package/dist/esm/lottieIntegration.js +13 -6
  196. package/dist/esm/lottieIntegration.js.map +1 -1
  197. package/dist/esm/particleEffects.js +31 -12
  198. package/dist/esm/particleEffects.js.map +1 -1
  199. package/dist/esm/resolver.js +115 -104
  200. package/dist/esm/resolver.js.map +1 -1
  201. package/dist/esm/smilAnimations.js +6 -4
  202. package/dist/esm/smilAnimations.js.map +1 -1
  203. package/dist/esm/tailwind-plugin.js +6 -3
  204. package/dist/esm/tailwind-plugin.js.map +1 -1
  205. package/dist/esm/types.js.map +1 -1
  206. package/dist/esm/variantProps.js +10 -2
  207. package/dist/esm/variantProps.js.map +1 -1
  208. package/dist/types/NiceIconSetCreator.d.ts +1 -1
  209. package/dist/types/advancedIconSearch.d.ts +1 -1
  210. package/dist/types/animationControls.d.ts +6 -6
  211. package/dist/types/createIcon.d.ts +8 -4
  212. package/dist/types/figmaExport.d.ts +1 -1
  213. package/dist/types/headless-ui.d.ts +4 -4
  214. package/dist/types/icons/gaming.d.ts +2 -2
  215. package/dist/types/icons/index.d.ts +1 -1
  216. package/dist/types/index.d.ts +3 -3
  217. package/dist/types/microInteractions.d.ts +3 -3
  218. package/dist/types/rsc.d.ts +7 -3
  219. package/dist/types/types.d.ts +27 -2
  220. package/dist/types/variantProps.d.ts +21 -4
  221. package/package.json +3 -3
@@ -3,140 +3,174 @@
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  var createIcon = require('../createIcon.js');
5
5
 
6
- createIcon.createIcon({ displayName: 'NtdCode',
6
+ createIcon.createIcon({
7
+ displayName: 'NtdCode',
7
8
  paths: {
8
9
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "16,18 22,12 16,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "8,6 2,12 8,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
9
10
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "16,18 22,12 16,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "8,6 2,12 8,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
10
11
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "16,18 22,12 16,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "8,6 2,12 8,18", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.3 })] })),
11
12
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("polyline", { points: "16,18 22,12 16,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "8,6 2,12 8,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
13
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "16,18 22,12 16,6", stroke: primaryColor, strokeWidth: "2", fill: "none" }), jsxRuntime.jsx("polyline", { points: "8,6 2,12 8,18", stroke: secondaryColor, strokeWidth: "2", fill: "none" })] })),
12
14
  },
13
15
  });
14
- const NtdBrackets = createIcon.createIcon({ displayName: 'NtdBrackets',
16
+ const NtdBrackets = createIcon.createIcon({
17
+ displayName: 'NtdBrackets',
15
18
  paths: {
16
19
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M8 3H6a2 2 0 00-2 2v5.5L2 12l2 1.5V19a2 2 0 002 2h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M16 3h2a2 2 0 012 2v5.5l2 1.5-2 1.5V19a2 2 0 01-2 2h-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
17
20
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M8 3H6a2 2 0 00-2 2v5.5L2 12l2 1.5V19a2 2 0 002 2h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M16 3h2a2 2 0 012 2v5.5l2 1.5-2 1.5V19a2 2 0 01-2 2h-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
18
21
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M8 3H6a2 2 0 00-2 2v5.5L2 12l2 1.5V19a2 2 0 002 2h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M16 3h2a2 2 0 012 2v5.5l2 1.5-2 1.5V19a2 2 0 01-2 2h-2", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.3 })] })),
19
22
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M8 3H6a2 2 0 00-2 2v5.5L2 12l2 1.5V19a2 2 0 002 2h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M16 3h2a2 2 0 012 2v5.5l2 1.5-2 1.5V19a2 2 0 01-2 2h-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
23
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M8 3H6a2 2 0 00-2 2v5.5L2 12l2 1.5V19a2 2 0 002 2h2", stroke: primaryColor, strokeWidth: "2", fill: "none" }), jsxRuntime.jsx("path", { d: "M16 3h2a2 2 0 012 2v5.5l2 1.5-2 1.5V19a2 2 0 01-2 2h-2", stroke: secondaryColor, strokeWidth: "2", fill: "none" })] })),
20
24
  },
21
25
  });
22
- createIcon.createIcon({ displayName: 'NtdDatabase',
26
+ createIcon.createIcon({
27
+ displayName: 'NtdDatabase',
23
28
  paths: {
24
29
  solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M21 12c0 1.66-4.03 3-9 3s-9-1.34-9-3", stroke: secondaryColor, strokeWidth: "1.5", fill: "none", opacity: 0.5 }), jsxRuntime.jsx("path", { d: "M3 5v14c0 1.66 4.03 3 9 3s9-1.34 9-3V5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
25
30
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M21 12c0 1.66-4.03 3-9 3s-9-1.34-9-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M3 5v14c0 1.66 4.03 3 9 3s9-1.34 9-3V5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
26
31
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M21 12c0 1.66-4.03 3-9 3s-9-1.34-9-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M3 5v14c0 1.66 4.03 3 9 3s9-1.34 9-3V5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
27
32
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M21 12c0 1.66-4.03 3-9 3s-9-1.34-9-3", stroke: secondaryColor, strokeWidth: "1.5", fill: "none", opacity: 0.5 }), jsxRuntime.jsx("path", { d: "M3 5v14c0 1.66 4.03 3 9 3s9-1.34 9-3V5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
33
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", fill: primaryColor }), jsxRuntime.jsx("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("path", { d: "M21 12c0 1.66-4.03 3-9 3s-9-1.34-9-3", stroke: secondaryColor, strokeWidth: "1.8", fill: "none" }), jsxRuntime.jsx("path", { d: "M3 5v14c0 1.66 4.03 3 9 3s9-1.34 9-3V5", stroke: "#3B82F6", strokeWidth: "1.5", fill: "none" })] })),
28
34
  },
29
35
  });
30
- const NtdServer = createIcon.createIcon({ displayName: 'NtdServer',
36
+ const NtdServer = createIcon.createIcon({
37
+ displayName: 'NtdServer',
31
38
  paths: {
32
39
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "10", y1: "6", x2: "18", y2: "6", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 }), jsxRuntime.jsx("line", { x1: "10", y1: "18", x2: "18", y2: "18", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 })] })),
33
40
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "1", fill: primaryColor })] })),
34
41
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "1", fill: primaryColor })] })),
35
42
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "10", y1: "6", x2: "18", y2: "6", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 }), jsxRuntime.jsx("line", { x1: "10", y1: "18", x2: "18", y2: "18", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 })] })),
43
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "1", fill: "#3B82F6" }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "1", fill: "#10B981" }), jsxRuntime.jsx("line", { x1: "10", y1: "6", x2: "18", y2: "6", stroke: "white", strokeWidth: "1", opacity: "0.35" }), jsxRuntime.jsx("line", { x1: "10", y1: "18", x2: "18", y2: "18", stroke: "white", strokeWidth: "1", opacity: "0.35" })] })),
36
44
  },
37
45
  });
38
- createIcon.createIcon({ displayName: 'NtdCloud',
46
+ createIcon.createIcon({
47
+ displayName: 'NtdCloud',
39
48
  paths: {
40
49
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor })),
41
50
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
42
51
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
43
52
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor })] })),
53
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: "white", opacity: "0.1" })] })),
44
54
  },
45
55
  });
46
- createIcon.createIcon({ displayName: 'NtdCloudUpload',
56
+ createIcon.createIcon({
57
+ displayName: 'NtdCloudUpload',
47
58
  paths: {
48
59
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor }), jsxRuntime.jsx("polyline", { points: "16,16 12,12 8,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
49
60
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "16,16 12,12 8,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
50
61
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "16,16 12,12 8,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
51
62
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor }), jsxRuntime.jsx("polyline", { points: "16,16 12,12 8,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
63
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("polyline", { points: "16,16 12,12 8,16", stroke: secondaryColor, strokeWidth: "1.8", fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: "#3B82F6", strokeWidth: "1.5" })] })),
52
64
  },
53
65
  });
54
- createIcon.createIcon({ displayName: 'NtdCloudDownload',
66
+ createIcon.createIcon({
67
+ displayName: 'NtdCloudDownload',
55
68
  paths: {
56
69
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor }), jsxRuntime.jsx("polyline", { points: "8,16 12,20 16,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
57
70
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "8,16 12,20 16,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
58
71
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "8,16 12,20 16,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
59
72
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor }), jsxRuntime.jsx("polyline", { points: "8,16 12,20 16,16", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
73
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("polyline", { points: "8,16 12,20 16,16", stroke: secondaryColor, strokeWidth: "1.8", fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "12", y2: "20", stroke: "#3B82F6", strokeWidth: "1.5" })] })),
60
74
  },
61
75
  });
62
- const NtdGitBranch = createIcon.createIcon({ displayName: 'NtdGitBranch',
76
+ const NtdGitBranch = createIcon.createIcon({
77
+ displayName: 'NtdGitBranch',
63
78
  paths: {
64
79
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "6", y1: "9", x2: "6", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M18 9c0 6-12 6-12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
65
80
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "6", y1: "9", x2: "6", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M18 9c0 6-12 6-12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
66
81
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "6", y1: "9", x2: "6", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M18 9c0 6-12 6-12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
67
82
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "6", y1: "9", x2: "6", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M18 9c0 6-12 6-12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
83
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "3", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3", fill: "#3B82F6" }), jsxRuntime.jsx("line", { x1: "6", y1: "9", x2: "6", y2: "15", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("path", { d: "M18 9c0 6-12 6-12 9", stroke: "white", strokeWidth: "1", fill: "none" })] })),
68
84
  },
69
85
  });
70
- const NtdGitCommit = createIcon.createIcon({ displayName: 'NtdGitCommit',
86
+ const NtdGitCommit = createIcon.createIcon({
87
+ displayName: 'NtdGitCommit',
71
88
  paths: {
72
89
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "1.05", y1: "12", x2: "8", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "12", x2: "22.95", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth })] })),
73
90
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "1.05", y1: "12", x2: "8", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "12", x2: "22.95", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth })] })),
74
91
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "1.05", y1: "12", x2: "8", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "12", x2: "22.95", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth })] })),
75
92
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "1.05", y1: "12", x2: "8", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "12", x2: "22.95", y2: "12", stroke: primaryColor, strokeWidth: strokeWidth })] })),
93
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "4", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("line", { x1: "1.05", y1: "12", x2: "8", y2: "12", stroke: secondaryColor, strokeWidth: "1.8" }), jsxRuntime.jsx("line", { x1: "16", y1: "12", x2: "22.95", y2: "12", stroke: "#3B82F6", strokeWidth: "1.5" })] })),
76
94
  },
77
95
  });
78
- const NtdGitMerge = createIcon.createIcon({ displayName: 'NtdGitMerge',
96
+ const NtdGitMerge = createIcon.createIcon({
97
+ displayName: 'NtdGitMerge',
79
98
  paths: {
80
99
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M6 9v12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M6 9c0 6 12 6 12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
81
100
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M6 9v12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M6 9c0 6 12 6 12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
82
101
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M6 9v12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M6 9c0 6 12 6 12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
83
102
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M6 9v12", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M6 9c0 6 12 6 12 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
103
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "3", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "3", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "3", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M6 9v12", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("path", { d: "M6 9c0 6 12 6 12 9", stroke: "white", strokeWidth: "1", fill: "none" })] })),
84
104
  },
85
105
  });
86
- createIcon.createIcon({ displayName: 'NtdCpu',
106
+ createIcon.createIcon({
107
+ displayName: 'NtdCpu',
87
108
  paths: {
88
109
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "9", y1: "1", x2: "9", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "1", x2: "15", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "9", y1: "20", x2: "9", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "20", x2: "15", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "9", x2: "23", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "15", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "9", x2: "4", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "15", x2: "4", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
89
110
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "9", y1: "1", x2: "9", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "1", x2: "15", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "9", y1: "20", x2: "9", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "20", x2: "15", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "9", x2: "23", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "15", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "9", x2: "4", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "15", x2: "4", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
90
111
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "9", y1: "1", x2: "9", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "1", x2: "15", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "9", y1: "20", x2: "9", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "20", x2: "15", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "9", x2: "23", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "15", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "9", x2: "4", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "15", x2: "4", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
91
112
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "9", y1: "1", x2: "9", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "1", x2: "15", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "9", y1: "20", x2: "9", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "20", x2: "15", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "9", x2: "23", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "15", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "9", x2: "4", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "1", y1: "15", x2: "4", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
113
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", fill: secondaryColor }), jsxRuntime.jsx("line", { x1: "9", y1: "1", x2: "9", y2: "4", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "15", y1: "1", x2: "15", y2: "4", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "9", y1: "20", x2: "9", y2: "23", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "15", y1: "20", x2: "15", y2: "23", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "20", y1: "9", x2: "23", y2: "9", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "20", y1: "15", x2: "23", y2: "15", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "1", y1: "9", x2: "4", y2: "9", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "1", y1: "15", x2: "4", y2: "15", stroke: "white", strokeWidth: "1" })] })),
92
114
  },
93
115
  });
94
- createIcon.createIcon({ displayName: 'NtdWifi',
116
+ createIcon.createIcon({
117
+ displayName: 'NtdWifi',
95
118
  paths: {
96
119
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M5 12.55a11 11 0 0114.08 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M1.42 9a16 16 0 0121.16 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: primaryColor })] })),
97
120
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M5 12.55a11 11 0 0114.08 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M1.42 9a16 16 0 0121.16 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "20", r: "1", fill: primaryColor })] })),
98
121
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M1.42 9a16 16 0 0121.16 0", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.1 }), jsxRuntime.jsx("path", { d: "M5 12.55a11 11 0 0114.08 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: primaryColor })] })),
99
122
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M5 12.55a11 11 0 0114.08 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M1.42 9a16 16 0 0121.16 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: primaryColor })] })),
123
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("path", { d: "M5 12.55a11 11 0 0114.08 0", stroke: secondaryColor, strokeWidth: "1.8", fill: "none" }), jsxRuntime.jsx("path", { d: "M1.42 9a16 16 0 0121.16 0", stroke: "#3B82F6", strokeWidth: "1.5", fill: "none" }), jsxRuntime.jsx("path", { d: "M8.53 16.11a6 6 0 016.95 0", stroke: "#3B82F6", strokeWidth: "1.5", fill: "none" })] })),
100
124
  },
101
125
  });
102
- createIcon.createIcon({ displayName: 'NtdBluetooth',
126
+ createIcon.createIcon({
127
+ displayName: 'NtdBluetooth',
103
128
  paths: {
104
129
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
105
130
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
106
131
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 1l5.5 5.5L12 12l5.5 5.5L12 23", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.2 }), jsxRuntime.jsx("path", { d: "M6.5 6.5L12 12l-5.5 5.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth })] })),
107
132
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
133
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: "2.2", fill: "none" }) })),
108
134
  },
109
135
  });
110
- const NtdBattery = createIcon.createIcon({ displayName: 'NtdBattery',
136
+ const NtdBattery = createIcon.createIcon({
137
+ displayName: 'NtdBattery',
111
138
  paths: {
112
139
  solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "23", y1: "10", x2: "23", y2: "14", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("rect", { x: "4", y: "9", width: "8", height: "6", rx: "1", fill: secondaryColor, opacity: 0.4 })] })),
113
140
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "23", y1: "10", x2: "23", y2: "14", stroke: primaryColor, strokeWidth: strokeWidth })] })),
114
141
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "23", y1: "10", x2: "23", y2: "14", stroke: primaryColor, strokeWidth: strokeWidth })] })),
115
142
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "23", y1: "10", x2: "23", y2: "14", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("rect", { x: "4", y: "9", width: "8", height: "6", rx: "1", fill: secondaryColor, opacity: 0.4 })] })),
143
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("rect", { x: "4", y: "9", width: "8", height: "6", rx: "1", fill: secondaryColor }), jsxRuntime.jsx("line", { x1: "23", y1: "10", x2: "23", y2: "14", stroke: "white", strokeWidth: "1" })] })),
116
144
  },
117
145
  });
118
- const NtdSlash = createIcon.createIcon({ displayName: 'NtdSlash',
146
+ const NtdSlash = createIcon.createIcon({
147
+ displayName: 'NtdSlash',
119
148
  paths: {
120
149
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("line", { x1: "14", y1: "2", x2: "10", y2: "22", stroke: primaryColor, strokeWidth: "2.5" })),
121
150
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("line", { x1: "14", y1: "2", x2: "10", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth })),
122
151
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsx("line", { x1: "14", y1: "2", x2: "10", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth })),
123
152
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("line", { x1: "14", y1: "2", x2: "10", y2: "22", stroke: primaryColor, strokeWidth: "2.5" })] })),
153
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx("line", { x1: "14", y1: "2", x2: "10", y2: "22", stroke: primaryColor, strokeWidth: "2.2" }) })),
124
154
  },
125
155
  });
126
- const NtdHash = createIcon.createIcon({ displayName: 'NtdHash',
156
+ const NtdHash = createIcon.createIcon({
157
+ displayName: 'NtdHash',
127
158
  paths: {
128
159
  solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "4", y1: "9", x2: "20", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "4", y1: "15", x2: "20", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "3", x2: "8", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "3", x2: "14", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth })] })),
129
160
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "4", y1: "9", x2: "20", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "4", y1: "15", x2: "20", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "3", x2: "8", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "3", x2: "14", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth })] })),
130
161
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "4", y1: "9", x2: "20", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "4", y1: "15", x2: "20", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "3", x2: "8", y2: "21", stroke: secondaryColor, strokeWidth: strokeWidth, opacity: secondaryOpacity + 0.2 }), jsxRuntime.jsx("line", { x1: "16", y1: "3", x2: "14", y2: "21", stroke: secondaryColor, strokeWidth: strokeWidth, opacity: secondaryOpacity + 0.2 })] })),
131
162
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("line", { x1: "4", y1: "9", x2: "20", y2: "9", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "4", y1: "15", x2: "20", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "3", x2: "8", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "3", x2: "14", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth })] })),
163
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "4", y1: "9", x2: "20", y2: "9", stroke: primaryColor, strokeWidth: "2" }), jsxRuntime.jsx("line", { x1: "4", y1: "15", x2: "20", y2: "15", stroke: secondaryColor, strokeWidth: "1.8" }), jsxRuntime.jsx("line", { x1: "10", y1: "3", x2: "8", y2: "21", stroke: "#3B82F6", strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "16", y1: "3", x2: "14", y2: "21", stroke: secondaryColor, strokeWidth: "1.5" })] })),
132
164
  },
133
165
  });
134
- const NtdBugDev = createIcon.createIcon({ displayName: 'NtdBugDev',
166
+ const NtdBugDev = createIcon.createIcon({
167
+ displayName: 'NtdBugDev',
135
168
  paths: {
136
169
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "8", y: "8", width: "8", height: "12", rx: "4", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "12", y1: "8", x2: "12", y2: "20", stroke: accentColor, strokeWidth: "1", opacity: accentOpacity * 0.5 }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1", opacity: accentOpacity * 0.5 }), jsxRuntime.jsx("path", { d: "M8 10H4M8 14H3M8 18H4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M16 10h4M16 14h5M16 18h4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M9 5l-1-2M15 5l1-2", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "10", cy: "3", r: "0.5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "14", cy: "3", r: "0.5", fill: primaryColor })] })),
137
170
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "8", y: "8", width: "8", height: "12", rx: "4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 10H4M8 14H3M8 18H4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M16 10h4M16 14h5M16 18h4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M9 8l-1-3M15 8l1-3", stroke: primaryColor, strokeWidth: strokeWidth })] })),
138
171
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "8", y: "8", width: "8", height: "12", rx: "4", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "8", y: "8", width: "8", height: "12", rx: "4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 10H4M8 14H3M8 18H4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M16 10h4M16 14h5M16 18h4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M9 8l-1-3M15 8l1-3", stroke: primaryColor, strokeWidth: strokeWidth })] })),
139
172
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "8", y: "8", width: "8", height: "12", rx: "4", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "12", y1: "8", x2: "12", y2: "20", stroke: accentColor, strokeWidth: "1", opacity: accentOpacity * 0.5 }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1", opacity: accentOpacity * 0.5 }), jsxRuntime.jsx("path", { d: "M8 10H4M8 14H3M8 18H4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M16 10h4M16 14h5M16 18h4", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M9 5l-1-2M15 5l1-2", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "10", cy: "3", r: "0.5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "14", cy: "3", r: "0.5", fill: primaryColor })] })),
173
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "8", y: "8", width: "8", height: "12", rx: "4", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "8", y: "8", width: "8", height: "12", rx: "4", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "10", cy: "3", r: "0.5", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "14", cy: "3", r: "0.5", fill: "#3B82F6" }), jsxRuntime.jsx("line", { x1: "12", y1: "8", x2: "12", y2: "20", stroke: "white", strokeWidth: "1", opacity: "0.35" }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: "white", strokeWidth: "1", opacity: "0.35" }), jsxRuntime.jsx("path", { d: "M8 10H4M8 14H3M8 18H4", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("path", { d: "M16 10h4M16 14h5M16 18h4", stroke: "white", strokeWidth: "1" }), jsxRuntime.jsx("path", { d: "M9 5l-1-2M15 5l1-2", stroke: "white", strokeWidth: "1" })] })),
140
174
  },
141
175
  });
142
176
  // ── Relocated from brand packs ──
@@ -144,117 +178,130 @@ const NtdBlueprint = createIcon.createIcon({
144
178
  displayName: 'NtdBlueprint',
145
179
  paths: {
146
180
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M6 8h12M6 12h7M6 16h10M14 10v8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
147
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M3 3h18v18H3zM6 8h12M6 12h7M6 16h10M14 10v8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
181
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M3 3h18v18H3zM6 8h12M6 12h7M6 16h10M14 10v8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
148
182
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M6 8h12M6 12h7M6 16h10M14 10v8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
149
183
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M6 8h12M6 12h7M6 16h10M14 10v8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
184
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("path", { d: "M6 8h12M6 12h7M6 16h10M14 10v8", stroke: secondaryColor, strokeWidth: "1.8" })] })),
150
185
  },
151
186
  });
152
187
  const NtdPrototype = createIcon.createIcon({
153
188
  displayName: 'NtdPrototype',
154
189
  paths: {
155
- solid: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M4 7h6v4H4zM14 7h6v4h-6zM9 11l6 6M10 9h4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
156
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M4 7h6v4H4zM14 7h6v4h-6zM9 11l6 6M10 9h4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
190
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M4 7h6v4H4zM14 7h6v4h-6zM9 11l6 6M10 9h4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
191
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M4 7h6v4H4zM14 7h6v4h-6zM9 11l6 6M10 9h4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
157
192
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "7", width: "6", height: "4", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "14", y: "7", width: "6", height: "4", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M4 7h6v4H4zM14 7h6v4h-6zM9 11l6 6M10 9h4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
158
193
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M4 7h6v4H4zM14 7h6v4h-6zM9 11l6 6M10 9h4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
194
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx("path", { d: "M4 7h6v4H4zM14 7h6v4h-6zM9 11l6 6M10 9h4", stroke: primaryColor, strokeWidth: "2.2", fill: "none" }) })),
159
195
  },
160
196
  });
161
197
  const NtdComponent = createIcon.createIcon({
162
198
  displayName: 'NtdComponent',
163
199
  paths: {
164
200
  solid: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "8", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "13", y: "3", width: "8", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "13", width: "8", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "13", y: "13", width: "8", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity })] })),
165
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
201
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
166
202
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "8", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "13", y: "13", width: "8", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
167
203
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "3", width: "8", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "13", y: "3", width: "8", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "13", width: "8", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "13", y: "13", width: "8", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity })] })),
204
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "8", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "3", width: "8", height: "8", rx: "2", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("rect", { x: "13", y: "3", width: "8", height: "8", rx: "2", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "13", width: "8", height: "8", rx: "2", fill: "#3B82F6" }), jsxRuntime.jsx("rect", { x: "13", y: "13", width: "8", height: "8", rx: "2", fill: "#10B981" })] })),
168
205
  },
169
206
  });
170
207
  const NtdNodes = createIcon.createIcon({
171
208
  displayName: 'NtdNodes',
172
209
  paths: {
173
210
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "18", r: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 6h8M7.5 7.5l3.5 8M16.5 7.5l-3.5 8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
174
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M6 4a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zm-6 12a2 2 0 100 4 2 2 0 000-4zM8 6h8M7.5 7.5l3.5 8M16.5 7.5l-3.5 8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
211
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M6 4a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zm-6 12a2 2 0 100 4 2 2 0 000-4zM8 6h8M7.5 7.5l3.5 8M16.5 7.5l-3.5 8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
175
212
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M8 6h8M7.5 7.5l3.5 8M16.5 7.5l-3.5 8", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "12", cy: "18", r: "2", fill: primaryColor })] })),
176
213
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "18", r: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 6h8M7.5 7.5l3.5 8M16.5 7.5l-3.5 8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
214
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "18", r: "2", fill: "#3B82F6" }), jsxRuntime.jsx("path", { d: "M8 6h8M7.5 7.5l3.5 8M16.5 7.5l-3.5 8", stroke: "white", strokeWidth: "1" })] })),
177
215
  },
178
216
  });
179
217
  const NtdFlow = createIcon.createIcon({
180
218
  displayName: 'NtdFlow',
181
219
  paths: {
182
- solid: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M4 6h8v4H4zM12 14h8v4h-8zM12 8l4 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
183
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M4 6h8v4H4zM12 14h8v4h-8zM12 8l4 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
220
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M4 6h8v4H4zM12 14h8v4h-8zM12 8l4 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
221
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M4 6h8v4H4zM12 14h8v4h-8zM12 8l4 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
184
222
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "6", width: "8", height: "4", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "12", y: "14", width: "8", height: "4", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M4 6h8v4H4zM12 14h8v4h-8zM12 8l4 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
185
223
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M4 6h8v4H4zM12 14h8v4h-8zM12 8l4 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
224
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx("path", { d: "M4 6h8v4H4zM12 14h8v4h-8zM12 8l4 6", stroke: primaryColor, strokeWidth: "2.2", fill: "none" }) })),
186
225
  },
187
226
  });
188
227
  const NtdAIBrain = createIcon.createIcon({
189
228
  displayName: 'NtdAIBrain',
190
229
  paths: {
191
230
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M9 5a3 3 0 00-3 3v8a3 3 0 003 3h6a3 3 0 003-3V8a3 3 0 00-3-3z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M10 8v8M14 8v8M9 12h6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
192
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M9 5a3 3 0 00-3 3v8a3 3 0 003 3h6a3 3 0 003-3V8a3 3 0 00-3-3zM10 8v8M14 8v8M9 12h6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
231
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M9 5a3 3 0 00-3 3v8a3 3 0 003 3h6a3 3 0 003-3V8a3 3 0 00-3-3zM10 8v8M14 8v8M9 12h6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
193
232
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "6", y: "5", width: "12", height: "14", rx: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M9 5a3 3 0 00-3 3v8a3 3 0 003 3h6a3 3 0 003-3V8a3 3 0 00-3-3zM10 8v8M14 8v8M9 12h6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
194
233
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M9 5a3 3 0 00-3 3v8a3 3 0 003 3h6a3 3 0 003-3V8a3 3 0 00-3-3z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M10 8v8M14 8v8M9 12h6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
234
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M9 5a3 3 0 00-3 3v8a3 3 0 003 3h6a3 3 0 003-3V8a3 3 0 00-3-3z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M9 5a3 3 0 00-3 3v8a3 3 0 003 3h6a3 3 0 003-3V8a3 3 0 00-3-3z", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("path", { d: "M10 8v8M14 8v8M9 12h6", stroke: secondaryColor, strokeWidth: "1.8" })] })),
195
235
  },
196
236
  });
197
237
  const NtdNeural = createIcon.createIcon({
198
238
  displayName: 'NtdNeural',
199
239
  paths: {
200
240
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "8", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "8", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "16", r: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 8h8M7.5 9.5L10.5 14M16.5 9.5L13.5 14", stroke: primaryColor, strokeWidth: strokeWidth })] })),
201
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M6 6a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zm-6 8a2 2 0 100 4 2 2 0 000-4zM8 8h8M7.5 9.5L10.5 14M16.5 9.5L13.5 14", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
241
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M6 6a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zm-6 8a2 2 0 100 4 2 2 0 000-4zM8 8h8M7.5 9.5L10.5 14M16.5 9.5L13.5 14", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
202
242
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M8 8h8M7.5 9.5L10.5 14M16.5 9.5L13.5 14", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "6", cy: "8", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "8", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "16", r: "2", fill: primaryColor })] })),
203
243
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "8", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "8", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "16", r: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 8h8M7.5 9.5L10.5 14M16.5 9.5L13.5 14", stroke: primaryColor, strokeWidth: strokeWidth })] })),
244
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "8", r: "2", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "8", r: "2", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "18", cy: "8", r: "2", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "16", r: "2", fill: "#3B82F6" }), jsxRuntime.jsx("path", { d: "M8 8h8M7.5 9.5L10.5 14M16.5 9.5L13.5 14", stroke: "white", strokeWidth: "1" })] })),
204
245
  },
205
246
  });
206
247
  const NtdForge = createIcon.createIcon({
207
248
  displayName: 'NtdForge',
208
249
  paths: {
209
250
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 9h8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
210
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13zM8 9h8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
251
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13zM8 9h8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
211
252
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13zM8 9h8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
212
253
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 9h8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
254
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("path", { d: "M12 2l4 7-4 13-4-13z", stroke: secondaryColor, strokeWidth: "1.8", fill: "none" }), jsxRuntime.jsx("path", { d: "M8 9h8", stroke: "#3B82F6", strokeWidth: "1.5" })] })),
213
255
  },
214
256
  });
215
257
  const NtdPipeline = createIcon.createIcon({
216
258
  displayName: 'NtdPipeline',
217
259
  paths: {
218
260
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "7", width: "5", height: "4", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "10", y: "7", width: "5", height: "4", rx: "1", fill: primaryColor, opacity: "0.85" }), jsxRuntime.jsx("rect", { x: "17", y: "7", width: "4", height: "4", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M8 9h2M15 9h2M5.5 11v5h12V11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
219
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M3 7h5v4H3zM10 7h5v4h-5zM17 7h4v4h-4zM8 9h2M15 9h2M5.5 11v5h12V11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
261
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M3 7h5v4H3zM10 7h5v4h-5zM17 7h4v4h-4zM8 9h2M15 9h2M5.5 11v5h12V11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
220
262
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "7", width: "5", height: "4", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "17", y: "7", width: "4", height: "4", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M3 7h5v4H3zM10 7h5v4h-5zM17 7h4v4h-4zM8 9h2M15 9h2M5.5 11v5h12V11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
221
263
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "7", width: "5", height: "4", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "10", y: "7", width: "5", height: "4", rx: "1", fill: primaryColor, opacity: "0.85" }), jsxRuntime.jsx("rect", { x: "17", y: "7", width: "4", height: "4", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M8 9h2M15 9h2M5.5 11v5h12V11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
264
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "7", width: "5", height: "4", rx: "1", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "7", width: "5", height: "4", rx: "1", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("rect", { x: "10", y: "7", width: "5", height: "4", rx: "1", fill: secondaryColor, opacity: "0.85" }), jsxRuntime.jsx("rect", { x: "17", y: "7", width: "4", height: "4", rx: "1", fill: "#3B82F6" }), jsxRuntime.jsx("path", { d: "M8 9h2M15 9h2M5.5 11v5h12V11", stroke: "white", strokeWidth: "1", fill: "none" })] })),
222
265
  },
223
266
  });
224
267
  const NtdDeploy = createIcon.createIcon({
225
268
  displayName: 'NtdDeploy',
226
269
  paths: {
227
270
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 3l4 6h-3v7h-2V9H8l4-6z", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "4", y: "17", width: "16", height: "4", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "4", y: "17", width: "16", height: "4", rx: "1.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
228
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M12 3l4 6h-3v7h-2V9H8l4-6zM4 17h16v4H4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
271
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M12 3l4 6h-3v7h-2V9H8l4-6zM4 17h16v4H4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
229
272
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "17", width: "16", height: "4", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M12 3l4 6h-3v7h-2V9H8l4-6zM4 17h16v4H4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
230
273
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M12 3l4 6h-3v7h-2V9H8l4-6z", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "4", y: "17", width: "16", height: "4", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "4", y: "17", width: "16", height: "4", rx: "1.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
274
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 3l4 6h-3v7h-2V9H8l4-6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M12 3l4 6h-3v7h-2V9H8l4-6z", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("rect", { x: "4", y: "17", width: "16", height: "4", rx: "1.5", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "4", y: "17", width: "16", height: "4", rx: "1.5", stroke: "white", strokeWidth: "1", fill: "none" })] })),
231
275
  },
232
276
  });
233
277
  const NtdGateway = createIcon.createIcon({
234
278
  displayName: 'NtdGateway',
235
279
  paths: {
236
280
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "7", width: "7", height: "10", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "14", y: "7", width: "7", height: "10", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M10 12h4M12 10l2 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth })] })),
237
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M3 7h7v10H3zM14 7h7v10h-7zM10 12h4M12 10l2 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
281
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M3 7h7v10H3zM14 7h7v10h-7zM10 12h4M12 10l2 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
238
282
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "7", width: "7", height: "10", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "14", y: "7", width: "7", height: "10", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M3 7h7v10H3zM14 7h7v10h-7zM10 12h4M12 10l2 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
239
283
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "7", width: "7", height: "10", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "14", y: "7", width: "7", height: "10", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M10 12h4M12 10l2 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth })] })),
284
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "7", width: "7", height: "10", rx: "1.5", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "3", y: "7", width: "7", height: "10", rx: "1.5", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("rect", { x: "14", y: "7", width: "7", height: "10", rx: "1.5", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M10 12h4M12 10l2 2-2 2", stroke: "white", strokeWidth: "1" })] })),
240
285
  },
241
286
  });
242
287
  const NtdDataMesh = createIcon.createIcon({
243
288
  displayName: 'NtdDataMesh',
244
289
  paths: {
245
290
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 6h8M6 8v8M18 8v8M8 18h8M7.5 7.5l3.5 3.5M16.5 7.5l-3.5 3.5M7.5 16.5l3.5-3.5M16.5 16.5l-3.5-3.5", stroke: primaryColor, strokeWidth: strokeWidth })] })),
246
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M6 4a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zM6 16a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zm-6-6a2 2 0 100 4 2 2 0 000-4M8 6h8M6 8v8M18 8v8M8 18h8M7.5 7.5l3.5 3.5M16.5 7.5l-3.5 3.5M7.5 16.5l3.5-3.5M16.5 16.5l-3.5-3.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
291
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M6 4a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zM6 16a2 2 0 100 4 2 2 0 000-4zm12 0a2 2 0 100 4 2 2 0 000-4zm-6-6a2 2 0 100 4 2 2 0 000-4M8 6h8M6 8v8M18 8v8M8 18h8M7.5 7.5l3.5 3.5M16.5 7.5l-3.5 3.5M7.5 16.5l3.5-3.5M16.5 16.5l-3.5-3.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
247
292
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M8 6h8M6 8v8M18 8v8M8 18h8M7.5 7.5l3.5 3.5M16.5 7.5l-3.5 3.5M7.5 16.5l3.5-3.5M16.5 16.5l-3.5-3.5", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2", fill: primaryColor })] })),
248
293
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 6h8M6 8v8M18 8v8M8 18h8M7.5 7.5l3.5 3.5M16.5 7.5l-3.5 3.5M7.5 16.5l3.5-3.5M16.5 16.5l-3.5-3.5", stroke: primaryColor, strokeWidth: strokeWidth })] })),
294
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "6", r: "2", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "2", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "2", fill: "#3B82F6" }), jsxRuntime.jsx("circle", { cx: "18", cy: "18", r: "2", fill: "#10B981" }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2", fill: "#F59E0B" }), jsxRuntime.jsx("path", { d: "M8 6h8M6 8v8M18 8v8M8 18h8M7.5 7.5l3.5 3.5M16.5 7.5l-3.5 3.5M7.5 16.5l3.5-3.5M16.5 16.5l-3.5-3.5", stroke: "white", strokeWidth: "1" })] })),
249
295
  },
250
296
  });
251
297
  const NtdFeatureFlag = createIcon.createIcon({
252
298
  displayName: 'NtdFeatureFlag',
253
299
  paths: {
254
300
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "6", y1: "3", x2: "6", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
255
- outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M6 3v18M6 5h12l-2.5 4L18 13H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
301
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M6 3v18M6 5h12l-2.5 4L18 13H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
256
302
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M6 3v18M6 5h12l-2.5 4L18 13H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
257
303
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("line", { x1: "6", y1: "3", x2: "6", y2: "21", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
304
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("line", { x1: "6", y1: "3", x2: "6", y2: "21", stroke: secondaryColor, strokeWidth: "1.8" }), jsxRuntime.jsx("path", { d: "M6 5h12l-2.5 4L18 13H6z", stroke: "#3B82F6", strokeWidth: "1.5", fill: "none" })] })),
258
305
  },
259
306
  });
260
307
  // ── DevTech Logo Icons ──
@@ -265,6 +312,7 @@ const NtdViteLogo = createIcon.createIcon({
265
312
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M21 3L12 22L3 3h7l2 10l2-10h7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
266
313
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M21 3L12 22L3 3h7l2 10l2-10h7z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M21 3L12 22L3 3h7l2 10l2-10h7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
267
314
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M21 3L12 22L3 3h7l2 10l2-10h7z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M10 3l2 10l2-10", fill: accentColor, opacity: accentOpacity })] })),
315
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M21 3L12 22L3 3h7l2 10l2-10h7z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M21 3L12 22L3 3h7l2 10l2-10h7z", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("path", { d: "M10 3l2 10l2-10", fill: secondaryColor })] })),
268
316
  },
269
317
  });
270
318
  const NtdBunLogo = createIcon.createIcon({
@@ -274,6 +322,7 @@ const NtdBunLogo = createIcon.createIcon({
274
322
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "14", rx: "9", ry: "7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("ellipse", { cx: "9", cy: "13", rx: "1.5", ry: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("ellipse", { cx: "15", cy: "13", rx: "1.5", ry: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M6 9c0-3 2.5-6 6-6s6 3 6 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
275
323
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "14", rx: "9", ry: "7", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("ellipse", { cx: "12", cy: "14", rx: "9", ry: "7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("ellipse", { cx: "9", cy: "13", rx: "1.5", ry: "2", fill: primaryColor }), jsxRuntime.jsx("ellipse", { cx: "15", cy: "13", rx: "1.5", ry: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M6 9c0-3 2.5-6 6-6s6 3 6 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
276
324
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("ellipse", { cx: "12", cy: "14", rx: "9", ry: "7", fill: primaryColor }), jsxRuntime.jsx("ellipse", { cx: "9", cy: "13", rx: "1.5", ry: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("ellipse", { cx: "15", cy: "13", rx: "1.5", ry: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M6 9c0-3 2.5-6 6-6s6 3 6 6", stroke: primaryColor, strokeWidth: "2", fill: "none" })] })),
325
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "14", rx: "9", ry: "7", fill: primaryColor }), jsxRuntime.jsx("ellipse", { cx: "12", cy: "14", rx: "9", ry: "7", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("ellipse", { cx: "9", cy: "13", rx: "1.5", ry: "2", fill: secondaryColor }), jsxRuntime.jsx("ellipse", { cx: "15", cy: "13", rx: "1.5", ry: "2", fill: "#3B82F6" }), jsxRuntime.jsx("path", { d: "M6 9c0-3 2.5-6 6-6s6 3 6 6", stroke: "white", strokeWidth: "1", fill: "none" })] })),
277
326
  },
278
327
  });
279
328
  const NtdDenoLogo = createIcon.createIcon({
@@ -283,6 +332,7 @@ const NtdDenoLogo = createIcon.createIcon({
283
332
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("ellipse", { cx: "14", cy: "10", rx: "2", ry: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 16c2-1 4-1 6 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
284
333
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("ellipse", { cx: "14", cy: "10", rx: "2", ry: "3", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 16c2-1 4-1 6 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
285
334
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: primaryColor }), jsxRuntime.jsx("ellipse", { cx: "14", cy: "10", rx: "2", ry: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "14.5", cy: "9.5", r: "0.8", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 16c2-1 4-1 6 0", stroke: secondaryColor, strokeWidth: "1.5", fill: "none", opacity: secondaryOpacity })] })),
335
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("ellipse", { cx: "14", cy: "10", rx: "2", ry: "3", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "14.5", cy: "9.5", r: "0.8", fill: "#3B82F6" }), jsxRuntime.jsx("path", { d: "M8 16c2-1 4-1 6 0", stroke: "white", strokeWidth: "1", fill: "none", opacity: "0.35" })] })),
286
336
  },
287
337
  });
288
338
  const NtdTauriLogo = createIcon.createIcon({
@@ -292,6 +342,7 @@ const NtdTauriLogo = createIcon.createIcon({
292
342
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M11.5 9.5l1 5", stroke: primaryColor, strokeWidth: strokeWidth })] })),
293
343
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "2", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M11.5 9.5l1 5", stroke: primaryColor, strokeWidth: strokeWidth })] })),
294
344
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M11.5 9.5l1 5", stroke: primaryColor, strokeWidth: "2" })] })),
345
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "5", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "5", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "8", cy: "8", r: "2", fill: "#3B82F6" }), jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "2", fill: "#10B981" }), jsxRuntime.jsx("path", { d: "M11.5 9.5l1 5", stroke: "white", strokeWidth: "1" })] })),
295
346
  },
296
347
  });
297
348
  const NtdSvelteLogo = createIcon.createIcon({
@@ -301,6 +352,7 @@ const NtdSvelteLogo = createIcon.createIcon({
301
352
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M20 7c-2-4-7-5-10-3l-5 3c-2 2-3 5-1 8 1 2 3 3 5 3l-1 1c-3 1-6 0-8-3-2-4-1-8 3-10l5-3c4-2 9 0 11 4 1 2 1 5-1 7l-1-2c1-2 1-4 3-5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
302
353
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M20 7c-2-4-7-5-10-3l-5 3c-2 2-3 5-1 8 1 2 3 3 5 3l-1 1c-3 1-6 0-8-3-2-4-1-8 3-10l5-3c4-2 9 0 11 4 1 2 1 5-1 7l-1-2c1-2 1-4 3-5z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M20 7c-2-4-7-5-10-3l-5 3c-2 2-3 5-1 8 1 2 3 3 5 3l-1 1c-3 1-6 0-8-3-2-4-1-8 3-10l5-3c4-2 9 0 11 4 1 2 1 5-1 7l-1-2c1-2 1-4 3-5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
303
354
  flat: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M20 7c-2-4-7-5-10-3l-5 3c-2 2-3 5-1 8 1 2 3 3 5 3l-1 1c-3 1-6 0-8-3-2-4-1-8 3-10l5-3c4-2 9 0 11 4 1 2 1 5-1 7l-1-2c1-2 1-4 3-5z", fill: primaryColor })] })),
355
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M20 7c-2-4-7-5-10-3l-5 3c-2 2-3 5-1 8 1 2 3 3 5 3l-1 1c-3 1-6 0-8-3-2-4-1-8 3-10l5-3c4-2 9 0 11 4 1 2 1 5-1 7l-1-2c1-2 1-4 3-5z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M20 7c-2-4-7-5-10-3l-5 3c-2 2-3 5-1 8 1 2 3 3 5 3l-1 1c-3 1-6 0-8-3-2-4-1-8 3-10l5-3c4-2 9 0 11 4 1 2 1 5-1 7l-1-2c1-2 1-4 3-5z", fill: "white", opacity: "0.1" })] })),
304
356
  },
305
357
  });
306
358
  const NtdNextJsLogo = createIcon.createIcon({
@@ -310,6 +362,7 @@ const NtdNextJsLogo = createIcon.createIcon({
310
362
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 8v8M8 8l10 12M16 8v8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
311
363
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 8v8M8 8l10 12M16 8v8", stroke: primaryColor, strokeWidth: strokeWidth })] })),
312
364
  flat: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 8v8M8 8l10 12M16 8v8", stroke: "white", strokeWidth: "2" })] })),
365
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", fill: "white", opacity: "0.1" }), jsxRuntime.jsx("path", { d: "M8 8v8M8 8l10 12M16 8v8", stroke: "white", strokeWidth: "1.8" })] })),
313
366
  },
314
367
  });
315
368
  const NtdAstroLogo = createIcon.createIcon({
@@ -319,6 +372,7 @@ const NtdAstroLogo = createIcon.createIcon({
319
372
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsx("path", { d: "M8 21c-1-5 1-8 5-10l1 3c3-2 4-5 4-9l-7 5-5 10c0 1 1 2 2 1z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
320
373
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M8 21c-1-5 1-8 5-10l1 3c3-2 4-5 4-9l-7 5-5 10c0 1 1 2 2 1z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M8 21c-1-5 1-8 5-10l1 3c3-2 4-5 4-9l-7 5-5 10c0 1 1 2 2 1z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
321
374
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M8 21c-1-5 1-8 5-10l1 3c3-2 4-5 4-9l-7 5-5 10c0 1 1 2 2 1z", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "10", cy: "17", r: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "14", cy: "15", r: "1", fill: secondaryColor, opacity: secondaryOpacity })] })),
375
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M8 21c-1-5 1-8 5-10l1 3c3-2 4-5 4-9l-7 5-5 10c0 1 1 2 2 1z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 21c-1-5 1-8 5-10l1 3c3-2 4-5 4-9l-7 5-5 10c0 1 1 2 2 1z", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("circle", { cx: "10", cy: "17", r: "1.5", fill: secondaryColor }), jsxRuntime.jsx("circle", { cx: "14", cy: "15", r: "1", fill: "#3B82F6" })] })),
322
376
  },
323
377
  });
324
378
  const NtdQwikLogo = createIcon.createIcon({
@@ -328,6 +382,7 @@ const NtdQwikLogo = createIcon.createIcon({
328
382
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 2L4 8v8l8 6 8-6V8l-8-6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M12 8v8l4-4-4-4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
329
383
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 2L4 8v8l8 6 8-6V8l-8-6z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M12 2L4 8v8l8 6 8-6V8l-8-6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M12 8v8l4-4-4-4z", fill: primaryColor })] })),
330
384
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M12 2L4 8v8l8 6 8-6V8l-8-6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M12 8v8l4-4-4-4z", fill: accentColor, opacity: accentOpacity })] })),
385
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 2L4 8v8l8 6 8-6V8l-8-6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M12 2L4 8v8l8 6 8-6V8l-8-6z", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("path", { d: "M12 8v8l4-4-4-4z", fill: secondaryColor })] })),
331
386
  },
332
387
  });
333
388
  const NtdSolidJsLogo = createIcon.createIcon({
@@ -337,6 +392,7 @@ const NtdSolidJsLogo = createIcon.createIcon({
337
392
  outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M3 8l9 6 9-6-9-6-9 6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M3 12l9 6 9-6-9-6-9 6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M3 16l9 6 9-6-9-6-9 6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
338
393
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M3 8l9 6 9-6-9-6-9 6z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M3 12l9 6 9-6-9-6-9 6z", fill: secondaryColor, opacity: secondaryOpacity * 0.7 }), jsxRuntime.jsx("path", { d: "M3 16l9 6 9-6-9-6-9 6z", fill: secondaryColor, opacity: secondaryOpacity * 0.5 }), jsxRuntime.jsx("path", { d: "M3 8l9 6 9-6-9-6-9 6zM3 12l9 6 9-6-9-6-9 6zM3 16l9 6 9-6-9-6-9 6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
339
394
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M3 8l9 6 9-6-9-6-9 6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M3 12l9 6 9-6-9-6-9 6z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M3 16l9 6 9-6-9-6-9 6z", fill: primaryColor, opacity: "0.7" })] })),
395
+ vivid: ({ primaryColor, secondaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M3 8l9 6 9-6-9-6-9 6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M3 8l9 6 9-6-9-6-9 6z", fill: "white", opacity: "0.08" }), jsxRuntime.jsx("path", { d: "M3 12l9 6 9-6-9-6-9 6z", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M3 16l9 6 9-6-9-6-9 6z", fill: "#3B82F6", opacity: "0.7" })] })),
340
396
  },
341
397
  });
342
398