@synerise/ds-icon 1.6.1 → 1.7.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 +24 -0
- package/dist/cjs/Icon.styles.d.ts +4 -4
- package/dist/cjs/icons/GlobeClockM.d.ts +3 -0
- package/dist/cjs/icons/GlobeClockM.js +12 -0
- package/dist/cjs/icons/L/index.d.ts +25 -25
- package/dist/cjs/icons/L/index.js +52 -52
- package/dist/cjs/icons/XL/index.d.ts +32 -32
- package/dist/cjs/icons/XL/index.js +66 -66
- package/dist/cjs/icons/additional/IconBlueSankeyAfter.d.ts +3 -0
- package/dist/cjs/icons/additional/IconBlueSankeyAfter.js +20 -0
- package/dist/cjs/icons/additional/IconBlueSankeyBefore.d.ts +3 -0
- package/dist/cjs/icons/additional/IconBlueSankeyBefore.js +17 -0
- package/dist/cjs/icons/additional/index.d.ts +27 -25
- package/dist/cjs/icons/additional/index.js +56 -52
- package/dist/cjs/icons/colorIcons/index.d.ts +4 -4
- package/dist/cjs/icons/colorIcons/index.js +9 -9
- package/dist/cjs/icons/index.d.ts +199 -198
- package/dist/cjs/icons/index.js +416 -414
- package/dist/esm/Icon.styles.d.ts +4 -4
- package/dist/esm/icons/GlobeClockM.d.ts +3 -0
- package/dist/esm/icons/GlobeClockM.js +10 -0
- package/dist/esm/icons/L/index.d.ts +25 -25
- package/dist/esm/icons/L/index.js +25 -25
- package/dist/esm/icons/XL/index.d.ts +32 -32
- package/dist/esm/icons/XL/index.js +32 -32
- package/dist/esm/icons/additional/IconBlueSankeyAfter.d.ts +3 -0
- package/dist/esm/icons/additional/IconBlueSankeyAfter.js +18 -0
- package/dist/esm/icons/additional/IconBlueSankeyBefore.d.ts +3 -0
- package/dist/esm/icons/additional/IconBlueSankeyBefore.js +15 -0
- package/dist/esm/icons/additional/index.d.ts +27 -25
- package/dist/esm/icons/additional/index.js +27 -25
- package/dist/esm/icons/colorIcons/index.d.ts +4 -4
- package/dist/esm/icons/colorIcons/index.js +4 -4
- package/dist/esm/icons/index.d.ts +199 -198
- package/dist/esm/icons/index.js +199 -198
- package/package.json +3 -3
|
@@ -2,8 +2,8 @@ import type { MouseEventHandler } from 'react';
|
|
|
2
2
|
export declare const defaultSize = 24;
|
|
3
3
|
export declare const DEFAULT_COLOR_TOKEN = "grey-800";
|
|
4
4
|
export declare const IconContainer: import("styled-components").StyledComponent<"div", any, {
|
|
5
|
-
size?: string | number
|
|
6
|
-
color?: string
|
|
7
|
-
stroke?: boolean
|
|
8
|
-
onClick?: MouseEventHandler
|
|
5
|
+
size?: string | number;
|
|
6
|
+
color?: string;
|
|
7
|
+
stroke?: boolean;
|
|
8
|
+
onClick?: MouseEventHandler;
|
|
9
9
|
}, never>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const GlobeClockM = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-globe-clock-m", className: "globe-clock-m ds-icon-set-medium" }, props),
|
|
3
|
+
React.createElement("path", { d: "M11.5796 19.1592C7.39312 19.1592 4 15.766 4 11.5796C4 7.39312 7.39312 4 11.5796 4C15.766 4 19.1592 7.39312 19.1592 11.5796", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
4
|
+
React.createElement("path", { d: "M4.43359 9.04999H18.6722", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
5
|
+
React.createElement("path", { d: "M4.43359 14.1047H11.5803", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
6
|
+
React.createElement("path", { d: "M14.9479 11.5794C14.9479 9.25159 14.339 6.92382 13.1229 4.8925C12.4096 3.7025 10.7488 3.7025 10.0364 4.8925C7.60247 8.95599 7.60247 14.2036 10.0364 18.2671C10.3926 18.8617 10.9863 19.1598 11.5801 19.1598", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
7
|
+
React.createElement("path", { d: "M16.8418 19.9999C15.0976 19.9999 13.6836 18.5859 13.6836 16.8418C13.6836 15.0976 15.0976 13.6836 16.8418 13.6836C18.5867 13.6836 19.9999 15.0976 19.9999 16.8418C19.9999 18.5859 18.5867 19.9999 16.8418 19.9999", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
React.createElement("path", { d: "M16.6309 16.6289L17.4727 17.4707", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
React.createElement("path", { d: "M17.1387 15.7891L16.6312 16.6309", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }));
|
|
10
|
+
export default GlobeClockM;
|
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
export { default as VideoL } from './VideoL';
|
|
2
1
|
export { default as WarningL } from './WarningL';
|
|
2
|
+
export { default as VideoL } from './VideoL';
|
|
3
|
+
export { default as TooltipL } from './TooltipL';
|
|
3
4
|
export { default as TimeL } from './TimeL';
|
|
4
|
-
export { default as TextL } from './TextL';
|
|
5
5
|
export { default as TextareaL } from './TextareaL';
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as StackedL } from './StackedL';
|
|
6
|
+
export { default as TextL } from './TextL';
|
|
8
7
|
export { default as TableL } from './TableL';
|
|
9
|
-
export { default as SliderL } from './SliderL';
|
|
10
8
|
export { default as SpinnerL } from './SpinnerL';
|
|
9
|
+
export { default as StackedL } from './StackedL';
|
|
10
|
+
export { default as SliderL } from './SliderL';
|
|
11
11
|
export { default as ShowL } from './ShowL';
|
|
12
12
|
export { default as SelectL } from './SelectL';
|
|
13
13
|
export { default as Section37L } from './Section37L';
|
|
14
|
-
export { default as
|
|
14
|
+
export { default as SectionL } from './SectionL';
|
|
15
15
|
export { default as Section12L } from './Section12L';
|
|
16
|
+
export { default as Section13L } from './Section13L';
|
|
16
17
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
17
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
19
18
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
19
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
20
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
20
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
22
|
export { default as RadioL } from './RadioL';
|
|
22
|
-
export { default as PieL } from './PieL';
|
|
23
23
|
export { default as QuoteL } from './QuoteL';
|
|
24
|
+
export { default as PieL } from './PieL';
|
|
24
25
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
25
26
|
export { default as NoData } from './NoData';
|
|
26
|
-
export { default as MultilineL } from './MultilineL';
|
|
27
27
|
export { default as NavbarL } from './NavbarL';
|
|
28
|
+
export { default as MultilineL } from './MultilineL';
|
|
28
29
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
29
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
30
30
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
31
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
31
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
32
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
33
34
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
@@ -35,36 +36,35 @@ export { default as MobileClickL } from './MobileClickL';
|
|
|
35
36
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
36
37
|
export { default as LocationL } from './LocationL';
|
|
37
38
|
export { default as LinkL } from './LinkL';
|
|
38
|
-
export { default as LandingPageL } from './LandingPageL';
|
|
39
39
|
export { default as LineL } from './LineL';
|
|
40
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
40
41
|
export { default as LabelL } from './LabelL';
|
|
41
42
|
export { default as InputL } from './InputL';
|
|
42
|
-
export { default as InfoL } from './InfoL';
|
|
43
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
44
43
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
45
|
-
export { default as
|
|
44
|
+
export { default as InfoL } from './InfoL';
|
|
45
|
+
export { default as ImageL } from './ImageL';
|
|
46
46
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
47
47
|
export { default as HideL } from './HideL';
|
|
48
|
+
export { default as FormL } from './FormL';
|
|
48
49
|
export { default as HashL } from './HashL';
|
|
49
|
-
export { default as ImageL } from './ImageL';
|
|
50
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
51
50
|
export { default as FormGroupL } from './FormGroupL';
|
|
52
|
-
export { default as FormL } from './FormL';
|
|
53
51
|
export { default as FormEditL } from './FormEditL';
|
|
54
52
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
53
|
+
export { default as FolderL } from './FolderL';
|
|
55
54
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
56
55
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
57
|
-
export { default as FolderL } from './FolderL';
|
|
58
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
59
56
|
export { default as DividerL } from './DividerL';
|
|
60
|
-
export { default as
|
|
57
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
61
58
|
export { default as CountdownL } from './CountdownL';
|
|
62
|
-
export { default as
|
|
59
|
+
export { default as ComboL } from './ComboL';
|
|
60
|
+
export { default as ColumnL } from './ColumnL';
|
|
63
61
|
export { default as CloseL } from './CloseL';
|
|
62
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
63
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
64
64
|
export { default as CheckL } from './CheckL';
|
|
65
65
|
export { default as ButtonL } from './ButtonL';
|
|
66
|
-
export { default as BrowserL } from './BrowserL';
|
|
67
66
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
68
|
-
export { default as ComboL } from './ComboL';
|
|
69
67
|
export { default as AddL } from './AddL';
|
|
70
|
-
export { default as
|
|
68
|
+
export { default as BrowserL } from './BrowserL';
|
|
69
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
70
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
export { default as VideoL } from './VideoL';
|
|
2
1
|
export { default as WarningL } from './WarningL';
|
|
2
|
+
export { default as VideoL } from './VideoL';
|
|
3
|
+
export { default as TooltipL } from './TooltipL';
|
|
3
4
|
export { default as TimeL } from './TimeL';
|
|
4
|
-
export { default as TextL } from './TextL';
|
|
5
5
|
export { default as TextareaL } from './TextareaL';
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as StackedL } from './StackedL';
|
|
6
|
+
export { default as TextL } from './TextL';
|
|
8
7
|
export { default as TableL } from './TableL';
|
|
9
|
-
export { default as SliderL } from './SliderL';
|
|
10
8
|
export { default as SpinnerL } from './SpinnerL';
|
|
9
|
+
export { default as StackedL } from './StackedL';
|
|
10
|
+
export { default as SliderL } from './SliderL';
|
|
11
11
|
export { default as ShowL } from './ShowL';
|
|
12
12
|
export { default as SelectL } from './SelectL';
|
|
13
13
|
export { default as Section37L } from './Section37L';
|
|
14
|
-
export { default as
|
|
14
|
+
export { default as SectionL } from './SectionL';
|
|
15
15
|
export { default as Section12L } from './Section12L';
|
|
16
|
+
export { default as Section13L } from './Section13L';
|
|
16
17
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
17
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
19
18
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
19
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
20
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
20
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
22
|
export { default as RadioL } from './RadioL';
|
|
22
|
-
export { default as PieL } from './PieL';
|
|
23
23
|
export { default as QuoteL } from './QuoteL';
|
|
24
|
+
export { default as PieL } from './PieL';
|
|
24
25
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
25
26
|
export { default as NoData } from './NoData';
|
|
26
|
-
export { default as MultilineL } from './MultilineL';
|
|
27
27
|
export { default as NavbarL } from './NavbarL';
|
|
28
|
+
export { default as MultilineL } from './MultilineL';
|
|
28
29
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
29
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
30
30
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
31
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
31
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
32
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
33
34
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
@@ -35,36 +36,35 @@ export { default as MobileClickL } from './MobileClickL';
|
|
|
35
36
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
36
37
|
export { default as LocationL } from './LocationL';
|
|
37
38
|
export { default as LinkL } from './LinkL';
|
|
38
|
-
export { default as LandingPageL } from './LandingPageL';
|
|
39
39
|
export { default as LineL } from './LineL';
|
|
40
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
40
41
|
export { default as LabelL } from './LabelL';
|
|
41
42
|
export { default as InputL } from './InputL';
|
|
42
|
-
export { default as InfoL } from './InfoL';
|
|
43
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
44
43
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
45
|
-
export { default as
|
|
44
|
+
export { default as InfoL } from './InfoL';
|
|
45
|
+
export { default as ImageL } from './ImageL';
|
|
46
46
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
47
47
|
export { default as HideL } from './HideL';
|
|
48
|
+
export { default as FormL } from './FormL';
|
|
48
49
|
export { default as HashL } from './HashL';
|
|
49
|
-
export { default as ImageL } from './ImageL';
|
|
50
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
51
50
|
export { default as FormGroupL } from './FormGroupL';
|
|
52
|
-
export { default as FormL } from './FormL';
|
|
53
51
|
export { default as FormEditL } from './FormEditL';
|
|
54
52
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
53
|
+
export { default as FolderL } from './FolderL';
|
|
55
54
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
56
55
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
57
|
-
export { default as FolderL } from './FolderL';
|
|
58
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
59
56
|
export { default as DividerL } from './DividerL';
|
|
60
|
-
export { default as
|
|
57
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
61
58
|
export { default as CountdownL } from './CountdownL';
|
|
62
|
-
export { default as
|
|
59
|
+
export { default as ComboL } from './ComboL';
|
|
60
|
+
export { default as ColumnL } from './ColumnL';
|
|
63
61
|
export { default as CloseL } from './CloseL';
|
|
62
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
63
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
64
64
|
export { default as CheckL } from './CheckL';
|
|
65
65
|
export { default as ButtonL } from './ButtonL';
|
|
66
|
-
export { default as BrowserL } from './BrowserL';
|
|
67
66
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
68
|
-
export { default as ComboL } from './ComboL';
|
|
69
67
|
export { default as AddL } from './AddL';
|
|
70
|
-
export { default as
|
|
68
|
+
export { default as BrowserL } from './BrowserL';
|
|
69
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
70
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
2
1
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as WarningXl } from './WarningXl';
|
|
2
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
5
3
|
export { default as WebhookXl } from './WebhookXl';
|
|
4
|
+
export { default as WarningXl } from './WarningXl';
|
|
5
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
6
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
7
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
8
7
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
8
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
9
9
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
10
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
11
11
|
export { default as ToolsXl } from './ToolsXl';
|
|
12
12
|
export { default as TargetXl } from './TargetXl';
|
|
13
|
-
export { default as StopXl } from './StopXl';
|
|
14
13
|
export { default as SmsXl } from './SmsXl';
|
|
15
|
-
export { default as
|
|
14
|
+
export { default as StopXl } from './StopXl';
|
|
16
15
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
16
|
+
export { default as ShowXl } from './ShowXl';
|
|
17
17
|
export { default as SectionXl } from './SectionXl';
|
|
18
18
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
19
19
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
20
20
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
21
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
22
21
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
22
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
23
23
|
export { default as PushXl } from './PushXl';
|
|
24
24
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
25
25
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
26
26
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
28
27
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
30
29
|
export { default as PlayXl } from './PlayXl';
|
|
30
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
|
+
export { default as PauseXl } from './PauseXl';
|
|
31
32
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
32
33
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
33
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
34
34
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
35
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
36
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
37
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
38
38
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
39
|
-
export { default as MessageXl } from './MessageXl';
|
|
40
39
|
export { default as MetaXl } from './MetaXl';
|
|
41
|
-
export { default as
|
|
40
|
+
export { default as MessageXl } from './MessageXl';
|
|
42
41
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
43
42
|
export { default as LaunchXl } from './LaunchXl';
|
|
44
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
43
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
47
44
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
48
|
-
export { default as
|
|
45
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
49
46
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
47
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
|
+
export { default as InfoXl } from './InfoXl';
|
|
51
49
|
export { default as GemsXl } from './GemsXl';
|
|
52
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
53
50
|
export { default as FunctionXl } from './FunctionXl';
|
|
51
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
54
52
|
export { default as FormXl } from './FormXl';
|
|
55
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
56
53
|
export { default as FolderXl } from './FolderXl';
|
|
54
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
55
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
58
56
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
59
|
-
export { default as
|
|
57
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
60
58
|
export { default as FileXl } from './FileXl';
|
|
59
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
61
60
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
62
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
61
|
export { default as FileUpXl } from './FileUpXl';
|
|
62
|
+
export { default as EventXl } from './EventXl';
|
|
64
63
|
export { default as FileDownXl } from './FileDownXl';
|
|
65
64
|
export { default as ErrorXl } from './ErrorXl';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
65
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
68
66
|
export { default as CupXl } from './CupXl';
|
|
67
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
68
|
+
export { default as CompareXl } from './CompareXl';
|
|
69
69
|
export { default as CouponXl } from './CouponXl';
|
|
70
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
71
70
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
72
|
-
export { default as
|
|
71
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
73
72
|
export { default as CheckXl } from './CheckXl';
|
|
73
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
74
74
|
export { default as CheckInXl } from './CheckInXl';
|
|
75
75
|
export { default as CartAddXl } from './CartAddXl';
|
|
76
76
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
77
77
|
export { default as CardAeXl } from './CardAeXl';
|
|
78
78
|
export { default as CalendarXl } from './CalendarXl';
|
|
79
79
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
80
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
81
80
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
82
81
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
83
|
-
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
84
82
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
83
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
84
|
+
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
85
85
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
86
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
87
86
|
export { default as BillingXl } from './BillingXl';
|
|
88
|
-
export { default as
|
|
87
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
89
88
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
89
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
90
90
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
91
|
+
export { default as ApiXl } from './ApiXl';
|
|
91
92
|
export { default as AttributeXl } from './AttributeXl';
|
|
92
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
93
93
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
94
|
-
export { default as
|
|
94
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
95
95
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
96
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
97
96
|
export { default as AddXl } from './AddXl';
|
|
98
|
-
export { default as
|
|
99
|
-
export { default as
|
|
97
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
98
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
99
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
2
1
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as WarningXl } from './WarningXl';
|
|
2
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
5
3
|
export { default as WebhookXl } from './WebhookXl';
|
|
4
|
+
export { default as WarningXl } from './WarningXl';
|
|
5
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
6
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
7
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
8
7
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
8
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
9
9
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
10
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
11
11
|
export { default as ToolsXl } from './ToolsXl';
|
|
12
12
|
export { default as TargetXl } from './TargetXl';
|
|
13
|
-
export { default as StopXl } from './StopXl';
|
|
14
13
|
export { default as SmsXl } from './SmsXl';
|
|
15
|
-
export { default as
|
|
14
|
+
export { default as StopXl } from './StopXl';
|
|
16
15
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
16
|
+
export { default as ShowXl } from './ShowXl';
|
|
17
17
|
export { default as SectionXl } from './SectionXl';
|
|
18
18
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
19
19
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
20
20
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
21
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
22
21
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
22
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
23
23
|
export { default as PushXl } from './PushXl';
|
|
24
24
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
25
25
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
26
26
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
28
27
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
30
29
|
export { default as PlayXl } from './PlayXl';
|
|
30
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
|
+
export { default as PauseXl } from './PauseXl';
|
|
31
32
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
32
33
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
33
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
34
34
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
35
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
36
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
37
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
38
38
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
39
|
-
export { default as MessageXl } from './MessageXl';
|
|
40
39
|
export { default as MetaXl } from './MetaXl';
|
|
41
|
-
export { default as
|
|
40
|
+
export { default as MessageXl } from './MessageXl';
|
|
42
41
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
43
42
|
export { default as LaunchXl } from './LaunchXl';
|
|
44
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
43
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
47
44
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
48
|
-
export { default as
|
|
45
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
49
46
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
47
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
|
+
export { default as InfoXl } from './InfoXl';
|
|
51
49
|
export { default as GemsXl } from './GemsXl';
|
|
52
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
53
50
|
export { default as FunctionXl } from './FunctionXl';
|
|
51
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
54
52
|
export { default as FormXl } from './FormXl';
|
|
55
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
56
53
|
export { default as FolderXl } from './FolderXl';
|
|
54
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
55
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
58
56
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
59
|
-
export { default as
|
|
57
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
60
58
|
export { default as FileXl } from './FileXl';
|
|
59
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
61
60
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
62
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
61
|
export { default as FileUpXl } from './FileUpXl';
|
|
62
|
+
export { default as EventXl } from './EventXl';
|
|
64
63
|
export { default as FileDownXl } from './FileDownXl';
|
|
65
64
|
export { default as ErrorXl } from './ErrorXl';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
65
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
68
66
|
export { default as CupXl } from './CupXl';
|
|
67
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
68
|
+
export { default as CompareXl } from './CompareXl';
|
|
69
69
|
export { default as CouponXl } from './CouponXl';
|
|
70
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
71
70
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
72
|
-
export { default as
|
|
71
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
73
72
|
export { default as CheckXl } from './CheckXl';
|
|
73
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
74
74
|
export { default as CheckInXl } from './CheckInXl';
|
|
75
75
|
export { default as CartAddXl } from './CartAddXl';
|
|
76
76
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
77
77
|
export { default as CardAeXl } from './CardAeXl';
|
|
78
78
|
export { default as CalendarXl } from './CalendarXl';
|
|
79
79
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
80
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
81
80
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
82
81
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
83
|
-
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
84
82
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
83
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
84
|
+
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
85
85
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
86
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
87
86
|
export { default as BillingXl } from './BillingXl';
|
|
88
|
-
export { default as
|
|
87
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
89
88
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
89
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
90
90
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
91
|
+
export { default as ApiXl } from './ApiXl';
|
|
91
92
|
export { default as AttributeXl } from './AttributeXl';
|
|
92
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
93
93
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
94
|
-
export { default as
|
|
94
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
95
95
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
96
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
97
96
|
export { default as AddXl } from './AddXl';
|
|
98
|
-
export { default as
|
|
99
|
-
export { default as
|
|
97
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
98
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
99
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const IconBlueSankeyAfter = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 82 82", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-icon_blue_sankey-after", className: "icon_blue_sankey-after ds-icon-set-additional" }, props),
|
|
3
|
+
React.createElement("g", { clipPath: "url(#svg-1690427144clip0_13349_4702)" },
|
|
4
|
+
React.createElement("path", { d: "M73.0132 61.9002V30.0995C73.0132 27.9505 71.2711 26.2085 69.1222 26.2085L22.4751 26.2085C20.3262 26.2085 18.5842 27.9505 18.5842 30.0995V61.9002C18.5842 64.0491 20.3262 65.7912 22.4751 65.7912H69.1222C71.2711 65.7912 73.0132 64.0491 73.0132 61.9002Z", fill: "#D9EEFF" }),
|
|
5
|
+
React.createElement("path", { d: "M48.413 60.7913H17.4751C16.4431 60.7913 15.4535 60.3814 14.7238 59.6517C13.994 58.922 13.5841 57.9323 13.5841 56.9003V53.542", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
6
|
+
React.createElement("path", { d: "M13.5841 27.8332V25.0995C13.5841 24.0675 13.994 23.0778 14.7238 22.3481C15.4535 21.6184 16.4431 21.2085 17.4751 21.2085H48.413", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
7
|
+
React.createElement("path", { d: "M21.8164 38.9595C22.1788 39.1629 22.4804 39.4592 22.6903 39.8177C22.9003 40.1763 23.0109 40.5844 23.0109 40.9999C23.0109 41.4154 22.9003 41.8234 22.6903 42.182C22.4804 42.5406 22.1788 42.8368 21.8164 43.0402L11.4197 49.489C11.0646 49.6941 10.6618 49.802 10.2517 49.802C9.84162 49.802 9.43878 49.6941 9.08365 49.4891C8.72852 49.284 8.43362 48.9891 8.2286 48.634C8.02357 48.2789 7.91564 47.876 7.91565 47.466V34.5338C7.91564 34.1238 8.02357 33.7209 8.2286 33.3658C8.43362 33.0107 8.72852 32.7158 9.08365 32.5107C9.43878 32.3057 9.84162 32.1977 10.2517 32.1978C10.6618 32.1978 11.0646 32.3057 11.4197 32.5108L21.8164 38.9595Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
React.createElement("path", { d: "M28.1777 36.9586C29.9782 36.9913 31.7511 36.5142 33.292 35.5825L40.6008 30.8347C42.1417 29.903 43.9147 29.4259 45.7151 29.4586H48.4131", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
React.createElement("path", { d: "M28.1776 45.0411C29.978 45.0084 31.751 45.4855 33.2919 46.4172L40.6007 51.165C42.1416 52.0968 43.9145 52.5738 45.715 52.5411H48.413", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
+
React.createElement("path", { d: "M66.0721 44.855H56.4046C54.7523 44.855 53.413 46.1944 53.413 47.8466V57.5141C53.413 59.1663 54.7523 60.5057 56.4046 60.5057H66.0721C67.7243 60.5057 69.0637 59.1663 69.0637 57.5141V47.8466C69.0637 46.1944 67.7243 44.855 66.0721 44.855Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
+
React.createElement("path", { d: "M66.0721 21.4946H56.4046C54.7523 21.4946 53.413 22.834 53.413 24.4862V34.1538C53.413 35.806 54.7523 37.1454 56.4046 37.1454H66.0721C67.7243 37.1454 69.0637 35.806 69.0637 34.1538V24.4862C69.0637 22.834 67.7243 21.4946 66.0721 21.4946Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
+
React.createElement("path", { d: "M20.349 28.7918C21.0624 28.7918 21.6407 28.2135 21.6407 27.5002C21.6407 26.7868 21.0624 26.2085 20.349 26.2085C19.6357 26.2085 19.0574 26.7868 19.0574 27.5002C19.0574 28.2135 19.6357 28.7918 20.349 28.7918Z", fill: "#0B68FF" }),
|
|
13
|
+
React.createElement("path", { d: "M25.5157 28.7918C26.229 28.7918 26.8073 28.2135 26.8073 27.5002C26.8073 26.7868 26.229 26.2085 25.5157 26.2085C24.8023 26.2085 24.224 26.7868 24.224 27.5002C24.224 28.2135 24.8023 28.7918 25.5157 28.7918Z", fill: "#0B68FF" }),
|
|
14
|
+
React.createElement("path", { d: "M30.6824 28.7918C31.3958 28.7918 31.9741 28.2135 31.9741 27.5002C31.9741 26.7868 31.3958 26.2085 30.6824 26.2085C29.969 26.2085 29.3907 26.7868 29.3907 27.5002C29.3907 28.2135 29.969 28.7918 30.6824 28.7918Z", fill: "#0B68FF" })),
|
|
15
|
+
React.createElement("defs", null,
|
|
16
|
+
React.createElement("clipPath", { id: "svg-1690427144clip0_13349_4702" },
|
|
17
|
+
React.createElement("rect", { width: 82, height: 82, fill: "white" }))));
|
|
18
|
+
export default IconBlueSankeyAfter;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const IconBlueSankeyBefore = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 82 82", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-icon_blue_sankey-before", className: "icon_blue_sankey-before ds-icon-set-additional" }, props),
|
|
3
|
+
React.createElement("g", { clipPath: "url(#svg-2544396757clip0_13349_4703)" },
|
|
4
|
+
React.createElement("path", { d: "M74.2112 61.9002V30.0995C74.2112 27.9505 72.4691 26.2085 70.3202 26.2085L23.6731 26.2085C21.5242 26.2085 19.7822 27.9505 19.7822 30.0995V61.9002C19.7822 64.0491 21.5242 65.7912 23.6731 65.7912H70.3202C72.4691 65.7912 74.2112 64.0491 74.2112 61.9002Z", fill: "#D9EEFF" }),
|
|
5
|
+
React.createElement("path", { d: "M34.3822 60.7913H65.3201C65.8311 60.7913 66.3371 60.6907 66.8092 60.4951C67.2812 60.2996 67.7102 60.013 68.0715 59.6517C68.4328 59.2904 68.7194 58.8614 68.915 58.3893C69.1105 57.9173 69.2111 57.4113 69.2111 56.9003V53.542", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
6
|
+
React.createElement("path", { d: "M69.2111 27.8332V25.0995C69.2111 24.0675 68.8012 23.0778 68.0715 22.3481C67.3418 21.6184 66.3521 21.2085 65.3201 21.2085H34.3822", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
7
|
+
React.createElement("path", { d: "M74.6852 38.9595C75.0475 39.1629 75.3492 39.4591 75.5591 39.8177C75.7691 40.1763 75.8797 40.5844 75.8797 40.9999C75.8797 41.4154 75.7691 41.8235 75.5591 42.182C75.3492 42.5406 75.0475 42.8368 74.6852 43.0402L64.2885 49.489C63.9334 49.6941 63.5305 49.802 63.1205 49.802C62.7104 49.802 62.3076 49.6941 61.9524 49.4891C61.5973 49.284 61.3024 48.9891 61.0974 48.634C60.8923 48.2789 60.7844 47.876 60.7844 47.466V34.5338C60.7844 34.1238 60.8923 33.7209 61.0974 33.3658C61.3024 33.0107 61.5973 32.7158 61.9524 32.5107C62.3076 32.3057 62.7104 32.1977 63.1205 32.1978C63.5305 32.1978 63.9334 32.3057 64.2885 32.5108L74.6852 38.9595Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
React.createElement("path", { d: "M54.6176 36.9586C52.8172 36.9913 51.0442 36.5142 49.5033 35.5825L42.1946 30.8347C40.6537 29.903 38.8807 29.4259 37.0803 29.4586H34.3822", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
React.createElement("path", { d: "M54.6177 45.0411C52.8173 45.0084 51.0443 45.4855 49.5034 46.4172L42.1947 51.165C40.6538 52.0968 38.8808 52.5738 37.0804 52.5411H34.3823", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
+
React.createElement("path", { d: "M25.5385 44.7158H15.871C14.2188 44.7158 12.8794 46.0552 12.8794 47.7074V57.375C12.8794 59.0272 14.2188 60.3666 15.871 60.3666H25.5385C27.1908 60.3666 28.5301 59.0272 28.5301 57.375V47.7074C28.5301 46.0552 27.1908 44.7158 25.5385 44.7158Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
+
React.createElement("path", { d: "M25.5385 21.3555H15.871C14.2188 21.3555 12.8794 22.6949 12.8794 24.3471V34.0146C12.8794 35.6668 14.2188 37.0062 15.871 37.0062H25.5385C27.1908 37.0062 28.5301 35.6668 28.5301 34.0146V24.3471C28.5301 22.6949 27.1908 21.3555 25.5385 21.3555Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })),
|
|
12
|
+
React.createElement("defs", null,
|
|
13
|
+
React.createElement("clipPath", { id: "svg-2544396757clip0_13349_4703" },
|
|
14
|
+
React.createElement("rect", { width: 82, height: 82, fill: "white" }))));
|
|
15
|
+
export default IconBlueSankeyBefore;
|