@synerise/ds-icon 0.67.0 → 0.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/cjs/icons/L/index.d.ts +25 -25
  3. package/dist/cjs/icons/L/index.js +52 -52
  4. package/dist/cjs/icons/XL/index.d.ts +33 -33
  5. package/dist/cjs/icons/XL/index.js +68 -68
  6. package/dist/cjs/icons/additional/index.d.ts +37 -37
  7. package/dist/cjs/icons/additional/index.js +76 -76
  8. package/dist/cjs/icons/colorIcons/ABtestColor.d.ts +3 -0
  9. package/dist/cjs/icons/colorIcons/{ABtest.js → ABtestColor.js} +2 -2
  10. package/dist/cjs/icons/colorIcons/CreatingFromScratchColor.d.ts +3 -0
  11. package/dist/cjs/icons/colorIcons/{CreatingFromScratch.js → CreatingFromScratchColor.js} +2 -2
  12. package/dist/cjs/icons/colorIcons/FormulaColor.d.ts +3 -0
  13. package/dist/cjs/icons/colorIcons/{Formula.js → FormulaColor.js} +2 -2
  14. package/dist/cjs/icons/colorIcons/FunnelColor.d.ts +3 -0
  15. package/dist/cjs/icons/colorIcons/{Funnel.js → FunnelColor.js} +2 -2
  16. package/dist/cjs/icons/colorIcons/IntegrationColor.d.ts +3 -0
  17. package/dist/cjs/icons/colorIcons/{Integration.js → IntegrationColor.js} +2 -2
  18. package/dist/cjs/icons/colorIcons/PredefinedColor.d.ts +3 -0
  19. package/dist/cjs/icons/colorIcons/{Predefined.js → PredefinedColor.js} +2 -2
  20. package/dist/cjs/icons/colorIcons/ProductBundleColor.d.ts +3 -0
  21. package/dist/cjs/icons/colorIcons/{ProductBundle.js → ProductBundleColor.js} +2 -2
  22. package/dist/cjs/icons/colorIcons/ProductLastSeenColor.d.ts +3 -0
  23. package/dist/cjs/icons/colorIcons/{ProductLastSeen.js → ProductLastSeenColor.js} +2 -2
  24. package/dist/cjs/icons/colorIcons/ProductsSimilarColor.d.ts +3 -0
  25. package/dist/cjs/icons/colorIcons/{ProductsSimilar.js → ProductsSimilarColor.js} +2 -2
  26. package/dist/cjs/icons/colorIcons/QueryDetailsColor.d.ts +3 -0
  27. package/dist/cjs/icons/colorIcons/QueryDetailsColor.js +9 -0
  28. package/dist/cjs/icons/colorIcons/ScoreColor.d.ts +3 -0
  29. package/dist/cjs/icons/colorIcons/ScoreColor.js +7 -0
  30. package/dist/cjs/icons/colorIcons/ShopingBagColor.d.ts +3 -0
  31. package/dist/cjs/icons/colorIcons/{ShopingBag.js → ShopingBagColor.js} +2 -2
  32. package/dist/cjs/icons/colorIcons/UserColor.d.ts +3 -0
  33. package/dist/cjs/icons/colorIcons/{User.js → UserColor.js} +2 -2
  34. package/dist/cjs/icons/colorIcons/VisualSimilarityColor.d.ts +3 -0
  35. package/dist/cjs/icons/colorIcons/{VisualSimilarity.js → VisualSimilarityColor.js} +2 -2
  36. package/dist/cjs/icons/colorIcons/index.d.ts +14 -12
  37. package/dist/cjs/icons/colorIcons/index.js +29 -25
  38. package/dist/cjs/icons/index.d.ts +324 -324
  39. package/dist/cjs/icons/index.js +666 -666
  40. package/dist/cjs/index.d.ts +1 -0
  41. package/dist/cjs/index.js +1 -0
  42. package/dist/esm/icons/L/index.d.ts +25 -25
  43. package/dist/esm/icons/L/index.js +25 -25
  44. package/dist/esm/icons/XL/index.d.ts +33 -33
  45. package/dist/esm/icons/XL/index.js +33 -33
  46. package/dist/esm/icons/additional/index.d.ts +37 -37
  47. package/dist/esm/icons/additional/index.js +37 -37
  48. package/dist/esm/icons/colorIcons/ABtestColor.d.ts +3 -0
  49. package/dist/esm/icons/colorIcons/{ABtest.js → ABtestColor.js} +2 -2
  50. package/dist/esm/icons/colorIcons/CreatingFromScratchColor.d.ts +3 -0
  51. package/dist/esm/icons/colorIcons/{CreatingFromScratch.js → CreatingFromScratchColor.js} +2 -2
  52. package/dist/esm/icons/colorIcons/FormulaColor.d.ts +3 -0
  53. package/dist/esm/icons/colorIcons/{Formula.js → FormulaColor.js} +2 -2
  54. package/dist/esm/icons/colorIcons/FunnelColor.d.ts +3 -0
  55. package/dist/esm/icons/colorIcons/{Funnel.js → FunnelColor.js} +2 -2
  56. package/dist/esm/icons/colorIcons/IntegrationColor.d.ts +3 -0
  57. package/dist/esm/icons/colorIcons/{Integration.js → IntegrationColor.js} +2 -2
  58. package/dist/esm/icons/colorIcons/PredefinedColor.d.ts +3 -0
  59. package/dist/esm/icons/colorIcons/{Predefined.js → PredefinedColor.js} +2 -2
  60. package/dist/esm/icons/colorIcons/ProductBundleColor.d.ts +3 -0
  61. package/dist/esm/icons/colorIcons/{ProductBundle.js → ProductBundleColor.js} +2 -2
  62. package/dist/esm/icons/colorIcons/ProductLastSeenColor.d.ts +3 -0
  63. package/dist/esm/icons/colorIcons/{ProductLastSeen.js → ProductLastSeenColor.js} +2 -2
  64. package/dist/esm/icons/colorIcons/ProductsSimilarColor.d.ts +3 -0
  65. package/dist/esm/icons/colorIcons/ProductsSimilarColor.js +5 -0
  66. package/dist/esm/icons/colorIcons/QueryDetailsColor.d.ts +3 -0
  67. package/dist/esm/icons/colorIcons/QueryDetailsColor.js +7 -0
  68. package/dist/esm/icons/colorIcons/ScoreColor.d.ts +3 -0
  69. package/dist/esm/icons/colorIcons/ScoreColor.js +5 -0
  70. package/dist/esm/icons/colorIcons/ShopingBagColor.d.ts +3 -0
  71. package/dist/esm/icons/colorIcons/{ShopingBag.js → ShopingBagColor.js} +2 -2
  72. package/dist/esm/icons/colorIcons/UserColor.d.ts +3 -0
  73. package/dist/esm/icons/colorIcons/{User.js → UserColor.js} +2 -2
  74. package/dist/esm/icons/colorIcons/VisualSimilarityColor.d.ts +3 -0
  75. package/dist/esm/icons/colorIcons/{VisualSimilarity.js → VisualSimilarityColor.js} +2 -2
  76. package/dist/esm/icons/colorIcons/index.d.ts +14 -12
  77. package/dist/esm/icons/colorIcons/index.js +14 -12
  78. package/dist/esm/icons/index.d.ts +324 -324
  79. package/dist/esm/icons/index.js +324 -324
  80. package/dist/esm/index.d.ts +1 -0
  81. package/dist/esm/index.js +1 -0
  82. package/package.json +2 -2
  83. package/dist/cjs/icons/colorIcons/ABtest.d.ts +0 -3
  84. package/dist/cjs/icons/colorIcons/CreatingFromScratch.d.ts +0 -3
  85. package/dist/cjs/icons/colorIcons/Formula.d.ts +0 -3
  86. package/dist/cjs/icons/colorIcons/Funnel.d.ts +0 -3
  87. package/dist/cjs/icons/colorIcons/Integration.d.ts +0 -3
  88. package/dist/cjs/icons/colorIcons/Predefined.d.ts +0 -3
  89. package/dist/cjs/icons/colorIcons/ProductBundle.d.ts +0 -3
  90. package/dist/cjs/icons/colorIcons/ProductLastSeen.d.ts +0 -3
  91. package/dist/cjs/icons/colorIcons/ProductsSimilar.d.ts +0 -3
  92. package/dist/cjs/icons/colorIcons/ShopingBag.d.ts +0 -3
  93. package/dist/cjs/icons/colorIcons/User.d.ts +0 -3
  94. package/dist/cjs/icons/colorIcons/VisualSimilarity.d.ts +0 -3
  95. package/dist/esm/icons/colorIcons/ABtest.d.ts +0 -3
  96. package/dist/esm/icons/colorIcons/CreatingFromScratch.d.ts +0 -3
  97. package/dist/esm/icons/colorIcons/Formula.d.ts +0 -3
  98. package/dist/esm/icons/colorIcons/Funnel.d.ts +0 -3
  99. package/dist/esm/icons/colorIcons/Integration.d.ts +0 -3
  100. package/dist/esm/icons/colorIcons/Predefined.d.ts +0 -3
  101. package/dist/esm/icons/colorIcons/ProductBundle.d.ts +0 -3
  102. package/dist/esm/icons/colorIcons/ProductLastSeen.d.ts +0 -3
  103. package/dist/esm/icons/colorIcons/ProductsSimilar.d.ts +0 -3
  104. package/dist/esm/icons/colorIcons/ProductsSimilar.js +0 -5
  105. package/dist/esm/icons/colorIcons/ShopingBag.d.ts +0 -3
  106. package/dist/esm/icons/colorIcons/User.d.ts +0 -3
  107. package/dist/esm/icons/colorIcons/VisualSimilarity.d.ts +0 -3
