@synerise/ds-icon 0.46.2 → 0.47.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 CHANGED
@@ -3,6 +3,17 @@
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.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.46.2...@synerise/ds-icon@0.47.0) (2022-01-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **icon:** XL icons: attribute, section ([1001066](https://github.com/Synerise/synerise-design/commit/1001066cfb13428f0021fb2cb00940898c998e3b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
  **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
3
  export { default as CheckboxL } from './CheckboxL';
6
4
  export { default as CloseL } from './CloseL';
7
- export { default as ColumnL } from './ColumnL';
8
5
  export { default as ComboL } from './ComboL';
6
+ export { default as ColumnL } from './ColumnL';
9
7
  export { default as CountdownL } from './CountdownL';
10
- export { default as DividerL } from './DividerL';
11
8
  export { default as FileTypePictureL } from './FileTypePictureL';
9
+ export { default as DividerL } from './DividerL';
10
+ export { default as AddL } from './AddL';
11
+ export { default as ButtonL } from './ButtonL';
12
12
  export { default as FormEditL } from './FormEditL';
13
13
  export { default as FormGroupL } from './FormGroupL';
14
- export { default as FormL } from './FormL';
15
- export { default as HashL } from './HashL';
16
14
  export { default as ImageL } from './ImageL';
17
- export { default as ImagePotraitL } from './ImagePotraitL';
18
15
  export { default as ImageLandscapeL } from './ImageLandscapeL';
19
- export { default as ImageUrlL } from './ImageUrlL';
20
- export { default as InfoL } from './InfoL';
16
+ export { default as ImagePotraitL } from './ImagePotraitL';
17
+ export { default as FormL } from './FormL';
18
+ export { default as HashL } from './HashL';
21
19
  export { default as InboxNoResultsL } from './InboxNoResultsL';
22
20
  export { default as InputL } from './InputL';
21
+ export { default as ImageUrlL } from './ImageUrlL';
22
+ export { default as InfoL } from './InfoL';
23
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
23
24
  export { default as LineL } from './LineL';
24
25
  export { default as LabelL } from './LabelL';
26
+ export { default as MobileClickL } from './MobileClickL';
27
+ export { default as MobileBlockL } from './MobileBlockL';
25
28
  export { default as LinkL } from './LinkL';
26
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
27
29
  export { default as LocationL } from './LocationL';
28
- export { default as MobileBlockL } from './MobileBlockL';
29
- export { default as MobileClickL } from './MobileClickL';
30
- export { default as MobileLayout1L } from './MobileLayout1L';
31
30
  export { default as MobileLayout2L } from './MobileLayout2L';
31
+ export { default as MobileLinkL } from './MobileLinkL';
32
32
  export { default as MobileLayout3L } from './MobileLayout3L';
33
33
  export { default as MobileLayout4L } from './MobileLayout4L';
34
- export { default as MobileLinkL } from './MobileLinkL';
35
34
  export { default as MobileUrlL } from './MobileUrlL';
36
35
  export { default as MultilineL } from './MultilineL';
36
+ export { default as MobileLayout1L } from './MobileLayout1L';
37
37
  export { default as NavbarL } from './NavbarL';
38
- export { default as NoData } from './NoData';
39
- export { default as NoPermissionL } from './NoPermissionL';
40
38
  export { default as PieL } from './PieL';
41
39
  export { default as QuoteL } from './QuoteL';
42
40
  export { default as RelationManyManyL } from './RelationManyManyL';
43
41
  export { default as RadioL } from './RadioL';
44
42
  export { default as RelationOneManyL } from './RelationOneManyL';
45
- export { default as RelationManyOneL } from './RelationManyOneL';
46
43
  export { default as RelationOneOneL } from './RelationOneOneL';
47
- export { default as SearchNoResultsL } from './SearchNoResultsL';
48
- export { default as Section13L } from './Section13L';
49
- export { default as Section37L } from './Section37L';
50
- export { default as Section12L } from './Section12L';
44
+ export { default as RelationManyOneL } from './RelationManyOneL';
45
+ export { default as NoData } from './NoData';
46
+ export { default as NoPermissionL } from './NoPermissionL';
51
47
  export { default as SectionL } from './SectionL';
52
48
  export { default as SelectL } from './SelectL';
53
49
  export { default as SliderL } from './SliderL';
50
+ export { default as Section13L } from './Section13L';
54
51
  export { default as SpinnerL } from './SpinnerL';
55
52
  export { default as StackedL } from './StackedL';
56
53
  export { default as TableL } from './TableL';
57
54
  export { default as TextL } from './TextL';
58
55
  export { default as TextareaL } from './TextareaL';
56
+ export { default as TooltipL } from './TooltipL';
59
57
  export { default as VideoL } from './VideoL';
60
58
  export { default as WarningL } from './WarningL';
61
- export { default as TooltipL } from './TooltipL';
59
+ export { default as Section37L } from './Section37L';
60
+ export { default as SearchNoResultsL } from './SearchNoResultsL';
61
+ export { default as Section12L } from './Section12L';
@@ -1,9 +1,5 @@
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");
@@ -12,72 +8,72 @@ var CheckboxL_1 = require("./CheckboxL");
12
8
  Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
13
9
  var CloseL_1 = require("./CloseL");
14
10
  Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
15
- var ColumnL_1 = require("./ColumnL");
16
- Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
17
11
  var ComboL_1 = require("./ComboL");
18
12
  Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
13
+ var ColumnL_1 = require("./ColumnL");
14
+ Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
19
15
  var CountdownL_1 = require("./CountdownL");
20
16
  Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
21
- var DividerL_1 = require("./DividerL");
22
- Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
23
17
  var FileTypePictureL_1 = require("./FileTypePictureL");
24
18
  Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
19
+ var DividerL_1 = require("./DividerL");
20
+ Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
21
+ var AddL_1 = require("./AddL");
22
+ Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
23
+ var ButtonL_1 = require("./ButtonL");
24
+ Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
25
25
  var FormEditL_1 = require("./FormEditL");
26
26
  Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
27
27
  var FormGroupL_1 = require("./FormGroupL");
28
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; } });
31
- var HashL_1 = require("./HashL");
32
- Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
33
29
  var ImageL_1 = require("./ImageL");
