@synerise/ds-icon 0.54.0 → 0.56.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,28 @@
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.56.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.55.0...@synerise/ds-icon@0.56.0) (2023-04-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * **icon:** add dynamic-key-s ([a598c94](https://github.com/Synerise/synerise-design/commit/a598c945cbde7863e9bef11b1f88d228792dc241))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.55.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.54.0...@synerise/ds-icon@0.55.0) (2023-04-19)
18
+
19
+
20
+ ### Features
21
+
22
+ * **icon:** add basic advanced builder icons ([a533f4f](https://github.com/Synerise/synerise-design/commit/a533f4f96f90ac4d5a7d706b73ebee1ba5ed37a8))
23
+
24
+
25
+
26
+
27
+
6
28
  # [0.54.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.53.0...@synerise/ds-icon@0.54.0) (2023-03-02)
7
29
 
8
30
 
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const DynamicKeyS: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DynamicKeyS;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const DynamicKeyS = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "dynamic-key-s" }, props),
5
+ React.createElement("path", { d: "M9 17a1.47 1.47 0 01-1.53-1.4v-1.2A4.81 4.81 0 007 12a4.81 4.81 0 00.45-2.4V8.4A1.47 1.47 0 019 7a1 1 0 000-2 3.48 3.48 0 00-3.53 3.4v1.2C5.47 11 5.35 11 5 11a1 1 0 000 2c.35 0 .47 0 .47 1.4v1.2A3.48 3.48 0 009 19a1 1 0 000-2zM19 11c-.35 0-.47 0-.47-1.4V8.4A3.48 3.48 0 0015 5a1 1 0 000 2 1.47 1.47 0 011.53 1.4v1.2A4.81 4.81 0 0017 12a4.81 4.81 0 00-.45 2.4v1.2A1.47 1.47 0 0115 17a1 1 0 000 2 3.48 3.48 0 003.53-3.4v-1.2c0-1.4.12-1.4.47-1.4a1 1 0 000-2z" }),
6
+ React.createElement("path", { d: "M14 15a1 1 0 00.71-.29 1 1 0 000-1.42L13.41 12l1.3-1.29a1 1 0 00-1.42-1.42L12 10.59l-1.29-1.3a1 1 0 00-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 000 1.42 1 1 0 001.42 0l1.29-1.3 1.29 1.3A1 1 0 0014 15z" })));
7
+ exports.default = DynamicKeyS;
@@ -1,64 +1,64 @@
1
1
  export { default as AddL } from './AddL';
2
- export { default as CheckL } from './CheckL';
3
- export { default as ButtonSubmitL } from './ButtonSubmitL';
4
2
  export { default as ButtonL } from './ButtonL';
3
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
4
+ export { default as CheckL } from './CheckL';
5
5
  export { default as CloseL } from './CloseL';
6
- export { default as CountdownL } from './CountdownL';
7
6
  export { default as CheckboxL } from './CheckboxL';
8
- export { default as ColumnL } from './ColumnL';
9
7
  export { default as ComboL } from './ComboL';
10
- export { default as FileTypePictureL } from './FileTypePictureL';
8
+ export { default as CountdownL } from './CountdownL';
11
9
  export { default as DividerL } from './DividerL';
10
+ export { default as ColumnL } from './ColumnL';
11
+ export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
+ export { default as FormEditL } from './FormEditL';
13
14
  export { default as FolderL } from './FolderL';
14
- export { default as HashL } from './HashL';
15
15
  export { default as FormL } from './FormL';
16
- export { default as FormEditL } from './FormEditL';
17
- export { default as ImagePotraitL } from './ImagePotraitL';
18
- export { default as ImageUrlL } from './ImageUrlL';
19
16
  export { default as FormGroupL } from './FormGroupL';
20
17
  export { default as ImageL } from './ImageL';
18
+ export { default as HashL } from './HashL';
19
+ export { default as ImageLandscapeL } from './ImageLandscapeL';
20
+ export { default as ImagePotraitL } from './ImagePotraitL';
21
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
22
+ export { default as InfoL } from './InfoL';
23
+ export { default as ImageUrlL } from './ImageUrlL';
24
+ export { default as InputL } from './InputL';
21
25
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
22
26
  export { default as LabelL } from './LabelL';
23
27
  export { default as LineL } from './LineL';
24
- export { default as ImageLandscapeL } from './ImageLandscapeL';
25
- export { default as InfoL } from './InfoL';
26
- export { default as InboxNoResultsL } from './InboxNoResultsL';
27
- export { default as LinkL } from './LinkL';
28
28
  export { default as LocationL } from './LocationL';
29
- export { default as MobileLayout1L } from './MobileLayout1L';
30
29
  export { default as MobileBlockL } from './MobileBlockL';
30
+ export { default as LinkL } from './LinkL';
31
31
  export { default as MobileClickL } from './MobileClickL';
32
- export { default as InputL } from './InputL';
32
+ export { default as MobileLayout3L } from './MobileLayout3L';
33
33
  export { default as MobileLayout2L } from './MobileLayout2L';
34
- export { default as MobileUrlL } from './MobileUrlL';
34
+ export { default as MobileLayout1L } from './MobileLayout1L';
35
35
  export { default as MobileLayout4L } from './MobileLayout4L';
36
- export { default as MobileLayout3L } from './MobileLayout3L';
37
- export { default as MultilineL } from './MultilineL';
36
+ export { default as MobileUrlL } from './MobileUrlL';
37
+ export { default as NavbarL } from './NavbarL';
38
38
  export { default as MobileLinkL } from './MobileLinkL';
39
+ export { default as MultilineL } from './MultilineL';
39
40
  export { default as NoData } from './NoData';
40
- export { default as NavbarL } from './NavbarL';
41
41
  export { default as NoPermissionL } from './NoPermissionL';
42
- export { default as RadioL } from './RadioL';
43
- export { default as PieL } from './PieL';
44
42
  export { default as QuoteL } from './QuoteL';
43
+ export { default as PieL } from './PieL';
44
+ export { default as RadioL } from './RadioL';
45
45
  export { default as RelationManyManyL } from './RelationManyManyL';
46
- export { default as RelationOneManyL } from './RelationOneManyL';
47
- export { default as RelationOneOneL } from './RelationOneOneL';
48
46
  export { default as RelationManyOneL } from './RelationManyOneL';
47
+ export { default as RelationOneManyL } from './RelationOneManyL';
49
48
  export { default as SearchNoResultsL } from './SearchNoResultsL';
49
+ export { default as RelationOneOneL } from './RelationOneOneL';
50
+ export { default as Section12L } from './Section12L';
51
+ export { default as Section13L } from './Section13L';
52
+ export { default as Section37L } from './Section37L';
50
53
  export { default as SectionL } from './SectionL';
54
+ export { default as SelectL } from './SelectL';
51
55
  export { default as SliderL } from './SliderL';
52
56
  export { default as ShowL } from './ShowL';
53
- export { default as SpinnerL } from './SpinnerL';
54
57
  export { default as StackedL } from './StackedL';
55
- export { default as Section12L } from './Section12L';
56
- export { default as TableL } from './TableL';
57
- export { default as TextareaL } from './TextareaL';
58
58
  export { default as TextL } from './TextL';
59
59
  export { default as TooltipL } from './TooltipL';
60
- export { default as VideoL } from './VideoL';
60
+ export { default as SpinnerL } from './SpinnerL';
61
+ export { default as TableL } from './TableL';
62
+ export { default as TextareaL } from './TextareaL';
61
63
  export { default as WarningL } from './WarningL';
62
- export { default as Section37L } from './Section37L';
63
- export { default as Section13L } from './Section13L';
64
- export { default as SelectL } from './SelectL';
64
+ export { default as VideoL } from './VideoL';
@@ -2,129 +2,129 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var AddL_1 = require("./AddL");
4
4
  Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
5
- var CheckL_1 = require("./CheckL");
6
- Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
7
- var ButtonSubmitL_1 = require("./ButtonSubmitL");
8
- Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
9
5
  var ButtonL_1 = require("./ButtonL");
10
6
  Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
7
+ var ButtonSubmitL_1 = require("./ButtonSubmitL");
8
+ Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
9
+ var CheckL_1 = require("./CheckL");
10
+ Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
11
11
  var CloseL_1 = require("./CloseL");
12
12
  Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
13
- var CountdownL_1 = require("./CountdownL");
14
- Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
15
13
  var CheckboxL_1 = require("./CheckboxL");
16
14
  Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
17
- var ColumnL_1 = require("./ColumnL");
18
- Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
19
15
  var ComboL_1 = require("./ComboL");
20
16
  Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
21
- var FileTypePictureL_1 = require("./FileTypePictureL");
22
- Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
17
+ var CountdownL_1 = require("./CountdownL");
18
+ Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
23
19
  var DividerL_1 = require("./DividerL");
24
20
  Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
21
+ var ColumnL_1 = require("./ColumnL");
22
+ Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
23
+ var FileTypePictureL_1 = require("./FileTypePictureL");
24
+ Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
25
25
  var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
26
26
  Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
27
+ var FormEditL_1 = require("./FormEditL");
28
+ Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
27
29
  var FolderL_1 = require("./FolderL");
28
30
  Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
29
- var HashL_1 = require("./HashL");
30
- Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
31
31
  var FormL_1 = require("./FormL");
32
32
  Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
33
- var FormEditL_1 = require("./FormEditL");
34
- Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
35
- var ImagePotraitL_1 = require("./ImagePotraitL");
36
- Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
37
- var ImageUrlL_1 = require("./ImageUrlL");
38
- Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
39
33
  var FormGroupL_1 = require("./FormGroupL");
40
34
  Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
41
35
  var ImageL_1 = require("./ImageL");
42
36
  Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
37
+ var HashL_1 = require("./HashL");
38
+ Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
39
+ var ImageLandscapeL_1 = require("./ImageLandscapeL");
40
+ Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
41
+ var ImagePotraitL_1 = require("./ImagePotraitL");
42
+ Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
43
+ var InboxNoResultsL_1 = require("./InboxNoResultsL");
44
+ Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
45
+ var InfoL_1 = require("./InfoL");
46
+ Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
47
+ var ImageUrlL_1 = require("./ImageUrlL");
48
+ Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
49
+ var InputL_1 = require("./InputL");
50
+ Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
43
51
  var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
44
52
  Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
45
53
  var LabelL_1 = require("./LabelL");
46
54
  Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
47
55
  var LineL_1 = require("./LineL");
48
56
  Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
49
- var ImageLandscapeL_1 = require("./ImageLandscapeL");
50
- Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
51
- var InfoL_1 = require("./InfoL");
52
- Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
53
- var InboxNoResultsL_1 = require("./InboxNoResultsL");
54
- Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
55
- var LinkL_1 = require("./LinkL");
56
- Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
57
57
  var LocationL_1 = require("./LocationL");
58
58
  Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
59
- var MobileLayout1L_1 = require("./MobileLayout1L");
60
- Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
61
59
  var MobileBlockL_1 = require("./MobileBlockL");
62
60
  Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
61
+ var LinkL_1 = require("./LinkL");
62
+ Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
63
63
  var MobileClickL_1 = require("./MobileClickL");
64
64
  Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
65
- var InputL_1 = require("./InputL");
66
- Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
65
+ var MobileLayout3L_1 = require("./MobileLayout3L");
66
+ Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
67
67
  var MobileLayout2L_1 = require("./MobileLayout2L");
68
68
  Object.defineProperty(exports, "MobileLayout2L", { enumerable: true, get: function () { return MobileLayout2L_1.default; } });
69
- var MobileUrlL_1 = require("./MobileUrlL");
70
- Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
69
+ var MobileLayout1L_1 = require("./MobileLayout1L");
70
+ Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
71
71
  var MobileLayout4L_1 = require("./MobileLayout4L");
72
72
  Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
73
- var MobileLayout3L_1 = require("./MobileLayout3L");
74
- Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
75
- var MultilineL_1 = require("./MultilineL");
76
- Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
73
+ var MobileUrlL_1 = require("./MobileUrlL");
74
+ Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
75
+ var NavbarL_1 = require("./NavbarL");
76
+ Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
77
77
  var MobileLinkL_1 = require("./MobileLinkL");
78
78
  Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
79
+ var MultilineL_1 = require("./MultilineL");
80
+ Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
79
81
  var NoData_1 = require("./NoData");
80
82
  Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
81
- var NavbarL_1 = require("./NavbarL");
82
- Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
83
83
  var NoPermissionL_1 = require("./NoPermissionL");
84
84
  Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
85
- var RadioL_1 = require("./RadioL");
86
- Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
87
- var PieL_1 = require("./PieL");
88
- Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
89
85
  var QuoteL_1 = require("./QuoteL");
90
86
  Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
87
+ var PieL_1 = require("./PieL");
88
+ Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
89
+ var RadioL_1 = require("./RadioL");
90
+ Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
91
91
  var RelationManyManyL_1 = require("./RelationManyManyL");
92
92
  Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
93
- var RelationOneManyL_1 = require("./RelationOneManyL");
94
- Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
95
- var RelationOneOneL_1 = require("./RelationOneOneL");
96
- Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
97
93
  var RelationManyOneL_1 = require("./RelationManyOneL");
98
94
  Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
95
+ var RelationOneManyL_1 = require("./RelationOneManyL");
96
+ Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
99
97
  var SearchNoResultsL_1 = require("./SearchNoResultsL");
100
98
  Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
99
+ var RelationOneOneL_1 = require("./RelationOneOneL");
100
+ Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
101
+ var Section12L_1 = require("./Section12L");
102
+ Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
103
+ var Section13L_1 = require("./Section13L");
104
+ Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
105
+ var Section37L_1 = require("./Section37L");
106
+ Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
101
107
  var SectionL_1 = require("./SectionL");
102
108
  Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
109
+ var SelectL_1 = require("./SelectL");
110
+ Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
103
111
  var SliderL_1 = require("./SliderL");
104
112
  Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
105
113
  var ShowL_1 = require("./ShowL");
106
114
  Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
107
- var SpinnerL_1 = require("./SpinnerL");
108
- Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
109
115
  var StackedL_1 = require("./StackedL");
110
116
  Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
111
- var Section12L_1 = require("./Section12L");
112
- Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
113
- var TableL_1 = require("./TableL");
114
- Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
115
- var TextareaL_1 = require("./TextareaL");
116
- Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
117
117
  var TextL_1 = require("./TextL");
118
118
  Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
119
119
  var TooltipL_1 = require("./TooltipL");
120
120
  Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
121
- var VideoL_1 = require("./VideoL");
122
- Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
121
+ var SpinnerL_1 = require("./SpinnerL");
122
+ Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
123
+ var TableL_1 = require("./TableL");
124
+ Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
125
+ var TextareaL_1 = require("./TextareaL");
126
+ Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
123
127
  var WarningL_1 = require("./WarningL");
124
128
  Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
125
- var Section37L_1 = require("./Section37L");
126
- Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
127
- var Section13L_1 = require("./Section13L");
128
- Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
129
- var SelectL_1 = require("./SelectL");
130
- Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
129
+ var VideoL_1 = require("./VideoL");
130
+ Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const AdvancedBuilderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default AdvancedBuilderXl;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const AdvancedBuilderXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "advanced-builder-xl" }, props),
5
+ React.createElement("g", { fill: "#384350" },
6
+ React.createElement("path", { d: "M54.9 20.1H22.7c-1.6 0-2.8 1.3-2.8 2.8v50c0 1.6 1.3 2.8 2.8 2.8h32.2c1.6 0 2.8-1.3 2.8-2.8v-50c0-1.6-1.2-2.8-2.8-2.8zm1.3 52.8c0 .7-.6 1.3-1.3 1.3H22.7c-.7 0-1.3-.6-1.3-1.3v-50c0-.7.6-1.3 1.3-1.3h32.2c.7 0 1.3.6 1.3 1.3v50zM73.1 51.1h-9.9c-1.6 0-2.8 1.3-2.8 2.8v19c0 1.6 1.3 2.8 2.8 2.8h9.9c1.6 0 2.8-1.3 2.8-2.8V54c0-1.6-1.3-2.9-2.8-2.9zm1.3 21.8c0 .7-.6 1.3-1.3 1.3h-9.9c-.7 0-1.3-.6-1.3-1.3V54c0-.7.6-1.3 1.3-1.3h9.9c.7 0 1.3.6 1.3 1.3v18.9zM67.6 48c.3.3.7.3 1 0l4-3.8c.1-.1.2-.3.2-.5V23.1c0-1.7-1.4-3.1-3.1-3.1h-3.3c-1.7 0-3.1 1.4-3.1 3.1v20.6c0 .2.1.4.2.5l4.1 3.8zm.5-1.5l-3.2-3.1v-1.6h6.5v1.6l-3.3 3.1zm-1.6-25h3.3c.9 0 1.6.7 1.6 1.6v17.2h-6.5V23.1c0-.9.7-1.6 1.6-1.6z" }),
7
+ React.createElement("path", { d: "M48.5 53.5H29.1c-1.6 0-2.8 1.3-2.8 2.8V66c0 1.6 1.3 2.8 2.8 2.8h19.3c1.6 0 2.8-1.3 2.8-2.8v-9.7c.1-1.5-1.2-2.8-2.7-2.8zM49.8 66c0 .7-.6 1.3-1.3 1.3H29.1c-.7 0-1.3-.6-1.3-1.3v-9.7c0-.7.6-1.3 1.3-1.3h19.3c.7 0 1.3.6 1.3 1.3V66z" }),
8
+ React.createElement("path", { d: "M42.1 60.4h-2.5v-2.5c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v2.5h-2.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8H38v2.5c0 .4.3.8.8.8.4 0 .8-.3.8-.8V62h2.5c.4 0 .8-.3.8-.8-.1-.5-.4-.8-.8-.8zM50.6 48.3H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8zM50.6 43.1H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8zM50.6 38H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.5-.4-.8-.8-.8zM27.1 34.3h11.7c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H27.1c-.4 0-.8.3-.8.8 0 .4.4.8.8.8z" }))));
9
+ exports.default = AdvancedBuilderXl;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const BasicBuilderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default BasicBuilderXl;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const React = require("react");
4
+ const BasicBuilderXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "basic-builder-xl" }, props),
5
+ React.createElement("g", { fill: "#384350" },
6
+ React.createElement("path", { d: "M59.8 48.3H36.9c-1.6 0-3-.6-4.1-1.7-1-1-1.7-2.5-1.7-4.1 0-1.6.6-3 1.7-4.1 1-1 2.5-1.7 4.1-1.7h17.5c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H36.9c-4 0-7.3 3.3-7.3 7.3s3.3 7.3 7.3 7.3h22.9c1.6 0 3 .6 4.1 1.7 1 1 1.7 2.5 1.7 4.1 0 1.6-.6 3-1.7 4.1-1 1-2.5 1.7-4.1 1.7H30.4c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h29.4c4 0 7.3-3.3 7.3-7.3s-3.3-7.3-7.3-7.3z" }),
7
+ React.createElement("path", { d: "M78.9 19.8c0-.8-.3-1.6-.9-2.2l-2.3-2.3c-.6-.6-1.4-.9-2.2-.9-.8 0-1.6.3-2.2.9l-4.8 4.8H23.1c-1.6 0-2.8 1.3-2.8 2.8v50c0 1.6 1.3 2.8 2.8 2.8h50.1c1.6 0 2.8-1.3 2.8-2.8V24l2-2c.6-.6.9-1.4.9-2.2zm-4.4 53.1c0 .7-.6 1.3-1.3 1.3H23.1c-.7 0-1.3-.6-1.3-1.3v-50c0-.7.6-1.3 1.3-1.3h42L58.7 28l-1.9 1.9c-.1.1-.2.3-.2.5l.1 5.5c0 .4.3.7.7.7l5.5.1c.2 0 .4-.1.5-.2l11-11v47.4zM59.2 29.6l4.6 4.6-1.1 1.1-4.5-.1-.1-4.5 1.1-1.1zM77 20.9L64.8 33.1l-4.6-4.6 12.1-12.1c.3-.3.7-.5 1.1-.5.4 0 .8.2 1.1.5l2.3 2.3c.3.3.5.7.5 1.1.1.4 0 .8-.3 1.1z" }))));
8
+ exports.default = BasicBuilderXl;
@@ -1,81 +1,83 @@
1
1
  export { default as AddXl } from './AddXl';