@@ -1,94 +1,94 @@
1
1
  export { default as ActionNoneL } from './ActionNoneL';
2
- export { default as ActionOpenAppL } from './ActionOpenAppL';
3
2
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
4
3
  export { default as ActionUrlL } from './ActionUrlL';
5
4
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
- export { default as AdAfterXpagesL } from './AdAfterXpagesL';
7
- export { default as AdCartAiL } from './AdCartAiL';
8
- export { default as AdBannerL } from './AdBannerL';
5
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
9
6
  export { default as AdCodeEditorL } from './AdCodeEditorL';
7
+ export { default as AdBannerL } from './AdBannerL';
8
+ export { default as AdAfterXpagesL } from './AdAfterXpagesL';
10
9
  export { default as AdComplementaryAiL } from './AdComplementaryAiL';
11
- export { default as AdCouponL } from './AdCouponL';
10
+ export { default as AdCartAiL } from './AdCartAiL';
12
11
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
- export { default as AdFirstRunL } from './AdFirstRunL';
12
+ export { default as AdCouponL } from './AdCouponL';
14
13
  export { default as AdFadeInL } from './AdFadeInL';
14
+ export { default as AdFirstRunL } from './AdFirstRunL';
15
15
  export { default as AdFolderS } from './AdFolderS';
