@synerise/ds-icon 0.59.0 → 0.60.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 (42) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cjs/icons/L/FolderPlainL.d.ts +3 -0
  3. package/dist/cjs/icons/L/FolderPlainL.js +6 -0
  4. package/dist/cjs/icons/L/FolderPredefinedL.d.ts +3 -0
  5. package/dist/cjs/icons/L/FolderPredefinedL.js +8 -0
  6. package/dist/cjs/icons/L/index.d.ts +15 -13
  7. package/dist/cjs/icons/L/index.js +32 -28
  8. package/dist/cjs/icons/XL/SearchHybridXl.d.ts +3 -0
  9. package/dist/cjs/icons/XL/SearchHybridXl.js +8 -0
  10. package/dist/cjs/icons/XL/SearchKeywordsXl.d.ts +3 -0
  11. package/dist/cjs/icons/XL/SearchKeywordsXl.js +9 -0
  12. package/dist/cjs/icons/XL/SearchSemanticXl.d.ts +3 -0
  13. package/dist/cjs/icons/XL/SearchSemanticXl.js +9 -0
  14. package/dist/cjs/icons/XL/SmsXl.d.ts +3 -0
  15. package/dist/cjs/icons/XL/SmsXl.js +9 -0
  16. package/dist/cjs/icons/XL/index.d.ts +5 -1
  17. package/dist/cjs/icons/XL/index.js +11 -3
  18. package/dist/cjs/icons/additional/index.d.ts +28 -28
  19. package/dist/cjs/icons/additional/index.js +58 -58
  20. package/dist/cjs/icons/index.d.ts +237 -237
  21. package/dist/cjs/icons/index.js +491 -491
  22. package/dist/esm/icons/L/FolderPlainL.d.ts +3 -0
  23. package/dist/esm/icons/L/FolderPlainL.js +4 -0
  24. package/dist/esm/icons/L/FolderPredefinedL.d.ts +3 -0
  25. package/dist/esm/icons/L/FolderPredefinedL.js +6 -0
  26. package/dist/esm/icons/L/index.d.ts +15 -13
  27. package/dist/esm/icons/L/index.js +15 -13
  28. package/dist/esm/icons/XL/SearchHybridXl.d.ts +3 -0
  29. package/dist/esm/icons/XL/SearchHybridXl.js +6 -0
  30. package/dist/esm/icons/XL/SearchKeywordsXl.d.ts +3 -0
  31. package/dist/esm/icons/XL/SearchKeywordsXl.js +7 -0
  32. package/dist/esm/icons/XL/SearchSemanticXl.d.ts +3 -0
  33. package/dist/esm/icons/XL/SearchSemanticXl.js +7 -0
  34. package/dist/esm/icons/XL/SmsXl.d.ts +3 -0
  35. package/dist/esm/icons/XL/SmsXl.js +7 -0
  36. package/dist/esm/icons/XL/index.d.ts +5 -1
  37. package/dist/esm/icons/XL/index.js +5 -1
  38. package/dist/esm/icons/additional/index.d.ts +28 -28
  39. package/dist/esm/icons/additional/index.js +28 -28
  40. package/dist/esm/icons/index.d.ts +237 -237
  41. package/dist/esm/icons/index.js +237 -237
  42. package/package.json +3 -3
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const FolderPlainL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FolderPlainL;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const FolderPlainL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-plain-l" }, props),
3
+ React.createElement("path", { d: "M36.5 15.6H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h25.8c1.8 0 3.2-1.4 3.2-3.2V18.9c.1-1.8-1.3-3.3-3.1-3.3zm-25.8-2.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7zm25.8 22.6H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3v11c-.1 1-.8 1.7-1.8 1.7z", fill: "#384350" })));
4
+ export default FolderPlainL;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const FolderPredefinedL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FolderPredefinedL;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const FolderPredefinedL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-predefined-l" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M27.3 35.4H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3V30c0 .4.3.8.8.8.4 0 .8-.3.8-.8V18.9c0-1.8-1.4-3.2-3.2-3.2H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h16.6c.4 0 .8-.3.8-.8.1-.3-.3-.7-.7-.7zM10.7 12.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7z" }),
5
+ React.createElement("path", { d: "M42.2 33.3c-.1-.3-.3-.5-.6-.5l-4.1-.6-1.8-3.7c-.1-.3-.4-.4-.7-.4s-.5.2-.7.4l-1.8 3.7-4.1.6c-.3 0-.5.2-.6.5-.1.3 0 .6.2.8l3 2.9-.7 4c0 .3.1.6.3.7s.5.2.8.1l3.7-1.9 3.7 1.9c.3.1.6.1.8-.1s.3-.5.3-.7l-.9-4 3-2.9c.2-.2.3-.5.2-.8zm-4.5 2.9c-.2.2-.3.4-.2.7l.5 3-2.7-1.4c-.2-.1-.5-.1-.7 0L32 39.8l.5-3c0-.2 0-.5-.2-.7L30.1 34l3-.4c.2 0 .5-.2.6-.4l1.3-2.7 1.3 2.7c.1.2.3.4.6.4l3 .4-2.2 2.2z" }))));
6
+ export default FolderPredefinedL;
@@ -11,33 +11,36 @@ export { default as DividerL } from './DividerL';
11
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FolderL } from './FolderL';
14
+ export { default as FolderPlainL } from './FolderPlainL';
15
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
14
16
  export { default as FormEditL } from './FormEditL';
