@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
@@ -1,188 +1,234 @@
1
1
  import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { createIcon } from '../createIcon.js';
3
3
 
4
- const NtdBriefcase = createIcon({ displayName: 'NtdBriefcase',
4
+ const NtdBriefcase = createIcon({
5
+ displayName: 'NtdBriefcase',
5
6
  paths: {
6
7
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", fill: primaryColor }), jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 })] })),
7
8
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: primaryColor, strokeWidth: "1.5" })] })),
8
9
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: primaryColor, strokeWidth: "1.5" })] })),
9
10
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", fill: primaryColor }), jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 })] })),
11
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", fill: primaryColor }), jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", fill: "white", opacity: "0.1" }), jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: secondaryColor, strokeWidth: "1.8", fill: "none" }), jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: "#3B82F6", strokeWidth: "1.5" })] })),
10
12
  },
11
13
  });
12
- const NtdDollar = createIcon({ displayName: 'NtdDollar',
14
+ const NtdDollar = createIcon({
15
+ displayName: 'NtdDollar',
13
16
  paths: {
14
17
  solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
15
18
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
16
19
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.2 }), jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth })] })),
17
20
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
21
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: "2" }), jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: secondaryColor, strokeWidth: "2", fill: "none" })] })),
18
22
  },
19
23
  });
20
- const NtdWallet = createIcon({ displayName: 'NtdWallet',
24
+ const NtdWallet = createIcon({
25
+ displayName: 'NtdWallet',
21
26
  paths: {
22
27
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", fill: primaryColor }), jsx("path", { d: "M2 5a2 2 0 012-2h12l4 4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
23
28
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M2 5a2 2 0 012-2h12l4 4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: primaryColor })] })),
24
29
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: primaryColor })] })),
25
30
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", fill: primaryColor }), jsx("path", { d: "M2 5a2 2 0 012-2h12l4 4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
31
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", fill: primaryColor }), jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", fill: "white", opacity: "0.08" }), jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: secondaryColor }), jsx("path", { d: "M2 5a2 2 0 012-2h12l4 4", stroke: "white", strokeWidth: "1", fill: "none" })] })),
26
32
  },
27
33
  });
28
- const NtdReceipt = createIcon({ displayName: 'NtdReceipt',
34
+ const NtdReceipt = createIcon({
35
+ displayName: 'NtdReceipt',
29
36
  paths: {
30
37
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: primaryColor }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
31
38
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
32
39
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
33
40
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: primaryColor }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
41
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: primaryColor }), jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: "white", opacity: "0.1" }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: secondaryColor, strokeWidth: "1.8" }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: "#3B82F6", strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: "#3B82F6", strokeWidth: "1.5" })] })),
34
42
  },
35
43
  });
36
- const NtdBank = createIcon({ displayName: 'NtdBank',
44
+ const NtdBank = createIcon({
45
+ displayName: 'NtdBank',
37
46
  paths: {
38
47
  solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polygon", { points: "12,2 2,8 22,8", fill: primaryColor }), jsx("rect", { x: "2", y: "20", width: "20", height: "2", rx: "0.5", fill: primaryColor }), jsx("rect", { x: "4", y: "10", width: "2", height: "10", fill: primaryColor }), jsx("rect", { x: "9", y: "10", width: "2", height: "10", fill: primaryColor }), jsx("rect", { x: "14", y: "10", width: "2", height: "10", fill: primaryColor }), jsx("rect", { x: "19", y: "10", width: "2", height: "10", fill: primaryColor })] })),
39
48
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polygon", { points: "12,2 2,8 22,8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "20", x2: "22", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "5", y1: "8", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "8", x2: "10", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "15", y1: "8", x2: "15", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "20", y1: "8", x2: "20", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
40
49
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polygon", { points: "12,2 2,8 22,8", fill: secondaryColor, opacity: secondaryOpacity }), jsx("polygon", { points: "12,2 2,8 22,8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "20", x2: "22", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "5", y1: "8", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "8", x2: "10", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "15", y1: "8", x2: "15", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "20", y1: "8", x2: "20", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
41
50
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("polygon", { points: "12,2 2,8 22,8", fill: primaryColor }), jsx("rect", { x: "2", y: "20", width: "20", height: "2", rx: "0.5", fill: primaryColor }), jsx("rect", { x: "4", y: "10", width: "2", height: "10", fill: primaryColor }), jsx("rect", { x: "9", y: "10", width: "2", height: "10", fill: primaryColor }), jsx("rect", { x: "14", y: "10", width: "2", height: "10", fill: primaryColor }), jsx("rect", { x: "19", y: "10", width: "2", height: "10", fill: primaryColor })] })),
51
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("polygon", { points: "12,2 2,8 22,8", fill: primaryColor }), jsx("polygon", { points: "12,2 2,8 22,8", fill: "white", opacity: "0.08" }), jsx("rect", { x: "2", y: "20", width: "20", height: "2", rx: "0.5", fill: secondaryColor }), jsx("rect", { x: "4", y: "10", width: "2", height: "10", fill: "#3B82F6" }), jsx("rect", { x: "9", y: "10", width: "2", height: "10", fill: "#10B981" }), jsx("rect", { x: "14", y: "10", width: "2", height: "10", fill: "#F59E0B" }), jsx("rect", { x: "19", y: "10", width: "2", height: "10", fill: "#F59E0B" })] })),
42
52
  },
