@nice2dev/icons 1.0.0

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 (132) hide show
  1. package/CHANGELOG.md +124 -0
  2. package/LICENSE +21 -0
  3. package/README.md +581 -0
  4. package/dist/cjs/NiceIconPicker.js +387 -0
  5. package/dist/cjs/NiceIconPicker.js.map +1 -0
  6. package/dist/cjs/NiceVectorEditor.js +675 -0
  7. package/dist/cjs/NiceVectorEditor.js.map +1 -0
  8. package/dist/cjs/animationControls.js +690 -0
  9. package/dist/cjs/animationControls.js.map +1 -0
  10. package/dist/cjs/createIcon.js +142 -0
  11. package/dist/cjs/createIcon.js.map +1 -0
  12. package/dist/cjs/figmaExport.js +288 -0
  13. package/dist/cjs/figmaExport.js.map +1 -0
  14. package/dist/cjs/icons/actions.js +257 -0
  15. package/dist/cjs/icons/actions.js.map +1 -0
  16. package/dist/cjs/icons/brand.js +128 -0
  17. package/dist/cjs/icons/brand.js.map +1 -0
  18. package/dist/cjs/icons/business.js +228 -0
  19. package/dist/cjs/icons/business.js.map +1 -0
  20. package/dist/cjs/icons/devtech.js +374 -0
  21. package/dist/cjs/icons/devtech.js.map +1 -0
  22. package/dist/cjs/icons/ecommerce.js +171 -0
  23. package/dist/cjs/icons/ecommerce.js.map +1 -0
  24. package/dist/cjs/icons/files.js +286 -0
  25. package/dist/cjs/icons/files.js.map +1 -0
  26. package/dist/cjs/icons/fintech.js +151 -0
  27. package/dist/cjs/icons/fintech.js.map +1 -0
  28. package/dist/cjs/icons/fun.js +124 -0
  29. package/dist/cjs/icons/fun.js.map +1 -0
  30. package/dist/cjs/icons/health.js +132 -0
  31. package/dist/cjs/icons/health.js.map +1 -0
  32. package/dist/cjs/icons/media.js +219 -0
  33. package/dist/cjs/icons/media.js.map +1 -0
  34. package/dist/cjs/icons/navigation.js +147 -0
  35. package/dist/cjs/icons/navigation.js.map +1 -0
  36. package/dist/cjs/icons/saas.js +141 -0
  37. package/dist/cjs/icons/saas.js.map +1 -0
  38. package/dist/cjs/icons/shapes.js +205 -0
  39. package/dist/cjs/icons/shapes.js.map +1 -0
  40. package/dist/cjs/icons/smarthome.js +141 -0
  41. package/dist/cjs/icons/smarthome.js.map +1 -0
  42. package/dist/cjs/icons/social.js +159 -0
  43. package/dist/cjs/icons/social.js.map +1 -0
  44. package/dist/cjs/icons/ui.js +262 -0
  45. package/dist/cjs/icons/ui.js.map +1 -0
  46. package/dist/cjs/icons/weather.js +187 -0
  47. package/dist/cjs/icons/weather.js.map +1 -0
  48. package/dist/cjs/index.js +362 -0
  49. package/dist/cjs/index.js.map +1 -0
  50. package/dist/cjs/nicetodev-icons.css +1 -0
  51. package/dist/cjs/smilAnimations.js +182 -0
  52. package/dist/cjs/smilAnimations.js.map +1 -0
  53. package/dist/cjs/types.js +47 -0
  54. package/dist/cjs/types.js.map +1 -0
  55. package/dist/esm/NiceIconPicker.js +385 -0
  56. package/dist/esm/NiceIconPicker.js.map +1 -0
  57. package/dist/esm/NiceVectorEditor.js +673 -0
  58. package/dist/esm/NiceVectorEditor.js.map +1 -0
  59. package/dist/esm/animationControls.js +680 -0
  60. package/dist/esm/animationControls.js.map +1 -0
  61. package/dist/esm/createIcon.js +140 -0
  62. package/dist/esm/createIcon.js.map +1 -0
  63. package/dist/esm/figmaExport.js +279 -0
  64. package/dist/esm/figmaExport.js.map +1 -0
  65. package/dist/esm/icons/actions.js +231 -0
  66. package/dist/esm/icons/actions.js.map +1 -0
  67. package/dist/esm/icons/brand.js +124 -0
  68. package/dist/esm/icons/brand.js.map +1 -0
  69. package/dist/esm/icons/business.js +209 -0
  70. package/dist/esm/icons/business.js.map +1 -0
  71. package/dist/esm/icons/devtech.js +342 -0
  72. package/dist/esm/icons/devtech.js.map +1 -0
  73. package/dist/esm/icons/ecommerce.js +154 -0
  74. package/dist/esm/icons/ecommerce.js.map +1 -0
  75. package/dist/esm/icons/files.js +254 -0
  76. package/dist/esm/icons/files.js.map +1 -0
  77. package/dist/esm/icons/fintech.js +136 -0
  78. package/dist/esm/icons/fintech.js.map +1 -0
  79. package/dist/esm/icons/fun.js +110 -0
  80. package/dist/esm/icons/fun.js.map +1 -0
  81. package/dist/esm/icons/health.js +118 -0
  82. package/dist/esm/icons/health.js.map +1 -0
  83. package/dist/esm/icons/media.js +195 -0
  84. package/dist/esm/icons/media.js.map +1 -0
  85. package/dist/esm/icons/navigation.js +132 -0
  86. package/dist/esm/icons/navigation.js.map +1 -0
  87. package/dist/esm/icons/saas.js +127 -0
  88. package/dist/esm/icons/saas.js.map +1 -0
  89. package/dist/esm/icons/shapes.js +182 -0
  90. package/dist/esm/icons/shapes.js.map +1 -0
  91. package/dist/esm/icons/smarthome.js +127 -0
  92. package/dist/esm/icons/smarthome.js.map +1 -0
  93. package/dist/esm/icons/social.js +150 -0
  94. package/dist/esm/icons/social.js.map +1 -0
  95. package/dist/esm/icons/ui.js +233 -0
  96. package/dist/esm/icons/ui.js.map +1 -0
  97. package/dist/esm/icons/weather.js +166 -0
  98. package/dist/esm/icons/weather.js.map +1 -0
  99. package/dist/esm/index.js +25 -0
  100. package/dist/esm/index.js.map +1 -0
  101. package/dist/esm/nicetodev-icons.css +1 -0
  102. package/dist/esm/smilAnimations.js +176 -0
  103. package/dist/esm/smilAnimations.js.map +1 -0
  104. package/dist/esm/types.js +44 -0
  105. package/dist/esm/types.js.map +1 -0
  106. package/dist/types/NiceIconPicker.d.ts +149 -0
  107. package/dist/types/NiceVectorEditor.d.ts +75 -0
  108. package/dist/types/animationControls.d.ts +307 -0
  109. package/dist/types/createIcon.d.ts +76 -0
  110. package/dist/types/figmaExport.d.ts +243 -0
  111. package/dist/types/icons/actions.d.ts +25 -0
  112. package/dist/types/icons/brand.d.ts +3 -0
  113. package/dist/types/icons/business.d.ts +25 -0
  114. package/dist/types/icons/devtech.d.ts +39 -0
  115. package/dist/types/icons/ecommerce.d.ts +16 -0
  116. package/dist/types/icons/files.d.ts +31 -0
  117. package/dist/types/icons/fintech.d.ts +14 -0
  118. package/dist/types/icons/fun.d.ts +13 -0
  119. package/dist/types/icons/health.d.ts +14 -0
  120. package/dist/types/icons/index.d.ts +17 -0
  121. package/dist/types/icons/media.d.ts +23 -0
  122. package/dist/types/icons/navigation.d.ts +14 -0
  123. package/dist/types/icons/saas.d.ts +13 -0
  124. package/dist/types/icons/shapes.d.ts +22 -0
  125. package/dist/types/icons/smarthome.d.ts +13 -0
  126. package/dist/types/icons/social.d.ts +18 -0
  127. package/dist/types/icons/ui.d.ts +28 -0
  128. package/dist/types/icons/weather.d.ts +20 -0
  129. package/dist/types/index.d.ts +69 -0
  130. package/dist/types/smilAnimations.d.ts +102 -0
  131. package/dist/types/types.d.ts +179 -0
  132. package/package.json +86 -0