2
- export { default as AfterEventXl } from './AfterEventXl';
3
2
  export { default as AbTestXl } from './AbTestXl';
4
- export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
5
- export { default as BrowserCodeXl } from './BrowserCodeXl';
3
+ export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
+ export { default as AfterEventXl } from './AfterEventXl';
5
+ export { default as AttributeXl } from './AttributeXl';
6
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
7
+ export { default as BasketCheckXl } from './BasketCheckXl';
6
8
  export { default as BeforeEventXl } from './BeforeEventXl';
9
+ export { default as BillingXl } from './BillingXl';
10
+ export { default as BrowserCloseXl } from './BrowserCloseXl';
11
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
12
+ export { default as BrowserCodeXl } from './BrowserCodeXl';
13
+ export { default as CalculatorXl } from './CalculatorXl';
7
14
  export { default as BrowserLandingXl } from './BrowserLandingXl';
8
- export { default as BasketCheckXl } from './BasketCheckXl';
9
- export { default as AttributeXl } from './AttributeXl';
10
15
  export { default as BulbEditXl } from './BulbEditXl';
11
- export { default as CalculatorXl } from './CalculatorXl';
12
16
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
13
- export { default as BrowserCloseXl } from './BrowserCloseXl';
14
17
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
18
+ export { default as CardAeXl } from './CardAeXl';
15
19
  export { default as CalendarXl } from './CalendarXl';