16
- export { default as AdFolderBasic } from './AdFolderBasic';
17
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
18
17
  export { default as AdFolderUser } from './AdFolderUser';
18
+ export { default as AdFolderBasic } from './AdFolderBasic';
19
19
  export { default as AdFolderStarredS } from './AdFolderStarredS';
20
+ export { default as AdImgTextL } from './AdImgTextL';
20
21
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
22
+ export { default as AdImportUrl } from './AdImportUrl';
21
23
  export { default as AdImageL } from './AdImageL';
22
- export { default as AdImgTextL } from './AdImgTextL';
23
- export { default as AdInsertObjectL } from './AdInsertObjectL';
24
24
  export { default as AdImportZip } from './AdImportZip';
25
- export { default as AdImportUrl } from './AdImportUrl';
26
25
  export { default as AdLandL } from './AdLandL';
26
+ export { default as AdInsertObjectL } from './AdInsertObjectL';
27
27
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
28
28
  export { default as AdOnExitL } from './AdOnExitL';
29
29
  export { default as AdOnLandingL } from './AdOnLandingL';
30
- export { default as AdOnboardingL } from './AdOnboardingL';
31
30
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
32
- export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
31
+ export { default as AdOnboardingL } from './AdOnboardingL';
33
32
  export { default as AdOpenUrlL } from './AdOpenUrlL';
34
33
  export { default as AdOpenAppL } from './AdOpenAppL';
35
- export { default as AdSilentPushL } from './AdSilentPushL';
36
34
  export { default as AdPopL } from './AdPopL';
37
- export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
- export { default as AdPortraitL } from './AdPortraitL';
39
- export { default as AdSlideDownL } from './AdSlideDownL';
35
+ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
36
+ export { default as AdShareLinkL } from './AdShareLinkL';
37
+ export { default as AdSilentPushL } from './AdSilentPushL';
40
38
  export { default as AdSimilarAiL } from './AdSimilarAiL';
41
39
  export { default as AdSimplePushL } from './AdSimplePushL';
