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