@synerise/ds-icon 0.46.2 → 0.47.2

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 CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.47.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.47.1...@synerise/ds-icon@0.47.2) (2022-02-25)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-icon
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.47.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.47.0...@synerise/ds-icon@0.47.1) (2022-02-03)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **icon:** fix exports path in ds-icon component ([039c562](https://github.com/Synerise/synerise-design/commit/039c562f54ac433605d6adbce9d12275217324ab))
20
+
21
+
22
+
23
+
24
+
25
+ # [0.47.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.46.2...@synerise/ds-icon@0.47.0) (2022-01-17)
26
+
27
+
28
+ ### Features
29
+
30
+ * **icon:** XL icons: attribute, section ([1001066](https://github.com/Synerise/synerise-design/commit/1001066cfb13428f0021fb2cb00940898c998e3b))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [0.46.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.46.1...@synerise/ds-icon@0.46.2) (2021-11-22)
7
37
 
8
38
  **Note:** Version bump only for package @synerise/ds-icon
@@ -1,61 +1,61 @@
1
- export { default as AddL } from './AddL';
2
- export { default as ButtonL } from './ButtonL';
3
1
  export { default as ButtonSubmitL } from './ButtonSubmitL';
4
2
  export { default as CheckL } from './CheckL';
5
- export { default as CheckboxL } from './CheckboxL';
6
- export { default as CloseL } from './CloseL';
7
3
  export { default as ColumnL } from './ColumnL';
4
+ export { default as CloseL } from './CloseL';
8
5
  export { default as ComboL } from './ComboL';
9
- export { default as CountdownL } from './CountdownL';
10
6
  export { default as DividerL } from './DividerL';
11
- export { default as FileTypePictureL } from './FileTypePictureL';
7
+ export { default as CountdownL } from './CountdownL';
12
8
  export { default as FormEditL } from './FormEditL';
13
- export { default as FormGroupL } from './FormGroupL';
14
- export { default as FormL } from './FormL';
9
+ export { default as FileTypePictureL } from './FileTypePictureL';
15
10
  export { default as HashL } from './HashL';
11
+ export { default as FormL } from './FormL';
12
+ export { default as FormGroupL } from './FormGroupL';
16
13
  export { default as ImageL } from './ImageL';
17
- export { default as ImagePotraitL } from './ImagePotraitL';
18
14
  export { default as ImageLandscapeL } from './ImageLandscapeL';
15
+ export { default as ImagePotraitL } from './ImagePotraitL';
16
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
19
17
  export { default as ImageUrlL } from './ImageUrlL';
20
18
  export { default as InfoL } from './InfoL';
21
- export { default as InboxNoResultsL } from './InboxNoResultsL';
22
- export { default as InputL } from './InputL';
23
- export { default as LineL } from './LineL';
24
- export { default as LabelL } from './LabelL';
25
- export { default as LinkL } from './LinkL';
26
19
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
20
+ export { default as InputL } from './InputL';
27
21
  export { default as LocationL } from './LocationL';
28
22
  export { default as MobileBlockL } from './MobileBlockL';
23
+ export { default as LabelL } from './LabelL';
24
+ export { default as LineL } from './LineL';
25
+ export { default as LinkL } from './LinkL';
29
26
  export { default as MobileClickL } from './MobileClickL';
30
- export { default as MobileLayout1L } from './MobileLayout1L';
31
27
  export { default as MobileLayout2L } from './MobileLayout2L';
32
28
  export { default as MobileLayout3L } from './MobileLayout3L';
33
29
  export { default as MobileLayout4L } from './MobileLayout4L';
30
+ export { default as MobileLayout1L } from './MobileLayout1L';
34
31
  export { default as MobileLinkL } from './MobileLinkL';
35
32
  export { default as MobileUrlL } from './MobileUrlL';
36
33
  export { default as MultilineL } from './MultilineL';
37
34
  export { default as NavbarL } from './NavbarL';
38
- export { default as NoData } from './NoData';
39
35
  export { default as NoPermissionL } from './NoPermissionL';
36
+ export { default as NoData } from './NoData';
40
37
  export { default as PieL } from './PieL';
41
38
  export { default as QuoteL } from './QuoteL';
39
+ export { default as CheckboxL } from './CheckboxL';
42
40
  export { default as RelationManyManyL } from './RelationManyManyL';
43
41
  export { default as RadioL } from './RadioL';
44
- export { default as RelationOneManyL } from './RelationOneManyL';
45
- export { default as RelationManyOneL } from './RelationManyOneL';
46
- export { default as RelationOneOneL } from './RelationOneOneL';
47
42
  export { default as SearchNoResultsL } from './SearchNoResultsL';
48
43
  export { default as Section13L } from './Section13L';
49
44
  export { default as Section37L } from './Section37L';
50
45
  export { default as Section12L } from './Section12L';
51
46
  export { default as SectionL } from './SectionL';
52
- export { default as SelectL } from './SelectL';
53
47
  export { default as SliderL } from './SliderL';
48
+ export { default as SelectL } from './SelectL';
54
49
  export { default as SpinnerL } from './SpinnerL';
55
50
  export { default as StackedL } from './StackedL';
56
- export { default as TableL } from './TableL';
57
51
  export { default as TextL } from './TextL';
52
+ export { default as TableL } from './TableL';
58
53
  export { default as TextareaL } from './TextareaL';
54
+ export { default as TooltipL } from './TooltipL';
59
55
  export { default as VideoL } from './VideoL';
60
56
  export { default as WarningL } from './WarningL';
61
- export { default as TooltipL } from './TooltipL';
57
+ export { default as RelationManyOneL } from './RelationManyOneL';
58
+ export { default as RelationOneManyL } from './RelationOneManyL';
59
+ export { default as ButtonL } from './ButtonL';
60
+ export { default as AddL } from './AddL';
61
+ export { default as RelationOneOneL } from './RelationOneOneL';
@@ -1,71 +1,65 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- var AddL_1 = require("./AddL");
4
- Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
5
- var ButtonL_1 = require("./ButtonL");
6
- Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
7
3
  var ButtonSubmitL_1 = require("./ButtonSubmitL");
8
4
  Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
9
5
  var CheckL_1 = require("./CheckL");
10
6
  Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
11
- var CheckboxL_1 = require("./CheckboxL");
12
- Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
13
- var CloseL_1 = require("./CloseL");
14
- Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
15
7
  var ColumnL_1 = require("./ColumnL");
16
8
  Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
9
+ var CloseL_1 = require("./CloseL");
10
+ Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
17
11
  var ComboL_1 = require("./ComboL");
18
12
  Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
19
- var CountdownL_1 = require("./CountdownL");
20
- Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
21
13
  var DividerL_1 = require("./DividerL");
22
14
  Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
23
- var FileTypePictureL_1 = require("./FileTypePictureL");
24
- Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
15
+ var CountdownL_1 = require("./CountdownL");
16
+ Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
25
17
  var FormEditL_1 = require("./FormEditL");
26
18
  Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
27
- var FormGroupL_1 = require("./FormGroupL");
28
- Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
29
- var FormL_1 = require("./FormL");
30
- Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
19
+ var FileTypePictureL_1 = require("./FileTypePictureL");
20
+ Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
31
21
  var HashL_1 = require("./HashL");
32
22
  Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
23
+ var FormL_1 = require("./FormL");
24
+ Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
25
+ var FormGroupL_1 = require("./FormGroupL");
26
+ Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
33
27
  var ImageL_1 = require("./ImageL");
34
28
  Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
35
- var ImagePotraitL_1 = require("./ImagePotraitL");
36
- Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
37
29
  var ImageLandscapeL_1 = require("./ImageLandscapeL");
38
30
  Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
31
+ var ImagePotraitL_1 = require("./ImagePotraitL");
32
+ Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
33
+ var InboxNoResultsL_1 = require("./InboxNoResultsL");
34
+ Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
39
35
  var ImageUrlL_1 = require("./ImageUrlL");
40
36
  Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
41
37
  var InfoL_1 = require("./InfoL");
42
38
  Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
43
- var InboxNoResultsL_1 = require("./InboxNoResultsL");
44
- Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
45
- var InputL_1 = require("./InputL");
46
- Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
47
- var LineL_1 = require("./LineL");
48
- Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
49
- var LabelL_1 = require("./LabelL");
50
- Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
51
- var LinkL_1 = require("./LinkL");
52
- Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
53
39
  var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
54
40
  Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
41
+ var InputL_1 = require("./InputL");
42
+ Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
55
43
  var LocationL_1 = require("./LocationL");
56
44
  Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
57
45
  var MobileBlockL_1 = require("./MobileBlockL");
58
46
  Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
47
+ var LabelL_1 = require("./LabelL");
48
+ Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
49
+ var LineL_1 = require("./LineL");
50
+ Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
51
+ var LinkL_1 = require("./LinkL");
52
+ Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
59
53
  var MobileClickL_1 = require("./MobileClickL");
60
54
  Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
61
- var MobileLayout1L_1 = require("./MobileLayout1L");
62
- Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
63
55
  var MobileLayout2L_1 = require("./MobileLayout2L");
64
56
  Object.defineProperty(exports, "MobileLayout2L", { enumerable: true, get: function () { return MobileLayout2L_1.default; } });
65
57
  var MobileLayout3L_1 = require("./MobileLayout3L");
66
58
  Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
67
59
  var MobileLayout4L_1 = require("./MobileLayout4L");
68
60
  Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
61
+ var MobileLayout1L_1 = require("./MobileLayout1L");
62
+ Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
69
63
  var MobileLinkL_1 = require("./MobileLinkL");
70
64
  Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
71
65
  var MobileUrlL_1 = require("./MobileUrlL");
@@ -74,24 +68,20 @@ var MultilineL_1 = require("./MultilineL");
74
68
  Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
75
69
  var NavbarL_1 = require("./NavbarL");
76
70
  Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
77
- var NoData_1 = require("./NoData");
78
- Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
79
71
  var NoPermissionL_1 = require("./NoPermissionL");
80
72
  Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
73
+ var NoData_1 = require("./NoData");
74
+ Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
81
75
  var PieL_1 = require("./PieL");
82
76
  Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
83
77
  var QuoteL_1 = require("./QuoteL");
84
78
  Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
79
+ var CheckboxL_1 = require("./CheckboxL");
80
+ Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
85
81
  var RelationManyManyL_1 = require("./RelationManyManyL");
86
82
  Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
87
83
  var RadioL_1 = require("./RadioL");
88
84
  Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
89
- var RelationOneManyL_1 = require("./RelationOneManyL");
90
- Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
91
- var RelationManyOneL_1 = require("./RelationManyOneL");
92
- Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
93
- var RelationOneOneL_1 = require("./RelationOneOneL");
94
- Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
95
85
  var SearchNoResultsL_1 = require("./SearchNoResultsL");
96
86
  Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
97
87
  var Section13L_1 = require("./Section13L");
@@ -102,23 +92,33 @@ var Section12L_1 = require("./Section12L");
102
92
  Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
103
93
  var SectionL_1 = require("./SectionL");
104
94
  Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
105
- var SelectL_1 = require("./SelectL");
106
- Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
107
95
  var SliderL_1 = require("./SliderL");
108
96
  Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
97
+ var SelectL_1 = require("./SelectL");
98
+ Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
109
99
  var SpinnerL_1 = require("./SpinnerL");
110
100
  Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
111
101
  var StackedL_1 = require("./StackedL");
112
102
  Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
113
- var TableL_1 = require("./TableL");
114
- Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
115
103
  var TextL_1 = require("./TextL");
116
104
  Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
105
+ var TableL_1 = require("./TableL");
106
+ Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
117
107
  var TextareaL_1 = require("./TextareaL");
118
108
  Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
109
+ var TooltipL_1 = require("./TooltipL");
110
+ Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
119
111
  var VideoL_1 = require("./VideoL");
120
112
  Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
121
113
  var WarningL_1 = require("./WarningL");
122
114
  Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
123
- var TooltipL_1 = require("./TooltipL");
124
- Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
115
+ var RelationManyOneL_1 = require("./RelationManyOneL");
116
+ Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
117
+ var RelationOneManyL_1 = require("./RelationOneManyL");
118
+ Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
119
+ var ButtonL_1 = require("./ButtonL");
120
+ Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
121
+ var AddL_1 = require("./AddL");
122
+ Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
123
+ var RelationOneOneL_1 = require("./RelationOneOneL");
124
+ Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const AttributeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default AttributeXl;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const AttributeXl = (props) => (React.createElement("svg", Object.assign({ id: "prefix__icon", x: 0, y: 0, viewBox: "0 0 96 96", xmlSpace: "preserve", className: "attribute-xl" }, props),
5
+ React.createElement("style", null, '.prefix__st0{fill:#384350}'),
6
+ React.createElement("path", { className: "prefix__st0", d: "M67.4 62.5l-6.3-10.2c-.3-.5-.7-.9-1.1-1.1-.5-.3-1-.4-1.5-.4-1.1 0-2.1.6-2.6 1.5l-6.3 10.2c-.4.5-.6 1-.6 1.5 0 1.7 1.4 3 3 3h12.7c.5 0 1.1-.1 1.5-.4 1-.6 1.5-1.6 1.5-2.6.1-.5 0-1-.3-1.5zm-1.8 2.9c-.2.1-.5.2-.8.2H52.1c-.9 0-1.5-.7-1.5-1.5 0-.3.1-.5.2-.8L57.1 53c.3-.5.8-.8 1.4-.8.3 0 .5.1.8.2.2.1.5.3.6.6l6.3 10.2c.1.2.2.5.2.8-.1.6-.3 1.1-.8 1.4zM32.8 45.7h8.9c2.1 0 3.7-1.7 3.7-3.7v-8.9c0-2.1-1.7-3.7-3.7-3.7h-8.9c-2.1 0-3.7 1.7-3.7 3.7V42c-.1 2 1.6 3.7 3.7 3.7zm-2.3-12.6c0-1.2 1-2.2 2.2-2.2h8.9c1.2 0 2.2 1 2.2 2.2V42c0 1.2-1 2.2-2.2 2.2h-8.9c-1.2 0-2.2-1-2.2-2.2v-8.9zM37.2 50.6c-4.7 0-8.6 3.8-8.6 8.6 0 4.7 3.8 8.6 8.6 8.6 4.7 0 8.6-3.8 8.6-8.6s-3.9-8.6-8.6-8.6zm5 13.6c-1.3 1.3-3 2.1-5 2.1s-3.7-.8-5-2.1c-1.3-1.3-2.1-3-2.1-5s.8-3.7 2.1-5c1.3-1.3 3-2.1 5-2.1s3.7.8 5 2.1c1.3 1.3 2.1 3 2.1 5 0 1.9-.8 3.7-2.1 5zM53.5 45.3c.1.2.4.4.6.4h8.6c.3 0 .5-.1.6-.4l4.3-7.4c.1-.2.1-.5 0-.8l-4.3-7.4c-.1-.2-.4-.4-.6-.4h-8.6c-.3 0-.5.1-.6.4l-4.3 7.4c-.1.2-.1.5 0 .8l4.3 7.4zm1.1-14.4h7.7l3.9 6.7-3.8 6.7h-7.7l-3.8-6.7 3.7-6.7z" }),
7
+ React.createElement("path", { className: "prefix__st0", d: "M71 20.2H25c-2.6 0-4.7 2.1-4.8 4.8v46c0 2.6 2.1 4.7 4.8 4.8h46c2.6 0 4.7-2.1 4.8-4.8V25c-.1-2.6-2.2-4.7-4.8-4.8zM74.2 71c0 1.8-1.5 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2V25c0-1.8 1.5-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2v46z" })));
8
+ exports.default = AttributeXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const LaunchXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LaunchXl;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const LaunchXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "launch-xl" }, props),
5
+ React.createElement("path", { d: "M73.01 17.01a4.94 4.94 0 013.809 1.445 4.94 4.94 0 011.446 3.809c-.602 9.232-4.398 18.122-10.696 25.06a.745.745 0 01-.164.248l-3.934 3.934c2.294 5.27 1.145 11.463-2.942 15.55L49.67 77.914a.75.75 0 01-1.232-.264l-4.854-12.776a11.094 11.094 0 01-6.16-3.126l-1.42-1.42-2.347 2.349a.748.748 0 01-1.061 0 .749.749 0 010-1.06l2.349-2.35-1.42-1.418a11.083 11.083 0 01-3.157-6.376l-12.885-4.895a.752.752 0 01-.264-1.232l10.859-10.858a14.084 14.084 0 0115.828-2.823l3.795-3.795a.733.733 0 01.248-.165c6.939-6.298 15.828-10.094 25.06-10.695zM25.64 62.267c4.063 0 7.367 3.305 7.367 7.366 0 4.062-3.304 7.366-7.366 7.366h-6.617a.75.75 0 01-.75-.75v-6.616c0-4.061 3.305-7.366 7.366-7.366zm36.688-9.618l-9.1 9.099a11.101 11.101 0 01-7.9 3.273l-.084-.004 4.186 11.016 10.039-10.038a12.585 12.585 0 002.859-13.346zM25.64 63.767a5.873 5.873 0 00-5.867 5.866v5.866h5.867a5.872 5.872 0 005.866-5.866 5.872 5.872 0 00-5.866-5.866zm47.675-45.268l-.208.008a39.228 39.228 0 00-10.484 2.163 43.548 43.548 0 016.59 5.39 43.901 43.901 0 012.935 3.245.75.75 0 11-1.161.949 42.024 42.024 0 00-9.975-8.863c-.034-.022-.054-.055-.083-.08a40.27 40.27 0 00-12.158 7.674.741.741 0 01-.194.13l-13.991 13.99a9.611 9.611 0 00-2.834 6.842 9.617 9.617 0 002.834 6.842l1.419 1.419 13.262-13.262a.75.75 0 011.06 1.06L37.068 59.268l1.418 1.419a9.613 9.613 0 006.843 2.834 9.609 9.609 0 006.84-2.834l14-14a.676.676 0 01.12-.185c6.173-6.715 9.895-15.358 10.48-24.335a3.441 3.441 0 00-1.01-2.651 3.434 3.434 0 00-2.65-1.01zM42.765 32.807a12.583 12.583 0 00-13.626 2.742L19.1 45.587l11.158 4.24c.03-2.94 1.186-5.7 3.268-7.782zm17.95-3.96c1.525 0 2.96.595 4.038 1.674a5.672 5.672 0 011.672 4.037 5.676 5.676 0 01-1.672 4.038 5.676 5.676 0 01-4.038 1.672 5.672 5.672 0 01-4.037-1.672 5.673 5.673 0 01-1.673-4.038 5.67 5.67 0 011.673-4.037 5.67 5.67 0 014.037-1.673zm0 1.503a4.2 4.2 0 00-2.977 1.23 4.216 4.216 0 000 5.955 4.215 4.215 0 005.954 0 4.216 4.216 0 000-5.954 4.2 4.2 0 00-2.977-1.231z", fill: "#384350", fillRule: "nonzero" })));
6
+ exports.default = LaunchXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const SectionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SectionXl;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const SectionXl = (props) => (React.createElement("svg", Object.assign({ id: "prefix__icon", x: 0, y: 0, viewBox: "0 0 96 96", xmlSpace: "preserve", className: "section-xl" }, props),
5
+ React.createElement("style", null, '.prefix__st0{fill:#384350}'),
6
+ React.createElement("path", { className: "prefix__st0", d: "M51.8 55.5c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.7-3.7-3.7-3.7h-7.6c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.7 3.7 3.7 3.7h7.6zM42 51.8v-7.6c0-1.2 1-2.2 2.2-2.2h7.6c1.2 0 2.2 1 2.2 2.2v7.6c0 1.2-1 2.2-2.2 2.2h-7.6C43 54 42 53 42 51.8zM24 55.5h7.6c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.7-3.7-3.7-3.7H24c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.6 3.7 3.7 3.7zm-2.2-11.3c0-1.2 1-2.2 2.2-2.2h7.6c1.2 0 2.2 1 2.2 2.2v7.6c0 1.2-1 2.2-2.2 2.2H24c-1.2 0-2.2-1-2.2-2.2v-7.6zM72 40.5h-7.6c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.7 3.7 3.7 3.7H72c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.6-3.7-3.7-3.7zm2.2 11.3c0 1.2-1 2.2-2.2 2.2h-7.6c-1.2 0-2.2-1-2.2-2.2v-7.6c0-1.2 1-2.2 2.2-2.2H72c1.2 0 2.2 1 2.2 2.2v7.6zM71 60.7H25c-2.6 0-4.7 2.1-4.7 4.7V71c0 2.6 2.1 4.7 4.7 4.7h46c2.6 0 4.7-2.1 4.7-4.7v-5.6c0-2.6-2.1-4.7-4.7-4.7zM74.2 71c0 1.8-1.4 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2v-5.6c0-1.8 1.4-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2V71zM71 20.2H25c-2.6 0-4.7 2.1-4.7 4.7v5.6c0 2.6 2.1 4.7 4.7 4.7h46c2.6 0 4.7-2.1 4.7-4.7V25c0-2.6-2.1-4.7-4.7-4.8zm3.2 10.4c0 1.8-1.4 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2V25c0-1.8 1.4-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2v5.6z" })));
7
+ exports.default = SectionXl;
@@ -1,11 +1,12 @@
1
1
  export { default as AddXl } from './AddXl';