15
17
  export { default as FormGroupL } from './FormGroupL';
16
18
  export { default as FormL } from './FormL';
17
19
  export { default as HashL } from './HashL';
18
20
  export { default as ImageL } from './ImageL';
19
- export { default as ImagePotraitL } from './ImagePotraitL';
20
21
  export { default as ImageLandscapeL } from './ImageLandscapeL';
22
+ export { default as ImagePotraitL } from './ImagePotraitL';
21
23
  export { default as ImageUrlL } from './ImageUrlL';
22
24
  export { default as InboxNoResultsL } from './InboxNoResultsL';
25
+ export { default as InfoL } from './InfoL';
26
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
23
27
  export { default as InputL } from './InputL';
24
- export { default as LineL } from './LineL';
25
28
  export { default as LabelL } from './LabelL';
26
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
27
- export { default as LocationL } from './LocationL';
28
- export { default as MobileClickL } from './MobileClickL';
29
+ export { default as LineL } from './LineL';
29
30
  export { default as LinkL } from './LinkL';
31
+ export { default as LocationL } from './LocationL';
30
32
  export { default as MobileBlockL } from './MobileBlockL';
33
+ export { default as MobileClickL } from './MobileClickL';
34
+ export { default as MobileLayout1L } from './MobileLayout1L';
31
35
  export { default as MobileLayout2L } from './MobileLayout2L';
32
36
  export { default as MobileLayout3L } from './MobileLayout3L';
33
37
  export { default as MobileLayout4L } from './MobileLayout4L';
34
- export { default as MobileLayout1L } from './MobileLayout1L';
35
- export { default as MultilineL } from './MultilineL';
36
- export { default as MobileUrlL } from './MobileUrlL';
37
38
  export { default as MobileLinkL } from './MobileLinkL';
39
+ export { default as MobileUrlL } from './MobileUrlL';
40
+ export { default as MultilineL } from './MultilineL';
38
41
  export { default as NavbarL } from './NavbarL';
39
- export { default as NoPermissionL } from './NoPermissionL';
40
42
  export { default as NoData } from './NoData';
43
+ export { default as NoPermissionL } from './NoPermissionL';
41
44
  export { default as PieL } from './PieL';
42
45
  export { default as QuoteL } from './QuoteL';
43
46
  export { default as RadioL } from './RadioL';
@@ -54,11 +57,10 @@ export { default as SelectL } from './SelectL';
54
57
  export { default as ShowL } from './ShowL';
55
58
  export { default as SliderL } from './SliderL';
56
59
  export { default as SpinnerL } from './SpinnerL';
57
- export { default as TableL } from './TableL';
58
- export { default as InfoL } from './InfoL';
59
60
  export { default as StackedL } from './StackedL';
60
- export { default as TextL } from './TextL';
61
61
  export { default as TextareaL } from './TextareaL';
62
- export { default as VideoL } from './VideoL';
63
62
  export { default as TooltipL } from './TooltipL';
63
+ export { default as VideoL } from './VideoL';
64
64
  export { default as WarningL } from './WarningL';
65
+ export { default as TableL } from './TableL';
66
+ export { default as TextL } from './TextL';
@@ -11,33 +11,36 @@ export { default as DividerL } from './DividerL';
11
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FolderL } from './FolderL';
14
+ export { default as FolderPlainL } from './FolderPlainL';
15
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
14
16
  export { default as FormEditL } from './FormEditL';
15
17
  export { default as FormGroupL } from './FormGroupL';
16
18
  export { default as FormL } from './FormL';
17
19
  export { default as HashL } from './HashL';
18
20
  export { default as ImageL } from './ImageL';
19
- export { default as ImagePotraitL } from './ImagePotraitL';
20
21
  export { default as ImageLandscapeL } from './ImageLandscapeL';
22
+ export { default as ImagePotraitL } from './ImagePotraitL';
21
23
  export { default as ImageUrlL } from './ImageUrlL';
22
24
  export { default as InboxNoResultsL } from './InboxNoResultsL';
25
+ export { default as InfoL } from './InfoL';
26
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
23
27
  export { default as InputL } from './InputL';
24
- export { default as LineL } from './LineL';
25
28
  export { default as LabelL } from './LabelL';
26
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
27
- export { default as LocationL } from './LocationL';
28
- export { default as MobileClickL } from './MobileClickL';
29
+ export { default as LineL } from './LineL';
29
30
  export { default as LinkL } from './LinkL';