34
30
  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
31
  var ImageLandscapeL_1 = require("./ImageLandscapeL");
38
32
  Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
39
- var ImageUrlL_1 = require("./ImageUrlL");
40
- Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
41
- var InfoL_1 = require("./InfoL");
42
- Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
33
+ var ImagePotraitL_1 = require("./ImagePotraitL");
34
+ Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
35
+ var FormL_1 = require("./FormL");
36
+ Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
37
+ var HashL_1 = require("./HashL");
38
+ Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
43
39
  var InboxNoResultsL_1 = require("./InboxNoResultsL");
44
40
  Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
45
41
  var InputL_1 = require("./InputL");
46
42
  Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
43
+ var ImageUrlL_1 = require("./ImageUrlL");
44
+ Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
45
+ var InfoL_1 = require("./InfoL");
46
+ Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
47
+ var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
48
+ Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
47
49
  var LineL_1 = require("./LineL");
48
50
  Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
49
51
  var LabelL_1 = require("./LabelL");
50
52
  Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
53
+ var MobileClickL_1 = require("./MobileClickL");
54
+ Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
55
+ var MobileBlockL_1 = require("./MobileBlockL");
56
+ Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
51
57
  var LinkL_1 = require("./LinkL");
52
58
  Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
53
- var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
54
- Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
55
59
  var LocationL_1 = require("./LocationL");
56
60
  Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
57
- var MobileBlockL_1 = require("./MobileBlockL");
58
- Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
59
- var MobileClickL_1 = require("./MobileClickL");
60
- 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
61
  var MobileLayout2L_1 = require("./MobileLayout2L");
64
62
  Object.defineProperty(exports, "MobileLayout2L", { enumerable: true, get: function () { return MobileLayout2L_1.default; } });
63
+ var MobileLinkL_1 = require("./MobileLinkL");
64
+ Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
65
65
  var MobileLayout3L_1 = require("./MobileLayout3L");
66
66
  Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
67
67
  var MobileLayout4L_1 = require("./MobileLayout4L");
68
68
  Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
69
- var MobileLinkL_1 = require("./MobileLinkL");
70
- Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
71
69
  var MobileUrlL_1 = require("./MobileUrlL");
72
70
  Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
73
71
  var MultilineL_1 = require("./MultilineL");
74
72
  Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
73
+ var MobileLayout1L_1 = require("./MobileLayout1L");
74
+ Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
75
75
  var NavbarL_1 = require("./NavbarL");