2
2
  export { default as AfterEventXl } from './AfterEventXl';
3
- export { default as AbTestXl } from './AbTestXl';
4
3
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
5
- export { default as BillingXl } from './BillingXl';
4
+ export { default as AbTestXl } from './AbTestXl';
5
+ export { default as AttributeXl } from './AttributeXl';
6
+ export { default as BasketCheckXl } from './BasketCheckXl';
6
7
  export { default as BeforeEventXl } from './BeforeEventXl';
8
+ export { default as BillingXl } from './BillingXl';
7
9
  export { default as BrowserCloseXl } from './BrowserCloseXl';
8
- export { default as BasketCheckXl } from './BasketCheckXl';
9
10
  export { default as BrowserCodeXl } from './BrowserCodeXl';
10
11
  export { default as BrowserLandingXl } from './BrowserLandingXl';
11
12
  export { default as BrowserScrollXl } from './BrowserScrollXl';
@@ -15,63 +16,65 @@ export { default as CalendarIntervalXl } from './CalendarIntervalXl';
15
16
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
16
17
  export { default as CalendarXl } from './CalendarXl';
17
18
  export { default as CardVisaXl } from './CardVisaXl';
18
- export { default as CartAddXl } from './CartAddXl';
19
19
  export { default as CardAeXl } from './CardAeXl';