43
53
  });
44
- const NtdTrendUp = createIcon({ displayName: 'NtdTrendUp',
54
+ const NtdTrendUp = createIcon({
55
+ displayName: 'NtdTrendUp',
45
56
  paths: {
46
57
  solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
47
58
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
48
59
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.3 }), jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
49
60
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("polyline", { points: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
61
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: primaryColor, strokeWidth: "2", fill: "none" }), jsx("polyline", { points: "17,6 23,6 23,12", stroke: secondaryColor, strokeWidth: "2", fill: "none" })] })),
50
62
  },
51
63
  });
52
- const NtdTrendDown = createIcon({ displayName: 'NtdTrendDown',
64
+ const NtdTrendDown = createIcon({
65
+ displayName: 'NtdTrendDown',
53
66
  paths: {
54
67
  solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
55
68
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
56
69
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.3 }), jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
57
70
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("polyline", { points: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
71
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("polyline", { points: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: primaryColor, strokeWidth: "2", fill: "none" }), jsx("polyline", { points: "17,18 23,18 23,12", stroke: secondaryColor, strokeWidth: "2", fill: "none" })] })),
58
72
  },
59
73
  });
60
- const NtdPercent = createIcon({ displayName: 'NtdPercent',
74
+ const NtdPercent = createIcon({
75
+ displayName: 'NtdPercent',
61
76
  paths: {
62
77
  solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: primaryColor }), jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", fill: primaryColor })] })),
63
78
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
64
79
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: secondaryColor, strokeWidth: strokeWidth, opacity: secondaryOpacity + 0.2 }), jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: primaryColor }), jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", fill: primaryColor })] })),
65
80
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: primaryColor }), jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", fill: primaryColor })] })),
81
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: primaryColor }), jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: "white", opacity: "0.08" }), jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", fill: secondaryColor }), jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: "white", strokeWidth: "1" })] })),
66
82
  },
67
83
  });
68
- const NtdInvoice = createIcon({ displayName: 'NtdInvoice',
84
+ const NtdInvoice = createIcon({
85
+ displayName: 'NtdInvoice',
69
86
  paths: {
70
87
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: primaryColor }), jsx("path", { d: "M14 2v6h6", fill: primaryColor, opacity: 0.6 }), jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "14", y1: "13", x2: "16", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.6 })] })),
71
88
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M14 2v6h6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "14", y1: "13", x2: "16", y2: "13", stroke: primaryColor, strokeWidth: "1.5" })] })),
72
89
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M14 2v6h6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: primaryColor, strokeWidth: "1.5" })] })),
73
90
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: primaryColor }), jsx("path", { d: "M14 2v6h6", fill: primaryColor, opacity: 0.6 }), jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "14", y1: "13", x2: "16", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.6 })] })),
91
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: primaryColor }), jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: "white", opacity: "0.08" }), jsx("path", { d: "M14 2v6h6", fill: secondaryColor }), jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: "white", strokeWidth: "1", opacity: "0.4" }), jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: "white", strokeWidth: "1", opacity: "0.4" }), jsx("line", { x1: "14", y1: "13", x2: "16", y2: "13", stroke: "white", strokeWidth: "1", opacity: "0.4" })] })),
74
92
  },
