@sensoro-design/icons 1.53.1 → 1.55.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 (84) hide show
  1. package/AlarmClockOutlined.d.ts +2 -0
  2. package/AlarmClockOutlined.js +15 -0
  3. package/BreatheErrorPurely.d.ts +2 -0
  4. package/BreatheErrorPurely.js +15 -0
  5. package/BreathePurely.d.ts +2 -0
  6. package/BreathePurely.js +15 -0
  7. package/CHANGELOG.md +22 -0
  8. package/DrowsyOutlined.d.ts +2 -0
  9. package/DrowsyOutlined.js +15 -0
  10. package/GetUpOutlined.d.ts +2 -0
  11. package/GetUpOutlined.js +15 -0
  12. package/HeartRatePurely.d.ts +2 -0
  13. package/HeartRatePurely.js +15 -0
  14. package/LineChartPurely.d.ts +2 -0
  15. package/LineChartPurely.js +15 -0
  16. package/MoonPurely.d.ts +2 -0
  17. package/MoonPurely.js +15 -0
  18. package/RotateRightPurely.d.ts +2 -0
  19. package/RotateRightPurely.js +15 -0
  20. package/SleepProOutlined.d.ts +2 -0
  21. package/SleepProOutlined.js +15 -0
  22. package/UserMinusCircleFilled.d.ts +2 -0
  23. package/UserMinusCircleFilled.js +15 -0
  24. package/UserPlusCircleFilled.d.ts +2 -0
  25. package/UserPlusCircleFilled.js +15 -0
  26. package/UsersFilled.d.ts +2 -0
  27. package/UsersFilled.js +15 -0
  28. package/es/icons/AlarmClockOutlined.d.ts +4 -0
  29. package/es/icons/AlarmClockOutlined.js +56 -0
  30. package/es/icons/BreatheErrorPurely.d.ts +4 -0
  31. package/es/icons/BreatheErrorPurely.js +56 -0
  32. package/es/icons/BreathePurely.d.ts +4 -0
  33. package/es/icons/BreathePurely.js +56 -0
  34. package/es/icons/DrowsyOutlined.d.ts +4 -0
  35. package/es/icons/DrowsyOutlined.js +56 -0
  36. package/es/icons/GetUpOutlined.d.ts +4 -0
  37. package/es/icons/GetUpOutlined.js +56 -0
  38. package/es/icons/HeartRatePurely.d.ts +4 -0
  39. package/es/icons/HeartRatePurely.js +56 -0
  40. package/es/icons/LineChartPurely.d.ts +4 -0
  41. package/es/icons/LineChartPurely.js +56 -0
  42. package/es/icons/MoonPurely.d.ts +4 -0
  43. package/es/icons/MoonPurely.js +56 -0
  44. package/es/icons/RotateRightPurely.d.ts +4 -0
  45. package/es/icons/RotateRightPurely.js +56 -0
  46. package/es/icons/SleepProOutlined.d.ts +4 -0
  47. package/es/icons/SleepProOutlined.js +56 -0
  48. package/es/icons/UserMinusCircleFilled.d.ts +4 -0
  49. package/es/icons/UserMinusCircleFilled.js +56 -0
  50. package/es/icons/UserPlusCircleFilled.d.ts +4 -0
  51. package/es/icons/UserPlusCircleFilled.js +56 -0
  52. package/es/icons/UsersFilled.d.ts +4 -0
  53. package/es/icons/UsersFilled.js +56 -0
  54. package/es/icons/index.d.ts +13 -0
  55. package/es/icons/index.js +103 -11
  56. package/lib/icons/AlarmClockOutlined.d.ts +4 -0
  57. package/lib/icons/AlarmClockOutlined.js +57 -0
  58. package/lib/icons/BreatheErrorPurely.d.ts +4 -0
  59. package/lib/icons/BreatheErrorPurely.js +57 -0
  60. package/lib/icons/BreathePurely.d.ts +4 -0
  61. package/lib/icons/BreathePurely.js +57 -0
  62. package/lib/icons/DrowsyOutlined.d.ts +4 -0
  63. package/lib/icons/DrowsyOutlined.js +57 -0
  64. package/lib/icons/GetUpOutlined.d.ts +4 -0
  65. package/lib/icons/GetUpOutlined.js +57 -0
  66. package/lib/icons/HeartRatePurely.d.ts +4 -0
  67. package/lib/icons/HeartRatePurely.js +57 -0
  68. package/lib/icons/LineChartPurely.d.ts +4 -0
  69. package/lib/icons/LineChartPurely.js +57 -0
  70. package/lib/icons/MoonPurely.d.ts +4 -0
  71. package/lib/icons/MoonPurely.js +57 -0
  72. package/lib/icons/RotateRightPurely.d.ts +4 -0
  73. package/lib/icons/RotateRightPurely.js +57 -0
  74. package/lib/icons/SleepProOutlined.d.ts +4 -0
  75. package/lib/icons/SleepProOutlined.js +57 -0
  76. package/lib/icons/UserMinusCircleFilled.d.ts +4 -0
  77. package/lib/icons/UserMinusCircleFilled.js +57 -0
  78. package/lib/icons/UserPlusCircleFilled.d.ts +4 -0
  79. package/lib/icons/UserPlusCircleFilled.js +57 -0
  80. package/lib/icons/UsersFilled.d.ts +4 -0
  81. package/lib/icons/UsersFilled.js +57 -0
  82. package/lib/icons/index.d.ts +13 -0
  83. package/lib/icons/index.js +103 -11
  84. package/package.json +3 -2
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const SleepProOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default SleepProOutlined;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
5
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = {
10
+ enumerable: true,
11
+ get: function get() {
12
+ return m[k];
13
+ }
14
+ };
15
+ }
16
+ Object.defineProperty(o, k2, desc);
17
+ } : function (o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ });
21
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
22
+ Object.defineProperty(o, "default", {
23
+ enumerable: true,
24
+ value: v
25
+ });
26
+ } : function (o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) {
33
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ }
35
+ __setModuleDefault(result, mod);
36
+ return result;
37
+ };
38
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
39
+ return mod && mod.__esModule ? mod : {
40
+ "default": mod
41
+ };
42
+ };
43
+ Object.defineProperty(exports, "__esModule", {
44
+ value: true
45
+ });
46
+ // This icon file is generated automatically.
47
+ var React = __importStar(require("react"));
48
+ var SleepProOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/SleepProOutlined"));
49
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
50
+ var SleepProOutlined = React.forwardRef(function (props, ref) {
51
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
52
+ ref: ref,
53
+ icon: SleepProOutlined_1.default
54
+ }));
55
+ });
56
+ SleepProOutlined.displayName = 'SleepProOutlined';
57
+ exports.default = SleepProOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const UserMinusCircleFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default UserMinusCircleFilled;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
5
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = {
10
+ enumerable: true,
11
+ get: function get() {
12
+ return m[k];
13
+ }
14
+ };
15
+ }
16
+ Object.defineProperty(o, k2, desc);
17
+ } : function (o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ });
21
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
22
+ Object.defineProperty(o, "default", {
23
+ enumerable: true,
24
+ value: v
25
+ });
26
+ } : function (o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) {
33
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ }
35
+ __setModuleDefault(result, mod);
36
+ return result;
37
+ };
38
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
39
+ return mod && mod.__esModule ? mod : {
40
+ "default": mod
41
+ };
42
+ };
43
+ Object.defineProperty(exports, "__esModule", {
44
+ value: true
45
+ });
46
+ // This icon file is generated automatically.
47
+ var React = __importStar(require("react"));
48
+ var UserMinusCircleFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UserMinusCircleFilled"));
49
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
50
+ var UserMinusCircleFilled = React.forwardRef(function (props, ref) {
51
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
52
+ ref: ref,
53
+ icon: UserMinusCircleFilled_1.default
54
+ }));
55
+ });
56
+ UserMinusCircleFilled.displayName = 'UserMinusCircleFilled';
57
+ exports.default = UserMinusCircleFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const UserPlusCircleFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default UserPlusCircleFilled;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
5
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = {
10
+ enumerable: true,
11
+ get: function get() {
12
+ return m[k];
13
+ }
14
+ };
15
+ }
16
+ Object.defineProperty(o, k2, desc);
17
+ } : function (o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ });
21
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
22
+ Object.defineProperty(o, "default", {
23
+ enumerable: true,
24
+ value: v
25
+ });
26
+ } : function (o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) {
33
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ }
35
+ __setModuleDefault(result, mod);
36
+ return result;
37
+ };
38
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
39
+ return mod && mod.__esModule ? mod : {
40
+ "default": mod
41
+ };
42
+ };
43
+ Object.defineProperty(exports, "__esModule", {
44
+ value: true
45
+ });
46
+ // This icon file is generated automatically.
47
+ var React = __importStar(require("react"));
48
+ var UserPlusCircleFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UserPlusCircleFilled"));
49
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
50
+ var UserPlusCircleFilled = React.forwardRef(function (props, ref) {
51
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
52
+ ref: ref,
53
+ icon: UserPlusCircleFilled_1.default
54
+ }));
55
+ });
56
+ UserPlusCircleFilled.displayName = 'UserPlusCircleFilled';
57
+ exports.default = UserPlusCircleFilled;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const UsersFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default UsersFilled;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
5
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = {
10
+ enumerable: true,
11
+ get: function get() {
12
+ return m[k];
13
+ }
14
+ };
15
+ }
16
+ Object.defineProperty(o, k2, desc);
17
+ } : function (o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ });
21
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
22
+ Object.defineProperty(o, "default", {
23
+ enumerable: true,
24
+ value: v
25
+ });
26
+ } : function (o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) {
33
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ }
35
+ __setModuleDefault(result, mod);
36
+ return result;
37
+ };
38
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
39
+ return mod && mod.__esModule ? mod : {
40
+ "default": mod
41
+ };
42
+ };
43
+ Object.defineProperty(exports, "__esModule", {
44
+ value: true
45
+ });
46
+ // This icon file is generated automatically.
47
+ var React = __importStar(require("react"));
48
+ var UsersFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UsersFilled"));
49
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
50
+ var UsersFilled = React.forwardRef(function (props, ref) {
51
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
52
+ ref: ref,
53
+ icon: UsersFilled_1.default
54
+ }));
55
+ });
56
+ UsersFilled.displayName = 'UsersFilled';
57
+ exports.default = UsersFilled;
@@ -8,6 +8,7 @@ export { default as AirPressureOutlined } from './AirPressureOutlined';
8
8
  export { default as AircircuitBreakerFilled } from './AircircuitBreakerFilled';