31
+ export { default as LocationL } from './LocationL';
30
32
  export { default as MobileBlockL } from './MobileBlockL';
33
+ export { default as MobileClickL } from './MobileClickL';
34
+ export { default as MobileLayout1L } from './MobileLayout1L';
31
35
  export { default as MobileLayout2L } from './MobileLayout2L';
32
36
  export { default as MobileLayout3L } from './MobileLayout3L';
33
37
  export { default as MobileLayout4L } from './MobileLayout4L';
34
- export { default as MobileLayout1L } from './MobileLayout1L';
35
- export { default as MultilineL } from './MultilineL';
36
- export { default as MobileUrlL } from './MobileUrlL';
37
38
  export { default as MobileLinkL } from './MobileLinkL';
39
+ export { default as MobileUrlL } from './MobileUrlL';
40
+ export { default as MultilineL } from './MultilineL';
38
41
  export { default as NavbarL } from './NavbarL';
39
- export { default as NoPermissionL } from './NoPermissionL';
40
42
  export { default as NoData } from './NoData';
43
+ export { default as NoPermissionL } from './NoPermissionL';
41
44
  export { default as PieL } from './PieL';
42
45
  export { default as QuoteL } from './QuoteL';
43
46
  export { default as RadioL } from './RadioL';
@@ -54,11 +57,10 @@ export { default as SelectL } from './SelectL';
54
57
  export { default as ShowL } from './ShowL';
55
58
  export { default as SliderL } from './SliderL';
56
59
  export { default as SpinnerL } from './SpinnerL';
57
- export { default as TableL } from './TableL';
58
- export { default as InfoL } from './InfoL';
59
60
  export { default as StackedL } from './StackedL';
60
- export { default as TextL } from './TextL';
61
61
  export { default as TextareaL } from './TextareaL';
62
- export { default as VideoL } from './VideoL';
63
62
  export { default as TooltipL } from './TooltipL';
63
+ export { default as VideoL } from './VideoL';
64
64
  export { default as WarningL } from './WarningL';