75
93
  });
76
- const NtdStore = createIcon({ displayName: 'NtdStore',
94
+ const NtdStore = createIcon({
95
+ displayName: 'NtdStore',
77
96
  paths: {
78
97
  solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M3 9l1-5h16l1 5", fill: secondaryColor }), jsx("path", { d: "M3 9h18", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "5", y: "14", width: "14", height: "8", fill: primaryColor }), jsx("rect", { x: "9", y: "17", width: "6", height: "5", fill: secondaryColor, opacity: 0.5 })] })),
79
98
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M3 9l1-5h16l1 5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "5", y: "14", width: "14", height: "8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "9", y: "17", width: "6", height: "5", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
80
99
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M3 9l1-5h16l1 5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M3 9l1-5h16l1 5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "5", y: "14", width: "14", height: "8", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "5", y: "14", width: "14", height: "8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
81
100
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M3 9l1-5h16l1 5", fill: secondaryColor }), jsx("path", { d: "M3 9h18", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "5", y: "14", width: "14", height: "8", fill: primaryColor }), jsx("rect", { x: "9", y: "17", width: "6", height: "5", fill: secondaryColor, opacity: 0.5 })] })),
101
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("path", { d: "M3 9l1-5h16l1 5", fill: primaryColor }), jsx("path", { d: "M3 9l1-5h16l1 5", fill: "white", opacity: "0.08" }), jsx("rect", { x: "5", y: "14", width: "14", height: "8", fill: secondaryColor }), jsx("rect", { x: "9", y: "17", width: "6", height: "5", fill: "#3B82F6" }), jsx("path", { d: "M3 9h18", stroke: "white", strokeWidth: "1" }), jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: "white", strokeWidth: "1", fill: "none" }), jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: "white", strokeWidth: "1", fill: "none" }), jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: "white", strokeWidth: "1", fill: "none" })] })),
82
102
  },
83
103
  });
84
- const NtdBarcode = createIcon({ displayName: 'NtdBarcode',
104
+ const NtdBarcode = createIcon({
105
+ displayName: 'NtdBarcode',
85
106
  paths: {
86
107
  solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "4", width: "2", height: "16", fill: primaryColor }), jsx("rect", { x: "6", y: "4", width: "1", height: "16", fill: primaryColor }), jsx("rect", { x: "9", y: "4", width: "2", height: "16", fill: primaryColor }), jsx("rect", { x: "13", y: "4", width: "1", height: "16", fill: primaryColor }), jsx("rect", { x: "15", y: "4", width: "3", height: "16", fill: primaryColor }), jsx("rect", { x: "20", y: "4", width: "2", height: "16", fill: primaryColor })] })),
87
108
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("line", { x1: "3", y1: "4", x2: "3", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "7", y1: "4", x2: "7", y2: "20", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "10", y1: "4", x2: "10", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "13.5", y1: "4", x2: "13.5", y2: "20", stroke: primaryColor, strokeWidth: "1" }), jsx("line", { x1: "16.5", y1: "4", x2: "16.5", y2: "20", stroke: primaryColor, strokeWidth: "3" }), jsx("line", { x1: "21", y1: "4", x2: "21", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
88
109
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "6", y: "4", width: "1", height: "16", fill: secondaryColor, opacity: secondaryOpacity + 0.2 }), jsx("rect", { x: "13", y: "4", width: "1", height: "16", fill: secondaryColor, opacity: secondaryOpacity + 0.2 }), jsx("rect", { x: "2", y: "4", width: "2", height: "16", fill: primaryColor }), jsx("rect", { x: "9", y: "4", width: "2", height: "16", fill: primaryColor }), jsx("rect", { x: "15", y: "4", width: "3", height: "16", fill: primaryColor }), jsx("rect", { x: "20", y: "4", width: "2", height: "16", fill: primaryColor })] })),
89
110
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "2", y: "4", width: "2", height: "16", fill: primaryColor }), jsx("rect", { x: "6", y: "4", width: "1", height: "16", fill: primaryColor }), jsx("rect", { x: "9", y: "4", width: "2", height: "16", fill: primaryColor }), jsx("rect", { x: "13", y: "4", width: "1", height: "16", fill: primaryColor }), jsx("rect", { x: "15", y: "4", width: "3", height: "16", fill: primaryColor }), jsx("rect", { x: "20", y: "4", width: "2", height: "16", fill: primaryColor })] })),
111
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "4", width: "2", height: "16", fill: primaryColor }), jsx("rect", { x: "2", y: "4", width: "2", height: "16", fill: "white", opacity: "0.08" }), jsx("rect", { x: "6", y: "4", width: "1", height: "16", fill: secondaryColor }), jsx("rect", { x: "9", y: "4", width: "2", height: "16", fill: "#3B82F6" }), jsx("rect", { x: "13", y: "4", width: "1", height: "16", fill: "#10B981" }), jsx("rect", { x: "15", y: "4", width: "3", height: "16", fill: "#F59E0B" }), jsx("rect", { x: "20", y: "4", width: "2", height: "16", fill: "#F59E0B" })] })),
90
112
  },