16
20
  export { default as CartAddXl } from './CartAddXl';
17
- export { default as CardVisaXl } from './CardVisaXl';
18
- export { default as BrowserScrollXl } from './BrowserScrollXl';
19
- export { default as CardAeXl } from './CardAeXl';
20
- export { default as CheckOutXl } from './CheckOutXl';
21
- export { default as BillingXl } from './BillingXl';
22
21
  export { default as CheckInXl } from './CheckInXl';
22
+ export { default as CheckOutXl } from './CheckOutXl';
23
+ export { default as CardVisaXl } from './CardVisaXl';
23
24
  export { default as CheckXl } from './CheckXl';
24
25
  export { default as ClassificationXl } from './ClassificationXl';
25
26
  export { default as CompareXl } from './CompareXl';
26
- export { default as DiscountXl } from './DiscountXl';
27
- export { default as CupXl } from './CupXl';
28
27
  export { default as CouponXl } from './CouponXl';
28
+ export { default as CupXl } from './CupXl';
29
+ export { default as DiscountXl } from './DiscountXl';
29
30
  export { default as EventXl } from './EventXl';
30
31
  export { default as FileUpXl } from './FileUpXl';
31
32
  export { default as FileUrlXl } from './FileUrlXl';
32
- export { default as FileZipXl } from './FileZipXl';
33
33
  export { default as FileXl } from './FileXl';