76
76
  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
- var NoPermissionL_1 = require("./NoPermissionL");
80
- Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
81
77
  var PieL_1 = require("./PieL");
82
78
  Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
83
79
  var QuoteL_1 = require("./QuoteL");
@@ -88,24 +84,22 @@ var RadioL_1 = require("./RadioL");
88
84
  Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
89
85
  var RelationOneManyL_1 = require("./RelationOneManyL");
90
86
  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
87
  var RelationOneOneL_1 = require("./RelationOneOneL");
94
88
  Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
95
- var SearchNoResultsL_1 = require("./SearchNoResultsL");
96
- Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
97
- var Section13L_1 = require("./Section13L");
98
- Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
99
- var Section37L_1 = require("./Section37L");
100
- Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
101
- var Section12L_1 = require("./Section12L");
102
- Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
89
+ var RelationManyOneL_1 = require("./RelationManyOneL");
90
+ Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
91
+ var NoData_1 = require("./NoData");
92
+ Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
93
+ var NoPermissionL_1 = require("./NoPermissionL");
94
+ Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
103
95
  var SectionL_1 = require("./SectionL");
104
96
  Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
105
97
  var SelectL_1 = require("./SelectL");
106
98
  Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
107
99
  var SliderL_1 = require("./SliderL");
108
100
  Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
101
+ var Section13L_1 = require("./Section13L");
102
+ Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
109
103
  var SpinnerL_1 = require("./SpinnerL");
110
104
  Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
111
105
  var StackedL_1 = require("./StackedL");
@@ -116,9 +110,15 @@ var TextL_1 = require("./TextL");
116
110
  Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
117
111
  var TextareaL_1 = require("./TextareaL");
118
112
  Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
113
+ var TooltipL_1 = require("./TooltipL");
114
+ Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
119
115
  var VideoL_1 = require("./VideoL");
120
116
  Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
121
117
  var WarningL_1 = require("./WarningL");
122
118
  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; } });
119
+ var Section37L_1 = require("./Section37L");
120
+ Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
121
+ var SearchNoResultsL_1 = require("./SearchNoResultsL");
122
+ Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
123
+ var Section12L_1 = require("./Section12L");
124
+ Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_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 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,77 +1,79 @@
1
- export { default as AddXl } from './AddXl';
2
- export { default as AfterEventXl } from './AfterEventXl';
3
1
  export { default as AbTestXl } from './AbTestXl';
2
+ export { default as AddXl } from './AddXl';
3
+ export { default as AttributeXl } from './AttributeXl';
4
4
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
5
- export { default as BillingXl } from './BillingXl';
5
+ export { default as BasketCheckXl } from './BasketCheckXl';
6
6
  export { default as BeforeEventXl } from './BeforeEventXl';
7
+ export { default as BillingXl } from './BillingXl';
7
8
  export { default as BrowserCloseXl } from './BrowserCloseXl';
8
- export { default as BasketCheckXl } from './BasketCheckXl';
9
+ export { default as AfterEventXl } from './AfterEventXl';
9
10
  export { default as BrowserCodeXl } from './BrowserCodeXl';
11
+ export { default as BulbEditXl } from './BulbEditXl';
10
12
  export { default as BrowserLandingXl } from './BrowserLandingXl';
11
13
  export { default as BrowserScrollXl } from './BrowserScrollXl';
12
14
  export { default as CalculatorXl } from './CalculatorXl';
13
- export { default as BulbEditXl } from './BulbEditXl';
15
+ export { default as CalendarXl } from './CalendarXl';
14
16
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
15
17
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
16
- export { default as CalendarXl } from './CalendarXl';
17
18
  export { default as CardVisaXl } from './CardVisaXl';
18
19
  export { default as CartAddXl } from './CartAddXl';
19
- export { default as CardAeXl } from './CardAeXl';
20
+ export { default as CheckXl } from './CheckXl';
21
+ export { default as CompareXl } from './CompareXl';
20
22
  export { default as ClassificationXl } from './ClassificationXl';
21
- export { default as CheckInXl } from './CheckInXl';
22
23
  export { default as DiscountXl } from './DiscountXl';
23
- export { default as CompareXl } from './CompareXl';
24
24
  export { default as CupXl } from './CupXl';
