@synerise/ds-icon 0.65.1 → 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 +11 -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 +17 -17
- package/dist/cjs/icons/L/index.js +36 -36
- 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 +20 -20
- package/dist/cjs/icons/XL/index.js +42 -42
- package/dist/cjs/icons/additional/index.d.ts +22 -22
- package/dist/cjs/icons/additional/index.js +46 -46
- package/dist/cjs/icons/index.d.ts +214 -201
- package/dist/cjs/icons/index.js +446 -420
- 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 +17 -17
- package/dist/esm/icons/L/index.js +17 -17
- 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 +20 -20
- package/dist/esm/icons/XL/index.js +20 -20
- package/dist/esm/icons/additional/index.d.ts +22 -22
- package/dist/esm/icons/additional/index.js +22 -22
- package/dist/esm/icons/index.d.ts +214 -201
- package/dist/esm/icons/index.js +214 -201
- package/package.json +2 -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,35 +1,38 @@
|
|
|
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 CloseL } from './CloseL';
|
|
8
7
|
export { default as ColumnL } from './ColumnL';
|
|
8
|
+
export { default as CloseL } from './CloseL';
|
|
9
|
+
export { default as ComboL } from './ComboL';
|
|
9
10
|
export { default as CountdownL } from './CountdownL';
|
|
10
11
|
export { default as DividerL } from './DividerL';
|
|
11
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
|
-
export { default as ComboL } from './ComboL';
|
|
13
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
13
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
14
|
export { default as FolderL } from './FolderL';
|
|
15
|
+
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
16
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
17
|
export { default as FormEditL } from './FormEditL';
|
|
17
|
-
export { default as FolderPlainL } from './FolderPlainL';
|
|
18
|
-
export { default as FormGroupL } from './FormGroupL';
|
|
19
|
-
export { default as ImageL } from './ImageL';
|
|
20
18
|
export { default as FormL } from './FormL';
|
|
19
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
21
20
|
export { default as HashL } from './HashL';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
21
|
+
export { default as ImageL } from './ImageL';
|
|
24
22
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
23
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
24
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
25
25
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
26
|
+
export { default as InfoL } from './InfoL';
|
|
26
27
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
27
|
-
export { default as
|
|
28
|
+
export { default as InputL } from './InputL';
|
|
29
|
+
export { default as LabelL } from './LabelL';
|
|
28
30
|
export { default as LineL } from './LineL';
|
|
29
|
-
export { default as
|
|
31
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
30
32
|
export { default as LocationL } from './LocationL';
|
|
31
33
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
32
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
|
+
export { default as LinkL } from './LinkL';
|
|
33
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
34
37
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
35
38
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
@@ -39,8 +42,8 @@ export { default as MobileUrlL } from './MobileUrlL';
|
|
|
39
42
|
export { default as MultilineL } from './MultilineL';
|
|
40
43
|
export { default as NavbarL } from './NavbarL';
|
|
41
44
|
export { default as NoData } from './NoData';
|
|
42
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
43
45
|
export { default as PieL } from './PieL';
|
|
46
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
44
47
|
export { default as QuoteL } from './QuoteL';
|
|
45
48
|
export { default as RadioL } from './RadioL';
|
|
46
49
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
@@ -48,21 +51,18 @@ export { default as RelationManyOneL } from './RelationManyOneL';
|
|
|
48
51
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
49
52
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
50
53
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
51
|
-
export { default as InfoL } from './InfoL';
|
|
52
54
|
export { default as Section12L } from './Section12L';
|
|
53
55
|
export { default as Section13L } from './Section13L';
|
|
54
|
-
export { default as LabelL } from './LabelL';
|
|
55
56
|
export { default as Section37L } from './Section37L';
|
|
56
57
|
export { default as SectionL } from './SectionL';
|
|
57
58
|
export { default as SelectL } from './SelectL';
|
|
59
|
+
export { default as SliderL } from './SliderL';
|
|
58
60
|
export { default as ShowL } from './ShowL';
|
|
59
61
|
export { default as SpinnerL } from './SpinnerL';
|
|
60
|
-
export { default as SliderL } from './SliderL';
|
|
61
62
|
export { default as StackedL } from './StackedL';
|
|
62
63
|
export { default as TableL } from './TableL';
|
|
63
|
-
export { default as TextareaL } from './TextareaL';
|
|
64
64
|
export { default as TextL } from './TextL';
|
|
65
|
+
export { default as TextareaL } from './TextareaL';
|
|
65
66
|
export { default as TooltipL } from './TooltipL';
|
|
66
67
|
export { default as VideoL } from './VideoL';
|
|
67
68
|
export { default as WarningL } from './WarningL';
|
|
68
|
-
export { default as InputL } from './InputL';
|
|
@@ -1,35 +1,38 @@
|
|
|
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 CloseL } from './CloseL';
|
|
8
7
|
export { default as ColumnL } from './ColumnL';
|
|
8
|
+
export { default as CloseL } from './CloseL';
|
|
9
|
+
export { default as ComboL } from './ComboL';
|
|
9
10
|
export { default as CountdownL } from './CountdownL';
|
|
10
11
|
export { default as DividerL } from './DividerL';
|
|
11
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
|
-
export { default as ComboL } from './ComboL';
|
|
13
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
13
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
14
|
export { default as FolderL } from './FolderL';
|
|
15
|
+
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
16
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
17
|
export { default as FormEditL } from './FormEditL';
|
|
17
|
-
export { default as FolderPlainL } from './FolderPlainL';
|
|
18
|
-
export { default as FormGroupL } from './FormGroupL';
|
|
19
|
-
export { default as ImageL } from './ImageL';
|
|
20
18
|
export { default as FormL } from './FormL';
|
|
19
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
21
20
|
export { default as HashL } from './HashL';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
21
|
+
export { default as ImageL } from './ImageL';
|
|
24
22
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
23
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
24
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
25
25
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
26
|
+
export { default as InfoL } from './InfoL';
|
|
26
27
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
27
|
-
export { default as
|
|
28
|
+
export { default as InputL } from './InputL';
|
|
29
|
+
export { default as LabelL } from './LabelL';
|
|
28
30
|
export { default as LineL } from './LineL';
|
|
29
|
-
export { default as
|
|
31
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
30
32
|
export { default as LocationL } from './LocationL';
|
|
31
33
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
32
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
|
+
export { default as LinkL } from './LinkL';
|
|
33
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
34
37
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
35
38
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
@@ -39,8 +42,8 @@ export { default as MobileUrlL } from './MobileUrlL';
|
|
|
39
42
|
export { default as MultilineL } from './MultilineL';
|
|
40
43
|
export { default as NavbarL } from './NavbarL';
|
|
41
44
|
export { default as NoData } from './NoData';
|
|
42
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
43
45
|
export { default as PieL } from './PieL';
|
|
46
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
44
47
|
export { default as QuoteL } from './QuoteL';
|
|
45
48
|
export { default as RadioL } from './RadioL';
|
|
46
49
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
@@ -48,21 +51,18 @@ export { default as RelationManyOneL } from './RelationManyOneL';
|
|
|
48
51
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
49
52
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
50
53
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
51
|
-
export { default as InfoL } from './InfoL';
|
|
52
54
|
export { default as Section12L } from './Section12L';
|
|
53
55
|
export { default as Section13L } from './Section13L';
|
|
54
|
-
export { default as LabelL } from './LabelL';
|
|
55
56
|
export { default as Section37L } from './Section37L';
|
|
56
57
|
export { default as SectionL } from './SectionL';
|
|
57
58
|
export { default as SelectL } from './SelectL';
|
|
59
|
+
export { default as SliderL } from './SliderL';
|
|
58
60
|
export { default as ShowL } from './ShowL';
|
|
59
61
|
export { default as SpinnerL } from './SpinnerL';
|
|
60
|
-
export { default as SliderL } from './SliderL';
|
|
61
62
|
export { default as StackedL } from './StackedL';
|
|
62
63
|
export { default as TableL } from './TableL';
|
|
63
|
-
export { default as TextareaL } from './TextareaL';
|
|
64
64
|
export { default as TextL } from './TextL';
|
|
65
|
+
export { default as TextareaL } from './TextareaL';
|
|
65
66
|
export { default as TooltipL } from './TooltipL';
|
|
66
67
|
export { default as VideoL } from './VideoL';
|
|
67
68
|
export { default as WarningL } from './WarningL';
|
|
68
|
-
export { default as InputL } from './InputL';
|
|
@@ -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;
|
|
@@ -3,12 +3,12 @@ export { default as AddXl } from './AddXl';
|
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
5
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
7
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
8
|
-
export { default as
|
|
7
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
9
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
10
|
-
export { default as
|
|
9
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
11
10
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
+
export { default as BillingXl } from './BillingXl';
|
|
12
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
13
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
14
14
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
@@ -21,49 +21,49 @@ export { default as CardAeXl } from './CardAeXl';
|
|
|
21
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
22
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
23
|
export { default as CheckInXl } from './CheckInXl';
|
|
24
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
25
|
-
export { default as CheckXl } from './CheckXl';
|
|
26
24
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
25
|
+
export { default as CheckXl } from './CheckXl';
|
|
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
30
|
export { default as CompareXl } from './CompareXl';
|
|
31
31
|
export { default as CupXl } from './CupXl';
|
|
32
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
33
|
-
export { default as FileUrlXl } from './FileUrlXl';
|
|
34
33
|
export { default as FileUpXl } from './FileUpXl';
|
|
35
34
|
export { default as EventXl } from './EventXl';
|
|
35
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
36
|
export { default as FileXl } from './FileXl';
|
|
37
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
38
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
38
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
40
41
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
41
42
|
export { default as FolderXl } from './FolderXl';
|
|
42
43
|
export { default as FormXl } from './FormXl';
|
|
43
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
44
44
|
export { default as FormulaXl } from './FormulaXl';
|
|
45
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
|
-
export { default as GemsXl } from './GemsXl';
|
|
47
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
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 LaptopAiXl } from './LaptopAiXl';
|
|
52
51
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
53
53
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
54
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
55
54
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
56
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
57
|
-
export { default as MessageXl } from './MessageXl';
|
|
58
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
59
57
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
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
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
63
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
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';
|
|
66
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
67
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
69
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
@@ -71,20 +71,20 @@ export { default as PushXl } from './PushXl';
|
|
|
71
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
72
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
73
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
75
74
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
76
|
-
export { default as
|
|
75
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
77
76
|
export { default as SectionXl } from './SectionXl';
|
|
77
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
78
78
|
export { default as ShowXl } from './ShowXl';
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
80
|
export { default as SmsXl } from './SmsXl';
|
|
81
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
83
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
84
|
export { default as UserIdXl } from './UserIdXl';
|
|
85
85
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
86
86
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
87
87
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
89
88
|
export { default as WarningXl } from './WarningXl';
|
|
90
89
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
@@ -3,12 +3,12 @@ export { default as AddXl } from './AddXl';
|
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
5
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
7
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
8
|
-
export { default as
|
|
7
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
9
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
10
|
-
export { default as
|
|
9
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
11
10
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
+
export { default as BillingXl } from './BillingXl';
|
|
12
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
13
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
14
14
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
@@ -21,49 +21,49 @@ export { default as CardAeXl } from './CardAeXl';
|
|
|
21
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
22
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
23
|
export { default as CheckInXl } from './CheckInXl';
|
|
24
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
25
|
-
export { default as CheckXl } from './CheckXl';
|
|
26
24
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
25
|
+
export { default as CheckXl } from './CheckXl';
|
|
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
30
|
export { default as CompareXl } from './CompareXl';
|
|
31
31
|
export { default as CupXl } from './CupXl';
|
|
32
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
33
|
-
export { default as FileUrlXl } from './FileUrlXl';
|
|
34
33
|
export { default as FileUpXl } from './FileUpXl';
|
|
35
34
|
export { default as EventXl } from './EventXl';
|
|
35
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
36
|
export { default as FileXl } from './FileXl';
|
|
37
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
38
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
38
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
40
41
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
41
42
|
export { default as FolderXl } from './FolderXl';
|
|
42
43
|
export { default as FormXl } from './FormXl';
|
|
43
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
44
44
|
export { default as FormulaXl } from './FormulaXl';
|
|
45
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
|
-
export { default as GemsXl } from './GemsXl';
|
|
47
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
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 LaptopAiXl } from './LaptopAiXl';
|
|
52
51
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
53
53
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
54
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
55
54
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
56
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
57
|
-
export { default as MessageXl } from './MessageXl';
|
|
58
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
59
57
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
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
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
63
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
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';
|
|
66
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
67
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
69
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
@@ -71,20 +71,20 @@ export { default as PushXl } from './PushXl';
|
|
|
71
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
72
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
73
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
75
74
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
76
|
-
export { default as
|
|
75
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
77
76
|
export { default as SectionXl } from './SectionXl';
|
|
77
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
78
78
|
export { default as ShowXl } from './ShowXl';
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
80
|
export { default as SmsXl } from './SmsXl';
|
|
81
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
83
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
84
|
export { default as UserIdXl } from './UserIdXl';
|
|
85
85
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
86
86
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
87
87
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
89
88
|
export { default as WarningXl } from './WarningXl';
|
|
90
89
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
+
export { default as WebhookXl } from './WebhookXl';
|