34
+ export { default as FileZipXl } from './FileZipXl';
35
+ export { default as FirstRunXl } from './FirstRunXl';
34
36
  export { default as FolderCheckXl } from './FolderCheckXl';
35
- export { default as FolderUserXl } from './FolderUserXl';
36
37
  export { default as FolderStarXl } from './FolderStarXl';
38
+ export { default as FolderUserXl } from './FolderUserXl';
37
39
  export { default as FolderXl } from './FolderXl';
38
40
  export { default as FormXl } from './FormXl';
39
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
40
- export { default as FirstRunXl } from './FirstRunXl';
41
41
  export { default as FormulaXl } from './FormulaXl';
42
42
  export { default as FunctionXl } from './FunctionXl';
43
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
43
44
  export { default as InfoXl } from './InfoXl';
45
+ export { default as IntegrationXl } from './IntegrationXl';
44
46
  export { default as InsertObjectXl } from './InsertObjectXl';
45
47
  export { default as IntegrationsXl } from './IntegrationsXl';
46
- export { default as IntegrationXl } from './IntegrationXl';
48
+ export { default as LaptopAiXl } from './LaptopAiXl';
47
49
  export { default as LaptopTargetXl } from './LaptopTargetXl';
48
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
49
50
  export { default as LaunchXl } from './LaunchXl';