65
+ export { default as TableL } from './TableL';
66
+ export { default as TextL } from './TextL';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchHybridXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchHybridXl;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const SearchHybridXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-hybrid-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2H17c-1.5 0-2.7 1.2-2.8 2.8v20.9c0 1.5 1.2 2.7 2.8 2.8h6.3c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1-.2-2-1-2.8zM16.3 57.4c-.2-.2-.4-.5-.4-.9v-8.7c.1-.7.7-1.3 1.5-1.3h3.8v1.3c0 1.3.5 2.5 1.4 3.3.8.8 2 1.3 3.3 1.3h3.6c.5 0 1-.2 1.3-.6.3-.3.5-.7.5-1.2v-8.9c0-.5-.2-1-.6-1.3-.3-.3-.7-.5-1.2-.5h-4c-2.3 0-4.2 1.9-4.2 4.2v.9h-3.8c-.6 0-1.1.2-1.5.4v-10c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h34.2c.3 0 .7.1.9.4.2.2.4.5.4.9V44c0 .4-.2.8-.4 1-.3.3-.6.4-1.1.4h-3.9v-.8c0-2.4-2-4.4-4.5-4.5h-3.8c-.5 0-.9.2-1.2.5-.3.3-.6.8-.6 1.3v1.5h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5v2.9h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5V51c0 .5.2.9.5 1.2.3.3.8.6 1.3.6h3.8c2.4 0 4.4-2 4.5-4.4V47h3.9c.6 0 1.1-.2 1.6-.4v10c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.2c-.3-.2-.7-.3-.9-.5zm13.3-15.8l.2.1.1.2v8.9l-.1.2H26c-.8 0-1.6-.3-2.2-.9-.6-.6-.9-1.3-.9-2.2v-3.5a2.732 2.732 0 012.7-2.7h4zm9.3 9.5l-.2-.1-.1-.2V42l.1-.2.2-.1h3.8c.8 0 1.5.3 2.1.9.5.5.9 1.3.9 2.1v1.1c-.1.1-.1.2-.1.4s0 .2.1.4v1.6c0 .8-.3 1.5-.9 2.1-.5.5-1.3.9-2.1.9h-3.8zm-13.6 8.1h26.1c1.5 0 2.7-1.2 2.8-2.8V44v-8.5c0-1.5-1.2-2.7-2.8-2.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
5
+ React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
6
+ export default SearchHybridXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchKeywordsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchKeywordsXl;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ const SearchKeywordsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-keywords-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M48 34.5l-3-.1v-3c0-.3-.2-.6-.5-.7-.3-.1-.6-.1-.8.2l-3.3 3.3c-.1.1-.2.3-.2.5v3.4l-.2.2c-1.8-1.6-4.1-2.5-6.7-2.5-5.7 0-10.2 4.6-10.2 10.2 0 5.7 4.6 10.2 10.2 10.2 5.7 0 10.2-4.6 10.2-10.2 0-2.6-.9-4.9-2.5-6.7l.1-.1h3.6c.2 0 .4-.1.5-.2l3.3-3.3c.2-.2.3-.5.2-.8-.1-.3-.4-.4-.7-.4zm-8.5 17.7c-1.6 1.6-3.8 2.6-6.2 2.6-2.4 0-4.6-1-6.2-2.6-1.6-1.6-2.6-3.8-2.6-6.2 0-2.4 1-4.6 2.6-6.2 1.6-1.6 3.8-2.6 6.2-2.6 2.1 0 4.1.8 5.6 2.1l-1.8 1.8c-1.1-.8-2.4-1.3-3.9-1.3-3.5 0-6.2 2.8-6.2 6.2 0 3.5 2.8 6.2 6.2 6.2 3.5 0 6.2-2.8 6.2-6.2 0-1.5-.5-2.8-1.3-3.9l1.8-1.8c1.3 1.5 2.1 3.5 2.1 5.6 0 2.5-.9 4.7-2.5 6.3zM38 46c0 1.3-.5 2.5-1.4 3.4-.9.9-2 1.4-3.4 1.4-1.3 0-2.5-.5-3.4-1.4-.9-.9-1.4-2-1.4-3.4 0-1.3.5-2.5 1.4-3.4.9-.9 2-1.4 3.4-1.4 1 0 2 .3 2.8.9l-2 2c-.1-.1-.4-.1-.7-.1-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.3-.1-.6-.2-.8l2-2c.6.8.9 1.8.9 2.8zm6.4-8.2h-2.7V35l1.8-1.8v1.9c0 .4.3.7.7.7l2.1.1-1.9 1.9z" }),
5
+ React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2h-6.1c-1.6 0-2.9 1.3-3 3v20.6c0 1.6 1.3 2.9 3 3h6.1c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1.1-.2-2.1-1-2.9zM25.3 59.2h25.9c1.6 0 2.9-1.3 3-3V35.7c0-1.6-1.3-2.9-3-3h-1.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h1.1c.4 0 .8.2 1 .4.3.3.4.6.4 1v20.6c0 .4-.2.8-.4 1-.3.3-.6.4-1 .4H17.4c-.4 0-.8-.2-1-.4-.3-.3-.4-.6-.4-1V35.7c0-.4.2-.8.4-1 .3-.3.6-.4 1-.4h19.4c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
6
+ React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
7
+ export default SearchKeywordsXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SearchSemanticXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SearchSemanticXl;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ const SearchSemanticXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-semantic-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M30.9 39.6c0-.1-.1-.1 0 0-.1-.1-.1-.1-.1-.2l-.1-.1-.1-.1h-.1-.1-.1-.2-.1l-.1.1-.1.1-.1.1-.1.1-5.7 11.3c-.2.4 0 .8.3 1 .4.2.8 0 1-.3l1.2-2.3c.1 0 .2.1.3.1H34.1l1.2 2.3c.2.4.6.5 1 .3s.5-.6.3-1l-5.7-11.4zm-3.8 8.2l3.1-6.2 3.1 6.2h-6.2zM40.7 39.1c-.4 0-.8.3-.8.8v11.3c0 .4.3.8.8.8.4 0 .8-.3.8-.8V39.9c0-.4-.4-.8-.8-.8z" }),
5
+ React.createElement("path", { d: "M80.1 71.6l-8.3-8.3-.1-.1c3.6-4.8 5.8-10.7 5.8-17.2 0-15.7-12.8-28.4-28.5-28.5-10.9 0-20.4 6.2-25.2 15.2v.1h-6.2c-1.5 0-2.7 1.2-2.8 2.8v20.8c0 1.5 1.2 2.7 2.8 2.8h6.2C28.5 68.3 38 74.5 49 74.5c6.4 0 12.2-2.1 17-5.6 0 .1.1.1.1.2l8.3 8.3c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9-.1-1.1-.5-2.1-1.3-2.9zM16.6 57.3c-.2-.2-.4-.5-.4-.9V35.6c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h33.9c.3 0 .7.1.9.4.2.2.4.5.4.9v20.8c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.5c-.3-.1-.7-.2-.9-.4zm8.9 1.8h25.9c1.5 0 2.7-1.2 2.8-2.8V35.6c0-1.5-1.2-2.7-2.8-2.8h-26C30 24.6 38.8 19 48.9 19c7.4 0 14.2 3 19.1 7.9 4.9 4.9 7.9 11.6 7.9 19.1 0 7.4-3 14.2-7.9 19.1-4.8 4.8-11.6 7.8-19 7.9-10.1-.1-18.9-5.6-23.5-13.9zm53.6 17.2c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8L67.1 68c1.3-1.1 2.6-2.3 3.7-3.6l8.3 8.3c.5.5.8 1.2.8 1.8-.1.6-.3 1.3-.8 1.8z" }),
6
+ React.createElement("path", { d: "M63.2 31.6c-3.7-3.7-8.7-5.9-14.3-5.9-3.9 0-7.7 1.1-10.8 3.1-.3.2-.5.7-.2 1 .2.3.7.5 1 .2 2.9-1.8 6.3-2.9 10-2.9 10.4 0 18.7 8.4 18.8 18.8 0 10.4-8.4 18.7-18.8 18.8-3.6 0-6.9-1.1-9.8-2.8-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 3.1 1.9 6.7 3 10.6 3 5.6 0 10.7-2.3 14.3-5.9 3.7-3.7 5.9-8.7 5.9-14.3 0-5.7-2.3-10.8-6-14.4z" }))));
7
+ export default SearchSemanticXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SmsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SmsXl;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ const SmsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "sms-xl" }, props),
3
+ React.createElement("g", { fill: "#384350" },
4
+ React.createElement("path", { d: "M47.6 17c-17.1 0-30.9 13.9-30.9 31s13.9 30.9 30.9 31c17.1 0 30.9-13.9 31-31-.1-17.1-13.9-30.9-31-31zM77 48c0 8.1-3.3 15.5-8.6 20.8-5.3 5.3-12.7 8.6-20.8 8.6-8.1 0-15.5-3.3-20.8-8.6-5.3-5.3-8.6-12.7-8.6-20.8 0-8.1 3.3-15.5 8.6-20.8 5.3-5.3 12.7-8.6 20.8-8.6 8.1 0 15.5 3.3 20.8 8.6C73.8 32.5 77 39.9 77 48z" }),
5
+ React.createElement("path", { d: "M63.8 34.8c-.6-.5-1.4-.8-2.3-.8h-27c-.9 0-1.7.3-2.3.8-.6.5-1.1 1.2-1.1 2.1V62.6c0 .3.1.5.4.6.2.1.5.1.7 0l8.5-4.2h20.7c.9 0 1.7-.3 2.3-.8.6-.5 1.1-1.2 1.1-2.1V36.9c.1-.8-.3-1.6-1-2.1zm-.5 21.4c0 .3-.2.6-.5.9-.3.3-.8.4-1.4.4H40.6c-.1 0-.2 0-.3.1l-7.6 3.8V36.9c0-.3.2-.6.5-.9.3-.3.8-.4 1.4-.4h27c.6 0 1.1.2 1.4.4.3.3.5.6.5.9v19.3z" }),
6
+ React.createElement("path", { d: "M59 43.1H39.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8H59c.4 0 .8-.3.8-.8 0-.4-.4-.8-.8-.8zM46.8 48.6h-7.3c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h7.3c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8z" }))));
7
+ export default SmsXl;
@@ -67,13 +67,17 @@ export { default as ProductsBundleXl } from './ProductsBundleXl';
67
67
  export { default as ProductsFeedXl } from './ProductsFeedXl';