91
113
  });
92
- const NtdCalculator = createIcon({ displayName: 'NtdCalculator',
114
+ const NtdCalculator = createIcon({
115
+ displayName: 'NtdCalculator',
93
116
  paths: {
94
117
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", fill: primaryColor }), jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "8", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "12", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "16", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "8", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "12", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "16", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity })] })),
95
118
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", stroke: primaryColor, strokeWidth: "1.5", fill: "none" }), jsx("circle", { cx: "8", cy: "13", r: "1", fill: primaryColor }), jsx("circle", { cx: "12", cy: "13", r: "1", fill: primaryColor }), jsx("circle", { cx: "16", cy: "13", r: "1", fill: primaryColor }), jsx("circle", { cx: "8", cy: "17", r: "1", fill: primaryColor }), jsx("circle", { cx: "12", cy: "17", r: "1", fill: primaryColor }), jsx("circle", { cx: "16", cy: "17", r: "1", fill: primaryColor })] })),
96
119
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", stroke: primaryColor, strokeWidth: "1.5", fill: "none" }), jsx("circle", { cx: "8", cy: "13", r: "1", fill: primaryColor }), jsx("circle", { cx: "12", cy: "13", r: "1", fill: primaryColor }), jsx("circle", { cx: "16", cy: "13", r: "1", fill: primaryColor }), jsx("circle", { cx: "8", cy: "17", r: "1", fill: primaryColor }), jsx("circle", { cx: "12", cy: "17", r: "1", fill: primaryColor }), jsx("circle", { cx: "16", cy: "17", r: "1", fill: primaryColor })] })),
97
120
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", fill: primaryColor }), jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "8", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "12", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "16", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "8", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "12", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "16", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity })] })),
121
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", fill: primaryColor }), jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", fill: "white", opacity: "0.08" }), jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", fill: secondaryColor }), jsx("circle", { cx: "8", cy: "13", r: "1", fill: "#3B82F6" }), jsx("circle", { cx: "12", cy: "13", r: "1", fill: "#10B981" }), jsx("circle", { cx: "16", cy: "13", r: "1", fill: "#F59E0B" }), jsx("circle", { cx: "8", cy: "17", r: "1", fill: "#F59E0B" }), jsx("circle", { cx: "12", cy: "17", r: "1", fill: "#F59E0B" }), jsx("circle", { cx: "16", cy: "17", r: "1", fill: "#F59E0B" })] })),
98
122
  },
99
123
  });
100
- const NtdPresentation = createIcon({ displayName: 'NtdPresentation',
124
+ const NtdPresentation = createIcon({
125
+ displayName: 'NtdPresentation',
101
126
  paths: {
102
127
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", fill: primaryColor }), jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
103
128
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
104
129
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
105
130
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", fill: primaryColor }), jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
131
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", fill: primaryColor }), jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", fill: "white", opacity: "0.1" }), jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: secondaryColor, strokeWidth: "1.8" }), jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: "#3B82F6", strokeWidth: "1.5" }), jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: "#3B82F6", strokeWidth: "1.5", fill: "none" })] })),
106
132
  },
107
133
  });
