@synerise/ds-icon 1.11.1 → 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.
Files changed (52) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +11 -10
  3. package/dist/DynamicIcon/DynamicIcon.d.ts +15 -5
  4. package/dist/DynamicIcon/DynamicIcon.js +14 -11
  5. package/dist/Icon.js +7 -3
  6. package/dist/Icon.types.d.ts +24 -0
  7. package/dist/MimeTypeIcon/MimeTypeIcon.js +4 -4
  8. package/dist/MimeTypeIcon/MimeTypeIcon.utils.d.ts +2 -2
  9. package/dist/MimeTypeIcon/MimeTypeIcon.utils.js +13 -15
  10. package/dist/icons/L/index.d.ts +29 -29
  11. package/dist/icons/L/index.js +29 -29
  12. package/dist/icons/M/AiColorHubM.d.ts +3 -0
  13. package/dist/icons/M/AiColorHubM.js +21 -0
  14. package/dist/icons/M/AiGreyHubM.d.ts +3 -0
  15. package/dist/icons/M/AiGreyHubM.js +21 -0
  16. package/dist/icons/M/AutomationColorHubM.d.ts +3 -0
  17. package/dist/icons/M/AutomationColorHubM.js +18 -0
  18. package/dist/icons/M/AutomationGreyHubM.d.ts +3 -0
  19. package/dist/icons/M/AutomationGreyHubM.js +18 -0
  20. package/dist/icons/M/BehavioralColorHubM.d.ts +3 -0
  21. package/dist/icons/M/BehavioralColorHubM.js +18 -0
  22. package/dist/icons/M/BehavioralGreyHubM.d.ts +3 -0
  23. package/dist/icons/M/BehavioralGreyHubM.js +18 -0
  24. package/dist/icons/M/DashboardColorHubM.d.ts +3 -0
  25. package/dist/icons/M/DashboardColorHubM.js +21 -0
  26. package/dist/icons/M/DashboardGreyHubM.d.ts +3 -0
  27. package/dist/icons/M/DashboardGreyHubM.js +21 -0
  28. package/dist/icons/M/DataColorHubM.d.ts +3 -0
  29. package/dist/icons/M/DataColorHubM.js +30 -0
  30. package/dist/icons/M/DataGreyHubM.d.ts +3 -0
  31. package/dist/icons/M/DataGreyHubM.js +30 -0
  32. package/dist/icons/M/DecisionsColorHubM.d.ts +3 -0
  33. package/dist/icons/M/DecisionsColorHubM.js +21 -0
  34. package/dist/icons/M/DecisionsGreyHubM.d.ts +3 -0
  35. package/dist/icons/M/DecisionsGreyHubM.js +21 -0
  36. package/dist/icons/M/ExperienceColorHubM.d.ts +3 -0
  37. package/dist/icons/M/ExperienceColorHubM.js +18 -0
  38. package/dist/icons/M/ExperienceGreyHubM.d.ts +3 -0
  39. package/dist/icons/M/ExperienceGreyHubM.js +18 -0
  40. package/dist/icons/M/index.d.ts +474 -460
  41. package/dist/icons/M/index.js +475 -461
  42. package/dist/icons/XL/index.d.ts +49 -49
  43. package/dist/icons/XL/index.js +50 -50
  44. package/dist/icons/additional/index.d.ts +51 -51
  45. package/dist/icons/additional/index.js +51 -51
  46. package/dist/icons/colorIcons/index.d.ts +6 -6
  47. package/dist/icons/colorIcons/index.js +6 -6
  48. package/dist/index.d.ts +3 -2
  49. package/dist/index.js +2 -1
  50. package/dist/useIconComponent.d.ts +7 -0
  51. package/dist/useIconComponent.js +18 -0
  52. 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.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