20
- export { default as ClassificationXl } from './ClassificationXl';
20
+ export { default as CartAddXl } from './CartAddXl';
21
21
  export { default as CheckInXl } from './CheckInXl';
22
- export { default as DiscountXl } from './DiscountXl';
22
+ export { default as ClassificationXl } from './ClassificationXl';
23
+ export { default as CheckOutXl } from './CheckOutXl';
24
+ export { default as CheckXl } from './CheckXl';
23
25
  export { default as CompareXl } from './CompareXl';
26
+ export { default as DiscountXl } from './DiscountXl';
24
27
  export { default as CupXl } from './CupXl';
25
28
  export { default as EventXl } from './EventXl';
26
- export { default as CouponXl } from './CouponXl';
27
29
  export { default as FileUpXl } from './FileUpXl';
30
+ export { default as CouponXl } from './CouponXl';
31
+ export { default as FileUrlXl } from './FileUrlXl';
28
32
  export { default as FileXl } from './FileXl';
29
- export { default as FolderCheckXl } from './FolderCheckXl';
30
- export { default as FirstRunXl } from './FirstRunXl';
31
33
  export { default as FileZipXl } from './FileZipXl';
32
- export { default as FileUrlXl } from './FileUrlXl';
34
+ export { default as FolderCheckXl } from './FolderCheckXl';
33
35
  export { default as FolderStarXl } from './FolderStarXl';