108
- const NtdClipboardCheck = createIcon({ displayName: 'NtdClipboardCheck',
134
+ const NtdClipboardCheck = createIcon({
135
+ displayName: 'NtdClipboardCheck',
109
136
  paths: {
110
137
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", fill: primaryColor }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", fill: primaryColor, stroke: accentColor, strokeWidth: "1", opacity: accentOpacity }), jsx("path", { d: "M9 14l2 2 4-4", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
111
138
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M9 14l2 2 4-4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
112
139
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M9 14l2 2 4-4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
113
140
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", fill: primaryColor }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", fill: primaryColor, stroke: accentColor, strokeWidth: "1", opacity: accentOpacity }), jsx("path", { d: "M9 14l2 2 4-4", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
141
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", fill: primaryColor }), jsx("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", fill: "white", opacity: "0.08" }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", fill: secondaryColor, stroke: secondaryColor, strokeWidth: "1" }), jsx("path", { d: "M9 14l2 2 4-4", stroke: "white", strokeWidth: "1", fill: "none", opacity: "0.4" })] })),
114
142
  },
115
143
  });
116
- const NtdPiggyBank = createIcon({ displayName: 'NtdPiggyBank',
144
+ const NtdPiggyBank = createIcon({
145
+ displayName: 'NtdPiggyBank',
117
146
  paths: {
118
147
  solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", fill: primaryColor }), jsx("circle", { cx: "9", cy: "11", r: "1", fill: secondaryColor }), jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M14 7c-1-1-2.5-1.5-4-1.5S7 6 6 7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "10", y1: "5", x2: "10", y2: "3", stroke: primaryColor, strokeWidth: strokeWidth })] })),
119
148
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "9", cy: "11", r: "1", fill: primaryColor }), jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "7", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth })] })),
120
149
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", fill: secondaryColor, opacity: secondaryOpacity }), jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "9", cy: "11", r: "1", fill: primaryColor }), jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "7", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth })] })),
121
150
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", fill: primaryColor }), jsx("circle", { cx: "9", cy: "11", r: "1", fill: secondaryColor }), jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M14 7c-1-1-2.5-1.5-4-1.5S7 6 6 7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "10", y1: "5", x2: "10", y2: "3", stroke: primaryColor, strokeWidth: strokeWidth })] })),
151
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", fill: primaryColor }), jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", fill: "white", opacity: "0.08" }), jsx("circle", { cx: "9", cy: "11", r: "1", fill: secondaryColor }), jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: "white", strokeWidth: "1", fill: "none" }), jsx("path", { d: "M7 19l-1 3", stroke: "white", strokeWidth: "1" }), jsx("path", { d: "M17 19l1 3", stroke: "white", strokeWidth: "1" }), jsx("path", { d: "M14 7c-1-1-2.5-1.5-4-1.5S7 6 6 7", stroke: "white", strokeWidth: "1", fill: "none" }), jsx("line", { x1: "10", y1: "5", x2: "10", y2: "3", stroke: "white", strokeWidth: "1" })] })),
122
152
  },
123
153
  });
124
- const NtdCoins = createIcon({ displayName: 'NtdCoins',
154
+ const NtdCoins = createIcon({
155
+ displayName: 'NtdCoins',
125
156
  paths: {
126
157
  solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "10", cy: "14", r: "7", fill: primaryColor }), jsx("circle", { cx: "10", cy: "14", r: "4", fill: secondaryColor, opacity: 0.3 }), jsx("circle", { cx: "16", cy: "8", r: "5", fill: primaryColor, opacity: 0.7 }), jsx("circle", { cx: "16", cy: "8", r: "2.5", fill: secondaryColor, opacity: 0.3 })] })),
127
158
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "10", cy: "14", r: "7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "16", cy: "8", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
128
159
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "10", cy: "14", r: "7", fill: secondaryColor, opacity: secondaryOpacity }), jsx("circle", { cx: "10", cy: "14", r: "7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "16", cy: "8", r: "5", fill: secondaryColor, opacity: secondaryOpacity * 0.7 }), jsx("circle", { cx: "16", cy: "8", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
129
160
  flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("circle", { cx: "10", cy: "14", r: "7", fill: primaryColor }), jsx("circle", { cx: "10", cy: "14", r: "4", fill: secondaryColor, opacity: 0.3 }), jsx("circle", { cx: "16", cy: "8", r: "5", fill: primaryColor, opacity: 0.7 }), jsx("circle", { cx: "16", cy: "8", r: "2.5", fill: secondaryColor, opacity: 0.3 })] })),