40
+ export { default as AdSlideDownL } from './AdSlideDownL';
42
41
  export { default as AdSlideRightL } from './AdSlideRightL';
43
42
  export { default as AdSlideUpL } from './AdSlideUpL';
44
43
  export { default as AdSlideLeftL } from './AdSlideLeftL';
45
44
  export { default as AdTempCodeS } from './AdTempCodeS';
46
- export { default as AdTextEditorL } from './AdTextEditorL';
47
45
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
48
- export { default as AdVisualEditorL } from './AdVisualEditorL';
49
46
  export { default as AdVisualAiL } from './AdVisualAiL';
50
- export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
47
+ export { default as AdTextEditorL } from './AdTextEditorL';
51
48
  export { default as AdWalktroughL } from './AdWalktroughL';
49
+ export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
50
+ export { default as AdVisualEditorL } from './AdVisualEditorL';
52
51
  export { default as AdWebLayerL } from './AdWebLayerL';
53
- export { default as AudienceAnalytics } from './AudienceAnalytics';
54
52
  export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
55
- export { default as BoostLoyalty } from './BoostLoyalty';
56
53
  export { default as AiCampaigns } from './AiCampaigns';
57
- export { default as CartRecommendationXl } from './CartRecommendationXl';
54
+ export { default as AudienceAnalytics } from './AudienceAnalytics';
55
+ export { default as BoostLoyalty } from './BoostLoyalty';
58
56
  export { default as ChartColumnL } from './ChartColumnL';
59
- export { default as ChartLineL } from './ChartLineL';
60
- export { default as ChartDonutL } from './ChartDonutL';
61
- export { default as ChartDonutLineL } from './ChartDonutLineL';
62
57
  export { default as ChartComboL } from './ChartComboL';
58
+ export { default as CartRecommendationXl } from './CartRecommendationXl';
59
+ export { default as ChartDonutLineL } from './ChartDonutLineL';
60
+ export { default as ChartDonutL } from './ChartDonutL';
61
+ export { default as ChartTableL } from './ChartTableL';
62
+ export { default as ChartLineL } from './ChartLineL';
63
63
  export { default as ChartPieL } from './ChartPieL';
64
+ export { default as DateRecurringXl } from './DateRecurringXl';
64
65
  export { default as DateMultipleXl } from './DateMultipleXl';
65
- export { default as ChartTableL } from './ChartTableL';
66
66
  export { default as DateOntimeXl } from './DateOntimeXl';
67
- export { default as FileImportL } from './FileImportL';
68
- export { default as ImportClientsXl } from './ImportClientsXl';
69
67
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
70
- export { default as DateRecurringXl } from './DateRecurringXl';
71
- export { default as ImportCustomEventXl } from './ImportCustomEventXl';
68
+ export { default as ImportClientsXl } from './ImportClientsXl';
72
69
  export { default as ImportCustomXl } from './ImportCustomXl';
70
+ export { default as ImportCustomEventXl } from './ImportCustomEventXl';
71
+ export { default as ImportTransactionsXl } from './ImportTransactionsXl';
73
72
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
74
73
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
75
74
  export { default as ImportQuickXl } from './ImportQuickXl';
76
- export { default as ImportVouchersXl } from './ImportVouchersXl';
77
- export { default as ImportTransactionsXl } from './ImportTransactionsXl';
78
75
  export { default as Integration } from './Integration';
76
+ export { default as ImportVouchersXl } from './ImportVouchersXl';
79
77
  export { default as LastSeenXl } from './LastSeenXl';
80
78
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
79
+ export { default as FileImportL } from './FileImportL';
81
80
  export { default as LayoutImageBgL } from './LayoutImageBgL';
81
+ export { default as LayoutMixedL } from './LayoutMixedL';
82
82
  export { default as LayoutTextL } from './LayoutTextL';
83
83
  export { default as MarketingAutomation } from './MarketingAutomation';
84
- export { default as LayoutMixedL } from './LayoutMixedL';
85
- export { default as MobileHandbillXl } from './MobileHandbillXl';
86
- export { default as MetricSimpleXl } from './MetricSimpleXl';
87
84
  export { default as MetricFormulaXl } from './MetricFormulaXl';
88
- export { default as PushImportL } from './PushImportL';
85
+ export { default as MetricSimpleXl } from './MetricSimpleXl';
89
86
  export { default as OtherIdeas } from './OtherIdeas';