36
+ export { default as FirstRunXl } from './FirstRunXl';
34
37
  export { default as FolderUserXl } from './FolderUserXl';
38
+ export { default as FormulaXl } from './FormulaXl';
35
39
  export { default as FormXl } from './FormXl';
36
40
  export { default as FunctionXl } from './FunctionXl';
37
41
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
38
- export { default as FormulaXl } from './FormulaXl';
39
- export { default as InfoXl } from './InfoXl';
40
42
  export { default as InsertObjectXl } from './InsertObjectXl';
43
+ export { default as InfoXl } from './InfoXl';
41
44
  export { default as IntegrationXl } from './IntegrationXl';
42
- export { default as LaptopAiXl } from './LaptopAiXl';
43
45
  export { default as IntegrationsXl } from './IntegrationsXl';
46
+ export { default as LaptopAiXl } from './LaptopAiXl';
44
47
  export { default as LaptopTargetXl } from './LaptopTargetXl';
48
+ export { default as LaunchXl } from './LaunchXl';
45
49
  export { default as MessageXl } from './MessageXl';
46
50
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
47
51
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
48
- export { default as MobileBannerXl } from './MobileBannerXl';
49
52
  export { default as MobilePromotionXl } from './MobilePromotionXl';
50
- export { default as MobileStepsXl } from './MobileStepsXl';
53
+ export { default as MobileBannerXl } from './MobileBannerXl';
51
54
  export { default as MobileUpdateXl } from './MobileUpdateXl';
