@sensoro-design/icons 0.1.8 → 0.1.9
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/CHANGELOG.md +8 -0
- package/CaretDownOutlined.d.ts +2 -0
- package/CaretDownOutlined.js +15 -0
- package/CaretLeftOutlined.d.ts +2 -0
- package/CaretLeftOutlined.js +15 -0
- package/CaretRightOutlined.d.ts +2 -0
- package/CaretRightOutlined.js +15 -0
- package/CaretUpOutlined.d.ts +2 -0
- package/CaretUpOutlined.js +15 -0
- package/CodeOutlined.d.ts +2 -0
- package/CodeOutlined.js +15 -0
- package/DeviceFilled.d.ts +2 -0
- package/DeviceFilled.js +15 -0
- package/DeviceOutlined.d.ts +2 -0
- package/DeviceOutlined.js +15 -0
- package/FireFilled.d.ts +2 -0
- package/FireFilled.js +15 -0
- package/FireHydrantFilled.d.ts +2 -0
- package/FireHydrantFilled.js +15 -0
- package/FireOutlined.d.ts +2 -0
- package/FireOutlined.js +15 -0
- package/PoweroffOutlined.d.ts +2 -0
- package/PoweroffOutlined.js +15 -0
- package/SmokeFilled.d.ts +2 -0
- package/SmokeFilled.js +15 -0
- package/SoundOutlined.d.ts +2 -0
- package/SoundOutlined.js +15 -0
- package/es/icons/CaretDownOutlined.d.ts +4 -0
- package/es/icons/CaretDownOutlined.js +68 -0
- package/es/icons/CaretLeftOutlined.d.ts +4 -0
- package/es/icons/CaretLeftOutlined.js +68 -0
- package/es/icons/CaretRightOutlined.d.ts +4 -0
- package/es/icons/CaretRightOutlined.js +68 -0
- package/es/icons/CaretUpOutlined.d.ts +4 -0
- package/es/icons/CaretUpOutlined.js +68 -0
- package/es/icons/CodeOutlined.d.ts +4 -0
- package/es/icons/CodeOutlined.js +68 -0
- package/es/icons/DeviceFilled.d.ts +4 -0
- package/es/icons/DeviceFilled.js +68 -0
- package/es/icons/DeviceOutlined.d.ts +4 -0
- package/es/icons/DeviceOutlined.js +68 -0
- package/es/icons/FireFilled.d.ts +4 -0
- package/es/icons/FireFilled.js +68 -0
- package/es/icons/FireHydrantFilled.d.ts +4 -0
- package/es/icons/FireHydrantFilled.js +68 -0
- package/es/icons/FireOutlined.d.ts +4 -0
- package/es/icons/FireOutlined.js +68 -0
- package/es/icons/PoweroffOutlined.d.ts +4 -0
- package/es/icons/PoweroffOutlined.js +68 -0
- package/es/icons/SmokeFilled.d.ts +4 -0
- package/es/icons/SmokeFilled.js +68 -0
- package/es/icons/SoundOutlined.d.ts +4 -0
- package/es/icons/SoundOutlined.js +68 -0
- package/es/icons/index.d.ts +13 -0
- package/es/icons/index.js +122 -5
- package/lib/icons/CaretDownOutlined.d.ts +4 -0
- package/lib/icons/CaretDownOutlined.js +70 -0
- package/lib/icons/CaretLeftOutlined.d.ts +4 -0
- package/lib/icons/CaretLeftOutlined.js +70 -0
- package/lib/icons/CaretRightOutlined.d.ts +4 -0
- package/lib/icons/CaretRightOutlined.js +70 -0
- package/lib/icons/CaretUpOutlined.d.ts +4 -0
- package/lib/icons/CaretUpOutlined.js +70 -0
- package/lib/icons/CodeOutlined.d.ts +4 -0
- package/lib/icons/CodeOutlined.js +70 -0
- package/lib/icons/DeviceFilled.d.ts +4 -0
- package/lib/icons/DeviceFilled.js +70 -0
- package/lib/icons/DeviceOutlined.d.ts +4 -0
- package/lib/icons/DeviceOutlined.js +70 -0
- package/lib/icons/FireFilled.d.ts +4 -0
- package/lib/icons/FireFilled.js +70 -0
- package/lib/icons/FireHydrantFilled.d.ts +4 -0
- package/lib/icons/FireHydrantFilled.js +70 -0
- package/lib/icons/FireOutlined.d.ts +4 -0
- package/lib/icons/FireOutlined.js +70 -0
- package/lib/icons/PoweroffOutlined.d.ts +4 -0
- package/lib/icons/PoweroffOutlined.js +70 -0
- package/lib/icons/SmokeFilled.d.ts +4 -0
- package/lib/icons/SmokeFilled.js +70 -0
- package/lib/icons/SoundOutlined.d.ts +4 -0
- package/lib/icons/SoundOutlined.js +70 -0
- package/lib/icons/index.d.ts +13 -0
- package/lib/icons/index.js +122 -5
- package/package.json +2 -2
- package/templates/icon.ts.ejs +4 -4
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const PoweroffOutlined: 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 PoweroffOutlined;
|
|
@@ -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 PoweroffOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/PoweroffOutlined"));
|
|
58
|
+
|
|
59
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
60
|
+
|
|
61
|
+
var PoweroffOutlined = React.forwardRef(function (props, ref) {
|
|
62
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
63
|
+
ref: ref,
|
|
64
|
+
icon: PoweroffOutlined_1.default
|
|
65
|
+
}));
|
|
66
|
+
});
|
|
67
|
+
PoweroffOutlined.displayName = 'PoweroffOutlined';
|
|
68
|
+
exports.default = PoweroffOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const SmokeFilled: 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 SmokeFilled;
|
|
@@ -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 SmokeFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/SmokeFilled"));
|
|
58
|
+
|
|
59
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
60
|
+
|
|
61
|
+
var SmokeFilled = React.forwardRef(function (props, ref) {
|
|
62
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
63
|
+
ref: ref,
|
|
64
|
+
icon: SmokeFilled_1.default
|
|
65
|
+
}));
|
|
66
|
+
});
|
|
67
|
+
SmokeFilled.displayName = 'SmokeFilled';
|
|
68
|
+
exports.default = SmokeFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const SoundOutlined: 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 SoundOutlined;
|
|
@@ -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 SoundOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/SoundOutlined"));
|
|
58
|
+
|
|
59
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
60
|
+
|
|
61
|
+
var SoundOutlined = React.forwardRef(function (props, ref) {
|
|
62
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
63
|
+
ref: ref,
|
|
64
|
+
icon: SoundOutlined_1.default
|
|
65
|
+
}));
|
|
66
|
+
});
|
|
67
|
+
SoundOutlined.displayName = 'SoundOutlined';
|
|
68
|
+
exports.default = SoundOutlined;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -26,6 +26,10 @@ export { default as CameraFilled } from './CameraFilled';
|
|
|
26
26
|
export { default as CameraOutlined } from './CameraOutlined';
|
|
27
27
|
export { default as CarFilled } from './CarFilled';
|
|
28
28
|
export { default as CarOutlined } from './CarOutlined';
|
|
29
|
+
export { default as CaretDownOutlined } from './CaretDownOutlined';
|
|
30
|
+
export { default as CaretLeftOutlined } from './CaretLeftOutlined';
|
|
31
|
+
export { default as CaretRightOutlined } from './CaretRightOutlined';
|
|
32
|
+
export { default as CaretUpOutlined } from './CaretUpOutlined';
|
|
29
33
|
export { default as Ch4Outlined } from './Ch4Outlined';
|
|
30
34
|
export { default as CheckCircleFilled } from './CheckCircleFilled';
|
|
31
35
|
export { default as CheckCircleOutlined } from './CheckCircleOutlined';
|
|
@@ -41,10 +45,13 @@ export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
|
41
45
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
42
46
|
export { default as Co2Outlined } from './Co2Outlined';
|
|
43
47
|
export { default as CoOutlined } from './CoOutlined';
|
|
48
|
+
export { default as CodeOutlined } from './CodeOutlined';
|
|
44
49
|
export { default as CompressOutlined } from './CompressOutlined';
|
|
45
50
|
export { default as ControllerOutlined } from './ControllerOutlined';
|
|
46
51
|
export { default as CopyOutlined } from './CopyOutlined';
|
|
47
52
|
export { default as DeleteOutlined } from './DeleteOutlined';
|
|
53
|
+
export { default as DeviceFilled } from './DeviceFilled';
|
|
54
|
+
export { default as DeviceOutlined } from './DeviceOutlined';
|
|
48
55
|
export { default as DomeCameraOutlined } from './DomeCameraOutlined';
|
|
49
56
|
export { default as DoorLockOutlined } from './DoorLockOutlined';
|
|
50
57
|
export { default as DoorSettingOutlined } from './DoorSettingOutlined';
|
|
@@ -84,9 +91,12 @@ export { default as FileUnknownOutlined } from './FileUnknownOutlined';
|
|
|
84
91
|
export { default as FileWordOutlined } from './FileWordOutlined';
|
|
85
92
|
export { default as FileZipOutlined } from './FileZipOutlined';
|
|
86
93
|
export { default as FireCameraOutlined } from './FireCameraOutlined';
|
|
94
|
+
export { default as FireFilled } from './FireFilled';
|
|
87
95
|
export { default as FireHostOutlined } from './FireHostOutlined';
|
|
96
|
+
export { default as FireHydrantFilled } from './FireHydrantFilled';
|
|
88
97
|
export { default as FireHydrantOutlined } from './FireHydrantOutlined';
|
|
89
98
|
export { default as FireHydraulicsOutlined } from './FireHydraulicsOutlined';
|
|
99
|
+
export { default as FireOutlined } from './FireOutlined';
|
|
90
100
|
export { default as FormOutlined } from './FormOutlined';
|
|
91
101
|
export { default as FrownFilled } from './FrownFilled';
|
|
92
102
|
export { default as FrownOutlined } from './FrownOutlined';
|
|
@@ -157,6 +167,7 @@ export { default as PlusCircleOutlined } from './PlusCircleOutlined';
|
|
|
157
167
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
158
168
|
export { default as PlusSquareFilled } from './PlusSquareFilled';
|
|
159
169
|
export { default as PmOutlined } from './PmOutlined';
|
|
170
|
+
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
160
171
|
export { default as RightOutlined } from './RightOutlined';
|
|
161
172
|
export { default as RotationCloseOutlined } from './RotationCloseOutlined';
|
|
162
173
|
export { default as RotationOutlined } from './RotationOutlined';
|
|
@@ -175,7 +186,9 @@ export { default as SmartWaterMeterFilled } from './SmartWaterMeterFilled';
|
|
|
175
186
|
export { default as SmartWaterMeterOutlined } from './SmartWaterMeterOutlined';
|
|
176
187
|
export { default as SmileFilled } from './SmileFilled';
|
|
177
188
|
export { default as SmileOutlined } from './SmileOutlined';
|
|
189
|
+
export { default as SmokeFilled } from './SmokeFilled';
|
|
178
190
|
export { default as SmokeOutlined } from './SmokeOutlined';
|
|
191
|
+
export { default as SoundOutlined } from './SoundOutlined';
|
|
179
192
|
export { default as StarCheckOutlined } from './StarCheckOutlined';
|
|
180
193
|
export { default as StarFilled } from './StarFilled';
|
|
181
194
|
export { default as StarOutlined } from './StarOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -9,11 +9,11 @@ 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.ZoomOutOutlined = exports.ZoomInOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WeatherStationOutlined = void 0; // This index.ts file is generated automatically.
|
|
12
|
+
exports.ControllerOutlined = exports.CompressOutlined = 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.CarOutlined = exports.CarFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.BlockOutlined = exports.BellOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = 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.FormOutlined = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = exports.FireFilled = exports.FireCameraOutlined = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileUnknownOutlined = exports.FileTextOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EllipsisOutlined = exports.ElectricalFireOutlined = exports.EditOutlined = exports.DroneOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DeviceOutlined = exports.DeviceFilled = exports.DeleteOutlined = exports.CopyOutlined = void 0;
|
|
14
|
+
exports.NoImagePurely = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MoreOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.LpgOutlined = exports.LockOutlined = exports.LockFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LeftOutlined = exports.LeakingOutlined = exports.KeyOutlined = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.ImageFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderOutlined = exports.HeartOutlined = exports.HeartFilled = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = void 0;
|
|
15
|
+
exports.ThermometerOutlined = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = 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.SettingOutlined = exports.SearchOutlined = exports.SatelliteOutlined = exports.SafetyOutlined = exports.SafetyCertificateOutlined = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RightOutlined = exports.PoweroffOutlined = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PersonCameraOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.O2Outlined = exports.NoVideoPurely = exports.NoPersonsPurely = exports.NoPersonPurely = void 0;
|
|
16
|
+
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WeatherStationOutlined = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.UserOutlined = exports.UserFilled = exports.UpOutlined = exports.ToTopOutlined = void 0; // This index.ts file is generated automatically.
|
|
17
17
|
|
|
18
18
|
var AccountBookFilled_1 = require("./AccountBookFilled");
|
|
19
19
|
|
|
@@ -267,6 +267,42 @@ Object.defineProperty(exports, "CarOutlined", {
|
|
|
267
267
|
}
|
|
268
268
|
});
|
|
269
269
|
|
|
270
|
+
var CaretDownOutlined_1 = require("./CaretDownOutlined");
|
|
271
|
+
|
|
272
|
+
Object.defineProperty(exports, "CaretDownOutlined", {
|
|
273
|
+
enumerable: true,
|
|
274
|
+
get: function get() {
|
|
275
|
+
return __importDefault(CaretDownOutlined_1).default;
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
|
|
279
|
+
var CaretLeftOutlined_1 = require("./CaretLeftOutlined");
|
|
280
|
+
|
|
281
|
+
Object.defineProperty(exports, "CaretLeftOutlined", {
|
|
282
|
+
enumerable: true,
|
|
283
|
+
get: function get() {
|
|
284
|
+
return __importDefault(CaretLeftOutlined_1).default;
|
|
285
|
+
}
|
|
286
|
+
});
|
|
287
|
+
|
|
288
|
+
var CaretRightOutlined_1 = require("./CaretRightOutlined");
|
|
289
|
+
|
|
290
|
+
Object.defineProperty(exports, "CaretRightOutlined", {
|
|
291
|
+
enumerable: true,
|
|
292
|
+
get: function get() {
|
|
293
|
+
return __importDefault(CaretRightOutlined_1).default;
|
|
294
|
+
}
|
|
295
|
+
});
|
|
296
|
+
|
|
297
|
+
var CaretUpOutlined_1 = require("./CaretUpOutlined");
|
|
298
|
+
|
|
299
|
+
Object.defineProperty(exports, "CaretUpOutlined", {
|
|
300
|
+
enumerable: true,
|
|
301
|
+
get: function get() {
|
|
302
|
+
return __importDefault(CaretUpOutlined_1).default;
|
|
303
|
+
}
|
|
304
|
+
});
|
|
305
|
+
|
|
270
306
|
var Ch4Outlined_1 = require("./Ch4Outlined");
|
|
271
307
|
|
|
272
308
|
Object.defineProperty(exports, "Ch4Outlined", {
|
|
@@ -402,6 +438,15 @@ Object.defineProperty(exports, "CoOutlined", {
|
|
|
402
438
|
}
|
|
403
439
|
});
|
|
404
440
|
|
|
441
|
+
var CodeOutlined_1 = require("./CodeOutlined");
|
|
442
|
+
|
|
443
|
+
Object.defineProperty(exports, "CodeOutlined", {
|
|
444
|
+
enumerable: true,
|
|
445
|
+
get: function get() {
|
|
446
|
+
return __importDefault(CodeOutlined_1).default;
|
|
447
|
+
}
|
|
448
|
+
});
|
|
449
|
+
|
|
405
450
|
var CompressOutlined_1 = require("./CompressOutlined");
|
|
406
451
|
|
|
407
452
|
Object.defineProperty(exports, "CompressOutlined", {
|
|
@@ -438,6 +483,24 @@ Object.defineProperty(exports, "DeleteOutlined", {
|
|
|
438
483
|
}
|
|
439
484
|
});
|
|
440
485
|
|
|
486
|
+
var DeviceFilled_1 = require("./DeviceFilled");
|
|
487
|
+
|
|
488
|
+
Object.defineProperty(exports, "DeviceFilled", {
|
|
489
|
+
enumerable: true,
|
|
490
|
+
get: function get() {
|
|
491
|
+
return __importDefault(DeviceFilled_1).default;
|
|
492
|
+
}
|
|
493
|
+
});
|
|
494
|
+
|
|
495
|
+
var DeviceOutlined_1 = require("./DeviceOutlined");
|
|
496
|
+
|
|
497
|
+
Object.defineProperty(exports, "DeviceOutlined", {
|
|
498
|
+
enumerable: true,
|
|
499
|
+
get: function get() {
|
|
500
|
+
return __importDefault(DeviceOutlined_1).default;
|
|
501
|
+
}
|
|
502
|
+
});
|
|
503
|
+
|
|
441
504
|
var DomeCameraOutlined_1 = require("./DomeCameraOutlined");
|
|
442
505
|
|
|
443
506
|
Object.defineProperty(exports, "DomeCameraOutlined", {
|
|
@@ -789,6 +852,15 @@ Object.defineProperty(exports, "FireCameraOutlined", {
|
|
|
789
852
|
}
|
|
790
853
|
});
|
|
791
854
|
|
|
855
|
+
var FireFilled_1 = require("./FireFilled");
|
|
856
|
+
|
|
857
|
+
Object.defineProperty(exports, "FireFilled", {
|
|
858
|
+
enumerable: true,
|
|
859
|
+
get: function get() {
|
|
860
|
+
return __importDefault(FireFilled_1).default;
|
|
861
|
+
}
|
|
862
|
+
});
|
|
863
|
+
|
|
792
864
|
var FireHostOutlined_1 = require("./FireHostOutlined");
|
|
793
865
|
|
|
794
866
|
Object.defineProperty(exports, "FireHostOutlined", {
|
|
@@ -798,6 +870,15 @@ Object.defineProperty(exports, "FireHostOutlined", {
|
|
|
798
870
|
}
|
|
799
871
|
});
|
|
800
872
|
|
|
873
|
+
var FireHydrantFilled_1 = require("./FireHydrantFilled");
|
|
874
|
+
|
|
875
|
+
Object.defineProperty(exports, "FireHydrantFilled", {
|
|
876
|
+
enumerable: true,
|
|
877
|
+
get: function get() {
|
|
878
|
+
return __importDefault(FireHydrantFilled_1).default;
|
|
879
|
+
}
|
|
880
|
+
});
|
|
881
|
+
|
|
801
882
|
var FireHydrantOutlined_1 = require("./FireHydrantOutlined");
|
|
802
883
|
|
|
803
884
|
Object.defineProperty(exports, "FireHydrantOutlined", {
|
|
@@ -816,6 +897,15 @@ Object.defineProperty(exports, "FireHydraulicsOutlined", {
|
|
|
816
897
|
}
|
|
817
898
|
});
|
|
818
899
|
|
|
900
|
+
var FireOutlined_1 = require("./FireOutlined");
|
|
901
|
+
|
|
902
|
+
Object.defineProperty(exports, "FireOutlined", {
|
|
903
|
+
enumerable: true,
|
|
904
|
+
get: function get() {
|
|
905
|
+
return __importDefault(FireOutlined_1).default;
|
|
906
|
+
}
|
|
907
|
+
});
|
|
908
|
+
|
|
819
909
|
var FormOutlined_1 = require("./FormOutlined");
|
|
820
910
|
|
|
821
911
|
Object.defineProperty(exports, "FormOutlined", {
|
|
@@ -1446,6 +1536,15 @@ Object.defineProperty(exports, "PmOutlined", {
|
|
|
1446
1536
|
}
|
|
1447
1537
|
});
|
|
1448
1538
|
|
|
1539
|
+
var PoweroffOutlined_1 = require("./PoweroffOutlined");
|
|
1540
|
+
|
|
1541
|
+
Object.defineProperty(exports, "PoweroffOutlined", {
|
|
1542
|
+
enumerable: true,
|
|
1543
|
+
get: function get() {
|
|
1544
|
+
return __importDefault(PoweroffOutlined_1).default;
|
|
1545
|
+
}
|
|
1546
|
+
});
|
|
1547
|
+
|
|
1449
1548
|
var RightOutlined_1 = require("./RightOutlined");
|
|
1450
1549
|
|
|
1451
1550
|
Object.defineProperty(exports, "RightOutlined", {
|
|
@@ -1608,6 +1707,15 @@ Object.defineProperty(exports, "SmileOutlined", {
|
|
|
1608
1707
|
}
|
|
1609
1708
|
});
|
|
1610
1709
|
|
|
1710
|
+
var SmokeFilled_1 = require("./SmokeFilled");
|
|
1711
|
+
|
|
1712
|
+
Object.defineProperty(exports, "SmokeFilled", {
|
|
1713
|
+
enumerable: true,
|
|
1714
|
+
get: function get() {
|
|
1715
|
+
return __importDefault(SmokeFilled_1).default;
|
|
1716
|
+
}
|
|
1717
|
+
});
|
|
1718
|
+
|
|
1611
1719
|
var SmokeOutlined_1 = require("./SmokeOutlined");
|
|
1612
1720
|
|
|
1613
1721
|
Object.defineProperty(exports, "SmokeOutlined", {
|
|
@@ -1617,6 +1725,15 @@ Object.defineProperty(exports, "SmokeOutlined", {
|
|
|
1617
1725
|
}
|
|
1618
1726
|
});
|
|
1619
1727
|
|
|
1728
|
+
var SoundOutlined_1 = require("./SoundOutlined");
|
|
1729
|
+
|
|
1730
|
+
Object.defineProperty(exports, "SoundOutlined", {
|
|
1731
|
+
enumerable: true,
|
|
1732
|
+
get: function get() {
|
|
1733
|
+
return __importDefault(SoundOutlined_1).default;
|
|
1734
|
+
}
|
|
1735
|
+
});
|
|
1736
|
+
|
|
1620
1737
|
var StarCheckOutlined_1 = require("./StarCheckOutlined");
|
|
1621
1738
|
|
|
1622
1739
|
Object.defineProperty(exports, "StarCheckOutlined", {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const CaretDownOutlined: 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 CaretDownOutlined;
|
|
@@ -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 CaretDownOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/CaretDownOutlined"));
|
|
60
|
+
|
|
61
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
62
|
+
|
|
63
|
+
var CaretDownOutlined = React.forwardRef(function (props, ref) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
65
|
+
ref: ref,
|
|
66
|
+
icon: CaretDownOutlined_1.default
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
CaretDownOutlined.displayName = 'CaretDownOutlined';
|
|
70
|
+
exports.default = CaretDownOutlined;
|