87
+ export { default as PushImportL } from './PushImportL';
88
+ export { default as MobileHandbillXl } from './MobileHandbillXl';
90
89
  export { default as ReportPreparedXl } from './ReportPreparedXl';
91
90
  export { default as TargetedCampaigns } from './TargetedCampaigns';
92
91
  export { default as TopProductsXl } from './TopProductsXl';
92
+ export { default as AdPortraitL } from './AdPortraitL';
93
+ export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
93
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
94
- export { default as AdShareLinkL } from './AdShareLinkL';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ABtestColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ABtestColor;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const ABtest = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "ABtest" }, props),
2
+ const ABtestColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "ABtestColor" }, props),
3
3
  React.createElement("circle", { cx: 32, cy: 32, r: 8 }),
4
4
  React.createElement("path", { d: "M16 80h64V16L16 80zm47.9-8c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.5 8-8 8z", fill: "#00f3bd" })));
5
- export default ABtest;
5
+ export default ABtestColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const CreatingFromScratchColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CreatingFromScratchColor;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- const CreatingFromScratch = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "creating-from-scratch" }, props),
2
+ const CreatingFromScratchColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "creating-from-scratch-color" }, props),
3
3
  React.createElement("circle", { cx: 48, cy: 24, r: 8 }),
4
4
  React.createElement("circle", { cx: 48, cy: 44, r: 8 }),
5
5
  React.createElement("path", { d: "M48 80c17.6 0 32-14.4 32-32-17.6 0-32 14.4-32 32zM48 80c-17.6 0-32-14.4-32-32 17.6 0 32 14.4 32 32z", fill: "#00f3bd" })));
6
- export default CreatingFromScratch;
6
+ export default CreatingFromScratchColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const FormulaColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FormulaColor;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const Formula = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "formula" }, props),
2
+ const FormulaColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "formula-color" }, props),
3
3
  React.createElement("path", { d: "M56 63.938l7.99 7.99-7.99 7.99-7.99-7.99zM72 63.938l7.99 7.99-7.99 7.99-7.99-7.99zM56 47.938l7.99 7.99-7.99 7.99-7.99-7.99zM72 47.938l7.99 7.99-7.99 7.99-7.99-7.99z" }),
4
4
  React.createElement("path", { fill: "#00f3bd", d: "M16 48h16v32H16zM48 16h16v16H48zM32 32h16v16H32z" })));
5
- export default Formula;
5
+ export default FormulaColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const FunnelColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FunnelColor;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const Funnel = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "funnel" }, props),
2
+ const FunnelColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "funnel-color" }, props),
3
3
  React.createElement("path", { fill: "#00f3bd", d: "M56 64H40l8 16zM36 56l-8-16h40l-8 16z" }),
4
4
  React.createElement("path", { d: "M72 32l8-16H16l8 16z" })));
5
- export default Funnel;
5
+ export default FunnelColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const IntegrationColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default IntegrationColor;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const Integration = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "integration" }, props),
2
+ const IntegrationColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "integration-color" }, props),
3
3
  React.createElement("path", { d: "M16 16h32v8H16zM16 32h32v8H16zM16 48h32v8H16zM16 64h32v8H16z" }),
4
4
  React.createElement("path", { fill: "#00f3bd", d: "M48 24h32v8H48zM48 40h32v8H48zM48 56h32v8H48zM48 72h32v8H48z" })));
5
- export default Integration;
5
+ export default IntegrationColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const PredefinedColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default PredefinedColor;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- const Predefined = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "predefined" }, props),
2
+ const PredefinedColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "predefined-color" }, props),
3
3
  React.createElement("path", { d: "M35.9 40C24.9 40 16 49 16 60s9 20 20 20 20-8.9 20-19.9V40H35.9z", fill: "#00f3bd" }),
4
4
  React.createElement("circle", { cx: 40, cy: 24, r: 8 }),
5
5
  React.createElement("circle", { cx: 68, cy: 28, r: 8, fill: "#00f3bd" }),
6
6
  React.createElement("circle", { cx: 72, cy: 56, r: 8 })));
7
- export default Predefined;
7
+ export default PredefinedColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ProductBundleColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ProductBundleColor;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- const ProductBundle = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "product-bundle" }, props),
2
+ const ProductBundleColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "product-bundle-color" }, props),
3
3
  React.createElement("path", { d: "M16 48c17.7 0 32-14.3 32-32H16v32z", fill: "#00f3bd" }),
