@sensoro-design/icons 1.15.0 → 1.18.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/AreaOutlined.d.ts +2 -0
- package/AreaOutlined.js +15 -0
- package/CHANGELOG.md +33 -0
- package/FullscreenExitProOutlined.d.ts +2 -0
- package/FullscreenExitProOutlined.js +15 -0
- package/FullscreenProOutlined.d.ts +2 -0
- package/FullscreenProOutlined.js +15 -0
- package/HiddenDangerFilled.d.ts +2 -0
- package/HiddenDangerFilled.js +15 -0
- package/LakeOutlined.d.ts +2 -0
- package/LakeOutlined.js +15 -0
- package/MailOutlined.d.ts +2 -0
- package/MailOutlined.js +15 -0
- package/MobileOutlined.d.ts +2 -0
- package/MobileOutlined.js +15 -0
- package/PhoneOutlined.d.ts +2 -0
- package/PhoneOutlined.js +15 -0
- package/ReservoirOutlined.d.ts +2 -0
- package/ReservoirOutlined.js +15 -0
- package/RiverOutlined.d.ts +2 -0
- package/RiverOutlined.js +15 -0
- package/WaterAreaOutlined.d.ts +2 -0
- package/WaterAreaOutlined.js +15 -0
- package/WatersOutlined.d.ts +2 -0
- package/WatersOutlined.js +15 -0
- package/es/icons/AreaOutlined.d.ts +4 -0
- package/es/icons/AreaOutlined.js +68 -0
- package/es/icons/FullscreenExitProOutlined.d.ts +4 -0
- package/es/icons/FullscreenExitProOutlined.js +68 -0
- package/es/icons/FullscreenProOutlined.d.ts +4 -0
- package/es/icons/FullscreenProOutlined.js +68 -0
- package/es/icons/HiddenDangerFilled.d.ts +4 -0
- package/es/icons/HiddenDangerFilled.js +68 -0
- package/es/icons/LakeOutlined.d.ts +4 -0
- package/es/icons/LakeOutlined.js +68 -0
- package/es/icons/MailOutlined.d.ts +4 -0
- package/es/icons/MailOutlined.js +68 -0
- package/es/icons/MobileOutlined.d.ts +4 -0
- package/es/icons/MobileOutlined.js +68 -0
- package/es/icons/PhoneOutlined.d.ts +4 -0
- package/es/icons/PhoneOutlined.js +68 -0
- package/es/icons/ReservoirOutlined.d.ts +4 -0
- package/es/icons/ReservoirOutlined.js +68 -0
- package/es/icons/RiverOutlined.d.ts +4 -0
- package/es/icons/RiverOutlined.js +68 -0
- package/es/icons/WaterAreaOutlined.d.ts +4 -0
- package/es/icons/WaterAreaOutlined.js +68 -0
- package/es/icons/WatersOutlined.d.ts +4 -0
- package/es/icons/WatersOutlined.js +68 -0
- package/es/icons/index.d.ts +12 -0
- package/es/icons/index.js +116 -8
- package/lib/icons/AreaOutlined.d.ts +4 -0
- package/lib/icons/AreaOutlined.js +70 -0
- package/lib/icons/FullscreenExitProOutlined.d.ts +4 -0
- package/lib/icons/FullscreenExitProOutlined.js +70 -0
- package/lib/icons/FullscreenProOutlined.d.ts +4 -0
- package/lib/icons/FullscreenProOutlined.js +70 -0
- package/lib/icons/HiddenDangerFilled.d.ts +4 -0
- package/lib/icons/HiddenDangerFilled.js +70 -0
- package/lib/icons/LakeOutlined.d.ts +4 -0
- package/lib/icons/LakeOutlined.js +70 -0
- package/lib/icons/MailOutlined.d.ts +4 -0
- package/lib/icons/MailOutlined.js +70 -0
- package/lib/icons/MobileOutlined.d.ts +4 -0
- package/lib/icons/MobileOutlined.js +70 -0
- package/lib/icons/PhoneOutlined.d.ts +4 -0
- package/lib/icons/PhoneOutlined.js +70 -0
- package/lib/icons/ReservoirOutlined.d.ts +4 -0
- package/lib/icons/ReservoirOutlined.js +70 -0
- package/lib/icons/RiverOutlined.d.ts +4 -0
- package/lib/icons/RiverOutlined.js +70 -0
- package/lib/icons/WaterAreaOutlined.d.ts +4 -0
- package/lib/icons/WaterAreaOutlined.js +70 -0
- package/lib/icons/WatersOutlined.d.ts +4 -0
- package/lib/icons/WatersOutlined.js +70 -0
- package/lib/icons/index.d.ts +12 -0
- package/lib/icons/index.js +116 -8
- package/package.json +2 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WaterAreaOutlined: 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" | "nonce" | "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" | "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 WaterAreaOutlined;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
|
|
5
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function get() {
|
|
13
|
+
return m[k];
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
} : function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
value: v
|
|
28
|
+
});
|
|
29
|
+
} : function (o, v) {
|
|
30
|
+
o["default"] = v;
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) {
|
|
37
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
__setModuleDefault(result, mod);
|
|
41
|
+
|
|
42
|
+
return result;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
46
|
+
return mod && mod.__esModule ? mod : {
|
|
47
|
+
"default": mod
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
Object.defineProperty(exports, "__esModule", {
|
|
52
|
+
value: true
|
|
53
|
+
}); // This icon file is generated automatically.
|
|
54
|
+
|
|
55
|
+
var React = __importStar(require("react"));
|
|
56
|
+
|
|
57
|
+
var WaterAreaOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/WaterAreaOutlined"));
|
|
58
|
+
|
|
59
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
60
|
+
|
|
61
|
+
var WaterAreaOutlined = React.forwardRef(function (props, ref) {
|
|
62
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
63
|
+
ref: ref,
|
|
64
|
+
icon: WaterAreaOutlined_1.default
|
|
65
|
+
}));
|
|
66
|
+
});
|
|
67
|
+
WaterAreaOutlined.displayName = 'WaterAreaOutlined';
|
|
68
|
+
exports.default = WaterAreaOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const WatersOutlined: 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" | "nonce" | "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" | "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 WatersOutlined;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
|
|
5
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function get() {
|
|
13
|
+
return m[k];
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
} : function (o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
value: v
|
|
28
|
+
});
|
|
29
|
+
} : function (o, v) {
|
|
30
|
+
o["default"] = v;
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) {
|
|
37
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
__setModuleDefault(result, mod);
|
|
41
|
+
|
|
42
|
+
return result;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
46
|
+
return mod && mod.__esModule ? mod : {
|
|
47
|
+
"default": mod
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
Object.defineProperty(exports, "__esModule", {
|
|
52
|
+
value: true
|
|
53
|
+
}); // This icon file is generated automatically.
|
|
54
|
+
|
|
55
|
+
var React = __importStar(require("react"));
|
|
56
|
+
|
|
57
|
+
var WatersOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/WatersOutlined"));
|
|
58
|
+
|
|
59
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
60
|
+
|
|
61
|
+
var WatersOutlined = React.forwardRef(function (props, ref) {
|
|
62
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
63
|
+
ref: ref,
|
|
64
|
+
icon: WatersOutlined_1.default
|
|
65
|
+
}));
|
|
66
|
+
});
|
|
67
|
+
WatersOutlined.displayName = 'WatersOutlined';
|
|
68
|
+
exports.default = WatersOutlined;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export { default as AlignRightOutlined } from './AlignRightOutlined';
|
|
|
13
13
|
export { default as AppstoreAddOutlined } from './AppstoreAddOutlined';
|
|
14
14
|
export { default as AppstoreFilled } from './AppstoreFilled';
|
|
15
15
|
export { default as AppstoreOutlined } from './AppstoreOutlined';
|
|
16
|
+
export { default as AreaOutlined } from './AreaOutlined';
|
|
16
17
|
export { default as ArrowDownOutlined } from './ArrowDownOutlined';
|
|
17
18
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
18
19
|
export { default as ArrowRightOutlined } from './ArrowRightOutlined';
|
|
@@ -147,7 +148,9 @@ export { default as FrownOutlined } from './FrownOutlined';
|
|
|
147
148
|
export { default as FullTargetCameraOutlined } from './FullTargetCameraOutlined';
|
|
148
149
|
export { default as FullTargetOutlined } from './FullTargetOutlined';
|
|
149
150
|
export { default as FullscreenExitOutlined } from './FullscreenExitOutlined';
|
|
151
|
+
export { default as FullscreenExitProOutlined } from './FullscreenExitProOutlined';
|
|
150
152
|
export { default as FullscreenOutlined } from './FullscreenOutlined';
|
|
153
|
+
export { default as FullscreenProOutlined } from './FullscreenProOutlined';
|
|
151
154
|
export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
|
|
152
155
|
export { default as GasSensorOutlined } from './GasSensorOutlined';
|
|
153
156
|
export { default as GatewayOutlined } from './GatewayOutlined';
|
|
@@ -161,6 +164,7 @@ export { default as HashrateCenterFilled } from './HashrateCenterFilled';
|
|
|
161
164
|
export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
|
|
162
165
|
export { default as HeartFilled } from './HeartFilled';
|
|
163
166
|
export { default as HeartOutlined } from './HeartOutlined';
|
|
167
|
+
export { default as HiddenDangerFilled } from './HiddenDangerFilled';
|
|
164
168
|
export { default as HolderOutlined } from './HolderOutlined';
|
|
165
169
|
export { default as HolderVerticalOutlined } from './HolderVerticalOutlined';
|
|
166
170
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
@@ -182,6 +186,7 @@ export { default as InvalidContentPurely } from './InvalidContentPurely';
|
|
|
182
186
|
export { default as IotFilled } from './IotFilled';
|
|
183
187
|
export { default as IotOutlined } from './IotOutlined';
|
|
184
188
|
export { default as KeyOutlined } from './KeyOutlined';
|
|
189
|
+
export { default as LakeOutlined } from './LakeOutlined';
|
|
185
190
|
export { default as LeakingOutlined } from './LeakingOutlined';
|
|
186
191
|
export { default as LeftCircleOutlined } from './LeftCircleOutlined';
|
|
187
192
|
export { default as LeftDownOutlined } from './LeftDownOutlined';
|
|
@@ -200,6 +205,7 @@ export { default as LockFilled } from './LockFilled';
|
|
|
200
205
|
export { default as LockOutlined } from './LockOutlined';
|
|
201
206
|
export { default as LogoutOutlined } from './LogoutOutlined';
|
|
202
207
|
export { default as LpgOutlined } from './LpgOutlined';
|
|
208
|
+
export { default as MailOutlined } from './MailOutlined';
|
|
203
209
|
export { default as ManholeCoverOutlined } from './ManholeCoverOutlined';
|
|
204
210
|
export { default as ManualAlarmCircleOutlined } from './ManualAlarmCircleOutlined';
|
|
205
211
|
export { default as ManualAlarmSquareOutlined } from './ManualAlarmSquareOutlined';
|
|
@@ -213,6 +219,7 @@ export { default as MinusCircleOutlined } from './MinusCircleOutlined';
|
|
|
213
219
|
export { default as MinusOutlined } from './MinusOutlined';
|
|
214
220
|
export { default as MinusSquareFilled } from './MinusSquareFilled';
|
|
215
221
|
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
222
|
+
export { default as MobileOutlined } from './MobileOutlined';
|
|
216
223
|
export { default as MolecularChainFilled } from './MolecularChainFilled';
|
|
217
224
|
export { default as MolecularChainOutlined } from './MolecularChainOutlined';
|
|
218
225
|
export { default as MoneyWatchFilled } from './MoneyWatchFilled';
|
|
@@ -252,6 +259,7 @@ export { default as PayCircleOutlined } from './PayCircleOutlined';
|
|
|
252
259
|
export { default as PenOutlined } from './PenOutlined';
|
|
253
260
|
export { default as PercentageOutlined } from './PercentageOutlined';
|
|
254
261
|
export { default as PersonCameraOutlined } from './PersonCameraOutlined';
|
|
262
|
+
export { default as PhoneOutlined } from './PhoneOutlined';
|
|
255
263
|
export { default as PieChartOutlined } from './PieChartOutlined';
|
|
256
264
|
export { default as PlayCircleFilled } from './PlayCircleFilled';
|
|
257
265
|
export { default as PlayCircleOutlined } from './PlayCircleOutlined';
|
|
@@ -269,12 +277,14 @@ export { default as QuestionCircleOutlined } from './QuestionCircleOutlined';
|
|
|
269
277
|
export { default as QuestionOutlined } from './QuestionOutlined';
|
|
270
278
|
export { default as RedoOutlined } from './RedoOutlined';
|
|
271
279
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
280
|
+
export { default as ReservoirOutlined } from './ReservoirOutlined';
|
|
272
281
|
export { default as ResourceOutlined } from './ResourceOutlined';
|
|
273
282
|
export { default as RestOutlined } from './RestOutlined';
|
|
274
283
|
export { default as RightCircleOutlined } from './RightCircleOutlined';
|
|
275
284
|
export { default as RightDownOutlined } from './RightDownOutlined';
|
|
276
285
|
export { default as RightOutlined } from './RightOutlined';
|
|
277
286
|
export { default as RightUpOutlined } from './RightUpOutlined';
|
|
287
|
+
export { default as RiverOutlined } from './RiverOutlined';
|
|
278
288
|
export { default as RobotOutlined } from './RobotOutlined';
|
|
279
289
|
export { default as RocketOutlined } from './RocketOutlined';
|
|
280
290
|
export { default as RotateLeftOutlined } from './RotateLeftOutlined';
|
|
@@ -347,8 +357,10 @@ export { default as VideoStopOutlined } from './VideoStopOutlined';
|
|
|
347
357
|
export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
|
|
348
358
|
export { default as WarningFilled } from './WarningFilled';
|
|
349
359
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
360
|
+
export { default as WaterAreaOutlined } from './WaterAreaOutlined';
|
|
350
361
|
export { default as WaterFlowOutlined } from './WaterFlowOutlined';
|
|
351
362
|
export { default as WaterLevelOutlined } from './WaterLevelOutlined';
|
|
363
|
+
export { default as WatersOutlined } from './WatersOutlined';
|
|
352
364
|
export { default as WeatherStationOutlined } from './WeatherStationOutlined';
|
|
353
365
|
export { default as WechatFilled } from './WechatFilled';
|
|
354
366
|
export { default as WifiOutlined } from './WifiOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -9,14 +9,14 @@ var __importDefault = this && this.__importDefault || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", {
|
|
10
10
|
value: true
|
|
11
11
|
});
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WaterLevelOutlined = void 0; // This index.ts file is generated automatically.
|
|
12
|
+
exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarOutlined = exports.CarFilled = exports.CarCameraOutlined = exports.CameraOutlined = exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = exports.AreaOutlined = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerOutlined = exports.AimOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = void 0;
|
|
13
|
+
exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EllipsisOutlined = exports.ElectricalFireOutlined = exports.EditOutlined = exports.DroneOutlined = 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.DeviceOutlined = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashOutlined = 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 = void 0;
|
|
14
|
+
exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FormOutlined = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = 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.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = void 0;
|
|
15
|
+
exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LakeOutlined = exports.KeyOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HeartOutlined = exports.HeartFilled = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.GroupFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = void 0;
|
|
16
|
+
exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoVideoPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = void 0;
|
|
17
|
+
exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyOutlined = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RiverOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = void 0;
|
|
18
|
+
exports.UserOutlined = exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = 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.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPoleOutlined = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScissorOutlined = void 0;
|
|
19
|
+
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = void 0; // This index.ts file is generated automatically.
|
|
20
20
|
|
|
21
21
|
var AccountBookFilled_1 = require("./AccountBookFilled");
|
|
22
22
|
|
|
@@ -153,6 +153,15 @@ Object.defineProperty(exports, "AppstoreOutlined", {
|
|
|
153
153
|
}
|
|
154
154
|
});
|
|
155
155
|
|
|
156
|
+
var AreaOutlined_1 = require("./AreaOutlined");
|
|
157
|
+
|
|
158
|
+
Object.defineProperty(exports, "AreaOutlined", {
|
|
159
|
+
enumerable: true,
|
|
160
|
+
get: function get() {
|
|
161
|
+
return __importDefault(AreaOutlined_1).default;
|
|
162
|
+
}
|
|
163
|
+
});
|
|
164
|
+
|
|
156
165
|
var ArrowDownOutlined_1 = require("./ArrowDownOutlined");
|
|
157
166
|
|
|
158
167
|
Object.defineProperty(exports, "ArrowDownOutlined", {
|
|
@@ -1359,6 +1368,15 @@ Object.defineProperty(exports, "FullscreenExitOutlined", {
|
|
|
1359
1368
|
}
|
|
1360
1369
|
});
|
|
1361
1370
|
|
|
1371
|
+
var FullscreenExitProOutlined_1 = require("./FullscreenExitProOutlined");
|
|
1372
|
+
|
|
1373
|
+
Object.defineProperty(exports, "FullscreenExitProOutlined", {
|
|
1374
|
+
enumerable: true,
|
|
1375
|
+
get: function get() {
|
|
1376
|
+
return __importDefault(FullscreenExitProOutlined_1).default;
|
|
1377
|
+
}
|
|
1378
|
+
});
|
|
1379
|
+
|
|
1362
1380
|
var FullscreenOutlined_1 = require("./FullscreenOutlined");
|
|
1363
1381
|
|
|
1364
1382
|
Object.defineProperty(exports, "FullscreenOutlined", {
|
|
@@ -1368,6 +1386,15 @@ Object.defineProperty(exports, "FullscreenOutlined", {
|
|
|
1368
1386
|
}
|
|
1369
1387
|
});
|
|
1370
1388
|
|
|
1389
|
+
var FullscreenProOutlined_1 = require("./FullscreenProOutlined");
|
|
1390
|
+
|
|
1391
|
+
Object.defineProperty(exports, "FullscreenProOutlined", {
|
|
1392
|
+
enumerable: true,
|
|
1393
|
+
get: function get() {
|
|
1394
|
+
return __importDefault(FullscreenProOutlined_1).default;
|
|
1395
|
+
}
|
|
1396
|
+
});
|
|
1397
|
+
|
|
1371
1398
|
var GasSensorControllerOutlined_1 = require("./GasSensorControllerOutlined");
|
|
1372
1399
|
|
|
1373
1400
|
Object.defineProperty(exports, "GasSensorControllerOutlined", {
|
|
@@ -1485,6 +1512,15 @@ Object.defineProperty(exports, "HeartOutlined", {
|
|
|
1485
1512
|
}
|
|
1486
1513
|
});
|
|
1487
1514
|
|
|
1515
|
+
var HiddenDangerFilled_1 = require("./HiddenDangerFilled");
|
|
1516
|
+
|
|
1517
|
+
Object.defineProperty(exports, "HiddenDangerFilled", {
|
|
1518
|
+
enumerable: true,
|
|
1519
|
+
get: function get() {
|
|
1520
|
+
return __importDefault(HiddenDangerFilled_1).default;
|
|
1521
|
+
}
|
|
1522
|
+
});
|
|
1523
|
+
|
|
1488
1524
|
var HolderOutlined_1 = require("./HolderOutlined");
|
|
1489
1525
|
|
|
1490
1526
|
Object.defineProperty(exports, "HolderOutlined", {
|
|
@@ -1674,6 +1710,15 @@ Object.defineProperty(exports, "KeyOutlined", {
|
|
|
1674
1710
|
}
|
|
1675
1711
|
});
|
|
1676
1712
|
|
|
1713
|
+
var LakeOutlined_1 = require("./LakeOutlined");
|
|
1714
|
+
|
|
1715
|
+
Object.defineProperty(exports, "LakeOutlined", {
|
|
1716
|
+
enumerable: true,
|
|
1717
|
+
get: function get() {
|
|
1718
|
+
return __importDefault(LakeOutlined_1).default;
|
|
1719
|
+
}
|
|
1720
|
+
});
|
|
1721
|
+
|
|
1677
1722
|
var LeakingOutlined_1 = require("./LeakingOutlined");
|
|
1678
1723
|
|
|
1679
1724
|
Object.defineProperty(exports, "LeakingOutlined", {
|
|
@@ -1836,6 +1881,15 @@ Object.defineProperty(exports, "LpgOutlined", {
|
|
|
1836
1881
|
}
|
|
1837
1882
|
});
|
|
1838
1883
|
|
|
1884
|
+
var MailOutlined_1 = require("./MailOutlined");
|
|
1885
|
+
|
|
1886
|
+
Object.defineProperty(exports, "MailOutlined", {
|
|
1887
|
+
enumerable: true,
|
|
1888
|
+
get: function get() {
|
|
1889
|
+
return __importDefault(MailOutlined_1).default;
|
|
1890
|
+
}
|
|
1891
|
+
});
|
|
1892
|
+
|
|
1839
1893
|
var ManholeCoverOutlined_1 = require("./ManholeCoverOutlined");
|
|
1840
1894
|
|
|
1841
1895
|
Object.defineProperty(exports, "ManholeCoverOutlined", {
|
|
@@ -1953,6 +2007,15 @@ Object.defineProperty(exports, "MinusSquareOutlined", {
|
|
|
1953
2007
|
}
|
|
1954
2008
|
});
|
|
1955
2009
|
|
|
2010
|
+
var MobileOutlined_1 = require("./MobileOutlined");
|
|
2011
|
+
|
|
2012
|
+
Object.defineProperty(exports, "MobileOutlined", {
|
|
2013
|
+
enumerable: true,
|
|
2014
|
+
get: function get() {
|
|
2015
|
+
return __importDefault(MobileOutlined_1).default;
|
|
2016
|
+
}
|
|
2017
|
+
});
|
|
2018
|
+
|
|
1956
2019
|
var MolecularChainFilled_1 = require("./MolecularChainFilled");
|
|
1957
2020
|
|
|
1958
2021
|
Object.defineProperty(exports, "MolecularChainFilled", {
|
|
@@ -2304,6 +2367,15 @@ Object.defineProperty(exports, "PersonCameraOutlined", {
|
|
|
2304
2367
|
}
|
|
2305
2368
|
});
|
|
2306
2369
|
|
|
2370
|
+
var PhoneOutlined_1 = require("./PhoneOutlined");
|
|
2371
|
+
|
|
2372
|
+
Object.defineProperty(exports, "PhoneOutlined", {
|
|
2373
|
+
enumerable: true,
|
|
2374
|
+
get: function get() {
|
|
2375
|
+
return __importDefault(PhoneOutlined_1).default;
|
|
2376
|
+
}
|
|
2377
|
+
});
|
|
2378
|
+
|
|
2307
2379
|
var PieChartOutlined_1 = require("./PieChartOutlined");
|
|
2308
2380
|
|
|
2309
2381
|
Object.defineProperty(exports, "PieChartOutlined", {
|
|
@@ -2457,6 +2529,15 @@ Object.defineProperty(exports, "ReloadOutlined", {
|
|
|
2457
2529
|
}
|
|
2458
2530
|
});
|
|
2459
2531
|
|
|
2532
|
+
var ReservoirOutlined_1 = require("./ReservoirOutlined");
|
|
2533
|
+
|
|
2534
|
+
Object.defineProperty(exports, "ReservoirOutlined", {
|
|
2535
|
+
enumerable: true,
|
|
2536
|
+
get: function get() {
|
|
2537
|
+
return __importDefault(ReservoirOutlined_1).default;
|
|
2538
|
+
}
|
|
2539
|
+
});
|
|
2540
|
+
|
|
2460
2541
|
var ResourceOutlined_1 = require("./ResourceOutlined");
|
|
2461
2542
|
|
|
2462
2543
|
Object.defineProperty(exports, "ResourceOutlined", {
|
|
@@ -2511,6 +2592,15 @@ Object.defineProperty(exports, "RightUpOutlined", {
|
|
|
2511
2592
|
}
|
|
2512
2593
|
});
|
|
2513
2594
|
|
|
2595
|
+
var RiverOutlined_1 = require("./RiverOutlined");
|
|
2596
|
+
|
|
2597
|
+
Object.defineProperty(exports, "RiverOutlined", {
|
|
2598
|
+
enumerable: true,
|
|
2599
|
+
get: function get() {
|
|
2600
|
+
return __importDefault(RiverOutlined_1).default;
|
|
2601
|
+
}
|
|
2602
|
+
});
|
|
2603
|
+
|
|
2514
2604
|
var RobotOutlined_1 = require("./RobotOutlined");
|
|
2515
2605
|
|
|
2516
2606
|
Object.defineProperty(exports, "RobotOutlined", {
|
|
@@ -3159,6 +3249,15 @@ Object.defineProperty(exports, "WarningOutlined", {
|
|
|
3159
3249
|
}
|
|
3160
3250
|
});
|
|
3161
3251
|
|
|
3252
|
+
var WaterAreaOutlined_1 = require("./WaterAreaOutlined");
|
|
3253
|
+
|
|
3254
|
+
Object.defineProperty(exports, "WaterAreaOutlined", {
|
|
3255
|
+
enumerable: true,
|
|
3256
|
+
get: function get() {
|
|
3257
|
+
return __importDefault(WaterAreaOutlined_1).default;
|
|
3258
|
+
}
|
|
3259
|
+
});
|
|
3260
|
+
|
|
3162
3261
|
var WaterFlowOutlined_1 = require("./WaterFlowOutlined");
|
|
3163
3262
|
|
|
3164
3263
|
Object.defineProperty(exports, "WaterFlowOutlined", {
|
|
@@ -3177,6 +3276,15 @@ Object.defineProperty(exports, "WaterLevelOutlined", {
|
|
|
3177
3276
|
}
|
|
3178
3277
|
});
|
|
3179
3278
|
|
|
3279
|
+
var WatersOutlined_1 = require("./WatersOutlined");
|
|
3280
|
+
|
|
3281
|
+
Object.defineProperty(exports, "WatersOutlined", {
|
|
3282
|
+
enumerable: true,
|
|
3283
|
+
get: function get() {
|
|
3284
|
+
return __importDefault(WatersOutlined_1).default;
|
|
3285
|
+
}
|
|
3286
|
+
});
|
|
3287
|
+
|
|
3180
3288
|
var WeatherStationOutlined_1 = require("./WeatherStationOutlined");
|
|
3181
3289
|
|
|
3182
3290
|
Object.defineProperty(exports, "WeatherStationOutlined", {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const AreaOutlined: 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" | "nonce" | "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" | "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 AreaOutlined;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
6
|
+
|
|
7
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
10
|
+
|
|
11
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return m[k];
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
Object.defineProperty(o, k2, desc);
|
|
21
|
+
} : function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
value: v
|
|
30
|
+
});
|
|
31
|
+
} : function (o, v) {
|
|
32
|
+
o["default"] = v;
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
var __importStar = void 0 && (void 0).__importStar || function (mod) {
|
|
36
|
+
if (mod && mod.__esModule) return mod;
|
|
37
|
+
var result = {};
|
|
38
|
+
if (mod != null) for (var k in mod) {
|
|
39
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
|
|
44
|
+
return result;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
48
|
+
return mod && mod.__esModule ? mod : {
|
|
49
|
+
"default": mod
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
}); // This icon file is generated automatically.
|
|
56
|
+
|
|
57
|
+
var React = __importStar(require("react"));
|
|
58
|
+
|
|
59
|
+
var AreaOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/AreaOutlined"));
|
|
60
|
+
|
|
61
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
62
|
+
|
|
63
|
+
var AreaOutlined = React.forwardRef(function (props, ref) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
65
|
+
ref: ref,
|
|
66
|
+
icon: AreaOutlined_1.default
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
AreaOutlined.displayName = 'AreaOutlined';
|
|
70
|
+
exports.default = AreaOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const FullscreenExitProOutlined: 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" | "nonce" | "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" | "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 FullscreenExitProOutlined;
|