68
68
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
69
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
+ export { default as PushXl } from './PushXl';
70
71
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
72
  export { default as ReggressionXl } from './ReggressionXl';
73
+ export { default as SearchHybridXl } from './SearchHybridXl';
74
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
72
75
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
73
- export { default as PushXl } from './PushXl';
76
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
74
77
  export { default as SectionXl } from './SectionXl';
75
78
  export { default as ShowXl } from './ShowXl';
76
79
  export { default as SilentPushXl } from './SilentPushXl';
80
+ export { default as SmsXl } from './SmsXl';
77
81
  export { default as ToolsXl } from './ToolsXl';
78
82
  export { default as UserCircleUpXl } from './UserCircleUpXl';
79
83
  export { default as UserCircleXl } from './UserCircleXl';
@@ -67,13 +67,17 @@ export { default as ProductsBundleXl } from './ProductsBundleXl';
67
67
  export { default as ProductsFeedXl } from './ProductsFeedXl';
68
68
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
69
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
+ export { default as PushXl } from './PushXl';
70
71
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
72
  export { default as ReggressionXl } from './ReggressionXl';
73
+ export { default as SearchHybridXl } from './SearchHybridXl';
74
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
72
75
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
73
- export { default as PushXl } from './PushXl';
76
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
74
77
  export { default as SectionXl } from './SectionXl';
75
78
  export { default as ShowXl } from './ShowXl';
76
79
  export { default as SilentPushXl } from './SilentPushXl';
80
+ export { default as SmsXl } from './SmsXl';
77
81
  export { default as ToolsXl } from './ToolsXl';
78
82
  export { default as UserCircleUpXl } from './UserCircleUpXl';
79
83
  export { default as UserCircleXl } from './UserCircleXl';
@@ -1,94 +1,94 @@
1
+ export { default as ActionDeeplinkL } from './ActionDeeplinkL';
1
2
  export { default as ActionNoneL } from './ActionNoneL';
2
3
  export { default as ActionOpenAppL } from './ActionOpenAppL';