4
4
  React.createElement("path", { d: "M48 16c0 17.7 14.3 32 32 32V16H48z" }),
5
5
  React.createElement("path", { d: "M48 80c0-17.7-14.3-32-32-32v32h32z", fill: "#00f3bd" }),
6
6
  React.createElement("path", { d: "M80 48c-17.7 0-32 14.3-32 32h32V48z" })));
7
- export default ProductBundle;
7
+ export default ProductBundleColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ProductLastSeenColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ProductLastSeenColor;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- const ProductLastSeen = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "product-last-seen" }, props),
2
+ const ProductLastSeenColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "product-last-seen-color" }, props),
3
3
  React.createElement("path", { d: "M48 64L32 48 16 64v16h64V64L64 48z" }),
4
4
  React.createElement("path", { fill: "#00f3bd", d: "M48 32l16 16 16-16V16H16v16l16 16z" }),
5
5
  React.createElement("circle", { cx: 48, cy: 48, r: 4, fill: "#00f3bd" })));
6
- export default ProductLastSeen;
6
+ export default ProductLastSeenColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ProductsSimilarColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ProductsSimilarColor;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ const ProductsSimilarColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "products-similar-color" }, props),
3
+ React.createElement("path", { fill: "#00f3bd", d: "M36 16v20h24v24h20V16z" }),
4
+ React.createElement("path", { d: "M60 80V60H36V36H16v44z" })));
5
+ export default ProductsSimilarColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const QueryDetailsColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default QueryDetailsColor;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ const QueryDetailsColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "query-details-color" }, props),
3
+ React.createElement("path", { fill: "none", d: "M12 14.9h72v66.2H12z" }),
4
+ React.createElement("path", { d: "M77.3 80.9l6.6-6.6c.2-.2.2-.5 0-.7l-15-15c-.2-.2-.5-.2-.7 0l-6.6 6.6c-.2.2-.2.5 0 .7l15 15c.1.2.5.2.7 0z" }),
5
+ React.createElement("path", { d: "M79 46c0-17.1-13.9-31-31.1-31.1-12.6 0-23.5 7.5-28.4 18.3h12.1c3.8-4.8 9.7-7.9 16.3-7.9 11.5 0 20.8 9.3 20.8 20.7 0 11.5-9.3 20.7-20.8 20.7-6.7 0-12.6-3.1-16.4-8h-12c4.9 10.8 15.8 18.4 28.4 18.4C65 77.2 79 63.3 79 46c0 .1 0 .1 0 0 0 .1 0 0 0 0z", fill: "#00f3bd" }),
6
+ React.createElement("path", { d: "M17 51.1c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zM32.7 51.1c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zM48.4 51.1c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.3 5 5 5z" })));
7
+ export default QueryDetailsColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ScoreColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ScoreColor;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ const ScoreColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "score-color" }, props),
3
+ React.createElement("path", { d: "M28.3 20.3l-8.2 8.2L67.7 76l8.2-8.2-14-13.9h19.7V42.4H61.9l13.9-13.9-8.2-8.2-13.8 13.9V14.5H42.2v19.7L28.3 20.3z" }),
4
+ React.createElement("path", { d: "M53.7 42.1H14.4v11.6h20.2L20.4 67.8l8.2 8.2 13.7-13.7v19.2h11.6V42.1h-.2z", fill: "#00f3bd" })));
5
+ export default ScoreColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ShopingBagColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ShopingBagColor;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const ShopingBag = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "shoping-bag" }, props),
2
+ const ShopingBagColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "shoping-bag-color" }, props),
3
3
  React.createElement("path", { d: "M16 16v64h64V16H16z", fill: "#00f3bd" }),
4
4
  React.createElement("path", { d: "M48 48c-13.3 0-24-10.7-24-24h8c0 8.9 7.2 16 16 16s16-7.2 16-16h8c0 13.3-10.7 24-24 24z" })));
5
- export default ShopingBag;
5
+ export default ShopingBagColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const UserColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default UserColor;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- const User = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "user" }, props),
2
+ const UserColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "user-color" }, props),
3
3
  React.createElement("circle", { cx: 48, cy: 28, r: 12 }),
4
4
  React.createElement("path", { d: "M80 80c0-17.7-14.3-32-32-32S16 62.3 16 80h64z", fill: "#00f3bd" })));