161
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "10", cy: "14", r: "7", fill: primaryColor }), jsx("circle", { cx: "10", cy: "14", r: "7", fill: "white", opacity: "0.08" }), jsx("circle", { cx: "10", cy: "14", r: "4", fill: secondaryColor }), jsx("circle", { cx: "16", cy: "8", r: "5", fill: "#3B82F6" }), jsx("circle", { cx: "16", cy: "8", r: "2.5", fill: "#10B981" })] })),
130
162
  },
131
163
  });
132
- createIcon({ displayName: 'NtdBudgetPlanner',
164
+ createIcon({
165
+ displayName: 'NtdBudgetPlanner',
133
166
  paths: {
134
167
  solid: ({ primaryColor, accentColor, accentOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsx("rect", { x: "7", y: "7", width: "10", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsx("rect", { x: "7", y: "11", width: "5", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsx("rect", { x: "14", y: "11", width: "3", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity * 0.7 }), jsx("rect", { x: "7", y: "15", width: "7", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity })] })),
135
168
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "7", y1: "8", x2: "17", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "12", x2: "12", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "14", y1: "12", x2: "17", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "16", x2: "14", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
136
169
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "7", y1: "8", x2: "17", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "12", x2: "12", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "14", y1: "12", x2: "17", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "16", x2: "14", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
137
170
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsx("rect", { x: "7", y: "7", width: "10", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsx("rect", { x: "7", y: "11", width: "5", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsx("rect", { x: "14", y: "11", width: "3", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity * 0.7 }), jsx("rect", { x: "7", y: "15", width: "7", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity })] })),
171
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: "white", opacity: "0.08" }), jsx("rect", { x: "7", y: "7", width: "10", height: "2", rx: "1", fill: secondaryColor }), jsx("rect", { x: "7", y: "11", width: "5", height: "2", rx: "1", fill: "#3B82F6" }), jsx("rect", { x: "14", y: "11", width: "3", height: "2", rx: "1", fill: "#10B981" }), jsx("rect", { x: "7", y: "15", width: "7", height: "2", rx: "1", fill: "#F59E0B" })] })),
138
172
  },
139
173
  });
140
- createIcon({ displayName: 'NtdCreditScore',
174
+ createIcon({
175
+ displayName: 'NtdCreditScore',
141
176
  paths: {
142
177
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3a9 9 0 109 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none", opacity: 0.75 }), jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: accentColor, strokeWidth: "1.8", opacity: accentOpacity }), jsx("circle", { cx: "12", cy: "12", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
143
178
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3a9 9 0 109 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: primaryColor, strokeWidth: "1.8" }), jsx("circle", { cx: "12", cy: "12", r: "1.3", fill: primaryColor })] })),
144
179
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3a9 9 0 109 9", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.2 }), jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: primaryColor, strokeWidth: "1.8" }), jsx("circle", { cx: "12", cy: "12", r: "1.3", fill: primaryColor })] })),
145
180
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M12 3a9 9 0 109 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none", opacity: 0.75 }), jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: accentColor, strokeWidth: "1.8", opacity: accentOpacity }), jsx("circle", { cx: "12", cy: "12", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
181
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "12", cy: "12", r: "1.5", fill: primaryColor }), jsx("circle", { cx: "12", cy: "12", r: "1.5", fill: "white", opacity: "0.1" }), jsx("path", { d: "M12 3a9 9 0 109 9", stroke: secondaryColor, strokeWidth: "1.8", fill: "none" }), jsx("path", { d: "M12 6a6 6 0 106 6", stroke: "#3B82F6", strokeWidth: "1.5", fill: "none" }), jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: "#3B82F6", strokeWidth: "1.5" })] })),
146
182
  },
147
183
  });
