@sensoro-design/icons 0.1.7 → 1.0.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/CHANGELOG.md +18 -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/FilterOutlined.d.ts +2 -0
- package/FilterOutlined.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/InfoCircleFilled.d.ts +2 -0
- package/InfoCircleFilled.js +15 -0
- package/PoweroffOutlined.d.ts +2 -0
- package/PoweroffOutlined.js +15 -0
- package/RotateLeftOutlined.d.ts +2 -0
- package/RotateLeftOutlined.js +15 -0
- package/RotateRightOutlined.d.ts +2 -0
- package/RotateRightOutlined.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/components/IconBase.d.ts +2 -2
- 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/FilterOutlined.d.ts +4 -0
- package/es/icons/FilterOutlined.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/InfoCircleFilled.d.ts +4 -0
- package/es/icons/InfoCircleFilled.js +68 -0
- package/es/icons/PoweroffOutlined.d.ts +4 -0
- package/es/icons/PoweroffOutlined.js +68 -0
- package/es/icons/RotateLeftOutlined.d.ts +4 -0
- package/es/icons/RotateLeftOutlined.js +68 -0
- package/es/icons/RotateRightOutlined.d.ts +4 -0
- package/es/icons/RotateRightOutlined.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 +17 -0
- package/es/icons/index.js +158 -5
- package/lib/components/IconBase.d.ts +2 -2
- 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/FilterOutlined.d.ts +4 -0
- package/lib/icons/FilterOutlined.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/InfoCircleFilled.d.ts +4 -0
- package/lib/icons/InfoCircleFilled.js +70 -0
- package/lib/icons/PoweroffOutlined.d.ts +4 -0
- package/lib/icons/PoweroffOutlined.js +70 -0
- package/lib/icons/RotateLeftOutlined.d.ts +4 -0
- package/lib/icons/RotateLeftOutlined.js +70 -0
- package/lib/icons/RotateRightOutlined.d.ts +4 -0
- package/lib/icons/RotateRightOutlined.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 +17 -0
- package/lib/icons/index.js +158 -5
- package/package.json +2 -2
- package/templates/icon.ts.ejs +4 -4
|
@@ -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 RotateRightOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/RotateRightOutlined"));
|
|
60
|
+
|
|
61
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
62
|
+
|
|
63
|
+
var RotateRightOutlined = React.forwardRef(function (props, ref) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
65
|
+
ref: ref,
|
|
66
|
+
icon: RotateRightOutlined_1.default
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
RotateRightOutlined.displayName = 'RotateRightOutlined';
|
|
70
|
+
exports.default = RotateRightOutlined;
|
|
@@ -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,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 SmokeFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/SmokeFilled"));
|
|
60
|
+
|
|
61
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
62
|
+
|
|
63
|
+
var SmokeFilled = React.forwardRef(function (props, ref) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
65
|
+
ref: ref,
|
|
66
|
+
icon: SmokeFilled_1.default
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
SmokeFilled.displayName = 'SmokeFilled';
|
|
70
|
+
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,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 SoundOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/SoundOutlined"));
|
|
60
|
+
|
|
61
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
62
|
+
|
|
63
|
+
var SoundOutlined = React.forwardRef(function (props, ref) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
65
|
+
ref: ref,
|
|
66
|
+
icon: SoundOutlined_1.default
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
SoundOutlined.displayName = 'SoundOutlined';
|
|
70
|
+
exports.default = SoundOutlined;
|
package/lib/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';
|
|
@@ -83,10 +90,14 @@ export { default as FileTextOutlined } from './FileTextOutlined';
|
|
|
83
90
|
export { default as FileUnknownOutlined } from './FileUnknownOutlined';
|
|
84
91
|
export { default as FileWordOutlined } from './FileWordOutlined';
|
|
85
92
|
export { default as FileZipOutlined } from './FileZipOutlined';
|
|
93
|
+
export { default as FilterOutlined } from './FilterOutlined';
|
|
86
94
|
export { default as FireCameraOutlined } from './FireCameraOutlined';
|
|
95
|
+
export { default as FireFilled } from './FireFilled';
|
|
87
96
|
export { default as FireHostOutlined } from './FireHostOutlined';
|
|
97
|
+
export { default as FireHydrantFilled } from './FireHydrantFilled';
|
|
88
98
|
export { default as FireHydrantOutlined } from './FireHydrantOutlined';
|
|
89
99
|
export { default as FireHydraulicsOutlined } from './FireHydraulicsOutlined';
|
|
100
|
+
export { default as FireOutlined } from './FireOutlined';
|
|
90
101
|
export { default as FormOutlined } from './FormOutlined';
|
|
91
102
|
export { default as FrownFilled } from './FrownFilled';
|
|
92
103
|
export { default as FrownOutlined } from './FrownOutlined';
|
|
@@ -104,6 +115,7 @@ export { default as HydrolabOutlined } from './HydrolabOutlined';
|
|
|
104
115
|
export { default as IdcardFilled } from './IdcardFilled';
|
|
105
116
|
export { default as IdcardOutlined } from './IdcardOutlined';
|
|
106
117
|
export { default as ImageFilled } from './ImageFilled';
|
|
118
|
+
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
107
119
|
export { default as InfoCircleOutlined } from './InfoCircleOutlined';
|
|
108
120
|
export { default as InfoOutlined } from './InfoOutlined';
|
|
109
121
|
export { default as InfraredHostOutlined } from './InfraredHostOutlined';
|
|
@@ -157,7 +169,10 @@ export { default as PlusCircleOutlined } from './PlusCircleOutlined';
|
|
|
157
169
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
158
170
|
export { default as PlusSquareFilled } from './PlusSquareFilled';
|
|
159
171
|
export { default as PmOutlined } from './PmOutlined';
|
|
172
|
+
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
160
173
|
export { default as RightOutlined } from './RightOutlined';
|
|
174
|
+
export { default as RotateLeftOutlined } from './RotateLeftOutlined';
|
|
175
|
+
export { default as RotateRightOutlined } from './RotateRightOutlined';
|
|
161
176
|
export { default as RotationCloseOutlined } from './RotationCloseOutlined';
|
|
162
177
|
export { default as RotationOutlined } from './RotationOutlined';
|
|
163
178
|
export { default as RulerOutlined } from './RulerOutlined';
|
|
@@ -175,7 +190,9 @@ export { default as SmartWaterMeterFilled } from './SmartWaterMeterFilled';
|
|
|
175
190
|
export { default as SmartWaterMeterOutlined } from './SmartWaterMeterOutlined';
|
|
176
191
|
export { default as SmileFilled } from './SmileFilled';
|
|
177
192
|
export { default as SmileOutlined } from './SmileOutlined';
|
|
193
|
+
export { default as SmokeFilled } from './SmokeFilled';
|
|
178
194
|
export { default as SmokeOutlined } from './SmokeOutlined';
|
|
195
|
+
export { default as SoundOutlined } from './SoundOutlined';
|
|
179
196
|
export { default as StarCheckOutlined } from './StarCheckOutlined';
|
|
180
197
|
export { default as StarFilled } from './StarFilled';
|
|
181
198
|
export { default as StarOutlined } from './StarOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -9,11 +9,11 @@ var __importDefault = void 0 && (void 0).__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.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = exports.FireFilled = exports.FireCameraOutlined = exports.FilterOutlined = 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.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.InfoCircleFilled = 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 = exports.FormOutlined = void 0;
|
|
15
|
+
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.RotateRightOutlined = exports.RotateLeftOutlined = 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 = exports.NoImagePurely = exports.NoDevicePurely = 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 = exports.ThermometerOutlined = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = 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", {
|
|
@@ -780,6 +843,15 @@ Object.defineProperty(exports, "FileZipOutlined", {
|
|
|
780
843
|
}
|
|
781
844
|
});
|
|
782
845
|
|
|
846
|
+
var FilterOutlined_1 = require("./FilterOutlined");
|
|
847
|
+
|
|
848
|
+
Object.defineProperty(exports, "FilterOutlined", {
|
|
849
|
+
enumerable: true,
|
|
850
|
+
get: function get() {
|
|
851
|
+
return __importDefault(FilterOutlined_1).default;
|
|
852
|
+
}
|
|
853
|
+
});
|
|
854
|
+
|
|
783
855
|
var FireCameraOutlined_1 = require("./FireCameraOutlined");
|
|
784
856
|
|
|
785
857
|
Object.defineProperty(exports, "FireCameraOutlined", {
|
|
@@ -789,6 +861,15 @@ Object.defineProperty(exports, "FireCameraOutlined", {
|
|
|
789
861
|
}
|
|
790
862
|
});
|
|
791
863
|
|
|
864
|
+
var FireFilled_1 = require("./FireFilled");
|
|
865
|
+
|
|
866
|
+
Object.defineProperty(exports, "FireFilled", {
|
|
867
|
+
enumerable: true,
|
|
868
|
+
get: function get() {
|
|
869
|
+
return __importDefault(FireFilled_1).default;
|
|
870
|
+
}
|
|
871
|
+
});
|
|
872
|
+
|
|
792
873
|
var FireHostOutlined_1 = require("./FireHostOutlined");
|
|
793
874
|
|
|
794
875
|
Object.defineProperty(exports, "FireHostOutlined", {
|
|
@@ -798,6 +879,15 @@ Object.defineProperty(exports, "FireHostOutlined", {
|
|
|
798
879
|
}
|
|
799
880
|
});
|
|
800
881
|
|
|
882
|
+
var FireHydrantFilled_1 = require("./FireHydrantFilled");
|
|
883
|
+
|
|
884
|
+
Object.defineProperty(exports, "FireHydrantFilled", {
|
|
885
|
+
enumerable: true,
|
|
886
|
+
get: function get() {
|
|
887
|
+
return __importDefault(FireHydrantFilled_1).default;
|
|
888
|
+
}
|
|
889
|
+
});
|
|
890
|
+
|
|
801
891
|
var FireHydrantOutlined_1 = require("./FireHydrantOutlined");
|
|
802
892
|
|
|
803
893
|
Object.defineProperty(exports, "FireHydrantOutlined", {
|
|
@@ -816,6 +906,15 @@ Object.defineProperty(exports, "FireHydraulicsOutlined", {
|
|
|
816
906
|
}
|
|
817
907
|
});
|
|
818
908
|
|
|
909
|
+
var FireOutlined_1 = require("./FireOutlined");
|
|
910
|
+
|
|
911
|
+
Object.defineProperty(exports, "FireOutlined", {
|
|
912
|
+
enumerable: true,
|
|
913
|
+
get: function get() {
|
|
914
|
+
return __importDefault(FireOutlined_1).default;
|
|
915
|
+
}
|
|
916
|
+
});
|
|
917
|
+
|
|
819
918
|
var FormOutlined_1 = require("./FormOutlined");
|
|
820
919
|
|
|
821
920
|
Object.defineProperty(exports, "FormOutlined", {
|
|
@@ -969,6 +1068,15 @@ Object.defineProperty(exports, "ImageFilled", {
|
|
|
969
1068
|
}
|
|
970
1069
|
});
|
|
971
1070
|
|
|
1071
|
+
var InfoCircleFilled_1 = require("./InfoCircleFilled");
|
|
1072
|
+
|
|
1073
|
+
Object.defineProperty(exports, "InfoCircleFilled", {
|
|
1074
|
+
enumerable: true,
|
|
1075
|
+
get: function get() {
|
|
1076
|
+
return __importDefault(InfoCircleFilled_1).default;
|
|
1077
|
+
}
|
|
1078
|
+
});
|
|
1079
|
+
|
|
972
1080
|
var InfoCircleOutlined_1 = require("./InfoCircleOutlined");
|
|
973
1081
|
|
|
974
1082
|
Object.defineProperty(exports, "InfoCircleOutlined", {
|
|
@@ -1446,6 +1554,15 @@ Object.defineProperty(exports, "PmOutlined", {
|
|
|
1446
1554
|
}
|
|
1447
1555
|
});
|
|
1448
1556
|
|
|
1557
|
+
var PoweroffOutlined_1 = require("./PoweroffOutlined");
|
|
1558
|
+
|
|
1559
|
+
Object.defineProperty(exports, "PoweroffOutlined", {
|
|
1560
|
+
enumerable: true,
|
|
1561
|
+
get: function get() {
|
|
1562
|
+
return __importDefault(PoweroffOutlined_1).default;
|
|
1563
|
+
}
|
|
1564
|
+
});
|
|
1565
|
+
|
|
1449
1566
|
var RightOutlined_1 = require("./RightOutlined");
|
|
1450
1567
|
|
|
1451
1568
|
Object.defineProperty(exports, "RightOutlined", {
|
|
@@ -1455,6 +1572,24 @@ Object.defineProperty(exports, "RightOutlined", {
|
|
|
1455
1572
|
}
|
|
1456
1573
|
});
|
|
1457
1574
|
|
|
1575
|
+
var RotateLeftOutlined_1 = require("./RotateLeftOutlined");
|
|
1576
|
+
|
|
1577
|
+
Object.defineProperty(exports, "RotateLeftOutlined", {
|
|
1578
|
+
enumerable: true,
|
|
1579
|
+
get: function get() {
|
|
1580
|
+
return __importDefault(RotateLeftOutlined_1).default;
|
|
1581
|
+
}
|
|
1582
|
+
});
|
|
1583
|
+
|
|
1584
|
+
var RotateRightOutlined_1 = require("./RotateRightOutlined");
|
|
1585
|
+
|
|
1586
|
+
Object.defineProperty(exports, "RotateRightOutlined", {
|
|
1587
|
+
enumerable: true,
|
|
1588
|
+
get: function get() {
|
|
1589
|
+
return __importDefault(RotateRightOutlined_1).default;
|
|
1590
|
+
}
|
|
1591
|
+
});
|
|
1592
|
+
|
|
1458
1593
|
var RotationCloseOutlined_1 = require("./RotationCloseOutlined");
|
|
1459
1594
|
|
|
1460
1595
|
Object.defineProperty(exports, "RotationCloseOutlined", {
|
|
@@ -1608,6 +1743,15 @@ Object.defineProperty(exports, "SmileOutlined", {
|
|
|
1608
1743
|
}
|
|
1609
1744
|
});
|
|
1610
1745
|
|
|
1746
|
+
var SmokeFilled_1 = require("./SmokeFilled");
|
|
1747
|
+
|
|
1748
|
+
Object.defineProperty(exports, "SmokeFilled", {
|
|
1749
|
+
enumerable: true,
|
|
1750
|
+
get: function get() {
|
|
1751
|
+
return __importDefault(SmokeFilled_1).default;
|
|
1752
|
+
}
|
|
1753
|
+
});
|
|
1754
|
+
|
|
1611
1755
|
var SmokeOutlined_1 = require("./SmokeOutlined");
|
|
1612
1756
|
|
|
1613
1757
|
Object.defineProperty(exports, "SmokeOutlined", {
|
|
@@ -1617,6 +1761,15 @@ Object.defineProperty(exports, "SmokeOutlined", {
|
|
|
1617
1761
|
}
|
|
1618
1762
|
});
|
|
1619
1763
|
|
|
1764
|
+
var SoundOutlined_1 = require("./SoundOutlined");
|
|
1765
|
+
|
|
1766
|
+
Object.defineProperty(exports, "SoundOutlined", {
|
|
1767
|
+
enumerable: true,
|
|
1768
|
+
get: function get() {
|
|
1769
|
+
return __importDefault(SoundOutlined_1).default;
|
|
1770
|
+
}
|
|
1771
|
+
});
|
|
1772
|
+
|
|
1620
1773
|
var StarCheckOutlined_1 = require("./StarCheckOutlined");
|
|
1621
1774
|
|
|
1622
1775
|
Object.defineProperty(exports, "StarCheckOutlined", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@ant-design/colors": "^6.0.0",
|
|
33
33
|
"@babel/runtime": "^7.11.2",
|
|
34
34
|
"@pansy/classnames": "^1.0.1",
|
|
35
|
-
"@sensoro-design/icons-svg": "0.1.
|
|
35
|
+
"@sensoro-design/icons-svg": "0.1.6",
|
|
36
36
|
"rc-util": "^5.19.3"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
package/templates/icon.ts.ejs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
|
-
import * as React from 'react'
|
|
2
|
+
import * as React from 'react';
|
|
3
3
|
import <%= svgIdentifier %>Svg from '@sensoro-design/icons-svg/lib/asn/<%= svgIdentifier %>';
|
|
4
4
|
import SensoroIcon, { SensoroIconProps } from '../components/SensoroIcon';
|
|
5
5
|
|
|
6
|
-
const <%= svgIdentifier %> = React.forwardRef<HTMLSpanElement, SensoroIconProps>(
|
|
7
|
-
|
|
8
|
-
);
|
|
6
|
+
const <%= svgIdentifier %> = React.forwardRef<HTMLSpanElement, SensoroIconProps>((props, ref) => (
|
|
7
|
+
<SensoroIcon {...props} ref={ref} icon={<%= svgIdentifier %>Svg} />
|
|
8
|
+
));
|
|
9
9
|
|
|
10
10
|
<%= svgIdentifier %>.displayName = '<%= svgIdentifier %>';
|
|
11
11
|
|