9
9
  export { default as AircircuitBreakerOutlined } from './AircircuitBreakerOutlined';
10
10
  export { default as AircircuitBreakerPurely } from './AircircuitBreakerPurely';
11
+ export { default as AlarmClockOutlined } from './AlarmClockOutlined';
11
12
  export { default as AlarmHostOutlined } from './AlarmHostOutlined';
12
13
  export { default as AlertCameraOutlined } from './AlertCameraOutlined';
13
14
  export { default as AlertFilled } from './AlertFilled';
@@ -45,6 +46,8 @@ export { default as BatteryGroupFilled } from './BatteryGroupFilled';
45
46
  export { default as BellOutlined } from './BellOutlined';
46
47
  export { default as BlockOutlined } from './BlockOutlined';
47
48
  export { default as BrandOutlined } from './BrandOutlined';
49
+ export { default as BreatheErrorPurely } from './BreatheErrorPurely';
50
+ export { default as BreathePurely } from './BreathePurely';
48
51
  export { default as BridgeFilled } from './BridgeFilled';
49
52
  export { default as BugOutlined } from './BugOutlined';
50
53
  export { default as BuildingFilled } from './BuildingFilled';
@@ -123,6 +126,7 @@ export { default as DrawPolygonOutlined } from './DrawPolygonOutlined';
123
126
  export { default as DrawRectangleOutlined } from './DrawRectangleOutlined';