148
- createIcon({ displayName: 'NtdTaxStamp',
184
+ createIcon({
185
+ displayName: 'NtdTaxStamp',
149
186
  paths: {
150
187
  solid: ({ primaryColor, accentColor, accentOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: primaryColor }), jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", fill: primaryColor, opacity: 0.9 }), jsx("line", { x1: "9", y1: "7", x2: "15", y2: "7", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
151
188
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "9", y1: "7", x2: "15", y2: "7", stroke: primaryColor, strokeWidth: "1.5" })] })),
152
189
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
153
190
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: primaryColor }), jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", fill: primaryColor, opacity: 0.9 }), jsx("line", { x1: "9", y1: "7", x2: "15", y2: "7", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
191
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: primaryColor }), jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: "white", opacity: "0.08" }), jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", fill: secondaryColor }), jsx("line", { x1: "9", y1: "7", x2: "15", y2: "7", stroke: "white", strokeWidth: "1", opacity: "0.4" })] })),
154
192
  },
155
193
  });
156
- createIcon({ displayName: 'NtdPortfolio',
194
+ createIcon({
195
+ displayName: 'NtdPortfolio',
157
196
  paths: {
158
197
  solid: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: primaryColor }), jsx("rect", { x: "6", y: "8", width: "4", height: "9", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsx("rect", { x: "11", y: "11", width: "3", height: "6", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsx("rect", { x: "15", y: "6", width: "3", height: "11", fill: secondaryColor, opacity: secondaryOpacity + 0.15 })] })),
159
198
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "6", y1: "17", x2: "6", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "11", y1: "17", x2: "11", y2: "11", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "16", y1: "17", x2: "16", y2: "6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
160
199
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "6", y1: "17", x2: "6", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "11", y1: "17", x2: "11", y2: "11", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "16", y1: "17", x2: "16", y2: "6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
161
200
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: primaryColor }), jsx("rect", { x: "6", y: "8", width: "4", height: "9", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsx("rect", { x: "11", y: "11", width: "3", height: "6", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsx("rect", { x: "15", y: "6", width: "3", height: "11", fill: secondaryColor, opacity: secondaryOpacity + 0.15 })] })),
201
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: primaryColor }), jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: "white", opacity: "0.08" }), jsx("rect", { x: "6", y: "8", width: "4", height: "9", fill: secondaryColor }), jsx("rect", { x: "11", y: "11", width: "3", height: "6", fill: "#3B82F6" }), jsx("rect", { x: "15", y: "6", width: "3", height: "11", fill: "#10B981" })] })),
162
202
  },
163
203
  });
164
- createIcon({ displayName: 'NtdHandshakeDeal',
204
+ createIcon({
205
+ displayName: 'NtdHandshakeDeal',
165
206
  paths: {
166
207
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: primaryColor }), jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", fill: primaryColor }), jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
167
208
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
168
209
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
169
210
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: primaryColor }), jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", fill: primaryColor }), jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
211
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: primaryColor }), jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: "white", opacity: "0.08" }), jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", fill: secondaryColor }), jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: "white", strokeWidth: "1", fill: "none", opacity: "0.4" })] })),
170
212
  },
171
213
  });