50
51
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
51
- export { default as MobileStepsXl } from './MobileStepsXl';
52
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
52
53
  export { default as MessageXl } from './MessageXl';
53
- export { default as MultivalueXl } from './MultivalueXl';
54
54
  export { default as MobilePromotionXl } from './MobilePromotionXl';
55
+ export { default as MobileStepsXl } from './MobileStepsXl';
55
56
  export { default as MobileBannerXl } from './MobileBannerXl';
57
+ export { default as MultivalueXl } from './MultivalueXl';
56
58
  export { default as MobileUpdateXl } from './MobileUpdateXl';
57
- export { default as NoPermissionXl } from './NoPermissionXl';
58
59
  export { default as NetworkFileXl } from './NetworkFileXl';
60
+ export { default as NoPermissionXl } from './NoPermissionXl';
61
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
59
62
  export { default as NotificationsEditXl } from './NotificationsEditXl';
60
63
  export { default as ProductsFeedXl } from './ProductsFeedXl';
61
- export { default as ProductsBundleXl } from './ProductsBundleXl';
62
- export { default as ProductsSimilarXl } from './ProductsSimilarXl';
63
64
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
64
- export { default as LaptopAiXl } from './LaptopAiXl';
65
- export { default as SectionXl } from './SectionXl';
66
65
  export { default as ReggressionXl } from './ReggressionXl';
