@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,118 @@
1
+ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
+ import { createIcon } from '../createIcon.js';
3
+
4
+ const NtdApple = createIcon({ displayName: 'NtdApple',
5
+ paths: {
6
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3c-1-2-4-1-4-1s-5 1-5 7c0 5 3 10 5 12h2c.5-.5 1.5-1 2-1s1.5.5 2 1h2c2-2 5-7 5-12 0-6-5-7-5-7s-3-1-4 1z", fill: primaryColor }), jsx("path", { d: "M12 1c1.5-.5 3 .5 3 2", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
7
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3c-1-2-4-1-4-1s-5 1-5 7c0 5 3 10 5 12h2c.5-.5 1.5-1 2-1s1.5.5 2 1h2c2-2 5-7 5-12 0-6-5-7-5-7s-3-1-4 1z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M12 1c1.5-.5 3 .5 3 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
8
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3c-1-2-4-1-4-1s-5 1-5 7c0 5 3 10 5 12h2c.5-.5 1.5-1 2-1s1.5.5 2 1h2c2-2 5-7 5-12 0-6-5-7-5-7s-3-1-4 1z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M12 3c-1-2-4-1-4-1s-5 1-5 7c0 5 3 10 5 12h2c.5-.5 1.5-1 2-1s1.5.5 2 1h2c2-2 5-7 5-12 0-6-5-7-5-7s-3-1-4 1z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M12 1c1.5-.5 3 .5 3 2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
9
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M12 3c-1-2-4-1-4-1s-5 1-5 7c0 5 3 10 5 12h2c.5-.5 1.5-1 2-1s1.5.5 2 1h2c2-2 5-7 5-12 0-6-5-7-5-7s-3-1-4 1z", fill: primaryColor }), jsx("path", { d: "M12 1c1.5-.5 3 .5 3 2", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
10
+ },
11
+ });
12
+ createIcon({ displayName: 'NtdCoffee',
13
+ paths: {
14
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 8h1a4 4 0 010 8h-1", fill: secondaryColor }), jsx("path", { d: "M2 8h16v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8z", fill: primaryColor }), jsx("line", { x1: "6", y1: "1", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "10", y1: "1", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "14", y1: "1", x2: "14", y2: "4", stroke: primaryColor, strokeWidth: "1.5" })] })),
15
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 8h1a4 4 0 010 8h-1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M2 8h16v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "6", y1: "1", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "1", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "14", y1: "1", x2: "14", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth })] })),
16
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M2 8h16v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M2 8h16v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M18 8h1a4 4 0 010 8h-1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "6", y1: "1", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "1", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "14", y1: "1", x2: "14", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth })] })),
17
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M18 8h1a4 4 0 010 8h-1", fill: secondaryColor }), jsx("path", { d: "M2 8h16v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8z", fill: primaryColor }), jsx("line", { x1: "6", y1: "1", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "10", y1: "1", x2: "10", y2: "4", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "14", y1: "1", x2: "14", y2: "4", stroke: primaryColor, strokeWidth: "1.5" })] })),
18
+ },
19
+ });
20
+ const NtdPizza = createIcon({ displayName: 'NtdPizza',
21
+ paths: {
22
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 2L2 19.5a1 1 0 00.86 1.5h18.28a1 1 0 00.86-1.5L12 2z", fill: primaryColor }), jsx("circle", { cx: "10", cy: "12", r: "1.5", fill: secondaryColor }), jsx("circle", { cx: "14", cy: "15", r: "1.5", fill: secondaryColor }), jsx("circle", { cx: "11", cy: "17", r: "1", fill: secondaryColor })] })),
23
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 2L2 19.5a1 1 0 00.86 1.5h18.28a1 1 0 00.86-1.5L12 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "10", cy: "12", r: "1.5", stroke: primaryColor, strokeWidth: "1.5", fill: "none" }), jsx("circle", { cx: "14", cy: "15", r: "1.5", stroke: primaryColor, strokeWidth: "1.5", fill: "none" }), jsx("circle", { cx: "11", cy: "17", r: "1", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
24
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 2L2 19.5a1 1 0 00.86 1.5h18.28a1 1 0 00.86-1.5L12 2z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M12 2L2 19.5a1 1 0 00.86 1.5h18.28a1 1 0 00.86-1.5L12 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "10", cy: "12", r: "1.5", fill: primaryColor }), jsx("circle", { cx: "14", cy: "15", r: "1.5", fill: primaryColor }), jsx("circle", { cx: "11", cy: "17", r: "1", fill: primaryColor })] })),
25
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M12 2L2 19.5a1 1 0 00.86 1.5h18.28a1 1 0 00.86-1.5L12 2z", fill: primaryColor }), jsx("circle", { cx: "10", cy: "12", r: "1.5", fill: secondaryColor }), jsx("circle", { cx: "14", cy: "15", r: "1.5", fill: secondaryColor }), jsx("circle", { cx: "11", cy: "17", r: "1", fill: secondaryColor })] })),
26
+ },
27
+ });
28
+ const NtdGlass = createIcon({ displayName: 'NtdGlass',
29
+ paths: {
30
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M8 2h8l-2 10c0 2-1 3-2 3S10 14 10 12L8 2z", fill: primaryColor }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "0.5", fill: secondaryColor, opacity: 0.3 }), jsx("line", { x1: "12", y1: "15", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "20", x2: "16", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
31
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M8 2h8l-2 10c0 2-1 3-2 3S10 14 10 12L8 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "15", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "20", x2: "16", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
32
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M8 2h8l-2 10c0 2-1 3-2 3S10 14 10 12L8 2z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M8 2h8l-2 10c0 2-1 3-2 3S10 14 10 12L8 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "15", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "20", x2: "16", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
33
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M8 2h8l-2 10c0 2-1 3-2 3S10 14 10 12L8 2z", fill: primaryColor }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "0.5", fill: secondaryColor, opacity: 0.3 }), jsx("line", { x1: "12", y1: "15", x2: "12", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "20", x2: "16", y2: "20", stroke: primaryColor, strokeWidth: strokeWidth })] })),
34
+ },
35
+ });
36
+ const NtdHeartPulse = createIcon({ displayName: 'NtdHeartPulse',
37
+ paths: {
38
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z", fill: primaryColor }), jsx("polyline", { points: "3,12 8,12 10,9 12,15 14,12 21,12", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
39
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "3,12 8,12 10,9 12,15 14,12 21,12", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
40
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("polyline", { points: "3,12 8,12 10,9 12,15 14,12 21,12", stroke: primaryColor, strokeWidth: "1.5", fill: "none" })] })),
41
+ 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: "M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z", fill: primaryColor }), jsx("polyline", { points: "3,12 8,12 10,9 12,15 14,12 21,12", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
42
+ },
43
+ });
44
+ const NtdPill = createIcon({ displayName: 'NtdPill',
45
+ paths: {
46
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M10.83 2.83a5.002 5.002 0 010 7.08L4.58 16.17a5.002 5.002 0 01-7.08 0 5.002 5.002 0 010-7.08L3.75 2.83a5.002 5.002 0 017.08 0z", fill: primaryColor, transform: "translate(5,2)" }), jsx("line", { x1: "8.5", y1: "8.5", x2: "15.5", y2: "15.5", stroke: secondaryColor, strokeWidth: "1.5", opacity: 0.5 })] })),
47
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M16.24 7.76a6 6 0 01-8.49 8.49L4.93 13.4a6 6 0 018.49-8.49l2.83 2.83z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
48
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M16.24 7.76a6 6 0 01-8.49 8.49L4.93 13.4a6 6 0 018.49-8.49l2.83 2.83z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M16.24 7.76a6 6 0 01-8.49 8.49L4.93 13.4a6 6 0 018.49-8.49l2.83 2.83z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8.5", y1: "8.5", x2: "15.5", y2: "15.5", stroke: primaryColor, strokeWidth: "1.5" })] })),
49
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M10.83 2.83a5.002 5.002 0 010 7.08L4.58 16.17a5.002 5.002 0 01-7.08 0 5.002 5.002 0 010-7.08L3.75 2.83a5.002 5.002 0 017.08 0z", fill: primaryColor, transform: "translate(5,2)" }), jsx("line", { x1: "8.5", y1: "8.5", x2: "15.5", y2: "15.5", stroke: secondaryColor, strokeWidth: "1.5", opacity: 0.5 })] })),
50
+ },
51
+ });
52
+ const NtdSyringe = createIcon({ displayName: 'NtdSyringe',
53
+ paths: {
54
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 2l4 4-2 2-1-1-7 7-2 4-2-2 1-3 6-6-1-1-2-2L18 2z", fill: primaryColor }), jsx("line", { x1: "2", y1: "22", x2: "8", y2: "16", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "10", x2: "14", y2: "14", stroke: primaryColor, strokeWidth: "1", opacity: 0.3 })] })),
55
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 2l4 4-6 6 2 2-7 7-4-4 7-7-2-2 6-6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "22", x2: "8", y2: "16", stroke: primaryColor, strokeWidth: strokeWidth })] })),
56
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 2l4 4-6 6 2 2-7 7-4-4 7-7-2-2 6-6z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M18 2l4 4-6 6 2 2-7 7-4-4 7-7-2-2 6-6z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "22", x2: "8", y2: "16", stroke: primaryColor, strokeWidth: strokeWidth })] })),
57
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M18 2l4 4-2 2-1-1-7 7-2 4-2-2 1-3 6-6-1-1-2-2L18 2z", fill: primaryColor }), jsx("line", { x1: "2", y1: "22", x2: "8", y2: "16", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "10", y1: "10", x2: "14", y2: "14", stroke: primaryColor, strokeWidth: "1", opacity: 0.3 })] })),
58
+ },
59
+ });
60
+ const NtdStethoscope = createIcon({ displayName: 'NtdStethoscope',
61
+ paths: {
62
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 4v6a6 6 0 0012 0V4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "4", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "14", y1: "4", x2: "18", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "20", cy: "14", r: "2", fill: primaryColor }), jsx("path", { d: "M20 16v2a4 4 0 01-8 0v-2", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
63
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 4v6a6 6 0 0012 0V4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "4", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "14", y1: "4", x2: "18", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "20", cy: "14", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M20 16v2a4 4 0 01-8 0v-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
64
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("circle", { cx: "20", cy: "14", r: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M4 4v6a6 6 0 0012 0V4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "4", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "14", y1: "4", x2: "18", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "20", cy: "14", r: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M20 16v2a4 4 0 01-8 0v-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
65
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M4 4v6a6 6 0 0012 0V4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "4", x2: "6", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "14", y1: "4", x2: "18", y2: "4", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "20", cy: "14", r: "2", fill: primaryColor }), jsx("path", { d: "M20 16v2a4 4 0 01-8 0v-2", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
66
+ },
67
+ });
68
+ const NtdWeight = createIcon({ displayName: 'NtdWeight',
69
+ paths: {
70
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 4h12l2 16H4L6 4z", fill: primaryColor }), jsx("circle", { cx: "12", cy: "4", r: "3", fill: primaryColor }), jsx("circle", { cx: "12", cy: "4", r: "1.5", fill: accentColor, opacity: accentOpacity }), jsx("text", { x: "12", y: "16", textAnchor: "middle", fill: accentColor, opacity: accentOpacity, fontSize: "6", fontWeight: "bold", children: "KG" })] })),
71
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 4h12l2 16H4L6 4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "4", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
72
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 4h12l2 16H4L6 4z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M6 4h12l2 16H4L6 4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "4", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
73
+ 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 4h12l2 16H4L6 4z", fill: primaryColor }), jsx("circle", { cx: "12", cy: "4", r: "3", fill: primaryColor }), jsx("circle", { cx: "12", cy: "4", r: "1.5", fill: accentColor, opacity: accentOpacity }), jsx("text", { x: "12", y: "16", textAnchor: "middle", fill: accentColor, opacity: accentOpacity, fontSize: "6", fontWeight: "bold", children: "KG" })] })),
74
+ },
75
+ });
76
+ const NtdBandaid = createIcon({ displayName: 'NtdBandaid',
77
+ paths: {
78
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18.36 5.64a3 3 0 00-4.24 0L5.64 14.12a3 3 0 004.24 4.24l8.48-8.48a3 3 0 000-4.24z", fill: primaryColor }), jsx("path", { d: "M14.12 5.64a3 3 0 00-4.24 0L1.4 14.12a3 3 0 004.24 4.24l8.48-8.48a3 3 0 000-4.24z", fill: primaryColor, opacity: 0.7 }), jsx("circle", { cx: "12", cy: "12", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "10", cy: "10", r: "0.5", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "14", cy: "14", r: "0.5", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "10", cy: "14", r: "0.5", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "14", cy: "10", r: "0.5", fill: accentColor, opacity: accentOpacity })] })),
79
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18.36 5.64a3 3 0 00-4.24 0L5.64 14.12a3 3 0 004.24 4.24l8.48-8.48a3 3 0 000-4.24z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M9.88 14.12l4.24-4.24", stroke: primaryColor, strokeWidth: strokeWidth })] })),
80
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18.36 5.64a3 3 0 00-4.24 0L5.64 14.12a3 3 0 004.24 4.24l8.48-8.48a3 3 0 000-4.24z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M18.36 5.64a3 3 0 00-4.24 0L5.64 14.12a3 3 0 004.24 4.24l8.48-8.48a3 3 0 000-4.24z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
81
+ 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: "M18.36 5.64a3 3 0 00-4.24 0L5.64 14.12a3 3 0 004.24 4.24l8.48-8.48a3 3 0 000-4.24z", fill: primaryColor }), jsx("path", { d: "M14.12 5.64a3 3 0 00-4.24 0L1.4 14.12a3 3 0 004.24 4.24l8.48-8.48a3 3 0 000-4.24z", fill: primaryColor, opacity: 0.7 }), jsx("circle", { cx: "12", cy: "12", r: "1", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "10", cy: "10", r: "0.5", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "14", cy: "14", r: "0.5", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "10", cy: "14", r: "0.5", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "14", cy: "10", r: "0.5", fill: accentColor, opacity: accentOpacity })] })),
82
+ },
83
+ });
84
+ const NtdCake = createIcon({ displayName: 'NtdCake',
85
+ paths: {
86
+ solid: ({ primaryColor, secondaryColor, accentColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "12", width: "20", height: "10", rx: "2", fill: primaryColor }), jsx("path", { d: "M2 17c2 0 3-1 4-1s2 1 4 1 3-1 4-1 2 1 4 1 3-1 4-1", stroke: secondaryColor, strokeWidth: "1.5", fill: "none", opacity: 0.5 }), jsx("rect", { x: "5", y: "8", width: "14", height: "4", rx: "1", fill: primaryColor, opacity: 0.9 }), jsx("line", { x1: "8", y1: "4", x2: "8", y2: "8", stroke: accentColor, strokeWidth: "1.5" }), jsx("line", { x1: "12", y1: "4", x2: "12", y2: "8", stroke: accentColor, strokeWidth: "1.5" }), jsx("line", { x1: "16", y1: "4", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5" }), jsx("circle", { cx: "8", cy: "3", r: "1", fill: accentColor }), jsx("circle", { cx: "12", cy: "3", r: "1", fill: accentColor }), jsx("circle", { cx: "16", cy: "3", r: "1", fill: accentColor })] })),
87
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "12", width: "20", height: "10", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "5", y: "8", width: "14", height: "4", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "4", x2: "8", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "12", y1: "4", x2: "12", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "16", y1: "4", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "8", cy: "3", r: "1", fill: primaryColor }), jsx("circle", { cx: "12", cy: "3", r: "1", fill: primaryColor }), jsx("circle", { cx: "16", cy: "3", r: "1", fill: primaryColor })] })),
88
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "12", width: "20", height: "10", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "2", y: "12", width: "20", height: "10", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "5", y: "8", width: "14", height: "4", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "8", y1: "4", x2: "8", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "12", y1: "4", x2: "12", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "16", y1: "4", x2: "16", y2: "8", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "8", cy: "3", r: "1", fill: primaryColor }), jsx("circle", { cx: "12", cy: "3", r: "1", fill: primaryColor }), jsx("circle", { cx: "16", cy: "3", r: "1", fill: primaryColor })] })),
89
+ flat: ({ primaryColor, secondaryColor, accentColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "2", y: "12", width: "20", height: "10", rx: "2", fill: primaryColor }), jsx("path", { d: "M2 17c2 0 3-1 4-1s2 1 4 1 3-1 4-1 2 1 4 1 3-1 4-1", stroke: secondaryColor, strokeWidth: "1.5", fill: "none", opacity: 0.5 }), jsx("rect", { x: "5", y: "8", width: "14", height: "4", rx: "1", fill: primaryColor, opacity: 0.9 }), jsx("line", { x1: "8", y1: "4", x2: "8", y2: "8", stroke: accentColor, strokeWidth: "1.5" }), jsx("line", { x1: "12", y1: "4", x2: "12", y2: "8", stroke: accentColor, strokeWidth: "1.5" }), jsx("line", { x1: "16", y1: "4", x2: "16", y2: "8", stroke: accentColor, strokeWidth: "1.5" }), jsx("circle", { cx: "8", cy: "3", r: "1", fill: accentColor }), jsx("circle", { cx: "12", cy: "3", r: "1", fill: accentColor }), jsx("circle", { cx: "16", cy: "3", r: "1", fill: accentColor })] })),
90
+ },
91
+ });
92
+ const NtdEgg = createIcon({ displayName: 'NtdEgg',
93
+ paths: {
94
+ solid: ({ primaryColor, strokeWidth }) => (jsx("ellipse", { cx: "12", cy: "14", rx: "7", ry: "8", fill: primaryColor })),
95
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M12 22c-4.42 0-8-3-8-7.5C4 8.5 8 2 12 2s8 6.5 8 12.5c0 4.5-3.58 7.5-8 7.5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
96
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 22c-4.42 0-8-3-8-7.5C4 8.5 8 2 12 2s8 6.5 8 12.5c0 4.5-3.58 7.5-8 7.5z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M12 22c-4.42 0-8-3-8-7.5C4 8.5 8 2 12 2s8 6.5 8 12.5c0 4.5-3.58 7.5-8 7.5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
97
+ 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: "14", rx: "7", ry: "8", fill: primaryColor })] })),
98
+ },
99
+ });
100
+ const NtdHamburger = createIcon({ displayName: 'NtdHamburger',
101
+ paths: {
102
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 11h16a8 8 0 00-16 0z", fill: primaryColor }), jsx("rect", { x: "2", y: "11", width: "20", height: "3", rx: "1", fill: secondaryColor, opacity: 0.5 }), jsx("rect", { x: "2", y: "14", width: "20", height: "3", rx: "0.5", fill: primaryColor, opacity: 0.8 }), jsx("path", { d: "M2 17h20a1 1 0 011 1v1a2 2 0 01-2 2H3a2 2 0 01-2-2v-1a1 1 0 011-1z", fill: primaryColor })] })),
103
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 11h16a8 8 0 00-16 0z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "14", x2: "22", y2: "14", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M2 17h20a1 1 0 011 1v1a2 2 0 01-2 2H3a2 2 0 01-2-2v-1a1 1 0 011-1z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
104
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 11h16a8 8 0 00-16 0z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M4 11h16a8 8 0 00-16 0z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "2", y1: "14", x2: "22", y2: "14", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("path", { d: "M2 17h20a1 1 0 011 1v1a2 2 0 01-2 2H3a2 2 0 01-2-2v-1a1 1 0 011-1z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M2 17h20a1 1 0 011 1v1a2 2 0 01-2 2H3a2 2 0 01-2-2v-1a1 1 0 011-1z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
105
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M4 11h16a8 8 0 00-16 0z", fill: primaryColor }), jsx("rect", { x: "2", y: "11", width: "20", height: "3", rx: "1", fill: secondaryColor, opacity: 0.5 }), jsx("rect", { x: "2", y: "14", width: "20", height: "3", rx: "0.5", fill: primaryColor, opacity: 0.8 }), jsx("path", { d: "M2 17h20a1 1 0 011 1v1a2 2 0 01-2 2H3a2 2 0 01-2-2v-1a1 1 0 011-1z", fill: primaryColor })] })),
106
+ },
107
+ });
108
+ const NtdDna = createIcon({ displayName: 'NtdDna',
109
+ paths: {
110
+ solid: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 2c0 5 12 7 12 12s-12 7-12 12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M18 2c0 5-12 7-12 12s12 7 12 12", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: 0.6 }), jsx("line", { x1: "7", y1: "7", x2: "17", y2: "7", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "17", x2: "17", y2: "17", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "6", y1: "12", x2: "18", y2: "12", stroke: primaryColor, strokeWidth: "1.5" })] })),
111
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M6 2c0 5 12 7 12 12s-12 7-12 12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M18 2c0 5-12 7-12 12s12 7 12 12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "7", y1: "7", x2: "17", y2: "7", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "17", x2: "17", y2: "17", stroke: primaryColor, strokeWidth: "1.5" })] })),
112
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 2c0 5-12 7-12 12s12 7 12 12", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.2 }), jsx("path", { d: "M6 2c0 5 12 7 12 12s-12 7-12 12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "7", y1: "7", x2: "17", y2: "7", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "17", x2: "17", y2: "17", stroke: primaryColor, strokeWidth: "1.5" })] })),
113
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M6 2c0 5 12 7 12 12s-12 7-12 12", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M18 2c0 5-12 7-12 12s12 7 12 12", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: 0.6 }), jsx("line", { x1: "7", y1: "7", x2: "17", y2: "7", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "7", y1: "17", x2: "17", y2: "17", stroke: primaryColor, strokeWidth: "1.5" }), jsx("line", { x1: "6", y1: "12", x2: "18", y2: "12", stroke: primaryColor, strokeWidth: "1.5" })] })),
114
+ },
115
+ });
116
+
117
+ export { NtdApple, NtdBandaid, NtdCake, NtdDna, NtdEgg, NtdGlass, NtdHamburger, NtdHeartPulse, NtdPill, NtdPizza, NtdStethoscope, NtdSyringe, NtdWeight };
118
+ //# sourceMappingURL=health.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"health.js","sources":["../../../src/icons/health.tsx"],"sourcesContent":[null],"names":["_jsxs","_Fragment","_jsx"],"mappings":"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"}
@@ -0,0 +1,195 @@
1
+ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
+ import { createIcon } from '../createIcon.js';
3
+
4
+ const NtdPlay = createIcon({ displayName: 'NtdPlay',
5
+ paths: {
6
+ solid: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M5 3l14 9-14 9V3z", fill: primaryColor })),
7
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M5 3l14 9-14 9V3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
8
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 3l14 9-14 9V3z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M5 3l14 9-14 9V3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
9
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M5 3l14 9-14 9V3z", fill: primaryColor })] })),
10
+ },
11
+ });
12
+ const NtdPause = createIcon({ displayName: 'NtdPause',
13
+ paths: {
14
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", fill: primaryColor }), jsx("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", fill: primaryColor })] })),
15
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
16
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
17
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", fill: primaryColor }), jsx("rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", fill: primaryColor })] })),
18
+ },
19
+ });
20
+ const NtdStop = createIcon({ displayName: 'NtdStop',
21
+ paths: {
22
+ solid: ({ primaryColor, strokeWidth }) => (jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: primaryColor })),
23
+ outline: ({ primaryColor, strokeWidth }) => (jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
24
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
25
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", fill: primaryColor })] })),
26
+ },
27
+ });
28
+ const NtdSkipForward = createIcon({ displayName: 'NtdSkipForward',
29
+ paths: {
30
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 4l10 8-10 8V4z", fill: primaryColor }), jsx("line", { x1: "19", y1: "5", x2: "19", y2: "19", stroke: primaryColor, strokeWidth: "2.5" })] })),
31
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 4l10 8-10 8V4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "19", y1: "5", x2: "19", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth })] })),
32
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 4l10 8-10 8V4z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M5 4l10 8-10 8V4z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "19", y1: "5", x2: "19", y2: "19", stroke: primaryColor, strokeWidth: strokeWidth })] })),
33
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M5 4l10 8-10 8V4z", fill: primaryColor }), jsx("line", { x1: "19", y1: "5", x2: "19", y2: "19", stroke: primaryColor, strokeWidth: "2.5" })] })),
34
+ },
35
+ });
36
+ const NtdSkipBack = createIcon({ displayName: 'NtdSkipBack',
37
+ paths: {
38
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M19 20L9 12l10-8v16z", fill: primaryColor }), jsx("line", { x1: "5", y1: "19", x2: "5", y2: "5", stroke: primaryColor, strokeWidth: "2.5" })] })),
39
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M19 20L9 12l10-8v16z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "5", y1: "19", x2: "5", y2: "5", stroke: primaryColor, strokeWidth: strokeWidth })] })),
40
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M19 20L9 12l10-8v16z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M19 20L9 12l10-8v16z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "5", y1: "19", x2: "5", y2: "5", stroke: primaryColor, strokeWidth: strokeWidth })] })),
41
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M19 20L9 12l10-8v16z", fill: primaryColor }), jsx("line", { x1: "5", y1: "19", x2: "5", y2: "5", stroke: primaryColor, strokeWidth: "2.5" })] })),
42
+ },
43
+ });
44
+ const NtdVolume = createIcon({ displayName: 'NtdVolume',
45
+ paths: {
46
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", fill: primaryColor }), jsx("path", { d: "M19.07 4.93a10 10 0 010 14.14M15.54 8.46a5 5 0 010 7.07", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
47
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M19.07 4.93a10 10 0 010 14.14M15.54 8.46a5 5 0 010 7.07", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
48
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M19.07 4.93a10 10 0 010 14.14M15.54 8.46a5 5 0 010 7.07", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
49
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", fill: primaryColor }), jsx("path", { d: "M19.07 4.93a10 10 0 010 14.14M15.54 8.46a5 5 0 010 7.07", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
50
+ },
51
+ });
52
+ const NtdVolumeMute = createIcon({ displayName: 'NtdVolumeMute',
53
+ paths: {
54
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", fill: primaryColor }), jsx("line", { x1: "23", y1: "9", x2: "17", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "17", y1: "9", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
55
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "23", y1: "9", x2: "17", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "17", y1: "9", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
56
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "23", y1: "9", x2: "17", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "17", y1: "9", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
57
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M11 5L6 9H2v6h4l5 4V5z", fill: primaryColor }), jsx("line", { x1: "23", y1: "9", x2: "17", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "17", y1: "9", x2: "23", y2: "15", stroke: primaryColor, strokeWidth: strokeWidth })] })),
58
+ },
59
+ });
60
+ const NtdImage = createIcon({ displayName: 'NtdImage',
61
+ paths: {
62
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsx("circle", { cx: "8.5", cy: "8.5", r: "1.5", fill: accentColor, opacity: accentOpacity }), jsx("path", { d: "M21 15l-5-5L5 21", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
63
+ 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("circle", { cx: "8.5", cy: "8.5", r: "1.5", stroke: primaryColor, strokeWidth: "1.5", fill: "none" }), jsx("path", { d: "M21 15l-5-5L5 21", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
64
+ 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("circle", { cx: "8.5", cy: "8.5", r: "1.5", fill: primaryColor }), jsx("path", { d: "M21 15l-5-5L5 21", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
65
+ 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: "3", y: "3", width: "18", height: "18", rx: "2", fill: primaryColor }), jsx("circle", { cx: "8.5", cy: "8.5", r: "1.5", fill: accentColor, opacity: accentOpacity }), jsx("path", { d: "M21 15l-5-5L5 21", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
66
+ },
67
+ });
68
+ const NtdCamera = createIcon({ displayName: 'NtdCamera',
69
+ paths: {
70
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z", fill: primaryColor }), jsx("circle", { cx: "12", cy: "13", r: "4", fill: accentColor, opacity: accentOpacity })] })),
71
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "13", r: "4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
72
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "13", r: "4", fill: primaryColor })] })),
73
+ 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: "M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z", fill: primaryColor }), jsx("circle", { cx: "12", cy: "13", r: "4", fill: accentColor, opacity: accentOpacity })] })),
74
+ },
75
+ });
76
+ const NtdVideo = createIcon({ displayName: 'NtdVideo',
77
+ paths: {
78
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "6", width: "15", height: "12", rx: "2", fill: primaryColor }), jsx("path", { d: "M17 9.5l5-3v11l-5-3", fill: primaryColor, stroke: primaryColor })] })),
79
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "6", width: "15", height: "12", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M17 9.5l5-3v11l-5-3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
80
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "6", width: "15", height: "12", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "2", y: "6", width: "15", height: "12", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M17 9.5l5-3v11l-5-3", fill: primaryColor, opacity: secondaryOpacity, stroke: primaryColor, strokeWidth: strokeWidth })] })),
81
+ 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: "6", width: "15", height: "12", rx: "2", fill: primaryColor }), jsx("path", { d: "M17 9.5l5-3v11l-5-3", fill: primaryColor, stroke: primaryColor })] })),
82
+ },
83
+ });
84
+ const NtdMicrophone = createIcon({ displayName: 'NtdMicrophone',
85
+ paths: {
86
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "9", y: "1", width: "6", height: "12", rx: "3", fill: primaryColor }), jsx("path", { d: "M19 10v2a7 7 0 01-14 0v-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "19", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "23", x2: "16", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth })] })),
87
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "9", y: "1", width: "6", height: "12", rx: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M19 10v2a7 7 0 01-14 0v-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "19", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "23", x2: "16", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth })] })),
88
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "9", y: "1", width: "6", height: "12", rx: "3", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "9", y: "1", width: "6", height: "12", rx: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M19 10v2a7 7 0 01-14 0v-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "19", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "23", x2: "16", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth })] })),
89
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("rect", { x: "9", y: "1", width: "6", height: "12", rx: "3", fill: primaryColor }), jsx("path", { d: "M19 10v2a7 7 0 01-14 0v-2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("line", { x1: "12", y1: "19", x2: "12", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("line", { x1: "8", y1: "23", x2: "16", y2: "23", stroke: primaryColor, strokeWidth: strokeWidth })] })),
90
+ },
91
+ });
92
+ const NtdMusic = createIcon({ displayName: 'NtdMusic',
93
+ paths: {
94
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M9 18V5l12-2v13", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "6", cy: "18", r: "3", fill: primaryColor }), jsx("circle", { cx: "18", cy: "16", r: "3", fill: primaryColor })] })),
95
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M9 18V5l12-2v13", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "6", cy: "18", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "18", cy: "16", r: "3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
96
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M9 5l12-2v13", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.2 }), jsx("path", { d: "M9 18V5l12-2v13", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "6", cy: "18", r: "3", fill: primaryColor }), jsx("circle", { cx: "18", cy: "16", r: "3", fill: primaryColor })] })),
97
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M9 18V5l12-2v13", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "6", cy: "18", r: "3", fill: primaryColor }), jsx("circle", { cx: "18", cy: "16", r: "3", fill: primaryColor })] })),
98
+ },
99
+ });
100
+ const NtdMail = createIcon({ displayName: 'NtdMail',
101
+ paths: {
102
+ solid: ({ primaryColor, accentColor, accentOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", fill: primaryColor }), jsx("path", { d: "M22 6l-10 7L2 6", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
103
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M22 6l-10 7L2 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
104
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", fill: secondaryColor, opacity: secondaryOpacity }), jsx("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M22 6l-10 7L2 6", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
105
+ 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: "4", width: "20", height: "16", rx: "2", fill: primaryColor }), jsx("path", { d: "M22 6l-10 7L2 6", stroke: accentColor, strokeWidth: "1.5", fill: "none", opacity: accentOpacity })] })),
106
+ },
107
+ });
108
+ const NtdPhone = createIcon({ displayName: 'NtdPhone',
109
+ paths: {
110
+ solid: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z", fill: primaryColor })),
111
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
112
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
113
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z", fill: primaryColor })] })),
114
+ },
115
+ });
116
+ const NtdChat = createIcon({ displayName: 'NtdChat',
117
+ paths: {
118
+ solid: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2v10z", fill: primaryColor })),
119
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2v10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
120
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2v10z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2v10z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
121
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2v10z", fill: primaryColor })] })),
122
+ },
123
+ });
124
+ const NtdSend = createIcon({ displayName: 'NtdSend',
125
+ paths: {
126
+ solid: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z", fill: primaryColor, stroke: primaryColor, strokeWidth: "1" })),
127
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
128
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M22 2l-7 20-4-9-9-4 20-7z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
129
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z", fill: primaryColor, stroke: primaryColor, strokeWidth: "1" })] })),
130
+ },
131
+ });
132
+ const NtdNotification = createIcon({ displayName: 'NtdNotification',
133
+ paths: {
134
+ solid: ({ primaryColor, accentColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9z", fill: primaryColor }), jsx("path", { d: "M13.73 21a2 2 0 01-3.46 0", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "18", cy: "4", r: "3.5", fill: accentColor })] })),
135
+ outline: ({ primaryColor, accentColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M13.73 21a2 2 0 01-3.46 0", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "18", cy: "4", r: "3", fill: accentColor })] })),
136
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, accentColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("path", { d: "M13.73 21a2 2 0 01-3.46 0", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "18", cy: "4", r: "3.5", fill: accentColor })] })),
137
+ flat: ({ primaryColor, secondaryColor, accentColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9z", fill: primaryColor }), jsx("path", { d: "M13.73 21a2 2 0 01-3.46 0", stroke: primaryColor, strokeWidth: strokeWidth }), jsx("circle", { cx: "18", cy: "4", r: "3.5", fill: accentColor })] })),
138
+ },
139
+ });
140
+ const NtdWifi = createIcon({ displayName: 'NtdWifi',
141
+ paths: {
142
+ solid: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 12.55a11 11 0 0114.08 0M1.42 9a16 16 0 0121.16 0M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: primaryColor })] })),
143
+ outline: ({ primaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M5 12.55a11 11 0 0114.08 0M1.42 9a16 16 0 0121.16 0M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "20", r: "1", fill: primaryColor })] })),
144
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M1.42 9a16 16 0 0121.16 0", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity }), jsx("path", { d: "M5 12.55a11 11 0 0114.08 0", stroke: secondaryColor, strokeWidth: strokeWidth, fill: "none", opacity: secondaryOpacity + 0.2 }), jsx("path", { d: "M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: primaryColor })] })),
145
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M5 12.55a11 11 0 0114.08 0M1.42 9a16 16 0 0121.16 0M8.53 16.11a6 6 0 016.95 0", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }), jsx("circle", { cx: "12", cy: "20", r: "1.5", fill: primaryColor })] })),
146
+ },
147
+ });
148
+ const NtdBluetooth = createIcon({ displayName: 'NtdBluetooth',
149
+ paths: {
150
+ solid: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
151
+ outline: ({ primaryColor, strokeWidth }) => (jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })),
152
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 1l5.5 5.5L12 12l5.5 5.5L12 23V1z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
153
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M6.5 6.5l11 11L12 23V1l5.5 5.5-11 11", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
154
+ },
155
+ });
156
+ // ── Relocated from brand packs ──
157
+ const NtdPalette = createIcon({
158
+ displayName: 'NtdPalette',
159
+ paths: {
160
+ solid: ({ primaryColor, accentColor, accentOpacity }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3a9 9 0 100 18h1a2 2 0 000-4h-1a2 2 0 110-4h1a3 3 0 103-3 3 3 0 01-3-3V6a3 3 0 00-1-3z", fill: primaryColor, opacity: "0.25" }), jsx("circle", { cx: "7", cy: "9", r: "1.2", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "10", cy: "7", r: "1.2", fill: accentColor, opacity: accentOpacity * 0.8 }), jsx("circle", { cx: "7", cy: "13", r: "1.2", fill: accentColor, opacity: accentOpacity * 0.7 })] })),
161
+ outline: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M12 3a9 9 0 100 18h1a2 2 0 000-4h-1a2 2 0 110-4h1a3 3 0 103-3 3 3 0 01-3-3V6a3 3 0 00-1-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
162
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M12 3a9 9 0 100 18h1a2 2 0 000-4h-1a2 2 0 110-4h1a3 3 0 103-3 3 3 0 01-3-3V6a3 3 0 00-1-3z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M12 3a9 9 0 100 18h1a2 2 0 000-4h-1a2 2 0 110-4h1a3 3 0 103-3 3 3 0 01-3-3V6a3 3 0 00-1-3z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
163
+ flat: ({ primaryColor, secondaryColor, accentColor, accentOpacity }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M12 3a9 9 0 100 18h1a2 2 0 000-4h-1a2 2 0 110-4h1a3 3 0 103-3 3 3 0 01-3-3V6a3 3 0 00-1-3z", fill: primaryColor, opacity: "0.25" }), jsx("circle", { cx: "7", cy: "9", r: "1.2", fill: accentColor, opacity: accentOpacity }), jsx("circle", { cx: "10", cy: "7", r: "1.2", fill: accentColor, opacity: accentOpacity * 0.8 }), jsx("circle", { cx: "7", cy: "13", r: "1.2", fill: accentColor, opacity: accentOpacity * 0.7 })] })),
164
+ },
165
+ });
166
+ const NtdBrush = createIcon({
167
+ displayName: 'NtdBrush',
168
+ paths: {
169
+ solid: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M14 4l6 6-8 8-6 2 2-6zM4 20c1.5 0 3-.8 3-2.5S6 15 4.5 15 2 16.2 2 18s.5 2 2 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
170
+ outline: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M14 4l6 6-8 8-6 2 2-6zM4 20c1.5 0 3-.8 3-2.5S6 15 4.5 15 2 16.2 2 18s.5 2 2 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
171
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M14 4l6 6-8 8-6 2 2-6z", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M14 4l6 6-8 8-6 2 2-6zM4 20c1.5 0 3-.8 3-2.5S6 15 4.5 15 2 16.2 2 18s.5 2 2 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
172
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M14 4l6 6-8 8-6 2 2-6zM4 20c1.5 0 3-.8 3-2.5S6 15 4.5 15 2 16.2 2 18s.5 2 2 2z", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
173
+ },
174
+ });
175
+ const NtdPenTool = createIcon({
176
+ displayName: 'NtdPenTool',
177
+ paths: {
178
+ solid: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M12 3l3 3-3 3-3-3 3-3zM6 18l6-9 6 9-6 3zM6 18l-2 3M18 18l2 3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
179
+ outline: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M12 3l3 3-3 3-3-3 3-3zM6 18l6-9 6 9-6 3zM6 18l-2 3M18 18l2 3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
180
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("polygon", { points: "6,18 12,9 18,18 12,21", fill: secondaryColor, opacity: secondaryOpacity }), jsx("path", { d: "M12 3l3 3-3 3-3-3 3-3zM6 18l6-9 6 9-6 3zM6 18l-2 3M18 18l2 3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
181
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M12 3l3 3-3 3-3-3 3-3zM6 18l6-9 6 9-6 3zM6 18l-2 3M18 18l2 3", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
182
+ },
183
+ });
184
+ const NtdSpline = createIcon({
185
+ displayName: 'NtdSpline',
186
+ paths: {
187
+ solid: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M4 17c2-8 6-8 8-2s6 6 8-4M4 17h2M18 11h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
188
+ outline: ({ primaryColor, strokeWidth }) => jsx("path", { d: "M4 17c2-8 6-8 8-2s6 6 8-4M4 17h2M18 11h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" }),
189
+ duotone: ({ primaryColor, secondaryColor, secondaryOpacity, strokeWidth }) => (jsxs(Fragment, { children: [jsx("path", { d: "M4 17c2-8 6-8 8-2s6 6 8-4", stroke: secondaryColor, strokeWidth: strokeWidth, opacity: secondaryOpacity + 0.2, fill: "none" }), jsx("path", { d: "M4 17c2-8 6-8 8-2s6 6 8-4", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
190
+ flat: ({ primaryColor, secondaryColor, strokeWidth }) => (jsxs(Fragment, { children: [jsx("rect", { x: "2", y: "2", width: "20", height: "20", rx: "4", fill: secondaryColor }), jsx("path", { d: "M4 17c2-8 6-8 8-2s6 6 8-4M4 17h2M18 11h2", stroke: primaryColor, strokeWidth: strokeWidth, fill: "none" })] })),
191
+ },
192
+ });
193
+
194
+ export { NtdBluetooth, NtdBrush, NtdCamera, NtdChat, NtdImage, NtdMail, NtdMicrophone, NtdMusic, NtdNotification, NtdPalette, NtdPause, NtdPenTool, NtdPhone, NtdPlay, NtdSend, NtdSkipBack, NtdSkipForward, NtdSpline, NtdStop, NtdVideo, NtdVolume, NtdVolumeMute, NtdWifi };
195
+ //# sourceMappingURL=media.js.map