@@ -0,0 +1,128 @@
1
+ 'use strict';
2
+
3
+ var jsxRuntime = require('react/jsx-runtime');
4
+ var createIcon = require('../createIcon.js');
5
+
6
+ /* ═══════════════════════════════════════════════════════
7
+ Brands
8
+ ═══════════════════════════════════════════════════════ */
9
+ /*
10
+ * NtdNiceToDev — Brand logo icon
11
+ *
12
+ * Three sharp-cornered horizontal bars (hamburger style) containing
13
+ * geometric uppercase text: NICE / TO / DEV.
14
+ *
15
+ * Layout (viewBox 0 0 24 24):
16
+ * Bar 1 y=2.75 h=5.5 → "NICE"
17
+ * Bar 2 y=9.25 h=5.5 → "TO"
18
+ * Bar 3 y=15.75 h=5.5 → "DEV"
19
+ *
20
+ * Letters are stroke-only paths (no fill) with miter joins and
21
+ * square caps — zero rounded corners. This gives spectacular
22
+ * stroke-dasharray draw animations: every letter draws itself
23
+ * from its starting point simultaneously, while bars pop in
24
+ * via the shape-aware clip-path overrides.
25
+ *
26
+ * Text stroke is fixed at 1.3 for consistent legibility across
27
+ * all user-supplied strokeWidth values.
28
+ */
29
+ const NtdNiceToDev = createIcon.createIcon({
30
+ displayName: 'NtdNiceToDev',
31
+ paths: {
32
+ /* ── Solid ──────────────────────────────────────────
33
+ * Filled bars + accent-color text strokes on top.
34
+ * Draw anim: bars clip-path pop (staggered),
35
+ * text stroke-dash draws simultaneously.
36
+ */
37
+ solid: ({ primaryColor, accentColor, accentOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2.75", width: "20", height: "5.5", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "9.25", width: "20", height: "5.5", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "15.75", width: "20", height: "5.5", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M5.5 7.5V3.5L8.5 7.5V3.5 M10 3.5V7.5 M13.5 3.5H11V7.5H13.5 M17.5 3.5H15V7.5H17.5 M15 5.5H17", stroke: accentColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M7.5 10H10.5 M9 10V14 M12 10H15V14H12Z", stroke: accentColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M6 16.5V20.5H7.5L8.5 18.5 7.5 16.5Z M12.5 16.5H10V20.5H12.5 M10 18.5H12 M14 16.5L15.5 20.5 17 16.5", stroke: accentColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none", opacity: accentOpacity })] })),
38
+ /* ── Outline ────────────────────────────────────────
39
+ * Text strokes only — no bar borders.
40
+ * Clean draw animation via stroke-dasharray.
41
+ */
42
+ outline: ({ primaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M5.5 7.5V3.5L8.5 7.5V3.5 M10 3.5V7.5 M13.5 3.5H11V7.5H13.5 M17.5 3.5H15V7.5H17.5 M15 5.5H17", stroke: primaryColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none" }), jsxRuntime.jsx("path", { d: "M7.5 10H10.5 M9 10V14 M12 10H15V14H12Z", stroke: primaryColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none" }), jsxRuntime.jsx("path", { d: "M6 16.5V20.5H7.5L8.5 18.5 7.5 16.5Z M12.5 16.5H10V20.5H12.5 M10 18.5H12 M14 16.5L15.5 20.5 17 16.5", stroke: primaryColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none" })] })),
43
+ /* ── Duotone ────────────────────────────────────────
44
+ * Secondary-filled bars (no border) + primary text.
45
+ * Draw anim: fills pop (clip-path), text draws
46
+ * via stroke-dasharray — layered reveal.
47
+ */
48
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "2.75", width: "20", height: "5.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "2", y: "9.25", width: "20", height: "5.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "2", y: "15.75", width: "20", height: "5.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M5.5 7.5V3.5L8.5 7.5V3.5 M10 3.5V7.5 M13.5 3.5H11V7.5H13.5 M17.5 3.5H15V7.5H17.5 M15 5.5H17", stroke: primaryColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none" }), jsxRuntime.jsx("path", { d: "M7.5 10H10.5 M9 10V14 M12 10H15V14H12Z", stroke: primaryColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none" }), jsxRuntime.jsx("path", { d: "M6 16.5V20.5H7.5L8.5 18.5 7.5 16.5Z M12.5 16.5H10V20.5H12.5 M10 18.5H12 M14 16.5L15.5 20.5 17 16.5", stroke: primaryColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none" })] })),
49
+ /* ── Flat ──────────────────────────────────────────
50
+ * Secondary-filled bars at full opacity + primary text.
51
+ * Bold multi-color brand mark, no strokes on bars.
52
+ */
53
+ 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("rect", { x: "2", y: "2.75", width: "20", height: "5.5", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "9.25", width: "20", height: "5.5", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "15.75", width: "20", height: "5.5", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M5.5 7.5V3.5L8.5 7.5V3.5 M10 3.5V7.5 M13.5 3.5H11V7.5H13.5 M17.5 3.5H15V7.5H17.5 M15 5.5H17", stroke: accentColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M7.5 10H10.5 M9 10V14 M12 10H15V14H12Z", stroke: accentColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M6 16.5V20.5H7.5L8.5 18.5 7.5 16.5Z M12.5 16.5H10V20.5H12.5 M10 18.5H12 M14 16.5L15.5 20.5 17 16.5", stroke: accentColor, strokeWidth: "1.3", strokeLinejoin: "miter", strokeLinecap: "square", fill: "none", opacity: accentOpacity })] })),
54
+ },
55
+ });
56
+ /* ═══════════════════════════════════════════════════════
57
+ NtdOmniVerk — OmniVerk brand mark (symbol only)
58
+
59
+ Shape: diamond (rotated square) top + inverted triangle bottom.
60
+ Centered in 24×24 viewBox.
61
+
62
+ Animated variant uses SMIL: diamond drops in from top,
63
+ triangle fades up from bottom, subtle scale pulse on hover.
64
+ ═══════════════════════════════════════════════════════ */
65
+ /**
66
+ * Diamond path: centered at (12, 7), side ≈7.07 → rhombus 10×10.
67
+ * Triangle path: centered at (12, 18), base 12, height ~6.
68
+ *
69
+ * Gap between shapes ≈1.5 units for optical balance.
70
+ */
71
+ const OV_DIAMOND = 'M12 2 L17.5 7 L12 12 L6.5 7Z';
72
+ const OV_TRIANGLE = 'M6 14.5 L18 14.5 L12 22Z';
73
+ const NtdOmniVerk = createIcon.createIcon({
74
+ displayName: 'NtdOmniVerk',
75
+ paths: {
76
+ solid: ({ primaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("path", { d: OV_DIAMOND, fill: primaryColor, children: [jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "translate", from: "0 -26", to: "0 0", dur: "0.5s", fill: "freeze", calcMode: "spline", keySplines: "0.34 1.56 0.64 1" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.35s", fill: "freeze" })] }), jsxRuntime.jsxs("path", { d: OV_TRIANGLE, fill: primaryColor, children: [jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "translate", from: "0 26", to: "0 0", dur: "0.5s", begin: "0.15s", fill: "freeze", calcMode: "spline", keySplines: "0.34 1.56 0.64 1" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.35s", begin: "0.15s", fill: "freeze" })] })] })),
77
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: OV_DIAMOND, stroke: primaryColor, strokeWidth: strokeWidth, fill: "none", strokeLinejoin: "miter", children: jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 60", to: "60 0", dur: "0.7s", fill: "freeze" }) }), jsxRuntime.jsx("path", { d: OV_TRIANGLE, stroke: primaryColor, strokeWidth: strokeWidth, fill: "none", strokeLinejoin: "miter", children: jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 50", to: "50 0", dur: "0.7s", begin: "0.25s", fill: "freeze" }) })] })),
78
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: OV_DIAMOND, fill: secondaryColor, opacity: secondaryOpacity, children: jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "scale", from: "0", to: "1", dur: "0.4s", fill: "freeze", calcMode: "spline", keySplines: "0.22 1 0.36 1", additive: "sum" }) }), jsxRuntime.jsx("path", { d: OV_DIAMOND, stroke: primaryColor, strokeWidth: "1.5", fill: "none", strokeLinejoin: "miter" }), jsxRuntime.jsx("path", { d: OV_TRIANGLE, fill: secondaryColor, opacity: secondaryOpacity, children: jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "scale", from: "0", to: "1", dur: "0.4s", begin: "0.15s", fill: "freeze", calcMode: "spline", keySplines: "0.22 1 0.36 1", additive: "sum" }) }), jsxRuntime.jsx("path", { d: OV_TRIANGLE, stroke: primaryColor, strokeWidth: "1.5", fill: "none", strokeLinejoin: "miter" })] })),
79
+ flat: ({ primaryColor, secondaryColor, accentColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "1", y: "1", width: "22", height: "22", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: OV_DIAMOND, fill: primaryColor, children: jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "rotate", from: "0 12 7", to: "360 12 7", dur: "1.2s", fill: "freeze", calcMode: "spline", keySplines: "0.22 1 0.36 1" }) }), jsxRuntime.jsx("path", { d: OV_TRIANGLE, fill: accentColor !== null && accentColor !== void 0 ? accentColor : primaryColor, children: jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.4s", begin: "0.5s", fill: "freeze" }) })] })),
80
+ },
81
+ });
82
+ /* ═══════════════════════════════════════════════════════
83
+ NtdOmniVerkLogo — OmniVerk full logo (symbol + text)
84
+
85
+ Wider viewBox (80×24) to accommodate the wordmark.
86
+ Symbol on the left, "OmniVerk" text on the right.
87
+ "Omni" is bold (fill), "Verk" is lighter weight (thinner stroke).
88
+
89
+ Entry animation: symbol animates in first, then letters
90
+ draw sequentially left-to-right via stroke-dasharray.
91
+ ═══════════════════════════════════════════════════════ */
92
+ const OVL_DIAMOND = 'M12 1 L18 7 L12 13 L6 7Z';
93
+ const OVL_TRIANGLE = 'M5.5 14.5 L18.5 14.5 L12 23Z';
94
+ /* Geometric "OmniVerk" text paths (stroke-only, no font dependency).
95
+ * Baseline at y≈18, cap-height y≈6.5, x starts at 26. */
96
+ const OVL_OMNI =
97
+ // O
98
+ 'M28 7 L32 7 L32 18 L28 18Z ' +
99
+ // m
100
+ 'M34 11 L34 18 M34 11 L37 11 L37 18 M37 11 L40 11 L40 18 ' +
101
+ // n
102
+ 'M42 11 L42 18 M42 11 L46 11 L46 18 ' +
103
+ // i
104
+ 'M48 11 L48 18 M48 8.5 L48 9.5';
105
+ const OVL_VERK =
106
+ // V
107
+ 'M52 7 L54.5 18 L57 7 ' +
108
+ // e
109
+ 'M59 14.5 L63 14.5 L63 11 L59 11 L59 18 L63 18 ' +
110
+ // r
111
+ 'M65 18 L65 11 L68 11 ' +
112
+ // k
113
+ 'M70 7 L70 18 M70 13 L73.5 11 M70 14 L73.5 18';
114
+ const NtdOmniVerkLogo = createIcon.createIcon({
115
+ displayName: 'NtdOmniVerkLogo',
116
+ viewBox: '0 0 76 24',
117
+ paths: {
118
+ solid: ({ primaryColor, accentColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs("path", { d: OVL_DIAMOND, fill: primaryColor, children: [jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "translate", from: "0 -26", to: "0 0", dur: "0.45s", fill: "freeze", calcMode: "spline", keySplines: "0.34 1.56 0.64 1" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.3s", fill: "freeze" })] }), jsxRuntime.jsxs("path", { d: OVL_TRIANGLE, fill: primaryColor, opacity: "0.85", children: [jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "translate", from: "0 26", to: "0 0", dur: "0.45s", begin: "0.12s", fill: "freeze", calcMode: "spline", keySplines: "0.34 1.56 0.64 1" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "0.85", dur: "0.3s", begin: "0.12s", fill: "freeze" })] }), jsxRuntime.jsxs("path", { d: OVL_OMNI, stroke: primaryColor, strokeWidth: "2", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 300", to: "300 0", dur: "0.7s", begin: "0.3s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.1s", begin: "0.3s", fill: "freeze" })] }), jsxRuntime.jsxs("path", { d: OVL_VERK, stroke: accentColor !== null && accentColor !== void 0 ? accentColor : primaryColor, strokeWidth: "1.3", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", opacity: "0.8", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 250", to: "250 0", dur: "0.6s", begin: "0.55s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "0.8", dur: "0.1s", begin: "0.55s", fill: "freeze" })] })] })),
119
+ outline: ({ primaryColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: OVL_DIAMOND, stroke: primaryColor, strokeWidth: "1.5", fill: "none", strokeLinejoin: "miter", children: jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 60", to: "60 0", dur: "0.6s", fill: "freeze" }) }), jsxRuntime.jsx("path", { d: OVL_TRIANGLE, stroke: primaryColor, strokeWidth: "1.5", fill: "none", strokeLinejoin: "miter", children: jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 50", to: "50 0", dur: "0.5s", begin: "0.2s", fill: "freeze" }) }), jsxRuntime.jsxs("path", { d: OVL_OMNI, stroke: primaryColor, strokeWidth: "1.8", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 300", to: "300 0", dur: "0.7s", begin: "0.4s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.1s", begin: "0.4s", fill: "freeze" })] }), jsxRuntime.jsxs("path", { d: OVL_VERK, stroke: primaryColor, strokeWidth: "1.2", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", opacity: "0.7", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 250", to: "250 0", dur: "0.6s", begin: "0.6s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "0.7", dur: "0.1s", begin: "0.6s", fill: "freeze" })] })] })),
120
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: OVL_DIAMOND, fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: OVL_DIAMOND, stroke: primaryColor, strokeWidth: "1.5", fill: "none", strokeLinejoin: "miter" }), jsxRuntime.jsx("path", { d: OVL_TRIANGLE, fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: OVL_TRIANGLE, stroke: primaryColor, strokeWidth: "1.5", fill: "none", strokeLinejoin: "miter" }), jsxRuntime.jsxs("path", { d: OVL_OMNI, stroke: primaryColor, strokeWidth: "2", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 300", to: "300 0", dur: "0.8s", begin: "0.1s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.1s", begin: "0.1s", fill: "freeze" })] }), jsxRuntime.jsxs("path", { d: OVL_VERK, stroke: primaryColor, strokeWidth: "1.3", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", opacity: "0.7", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 250", to: "250 0", dur: "0.6s", begin: "0.4s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "0.7", dur: "0.1s", begin: "0.4s", fill: "freeze" })] })] })),
121
+ flat: ({ primaryColor, secondaryColor, accentColor }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "0", y: "0", width: "76", height: "24", rx: "4", fill: secondaryColor }), jsxRuntime.jsx("path", { d: OVL_DIAMOND, fill: primaryColor, children: jsxRuntime.jsx("animateTransform", { attributeName: "transform", type: "rotate", from: "0 12 7", to: "360 12 7", dur: "1s", fill: "freeze", calcMode: "spline", keySplines: "0.22 1 0.36 1" }) }), jsxRuntime.jsx("path", { d: OVL_TRIANGLE, fill: accentColor !== null && accentColor !== void 0 ? accentColor : primaryColor, opacity: "0.85", children: jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "0.85", dur: "0.35s", begin: "0.4s", fill: "freeze" }) }), jsxRuntime.jsxs("path", { d: OVL_OMNI, stroke: primaryColor, strokeWidth: "2", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 300", to: "300 0", dur: "0.6s", begin: "0.5s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "1", dur: "0.1s", begin: "0.5s", fill: "freeze" })] }), jsxRuntime.jsxs("path", { d: OVL_VERK, stroke: accentColor !== null && accentColor !== void 0 ? accentColor : primaryColor, strokeWidth: "1.3", fill: "none", strokeLinecap: "square", strokeLinejoin: "miter", opacity: "0.8", children: [jsxRuntime.jsx("animate", { attributeName: "stroke-dasharray", from: "0 250", to: "250 0", dur: "0.5s", begin: "0.7s", fill: "freeze" }), jsxRuntime.jsx("animate", { attributeName: "opacity", from: "0", to: "0.8", dur: "0.1s", begin: "0.7s", fill: "freeze" })] })] })),
122
+ },
123
+ });
124
+
125
+ exports.NtdNiceToDev = NtdNiceToDev;
126
+ exports.NtdOmniVerk = NtdOmniVerk;
127
+ exports.NtdOmniVerkLogo = NtdOmniVerkLogo;
128
+ //# sourceMappingURL=brand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brand.js","sources":["../../../src/icons/brand.tsx"],"sourcesContent":[null],"names":["createIcon","_jsxs","_jsx","_Fragment"],"mappings":"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"}
@@ -0,0 +1,228 @@
1
+ 'use strict';
2
+
3
+ var jsxRuntime = require('react/jsx-runtime');
4
+ var createIcon = require('../createIcon.js');
5
+
6
+ const NtdBriefcase = createIcon.createIcon({ displayName: 'NtdBriefcase',
7
+ paths: {
8
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 })] })),
9
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: primaryColor, strokeWidth: "1.5" })] })),
10
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "2", y: "7", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: primaryColor, strokeWidth: "1.5" })] })),
11
+ 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: "7", width: "20", height: "14", rx: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.5 })] })),
12
+ },
13
+ });
14
+ const NtdDollar = createIcon.createIcon({ displayName: 'NtdDollar',
15
+ paths: {
16
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
17
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
18
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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 }), jsxRuntime.jsx("line", { x1: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth })] })),
19
+ 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: "12", y1: "1", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
20
+ },
21
+ });
22
+ const NtdWallet = createIcon.createIcon({ displayName: 'NtdWallet',
23
+ paths: {
24
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M2 5a2 2 0 012-2h12l4 4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
25
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M2 5a2 2 0 012-2h12l4 4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: primaryColor })] })),
26
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "2", y: "5", width: "20", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: primaryColor })] })),
27
+ 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: "5", width: "20", height: "16", rx: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M2 5a2 2 0 012-2h12l4 4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "18", cy: "13", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
28
+ },
29
+ });
30
+ const NtdReceipt = createIcon.createIcon({ displayName: 'NtdReceipt',
31
+ paths: {
32
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
33
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
34
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
35
+ 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("path", { d: "M4 2v20l3-2 3 2 3-2 3 2 3-2 3 2V2H4z", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "16", x2: "12", y2: "16", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
36
+ },
37
+ });
38
+ const NtdBank = createIcon.createIcon({ displayName: 'NtdBank',
39
+ paths: {
40
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polygon", { points: "12,2 2,8 22,8", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "20", width: "20", height: "2", rx: "0.5", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "4", y: "10", width: "2", height: "10", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "10", width: "2", height: "10", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "14", y: "10", width: "2", height: "10", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "19", y: "10", width: "2", height: "10", fill: primaryColor })] })),
41
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polygon", { points: "12,2 2,8 22,8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "2", y1: "20", x2: "22", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "5", y1: "8", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "8", x2: "10", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "8", x2: "15", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "8", x2: "20", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
42
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polygon", { points: "12,2 2,8 22,8", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("polygon", { points: "12,2 2,8 22,8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "2", y1: "20", x2: "22", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "5", y1: "8", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "8", x2: "10", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "15", y1: "8", x2: "15", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "20", y1: "8", x2: "20", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
43
+ 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("polygon", { points: "12,2 2,8 22,8", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "2", y: "20", width: "20", height: "2", rx: "0.5", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "4", y: "10", width: "2", height: "10", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "10", width: "2", height: "10", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "14", y: "10", width: "2", height: "10", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "19", y: "10", width: "2", height: "10", fill: primaryColor })] })),
44
+ },
45
+ });
46
+ const NtdTrendUp = createIcon.createIcon({ displayName: 'NtdTrendUp',
47
+ paths: {
48
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
49
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
50
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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 }), jsxRuntime.jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
51
+ 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: "23,6 13.5,15.5 8.5,10.5 1,18", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "17,6 23,6 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
52
+ },
53
+ });
54
+ const NtdTrendDown = createIcon.createIcon({ displayName: 'NtdTrendDown',
55
+ paths: {
56
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
57
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("polyline", { points: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
58
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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 }), jsxRuntime.jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
59
+ 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: "23,18 13.5,8.5 8.5,13.5 1,6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("polyline", { points: "17,18 23,18 23,12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
60
+ },
61
+ });
62
+ const NtdPercent = createIcon.createIcon({ displayName: 'NtdPercent',
63
+ paths: {
64
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", fill: primaryColor })] })),
65
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
66
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "19", y1: "5", x2: "5", y2: "19", stroke: secondaryColor, strokeWidth: strokeWidth, opacity: secondaryOpacity + 0.2 }), jsxRuntime.jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", fill: primaryColor })] })),
67
+ 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: "19", y1: "5", x2: "5", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("circle", { cx: "6.5", cy: "6.5", r: "2.5", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "17.5", cy: "17.5", r: "2.5", fill: primaryColor })] })),
68
+ },
69
+ });
70
+ const NtdInvoice = createIcon.createIcon({ displayName: 'NtdInvoice',
71
+ paths: {
72
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M14 2v6h6", fill: primaryColor, opacity: 0.6 }), jsxRuntime.jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "14", y1: "13", x2: "16", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.6 })] })),
73
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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" }), jsxRuntime.jsx("path", { d: "M14 2v6h6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "14", y1: "13", x2: "16", y2: "13", stroke: primaryColor, strokeWidth: "1.5" })] })),
74
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.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" }), jsxRuntime.jsx("path", { d: "M14 2v6h6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: primaryColor, strokeWidth: "1.5" })] })),
75
+ 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("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M14 2v6h6", fill: primaryColor, opacity: 0.6 }), jsxRuntime.jsx("line", { x1: "8", y1: "13", x2: "12", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "17", x2: "16", y2: "17", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "14", y1: "13", x2: "16", y2: "13", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity * 0.6 })] })),
76
+ },
77
+ });
78
+ const NtdStore = createIcon.createIcon({ displayName: 'NtdStore',
79
+ paths: {
80
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M3 9l1-5h16l1 5", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M3 9h18", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "5", y: "14", width: "14", height: "8", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "17", width: "6", height: "5", fill: secondaryColor, opacity: 0.5 })] })),
81
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M3 9l1-5h16l1 5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "5", y: "14", width: "14", height: "8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "9", y: "17", width: "6", height: "5", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
82
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M3 9l1-5h16l1 5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M3 9l1-5h16l1 5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "5", y: "14", width: "14", height: "8", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "5", y: "14", width: "14", height: "8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
83
+ 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: "M3 9l1-5h16l1 5", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M3 9h18", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M3 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M9 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M15 9c0 1.66 1.34 3 3 3s3-1.34 3-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "5", y: "14", width: "14", height: "8", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "17", width: "6", height: "5", fill: secondaryColor, opacity: 0.5 })] })),
84
+ },
85
+ });
86
+ const NtdBarcode = createIcon.createIcon({ displayName: 'NtdBarcode',
87
+ paths: {
88
+ solid: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "4", width: "2", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "6", y: "4", width: "1", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "4", width: "2", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "13", y: "4", width: "1", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "15", y: "4", width: "3", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "20", y: "4", width: "2", height: "16", fill: primaryColor })] })),
89
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "3", y1: "4", x2: "3", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "7", y1: "4", x2: "7", y2: "20", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "10", y1: "4", x2: "10", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "13.5", y1: "4", x2: "13.5", y2: "20", stroke: primaryColor, strokeWidth: "1" }), jsxRuntime.jsx("line", { x1: "16.5", y1: "4", x2: "16.5", y2: "20", stroke: primaryColor, strokeWidth: "3" }), jsxRuntime.jsx("line", { x1: "21", y1: "4", x2: "21", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
90
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "6", y: "4", width: "1", height: "16", fill: secondaryColor, opacity: secondaryOpacity + 0.2 }), jsxRuntime.jsx("rect", { x: "13", y: "4", width: "1", height: "16", fill: secondaryColor, opacity: secondaryOpacity + 0.2 }), jsxRuntime.jsx("rect", { x: "2", y: "4", width: "2", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "4", width: "2", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "15", y: "4", width: "3", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "20", y: "4", width: "2", height: "16", fill: primaryColor })] })),
91
+ 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: "2", y: "4", width: "2", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "6", y: "4", width: "1", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "9", y: "4", width: "2", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "13", y: "4", width: "1", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "15", y: "4", width: "3", height: "16", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "20", y: "4", width: "2", height: "16", fill: primaryColor })] })),
92
+ },
93
+ });
94
+ const NtdCalculator = createIcon.createIcon({ displayName: 'NtdCalculator',
95
+ paths: {
96
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "8", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "16", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "8", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "16", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity })] })),
97
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", stroke: primaryColor, strokeWidth: "1.5", fill: "none" }), jsxRuntime.jsx("circle", { cx: "8", cy: "13", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "13", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "16", cy: "13", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "8", cy: "17", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "17", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "16", cy: "17", r: "1", fill: primaryColor })] })),
98
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", stroke: primaryColor, strokeWidth: "1.5", fill: "none" }), jsxRuntime.jsx("circle", { cx: "8", cy: "13", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "13", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "16", cy: "13", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "8", cy: "17", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "12", cy: "17", r: "1", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "16", cy: "17", r: "1", fill: primaryColor })] })),
99
+ 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: "2", width: "16", height: "20", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "7", y: "5", width: "10", height: "4", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "8", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "16", cy: "13", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "8", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "16", cy: "17", r: "1", fill: accentColor, opacity: accentOpacity })] })),
100
+ },
101
+ });
102
+ const NtdPresentation = createIcon.createIcon({ displayName: 'NtdPresentation',
103
+ paths: {
104
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
105
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
106
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
107
+ 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: "3", width: "20", height: "14", rx: "2", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "12", y1: "17", x2: "12", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "8", y1: "22", x2: "16", y2: "22", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("polyline", { points: "7,13 10,9 13,11 17,7", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
108
+ },
109
+ });
110
+ const NtdClipboardCheck = createIcon.createIcon({ displayName: 'NtdClipboardCheck',
111
+ paths: {
112
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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 }), jsxRuntime.jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", fill: primaryColor, stroke: accentColor, strokeWidth: "1", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M9 14l2 2 4-4", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
113
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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" }), jsxRuntime.jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M9 14l2 2 4-4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
114
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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 }), jsxRuntime.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" }), jsxRuntime.jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M9 14l2 2 4-4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
115
+ 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("path", { d: "M16 4h2a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2h2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", fill: primaryColor, stroke: accentColor, strokeWidth: "1", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M9 14l2 2 4-4", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
116
+ },
117
+ });
118
+ const NtdPiggyBank = createIcon.createIcon({ displayName: 'NtdPiggyBank',
119
+ paths: {
120
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "9", cy: "11", r: "1", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M14 7c-1-1-2.5-1.5-4-1.5S7 6 6 7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "10", y1: "5", x2: "10", y2: "3", stroke: primaryColor, strokeWidth: strokeWidth })] })),
121
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "9", cy: "11", r: "1", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "7", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth })] })),
122
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("ellipse", { cx: "12", cy: "13", rx: "8", ry: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "9", cy: "11", r: "1", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "10", y1: "7", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth })] })),
123
+ 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: "13", rx: "8", ry: "6", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "9", cy: "11", r: "1", fill: secondaryColor }), jsxRuntime.jsx("path", { d: "M20 13c1 0 2 .5 2 2s-1 2-2 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M7 19l-1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 19l1 3", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M14 7c-1-1-2.5-1.5-4-1.5S7 6 6 7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "10", y1: "5", x2: "10", y2: "3", stroke: primaryColor, strokeWidth: strokeWidth })] })),
124
+ },
125
+ });
126
+ const NtdCoins = createIcon.createIcon({ displayName: 'NtdCoins',
127
+ paths: {
128
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "10", cy: "14", r: "7", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "10", cy: "14", r: "4", fill: secondaryColor, opacity: 0.3 }), jsxRuntime.jsx("circle", { cx: "16", cy: "8", r: "5", fill: primaryColor, opacity: 0.7 }), jsxRuntime.jsx("circle", { cx: "16", cy: "8", r: "2.5", fill: secondaryColor, opacity: 0.3 })] })),
129
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "10", cy: "14", r: "7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "16", cy: "8", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
130
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "10", cy: "14", r: "7", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "10", cy: "14", r: "7", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "16", cy: "8", r: "5", fill: secondaryColor, opacity: secondaryOpacity * 0.7 }), jsxRuntime.jsx("circle", { cx: "16", cy: "8", r: "5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
131
+ 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: "10", cy: "14", r: "7", fill: primaryColor }), jsxRuntime.jsx("circle", { cx: "10", cy: "14", r: "4", fill: secondaryColor, opacity: 0.3 }), jsxRuntime.jsx("circle", { cx: "16", cy: "8", r: "5", fill: primaryColor, opacity: 0.7 }), jsxRuntime.jsx("circle", { cx: "16", cy: "8", r: "2.5", fill: secondaryColor, opacity: 0.3 })] })),
132
+ },
133
+ });
134
+ createIcon.createIcon({ displayName: 'NtdBudgetPlanner',
135
+ paths: {
136
+ solid: ({ primaryColor, accentColor, accentOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "7", y: "7", width: "10", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("rect", { x: "7", y: "11", width: "5", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("rect", { x: "14", y: "11", width: "3", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity * 0.7 }), jsxRuntime.jsx("rect", { x: "7", y: "15", width: "7", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity })] })),
137
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "7", y1: "8", x2: "17", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "7", y1: "12", x2: "12", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "14", y1: "12", x2: "17", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "7", y1: "16", x2: "14", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
138
+ 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("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "7", y1: "8", x2: "17", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "7", y1: "12", x2: "12", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "14", y1: "12", x2: "17", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "7", y1: "16", x2: "14", y2: "16", stroke: primaryColor, strokeWidth: "1.5" })] })),
139
+ 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("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "7", y: "7", width: "10", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("rect", { x: "7", y: "11", width: "5", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity }), jsxRuntime.jsx("rect", { x: "14", y: "11", width: "3", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity * 0.7 }), jsxRuntime.jsx("rect", { x: "7", y: "15", width: "7", height: "2", rx: "1", fill: accentColor, opacity: accentOpacity })] })),
140
+ },
141
+ });
142
+ createIcon.createIcon({ displayName: 'NtdCreditScore',
143
+ paths: {
144
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 3a9 9 0 109 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none", opacity: 0.75 }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: accentColor, strokeWidth: "1.8", opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
145
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 3a9 9 0 109 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: primaryColor, strokeWidth: "1.8" }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "1.3", fill: primaryColor })] })),
146
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M12 3a9 9 0 109 9", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.2 }), jsxRuntime.jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: primaryColor, strokeWidth: "1.8" }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "1.3", fill: primaryColor })] })),
147
+ 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("path", { d: "M12 3a9 9 0 109 9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M12 6a6 6 0 106 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none", opacity: 0.75 }), jsxRuntime.jsx("line", { x1: "12", y1: "12", x2: "17", y2: "9", stroke: accentColor, strokeWidth: "1.8", opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "1.5", fill: accentColor, opacity: accentOpacity })] })),
148
+ },
149
+ });
150
+ createIcon.createIcon({ displayName: 'NtdTaxStamp',
151
+ paths: {
152
+ solid: ({ primaryColor, accentColor, accentOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", fill: primaryColor, opacity: 0.9 }), jsxRuntime.jsx("line", { x1: "9", y1: "7", x2: "15", y2: "7", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
153
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "9", y1: "7", x2: "15", y2: "7", stroke: primaryColor, strokeWidth: "1.5" })] })),
154
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
155
+ 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("rect", { x: "5", y: "3", width: "14", height: "8", rx: "2", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 11h8v7a4 4 0 11-8 0v-7z", fill: primaryColor, opacity: 0.9 }), jsxRuntime.jsx("line", { x1: "9", y1: "7", x2: "15", y2: "7", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity })] })),
156
+ },
157
+ });
158
+ createIcon.createIcon({ displayName: 'NtdPortfolio',
159
+ paths: {
160
+ solid: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "6", y: "8", width: "4", height: "9", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsxRuntime.jsx("rect", { x: "11", y: "11", width: "3", height: "6", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsxRuntime.jsx("rect", { x: "15", y: "6", width: "3", height: "11", fill: secondaryColor, opacity: secondaryOpacity + 0.15 })] })),
161
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "6", y1: "17", x2: "6", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "11", y1: "17", x2: "11", y2: "11", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "17", x2: "16", y2: "6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
162
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "3", y: "4", width: "18", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("line", { x1: "6", y1: "17", x2: "6", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "11", y1: "17", x2: "11", y2: "11", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("line", { x1: "16", y1: "17", x2: "16", y2: "6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
163
+ 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: "4", width: "18", height: "16", rx: "2", fill: primaryColor }), jsxRuntime.jsx("rect", { x: "6", y: "8", width: "4", height: "9", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsxRuntime.jsx("rect", { x: "11", y: "11", width: "3", height: "6", fill: secondaryColor, opacity: secondaryOpacity + 0.15 }), jsxRuntime.jsx("rect", { x: "15", y: "6", width: "3", height: "11", fill: secondaryColor, opacity: secondaryOpacity + 0.15 })] })),
164
+ },
165
+ });
166
+ createIcon.createIcon({ displayName: 'NtdHandshakeDeal',
167
+ paths: {
168
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
169
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
170
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M2 10l4-3 4 3-4 3-4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
171
+ 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("path", { d: "M2 10l4-3 4 3-4 3-4-3z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M22 10l-4-3-4 3 4 3 4-3z", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M8 12l2 2a2 2 0 002.8 0l3.2-3.2", stroke: accentColor, strokeWidth: strokeWidth, fill: "none", opacity: accentOpacity })] })),
172
+ },
173
+ });
174
+ createIcon.createIcon({ displayName: 'NtdAuditTrail',
175
+ paths: {
176
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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 }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M8 16h5", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "17", cy: "16", r: "2", fill: accentColor, opacity: accentOpacity })] })),
177
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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" }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("path", { d: "M8 16h5", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("circle", { cx: "17", cy: "16", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
178
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.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 }), jsxRuntime.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" }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("path", { d: "M8 16h5", stroke: primaryColor, strokeWidth: "1.5" }), jsxRuntime.jsx("circle", { cx: "17", cy: "16", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
179
+ 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("path", { d: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2z", fill: primaryColor }), jsxRuntime.jsx("line", { x1: "8", y1: "8", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("line", { x1: "8", y1: "12", x2: "16", y2: "12", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M8 16h5", stroke: accentColor, strokeWidth: "1.5", opacity: accentOpacity }), jsxRuntime.jsx("circle", { cx: "17", cy: "16", r: "2", fill: accentColor, opacity: accentOpacity })] })),
180
+ },
181
+ });
182
+ createIcon.createIcon({ displayName: 'NtdGrowthTarget',
183
+ paths: {
184
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: primaryColor, opacity: 0.35 }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "6", fill: primaryColor, opacity: 0.7 }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2.8", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M14 10l6-6", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M17 4h3v3", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity, fill: "none" })] })),
185
+ outline: ({ primaryColor, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2.8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M14 10l6-6", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M17 4h3v3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
186
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "9", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2.8", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsxRuntime.jsx("path", { d: "M14 10l6-6", stroke: primaryColor, strokeWidth: strokeWidth })] })),
187
+ 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("circle", { cx: "12", cy: "12", r: "9", fill: primaryColor, opacity: 0.35 }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "6", fill: primaryColor, opacity: 0.7 }), jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "2.8", fill: primaryColor }), jsxRuntime.jsx("path", { d: "M14 10l6-6", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity }), jsxRuntime.jsx("path", { d: "M17 4h3v3", stroke: accentColor, strokeWidth: strokeWidth, opacity: accentOpacity, fill: "none" })] })),
188
+ },
189
+ });
190
+ // ── Relocated from brand packs ──
191
+ const NtdKanban = createIcon.createIcon({
192
+ displayName: 'NtdKanban',
193
+ paths: {
194
+ solid: ({ primaryColor, secondaryColor, secondaryOpacity }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "10", y: "4", width: "5", height: "16", rx: "1.5", fill: primaryColor, opacity: "0.8" }), jsxRuntime.jsx("rect", { x: "17", y: "4", width: "4", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity })] })),
195
+ outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M3 4h5v16H3zM10 4h5v16h-5zM17 4h4v16h-4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
196
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "17", y: "4", width: "4", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M3 4h5v16H3zM10 4h5v16h-5zM17 4h4v16h-4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
197
+ 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: "4", width: "5", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("rect", { x: "10", y: "4", width: "5", height: "16", rx: "1.5", fill: primaryColor, opacity: "0.8" }), jsxRuntime.jsx("rect", { x: "17", y: "4", width: "4", height: "16", rx: "1.5", fill: secondaryColor, opacity: secondaryOpacity })] })),
198
+ },
199
+ });
200
+ const NtdMilestone = createIcon.createIcon({
201
+ displayName: 'NtdMilestone',
202
+ paths: {
203
+ solid: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("line", { x1: "5", y1: "4", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
204
+ outline: ({ primaryColor, strokeWidth }) => jsxRuntime.jsx("path", { d: "M5 4v16M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
205
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M5 4v16M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
206
+ 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: "5", y1: "4", x2: "5", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsxRuntime.jsx("path", { d: "M5 5h13l-3 4 3 4H5", fill: secondaryColor, opacity: secondaryOpacity }), jsxRuntime.jsx("path", { d: "M5 5h13l-3 4 3 4H5", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
207
+ },
208
+ });
209
+
210
+ exports.NtdBank = NtdBank;
211
+ exports.NtdBarcode = NtdBarcode;
212
+ exports.NtdBriefcase = NtdBriefcase;
213
+ exports.NtdCalculator = NtdCalculator;
214
+ exports.NtdClipboardCheck = NtdClipboardCheck;
215
+ exports.NtdCoins = NtdCoins;
216
+ exports.NtdDollar = NtdDollar;
217
+ exports.NtdInvoice = NtdInvoice;
218
+ exports.NtdKanban = NtdKanban;
219
+ exports.NtdMilestone = NtdMilestone;
220
+ exports.NtdPercent = NtdPercent;
221
+ exports.NtdPiggyBank = NtdPiggyBank;
222
+ exports.NtdPresentation = NtdPresentation;
223
+ exports.NtdReceipt = NtdReceipt;
224
+ exports.NtdStore = NtdStore;
225
+ exports.NtdTrendDown = NtdTrendDown;
226
+ exports.NtdTrendUp = NtdTrendUp;
227
+ exports.NtdWallet = NtdWallet;
228
+ //# sourceMappingURL=business.js.map