124
127
  export { default as DrawRoundOutlined } from './DrawRoundOutlined';
125
128
  export { default as DroneOutlined } from './DroneOutlined';
129
+ export { default as DrowsyOutlined } from './DrowsyOutlined';
126
130
  export { default as EditOutlined } from './EditOutlined';
127
131
  export { default as ElderFilled } from './ElderFilled';
128
132
  export { default as ElderPurely } from './ElderPurely';
@@ -222,6 +226,7 @@ export { default as GatewayOutlined } from './GatewayOutlined';
222
226
  export { default as GenderOutlined } from './GenderOutlined';
223
227
  export { default as GeoLocationFilled } from './GeoLocationFilled';
224
228
  export { default as GeoLocationOutlined } from './GeoLocationOutlined';
229
+ export { default as GetUpOutlined } from './GetUpOutlined';
225
230
  export { default as GithubFilled } from './GithubFilled';
226
231
  export { default as GlobalFilled } from './GlobalFilled';
227
232
  export { default as GlobalOutlined } from './GlobalOutlined';
@@ -233,6 +238,7 @@ export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
233
238
  export { default as HealthMonitoringPurely } from './HealthMonitoringPurely';
234
239
  export { default as HeartFilled } from './HeartFilled';
235
240
  export { default as HeartOutlined } from './HeartOutlined';