3
- export { default as ActionDeeplinkL } from './ActionDeeplinkL';
4
4
  export { default as ActionUrlL } from './ActionUrlL';
5
- export { default as AdAfterXpagesL } from './AdAfterXpagesL';
6
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
+ export { default as AdAfterXpagesL } from './AdAfterXpagesL';
7
7
  export { default as AdBannerL } from './AdBannerL';
8
8
  export { default as AdCartAiL } from './AdCartAiL';
9
- export { default as AdComplementaryAiL } from './AdComplementaryAiL';
10
9
  export { default as AdCodeEditorL } from './AdCodeEditorL';
10
+ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
11
11
  export { default as AdCouponL } from './AdCouponL';
12
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
- export { default as AdFirstRunL } from './AdFirstRunL';
14
13
  export { default as AdFadeInL } from './AdFadeInL';
14
+ export { default as AdFirstRunL } from './AdFirstRunL';
15
15
  export { default as AdFolderBasic } from './AdFolderBasic';
16
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
17
17
  export { default as AdFolderS } from './AdFolderS';
18
18
  export { default as AdFolderStarredS } from './AdFolderStarredS';
19
19
  export { default as AdFolderUser } from './AdFolderUser';
20
20
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
21
- export { default as AdImgTextL } from './AdImgTextL';
22
21
  export { default as AdImageL } from './AdImageL';
22
+ export { default as AdImgTextL } from './AdImgTextL';
23
23
  export { default as AdImportUrl } from './AdImportUrl';
24
24
  export { default as AdImportZip } from './AdImportZip';
25
- export { default as AdLandL } from './AdLandL';
26
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
27
- export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
26
+ export { default as AdLandL } from './AdLandL';
28
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
29
- export { default as AdOnLandingL } from './AdOnLandingL';
28
+ export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
30
29
  export { default as AdOnExitL } from './AdOnExitL';
31
- export { default as AdOpenAppL } from './AdOpenAppL';
30
+ export { default as AdOnLandingL } from './AdOnLandingL';
32
31
  export { default as AdOnboardingL } from './AdOnboardingL';
33
- export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
32
+ export { default as AdOpenAppL } from './AdOpenAppL';
34
33
  export { default as AdOpenUrlL } from './AdOpenUrlL';
34
+ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
35
  export { default as AdPopL } from './AdPopL';
36
36
  export { default as AdPortraitL } from './AdPortraitL';
37
- export { default as AdSilentPushL } from './AdSilentPushL';
38
37
  export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
+ export { default as AdShareLinkL } from './AdShareLinkL';
39
+ export { default as AdSilentPushL } from './AdSilentPushL';
40
+ export { default as AdSimilarAiL } from './AdSimilarAiL';
41
+ export { default as AdSimplePushL } from './AdSimplePushL';
39
42
  export { default as AdSlideDownL } from './AdSlideDownL';
40
43
  export { default as AdSlideLeftL } from './AdSlideLeftL';
41
- export { default as AdSlideUpL } from './AdSlideUpL';
42
44
  export { default as AdSlideRightL } from './AdSlideRightL';
45
+ export { default as AdSlideUpL } from './AdSlideUpL';
43
46
  export { default as AdTempCodeS } from './AdTempCodeS';
44
47
  export { default as AdTextEditorL } from './AdTextEditorL';
45
- export { default as AdVisualAiL } from './AdVisualAiL';
46
48
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
49
+ export { default as AdVisualAiL } from './AdVisualAiL';
47
50
  export { default as AdVisualEditorL } from './AdVisualEditorL';
48
51
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
49
- export { default as AdWebLayerL } from './AdWebLayerL';
50
52
  export { default as AdWalktroughL } from './AdWalktroughL';
53
+ export { default as AdWebLayerL } from './AdWebLayerL';
51
54
  export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
52
55
  export { default as AiCampaigns } from './AiCampaigns';
53
- export { default as BoostLoyalty } from './BoostLoyalty';
54
56
  export { default as AudienceAnalytics } from './AudienceAnalytics';
57
+ export { default as BoostLoyalty } from './BoostLoyalty';
55
58
  export { default as CartRecommendationXl } from './CartRecommendationXl';
56
59
  export { default as ChartColumnL } from './ChartColumnL';
57
- export { default as ChartDonutL } from './ChartDonutL';
58
60
  export { default as ChartComboL } from './ChartComboL';
61
+ export { default as ChartDonutL } from './ChartDonutL';
59
62
  export { default as ChartDonutLineL } from './ChartDonutLineL';
60
63
  export { default as ChartLineL } from './ChartLineL';
61
- export { default as ChartTableL } from './ChartTableL';
62
64
  export { default as ChartPieL } from './ChartPieL';
65
+ export { default as ChartTableL } from './ChartTableL';
63
66
  export { default as DateMultipleXl } from './DateMultipleXl';
64
67
  export { default as DateOntimeXl } from './DateOntimeXl';