172
- createIcon({ displayName: 'NtdAuditTrail',
214
+ createIcon({
215
+ displayName: 'NtdAuditTrail',
173
216
  paths: {
174
217
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", fill: primaryColor }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("path", { d: "M8 16h5", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("circle", { cx: "17", cy: "16", r: "2", fill: accentColor, opacity: accentOpacity })] })),
175
218
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("path", { d: "M8 16h5", stroke: primaryColor, strokeWidth: "1.5" }), jsx("circle", { cx: "17", cy: "16", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
176
219
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsx("path", { d: "M8 16h5", stroke: primaryColor, strokeWidth: "1.5" }), jsx("circle", { cx: "17", cy: "16", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
177
220
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", fill: primaryColor }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("path", { d: "M8 16h5", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsx("circle", { cx: "17", cy: "16", r: "2", fill: accentColor, opacity: accentOpacity })] })),
221
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", fill: primaryColor }), jsx("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", fill: "white", opacity: "0.08" }), jsx("circle", { cx: "17", cy: "16", r: "2", fill: secondaryColor }), jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: "white", strokeWidth: "1", opacity: "0.4" }), jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: "white", strokeWidth: "1", opacity: "0.4" }), jsx("path", { d: "M8 16h5", stroke: "white", strokeWidth: "1", opacity: "0.4" })] })),
178
222
  },
179
223
  });
180
- createIcon({ displayName: 'NtdGrowthTarget',
224
+ createIcon({
225
+ displayName: 'NtdGrowthTarget',
181
226
  paths: {
182
227
  solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "12", cy: "12", r: "9", fill: primaryColor, opacity: 0.35 }), jsx("circle", { cx: "12", cy: "12", r: "6", fill: primaryColor, opacity: 0.7 }), jsx("circle", { cx: "12", cy: "12", r: "2.8", fill: primaryColor }), jsx("path", { d: "M14 10l6-6", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity }), jsx("path", { d: "M17 4h3v3", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity, fill: "none" })] })),
183
228
  outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "12", cy: "12", r: "9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "12", r: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "12", r: "2.8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M14 10l6-6", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M17 4h3v3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
184
229
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "12", cy: "12", r: "9", fill: secondaryColor, opacity: secondaryOpacity }), jsx("circle", { cx: "12", cy: "12", r: "9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "12", r: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "12", r: "2.8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M14 10l6-6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
185
230
  flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("circle", { cx: "12", cy: "12", r: "9", fill: primaryColor, opacity: 0.35 }), jsx("circle", { cx: "12", cy: "12", r: "6", fill: primaryColor, opacity: 0.7 }), jsx("circle", { cx: "12", cy: "12", r: "2.8", fill: primaryColor }), jsx("path", { d: "M14 10l6-6", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity }), jsx("path", { d: "M17 4h3v3", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity, fill: "none" })] })),
231
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "12", cy: "12", r: "9", fill: primaryColor }), jsx("circle", { cx: "12", cy: "12", r: "9", fill: "white", opacity: "0.08" }), jsx("circle", { cx: "12", cy: "12", r: "6", fill: secondaryColor }), jsx("circle", { cx: "12", cy: "12", r: "2.8", fill: "#3B82F6" }), jsx("path", { d: "M14 10l6-6", stroke: "white", strokeWidth: "1", opacity: "0.35" }), jsx("path", { d: "M17 4h3v3", stroke: "white", strokeWidth: "1", opacity: "0.35", fill: "none" })] })),
186
232
  },
187
233
  });
188
234
  // ── Relocated from brand packs ──
@@ -190,18 +236,20 @@ const NtdKanban = createIcon({
190
236
  displayName: 'NtdKanban',
191
237
  paths: {
192
238
  solid: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "10", y: "4", width: "5", height: "16", rx: "1.5", fill: primaryColor, opacity: "0.8" }), jsx("rect", { x: "17", y: "4", width: "4", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity })] })),
193
- outline: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M3 4h5v16H3zM10 4h5v16h-5zM17 4h4v16h-4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
239
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M3 4h5v16H3zM10 4h5v16h-5zM17 4h4v16h-4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
194
240
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "17", y: "4", width: "4", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M3 4h5v16H3zM10 4h5v16h-5zM17 4h4v16h-4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
195
241
  flat: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "10", y: "4", width: "5", height: "16", rx: "1.5", fill: primaryColor, opacity: "0.8" }), jsx("rect", { x: "17", y: "4", width: "4", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity })] })),
242
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1.5", fill: primaryColor }), jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1.5", fill: "white", opacity: "0.08" }), jsx("rect", { x: "10", y: "4", width: "5", height: "16", rx: "1.5", fill: secondaryColor, opacity: "0.8" }), jsx("rect", { x: "17", y: "4", width: "4", height: "16", rx: "1.5", fill: "#3B82F6" })] })),
196
243
  },
197
244
  });
198
245
  const NtdMilestone = createIcon({
199
246
  displayName: 'NtdMilestone',
200
247
  paths: {
201
248
  solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("line", { x1: "5", y1: "4", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
202
- outline: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M5 4v16M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
249
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M5 4v16M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
203
250
  duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M5 4v16M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
204
251
  flat: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("line", { x1: "5", y1: "4", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
252
+ vivid: ({ primaryColor, secondaryColor }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: primaryColor }), jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: "white", opacity: "0.1" }), jsx("line", { x1: "5", y1: "4", x2: "5", y2: "20", stroke: secondaryColor, strokeWidth: "1.8" }), jsx("path", { d: "M5 5h13l-3 4 3 4H5", stroke: "#3B82F6", strokeWidth: "1.5", fill: "none" })] })),
205
253
  },
206
254
  });
207
255