66
+ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
67
67
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
68
- export { default as SilentPushXl } from './SilentPushXl';
69
- export { default as ShowXl } from './ShowXl';
70
- export { default as UserCircleXl } from './UserCircleXl';
71
68
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
72
- export { default as ToolsXl } from './ToolsXl';
69
+ export { default as PushXl } from './PushXl';
70
+ export { default as SectionXl } from './SectionXl';
71
+ export { default as ShowXl } from './ShowXl';
73
72
  export { default as UserCircleUpXl } from './UserCircleUpXl';
74
- export { default as VisualEditorXl } from './VisualEditorXl';
73
+ export { default as SilentPushXl } from './SilentPushXl';
74
+ export { default as ToolsXl } from './ToolsXl';
75
+ export { default as UserCircleXl } from './UserCircleXl';
75
76
  export { default as UserIdXl } from './UserIdXl';
76
- export { default as VoucherXl } from './VoucherXl';
77
77
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
78
- export { default as WarningXl } from './WarningXl';
78
+ export { default as VisualEditorXl } from './VisualEditorXl';
79
+ export { default as VoucherXl } from './VoucherXl';
79
80
  export { default as WebhookXl } from './WebhookXl';
80
81
  export { default as WeblayerXl } from './WeblayerXl';
81
- export { default as PushXl } from './PushXl';
82
+ export { default as WarningXl } from './WarningXl';
83
+ export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';