65
- export { default as ImportCatalogsXl } from './ImportCatalogsXl';
66
- export { default as FileImportL } from './FileImportL';
67
68
  export { default as DateRecurringXl } from './DateRecurringXl';
69
+ export { default as FileImportL } from './FileImportL';
70
+ export { default as ImportCatalogsXl } from './ImportCatalogsXl';
68
71
  export { default as ImportClientsXl } from './ImportClientsXl';
69
- export { default as ImportCustomXl } from './ImportCustomXl';
70
72
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
73
+ export { default as ImportCustomXl } from './ImportCustomXl';
71
74
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
72
75
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
76
+ export { default as ImportQuickXl } from './ImportQuickXl';
73
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
74
78
  export { default as ImportVouchersXl } from './ImportVouchersXl';
75
- export { default as ImportQuickXl } from './ImportQuickXl';
76
79
  export { default as Integration } from './Integration';
80
+ export { default as LastSeenXl } from './LastSeenXl';
77
81
  export { default as LayoutImageBgL } from './LayoutImageBgL';
78
82
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
79
- export { default as LastSeenXl } from './LastSeenXl';
80
83
  export { default as LayoutMixedL } from './LayoutMixedL';
81
- export { default as MarketingAutomation } from './MarketingAutomation';
82
84
  export { default as LayoutTextL } from './LayoutTextL';
85
+ export { default as MarketingAutomation } from './MarketingAutomation';
83
86
  export { default as MetricFormulaXl } from './MetricFormulaXl';
84
87
  export { default as MetricSimpleXl } from './MetricSimpleXl';
85
88
  export { default as MobileHandbillXl } from './MobileHandbillXl';
86
- export { default as PushImportL } from './PushImportL';
87
89
  export { default as OtherIdeas } from './OtherIdeas';
90
+ export { default as PushImportL } from './PushImportL';
88
91
  export { default as ReportPreparedXl } from './ReportPreparedXl';
92
+ export { default as TargetedCampaigns } from './TargetedCampaigns';
89
93
  export { default as TopProductsXl } from './TopProductsXl';
90
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
91
- export { default as TargetedCampaigns } from './TargetedCampaigns';
92
- export { default as AdSimilarAiL } from './AdSimilarAiL';
93
- export { default as AdShareLinkL } from './AdShareLinkL';
94
- export { default as AdSimplePushL } from './AdSimplePushL';
@@ -1,94 +1,94 @@
1
+ export { default as ActionDeeplinkL } from './ActionDeeplinkL';
1
2
  export { default as ActionNoneL } from './ActionNoneL';
2
3
  export { default as ActionOpenAppL } from './ActionOpenAppL';
3
- export { default as ActionDeeplinkL } from './ActionDeeplinkL';
4
4
  export { default as ActionUrlL } from './ActionUrlL';
5
- export { default as AdAfterXpagesL } from './AdAfterXpagesL';
6
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
+ export { default as AdAfterXpagesL } from './AdAfterXpagesL';
7
7
  export { default as AdBannerL } from './AdBannerL';
8
8
  export { default as AdCartAiL } from './AdCartAiL';
9
- export { default as AdComplementaryAiL } from './AdComplementaryAiL';
10
9
  export { default as AdCodeEditorL } from './AdCodeEditorL';
10
+ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
11
11
  export { default as AdCouponL } from './AdCouponL';
12
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
- export { default as AdFirstRunL } from './AdFirstRunL';
14
13
  export { default as AdFadeInL } from './AdFadeInL';
14
+ export { default as AdFirstRunL } from './AdFirstRunL';
15
15
  export { default as AdFolderBasic } from './AdFolderBasic';
16
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
17
17
  export { default as AdFolderS } from './AdFolderS';
18
18
  export { default as AdFolderStarredS } from './AdFolderStarredS';
19
19
  export { default as AdFolderUser } from './AdFolderUser';
20
20
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
21
- export { default as AdImgTextL } from './AdImgTextL';
22
21
  export { default as AdImageL } from './AdImageL';
22
+ export { default as AdImgTextL } from './AdImgTextL';
23
23
  export { default as AdImportUrl } from './AdImportUrl';
24
24
  export { default as AdImportZip } from './AdImportZip';
25
- export { default as AdLandL } from './AdLandL';
26
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
27
- export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
26
+ export { default as AdLandL } from './AdLandL';
28
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
29
- export { default as AdOnLandingL } from './AdOnLandingL';
28
+ export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
30
29
  export { default as AdOnExitL } from './AdOnExitL';
31
- export { default as AdOpenAppL } from './AdOpenAppL';
30
+ export { default as AdOnLandingL } from './AdOnLandingL';
32
31
  export { default as AdOnboardingL } from './AdOnboardingL';
33
- export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
32
+ export { default as AdOpenAppL } from './AdOpenAppL';
34
33
  export { default as AdOpenUrlL } from './AdOpenUrlL';
34
+ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
35
  export { default as AdPopL } from './AdPopL';
36
36
  export { default as AdPortraitL } from './AdPortraitL';
