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