+
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)
13
+
14
+ ### Features
15
+
16
+ - **mocks:** add base package structure ([f4e5263](https://github.com/Synerise/synerise-design/commit/f4e5263d21675dbb3d040a3efbe84b726e12ddca))
17
+
6
18
  ## [1.11.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.11.0...@synerise/ds-icon@1.11.1) (2026-02-05)
7
19
 
8
20
  **Note:** Version bump only for package @synerise/ds-icon
package/README.md CHANGED
@@ -23,25 +23,26 @@ yarn add @synerise/ds-icon
23
23
 
24
24
  ## Usage
25
25
 
26
- ```
27
- import Icon, { AngleLeftM } from '@synerise/ds-icon'
26
+ ```tsx
27
+ import Icon from '@synerise/ds-icon'
28
28
 
29
- <Icon component={<AngleLeftM />
30
- color={'red'}
31
- title={'customIcon'}
32
- size={20}
33
- className={'classIcon'}
34
- />
29
+ // Recommended: use iconName prop with icon name as string
30
+ <Icon iconName="AngleLeftM" color="red" size={20} />
31
+
32
+ // Deprecated: using component prop
33
+ import Icon, { AngleLeftM } from '@synerise/ds-icon'
34
+ <Icon component={<AngleLeftM />} color="red" size={20} />
35
35
  ```
36
36
 
37
37
  ## API
38
38
 
39
39
  | Property | Description | Type | Default |
40
40
  | --------- | ---------------------------------------------------------- | ---------------- | ------- |
41
+ | iconName | Icon name as string (recommended) | IconName | |
41
42
  | color | Define the color used | string | inherit |
42
43
  | title | Name icon | string | |
43
44
  | size | Define size icon | string or number | 24 |
44
- | onClick | The callback function that is triggered when click on icon | fucnction | |
45
- | component | The component used for the root node | ReactNode | |
45
+ | onClick | The callback function that is triggered when click on icon | function | |
46
+ | component | ⚠️ Deprecated - use `iconName` instead | ReactNode | |
46
47
  | className | icon className | string | |
47
48
  | style | Style properties of icon, like color etc. | CSSProperties | |
@@ -1,10 +1,20 @@
1
1
  import React, { type ReactNode } from 'react';
2
2
  import type { IconProps } from '../Icon.types';
3
- import { iconManifest } from './iconManifest';
4
- export type DynamicIconProps = Omit<IconProps, 'component'> & {
5
- name: DynamicIconName;
3
+ import { type IconName } from '../useIconComponent';
4
+ export type DynamicIconProps = Omit<IconProps, 'component' | 'iconName'> & {
5
+ name: IconName;
6
6
  fallback?: ReactNode;
7
7
  };
8
- export type DynamicIconName = keyof typeof iconManifest;
9
- export declare const DynamicIcon: ({ name, fallback, ...props }: DynamicIconProps & {}) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null;
8
+ /**
9
+ * @deprecated Use `<Icon iconName="IconName" />` instead of `<DynamicIcon name="IconName" />`.
10
+ * The Icon component now supports dynamic icon loading via the `iconName` prop.
11
+ * @example
12
+ * // Before (deprecated):
13
+ * <DynamicIcon name="InfoM" />
14
+ *
15
+ * // After (recommended):
16
+ * <Icon iconName="InfoM" />
17
+ */
18
+ export declare const DynamicIcon: ({ name, fallback, ...props }: DynamicIconProps) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null;
10
19
  export default DynamicIcon;
20
+ export type { IconName as DynamicIconName };
@@ -1,27 +1,30 @@
1
1
  var _excluded = ["name", "fallback"];
2
2
  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); }
3
3
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
4
- import React, { useMemo } from 'react';
4
+ import React from 'react';
5
5
  import Icon from '../Icon';
6
- import { iconManifest } from './iconManifest';
6
+ import { useIconComponent } from '../useIconComponent';
7
+ /**
8
+ * @deprecated Use `<Icon iconName="IconName" />` instead of `<DynamicIcon name="IconName" />`.
9
+ * The Icon component now supports dynamic icon loading via the `iconName` prop.
10
+ * @example
11
+ * // Before (deprecated):
12
+ * <DynamicIcon name="InfoM" />
13
+ *
14
+ * // After (recommended):
15
+ * <Icon iconName="InfoM" />
16
+ */
7
17
  export var DynamicIcon = function DynamicIcon(_ref) {
8
18
  var name = _ref.name,
9
19
  _ref$fallback = _ref.fallback,
10
20
  fallback = _ref$fallback === void 0 ? null : _ref$fallback,
11
21
  props = _objectWithoutPropertiesLoose(_ref, _excluded);
12
- var IconComponent = useMemo(function () {
13
- var iconModule = iconManifest[name];
14
- if (!iconModule) {
15
- return null;
16
- }
17
- var component = iconModule[name];
18
- return component && typeof component === 'function' ? component : null;
19
- }, [name]);
22
+ var IconComponent = useIconComponent(name);
20
23
  if (!IconComponent) {
21
24
  return fallback;
22
25
  }
23
26
  return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
24
- component: /*#__PURE__*/React.createElement(IconComponent, null)
27
+ iconName: name
25
28
  }));
26
29
  };
27
30
  export default DynamicIcon;
package/dist/Icon.js CHANGED
@@ -1,17 +1,21 @@
1
- var _excluded = ["name", "component", "className"];
1
+ var _excluded = ["name", "iconName", "component", "className"];
2
2
  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); }
3
3
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
4
4
  import React, { forwardRef } from 'react';
5
5
  import * as S from './Icon.styles';
6
+ import { useIconComponent } from './useIconComponent';
6
7
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
7
8
  var name = _ref.name,
9
+ iconName = _ref.iconName,
8
10
  component = _ref.component,
9
11
  className = _ref.className,
10
12
  rest = _objectWithoutPropertiesLoose(_ref, _excluded);
13
+ var IconComponent = useIconComponent(iconName);
14
+ var renderedIcon = IconComponent ? /*#__PURE__*/React.createElement(IconComponent, null) : component;
11
15
  return /*#__PURE__*/React.createElement(S.IconContainer, _extends({
12
16
  className: "ds-icon " + (className || ''),
13
- title: name,
17
+ title: name || iconName,
14
18
  ref: ref
15
- }, rest), component);
19
+ }, rest), renderedIcon);
16
20
  });
17
21
  export default Icon;
@@ -1,11 +1,35 @@
1
1
  import type { ForwardRefExoticComponent, ReactNode, RefAttributes } from 'react';
2
2
  import { type StyledComponent } from 'styled-components';
3
3
  import type { WithHTMLAttributes } from '@synerise/ds-utils';
4
+ import type { IconName } from './useIconComponent';
5
+ export type { IconName };
4
6
  export type BaseIconProps = {
5
7
  color?: string;
8
+ /**
9
+ * Icon name - use this to render an icon by its name (e.g., 'InfoM', 'AddM').
10
+ * This is the recommended way to use icons.
11
+ * @example
12
+ * ```tsx
13
+ * <Icon iconName="InfoM" />
14
+ * <Icon iconName="AddM" size={24} color="blue" />
15
+ * ```
16
+ */
17
+ iconName?: IconName;
18
+ /**
19
+ * Display name for the icon (used as title attribute)
20
+ */
6
21
  name?: string;
7
22
  size?: string | number;
8
23
  stroke?: boolean;
24
+ /**
25
+ * @deprecated Use the `iconName` prop instead with the icon name as a string.
26
+ * @example
27
+ * // Before (deprecated):
28
+ * <Icon component={<InfoM />} />
29
+ *
30
+ * // After (recommended):
31
+ * <Icon iconName="InfoM" />
32
+ */
9
33
  component?: ReactNode;
10
34
  };
11
35
  export type IconProps = WithHTMLAttributes<HTMLDivElement, BaseIconProps>;
@@ -3,15 +3,15 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : f
3
3
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
4
4
  import React, { useMemo } from 'react';
5
5
  import Icon from '../Icon';
6
- import { mapMimeTypeToIcon } from './MimeTypeIcon.utils';
6
+ import { mapMimeTypeToIconName } from './MimeTypeIcon.utils';
7
7
  var MimeTypeIcon = function MimeTypeIcon(_ref) {
8
8
  var type = _ref.type,
9
9
  iconProps = _objectWithoutPropertiesLoose(_ref, _excluded);
10
- var component = useMemo(function () {
11
- return mapMimeTypeToIcon(type);
10
+ var iconName = useMemo(function () {
11
+ return mapMimeTypeToIconName(type);
12
12
  }, [type]);
13
13
  return /*#__PURE__*/React.createElement(Icon, _extends({}, iconProps, {
14
- component: component
14
+ iconName: iconName
15
15
  }));
16
16
  };
17
17
  export default MimeTypeIcon;
@@ -1,2 +1,2 @@
1
- import React from 'react';
2
- export declare const mapMimeTypeToIcon: (mimeType: string) => React.JSX.Element;
1
+ import type { IconName } from '../useIconComponent';
2
+ export declare const mapMimeTypeToIconName: (mimeType: string) => IconName;
@@ -1,41 +1,39 @@
1
- import React from 'react';
2
- import { FileActionM, FileArchiveM, FileCodeM, FileM, FileTypeImageM, FileTypePlainM, FileTypeTableM, FileTypeTextM } from '../icons/M';
3
- export var mapMimeTypeToIcon = function mapMimeTypeToIcon(mimeType) {
1
+ export var mapMimeTypeToIconName = function mapMimeTypeToIconName(mimeType) {
4
2
  switch (mimeType) {
5
3
  case 'text/csv':
6
- return /*#__PURE__*/React.createElement(FileTypeTableM, null);
4
+ return 'FileTypeTableM';
7
5
  case 'application/msword':
8
6
  case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
9
- return /*#__PURE__*/React.createElement(FileTypeTextM, null);
7
+ return 'FileTypeTextM';
10
8
  case 'text/html':
11
- return /*#__PURE__*/React.createElement(FileCodeM, null);
9
+ return 'FileCodeM';
12
10
  case 'audio/mp3':
13
11
  case 'audio/mpeg3':
14
- return /*#__PURE__*/React.createElement(FileActionM, null);
12
+ return 'FileActionM';
15
13
  case 'application/pdf':
16
- return /*#__PURE__*/React.createElement(FileTypeImageM, null);
14
+ return 'FileTypeImageM';
17
15
  case 'application/mspowerpoint':
18
16
  case 'application/vnd.ms-powerpoint':
19
17
  case 'application/vnd.openxmlformats-officedocument.presentationml.presentation':
20
- return /*#__PURE__*/React.createElement(FileTypePlainM, null);
18
+ return 'FileTypePlainM';
21
19
  case 'image/svg':
22
- return /*#__PURE__*/React.createElement(FileTypeImageM, null);
20
+ return 'FileTypeImageM';
23
21
  case 'text/plain':
24
- return /*#__PURE__*/React.createElement(FileTypeTextM, null);
22
+ return 'FileTypeTextM';
25
23
  case 'video/avi':
26
24
  case 'video/quicktime':
27
25
  case 'video/mpeg':
28
- return /*#__PURE__*/React.createElement(FileActionM, null);
26
+ return 'FileActionM';
29
27
  case 'application/excel':
30
28
  case 'application/vnd.ms-excel':
31
29
  case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
32
- return /*#__PURE__*/React.createElement(FileTypeTableM, null);
30
+ return 'FileTypeTableM';
33
31
  case 'application/zip':
34
32
  case 'multipart/x-zip':
35
33
  case 'application/x-compressed':
36
34
  case 'application/x-zip-compressed':
37
- return /*#__PURE__*/React.createElement(FileArchiveM, null);
35
+ return 'FileArchiveM';
38
36
  default:
39
- return /*#__PURE__*/React.createElement(FileM, null);
37
+ return 'FileM';
40
38
  }
41
39
  };
@@ -1,70 +1,70 @@
1
- export { default as VideoL } from './VideoL';
2
- export { default as WarningL } from './WarningL';
3
1
  export { default as TooltipL } from './TooltipL';
2
+ export { default as VideoL } from './VideoL';
4
3
  export { default as TextL } from './TextL';
5
4
  export { default as TimeL } from './TimeL';
6
5
  export { default as TextareaL } from './TextareaL';
7
6
  export { default as TableL } from './TableL';
8
- export { default as StackedL } from './StackedL';
9
7
  export { default as SliderL } from './SliderL';
8
+ export { default as StackedL } from './StackedL';
9
+ export { default as WarningL } from './WarningL';
10
10
  export { default as SelectL } from './SelectL';
11
- export { default as ShowL } from './ShowL';
11
+ export { default as Section37L } from './Section37L';
12
12
  export { default as SectionL } from './SectionL';
13
13
  export { default as Section13L } from './Section13L';
14
- export { default as SearchNoResultsL } from './SearchNoResultsL';
15
14
  export { default as SpinnerL } from './SpinnerL';
15
+ export { default as SearchNoResultsL } from './SearchNoResultsL';
16
+ export { default as Section12L } from './Section12L';
16
17
  export { default as RelationOneOneL } from './RelationOneOneL';
18
+ export { default as RadioL } from './RadioL';
17
19
  export { default as RelationOneManyL } from './RelationOneManyL';
18
20
  export { default as RelationManyOneL } from './RelationManyOneL';
19
21
  export { default as RelationManyManyL } from './RelationManyManyL';
20
- export { default as RadioL } from './RadioL';
21
- export { default as Section12L } from './Section12L';
22
- export { default as QuoteL } from './QuoteL';
22
+ export { default as PieL } from './PieL';
23
+ export { default as NoPermissionL } from './NoPermissionL';
23
24
  export { default as NoData } from './NoData';
25
+ export { default as QuoteL } from './QuoteL';
24
26
  export { default as NavbarL } from './NavbarL';
25
- export { default as NoPermissionL } from './NoPermissionL';
26
27
  export { default as MultilineL } from './MultilineL';
27
28
  export { default as MobileUrlL } from './MobileUrlL';
28
29
  export { default as MobileLinkL } from './MobileLinkL';
29
30
  export { default as MobileLayout4L } from './MobileLayout4L';
30
31
  export { default as MobileLayout3L } from './MobileLayout3L';
31
32
  export { default as MobileLayout1L } from './MobileLayout1L';
32
- export { default as PieL } from './PieL';
33
33
  export { default as MobileClickL } from './MobileClickL';
34
+ export { default as LocationL } from './LocationL';
34
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 LinkL } from './LinkL';
38
38
  export { default as LandingPageL } from './LandingPageL';
39
- export { default as LocationL } from './LocationL';
40
39
  export { default as LabelL } from './LabelL';
41
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
42
- export { default as InfoL } from './InfoL';
43
- export { default as InboxNoResultsL } from './InboxNoResultsL';
40
+ export { default as LinkL } from './LinkL';
41
+ export { default as InputL } from './InputL';
44
42
  export { default as ImageUrlL } from './ImageUrlL';
43
+ export { default as InfoL } from './InfoL';
44
+ export { default as ShowL } from './ShowL';
45
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
45
46
  export { default as ImageLandscapeL } from './ImageLandscapeL';
46
- export { default as ImagePotraitL } from './ImagePotraitL';
47
+ export { default as HideL } from './HideL';
48
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
47
49
  export { default as ImageL } from './ImageL';
48
50
  export { default as FormL } from './FormL';
49
- export { default as InputL } from './InputL';
50
- export { default as HideL } from './HideL';
51
+ export { default as HashL } from './HashL';
51
52
  export { default as FormGroupL } from './FormGroupL';
52
- export { default as FolderPlainL } from './FolderPlainL';
53
53
  export { default as FolderPredefinedL } from './FolderPredefinedL';
54
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
55
- export { default as HashL } from './HashL';
56
- export { default as CountdownL } from './CountdownL';
54
+ export { default as FolderPlainL } from './FolderPlainL';
57
55
  export { default as FolderL } from './FolderL';
58
- export { default as FileTypePictureL } from './FileTypePictureL';
59
- export { default as FormEditL } from './FormEditL';
60
- export { default as ColumnL } from './ColumnL';
61
56
  export { default as DividerL } from './DividerL';
57
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
+ export { default as FileTypePictureL } from './FileTypePictureL';
62
59
  export { default as CloseL } from './CloseL';
63
60
  export { default as ComboL } from './ComboL';
64
- export { default as ButtonSubmitL } from './ButtonSubmitL';
61
+ export { default as CountdownL } from './CountdownL';
65
62
  export { default as CheckboxL } from './CheckboxL';
66
63
  export { default as CheckL } from './CheckL';
67
- export { default as BrowserL } from './BrowserL';
68
- export { default as ButtonL } from './ButtonL';
64
+ export { default as ColumnL } from './ColumnL';
65
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
69
66
  export { default as AddL } from './AddL';
70
- export { default as Section37L } from './Section37L';
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';
@@ -1,70 +1,70 @@
1
- export { default as VideoL } from './VideoL';
2
- export { default as WarningL } from './WarningL';
3
1
  export { default as TooltipL } from './TooltipL';
2
+ export { default as VideoL } from './VideoL';
4
3
  export { default as TextL } from './TextL';
5
4
  export { default as TimeL } from './TimeL';
6
5
  export { default as TextareaL } from './TextareaL';
7
6
  export { default as TableL } from './TableL';
8
- export { default as StackedL } from './StackedL';
9
7
  export { default as SliderL } from './SliderL';
8
+ export { default as StackedL } from './StackedL';
9
+ export { default as WarningL } from './WarningL';
10
10
  export { default as SelectL } from './SelectL';
11
- export { default as ShowL } from './ShowL';
11
+ export { default as Section37L } from './Section37L';
12
12
  export { default as SectionL } from './SectionL';
13
13
  export { default as Section13L } from './Section13L';
14
- export { default as SearchNoResultsL } from './SearchNoResultsL';
15
14
  export { default as SpinnerL } from './SpinnerL';
15
+ export { default as SearchNoResultsL } from './SearchNoResultsL';
16
+ export { default as Section12L } from './Section12L';
16
17
  export { default as RelationOneOneL } from './RelationOneOneL';
18
+ export { default as RadioL } from './RadioL';
17
19
  export { default as RelationOneManyL } from './RelationOneManyL';
18
20
  export { default as RelationManyOneL } from './RelationManyOneL';
19
21
  export { default as RelationManyManyL } from './RelationManyManyL';
20
- export { default as RadioL } from './RadioL';
21
- export { default as Section12L } from './Section12L';
22
- export { default as QuoteL } from './QuoteL';
22
+ export { default as PieL } from './PieL';
23
+ export { default as NoPermissionL } from './NoPermissionL';
23
24
  export { default as NoData } from './NoData';
25
+ export { default as QuoteL } from './QuoteL';
24
26
  export { default as NavbarL } from './NavbarL';
25
- export { default as NoPermissionL } from './NoPermissionL';
26
27
  export { default as MultilineL } from './MultilineL';
27
28
  export { default as MobileUrlL } from './MobileUrlL';
28
29
  export { default as MobileLinkL } from './MobileLinkL';
29
30
  export { default as MobileLayout4L } from './MobileLayout4L';
30
31
  export { default as MobileLayout3L } from './MobileLayout3L';
31
32
  export { default as MobileLayout1L } from './MobileLayout1L';
32
- export { default as PieL } from './PieL';
33
33
  export { default as MobileClickL } from './MobileClickL';
34
+ export { default as LocationL } from './LocationL';
34
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 LinkL } from './LinkL';
38
38
  export { default as LandingPageL } from './LandingPageL';
39
- export { default as LocationL } from './LocationL';
40
39
  export { default as LabelL } from './LabelL';
41
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
42
- export { default as InfoL } from './InfoL';
43
- export { default as InboxNoResultsL } from './InboxNoResultsL';
40
+ export { default as LinkL } from './LinkL';
41
+ export { default as InputL } from './InputL';
44
42
  export { default as ImageUrlL } from './ImageUrlL';
43
+ export { default as InfoL } from './InfoL';
44
+ export { default as ShowL } from './ShowL';
45
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
45
46
  export { default as ImageLandscapeL } from './ImageLandscapeL';
46
- export { default as ImagePotraitL } from './ImagePotraitL';
47
+ export { default as HideL } from './HideL';
48
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
47
49
  export { default as ImageL } from './ImageL';
48
50
  export { default as FormL } from './FormL';
49
- export { default as InputL } from './InputL';
50
- export { default as HideL } from './HideL';
51
+ export { default as HashL } from './HashL';
51
52
  export { default as FormGroupL } from './FormGroupL';
52
- export { default as FolderPlainL } from './FolderPlainL';
53
53
  export { default as FolderPredefinedL } from './FolderPredefinedL';
54
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
55
- export { default as HashL } from './HashL';
56
- export { default as CountdownL } from './CountdownL';
54
+ export { default as FolderPlainL } from './FolderPlainL';
57
55
  export { default as FolderL } from './FolderL';
58
- export { default as FileTypePictureL } from './FileTypePictureL';
59
- export { default as FormEditL } from './FormEditL';
60
- export { default as ColumnL } from './ColumnL';
61
56
  export { default as DividerL } from './DividerL';
57
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
+ export { default as FileTypePictureL } from './FileTypePictureL';
62
59
  export { default as CloseL } from './CloseL';
63
60
  export { default as ComboL } from './ComboL';
64
- export { default as ButtonSubmitL } from './ButtonSubmitL';
61
+ export { default as CountdownL } from './CountdownL';
65
62
  export { default as CheckboxL } from './CheckboxL';
66
63
  export { default as CheckL } from './CheckL';
67
- export { default as BrowserL } from './BrowserL';
68
- export { default as ButtonL } from './ButtonL';
64
+ export { default as ColumnL } from './ColumnL';
65
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
69
66
  export { default as AddL } from './AddL';
70
- export { default as Section37L } from './Section37L';
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';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const AiColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ 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 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,3 @@
1
+ import React from 'react';
2
+ declare const AiGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default AiGreyHubM;
@@ -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,3 @@
1
+ import React from 'react';
2
+ declare const AutomationColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ 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 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,3 @@
1
+ import React from 'react';
2
+ declare const AutomationGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ 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 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,3 @@
1
+ import React from 'react';
2
+ declare const BehavioralColorHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ 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 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,3 @@
1
+ import React from 'react';
2
+ declare const BehavioralGreyHubM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default BehavioralGreyHubM;
@@ -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;