37
- export { default as AdSilentPushL } from './AdSilentPushL';
38
37
  export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
+ export { default as AdShareLinkL } from './AdShareLinkL';
39
+ export { default as AdSilentPushL } from './AdSilentPushL';
40
+ export { default as AdSimilarAiL } from './AdSimilarAiL';
41
+ export { default as AdSimplePushL } from './AdSimplePushL';
39
42
  export { default as AdSlideDownL } from './AdSlideDownL';
40
43
  export { default as AdSlideLeftL } from './AdSlideLeftL';
41
- export { default as AdSlideUpL } from './AdSlideUpL';
42
44
  export { default as AdSlideRightL } from './AdSlideRightL';
45
+ export { default as AdSlideUpL } from './AdSlideUpL';
43
46
  export { default as AdTempCodeS } from './AdTempCodeS';
44
47
  export { default as AdTextEditorL } from './AdTextEditorL';
45
- export { default as AdVisualAiL } from './AdVisualAiL';
46
48
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
49
+ export { default as AdVisualAiL } from './AdVisualAiL';
47
50
  export { default as AdVisualEditorL } from './AdVisualEditorL';
48
51
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
49
- export { default as AdWebLayerL } from './AdWebLayerL';
50
52
  export { default as AdWalktroughL } from './AdWalktroughL';
53
+ export { default as AdWebLayerL } from './AdWebLayerL';
51
54
  export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
52
55
  export { default as AiCampaigns } from './AiCampaigns';
53
- export { default as BoostLoyalty } from './BoostLoyalty';
54
56
  export { default as AudienceAnalytics } from './AudienceAnalytics';
57
+ export { default as BoostLoyalty } from './BoostLoyalty';
55
58
  export { default as CartRecommendationXl } from './CartRecommendationXl';
56
59
  export { default as ChartColumnL } from './ChartColumnL';
57
- export { default as ChartDonutL } from './ChartDonutL';
58
60
  export { default as ChartComboL } from './ChartComboL';
61
+ export { default as ChartDonutL } from './ChartDonutL';
59
62
  export { default as ChartDonutLineL } from './ChartDonutLineL';
60
63
  export { default as ChartLineL } from './ChartLineL';
61
- export { default as ChartTableL } from './ChartTableL';
62
64
  export { default as ChartPieL } from './ChartPieL';
65
+ export { default as ChartTableL } from './ChartTableL';
63
66
  export { default as DateMultipleXl } from './DateMultipleXl';
64
67
  export { default as DateOntimeXl } from './DateOntimeXl';
65
- export { default as ImportCatalogsXl } from './ImportCatalogsXl';
66
- export { default as FileImportL } from './FileImportL';
67
68
  export { default as DateRecurringXl } from './DateRecurringXl';
69
+ export { default as FileImportL } from './FileImportL';
70
+ export { default as ImportCatalogsXl } from './ImportCatalogsXl';
68
71
  export { default as ImportClientsXl } from './ImportClientsXl';
69
- export { default as ImportCustomXl } from './ImportCustomXl';
70
72
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
73
+ export { default as ImportCustomXl } from './ImportCustomXl';
71
74
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
72
75
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
76
+ export { default as ImportQuickXl } from './ImportQuickXl';
73
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
74
78
  export { default as ImportVouchersXl } from './ImportVouchersXl';
75
- export { default as ImportQuickXl } from './ImportQuickXl';
76
79
  export { default as Integration } from './Integration';
80
+ export { default as LastSeenXl } from './LastSeenXl';
77
81
  export { default as LayoutImageBgL } from './LayoutImageBgL';
78
82
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
79
- export { default as LastSeenXl } from './LastSeenXl';
80
83
  export { default as LayoutMixedL } from './LayoutMixedL';
81
- export { default as MarketingAutomation } from './MarketingAutomation';
82
84
  export { default as LayoutTextL } from './LayoutTextL';
85
+ export { default as MarketingAutomation } from './MarketingAutomation';
83
86
  export { default as MetricFormulaXl } from './MetricFormulaXl';
84
87
  export { default as MetricSimpleXl } from './MetricSimpleXl';
85
88
  export { default as MobileHandbillXl } from './MobileHandbillXl';
86
- export { default as PushImportL } from './PushImportL';
87
89
  export { default as OtherIdeas } from './OtherIdeas';
90
+ export { default as PushImportL } from './PushImportL';
88
91
  export { default as ReportPreparedXl } from './ReportPreparedXl';
92
+ export { default as TargetedCampaigns } from './TargetedCampaigns';
89
93
  export { default as TopProductsXl } from './TopProductsXl';
90
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
91
- export { default as TargetedCampaigns } from './TargetedCampaigns';
92
- export { default as AdSimilarAiL } from './AdSimilarAiL';
93
- export { default as AdShareLinkL } from './AdShareLinkL';
94
- export { default as AdSimplePushL } from './AdSimplePushL';