@synerise/ds-icon 1.12.0 → 1.13.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 +6 -0
- package/dist/icons/L/index.d.ts +35 -35
- package/dist/icons/L/index.js +35 -35
- package/dist/icons/M/AiColorHubM.d.ts +3 -0
- package/dist/icons/M/AiColorHubM.js +21 -0
- package/dist/icons/M/AiGreyHubM.d.ts +3 -0
- package/dist/icons/M/AiGreyHubM.js +21 -0
- package/dist/icons/M/AutomationColorHubM.d.ts +3 -0
- package/dist/icons/M/AutomationColorHubM.js +18 -0
- package/dist/icons/M/AutomationGreyHubM.d.ts +3 -0
- package/dist/icons/M/AutomationGreyHubM.js +18 -0
- package/dist/icons/M/BehavioralColorHubM.d.ts +3 -0
- package/dist/icons/M/BehavioralColorHubM.js +18 -0
- package/dist/icons/M/BehavioralGreyHubM.d.ts +3 -0
- package/dist/icons/M/BehavioralGreyHubM.js +18 -0
- package/dist/icons/M/DashboardColorHubM.d.ts +3 -0
- package/dist/icons/M/DashboardColorHubM.js +21 -0
- package/dist/icons/M/DashboardGreyHubM.d.ts +3 -0
- package/dist/icons/M/DashboardGreyHubM.js +21 -0
- package/dist/icons/M/DataColorHubM.d.ts +3 -0
- package/dist/icons/M/DataColorHubM.js +30 -0
- package/dist/icons/M/DataGreyHubM.d.ts +3 -0
- package/dist/icons/M/DataGreyHubM.js +30 -0
- package/dist/icons/M/DecisionsColorHubM.d.ts +3 -0
- package/dist/icons/M/DecisionsColorHubM.js +21 -0
- package/dist/icons/M/DecisionsGreyHubM.d.ts +3 -0
- package/dist/icons/M/DecisionsGreyHubM.js +21 -0
- package/dist/icons/M/ExperienceColorHubM.d.ts +3 -0
- package/dist/icons/M/ExperienceColorHubM.js +18 -0
- package/dist/icons/M/ExperienceGreyHubM.d.ts +3 -0
- package/dist/icons/M/ExperienceGreyHubM.js +18 -0
- package/dist/icons/M/index.d.ts +454 -440
- package/dist/icons/M/index.js +455 -441
- package/dist/icons/XL/index.d.ts +53 -53
- package/dist/icons/XL/index.js +54 -54
- package/dist/icons/additional/index.d.ts +49 -49
- package/dist/icons/additional/index.js +49 -49
- package/dist/icons/colorIcons/index.d.ts +5 -5
- package/dist/icons/colorIcons/index.js +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
# [1.13.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.12.0...@synerise/ds-icon@1.13.0) (2026-02-10)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **icon:** new menu icons ([7b9c261](https://github.com/Synerise/synerise-design/commit/7b9c261dcb9fe755d1a07b8e0de2de55c012f76f))
|
|
11
|
+
|
|
6
12
|
# [1.12.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.11.1...@synerise/ds-icon@1.12.0) (2026-02-10)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/dist/icons/L/index.d.ts
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
export { default as WarningL } from './WarningL';
|
|
2
|
-
export { default as TableL } from './TableL';
|
|
3
1
|
export { default as TooltipL } from './TooltipL';
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as StackedL } from './StackedL';
|
|
6
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
2
|
+
export { default as VideoL } from './VideoL';
|
|
7
3
|
export { default as TextL } from './TextL';
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as SliderL } from './SliderL';
|
|
4
|
+
export { default as TimeL } from './TimeL';
|
|
10
5
|
export { default as TextareaL } from './TextareaL';
|
|
11
|
-
export { default as
|
|
6
|
+
export { default as TableL } from './TableL';
|
|
7
|
+
export { default as SliderL } from './SliderL';
|
|
8
|
+
export { default as StackedL } from './StackedL';
|
|
9
|
+
export { default as WarningL } from './WarningL';
|
|
12
10
|
export { default as SelectL } from './SelectL';
|
|
13
|
-
export { default as Section13L } from './Section13L';
|
|
14
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
15
11
|
export { default as Section37L } from './Section37L';
|
|
12
|
+
export { default as SectionL } from './SectionL';
|
|
13
|
+
export { default as Section13L } from './Section13L';
|
|
14
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
16
15
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
17
16
|
export { default as Section12L } from './Section12L';
|
|
17
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
+
export { default as RadioL } from './RadioL';
|
|
18
19
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
19
20
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
20
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
21
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
22
|
+
export { default as PieL } from './PieL';
|
|
23
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
22
24
|
export { default as NoData } from './NoData';
|
|
23
|
-
export { default as
|
|
25
|
+
export { default as QuoteL } from './QuoteL';
|
|
24
26
|
export { default as NavbarL } from './NavbarL';
|
|
25
27
|
export { default as MultilineL } from './MultilineL';
|
|
26
28
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
27
|
-
export { default as
|
|
29
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
28
30
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
29
31
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
30
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
31
|
-
export { default as QuoteL } from './QuoteL';
|
|
32
|
-
export { default as VideoL } from './VideoL';
|
|
33
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
32
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
33
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
34
|
+
export { default as LocationL } from './LocationL';
|
|
35
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
35
36
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
36
37
|
export { default as LineL } from './LineL';
|
|
37
|
-
export { default as
|
|
38
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
38
39
|
export { default as LabelL } from './LabelL';
|
|
39
40
|
export { default as LinkL } from './LinkL';
|
|
40
|
-
export { default as LandingPageL } from './LandingPageL';
|
|
41
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
42
|
-
export { default as LocationL } from './LocationL';
|
|
43
|
-
export { default as InfoL } from './InfoL';
|
|
44
41
|
export { default as InputL } from './InputL';
|
|
45
42
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
46
|
-
export { default as
|
|
43
|
+
export { default as InfoL } from './InfoL';
|
|
44
|
+
export { default as ShowL } from './ShowL';
|
|
47
45
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
46
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
47
|
+
export { default as HideL } from './HideL';
|
|
48
48
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
49
49
|
export { default as ImageL } from './ImageL';
|
|
50
|
-
export { default as HideL } from './HideL';
|
|
51
|
-
export { default as HashL } from './HashL';
|
|
52
50
|
export { default as FormL } from './FormL';
|
|
53
|
-
export { default as
|
|
51
|
+
export { default as HashL } from './HashL';
|
|
54
52
|
export { default as FormGroupL } from './FormGroupL';
|
|
55
53
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
56
54
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
57
55
|
export { default as FolderL } from './FolderL';
|
|
58
|
-
export { default as ComboL } from './ComboL';
|
|
59
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
60
|
-
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
61
56
|
export { default as DividerL } from './DividerL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
57
|
+
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
58
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
64
59
|
export { default as CloseL } from './CloseL';
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as BrowserL } from './BrowserL';
|
|
60
|
+
export { default as ComboL } from './ComboL';
|
|
61
|
+
export { default as CountdownL } from './CountdownL';
|
|
68
62
|
export { default as CheckboxL } from './CheckboxL';
|
|
69
|
-
export { default as
|
|
63
|
+
export { default as CheckL } from './CheckL';
|
|
64
|
+
export { default as ColumnL } from './ColumnL';
|
|
65
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
70
66
|
export { default as AddL } from './AddL';
|
|
67
|
+
export { default as FormEditL } from './FormEditL';
|
|
68
|
+
export { default as ButtonL } from './ButtonL';
|
|
69
|
+
export { default as BrowserL } from './BrowserL';
|
|
70
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
package/dist/icons/L/index.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
export { default as WarningL } from './WarningL';
|
|
2
|
-
export { default as TableL } from './TableL';
|
|
3
1
|
export { default as TooltipL } from './TooltipL';
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as StackedL } from './StackedL';
|
|
6
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
2
|
+
export { default as VideoL } from './VideoL';
|
|
7
3
|
export { default as TextL } from './TextL';
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as SliderL } from './SliderL';
|
|
4
|
+
export { default as TimeL } from './TimeL';
|
|
10
5
|
export { default as TextareaL } from './TextareaL';
|
|
11
|
-
export { default as
|
|
6
|
+
export { default as TableL } from './TableL';
|
|
7
|
+
export { default as SliderL } from './SliderL';
|
|
8
|
+
export { default as StackedL } from './StackedL';
|
|
9
|
+
export { default as WarningL } from './WarningL';
|
|
12
10
|
export { default as SelectL } from './SelectL';
|
|
13
|
-
export { default as Section13L } from './Section13L';
|
|
14
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
15
11
|
export { default as Section37L } from './Section37L';
|
|
12
|
+
export { default as SectionL } from './SectionL';
|
|
13
|
+
export { default as Section13L } from './Section13L';
|
|
14
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
16
15
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
17
16
|
export { default as Section12L } from './Section12L';
|
|
17
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
+
export { default as RadioL } from './RadioL';
|
|
18
19
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
19
20
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
20
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
21
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
22
|
+
export { default as PieL } from './PieL';
|
|
23
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
22
24
|
export { default as NoData } from './NoData';
|
|
23
|
-
export { default as
|
|
25
|
+
export { default as QuoteL } from './QuoteL';
|
|
24
26
|
export { default as NavbarL } from './NavbarL';
|
|
25
27
|
export { default as MultilineL } from './MultilineL';
|
|
26
28
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
27
|
-
export { default as
|
|
29
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
28
30
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
29
31
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
30
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
31
|
-
export { default as QuoteL } from './QuoteL';
|
|
32
|
-
export { default as VideoL } from './VideoL';
|
|
33
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
32
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
33
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
34
|
+
export { default as LocationL } from './LocationL';
|
|
35
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
35
36
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
36
37
|
export { default as LineL } from './LineL';
|
|
37
|
-
export { default as
|
|
38
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
38
39
|
export { default as LabelL } from './LabelL';
|
|
39
40
|
export { default as LinkL } from './LinkL';
|
|
40
|
-
export { default as LandingPageL } from './LandingPageL';
|
|
41
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
42
|
-
export { default as LocationL } from './LocationL';
|
|
43
|
-
export { default as InfoL } from './InfoL';
|
|
44
41
|
export { default as InputL } from './InputL';
|
|
45
42
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
46
|
-
export { default as
|
|
43
|
+
export { default as InfoL } from './InfoL';
|
|
44
|
+
export { default as ShowL } from './ShowL';
|
|
47
45
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
46
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
47
|
+
export { default as HideL } from './HideL';
|
|
48
48
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
49
49
|
export { default as ImageL } from './ImageL';
|
|
50
|
-
export { default as HideL } from './HideL';
|
|
51
|
-
export { default as HashL } from './HashL';
|
|
52
50
|
export { default as FormL } from './FormL';
|
|
53
|
-
export { default as
|
|
51
|
+
export { default as HashL } from './HashL';
|
|
54
52
|
export { default as FormGroupL } from './FormGroupL';
|
|
55
53
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
56
54
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
57
55
|
export { default as FolderL } from './FolderL';
|
|
58
|
-
export { default as ComboL } from './ComboL';
|
|
59
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
60
|
-
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
61
56
|
export { default as DividerL } from './DividerL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
57
|
+
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
58
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
64
59
|
export { default as CloseL } from './CloseL';
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as BrowserL } from './BrowserL';
|
|
60
|
+
export { default as ComboL } from './ComboL';
|
|
61
|
+
export { default as CountdownL } from './CountdownL';
|
|
68
62
|
export { default as CheckboxL } from './CheckboxL';
|
|
63
|
+
export { default as CheckL } from './CheckL';
|
|
64
|
+
export { default as ColumnL } from './ColumnL';
|
|
65
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
66
|
+
export { default as AddL } from './AddL';
|
|
67
|
+
export { default as FormEditL } from './FormEditL';
|
|
69
68
|
export { default as ButtonL } from './ButtonL';
|
|
70
|
-
export { default as
|
|
69
|
+
export { default as BrowserL } from './BrowserL';
|
|
70
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var AiColorHubM = function AiColorHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 26 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-ai-color-hub-m",
|
|
9
|
+
className: "ai-color-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M0 12C2.82124 12.8812 5.38676 14.4333 7.47673 16.5233C9.56671 18.6133 11.1188 21.1788 12.0001 24C12.8813 21.1788 14.4333 18.6133 16.5233 16.5233C18.6132 14.4333 21.1788 12.8813 24 12C21.1788 11.1187 18.6132 9.56654 16.5233 7.47658C14.4333 5.38662 12.8813 2.82121 12.0001 0C11.1188 2.82122 9.56671 5.38673 7.47673 7.4767C5.38676 9.56666 2.82124 11.1188 0 12Z",
|
|
12
|
+
fill: "#B88CEE"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M12 0C12.8795 2.822 14.4319 5.3879 16.5233 7.4767C18.6121 9.5682 21.178 11.1205 24 12L12 12L12 0Z",
|
|
15
|
+
fill: "#6D2ED3"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M12 24C12.8795 21.178 14.4319 18.6121 16.5233 16.5233C18.6121 14.4318 21.178 12.8795 24 12H12V24Z",
|
|
18
|
+
fill: "#E0C3FF"
|
|
19
|
+
}));
|
|
20
|
+
};
|
|
21
|
+
export default AiColorHubM;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var AiGreyHubM = function AiGreyHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 26 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-ai-grey-hub-m",
|
|
9
|
+
className: "ai-grey-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M0 12C2.82124 12.8812 5.38676 14.4333 7.47673 16.5233C9.56671 18.6133 11.1188 21.1788 12.0001 24C12.8813 21.1788 14.4333 18.6133 16.5233 16.5233C18.6132 14.4333 21.1788 12.8813 24 12C21.1788 11.1187 18.6132 9.56654 16.5233 7.47658C14.4333 5.38662 12.8813 2.82121 12.0001 0C11.1188 2.82122 9.56671 5.38673 7.47673 7.4767C5.38676 9.56666 2.82124 11.1188 0 12Z",
|
|
12
|
+
fill: "#B5BDC3"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M12 0C12.8795 2.822 14.4319 5.3879 16.5233 7.4767C18.6121 9.5682 21.178 11.1205 24 12L12 12L12 0Z",
|
|
15
|
+
fill: "#6A7580"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M12 24C12.8795 21.178 14.4319 18.6121 16.5233 16.5233C18.6121 14.4318 21.178 12.8795 24 12H12V24Z",
|
|
18
|
+
fill: "#DBE0E3"
|
|
19
|
+
}));
|
|
20
|
+
};
|
|
21
|
+
export default AiGreyHubM;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var AutomationColorHubM = function AutomationColorHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-automation-color-hub-m",
|
|
9
|
+
className: "automation-color-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M3 1V22.9999L20.9997 12.004L3 1Z",
|
|
12
|
+
fill: "#FFD1C7"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M3 12.0044V23.0002L21 12.0044H3Z",
|
|
15
|
+
fill: "#F52922"
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
18
|
+
export default AutomationColorHubM;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var AutomationGreyHubM = function AutomationGreyHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-automation-grey-hub-m",
|
|
9
|
+
className: "automation-grey-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M3 1V22.9999L20.9997 12.004L3 1Z",
|
|
12
|
+
fill: "#DBE0E3"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M3 12.0044V23.0002L21 12.0044H3Z",
|
|
15
|
+
fill: "#8894A1"
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
18
|
+
export default AutomationGreyHubM;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var BehavioralColorHubM = function BehavioralColorHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-behavioral-color-hub-m",
|
|
9
|
+
className: "behavioral-color-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M12.0001 12.2061C9.3479 12.2061 6.80425 13.2379 4.92887 15.0746C3.05349 16.9114 2.00001 19.4026 2 22.0001H22C22 19.4026 20.9465 16.9114 19.0711 15.0746C17.1958 13.2379 14.6523 12.2061 12.0001 12.2061Z",
|
|
12
|
+
fill: "#6CDFD4"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M12 10C14.2091 10 16 8.20914 16 6C16 3.79086 14.2091 2 12 2C9.79086 2 8 3.79086 8 6C8 8.20914 9.79086 10 12 10Z",
|
|
15
|
+
fill: "#009BA2"
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
18
|
+
export default BehavioralColorHubM;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var BehavioralGreyHubM = function BehavioralGreyHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-behavioral-grey-hub-m",
|
|
9
|
+
className: "behavioral-grey-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M12.0003 12.2061C9.34814 12.2061 6.80449 13.2379 4.92911 15.0746C3.05373 16.9114 2.00025 19.4026 2.00024 22.0001H22.0002C22.0002 19.4026 20.9467 16.9114 19.0714 15.0746C17.196 13.2379 14.6525 12.2061 12.0003 12.2061Z",
|
|
12
|
+
fill: "#CBD2D8"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M12.0002 10C14.2094 10 16.0002 8.20914 16.0002 6C16.0002 3.79086 14.2094 2 12.0002 2C9.7911 2 8.00024 3.79086 8.00024 6C8.00024 8.20914 9.7911 10 12.0002 10Z",
|
|
15
|
+
fill: "#6A7580"
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
18
|
+
export default BehavioralGreyHubM;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var DashboardColorHubM = function DashboardColorHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-dashboard-color-hub-m",
|
|
9
|
+
className: "dashboard-color-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M22 22H15V2H22V22Z",
|
|
12
|
+
fill: "#0B68FF"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M2 2H15V22H2V2Z",
|
|
15
|
+
fill: "#4DA7FE"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M22 2H2V9H22V2Z",
|
|
18
|
+
fill: "#8BCAFF"
|
|
19
|
+
}));
|
|
20
|
+
};
|
|
21
|
+
export default DashboardColorHubM;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var DashboardGreyHubM = function DashboardGreyHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-dashboard-grey-hub-m",
|
|
9
|
+
className: "dashboard-grey-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M22.0001 22H15.0001V9H22.0001V22Z",
|
|
12
|
+
fill: "#6A7580"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M2.00012 9H15.0001V22H2.00012V9Z",
|
|
15
|
+
fill: "#B5BDC3"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M22.0004 2H2.00037V9H22.0004V2Z",
|
|
18
|
+
fill: "#DBE0E3"
|
|
19
|
+
}));
|
|
20
|
+
};
|
|
21
|
+
export default DashboardGreyHubM;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var DataColorHubM = function DataColorHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-data-color-hub-m",
|
|
9
|
+
className: "data-color-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
11
|
+
x: 1.99994,
|
|
12
|
+
y: 8,
|
|
13
|
+
width: 14,
|
|
14
|
+
height: 14,
|
|
15
|
+
fill: "#FFE3A6"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
17
|
+
x: 8.00018,
|
|
18
|
+
y: 2,
|
|
19
|
+
width: 14,
|
|
20
|
+
height: 14,
|
|
21
|
+
fill: "#FD9F05"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
23
|
+
x: 7.99994,
|
|
24
|
+
y: 8,
|
|
25
|
+
width: 8,
|
|
26
|
+
height: 8,
|
|
27
|
+
fill: "#ED5603"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
export default DataColorHubM;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var DataGreyHubM = function DataGreyHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-data-grey-hub-m",
|
|
9
|
+
className: "data-grey-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
11
|
+
x: 1.99988,
|
|
12
|
+
y: 8,
|
|
13
|
+
width: 14,
|
|
14
|
+
height: 14,
|
|
15
|
+
fill: "#D9D9D9"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
17
|
+
x: 8.00012,
|
|
18
|
+
y: 2,
|
|
19
|
+
width: 14,
|
|
20
|
+
height: 14,
|
|
21
|
+
fill: "#B5BDC3"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
23
|
+
x: 7.99988,
|
|
24
|
+
y: 8,
|
|
25
|
+
width: 8,
|
|
26
|
+
height: 8,
|
|
27
|
+
fill: "#6A7580"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
export default DataGreyHubM;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var DecisionsColorHubM = function DecisionsColorHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-decisions-color-hub-m",
|
|
9
|
+
className: "decisions-color-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
12
|
+
fill: "#FF8475"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M12 2V12H22C22 10.6868 21.7413 9.38649 21.2388 8.17323C20.7362 6.95997 19.9997 5.8575 19.0711 4.92891C18.1425 4.00032 17.0402 3.26376 15.8269 2.76122C14.6137 2.25867 13.3132 2 12 2Z",
|
|
15
|
+
fill: "#F52922"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M21.9999 12L11.9999 12L11.9999 22C13.3132 22 14.6135 21.7413 15.8267 21.2388C17.04 20.7362 18.1424 19.9997 19.071 19.0711C19.9996 18.1425 20.7362 17.0402 21.2387 15.8269C21.7413 14.6137 21.9999 13.3132 21.9999 12Z",
|
|
18
|
+
fill: "#FFD1C7"
|
|
19
|
+
}));
|
|
20
|
+
};
|
|
21
|
+
export default DecisionsColorHubM;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var DecisionsGreyHubM = function DecisionsGreyHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-decisions-grey-hub-m",
|
|
9
|
+
className: "decisions-grey-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
12
|
+
fill: "#B5BDC3"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M12 2V12H22C22 10.6868 21.7413 9.38649 21.2388 8.17323C20.7362 6.95997 19.9997 5.8575 19.0711 4.92891C18.1425 4.00032 17.0402 3.26376 15.8269 2.76122C14.6137 2.25867 13.3132 2 12 2Z",
|
|
15
|
+
fill: "#6A7580"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M22 12L12 12L12 22C13.3132 22 14.6135 21.7413 15.8268 21.2388C17.04 20.7362 18.1425 19.9997 19.0711 19.0711C19.9997 18.1425 20.7362 17.0402 21.2388 15.8269C21.7413 14.6137 22 13.3132 22 12Z",
|
|
18
|
+
fill: "#DBE0E3"
|
|
19
|
+
}));
|
|
20
|
+
};
|
|
21
|
+
export default DecisionsGreyHubM;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var ExperienceColorHubM = function ExperienceColorHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-experience-color-hub-m",
|
|
9
|
+
className: "experience-color-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M5.52551 6.47461L0.00012147 12L5.52551 17.5254C7.24269 19.2426 9.57167 20.2073 12.0001 20.2073C14.4286 20.2073 16.7576 19.2426 18.4747 17.5254L24.0001 12L18.4747 6.47461C16.7576 4.75744 14.4286 3.79274 12.0001 3.79274C9.57167 3.79274 7.24269 4.75744 5.52551 6.47461Z",
|
|
12
|
+
fill: "#9AED45"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M14.6666 14.6667C16.1394 13.1939 16.1394 10.8061 14.6666 9.33333C13.1939 7.86057 10.8061 7.86057 9.33329 9.33333C7.86053 10.8061 7.86053 13.1939 9.33329 14.6667C10.8061 16.1394 13.1939 16.1394 14.6666 14.6667Z",
|
|
15
|
+
fill: "#2A7003"
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
18
|
+
export default ExperienceColorHubM;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var ExperienceGreyHubM = function ExperienceGreyHubM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-experience-grey-hub-m",
|
|
9
|
+
className: "experience-grey-hub-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M5.52551 6.47461L0.00012147 12L5.52551 17.5254C7.24269 19.2426 9.57167 20.2073 12.0001 20.2073C14.4286 20.2073 16.7576 19.2426 18.4747 17.5254L24.0001 12L18.4747 6.47461C16.7576 4.75744 14.4286 3.79274 12.0001 3.79274C9.57167 3.79274 7.24269 4.75744 5.52551 6.47461Z",
|
|
12
|
+
fill: "#CBD2D8"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M14.6666 14.6667C16.1394 13.1939 16.1394 10.8061 14.6666 9.33333C13.1939 7.86057 10.8061 7.86057 9.33329 9.33333C7.86053 10.8061 7.86053 13.1939 9.33329 14.6667C10.8061 16.1394 13.1939 16.1394 14.6666 14.6667Z",
|
|
15
|
+
fill: "#6A7580"
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
18
|
+
export default ExperienceGreyHubM;
|