25
- export { default as EventXl } from './EventXl';
26
25
  export { default as CouponXl } from './CouponXl';
27
- export { default as FileUpXl } from './FileUpXl';
26
+ export { default as FileUrlXl } from './FileUrlXl';
27
+ export { default as EventXl } from './EventXl';
28
28
  export { default as FileXl } from './FileXl';
29
- export { default as FolderCheckXl } from './FolderCheckXl';
30
29
  export { default as FirstRunXl } from './FirstRunXl';
31
30
  export { default as FileZipXl } from './FileZipXl';
32
- export { default as FileUrlXl } from './FileUrlXl';
31
+ export { default as FolderCheckXl } from './FolderCheckXl';
33
32
  export { default as FolderStarXl } from './FolderStarXl';
34
33
  export { default as FolderUserXl } from './FolderUserXl';
34
+ export { default as CheckOutXl } from './CheckOutXl';
35
35
  export { default as FormXl } from './FormXl';
36
36
  export { default as FunctionXl } from './FunctionXl';
37
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
37
+ export { default as FileUpXl } from './FileUpXl';
38
38
  export { default as FormulaXl } from './FormulaXl';
39
- export { default as InfoXl } from './InfoXl';
40
- export { default as InsertObjectXl } from './InsertObjectXl';
39
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
41
40
  export { default as IntegrationXl } from './IntegrationXl';
42
- export { default as LaptopAiXl } from './LaptopAiXl';
41
+ export { default as InsertObjectXl } from './InsertObjectXl';
43
42
  export { default as IntegrationsXl } from './IntegrationsXl';
43
+ export { default as LaptopAiXl } from './LaptopAiXl';
44
44
  export { default as LaptopTargetXl } from './LaptopTargetXl';
45
- export { default as MessageXl } from './MessageXl';
46
45
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
46
+ export { default as InfoXl } from './InfoXl';
47
47
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
48
- export { default as MobileBannerXl } from './MobileBannerXl';
48
+ export { default as MessageXl } from './MessageXl';
49
49
  export { default as MobilePromotionXl } from './MobilePromotionXl';
50
50
  export { default as MobileStepsXl } from './MobileStepsXl';
51
51
  export { default as MobileUpdateXl } from './MobileUpdateXl';
52
- export { default as MultivalueXl } from './MultivalueXl';
53
52
  export { default as NetworkFileXl } from './NetworkFileXl';
54
- export { default as NotificationsEditXl } from './NotificationsEditXl';
53
+ export { default as MultivalueXl } from './MultivalueXl';
55
54
  export { default as NoPermissionXl } from './NoPermissionXl';
56
55
  export { default as ProductsBundleXl } from './ProductsBundleXl';
57
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
56
+ export { default as NotificationsEditXl } from './NotificationsEditXl';
58
57
  export { default as ProductsFeedXl } from './ProductsFeedXl';
58
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
59
59
  export { default as PushXl } from './PushXl';
60
- export { default as ReggressionXl } from './ReggressionXl';
61
60
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
62
- export { default as ShowXl } from './ShowXl';
61
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
62
+ export { default as ReggressionXl } from './ReggressionXl';
63
+ export { default as SectionXl } from './SectionXl';
63
64
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
64
- export { default as ToolsXl } from './ToolsXl';
65
- export { default as UserCircleUpXl } from './UserCircleUpXl';
65
+ export { default as MobileBannerXl } from './MobileBannerXl';
66
+ export { default as ShowXl } from './ShowXl';
66
67
  export { default as SilentPushXl } from './SilentPushXl';
67
68
  export { default as UserCircleXl } from './UserCircleXl';
69
+ export { default as CheckInXl } from './CheckInXl';
70
+ export { default as CardAeXl } from './CardAeXl';
71
+ export { default as VisualEditorStarXl } from './VisualEditorStarXl';
68
72
  export { default as UserIdXl } from './UserIdXl';
73
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
69
74
  export { default as VisualEditorXl } from './VisualEditorXl';
70
- export { default as VisualEditorStarXl } from './VisualEditorStarXl';
71
- export { default as VoucherXl } from './VoucherXl';
75
+ export { default as ToolsXl } from './ToolsXl';
72
76
  export { default as WarningXl } from './WarningXl';
77
+ export { default as VoucherXl } from './VoucherXl';
73
78
  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';