@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.
- package/AlarmClockOutlined.d.ts +2 -0
- package/AlarmClockOutlined.js +15 -0
- package/BreatheErrorPurely.d.ts +2 -0
- package/BreatheErrorPurely.js +15 -0
- package/BreathePurely.d.ts +2 -0
- package/BreathePurely.js +15 -0
- package/CHANGELOG.md +22 -0
- package/DrowsyOutlined.d.ts +2 -0
- package/DrowsyOutlined.js +15 -0
- package/GetUpOutlined.d.ts +2 -0
- package/GetUpOutlined.js +15 -0
- package/HeartRatePurely.d.ts +2 -0
- package/HeartRatePurely.js +15 -0
- package/LineChartPurely.d.ts +2 -0
- package/LineChartPurely.js +15 -0
- package/MoonPurely.d.ts +2 -0
- package/MoonPurely.js +15 -0
- package/RotateRightPurely.d.ts +2 -0
- package/RotateRightPurely.js +15 -0
- package/SleepProOutlined.d.ts +2 -0
- package/SleepProOutlined.js +15 -0
- package/UserMinusCircleFilled.d.ts +2 -0
- package/UserMinusCircleFilled.js +15 -0
- package/UserPlusCircleFilled.d.ts +2 -0
- package/UserPlusCircleFilled.js +15 -0
- package/UsersFilled.d.ts +2 -0
- package/UsersFilled.js +15 -0
- package/es/icons/AlarmClockOutlined.d.ts +4 -0
- package/es/icons/AlarmClockOutlined.js +56 -0
- package/es/icons/BreatheErrorPurely.d.ts +4 -0
- package/es/icons/BreatheErrorPurely.js +56 -0
- package/es/icons/BreathePurely.d.ts +4 -0
- package/es/icons/BreathePurely.js +56 -0
- package/es/icons/DrowsyOutlined.d.ts +4 -0
- package/es/icons/DrowsyOutlined.js +56 -0
- package/es/icons/GetUpOutlined.d.ts +4 -0
- package/es/icons/GetUpOutlined.js +56 -0
- package/es/icons/HeartRatePurely.d.ts +4 -0
- package/es/icons/HeartRatePurely.js +56 -0
- package/es/icons/LineChartPurely.d.ts +4 -0
- package/es/icons/LineChartPurely.js +56 -0
- package/es/icons/MoonPurely.d.ts +4 -0
- package/es/icons/MoonPurely.js +56 -0
- package/es/icons/RotateRightPurely.d.ts +4 -0
- package/es/icons/RotateRightPurely.js +56 -0
- package/es/icons/SleepProOutlined.d.ts +4 -0
- package/es/icons/SleepProOutlined.js +56 -0
- package/es/icons/UserMinusCircleFilled.d.ts +4 -0
- package/es/icons/UserMinusCircleFilled.js +56 -0
- package/es/icons/UserPlusCircleFilled.d.ts +4 -0
- package/es/icons/UserPlusCircleFilled.js +56 -0
- package/es/icons/UsersFilled.d.ts +4 -0
- package/es/icons/UsersFilled.js +56 -0
- package/es/icons/index.d.ts +13 -0
- package/es/icons/index.js +103 -11
- package/lib/icons/AlarmClockOutlined.d.ts +4 -0
- package/lib/icons/AlarmClockOutlined.js +57 -0
- package/lib/icons/BreatheErrorPurely.d.ts +4 -0
- package/lib/icons/BreatheErrorPurely.js +57 -0
- package/lib/icons/BreathePurely.d.ts +4 -0
- package/lib/icons/BreathePurely.js +57 -0
- package/lib/icons/DrowsyOutlined.d.ts +4 -0
- package/lib/icons/DrowsyOutlined.js +57 -0
- package/lib/icons/GetUpOutlined.d.ts +4 -0
- package/lib/icons/GetUpOutlined.js +57 -0
- package/lib/icons/HeartRatePurely.d.ts +4 -0
- package/lib/icons/HeartRatePurely.js +57 -0
- package/lib/icons/LineChartPurely.d.ts +4 -0
- package/lib/icons/LineChartPurely.js +57 -0
- package/lib/icons/MoonPurely.d.ts +4 -0
- package/lib/icons/MoonPurely.js +57 -0
- package/lib/icons/RotateRightPurely.d.ts +4 -0
- package/lib/icons/RotateRightPurely.js +57 -0
- package/lib/icons/SleepProOutlined.d.ts +4 -0
- package/lib/icons/SleepProOutlined.js +57 -0
- package/lib/icons/UserMinusCircleFilled.d.ts +4 -0
- package/lib/icons/UserMinusCircleFilled.js +57 -0
- package/lib/icons/UserPlusCircleFilled.d.ts +4 -0
- package/lib/icons/UserPlusCircleFilled.js +57 -0
- package/lib/icons/UsersFilled.d.ts +4 -0
- package/lib/icons/UsersFilled.js +57 -0
- package/lib/icons/index.d.ts +13 -0
- package/lib/icons/index.js +103 -11
- package/package.json +3 -2
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return m[k];
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
} : function (o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
});
|
|
20
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
value: v
|
|
24
|
+
});
|
|
25
|
+
} : function (o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) {
|
|
32
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
}
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
38
|
+
return mod && mod.__esModule ? mod : {
|
|
39
|
+
"default": mod
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", {
|
|
43
|
+
value: true
|
|
44
|
+
});
|
|
45
|
+
// This icon file is generated automatically.
|
|
46
|
+
var React = __importStar(require("react"));
|
|
47
|
+
var UserPlusCircleFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UserPlusCircleFilled"));
|
|
48
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
49
|
+
var UserPlusCircleFilled = React.forwardRef(function (props, ref) {
|
|
50
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
51
|
+
ref: ref,
|
|
52
|
+
icon: UserPlusCircleFilled_1.default
|
|
53
|
+
}));
|
|
54
|
+
});
|
|
55
|
+
UserPlusCircleFilled.displayName = 'UserPlusCircleFilled';
|
|
56
|
+
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,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return m[k];
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
} : function (o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
});
|
|
20
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
value: v
|
|
24
|
+
});
|
|
25
|
+
} : function (o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) {
|
|
32
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
}
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
38
|
+
return mod && mod.__esModule ? mod : {
|
|
39
|
+
"default": mod
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", {
|
|
43
|
+
value: true
|
|
44
|
+
});
|
|
45
|
+
// This icon file is generated automatically.
|
|
46
|
+
var React = __importStar(require("react"));
|
|
47
|
+
var UsersFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UsersFilled"));
|
|
48
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
49
|
+
var UsersFilled = React.forwardRef(function (props, ref) {
|
|
50
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
51
|
+
ref: ref,
|
|
52
|
+
icon: UsersFilled_1.default
|
|
53
|
+
}));
|
|
54
|
+
});
|
|
55
|
+
UsersFilled.displayName = 'UsersFilled';
|
|
56
|
+
exports.default = UsersFilled;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -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';
|
package/es/icons/index.js
CHANGED
|
@@ -8,17 +8,18 @@ var __importDefault = this && this.__importDefault || function (mod) {
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", {
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
11
|
+
exports.BreathePurely = exports.BreatheErrorPurely = exports.BrandOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BatteryGroupFilled = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpProOutlined = exports.ArrowUpOutlined = exports.ArrowRightProOutlined = exports.ArrowRightOutlined = exports.ArrowLeftProOutlined = exports.ArrowLeftOutlined = exports.ArrowDownProOutlined = exports.ArrowDownOutlined = exports.AreaPlusCircleOutlined = exports.AreaOutlined = exports.AreaInvasionPurely = exports.AreaInvasionFilled = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AppletsOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AlarmClockOutlined = exports.AircircuitBreakerPurely = exports.AircircuitBreakerOutlined = exports.AircircuitBreakerFilled = exports.AirPressureOutlined = exports.AimOutlined = exports.AddressOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = exports.AccessControlPurely = void 0;
|
|
12
|
+
exports.DangerZoneFilled = exports.DangerFilled = exports.CycleOutlined = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRegistrationFilled = exports.CarRecordOutlined = exports.CarQuestionCircleFilled = exports.CarPenFilled = exports.CarParkFilled = exports.CarOutlined = exports.CarFilled = exports.CarExclamationCircleFilled = exports.CarCameraOutlined = exports.CarCameraFilled = exports.CameraOutlined = exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingPlusCircleOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BridgeFilled = void 0;
|
|
13
|
+
exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EmployerOutlined = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElevatorUserFilled = exports.ElevatorStoppedFilled = exports.ElevatorPurely = exports.ElevatorOutlined = exports.ElevatorFilled = exports.ElectricalFirePurely = exports.ElectricalFireOutlined = exports.ElectricalFireFilled = exports.ElectricCarPurely = exports.ElectricCarFilled = exports.ElderPurely = exports.ElderFilled = exports.EditOutlined = exports.DrowsyOutlined = exports.DroneOutlined = exports.DrawRoundOutlined = exports.DrawRectangleOutlined = exports.DrawPolygonOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DewOutlined = exports.DeviceOutlined = exports.DeviceOfflinePurely = exports.DeviceOfflineFilled = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashboardFilled = exports.DashOutlined = void 0;
|
|
14
|
+
exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantPurely = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostPurely = exports.FireHostOutlined = exports.FireHostFilled = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTextFilled = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FileProOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FallingObjectsPurely = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = void 0;
|
|
15
|
+
exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HelmetFilled = exports.HeatmapFilled = exports.HeartRatePurely = exports.HeartOutlined = exports.HeartFilled = exports.HealthMonitoringPurely = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.HammerFilled = exports.GroupFilled = exports.GovernanceFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GetUpOutlined = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GenderOutlined = exports.GatewayOutlined = exports.GasStationFilled = exports.GasSensorPurely = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.GalleryFilled = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.ForestFirePurely = exports.ForestCameraFilled = exports.ForeignWorkersPurely = exports.ForeignVehiclePurely = exports.FolderOpenOutlined = exports.FocusOutlined = exports.FloorOutlined = exports.FloorFilled = exports.FireWarningFilled = void 0;
|
|
16
|
+
exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LineChartPurely = exports.LikeOutlined = exports.LessElectricityFilled = exports.LegendOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeaveOutlined = exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = exports.KeyVehiclePurely = exports.KeyPersonPurely = exports.KeyPersonFilled = exports.KeyOutlined = exports.KeyAreaOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImageErrorFilled = exports.IllegalHelmetPurely = exports.IllegalFishingPurely = exports.IllegalFishingFilled = exports.IllegalFireExitsPurely = exports.IllegalBuildingPurely = exports.IllegalBuildingOutlined = exports.IllegalBuildingFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumidityOutlined = void 0;
|
|
17
|
+
exports.O2Outlined = exports.NucleicAcidOutlined = exports.NotSleepFilled = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoiseOutlined = exports.NoVideoPurely = exports.NoSwimmingOutlined = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoonPurely = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.ModerateRainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MeshLayoutOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverPurely = exports.ManholeCoverOutlined = exports.ManholeCoverFilled = exports.MaleOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = void 0;
|
|
18
|
+
exports.RedoOutlined = exports.RainfallOutlined = exports.RainfallIntensityOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = exports.Pm25Outlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PhoneFilled = exports.PetDogPurely = exports.PetDogFilled = exports.PersonRegistrationFilled = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeProOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineProOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O3Outlined = void 0;
|
|
19
|
+
exports.SleepFilled = exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SaveOutlined = exports.SatelliteOutlined = exports.SafetyPreventionPurely = exports.SafetyPreventionFilled = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyKeyOutlined = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RouteOutlined = exports.RouteFilled = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightPurely = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RoomOutlined = exports.RoomFilled = exports.RocketOutlined = exports.RobotOutlined = exports.RoadOutlined = exports.RoadNetworkInfoFilled = exports.RoadFilled = exports.RiverOutlined = exports.RingLayoutOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RetrieveVesselOutlined = exports.RetrieveSmileOutlined = exports.RetrieveNonMotorVehicleOutlined = exports.RetrieveMotorVehicleFilled = exports.RetrieveHumanoidFilled = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RefillStationFilled = void 0;
|
|
20
|
+
exports.TrafficLightFilled = exports.ToolPurely = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThumbnailOutlined = exports.ThirdPurely = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.SurroundingsPurely = exports.SunsetOutlined = exports.SunriseOutlined = exports.SunOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokePurely = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPolePurely = exports.SmartLightPoleOutlined = exports.SmartLightPoleFilled = exports.SmartDoorLockOutlined = exports.SmartCommunityOutlined = exports.SmartBoxOutlined = exports.SleepProOutlined = exports.SleepOutlined = void 0;
|
|
21
|
+
exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VisibilityOutlined = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.VehicleFileFilled = exports.UsersGovernancePurely = exports.UsersFilled = exports.UserTimePurely = exports.UserTimeOutlined = exports.UserTimeFilled = exports.UserSettingOutlined = exports.UserReportPurely = exports.UserReportFilled = exports.UserPurely = exports.UserPlusCircleFilled = exports.UserOutlined = exports.UserMinusCircleOutlined = exports.UserMinusCircleFilled = exports.UserManageOutlined = exports.UserGatherPurely = exports.UserGatherFilled = exports.UserFilled = exports.UseQuestionFilled = exports.UseMolecularChainPurely = exports.UseMolecularChainFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.UnitOutlined = exports.UnitFilled = exports.TunnelFilled = exports.TrophyOutlined = void 0;
|
|
22
|
+
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WomanOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = void 0;
|
|
22
23
|
// This index.ts file is generated automatically.
|
|
23
24
|
var AccessControlPurely_1 = require("./AccessControlPurely");
|
|
24
25
|
Object.defineProperty(exports, "AccessControlPurely", {
|
|
@@ -90,6 +91,13 @@ Object.defineProperty(exports, "AircircuitBreakerPurely", {
|
|
|
90
91
|
return __importDefault(AircircuitBreakerPurely_1).default;
|
|
91
92
|
}
|
|
92
93
|
});
|
|
94
|
+
var AlarmClockOutlined_1 = require("./AlarmClockOutlined");
|
|
95
|
+
Object.defineProperty(exports, "AlarmClockOutlined", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function get() {
|
|
98
|
+
return __importDefault(AlarmClockOutlined_1).default;
|
|
99
|
+
}
|
|
100
|
+
});
|
|
93
101
|
var AlarmHostOutlined_1 = require("./AlarmHostOutlined");
|
|
94
102
|
Object.defineProperty(exports, "AlarmHostOutlined", {
|
|
95
103
|
enumerable: true,
|
|
@@ -349,6 +357,20 @@ Object.defineProperty(exports, "BrandOutlined", {
|
|
|
349
357
|
return __importDefault(BrandOutlined_1).default;
|
|
350
358
|
}
|
|
351
359
|
});
|
|
360
|
+
var BreatheErrorPurely_1 = require("./BreatheErrorPurely");
|
|
361
|
+
Object.defineProperty(exports, "BreatheErrorPurely", {
|
|
362
|
+
enumerable: true,
|
|
363
|
+
get: function get() {
|
|
364
|
+
return __importDefault(BreatheErrorPurely_1).default;
|
|
365
|
+
}
|
|
366
|
+
});
|
|
367
|
+
var BreathePurely_1 = require("./BreathePurely");
|
|
368
|
+
Object.defineProperty(exports, "BreathePurely", {
|
|
369
|
+
enumerable: true,
|
|
370
|
+
get: function get() {
|
|
371
|
+
return __importDefault(BreathePurely_1).default;
|
|
372
|
+
}
|
|
373
|
+
});
|
|
352
374
|
var BridgeFilled_1 = require("./BridgeFilled");
|
|
353
375
|
Object.defineProperty(exports, "BridgeFilled", {
|
|
354
376
|
enumerable: true,
|
|
@@ -895,6 +917,13 @@ Object.defineProperty(exports, "DroneOutlined", {
|
|
|
895
917
|
return __importDefault(DroneOutlined_1).default;
|
|
896
918
|
}
|
|
897
919
|
});
|
|
920
|
+
var DrowsyOutlined_1 = require("./DrowsyOutlined");
|
|
921
|
+
Object.defineProperty(exports, "DrowsyOutlined", {
|
|
922
|
+
enumerable: true,
|
|
923
|
+
get: function get() {
|
|
924
|
+
return __importDefault(DrowsyOutlined_1).default;
|
|
925
|
+
}
|
|
926
|
+
});
|
|
898
927
|
var EditOutlined_1 = require("./EditOutlined");
|
|
899
928
|
Object.defineProperty(exports, "EditOutlined", {
|
|
900
929
|
enumerable: true,
|
|
@@ -1588,6 +1617,13 @@ Object.defineProperty(exports, "GeoLocationOutlined", {
|
|
|
1588
1617
|
return __importDefault(GeoLocationOutlined_1).default;
|
|
1589
1618
|
}
|
|
1590
1619
|
});
|
|
1620
|
+
var GetUpOutlined_1 = require("./GetUpOutlined");
|
|
1621
|
+
Object.defineProperty(exports, "GetUpOutlined", {
|
|
1622
|
+
enumerable: true,
|
|
1623
|
+
get: function get() {
|
|
1624
|
+
return __importDefault(GetUpOutlined_1).default;
|
|
1625
|
+
}
|
|
1626
|
+
});
|
|
1591
1627
|
var GithubFilled_1 = require("./GithubFilled");
|
|
1592
1628
|
Object.defineProperty(exports, "GithubFilled", {
|
|
1593
1629
|
enumerable: true,
|
|
@@ -1665,6 +1701,13 @@ Object.defineProperty(exports, "HeartOutlined", {
|
|
|
1665
1701
|
return __importDefault(HeartOutlined_1).default;
|
|
1666
1702
|
}
|
|
1667
1703
|
});
|
|
1704
|
+
var HeartRatePurely_1 = require("./HeartRatePurely");
|
|
1705
|
+
Object.defineProperty(exports, "HeartRatePurely", {
|
|
1706
|
+
enumerable: true,
|
|
1707
|
+
get: function get() {
|
|
1708
|
+
return __importDefault(HeartRatePurely_1).default;
|
|
1709
|
+
}
|
|
1710
|
+
});
|
|
1668
1711
|
var HeatmapFilled_1 = require("./HeatmapFilled");
|
|
1669
1712
|
Object.defineProperty(exports, "HeatmapFilled", {
|
|
1670
1713
|
enumerable: true,
|
|
@@ -2001,6 +2044,13 @@ Object.defineProperty(exports, "LikeOutlined", {
|
|
|
2001
2044
|
return __importDefault(LikeOutlined_1).default;
|
|
2002
2045
|
}
|
|
2003
2046
|
});
|
|
2047
|
+
var LineChartPurely_1 = require("./LineChartPurely");
|
|
2048
|
+
Object.defineProperty(exports, "LineChartPurely", {
|
|
2049
|
+
enumerable: true,
|
|
2050
|
+
get: function get() {
|
|
2051
|
+
return __importDefault(LineChartPurely_1).default;
|
|
2052
|
+
}
|
|
2053
|
+
});
|
|
2004
2054
|
var LineOutlined_1 = require("./LineOutlined");
|
|
2005
2055
|
Object.defineProperty(exports, "LineOutlined", {
|
|
2006
2056
|
enumerable: true,
|
|
@@ -2260,6 +2310,13 @@ Object.defineProperty(exports, "MoneyWatchOutlined", {
|
|
|
2260
2310
|
return __importDefault(MoneyWatchOutlined_1).default;
|
|
2261
2311
|
}
|
|
2262
2312
|
});
|
|
2313
|
+
var MoonPurely_1 = require("./MoonPurely");
|
|
2314
|
+
Object.defineProperty(exports, "MoonPurely", {
|
|
2315
|
+
enumerable: true,
|
|
2316
|
+
get: function get() {
|
|
2317
|
+
return __importDefault(MoonPurely_1).default;
|
|
2318
|
+
}
|
|
2319
|
+
});
|
|
2263
2320
|
var MoreOutlined_1 = require("./MoreOutlined");
|
|
2264
2321
|
Object.defineProperty(exports, "MoreOutlined", {
|
|
2265
2322
|
enumerable: true,
|
|
@@ -2939,6 +2996,13 @@ Object.defineProperty(exports, "RotateRightOutlined", {
|
|
|
2939
2996
|
return __importDefault(RotateRightOutlined_1).default;
|
|
2940
2997
|
}
|
|
2941
2998
|
});
|
|
2999
|
+
var RotateRightPurely_1 = require("./RotateRightPurely");
|
|
3000
|
+
Object.defineProperty(exports, "RotateRightPurely", {
|
|
3001
|
+
enumerable: true,
|
|
3002
|
+
get: function get() {
|
|
3003
|
+
return __importDefault(RotateRightPurely_1).default;
|
|
3004
|
+
}
|
|
3005
|
+
});
|
|
2942
3006
|
var RotationCloseOutlined_1 = require("./RotationCloseOutlined");
|
|
2943
3007
|
Object.defineProperty(exports, "RotationCloseOutlined", {
|
|
2944
3008
|
enumerable: true,
|
|
@@ -3114,6 +3178,13 @@ Object.defineProperty(exports, "SleepOutlined", {
|
|
|
3114
3178
|
return __importDefault(SleepOutlined_1).default;
|
|
3115
3179
|
}
|
|
3116
3180
|
});
|
|
3181
|
+
var SleepProOutlined_1 = require("./SleepProOutlined");
|
|
3182
|
+
Object.defineProperty(exports, "SleepProOutlined", {
|
|
3183
|
+
enumerable: true,
|
|
3184
|
+
get: function get() {
|
|
3185
|
+
return __importDefault(SleepProOutlined_1).default;
|
|
3186
|
+
}
|
|
3187
|
+
});
|
|
3117
3188
|
var SmartBoxOutlined_1 = require("./SmartBoxOutlined");
|
|
3118
3189
|
Object.defineProperty(exports, "SmartBoxOutlined", {
|
|
3119
3190
|
enumerable: true,
|
|
@@ -3576,6 +3647,13 @@ Object.defineProperty(exports, "UserManageOutlined", {
|
|
|
3576
3647
|
return __importDefault(UserManageOutlined_1).default;
|
|
3577
3648
|
}
|
|
3578
3649
|
});
|
|
3650
|
+
var UserMinusCircleFilled_1 = require("./UserMinusCircleFilled");
|
|
3651
|
+
Object.defineProperty(exports, "UserMinusCircleFilled", {
|
|
3652
|
+
enumerable: true,
|
|
3653
|
+
get: function get() {
|
|
3654
|
+
return __importDefault(UserMinusCircleFilled_1).default;
|
|
3655
|
+
}
|
|
3656
|
+
});
|
|
3579
3657
|
var UserMinusCircleOutlined_1 = require("./UserMinusCircleOutlined");
|
|
3580
3658
|
Object.defineProperty(exports, "UserMinusCircleOutlined", {
|
|
3581
3659
|
enumerable: true,
|
|
@@ -3590,6 +3668,13 @@ Object.defineProperty(exports, "UserOutlined", {
|
|
|
3590
3668
|
return __importDefault(UserOutlined_1).default;
|
|
3591
3669
|
}
|
|
3592
3670
|
});
|
|
3671
|
+
var UserPlusCircleFilled_1 = require("./UserPlusCircleFilled");
|
|
3672
|
+
Object.defineProperty(exports, "UserPlusCircleFilled", {
|
|
3673
|
+
enumerable: true,
|
|
3674
|
+
get: function get() {
|
|
3675
|
+
return __importDefault(UserPlusCircleFilled_1).default;
|
|
3676
|
+
}
|
|
3677
|
+
});
|
|
3593
3678
|
var UserPurely_1 = require("./UserPurely");
|
|
3594
3679
|
Object.defineProperty(exports, "UserPurely", {
|
|
3595
3680
|
enumerable: true,
|
|
@@ -3639,6 +3724,13 @@ Object.defineProperty(exports, "UserTimePurely", {
|
|
|
3639
3724
|
return __importDefault(UserTimePurely_1).default;
|
|
3640
3725
|
}
|
|
3641
3726
|
});
|
|
3727
|
+
var UsersFilled_1 = require("./UsersFilled");
|
|
3728
|
+
Object.defineProperty(exports, "UsersFilled", {
|
|
3729
|
+
enumerable: true,
|
|
3730
|
+
get: function get() {
|
|
3731
|
+
return __importDefault(UsersFilled_1).default;
|
|
3732
|
+
}
|
|
3733
|
+
});
|
|
3642
3734
|
var UsersGovernancePurely_1 = require("./UsersGovernancePurely");
|
|
3643
3735
|
Object.defineProperty(exports, "UsersGovernancePurely", {
|
|
3644
3736
|
enumerable: true,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const AlarmClockOutlined: 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 AlarmClockOutlined;
|
|
@@ -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 AlarmClockOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/AlarmClockOutlined"));
|
|
49
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
50
|
+
var AlarmClockOutlined = React.forwardRef(function (props, ref) {
|
|
51
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
52
|
+
ref: ref,
|
|
53
|
+
icon: AlarmClockOutlined_1.default
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
AlarmClockOutlined.displayName = 'AlarmClockOutlined';
|
|
57
|
+
exports.default = AlarmClockOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const BreatheErrorPurely: 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 BreatheErrorPurely;
|