@synerise/ds-icon 1.13.0 → 1.14.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/icons/L/index.d.ts +29 -29
  3. package/dist/icons/L/index.js +29 -29
  4. package/dist/icons/M/ConsumptionColorHubM.d.ts +3 -0
  5. package/dist/icons/M/ConsumptionColorHubM.js +21 -0
  6. package/dist/icons/M/ConsumptionGreyHubM.d.ts +3 -0
  7. package/dist/icons/M/ConsumptionGreyHubM.js +21 -0
  8. package/dist/icons/M/MembershipColorHubM.d.ts +3 -0
  9. package/dist/icons/M/MembershipColorHubM.js +21 -0
  10. package/dist/icons/M/MembershipGreyHubM.d.ts +3 -0
  11. package/dist/icons/M/MembershipGreyHubM.js +21 -0
  12. package/dist/icons/M/SettingsColorHubM.d.ts +3 -0
  13. package/dist/icons/M/SettingsColorHubM.js +20 -0
  14. package/dist/icons/M/SettingsGreyHubM.d.ts +3 -0
  15. package/dist/icons/M/SettingsGreyHubM.js +20 -0
  16. package/dist/icons/M/UsersColorHubM.d.ts +3 -0
  17. package/dist/icons/M/UsersColorHubM.js +35 -0
  18. package/dist/icons/M/UsersGreyHubM.d.ts +3 -0
  19. package/dist/icons/M/UsersGreyHubM.js +35 -0
  20. package/dist/icons/M/WorkspacesColorHubM.d.ts +3 -0
  21. package/dist/icons/M/WorkspacesColorHubM.js +24 -0
  22. package/dist/icons/M/WorkspacesGreyHubM.d.ts +3 -0
  23. package/dist/icons/M/WorkspacesGreyHubM.js +24 -0
  24. package/dist/icons/M/index.d.ts +442 -432
  25. package/dist/icons/M/index.js +443 -433
  26. package/dist/icons/XL/index.d.ts +49 -49
  27. package/dist/icons/XL/index.js +49 -49
  28. package/dist/icons/additional/index.d.ts +52 -52
  29. package/dist/icons/additional/index.js +52 -52
  30. package/dist/icons/colorIcons/index.d.ts +4 -4
  31. package/dist/icons/colorIcons/index.js +4 -4
  32. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.14.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.13.1...@synerise/ds-icon@1.14.0) (2026-02-12)
