@synerise/ds-icon 0.65.0 → 0.65.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 +19 -0
- package/dist/cjs/icons/Add2FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Add2FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Add3FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Add3FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Check3FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Check3FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Close2FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Close2FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Close3FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Close3FullBackgroundM.js +7 -0
- package/dist/cjs/icons/ErrorFillFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/ErrorFillFullBackgroundM.js +7 -0
- package/dist/cjs/icons/ErrorFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/ErrorFullBackgroundM.js +7 -0
- package/dist/cjs/icons/InfoFillFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/InfoFillFullBackgroundM.js +7 -0
- package/dist/cjs/icons/InfoFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/InfoFullBackgroundM.js +7 -0
- package/dist/cjs/icons/L/index.d.ts +18 -18
- package/dist/cjs/icons/L/index.js +38 -38
- package/dist/cjs/icons/ThunderFullBackgroundFillM.d.ts +3 -0
- package/dist/cjs/icons/ThunderFullBackgroundFillM.js +7 -0
- package/dist/cjs/icons/ThunderFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/ThunderFullBackgroundM.js +7 -0
- package/dist/cjs/icons/WarningFillFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/WarningFillFullBackgroundM.js +7 -0
- package/dist/cjs/icons/WarningFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/WarningFullBackgroundM.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +25 -25
- package/dist/cjs/icons/XL/index.js +52 -52
- package/dist/cjs/icons/additional/index.d.ts +23 -23
- package/dist/cjs/icons/additional/index.js +48 -48
- package/dist/cjs/icons/index.d.ts +212 -199
- package/dist/cjs/icons/index.js +442 -416
- package/dist/esm/icons/Add2FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Add2FullBackgroundM.js +5 -0
- package/dist/esm/icons/Add3FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Add3FullBackgroundM.js +5 -0
- package/dist/esm/icons/Check3FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Check3FullBackgroundM.js +5 -0
- package/dist/esm/icons/Close2FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Close2FullBackgroundM.js +5 -0
- package/dist/esm/icons/Close3FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Close3FullBackgroundM.js +5 -0
- package/dist/esm/icons/ErrorFillFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/ErrorFillFullBackgroundM.js +5 -0
- package/dist/esm/icons/ErrorFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/ErrorFullBackgroundM.js +5 -0
- package/dist/esm/icons/InfoFillFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/InfoFillFullBackgroundM.js +5 -0
- package/dist/esm/icons/InfoFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/InfoFullBackgroundM.js +5 -0
- package/dist/esm/icons/L/index.d.ts +18 -18
- package/dist/esm/icons/L/index.js +18 -18
- package/dist/esm/icons/ThunderFullBackgroundFillM.d.ts +3 -0
- package/dist/esm/icons/ThunderFullBackgroundFillM.js +5 -0
- package/dist/esm/icons/ThunderFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/ThunderFullBackgroundM.js +5 -0
- package/dist/esm/icons/WarningFillFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/WarningFillFullBackgroundM.js +5 -0
- package/dist/esm/icons/WarningFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/WarningFullBackgroundM.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +25 -25
- package/dist/esm/icons/XL/index.js +25 -25
- package/dist/esm/icons/additional/index.d.ts +23 -23
- package/dist/esm/icons/additional/index.js +23 -23
- package/dist/esm/icons/index.d.ts +212 -199
- package/dist/esm/icons/index.js +212 -199
- package/package.json +5 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Add2FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "add-2-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20a8 8 0 118-8 8.01 8.01 0 01-8 8zm0-14.5a6.5 6.5 0 106.5 6.5A6.508 6.508 0 0012 5.5zm.75 5.75h2a.75.75 0 010 1.5h-2v2a.75.75 0 01-1.5 0v-2h-2a.75.75 0 010-1.5h2v-2a.75.75 0 011.5 0v2z" })));
|
|
5
|
+
export default Add2FullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Add3FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "add-3-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm8.75.75h2a.75.75 0 000-1.5h-2v-2a.75.75 0 00-1.5 0v2h-2a.75.75 0 000 1.5h2v2a.75.75 0 001.5 0v-2z" })));
|
|
5
|
+
export default Add3FullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Check3FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "check-3-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm8.026 2.332l3.252-3.23a.75.75 0 00-1.056-1.065l-2.735 2.716-1.22-1.163a.75.75 0 00-1.035 1.086l1.748 1.667a.75.75 0 001.046-.011z" })));
|
|
5
|
+
export default Check3FullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Close2FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "close-2-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20a8 8 0 118-8 8.01 8.01 0 01-8 8zm0-14.5a6.5 6.5 0 106.5 6.5A6.508 6.508 0 0012 5.5zm3.03 4.53L13.06 12l1.97 1.97a.75.75 0 01-1.06 1.06L12 13.06l-1.97 1.97a.75.75 0 11-1.06-1.06L10.94 12l-1.97-1.97a.75.75 0 011.06-1.06L12 10.94l1.97-1.97a.75.75 0 011.06 1.06z" })));
|
|
5
|
+
export default Close2FullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Close3FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "close-3-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm11.226 2.695a.75.75 0 00-.196-.725L13.06 12l1.97-1.97a.75.75 0 00-1.06-1.06L12 10.94l-1.97-1.97a.75.75 0 00-1.06 1.06L10.94 12l-1.97 1.97a.75.75 0 001.06 1.06L12 13.06l1.97 1.97a.75.75 0 001.256-.335z" })));
|
|
5
|
+
export default Close3FullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ErrorFillFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "error-fill-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20a8 8 0 10-8-8 8.01 8.01 0 008 8zm-.75-11.604a.75.75 0 011.5 0v3.75a.75.75 0 01-1.5 0v-3.75zm1.751 6.561A1 1 0 1012 15.959h.003A1 1 0 0013 14.957z" })));
|
|
5
|
+
export default ErrorFillFullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ErrorFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "error-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 12a8 8 0 01-8 8 8.01 8.01 0 01-8-8 8 8 0 1116 0zm-1.5 0A6.5 6.5 0 0012 5.5 6.508 6.508 0 005.5 12a6.5 6.5 0 0013 0zm-6.5.896a.75.75 0 00.75-.75v-3.75a.75.75 0 00-1.5 0v3.75c0 .415.336.75.75.75zm.003 3.063H12a1.001 1.001 0 11.003 0z" })));
|
|
5
|
+
export default ErrorFullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const InfoFillFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "info-fill-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4a8 8 0 108 8 8.01 8.01 0 00-8-8zm.75 11.604a.75.75 0 01-1.5 0v-3.75a.75.75 0 011.5 0v3.75zM11 9.043a1 1 0 101-1.002h-.003A1 1 0 0011 9.043z" })));
|
|
5
|
+
export default InfoFillFullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const InfoFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "info-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm1.5 0a6.5 6.5 0 006.5 6.5 6.508 6.508 0 006.5-6.5 6.5 6.5 0 10-13 0zm6.5-.896a.75.75 0 00-.75.75v3.75a.75.75 0 001.5 0v-3.75a.75.75 0 00-.75-.75zm-.003-3.063H12a1.001 1.001 0 11-.003 0z" })));
|
|
5
|
+
export default InfoFullBackgroundM;
|
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
2
|
export { default as BrowserL } from './BrowserL';
|
|
3
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
3
|
export { default as ButtonL } from './ButtonL';
|
|
4
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
5
5
|
export { default as CheckL } from './CheckL';
|
|
6
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
7
|
+
export { default as ColumnL } from './ColumnL';
|
|
7
8
|
export { default as CloseL } from './CloseL';
|
|
8
9
|
export { default as ComboL } from './ComboL';
|
|
9
10
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
-
export { default as ColumnL } from './ColumnL';
|
|
11
|
-
export { default as FolderL } from './FolderL';
|
|
12
11
|
export { default as DividerL } from './DividerL';
|
|
13
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
15
|
-
export { default as
|
|
13
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
|
+
export { default as FolderL } from './FolderL';
|
|
16
15
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
16
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
17
17
|
export { default as FormEditL } from './FormEditL';
|
|
18
|
-
export { default as FormGroupL } from './FormGroupL';
|
|
19
18
|
export { default as FormL } from './FormL';
|
|
19
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
20
20
|
export { default as HashL } from './HashL';
|
|
21
21
|
export { default as ImageL } from './ImageL';
|
|
22
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
23
22
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
|
-
export { default as
|
|
23
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
25
24
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
26
|
-
export { default as
|
|
25
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
27
26
|
export { default as InfoL } from './InfoL';
|
|
28
27
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
29
28
|
export { default as InputL } from './InputL';
|
|
30
|
-
export { default as
|
|
29
|
+
export { default as LabelL } from './LabelL';
|
|
31
30
|
export { default as LineL } from './LineL';
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
31
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
34
32
|
export { default as LocationL } from './LocationL';
|
|
33
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
|
+
export { default as LinkL } from './LinkL';
|
|
36
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
38
|
-
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
39
37
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
38
|
+
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
40
39
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
40
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
41
41
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
42
42
|
export { default as MultilineL } from './MultilineL';
|
|
43
43
|
export { default as NavbarL } from './NavbarL';
|
|
44
44
|
export { default as NoData } from './NoData';
|
|
45
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
46
45
|
export { default as PieL } from './PieL';
|
|
46
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
47
47
|
export { default as QuoteL } from './QuoteL';
|
|
48
48
|
export { default as RadioL } from './RadioL';
|
|
49
49
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
50
50
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
51
51
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
52
|
-
export { default as Section13L } from './Section13L';
|
|
53
52
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
54
53
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
55
54
|
export { default as Section12L } from './Section12L';
|
|
56
|
-
export { default as
|
|
55
|
+
export { default as Section13L } from './Section13L';
|
|
57
56
|
export { default as Section37L } from './Section37L';
|
|
57
|
+
export { default as SectionL } from './SectionL';
|
|
58
58
|
export { default as SelectL } from './SelectL';
|
|
59
|
-
export { default as ShowL } from './ShowL';
|
|
60
59
|
export { default as SliderL } from './SliderL';
|
|
60
|
+
export { default as ShowL } from './ShowL';
|
|
61
61
|
export { default as SpinnerL } from './SpinnerL';
|
|
62
62
|
export { default as StackedL } from './StackedL';
|
|
63
63
|
export { default as TableL } from './TableL';
|
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
2
|
export { default as BrowserL } from './BrowserL';
|
|
3
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
3
|
export { default as ButtonL } from './ButtonL';
|
|
4
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
5
5
|
export { default as CheckL } from './CheckL';
|
|
6
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
7
|
+
export { default as ColumnL } from './ColumnL';
|
|
7
8
|
export { default as CloseL } from './CloseL';
|
|
8
9
|
export { default as ComboL } from './ComboL';
|
|
9
10
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
-
export { default as ColumnL } from './ColumnL';
|
|
11
|
-
export { default as FolderL } from './FolderL';
|
|
12
11
|
export { default as DividerL } from './DividerL';
|
|
13
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
15
|
-
export { default as
|
|
13
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
|
+
export { default as FolderL } from './FolderL';
|
|
16
15
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
16
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
17
17
|
export { default as FormEditL } from './FormEditL';
|
|
18
|
-
export { default as FormGroupL } from './FormGroupL';
|
|
19
18
|
export { default as FormL } from './FormL';
|
|
19
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
20
20
|
export { default as HashL } from './HashL';
|
|
21
21
|
export { default as ImageL } from './ImageL';
|
|
22
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
23
22
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
|
-
export { default as
|
|
23
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
25
24
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
26
|
-
export { default as
|
|
25
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
27
26
|
export { default as InfoL } from './InfoL';
|
|
28
27
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
29
28
|
export { default as InputL } from './InputL';
|
|
30
|
-
export { default as
|
|
29
|
+
export { default as LabelL } from './LabelL';
|
|
31
30
|
export { default as LineL } from './LineL';
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
31
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
34
32
|
export { default as LocationL } from './LocationL';
|
|
33
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
|
+
export { default as LinkL } from './LinkL';
|
|
36
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
38
|
-
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
39
37
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
38
|
+
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
40
39
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
40
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
41
41
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
42
42
|
export { default as MultilineL } from './MultilineL';
|
|
43
43
|
export { default as NavbarL } from './NavbarL';
|
|
44
44
|
export { default as NoData } from './NoData';
|
|
45
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
46
45
|
export { default as PieL } from './PieL';
|
|
46
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
47
47
|
export { default as QuoteL } from './QuoteL';
|
|
48
48
|
export { default as RadioL } from './RadioL';
|
|
49
49
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
50
50
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
51
51
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
52
|
-
export { default as Section13L } from './Section13L';
|
|
53
52
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
54
53
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
55
54
|
export { default as Section12L } from './Section12L';
|
|
56
|
-
export { default as
|
|
55
|
+
export { default as Section13L } from './Section13L';
|
|
57
56
|
export { default as Section37L } from './Section37L';
|
|
57
|
+
export { default as SectionL } from './SectionL';
|
|
58
58
|
export { default as SelectL } from './SelectL';
|
|
59
|
-
export { default as ShowL } from './ShowL';
|
|
60
59
|
export { default as SliderL } from './SliderL';
|
|
60
|
+
export { default as ShowL } from './ShowL';
|
|
61
61
|
export { default as SpinnerL } from './SpinnerL';
|
|
62
62
|
export { default as StackedL } from './StackedL';
|
|
63
63
|
export { default as TableL } from './TableL';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ThunderFullBackgroundFillM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 25 24", className: "thunder-full-background-fill-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 13, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm9.988 1.05a.73.73 0 00-.135-.805.679.679 0 00-.046-.06.674.674 0 00-.066-.037.678.678 0 00-.056-.05l-1.83-1.044 1.366-1.56a.75.75 0 00-1.13-.988l-1.968 2.25a.692.692 0 00-.037.065.706.706 0 00-.05.057.719.719 0 00-.024.072.749.749 0 00-.017.56.752.752 0 00.154.246c.014.02.029.04.045.059a.703.703 0 00.07.04.162.162 0 01.022.022c.01.009.018.018.03.024l1.828 1.045-1.365 1.56a.75.75 0 001.13.988l1.968-2.25a.707.707 0 00.046-.082.084.084 0 01.02-.018c.008-.007.016-.013.02-.022a.714.714 0 00.025-.072z" })));
|
|
5
|
+
export default ThunderFullBackgroundFillM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ThunderFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 25 24", className: "thunder-full-background-m" }, props),
|
|
3
|
+
React.createElement("circle", { cx: 13, cy: 12, r: 7, fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 4a8 8 0 108 8 8.01 8.01 0 00-8-8zm0 14.5A6.5 6.5 0 1119 12a6.508 6.508 0 01-6.5 6.5zm1.944-6.134a.721.721 0 01.044.685.725.725 0 01-.024.071c-.005.01-.013.015-.021.022-.007.005-.014.01-.02.018a.704.704 0 01-.046.082l-1.969 2.25a.75.75 0 01-1.129-.988l1.365-1.56-1.829-1.045c-.011-.006-.02-.015-.029-.024a.162.162 0 00-.023-.021.685.685 0 01-.07-.042.649.649 0 01-.044-.058.736.736 0 01-.137-.806.7.7 0 01.024-.072.702.702 0 01.05-.057.724.724 0 01.037-.065l1.969-2.25a.75.75 0 111.129.988l-1.365 1.56 1.829 1.045c.02.015.039.032.057.05a.693.693 0 01.064.037c.016.018.03.038.045.058a.714.714 0 01.093.122z" })));
|
|
5
|
+
export default ThunderFullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const WarningFillFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "warning-fill-full-background-m" }, props),
|
|
3
|
+
React.createElement("path", { d: "M11.134 5.5a1 1 0 011.732 0l6.928 12a1 1 0 01-.866 1.5H5.072a1 1 0 01-.866-1.5l6.928-12z", fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.764 17.389L13.514 4.86a1.749 1.749 0 00-3.029 0L3.236 17.39a1.75 1.75 0 001.515 2.626H19.25a1.75 1.75 0 001.515-2.627zM11.25 9.594a.75.75 0 011.5 0v3.75a.75.75 0 11-1.5 0v-3.75zm-.247 6.563c0 .551.446.998.997 1h.003a.999.999 0 10-1-1z" })));
|
|
5
|
+
export default WarningFillFullBackgroundM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const WarningFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "warning-full-background-m" }, props),
|
|
3
|
+
React.createElement("path", { d: "M11.134 5.5a1 1 0 011.732 0l6.928 12a1 1 0 01-.866 1.5H5.072a1 1 0 01-.866-1.5l6.928-12z", fill: "#fff" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.764 17.39l-7.25-12.53a1.75 1.75 0 00-3.029 0L3.236 17.39a1.75 1.75 0 001.515 2.626h14.498a1.75 1.75 0 001.515-2.627zm-1.3 1a.24.24 0 01-.215.126H4.75a.25.25 0 01-.216-.376l7.249-12.53a.25.25 0 01.432 0l7.249 12.53a.24.24 0 010 .25zM12 14.095a.75.75 0 00.75-.75v-3.75a.75.75 0 00-1.5 0v3.75c0 .414.336.75.75.75zm-.001 1.062a1 1 0 100 2h.003a1 1 0 00-.003-2z" })));
|
|
5
|
+
export default WarningFullBackgroundM;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
-
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
3
2
|
export { default as AddXl } from './AddXl';
|
|
3
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
4
5
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
6
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
|
-
export { default as
|
|
9
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
10
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
+
export { default as BillingXl } from './BillingXl';
|
|
9
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
10
13
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
11
14
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
@@ -14,71 +17,68 @@ export { default as CalculatorXl } from './CalculatorXl';
|
|
|
14
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
15
18
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
16
19
|
export { default as CalendarXl } from './CalendarXl';
|
|
17
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
18
20
|
export { default as CardAeXl } from './CardAeXl';
|
|
19
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
20
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
21
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
22
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
23
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
24
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
24
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
25
25
|
export { default as CheckXl } from './CheckXl';
|
|
26
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
26
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
27
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
28
28
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
29
29
|
export { default as CouponXl } from './CouponXl';
|
|
30
|
-
export { default as CupXl } from './CupXl';
|
|
31
30
|
export { default as CompareXl } from './CompareXl';
|
|
31
|
+
export { default as CupXl } from './CupXl';
|
|
32
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
33
|
-
export { default as EventXl } from './EventXl';
|
|
34
33
|
export { default as FileUpXl } from './FileUpXl';
|
|
34
|
+
export { default as EventXl } from './EventXl';
|
|
35
35
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
36
|
export { default as FileXl } from './FileXl';
|
|
37
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
38
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
38
39
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
39
41
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
40
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
41
|
-
export { default as FormXl } from './FormXl';
|
|
42
42
|
export { default as FolderXl } from './FolderXl';
|
|
43
|
+
export { default as FormXl } from './FormXl';
|
|
43
44
|
export { default as FormulaXl } from './FormulaXl';
|
|
44
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
45
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
47
47
|
export { default as GemsXl } from './GemsXl';
|
|
48
48
|
export { default as InfoXl } from './InfoXl';
|
|
49
49
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
50
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
51
52
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
52
53
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
53
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
54
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
55
|
-
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
56
54
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
57
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
58
|
-
export { default as
|
|
57
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
58
|
export { default as MessageXl } from './MessageXl';
|
|
60
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
61
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
63
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
|
-
export { default as
|
|
64
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
66
65
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
67
|
-
export { default as
|
|
66
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
68
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
69
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
70
|
-
export { default as
|
|
71
|
-
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
69
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
72
70
|
export { default as PushXl } from './PushXl';
|
|
73
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
74
75
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
75
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
76
76
|
export { default as SectionXl } from './SectionXl';
|
|
77
|
-
export { default as
|
|
77
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
78
78
|
export { default as ShowXl } from './ShowXl';
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
81
80
|
export { default as SmsXl } from './SmsXl';
|
|
81
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
82
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
83
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
84
|
export { default as UserIdXl } from './UserIdXl';
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
-
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
3
2
|
export { default as AddXl } from './AddXl';
|
|
3
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
4
5
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
6
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
|
-
export { default as
|
|
9
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
10
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
+
export { default as BillingXl } from './BillingXl';
|
|
9
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
10
13
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
11
14
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
@@ -14,71 +17,68 @@ export { default as CalculatorXl } from './CalculatorXl';
|
|
|
14
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
15
18
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
16
19
|
export { default as CalendarXl } from './CalendarXl';
|
|
17
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
18
20
|
export { default as CardAeXl } from './CardAeXl';
|
|
19
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
20
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
21
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
22
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
23
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
24
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
24
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
25
25
|
export { default as CheckXl } from './CheckXl';
|
|
26
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
26
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
27
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
28
28
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
29
29
|
export { default as CouponXl } from './CouponXl';
|
|
30
|
-
export { default as CupXl } from './CupXl';
|
|
31
30
|
export { default as CompareXl } from './CompareXl';
|
|
31
|
+
export { default as CupXl } from './CupXl';
|
|
32
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
33
|
-
export { default as EventXl } from './EventXl';
|
|
34
33
|
export { default as FileUpXl } from './FileUpXl';
|
|
34
|
+
export { default as EventXl } from './EventXl';
|
|
35
35
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
36
|
export { default as FileXl } from './FileXl';
|
|
37
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
38
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
38
39
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
39
41
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
40
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
41
|
-
export { default as FormXl } from './FormXl';
|
|
42
42
|
export { default as FolderXl } from './FolderXl';
|
|
43
|
+
export { default as FormXl } from './FormXl';
|
|
43
44
|
export { default as FormulaXl } from './FormulaXl';
|
|
44
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
45
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
47
47
|
export { default as GemsXl } from './GemsXl';
|
|
48
48
|
export { default as InfoXl } from './InfoXl';
|
|
49
49
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
50
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
51
52
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
52
53
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
53
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
54
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
55
|
-
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
56
54
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
57
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
58
|
-
export { default as
|
|
57
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
58
|
export { default as MessageXl } from './MessageXl';
|
|
60
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
61
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
63
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
|
-
export { default as
|
|
64
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
66
65
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
67
|
-
export { default as
|
|
66
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
68
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
69
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
70
|
-
export { default as
|
|
71
|
-
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
69
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
72
70
|
export { default as PushXl } from './PushXl';
|
|
73
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
74
75
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
75
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
76
76
|
export { default as SectionXl } from './SectionXl';
|
|
77
|
-
export { default as
|
|
77
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
78
78
|
export { default as ShowXl } from './ShowXl';
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
81
80
|
export { default as SmsXl } from './SmsXl';
|
|
81
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
82
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
83
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
84
|
export { default as UserIdXl } from './UserIdXl';
|