5
- export default User;
5
+ export default UserColor;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const VisualSimilarityColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default VisualSimilarityColor;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- const VisualSimilarity = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "visual-similarity" }, props),
2
+ const VisualSimilarityColor = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "visual-similarity-color" }, props),
3
3
  React.createElement("path", { d: "M39 39.1c6.5-6.5 15.8-8.5 24-6-1.1-3.7-3.1-7.1-6-10-9.4-9.4-24.6-9.4-34 0-9.4 9.4-9.4 24.6 0 34 2.9 2.9 6.3 4.9 9.9 6-2.4-8.3-.4-17.6 6.1-24z" }),
4
4
  React.createElement("path", { d: "M57 56.9c-6.5 6.5-15.8 8.5-24 6 1.1 3.7 3.1 7.1 6 10 9.4 9.4 24.6 9.4 34 0s9.4-24.6 0-34c-2.9-2.9-6.3-4.9-9.9-6 2.4 8.3.4 17.6-6.1 24z", fill: "#00f3bd" }),
5
5
  React.createElement("circle", { cx: 48, cy: 48, r: 4, fill: "#00f3bd" })));
6
- export default VisualSimilarity;
6
+ export default VisualSimilarityColor;
@@ -1,12 +1,14 @@
1
- export { default as ABtest } from './ABtest';
2
- export { default as Predefined } from './Predefined';
3
- export { default as CreatingFromScratch } from './CreatingFromScratch';
4
- export { default as Funnel } from './Funnel';
5
- export { default as Formula } from './Formula';
6
- export { default as ProductLastSeen } from './ProductLastSeen';
7
- export { default as Integration } from './Integration';
8
- export { default as ProductBundle } from './ProductBundle';
9
- export { default as ShopingBag } from './ShopingBag';
10
- export { default as ProductsSimilar } from './ProductsSimilar';
11
- export { default as VisualSimilarity } from './VisualSimilarity';
12
- export { default as User } from './User';
1
+ export { default as ABtestColor } from './ABtestColor';
2
+ export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
3
+ export { default as IntegrationColor } from './IntegrationColor';
4
+ export { default as FunnelColor } from './FunnelColor';
5
+ export { default as FormulaColor } from './FormulaColor';
6
+ export { default as PredefinedColor } from './PredefinedColor';
7
+ export { default as ProductBundleColor } from './ProductBundleColor';
8
+ export { default as ProductsSimilarColor } from './ProductsSimilarColor';
9
+ export { default as ProductLastSeenColor } from './ProductLastSeenColor';
10
+ export { default as QueryDetailsColor } from './QueryDetailsColor';
11
+ export { default as UserColor } from './UserColor';
12
+ export { default as ScoreColor } from './ScoreColor';
13
+ export { default as ShopingBagColor } from './ShopingBagColor';
14
+ export { default as VisualSimilarityColor } from './VisualSimilarityColor';
@@ -1,12 +1,14 @@
1
- export { default as ABtest } from './ABtest';
2
- export { default as Predefined } from './Predefined';
3
- export { default as CreatingFromScratch } from './CreatingFromScratch';
4
- export { default as Funnel } from './Funnel';
5
- export { default as Formula } from './Formula';
6
- export { default as ProductLastSeen } from './ProductLastSeen';
7
- export { default as Integration } from './Integration';
8
- export { default as ProductBundle } from './ProductBundle';
9
- export { default as ShopingBag } from './ShopingBag';
10
- export { default as ProductsSimilar } from './ProductsSimilar';
11
- export { default as VisualSimilarity } from './VisualSimilarity';
12
- export { default as User } from './User';
1
+ export { default as ABtestColor } from './ABtestColor';
2
+ export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
3
+ export { default as IntegrationColor } from './IntegrationColor';
4
+ export { default as FunnelColor } from './FunnelColor';
5
+ export { default as FormulaColor } from './FormulaColor';
6
+ export { default as PredefinedColor } from './PredefinedColor';
7
+ export { default as ProductBundleColor } from './ProductBundleColor';
8
+ export { default as ProductsSimilarColor } from './ProductsSimilarColor';
9
+ export { default as ProductLastSeenColor } from './ProductLastSeenColor';
10
+ export { default as QueryDetailsColor } from './QueryDetailsColor';
11
+ export { default as UserColor } from './UserColor';
12
+ export { default as ScoreColor } from './ScoreColor';
13
+ export { default as ShopingBagColor } from './ShopingBagColor';
14
+ export { default as VisualSimilarityColor } from './VisualSimilarityColor';