7
+
8
+ ### Features
9
+
10
+ - **icon:** new app menu icons ([1198e96](https://github.com/Synerise/synerise-design/commit/1198e969e9de0a6d0c0861114efcabcbc8de6343))
11
+
12
+ ## [1.13.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.13.0...@synerise/ds-icon@1.13.1) (2026-02-11)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **icon:** new settings hub icon ([a39ad7c](https://github.com/Synerise/synerise-design/commit/a39ad7ccc445191962fd875ee07b2d98b56dacdc))
17
+
6
18
  # [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
19
 
8
20
  ### Features
@@ -1,70 +1,70 @@
1
+ export { default as WarningL } from './WarningL';
1
2
  export { default as TooltipL } from './TooltipL';
2
- export { default as VideoL } from './VideoL';
3
- export { default as TextL } from './TextL';
4
- export { default as TimeL } from './TimeL';
5
3
  export { default as TextareaL } from './TextareaL';
4
+ export { default as TextL } from './TextL';
6
5
  export { default as TableL } from './TableL';
7
- export { default as SliderL } from './SliderL';
6
+ export { default as TimeL } from './TimeL';
8
7
  export { default as StackedL } from './StackedL';
9
- export { default as WarningL } from './WarningL';
8
+ export { default as ShowL } from './ShowL';
9
+ export { default as SliderL } from './SliderL';
10
+ export { default as SectionL } from './SectionL';
10
11
  export { default as SelectL } from './SelectL';
11
12
  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';
15
13
  export { default as SearchNoResultsL } from './SearchNoResultsL';
14
+ export { default as Section13L } from './Section13L';
16
15
  export { default as Section12L } from './Section12L';
17
- export { default as RelationOneOneL } from './RelationOneOneL';
18
- export { default as RadioL } from './RadioL';
19
16
  export { default as RelationOneManyL } from './RelationOneManyL';
17
+ export { default as VideoL } from './VideoL';
18
+ export { default as SpinnerL } from './SpinnerL';
19
+ export { default as RelationOneOneL } from './RelationOneOneL';
20
20
  export { default as RelationManyOneL } from './RelationManyOneL';
21
21
  export { default as RelationManyManyL } from './RelationManyManyL';
22
+ export { default as RadioL } from './RadioL';
22
23
  export { default as PieL } from './PieL';
23
- export { default as NoPermissionL } from './NoPermissionL';
24
- export { default as NoData } from './NoData';
25
24
  export { default as QuoteL } from './QuoteL';
26
25
  export { default as NavbarL } from './NavbarL';
27
- export { default as MultilineL } from './MultilineL';
28
26
  export { default as MobileUrlL } from './MobileUrlL';
29
27
  export { default as MobileLinkL } from './MobileLinkL';
30
28
  export { default as MobileLayout4L } from './MobileLayout4L';
29
+ export { default as NoData } from './NoData';
31
30
  export { default as MobileLayout3L } from './MobileLayout3L';
31
+ export { default as NoPermissionL } from './NoPermissionL';
32
+ export { default as MobileLayout2L } from './MobileLayout2L';
32
33
  export { default as MobileLayout1L } from './MobileLayout1L';
33
34
  export { default as MobileClickL } from './MobileClickL';
34
35
  export { default as LocationL } from './LocationL';
35
- export { default as MobileLayout2L } from './MobileLayout2L';
36
36
  export { default as MobileBlockL } from './MobileBlockL';
37
37
  export { default as LineL } from './LineL';
38
+ export { default as MultilineL } from './MultilineL';
39
+ export { default as LinkL } from './LinkL';
38
40
  export { default as LandingPageL } from './LandingPageL';
41
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
39
42
  export { default as LabelL } from './LabelL';
40
- export { default as LinkL } from './LinkL';
41
43
  export { default as InputL } from './InputL';
42
- export { default as ImageUrlL } from './ImageUrlL';
43
44
  export { default as InfoL } from './InfoL';
44
- export { default as ShowL } from './ShowL';
45
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
46
- export { default as ImageLandscapeL } from './ImageLandscapeL';
47
- export { default as HideL } from './HideL';
48
45
  export { default as InboxNoResultsL } from './InboxNoResultsL';
46
+ export { default as ImageUrlL } from './ImageUrlL';
49
47
  export { default as ImageL } from './ImageL';
50
- export { default as FormL } from './FormL';
48
+ export { default as ImagePotraitL } from './ImagePotraitL';
49
+ export { default as ImageLandscapeL } from './ImageLandscapeL';
50
+ export { default as HideL } from './HideL';
51
51
  export { default as HashL } from './HashL';
52
+ export { default as FormL } from './FormL';
53
+ export { default as FolderPlainL } from './FolderPlainL';
52
54
  export { default as FormGroupL } from './FormGroupL';
55
+ export { default as FormEditL } from './FormEditL';
53
56
  export { default as FolderPredefinedL } from './FolderPredefinedL';
54
- export { default as FolderPlainL } from './FolderPlainL';
55
57
  export { default as FolderL } from './FolderL';
56
- export { default as DividerL } from './DividerL';
57
58
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
59
  export { default as FileTypePictureL } from './FileTypePictureL';
59
- export { default as CloseL } from './CloseL';
60
60
  export { default as ComboL } from './ComboL';
61
+ export { default as DividerL } from './DividerL';
61
62
  export { default as CountdownL } from './CountdownL';
63
+ export { default as CloseL } from './CloseL';
62
64
  export { default as CheckboxL } from './CheckboxL';
63
- export { default as CheckL } from './CheckL';
64
65
  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';
66
+ export { default as CheckL } from './CheckL';
68
67
  export { default as ButtonL } from './ButtonL';
68
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
69
69
  export { default as BrowserL } from './BrowserL';
70
- export { default as ImagePotraitL } from './ImagePotraitL';
70
+ export { default as AddL } from './AddL';
@@ -1,70 +1,70 @@
1
+ export { default as WarningL } from './WarningL';
1
2
  export { default as TooltipL } from './TooltipL';
2
- export { default as VideoL } from './VideoL';
3
- export { default as TextL } from './TextL';
4
- export { default as TimeL } from './TimeL';
5
3
  export { default as TextareaL } from './TextareaL';
4
+ export { default as TextL } from './TextL';
6
5
  export { default as TableL } from './TableL';
7
- export { default as SliderL } from './SliderL';
6
+ export { default as TimeL } from './TimeL';
8
7
  export { default as StackedL } from './StackedL';
9
- export { default as WarningL } from './WarningL';
8
+ export { default as ShowL } from './ShowL';
9
+ export { default as SliderL } from './SliderL';
10
+ export { default as SectionL } from './SectionL';
10
11
  export { default as SelectL } from './SelectL';
11
12
  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';
15
13
  export { default as SearchNoResultsL } from './SearchNoResultsL';
14
+ export { default as Section13L } from './Section13L';
16
15
  export { default as Section12L } from './Section12L';
17
- export { default as RelationOneOneL } from './RelationOneOneL';
18
- export { default as RadioL } from './RadioL';
19
16
  export { default as RelationOneManyL } from './RelationOneManyL';
17
+ export { default as VideoL } from './VideoL';
18
+ export { default as SpinnerL } from './SpinnerL';
19
+ export { default as RelationOneOneL } from './RelationOneOneL';
20
20
  export { default as RelationManyOneL } from './RelationManyOneL';
21
21
  export { default as RelationManyManyL } from './RelationManyManyL';
22
+ export { default as RadioL } from './RadioL';
22
23
  export { default as PieL } from './PieL';
23
- export { default as NoPermissionL } from './NoPermissionL';
24
- export { default as NoData } from './NoData';
25
24
  export { default as QuoteL } from './QuoteL';
26
25
  export { default as NavbarL } from './NavbarL';
27
- export { default as MultilineL } from './MultilineL';
28
26
  export { default as MobileUrlL } from './MobileUrlL';
29
27
  export { default as MobileLinkL } from './MobileLinkL';
30
28
  export { default as MobileLayout4L } from './MobileLayout4L';
29
+ export { default as NoData } from './NoData';
31
30
  export { default as MobileLayout3L } from './MobileLayout3L';
31
+ export { default as NoPermissionL } from './NoPermissionL';
32
+ export { default as MobileLayout2L } from './MobileLayout2L';
32
33
  export { default as MobileLayout1L } from './MobileLayout1L';
33
34
  export { default as MobileClickL } from './MobileClickL';
34
35
  export { default as LocationL } from './LocationL';
35
- export { default as MobileLayout2L } from './MobileLayout2L';
36
36
  export { default as MobileBlockL } from './MobileBlockL';
37
37
  export { default as LineL } from './LineL';
38
+ export { default as MultilineL } from './MultilineL';
39
+ export { default as LinkL } from './LinkL';
38
40
  export { default as LandingPageL } from './LandingPageL';
41
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
39
42
  export { default as LabelL } from './LabelL';
40
- export { default as LinkL } from './LinkL';
41
43
  export { default as InputL } from './InputL';
42
- export { default as ImageUrlL } from './ImageUrlL';
43
44
  export { default as InfoL } from './InfoL';
44
- export { default as ShowL } from './ShowL';
45
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
46
- export { default as ImageLandscapeL } from './ImageLandscapeL';
47
- export { default as HideL } from './HideL';
48
45
  export { default as InboxNoResultsL } from './InboxNoResultsL';
46
+ export { default as ImageUrlL } from './ImageUrlL';
49
47
  export { default as ImageL } from './ImageL';
50
- export { default as FormL } from './FormL';
48
+ export { default as ImagePotraitL } from './ImagePotraitL';
49
+ export { default as ImageLandscapeL } from './ImageLandscapeL';
50
+ export { default as HideL } from './HideL';
51
51
  export { default as HashL } from './HashL';
52
+ export { default as FormL } from './FormL';
53
+ export { default as FolderPlainL } from './FolderPlainL';
52
54
  export { default as FormGroupL } from './FormGroupL';
55
+ export { default as FormEditL } from './FormEditL';
53
56
  export { default as FolderPredefinedL } from './FolderPredefinedL';
54
- export { default as FolderPlainL } from './FolderPlainL';
55
57
  export { default as FolderL } from './FolderL';
56
- export { default as DividerL } from './DividerL';
57
58
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
59
  export { default as FileTypePictureL } from './FileTypePictureL';
59
- export { default as CloseL } from './CloseL';
60
60
  export { default as ComboL } from './ComboL';
61
+ export { default as DividerL } from './DividerL';
61
62
  export { default as CountdownL } from './CountdownL';
63
+ export { default as CloseL } from './CloseL';
62
64
  export { default as CheckboxL } from './CheckboxL';
63
- export { default as CheckL } from './CheckL';
64
65
  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';
66
+ export { default as CheckL } from './CheckL';
68
67
  export { default as ButtonL } from './ButtonL';
68
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
69
69
  export { default as BrowserL } from './BrowserL';
70
- export { default as ImagePotraitL } from './ImagePotraitL';
70
+ export { default as AddL } from './AddL';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ConsumptionColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ConsumptionColorHubM;
@@ -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 ConsumptionColorHubM = function ConsumptionColorHubM(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-consumption-color-hub-m",
9
+ className: "consumption-color-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M1.99969 11.9995C1.99969 6.47666 6.47685 1.99951 11.9997 1.99951C17.5225 1.99951 21.9997 6.47666 21.9997 11.9995C21.9997 17.5224 17.5225 21.9995 11.9997 21.9995C6.47685 21.9995 1.99969 17.5224 1.99969 11.9995Z",
12
+ fill: "#76DC25"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M21.9997 12H11.9997V2C13.3129 1.99999 14.6132 2.25868 15.8265 2.76122C17.0397 3.26376 18.1422 4.00033 19.0708 4.92891C19.9994 5.85749 20.7359 6.95983 21.2385 8.17308C21.741 9.38634 21.9997 10.6868 21.9997 12Z",
15
+ fill: "#399903"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M11.9998 2L11.9998 12L1.99976 12C1.99975 10.6868 2.25843 9.38649 2.76097 8.17323C3.26351 6.95997 4.00008 5.8575 4.92867 4.92891C5.85725 4.00032 6.95959 3.26376 8.17284 2.76122C9.38609 2.25867 10.6865 2 11.9998 2Z",
18
+ fill: "#C5FF7E"
19
+ }));
20
+ };
21
+ export default ConsumptionColorHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ConsumptionGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ConsumptionGreyHubM;
@@ -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 ConsumptionGreyHubM = function ConsumptionGreyHubM(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-consumption-grey-hub-m",
9
+ className: "consumption-grey-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M1.99976 11.9995C1.99976 6.47666 6.47691 1.99951 11.9998 1.99951C17.5226 1.99951 21.9998 6.47666 21.9998 11.9995C21.9998 17.5224 17.5226 21.9995 11.9998 21.9995C6.47691 21.9995 1.99976 17.5224 1.99976 11.9995Z",
12
+ fill: "#B5BDC3"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M21.9998 12H11.9998V2C13.313 1.99999 14.6133 2.25868 15.8265 2.76122C17.0398 3.26376 18.1423 4.00033 19.0708 4.92891C19.9994 5.85749 20.736 6.95983 21.2385 8.17308C21.7411 9.38634 21.9998 10.6868 21.9998 12Z",
15
+ fill: "#6A7580"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M11.9998 2L11.9998 12L1.99976 12C1.99975 10.6868 2.25843 9.38649 2.76097 8.17323C3.26351 6.95997 4.00008 5.8575 4.92867 4.92891C5.85725 4.00032 6.95959 3.26376 8.17284 2.76122C9.38609 2.25867 10.6865 2 11.9998 2Z",
18
+ fill: "#DBE0E3"
19
+ }));
20
+ };
21
+ export default ConsumptionGreyHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const MembershipColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default MembershipColorHubM;
@@ -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 MembershipColorHubM = function MembershipColorHubM(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-membership-color-hub-m",
9
+ className: "membership-color-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M3.30106 20.6986C0.232655 17.6302 0.232655 12.6554 3.30106 9.58695C6.36946 6.51854 11.3443 6.51854 14.4127 9.58695C17.4811 12.6554 17.4811 17.6302 14.4127 20.6986C11.3443 23.767 6.36946 23.767 3.30106 20.6986Z",
12
+ fill: "#FF6C4D"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M9.58677 14.413C6.51836 11.3446 6.51836 6.36971 9.58677 3.3013C12.6552 0.232899 17.63 0.232898 20.6984 3.3013C23.7668 6.36971 23.7668 11.3446 20.6984 14.413C17.63 17.4814 12.6552 17.4814 9.58677 14.413Z",
15
+ fill: "#FFA999"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.41848 7.4188C9.87703 6.96322 12.5109 7.68517 14.4126 9.58677C16.3141 11.4882 17.0348 14.1216 16.5796 16.5799C14.1213 17.0351 11.4879 16.3144 9.58645 14.4129C7.68487 12.5112 6.96294 9.87733 7.41848 7.4188Z",
18
+ fill: "#C41B03"
19
+ }));
20
+ };
21
+ export default MembershipColorHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const MembershipGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default MembershipGreyHubM;
@@ -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 MembershipGreyHubM = function MembershipGreyHubM(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-membership-grey-hub-m",
9
+ className: "membership-grey-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M3.30106 20.6986C0.232655 17.6302 0.232655 12.6554 3.30106 9.58695C6.36946 6.51854 11.3443 6.51854 14.4127 9.58695C17.4811 12.6554 17.4811 17.6302 14.4127 20.6986C11.3443 23.767 6.36946 23.767 3.30106 20.6986Z",
12
+ fill: "#DBE0E3"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M9.58683 14.413C6.51842 11.3446 6.51842 6.36971 9.58683 3.3013C12.6552 0.232899 17.6301 0.232898 20.6985 3.3013C23.7669 6.36971 23.7669 11.3446 20.6985 14.413C17.6301 17.4814 12.6552 17.4814 9.58683 14.413Z",
15
+ fill: "#B5BDC3"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.41801 7.41878C9.87674 6.96307 12.5113 7.6859 14.4131 9.58772C16.3144 11.4893 17.0355 14.1226 16.5801 16.5809C14.1217 17.0362 11.4885 16.3145 9.58696 14.4129C7.68522 12.5111 6.96236 9.87743 7.41801 7.41878Z",
18
+ fill: "#6A7580"
19
+ }));
20
+ };
21
+ export default MembershipGreyHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SettingsColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SettingsColorHubM;
@@ -0,0 +1,20 @@
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 SettingsColorHubM = function SettingsColorHubM(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-settings-color-hub-m",
9
+ className: "settings-color-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M11.9995 2L20.9995 7V16.5L11.9995 22L2.99951 16.5V7L11.9995 2Z",
12
+ fill: "#6A7580"
13
+ }), /*#__PURE__*/React.createElement("circle", {
14
+ cx: 11.8934,
15
+ cy: 12,
16
+ r: 4,
17
+ fill: "white"
18
+ }));
19
+ };
20
+ export default SettingsColorHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SettingsGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SettingsGreyHubM;
@@ -0,0 +1,20 @@
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 SettingsGreyHubM = function SettingsGreyHubM(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-settings-grey-hub-m",
9
+ className: "settings-grey-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M11.9995 2L20.9995 7V16.5L11.9995 22L2.99951 16.5V7L11.9995 2Z",
12
+ fill: "#949EA6"
13
+ }), /*#__PURE__*/React.createElement("circle", {
14
+ cx: 11.8934,
15
+ cy: 12,
16
+ r: 4,
17
+ fill: "white"
18
+ }));
19
+ };
20
+ export default SettingsGreyHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const UsersColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default UsersColorHubM;
@@ -0,0 +1,35 @@
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 UsersColorHubM = function UsersColorHubM(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-users-color-hub-m",
9
+ className: "users-color-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M15.9998 10C13.8781 10 11.8432 10.8428 10.3429 12.3431C8.84255 13.8434 7.99976 15.8782 7.99976 18H23.9998C23.9998 15.8782 23.157 13.8434 21.6567 12.3431C20.1564 10.8428 18.1216 10 15.9998 10Z",
12
+ fill: "#87E8DB"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M9.99982 10C7.87808 10 5.84315 10.8428 4.34285 12.3431C2.84255 13.8434 1.99976 15.8782 1.99976 18H17.9998C17.9998 15.8782 17.157 13.8434 15.6567 12.3431C14.1564 10.8428 12.1216 10 9.99982 10Z",
15
+ fill: "#13C2BC"
16
+ }), /*#__PURE__*/React.createElement("rect", {
17
+ x: 1.99976,
18
+ y: 18,
19
+ width: 16,
20
+ height: 2,
21
+ fill: "#13C2BC"
22
+ }), /*#__PURE__*/React.createElement("rect", {
23
+ width: 6,
24
+ height: 2,
25
+ transform: "matrix(-1 0 0 1 23.9997 18)",
26
+ fill: "#87E8DB"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M16.4998 8C17.8805 8 18.9998 6.88071 18.9998 5.5C18.9998 4.11929 17.8805 3 16.4998 3C15.119 3 13.9998 4.11929 13.9998 5.5C13.9998 6.88071 15.119 8 16.4998 8Z",
29
+ fill: "#87E8DB"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M9.99976 8C11.6566 8 12.9998 6.65685 12.9998 5C12.9998 3.34315 11.6566 2 9.99976 2C8.3429 2 6.99976 3.34315 6.99976 5C6.99976 6.65685 8.3429 8 9.99976 8Z",
32
+ fill: "#009BA2"
33
+ }));
34
+ };
35
+ export default UsersColorHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const UsersGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default UsersGreyHubM;
@@ -0,0 +1,35 @@
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 UsersGreyHubM = function UsersGreyHubM(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-users-grey-hub-m",
9
+ className: "users-grey-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M15.9998 10C13.8781 10 11.8432 10.8428 10.3429 12.3431C8.84255 13.8434 7.99976 15.8782 7.99976 18H23.9998C23.9998 15.8782 23.157 13.8434 21.6567 12.3431C20.1564 10.8428 18.1216 10 15.9998 10Z",
12
+ fill: "#B5BDC3"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M9.99982 10C7.87808 10 5.84315 10.8428 4.34285 12.3431C2.84255 13.8434 1.99976 15.8782 1.99976 18H17.9998C17.9998 15.8782 17.157 13.8434 15.6567 12.3431C14.1564 10.8428 12.1216 10 9.99982 10Z",
15
+ fill: "#DBE0E3"
16
+ }), /*#__PURE__*/React.createElement("rect", {
17
+ x: 1.99976,
18
+ y: 18,
19
+ width: 16,
20
+ height: 2,
21
+ fill: "#DBE0E3"
22
+ }), /*#__PURE__*/React.createElement("rect", {
23
+ width: 6,
24
+ height: 2,
25
+ transform: "matrix(-1 0 0 1 23.9998 18)",
26
+ fill: "#B5BDC3"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M16.4998 8C17.8805 8 18.9998 6.88071 18.9998 5.5C18.9998 4.11929 17.8805 3 16.4998 3C15.119 3 13.9998 4.11929 13.9998 5.5C13.9998 6.88071 15.119 8 16.4998 8Z",
29
+ fill: "#B5BDC3"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M9.99976 8C11.6566 8 12.9998 6.65685 12.9998 5C12.9998 3.34315 11.6566 2 9.99976 2C8.3429 2 6.99976 3.34315 6.99976 5C6.99976 6.65685 8.3429 8 9.99976 8Z",
32
+ fill: "#6A7580"
33
+ }));
34
+ };
35
+ export default UsersGreyHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const WorkspacesColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default WorkspacesColorHubM;
@@ -0,0 +1,24 @@
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 WorkspacesColorHubM = function WorkspacesColorHubM(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-workspaces-color-hub-m",
9
+ className: "workspaces-color-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M21.9997 2V12H11.9997V2H21.9997Z",
12
+ fill: "#6D2ED3"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M11.9998 22V12H21.9998V22H11.9998Z",
15
+ fill: "#D1ADF7"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M1.99976 12V22H11.9998V12H1.99976Z",
18
+ fill: "#EEDBFF"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M1.99976 2V12H11.9998V2H1.99976Z",
21
+ fill: "#D1ADF7"
22
+ }));
23
+ };
24
+ export default WorkspacesColorHubM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const WorkspacesGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default WorkspacesGreyHubM;
@@ -0,0 +1,24 @@
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 WorkspacesGreyHubM = function WorkspacesGreyHubM(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-workspaces-grey-hub-m",
9
+ className: "workspaces-grey-hub-m ds-icon-set-medium"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M21.9998 2V12H11.9998V2H21.9998Z",
12
+ fill: "#6A7580"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ d: "M11.9998 22V12H21.9998V22H11.9998Z",
15
+ fill: "#B5BDC3"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M1.99976 12V22H11.9998V12H1.99976Z",
18
+ fill: "#DBE0E3"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M1.99976 2V12H11.9998V2H1.99976Z",
21
+ fill: "#B5BDC3"
22
+ }));
23
+ };
24
+ export default WorkspacesGreyHubM;