@synerise/ds-icon 0.66.4 → 0.67.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.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/Icon.d.ts +1 -1
- package/dist/cjs/Icon.js +3 -3
- package/dist/cjs/Icon.types.d.ts +5 -8
- package/dist/cjs/icons/L/index.d.ts +27 -27
- package/dist/cjs/icons/L/index.js +56 -56
- package/dist/cjs/icons/SyneriseFillM.d.ts +3 -0
- package/dist/cjs/icons/SyneriseFillM.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +39 -39
- package/dist/cjs/icons/XL/index.js +80 -80
- package/dist/cjs/icons/additional/index.d.ts +41 -41
- package/dist/cjs/icons/additional/index.js +84 -84
- package/dist/cjs/icons/colorIcons/ABtest.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ABtest.js +7 -0
- package/dist/cjs/icons/colorIcons/CreatingFromScratch.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/CreatingFromScratch.js +8 -0
- package/dist/cjs/icons/colorIcons/Formula.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/Formula.js +7 -0
- package/dist/cjs/icons/colorIcons/Funnel.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/Funnel.js +7 -0
- package/dist/cjs/icons/colorIcons/Integration.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/Integration.js +7 -0
- package/dist/cjs/icons/colorIcons/Predefined.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/Predefined.js +9 -0
- package/dist/cjs/icons/colorIcons/ProductBundle.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ProductBundle.js +9 -0
- package/dist/cjs/icons/colorIcons/ProductLastSeen.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ProductLastSeen.js +8 -0
- package/dist/cjs/icons/colorIcons/ProductsSimilar.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ProductsSimilar.js +7 -0
- package/dist/cjs/icons/colorIcons/ShopingBag.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ShopingBag.js +7 -0
- package/dist/cjs/icons/colorIcons/User.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/User.js +7 -0
- package/dist/cjs/icons/colorIcons/VisualSimilarity.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/VisualSimilarity.js +8 -0
- package/dist/cjs/icons/colorIcons/index.d.ts +12 -0
- package/dist/cjs/icons/colorIcons/index.js +27 -0
- package/dist/cjs/icons/index.d.ts +349 -348
- package/dist/cjs/icons/index.js +716 -714
- package/dist/esm/Icon.d.ts +1 -1
- package/dist/esm/Icon.js +3 -3
- package/dist/esm/Icon.types.d.ts +5 -8
- package/dist/esm/icons/L/index.d.ts +27 -27
- package/dist/esm/icons/L/index.js +27 -27
- package/dist/esm/icons/SyneriseFillM.d.ts +3 -0
- package/dist/esm/icons/SyneriseFillM.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +39 -39
- package/dist/esm/icons/XL/index.js +39 -39
- package/dist/esm/icons/additional/index.d.ts +41 -41
- package/dist/esm/icons/additional/index.js +41 -41
- package/dist/esm/icons/colorIcons/ABtest.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ABtest.js +5 -0
- package/dist/esm/icons/colorIcons/CreatingFromScratch.d.ts +3 -0
- package/dist/esm/icons/colorIcons/CreatingFromScratch.js +6 -0
- package/dist/esm/icons/colorIcons/Formula.d.ts +3 -0
- package/dist/esm/icons/colorIcons/Formula.js +5 -0
- package/dist/esm/icons/colorIcons/Funnel.d.ts +3 -0
- package/dist/esm/icons/colorIcons/Funnel.js +5 -0
- package/dist/esm/icons/colorIcons/Integration.d.ts +3 -0
- package/dist/esm/icons/colorIcons/Integration.js +5 -0
- package/dist/esm/icons/colorIcons/Predefined.d.ts +3 -0
- package/dist/esm/icons/colorIcons/Predefined.js +7 -0
- package/dist/esm/icons/colorIcons/ProductBundle.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ProductBundle.js +7 -0
- package/dist/esm/icons/colorIcons/ProductLastSeen.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ProductLastSeen.js +6 -0
- package/dist/esm/icons/colorIcons/ProductsSimilar.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ProductsSimilar.js +5 -0
- package/dist/esm/icons/colorIcons/ShopingBag.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ShopingBag.js +5 -0
- package/dist/esm/icons/colorIcons/User.d.ts +3 -0
- package/dist/esm/icons/colorIcons/User.js +5 -0
- package/dist/esm/icons/colorIcons/VisualSimilarity.d.ts +3 -0
- package/dist/esm/icons/colorIcons/VisualSimilarity.js +6 -0
- package/dist/esm/icons/colorIcons/index.d.ts +12 -0
- package/dist/esm/icons/colorIcons/index.js +12 -0
- package/dist/esm/icons/index.d.ts +349 -348
- package/dist/esm/icons/index.js +349 -348
- package/package.json +3 -3
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
2
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
2
3
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
3
|
-
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as AdBannerL } from './AdBannerL';
|
|
5
|
+
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
7
6
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
8
7
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
8
|
+
export { default as AdBannerL } from './AdBannerL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
10
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
11
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
12
|
-
export { default as
|
|
13
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
13
14
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
15
|
+
export { default as AdFolderS } from './AdFolderS';
|
|
14
16
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
17
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
|
-
export { default as AdFolderS } from './AdFolderS';
|
|
18
|
-
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
19
|
-
export { default as AdImageL } from './AdImageL';
|
|
20
18
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
19
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
21
20
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
21
|
+
export { default as AdImageL } from './AdImageL';
|
|
22
22
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
23
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
24
|
+
export { default as AdImportZip } from './AdImportZip';
|
|
23
25
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
26
|
export { default as AdLandL } from './AdLandL';
|
|
25
|
-
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
26
|
-
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
27
27
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
28
28
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
|
-
export { default as AdImportZip } from './AdImportZip';
|
|
30
29
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
31
|
-
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
32
30
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
33
|
-
export { default as
|
|
31
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
34
32
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
35
|
-
export { default as
|
|
33
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
35
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
36
|
+
export { default as AdPopL } from './AdPopL';
|
|
36
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
|
+
export { default as AdPortraitL } from './AdPortraitL';
|
|
39
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
37
40
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
38
|
-
export { default as AdPopL } from './AdPopL';
|
|
39
41
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
42
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
43
42
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
43
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
44
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
44
45
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
45
46
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
46
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
47
47
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
48
|
-
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
49
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
50
48
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
49
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
50
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
51
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
51
52
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
52
53
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
54
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
55
|
+
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
53
56
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
54
|
-
export { default as ChartColumnL } from './ChartColumnL';
|
|
55
57
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as ChartComboL } from './ChartComboL';
|
|
58
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
59
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
58
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
60
59
|
export { default as ChartLineL } from './ChartLineL';
|
|
60
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
61
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
62
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
61
63
|
export { default as ChartPieL } from './ChartPieL';
|
|
62
|
-
export { default as
|
|
64
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
63
65
|
export { default as ChartTableL } from './ChartTableL';
|
|
66
|
+
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
64
67
|
export { default as FileImportL } from './FileImportL';
|
|
65
|
-
export { default as
|
|
68
|
+
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
66
69
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
70
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
67
71
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
72
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
68
73
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
69
74
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
70
|
-
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
71
75
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
72
|
-
export { default as Integration } from './Integration';
|
|
73
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
74
76
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
75
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
76
77
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
77
|
-
export { default as
|
|
78
|
-
export { default as
|
|
79
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
78
|
+
export { default as Integration } from './Integration';
|
|
79
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
80
80
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
81
|
-
export { default as
|
|
82
|
-
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
83
|
-
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
81
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
84
82
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
83
|
+
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
84
|
+
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
85
85
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
86
86
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
87
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
88
|
+
export { default as PushImportL } from './PushImportL';
|
|
89
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
87
90
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
88
91
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
89
92
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
90
|
-
export { default as OtherIdeas } from './OtherIdeas';
|
|
91
93
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
92
|
-
export { default as PushImportL } from './PushImportL';
|
|
93
|
-
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
94
94
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
2
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
2
3
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
3
|
-
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as AdBannerL } from './AdBannerL';
|
|
5
|
+
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
7
6
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
8
7
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
8
|
+
export { default as AdBannerL } from './AdBannerL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
10
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
11
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
12
|
-
export { default as
|
|
13
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
13
14
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
15
|
+
export { default as AdFolderS } from './AdFolderS';
|
|
14
16
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
17
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
|
-
export { default as AdFolderS } from './AdFolderS';
|
|
18
|
-
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
19
|
-
export { default as AdImageL } from './AdImageL';
|
|
20
18
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
19
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
21
20
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
21
|
+
export { default as AdImageL } from './AdImageL';
|
|
22
22
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
23
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
24
|
+
export { default as AdImportZip } from './AdImportZip';
|
|
23
25
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
26
|
export { default as AdLandL } from './AdLandL';
|
|
25
|
-
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
26
|
-
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
27
27
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
28
28
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
|
-
export { default as AdImportZip } from './AdImportZip';
|
|
30
29
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
31
|
-
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
32
30
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
33
|
-
export { default as
|
|
31
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
34
32
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
35
|
-
export { default as
|
|
33
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
35
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
36
|
+
export { default as AdPopL } from './AdPopL';
|
|
36
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
|
+
export { default as AdPortraitL } from './AdPortraitL';
|
|
39
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
37
40
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
38
|
-
export { default as AdPopL } from './AdPopL';
|
|
39
41
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
42
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
43
42
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
43
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
44
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
44
45
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
45
46
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
46
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
47
47
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
48
|
-
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
49
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
50
48
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
49
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
50
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
51
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
51
52
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
52
53
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
54
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
55
|
+
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
53
56
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
54
|
-
export { default as ChartColumnL } from './ChartColumnL';
|
|
55
57
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as ChartComboL } from './ChartComboL';
|
|
58
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
59
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
58
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
60
59
|
export { default as ChartLineL } from './ChartLineL';
|
|
60
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
61
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
62
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
61
63
|
export { default as ChartPieL } from './ChartPieL';
|
|
62
|
-
export { default as
|
|
64
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
63
65
|
export { default as ChartTableL } from './ChartTableL';
|
|
66
|
+
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
64
67
|
export { default as FileImportL } from './FileImportL';
|
|
65
|
-
export { default as
|
|
68
|
+
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
66
69
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
70
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
67
71
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
72
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
68
73
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
69
74
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
70
|
-
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
71
75
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
72
|
-
export { default as Integration } from './Integration';
|
|
73
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
74
76
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
75
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
76
77
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
77
|
-
export { default as
|
|
78
|
-
export { default as
|
|
79
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
78
|
+
export { default as Integration } from './Integration';
|
|
79
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
80
80
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
81
|
-
export { default as
|
|
82
|
-
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
83
|
-
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
81
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
84
82
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
83
|
+
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
84
|
+
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
85
85
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
86
86
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
87
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
88
|
+
export { default as PushImportL } from './PushImportL';
|
|
89
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
87
90
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
88
91
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
89
92
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
90
|
-
export { default as OtherIdeas } from './OtherIdeas';
|
|
91
93
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
92
|
-
export { default as PushImportL } from './PushImportL';
|
|
93
|
-
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
94
94
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const ABtest = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "ABtest" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 32, cy: 32, r: 8 }),
|
|
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;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const CreatingFromScratch = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "creating-from-scratch" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 48, cy: 24, r: 8 }),
|
|
4
|
+
React.createElement("circle", { cx: 48, cy: 44, r: 8 }),
|
|
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;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const Formula = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "formula" }, props),
|
|
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
|
+
React.createElement("path", { fill: "#00f3bd", d: "M16 48h16v32H16zM48 16h16v16H48zM32 32h16v16H32z" })));
|
|
5
|
+
export default Formula;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const Funnel = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "funnel" }, props),
|
|
3
|
+
React.createElement("path", { fill: "#00f3bd", d: "M56 64H40l8 16zM36 56l-8-16h40l-8 16z" }),
|
|
4
|
+
React.createElement("path", { d: "M72 32l8-16H16l8 16z" })));
|
|
5
|
+
export default Funnel;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const Integration = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "integration" }, props),
|
|
3
|
+
React.createElement("path", { d: "M16 16h32v8H16zM16 32h32v8H16zM16 48h32v8H16zM16 64h32v8H16z" }),
|
|
4
|
+
React.createElement("path", { fill: "#00f3bd", d: "M48 24h32v8H48zM48 40h32v8H48zM48 56h32v8H48zM48 72h32v8H48z" })));
|
|
5
|
+
export default Integration;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const Predefined = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "predefined" }, props),
|
|
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
|
+
React.createElement("circle", { cx: 40, cy: 24, r: 8 }),
|
|
5
|
+
React.createElement("circle", { cx: 68, cy: 28, r: 8, fill: "#00f3bd" }),
|
|
6
|
+
React.createElement("circle", { cx: 72, cy: 56, r: 8 })));
|
|
7
|
+
export default Predefined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const ProductBundle = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "product-bundle" }, props),
|
|
3
|
+
React.createElement("path", { d: "M16 48c17.7 0 32-14.3 32-32H16v32z", fill: "#00f3bd" }),
|
|
4
|
+
React.createElement("path", { d: "M48 16c0 17.7 14.3 32 32 32V16H48z" }),
|
|
5
|
+
React.createElement("path", { d: "M48 80c0-17.7-14.3-32-32-32v32h32z", fill: "#00f3bd" }),
|
|
6
|
+
React.createElement("path", { d: "M80 48c-17.7 0-32 14.3-32 32h32V48z" })));
|
|
7
|
+
export default ProductBundle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const ProductLastSeen = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "product-last-seen" }, props),
|
|
3
|
+
React.createElement("path", { d: "M48 64L32 48 16 64v16h64V64L64 48z" }),
|
|
4
|
+
React.createElement("path", { fill: "#00f3bd", d: "M48 32l16 16 16-16V16H16v16l16 16z" }),
|
|
5
|
+
React.createElement("circle", { cx: 48, cy: 48, r: 4, fill: "#00f3bd" })));
|
|
6
|
+
export default ProductLastSeen;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const ProductsSimilar = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "products-similar" }, props),
|
|
3
|
+
React.createElement("path", { fill: "#00f3bd", d: "M36 16v20h24v24h20V16z" }),
|
|
4
|
+
React.createElement("path", { d: "M60 80V60H36V36H16v44z" })));
|
|
5
|
+
export default ProductsSimilar;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const ShopingBag = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "shoping-bag" }, props),
|
|
3
|
+
React.createElement("path", { d: "M16 16v64h64V16H16z", fill: "#00f3bd" }),
|
|
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;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const User = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "user" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 48, cy: 28, r: 12 }),
|
|
4
|
+
React.createElement("path", { d: "M80 80c0-17.7-14.3-32-32-32S16 62.3 16 80h64z", fill: "#00f3bd" })));
|
|
5
|
+
export default User;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const VisualSimilarity = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "visual-similarity" }, props),
|
|
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
|
+
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
|
+
React.createElement("circle", { cx: 48, cy: 48, r: 4, fill: "#00f3bd" })));
|
|
6
|
+
export default VisualSimilarity;
|
|
@@ -0,0 +1,12 @@
|
|
|
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';
|
|
@@ -0,0 +1,12 @@
|
|
|
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';
|