241
+ export { default as HeartRatePurely } from './HeartRatePurely';
236
242
  export { default as HeatmapFilled } from './HeatmapFilled';
237
243
  export { default as HelmetFilled } from './HelmetFilled';
238
244
  export { default as HiddenDangerFilled } from './HiddenDangerFilled';
@@ -281,6 +287,7 @@ export { default as LeftUpOutlined } from './LeftUpOutlined';
281
287
  export { default as LegendOutlined } from './LegendOutlined';
282
288
  export { default as LessElectricityFilled } from './LessElectricityFilled';
283
289
  export { default as LikeOutlined } from './LikeOutlined';
290
+ export { default as LineChartPurely } from './LineChartPurely';
284
291
  export { default as LineOutlined } from './LineOutlined';
285
292
  export { default as LinkOutlined } from './LinkOutlined';
286
293
  export { default as LinsAccessOutlined } from './LinsAccessOutlined';
@@ -318,6 +325,7 @@ export { default as MolecularChainFilled } from './MolecularChainFilled';
318
325
  export { default as MolecularChainOutlined } from './MolecularChainOutlined';
319
326
  export { default as MoneyWatchFilled } from './MoneyWatchFilled';
320
327
  export { default as MoneyWatchOutlined } from './MoneyWatchOutlined';
328
+ export { default as MoonPurely } from './MoonPurely';
321
329
  export { default as MoreOutlined } from './MoreOutlined';
322
330
  export { default as MuteOutlined } from './MuteOutlined';
323
331
  export { default as Nh3Outlined } from './Nh3Outlined';
@@ -415,6 +423,7 @@ export { default as RoomFilled } from './RoomFilled';
415
423
  export { default as RoomOutlined } from './RoomOutlined';
416
424
  export { default as RotateLeftOutlined } from './RotateLeftOutlined';
417
425
  export { default as RotateRightOutlined } from './RotateRightOutlined';
426
+ export { default as RotateRightPurely } from './RotateRightPurely';
418
427
  export { default as RotationCloseOutlined } from './RotationCloseOutlined';
419
428
  export { default as RotationOutlined } from './RotationOutlined';
420
429
  export { default as RouteFilled } from './RouteFilled';
@@ -440,6 +449,7 @@ export { default as ShootFilled } from './ShootFilled';
440
449
  export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
441
450
  export { default as SleepFilled } from './SleepFilled';
442
451
  export { default as SleepOutlined } from './SleepOutlined';
452
+ export { default as SleepProOutlined } from './SleepProOutlined';
443
453
  export { default as SmartBoxOutlined } from './SmartBoxOutlined';
444
454
  export { default as SmartCommunityOutlined } from './SmartCommunityOutlined';
445
455
  export { default as SmartDoorLockOutlined } from './SmartDoorLockOutlined';
@@ -506,8 +516,10 @@ export { default as UserFilled } from './UserFilled';
506
516
  export { default as UserGatherFilled } from './UserGatherFilled';
507
517
  export { default as UserGatherPurely } from './UserGatherPurely';
508
518
  export { default as UserManageOutlined } from './UserManageOutlined';
519
+ export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
509
520
  export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
510
521
  export { default as UserOutlined } from './UserOutlined';
522
+ export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
511
523
  export { default as UserPurely } from './UserPurely';
512
524
  export { default as UserReportFilled } from './UserReportFilled';
513
525
  export { default as UserReportPurely } from './UserReportPurely';
@@ -515,6 +527,7 @@ export { default as UserSettingOutlined } from './UserSettingOutlined';
515
527
  export { default as UserTimeFilled } from './UserTimeFilled';
516
528
  export { default as UserTimeOutlined } from './UserTimeOutlined';
517
529
  export { default as UserTimePurely } from './UserTimePurely';
530
+ export { default as UsersFilled } from './UsersFilled';
518
531
  export { default as UsersGovernancePurely } from './UsersGovernancePurely';
519
532
  export { default as VehicleFileFilled } from './VehicleFileFilled';
520
533
  export { default as VehicleFileOutlined } from './VehicleFileOutlined';