55
+ export { default as MobileStepsXl } from './MobileStepsXl';
52
56
  export { default as MultivalueXl } from './MultivalueXl';
53
57
  export { default as NetworkFileXl } from './NetworkFileXl';
54
58
  export { default as NotificationsEditXl } from './NotificationsEditXl';
55
- export { default as NoPermissionXl } from './NoPermissionXl';
56
59
  export { default as ProductsBundleXl } from './ProductsBundleXl';
57
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
60
+ export { default as NoPermissionXl } from './NoPermissionXl';
58
61
  export { default as ProductsFeedXl } from './ProductsFeedXl';
62
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
63
+ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
59
64
  export { default as PushXl } from './PushXl';
65
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
60
66
  export { default as ReggressionXl } from './ReggressionXl';
61
- export { default as ProductsSimilarXl } from './ProductsSimilarXl';
62
- export { default as ShowXl } from './ShowXl';
63
67
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
64
- export { default as ToolsXl } from './ToolsXl';
65
- export { default as UserCircleUpXl } from './UserCircleUpXl';
68
+ export { default as ShowXl } from './ShowXl';
69
+ export { default as SectionXl } from './SectionXl';
66
70
  export { default as SilentPushXl } from './SilentPushXl';
71
+ export { default as ToolsXl } from './ToolsXl';
67
72
  export { default as UserCircleXl } from './UserCircleXl';
73
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
68
74
  export { default as UserIdXl } from './UserIdXl';
69
- export { default as VisualEditorXl } from './VisualEditorXl';
70
75
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
76
+ export { default as VisualEditorXl } from './VisualEditorXl';
71
77
  export { default as VoucherXl } from './VoucherXl';
72
78
  export { default as WarningXl } from './WarningXl';
73
- export { default as WebhookXl } from './WebhookXl';
74
79
  export { default as WeblayerXl } from './WeblayerXl';
75
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
76
- export { default as CheckXl } from './CheckXl';
77
- export { default as CheckOutXl } from './CheckOutXl';
80
+ export { default as WebhookXl } from './WebhookXl';