@sensoro-design/icons 1.57.0 → 1.58.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 +11 -0
- package/EditFilled.d.ts +2 -0
- package/EditFilled.js +15 -0
- package/FileSealFilled.d.ts +2 -0
- package/FileSealFilled.js +15 -0
- package/HomeIsolationOutlined.d.ts +2 -0
- package/HomeIsolationOutlined.js +15 -0
- package/UserPenFilled.d.ts +2 -0
- package/UserPenFilled.js +15 -0
- package/es/icons/EditFilled.d.ts +4 -0
- package/es/icons/EditFilled.js +56 -0
- package/es/icons/FileSealFilled.d.ts +4 -0
- package/es/icons/FileSealFilled.js +56 -0
- package/es/icons/HomeIsolationOutlined.d.ts +4 -0
- package/es/icons/HomeIsolationOutlined.js +56 -0
- package/es/icons/UserPenFilled.d.ts +4 -0
- package/es/icons/UserPenFilled.js +56 -0
- package/es/icons/index.d.ts +4 -0
- package/es/icons/index.js +38 -10
- package/lib/icons/EditFilled.d.ts +4 -0
- package/lib/icons/EditFilled.js +57 -0
- package/lib/icons/FileSealFilled.d.ts +4 -0
- package/lib/icons/FileSealFilled.js +57 -0
- package/lib/icons/HomeIsolationOutlined.d.ts +4 -0
- package/lib/icons/HomeIsolationOutlined.js +57 -0
- package/lib/icons/UserPenFilled.d.ts +4 -0
- package/lib/icons/UserPenFilled.js +57 -0
- package/lib/icons/index.d.ts +4 -0
- package/lib/icons/index.js +38 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.58.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@1.57.0...@sensoro-design/icons@1.58.0) (2022-11-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add icons ([072e3f3](https://github.com/sensoro-design/sensoro-design-icons/commit/072e3f35acfb530fa83b2102da04365b6fd96317))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.57.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@1.56.0...@sensoro-design/icons@1.57.0) (2022-11-25)
|
|
7
18
|
|
|
8
19
|
|
package/EditFilled.d.ts
ADDED
package/EditFilled.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _EditFilled = _interopRequireDefault(require('./lib/icons/EditFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _EditFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _FileSealFilled = _interopRequireDefault(require('./lib/icons/FileSealFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _FileSealFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _HomeIsolationOutlined = _interopRequireDefault(require('./lib/icons/HomeIsolationOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _HomeIsolationOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
package/UserPenFilled.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _UserPenFilled = _interopRequireDefault(require('./lib/icons/UserPenFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _UserPenFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const EditFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 EditFilled;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return m[k];
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
} : function (o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
});
|
|
20
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
value: v
|
|
24
|
+
});
|
|
25
|
+
} : function (o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) {
|
|
32
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
}
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
38
|
+
return mod && mod.__esModule ? mod : {
|
|
39
|
+
"default": mod
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", {
|
|
43
|
+
value: true
|
|
44
|
+
});
|
|
45
|
+
// This icon file is generated automatically.
|
|
46
|
+
var React = __importStar(require("react"));
|
|
47
|
+
var EditFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/EditFilled"));
|
|
48
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
49
|
+
var EditFilled = React.forwardRef(function (props, ref) {
|
|
50
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
51
|
+
ref: ref,
|
|
52
|
+
icon: EditFilled_1.default
|
|
53
|
+
}));
|
|
54
|
+
});
|
|
55
|
+
EditFilled.displayName = 'EditFilled';
|
|
56
|
+
exports.default = EditFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const FileSealFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 FileSealFilled;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return m[k];
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
} : function (o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
});
|
|
20
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
value: v
|
|
24
|
+
});
|
|
25
|
+
} : function (o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) {
|
|
32
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
}
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
38
|
+
return mod && mod.__esModule ? mod : {
|
|
39
|
+
"default": mod
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", {
|
|
43
|
+
value: true
|
|
44
|
+
});
|
|
45
|
+
// This icon file is generated automatically.
|
|
46
|
+
var React = __importStar(require("react"));
|
|
47
|
+
var FileSealFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/FileSealFilled"));
|
|
48
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
49
|
+
var FileSealFilled = React.forwardRef(function (props, ref) {
|
|
50
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
51
|
+
ref: ref,
|
|
52
|
+
icon: FileSealFilled_1.default
|
|
53
|
+
}));
|
|
54
|
+
});
|
|
55
|
+
FileSealFilled.displayName = 'FileSealFilled';
|
|
56
|
+
exports.default = FileSealFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const HomeIsolationOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 HomeIsolationOutlined;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return m[k];
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
} : function (o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
});
|
|
20
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
value: v
|
|
24
|
+
});
|
|
25
|
+
} : function (o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) {
|
|
32
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
}
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
38
|
+
return mod && mod.__esModule ? mod : {
|
|
39
|
+
"default": mod
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", {
|
|
43
|
+
value: true
|
|
44
|
+
});
|
|
45
|
+
// This icon file is generated automatically.
|
|
46
|
+
var React = __importStar(require("react"));
|
|
47
|
+
var HomeIsolationOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/HomeIsolationOutlined"));
|
|
48
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
49
|
+
var HomeIsolationOutlined = React.forwardRef(function (props, ref) {
|
|
50
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
51
|
+
ref: ref,
|
|
52
|
+
icon: HomeIsolationOutlined_1.default
|
|
53
|
+
}));
|
|
54
|
+
});
|
|
55
|
+
HomeIsolationOutlined.displayName = 'HomeIsolationOutlined';
|
|
56
|
+
exports.default = HomeIsolationOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const UserPenFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 UserPenFilled;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return m[k];
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
Object.defineProperty(o, k2, desc);
|
|
16
|
+
} : function (o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
});
|
|
20
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
value: v
|
|
24
|
+
});
|
|
25
|
+
} : function (o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = this && this.__importStar || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) {
|
|
32
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
}
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = this && this.__importDefault || function (mod) {
|
|
38
|
+
return mod && mod.__esModule ? mod : {
|
|
39
|
+
"default": mod
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", {
|
|
43
|
+
value: true
|
|
44
|
+
});
|
|
45
|
+
// This icon file is generated automatically.
|
|
46
|
+
var React = __importStar(require("react"));
|
|
47
|
+
var UserPenFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UserPenFilled"));
|
|
48
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
49
|
+
var UserPenFilled = React.forwardRef(function (props, ref) {
|
|
50
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
|
|
51
|
+
ref: ref,
|
|
52
|
+
icon: UserPenFilled_1.default
|
|
53
|
+
}));
|
|
54
|
+
});
|
|
55
|
+
UserPenFilled.displayName = 'UserPenFilled';
|
|
56
|
+
exports.default = UserPenFilled;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ export { default as DrawRectangleOutlined } from './DrawRectangleOutlined';
|
|
|
130
130
|
export { default as DrawRoundOutlined } from './DrawRoundOutlined';
|
|
131
131
|
export { default as DroneOutlined } from './DroneOutlined';
|
|
132
132
|
export { default as DrowsyOutlined } from './DrowsyOutlined';
|
|
133
|
+
export { default as EditFilled } from './EditFilled';
|
|
133
134
|
export { default as EditOutlined } from './EditOutlined';
|
|
134
135
|
export { default as ElderFilled } from './ElderFilled';
|
|
135
136
|
export { default as ElderPurely } from './ElderPurely';
|
|
@@ -175,6 +176,7 @@ export { default as FilePenOutlined } from './FilePenOutlined';
|
|
|
175
176
|
export { default as FilePptOutlined } from './FilePptOutlined';
|
|
176
177
|
export { default as FileProOutlined } from './FileProOutlined';
|
|
177
178
|
export { default as FileProtectOutlined } from './FileProtectOutlined';
|
|
179
|
+
export { default as FileSealFilled } from './FileSealFilled';
|
|
178
180
|
export { default as FileSealOutlined } from './FileSealOutlined';
|
|
179
181
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
180
182
|
export { default as FileSearchOutlined } from './FileSearchOutlined';
|
|
@@ -248,6 +250,7 @@ export { default as HelmetFilled } from './HelmetFilled';
|
|
|
248
250
|
export { default as HiddenDangerFilled } from './HiddenDangerFilled';
|
|
249
251
|
export { default as HolderOutlined } from './HolderOutlined';
|
|
250
252
|
export { default as HolderVerticalOutlined } from './HolderVerticalOutlined';
|
|
253
|
+
export { default as HomeIsolationOutlined } from './HomeIsolationOutlined';
|
|
251
254
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
252
255
|
export { default as HumanTrafficVideoOutlined } from './HumanTrafficVideoOutlined';
|
|
253
256
|
export { default as HumanoidLeftFilled } from './HumanoidLeftFilled';
|
|
@@ -525,6 +528,7 @@ export { default as UserManageOutlined } from './UserManageOutlined';
|
|
|
525
528
|
export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
|
|
526
529
|
export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
|
|
527
530
|
export { default as UserOutlined } from './UserOutlined';
|
|
531
|
+
export { default as UserPenFilled } from './UserPenFilled';
|
|
528
532
|
export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
|
|
529
533
|
export { default as UserPurely } from './UserPurely';
|
|
530
534
|
export { default as UserReportFilled } from './UserReportFilled';
|
package/es/icons/index.js
CHANGED
|
@@ -10,16 +10,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.BrandOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BatteryGroupFilled = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.AskLeavePurely = exports.ArrowUpProOutlined = exports.ArrowUpOutlined = exports.ArrowRightProOutlined = exports.ArrowRightOutlined = exports.ArrowLeftProOutlined = exports.ArrowLeftOutlined = exports.ArrowDownProOutlined = exports.ArrowDownOutlined = exports.AreaPlusCircleOutlined = exports.AreaOutlined = exports.AreaInvasionPurely = exports.AreaInvasionFilled = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AppletsOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AlarmClockOutlined = exports.AlarmClockFilled = exports.AircircuitBreakerPurely = exports.AircircuitBreakerOutlined = exports.AircircuitBreakerFilled = exports.AirPressureOutlined = exports.AimOutlined = exports.AddressOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = exports.AccessControlPurely = void 0;
|
|
12
12
|
exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRegistrationFilled = exports.CarRecordOutlined = exports.CarQuestionCircleFilled = exports.CarPenFilled = exports.CarParkFilled = exports.CarOutlined = exports.CarFilled = exports.CarExclamationCircleFilled = exports.CarCameraOutlined = exports.CarCameraFilled = exports.CameraOutlined = exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.CalendarCheckFilled = exports.BulbOutlined = exports.BuildingPlusCircleOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BridgeFilled = exports.BreathePurely = exports.BreatheErrorPurely = void 0;
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WomanOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = exports.WaterLevelOutlined = void 0;
|
|
13
|
+
exports.EnterOutlined = exports.EmployerOutlined = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElevatorUserFilled = exports.ElevatorStoppedFilled = exports.ElevatorPurely = exports.ElevatorOutlined = exports.ElevatorFilled = exports.ElectricalFirePurely = exports.ElectricalFireOutlined = exports.ElectricalFireFilled = exports.ElectricCarPurely = exports.ElectricCarFilled = exports.ElderPurely = exports.ElderFilled = exports.EditOutlined = exports.EditFilled = exports.DrowsyOutlined = exports.DroneOutlined = exports.DrawRoundOutlined = exports.DrawRectangleOutlined = exports.DrawPolygonOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DewOutlined = exports.DeviceOutlined = exports.DeviceOfflinePurely = exports.DeviceOfflineFilled = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashboardFilled = exports.DashOutlined = exports.DangerZoneFilled = exports.DangerFilled = exports.CycleOutlined = void 0;
|
|
14
|
+
exports.FireHostPurely = exports.FireHostOutlined = exports.FireHostFilled = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTextFilled = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileSealFilled = exports.FileProtectOutlined = exports.FileProOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FallingObjectsPurely = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = void 0;
|
|
15
|
+
exports.HiddenDangerFilled = exports.HelmetFilled = exports.HeatmapFilled = exports.HeartRatePurely = exports.HeartOutlined = exports.HeartFilled = exports.HealthMonitoringPurely = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.HammerFilled = exports.GroupFilled = exports.GovernanceFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GetUpOutlined = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GenderOutlined = exports.GatewayOutlined = exports.GasStationFilled = exports.GasSensorPurely = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.GalleryFilled = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.ForestFirePurely = exports.ForestCameraFilled = exports.ForeignWorkersPurely = exports.ForeignVehiclePurely = exports.FolderOpenOutlined = exports.FocusOutlined = exports.FloorOutlined = exports.FloorFilled = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantPurely = exports.FireHydrantOutlined = exports.FireHydrantFilled = void 0;
|
|
16
|
+
exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LineChartPurely = exports.LikeOutlined = exports.LessElectricityFilled = exports.LegendOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeaveOutlined = exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = exports.KeyVehiclePurely = exports.KeyPersonPurely = exports.KeyPersonFilled = exports.KeyOutlined = exports.KeyAreaOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImageErrorFilled = exports.IllegalHelmetPurely = exports.IllegalFishingPurely = exports.IllegalFishingFilled = exports.IllegalFireExitsPurely = exports.IllegalBuildingPurely = exports.IllegalBuildingOutlined = exports.IllegalBuildingFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumidityOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HomeIsolationOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = void 0;
|
|
17
|
+
exports.NoSwimmingOutlined = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoonPurely = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.ModerateRainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MeshLayoutOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverPurely = exports.ManholeCoverOutlined = exports.ManholeCoverFilled = exports.MaleOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = void 0;
|
|
18
|
+
exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = exports.Pm25Outlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PhoneFilled = exports.PetDogPurely = exports.PetDogFilled = exports.PersonRegistrationFilled = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeProOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineProOutlined = exports.OfflineOutlined = exports.OffDayPurely = exports.ObliqueLineOutlined = exports.O3Outlined = exports.O2Outlined = exports.NucleicAcidOutlined = exports.NotSleepFilled = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoiseOutlined = exports.NoVideoPurely = void 0;
|
|
19
|
+
exports.ScheduleOutlined = exports.ScanOutlined = exports.SaveOutlined = exports.SatelliteOutlined = exports.SafetyPreventionPurely = exports.SafetyPreventionFilled = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyKeyOutlined = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RouteOutlined = exports.RouteFilled = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightPurely = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RoomOutlined = exports.RoomFilled = exports.RocketOutlined = exports.RobotOutlined = exports.RoadOutlined = exports.RoadNetworkInfoFilled = exports.RoadFilled = exports.RiverOutlined = exports.RingLayoutOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RetrieveVesselOutlined = exports.RetrieveSmileOutlined = exports.RetrieveNonMotorVehicleOutlined = exports.RetrieveMotorVehicleFilled = exports.RetrieveHumanoidFilled = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RefillStationFilled = exports.RedoOutlined = exports.RainfallOutlined = exports.RainfallIntensityOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = void 0;
|
|
20
|
+
exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.SurroundingsPurely = exports.SunsetOutlined = exports.SunriseOutlined = exports.SunOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokePurely = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPolePurely = exports.SmartLightPoleOutlined = exports.SmartLightPoleFilled = exports.SmartDoorLockOutlined = exports.SmartCommunityOutlined = exports.SmartBoxOutlined = exports.SleepProOutlined = exports.SleepOutlined = exports.SleepFilled = exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = void 0;
|
|
21
|
+
exports.VisibilityOutlined = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.VehicleFileFilled = exports.UsersGovernancePurely = exports.UsersFilled = exports.UserTimePurely = exports.UserTimeOutlined = exports.UserTimeFilled = exports.UserSettingOutlined = exports.UserReportPurely = exports.UserReportFilled = exports.UserPurely = exports.UserPlusCircleFilled = exports.UserPenFilled = exports.UserOutlined = exports.UserMinusCircleOutlined = exports.UserMinusCircleFilled = exports.UserManageOutlined = exports.UserLeaveEarlyFilled = exports.UserGatherPurely = exports.UserGatherFilled = exports.UserFilled = exports.UseQuestionFilled = exports.UseMolecularChainPurely = exports.UseMolecularChainFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.UnitOutlined = exports.UnitFilled = exports.TunnelFilled = exports.TrophyOutlined = exports.TrafficLightFilled = exports.ToolPurely = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThumbnailOutlined = exports.ThirdPurely = exports.ThermometerOutlined = void 0;
|
|
22
|
+
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WomanOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = void 0;
|
|
23
23
|
// This index.ts file is generated automatically.
|
|
24
24
|
var AccessControlPurely_1 = require("./AccessControlPurely");
|
|
25
25
|
Object.defineProperty(exports, "AccessControlPurely", {
|
|
@@ -945,6 +945,13 @@ Object.defineProperty(exports, "DrowsyOutlined", {
|
|
|
945
945
|
return __importDefault(DrowsyOutlined_1).default;
|
|
946
946
|
}
|
|
947
947
|
});
|
|
948
|
+
var EditFilled_1 = require("./EditFilled");
|
|
949
|
+
Object.defineProperty(exports, "EditFilled", {
|
|
950
|
+
enumerable: true,
|
|
951
|
+
get: function get() {
|
|
952
|
+
return __importDefault(EditFilled_1).default;
|
|
953
|
+
}
|
|
954
|
+
});
|
|
948
955
|
var EditOutlined_1 = require("./EditOutlined");
|
|
949
956
|
Object.defineProperty(exports, "EditOutlined", {
|
|
950
957
|
enumerable: true,
|
|
@@ -1260,6 +1267,13 @@ Object.defineProperty(exports, "FileProtectOutlined", {
|
|
|
1260
1267
|
return __importDefault(FileProtectOutlined_1).default;
|
|
1261
1268
|
}
|
|
1262
1269
|
});
|
|
1270
|
+
var FileSealFilled_1 = require("./FileSealFilled");
|
|
1271
|
+
Object.defineProperty(exports, "FileSealFilled", {
|
|
1272
|
+
enumerable: true,
|
|
1273
|
+
get: function get() {
|
|
1274
|
+
return __importDefault(FileSealFilled_1).default;
|
|
1275
|
+
}
|
|
1276
|
+
});
|
|
1263
1277
|
var FileSealOutlined_1 = require("./FileSealOutlined");
|
|
1264
1278
|
Object.defineProperty(exports, "FileSealOutlined", {
|
|
1265
1279
|
enumerable: true,
|
|
@@ -1771,6 +1785,13 @@ Object.defineProperty(exports, "HolderVerticalOutlined", {
|
|
|
1771
1785
|
return __importDefault(HolderVerticalOutlined_1).default;
|
|
1772
1786
|
}
|
|
1773
1787
|
});
|
|
1788
|
+
var HomeIsolationOutlined_1 = require("./HomeIsolationOutlined");
|
|
1789
|
+
Object.defineProperty(exports, "HomeIsolationOutlined", {
|
|
1790
|
+
enumerable: true,
|
|
1791
|
+
get: function get() {
|
|
1792
|
+
return __importDefault(HomeIsolationOutlined_1).default;
|
|
1793
|
+
}
|
|
1794
|
+
});
|
|
1774
1795
|
var HomeOutlined_1 = require("./HomeOutlined");
|
|
1775
1796
|
Object.defineProperty(exports, "HomeOutlined", {
|
|
1776
1797
|
enumerable: true,
|
|
@@ -3710,6 +3731,13 @@ Object.defineProperty(exports, "UserOutlined", {
|
|
|
3710
3731
|
return __importDefault(UserOutlined_1).default;
|
|
3711
3732
|
}
|
|
3712
3733
|
});
|
|
3734
|
+
var UserPenFilled_1 = require("./UserPenFilled");
|
|
3735
|
+
Object.defineProperty(exports, "UserPenFilled", {
|
|
3736
|
+
enumerable: true,
|
|
3737
|
+
get: function get() {
|
|
3738
|
+
return __importDefault(UserPenFilled_1).default;
|
|
3739
|
+
}
|
|
3740
|
+
});
|
|
3713
3741
|
var UserPlusCircleFilled_1 = require("./UserPlusCircleFilled");
|
|
3714
3742
|
Object.defineProperty(exports, "UserPlusCircleFilled", {
|
|
3715
3743
|
enumerable: true,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const EditFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 EditFilled;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
5
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function get() {
|
|
12
|
+
return m[k];
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
Object.defineProperty(o, k2, desc);
|
|
17
|
+
} : function (o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
});
|
|
21
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
value: v
|
|
25
|
+
});
|
|
26
|
+
} : function (o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = void 0 && (void 0).__importStar || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) {
|
|
33
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
}
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
39
|
+
return mod && mod.__esModule ? mod : {
|
|
40
|
+
"default": mod
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(exports, "__esModule", {
|
|
44
|
+
value: true
|
|
45
|
+
});
|
|
46
|
+
// This icon file is generated automatically.
|
|
47
|
+
var React = __importStar(require("react"));
|
|
48
|
+
var EditFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/EditFilled"));
|
|
49
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
50
|
+
var EditFilled = React.forwardRef(function (props, ref) {
|
|
51
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
52
|
+
ref: ref,
|
|
53
|
+
icon: EditFilled_1.default
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
EditFilled.displayName = 'EditFilled';
|
|
57
|
+
exports.default = EditFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const FileSealFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 FileSealFilled;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
5
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function get() {
|
|
12
|
+
return m[k];
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
Object.defineProperty(o, k2, desc);
|
|
17
|
+
} : function (o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
});
|
|
21
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
value: v
|
|
25
|
+
});
|
|
26
|
+
} : function (o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = void 0 && (void 0).__importStar || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) {
|
|
33
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
}
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
39
|
+
return mod && mod.__esModule ? mod : {
|
|
40
|
+
"default": mod
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(exports, "__esModule", {
|
|
44
|
+
value: true
|
|
45
|
+
});
|
|
46
|
+
// This icon file is generated automatically.
|
|
47
|
+
var React = __importStar(require("react"));
|
|
48
|
+
var FileSealFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/FileSealFilled"));
|
|
49
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
50
|
+
var FileSealFilled = React.forwardRef(function (props, ref) {
|
|
51
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
52
|
+
ref: ref,
|
|
53
|
+
icon: FileSealFilled_1.default
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
FileSealFilled.displayName = 'FileSealFilled';
|
|
57
|
+
exports.default = FileSealFilled;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const HomeIsolationOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 HomeIsolationOutlined;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
5
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function get() {
|
|
12
|
+
return m[k];
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
Object.defineProperty(o, k2, desc);
|
|
17
|
+
} : function (o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
});
|
|
21
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
value: v
|
|
25
|
+
});
|
|
26
|
+
} : function (o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = void 0 && (void 0).__importStar || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) {
|
|
33
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
}
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
39
|
+
return mod && mod.__esModule ? mod : {
|
|
40
|
+
"default": mod
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(exports, "__esModule", {
|
|
44
|
+
value: true
|
|
45
|
+
});
|
|
46
|
+
// This icon file is generated automatically.
|
|
47
|
+
var React = __importStar(require("react"));
|
|
48
|
+
var HomeIsolationOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/HomeIsolationOutlined"));
|
|
49
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
50
|
+
var HomeIsolationOutlined = React.forwardRef(function (props, ref) {
|
|
51
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
52
|
+
ref: ref,
|
|
53
|
+
icon: HomeIsolationOutlined_1.default
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
HomeIsolationOutlined.displayName = 'HomeIsolationOutlined';
|
|
57
|
+
exports.default = HomeIsolationOutlined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const UserPenFilled: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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 UserPenFilled;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
5
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function get() {
|
|
12
|
+
return m[k];
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
Object.defineProperty(o, k2, desc);
|
|
17
|
+
} : function (o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
});
|
|
21
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
value: v
|
|
25
|
+
});
|
|
26
|
+
} : function (o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = void 0 && (void 0).__importStar || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) {
|
|
33
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
}
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
39
|
+
return mod && mod.__esModule ? mod : {
|
|
40
|
+
"default": mod
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(exports, "__esModule", {
|
|
44
|
+
value: true
|
|
45
|
+
});
|
|
46
|
+
// This icon file is generated automatically.
|
|
47
|
+
var React = __importStar(require("react"));
|
|
48
|
+
var UserPenFilled_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/UserPenFilled"));
|
|
49
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
50
|
+
var UserPenFilled = React.forwardRef(function (props, ref) {
|
|
51
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
52
|
+
ref: ref,
|
|
53
|
+
icon: UserPenFilled_1.default
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
UserPenFilled.displayName = 'UserPenFilled';
|
|
57
|
+
exports.default = UserPenFilled;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ export { default as DrawRectangleOutlined } from './DrawRectangleOutlined';
|
|
|
130
130
|
export { default as DrawRoundOutlined } from './DrawRoundOutlined';
|
|
131
131
|
export { default as DroneOutlined } from './DroneOutlined';
|
|
132
132
|
export { default as DrowsyOutlined } from './DrowsyOutlined';
|
|
133
|
+
export { default as EditFilled } from './EditFilled';
|
|
133
134
|
export { default as EditOutlined } from './EditOutlined';
|
|
134
135
|
export { default as ElderFilled } from './ElderFilled';
|
|
135
136
|
export { default as ElderPurely } from './ElderPurely';
|
|
@@ -175,6 +176,7 @@ export { default as FilePenOutlined } from './FilePenOutlined';
|
|
|
175
176
|
export { default as FilePptOutlined } from './FilePptOutlined';
|
|
176
177
|
export { default as FileProOutlined } from './FileProOutlined';
|
|
177
178
|
export { default as FileProtectOutlined } from './FileProtectOutlined';
|
|
179
|
+
export { default as FileSealFilled } from './FileSealFilled';
|
|
178
180
|
export { default as FileSealOutlined } from './FileSealOutlined';
|
|
179
181
|
export { default as FileSearchFilled } from './FileSearchFilled';
|
|
180
182
|
export { default as FileSearchOutlined } from './FileSearchOutlined';
|
|
@@ -248,6 +250,7 @@ export { default as HelmetFilled } from './HelmetFilled';
|
|
|
248
250
|
export { default as HiddenDangerFilled } from './HiddenDangerFilled';
|
|
249
251
|
export { default as HolderOutlined } from './HolderOutlined';
|
|
250
252
|
export { default as HolderVerticalOutlined } from './HolderVerticalOutlined';
|
|
253
|
+
export { default as HomeIsolationOutlined } from './HomeIsolationOutlined';
|
|
251
254
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
252
255
|
export { default as HumanTrafficVideoOutlined } from './HumanTrafficVideoOutlined';
|
|
253
256
|
export { default as HumanoidLeftFilled } from './HumanoidLeftFilled';
|
|
@@ -525,6 +528,7 @@ export { default as UserManageOutlined } from './UserManageOutlined';
|
|
|
525
528
|
export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
|
|
526
529
|
export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
|
|
527
530
|
export { default as UserOutlined } from './UserOutlined';
|
|
531
|
+
export { default as UserPenFilled } from './UserPenFilled';
|
|
528
532
|
export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
|
|
529
533
|
export { default as UserPurely } from './UserPurely';
|
|
530
534
|
export { default as UserReportFilled } from './UserReportFilled';
|
package/lib/icons/index.js
CHANGED
|
@@ -10,16 +10,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports.BrandOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BatteryGroupFilled = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.AskLeavePurely = exports.ArrowUpProOutlined = exports.ArrowUpOutlined = exports.ArrowRightProOutlined = exports.ArrowRightOutlined = exports.ArrowLeftProOutlined = exports.ArrowLeftOutlined = exports.ArrowDownProOutlined = exports.ArrowDownOutlined = exports.AreaPlusCircleOutlined = exports.AreaOutlined = exports.AreaInvasionPurely = exports.AreaInvasionFilled = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AppletsOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AlarmClockOutlined = exports.AlarmClockFilled = exports.AircircuitBreakerPurely = exports.AircircuitBreakerOutlined = exports.AircircuitBreakerFilled = exports.AirPressureOutlined = exports.AimOutlined = exports.AddressOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = exports.AccessControlPurely = void 0;
|
|
12
12
|
exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRegistrationFilled = exports.CarRecordOutlined = exports.CarQuestionCircleFilled = exports.CarPenFilled = exports.CarParkFilled = exports.CarOutlined = exports.CarFilled = exports.CarExclamationCircleFilled = exports.CarCameraOutlined = exports.CarCameraFilled = exports.CameraOutlined = exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.CalendarCheckFilled = exports.BulbOutlined = exports.BuildingPlusCircleOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BridgeFilled = exports.BreathePurely = exports.BreatheErrorPurely = void 0;
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WomanOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = exports.WaterLevelOutlined = void 0;
|
|
13
|
+
exports.EnterOutlined = exports.EmployerOutlined = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElevatorUserFilled = exports.ElevatorStoppedFilled = exports.ElevatorPurely = exports.ElevatorOutlined = exports.ElevatorFilled = exports.ElectricalFirePurely = exports.ElectricalFireOutlined = exports.ElectricalFireFilled = exports.ElectricCarPurely = exports.ElectricCarFilled = exports.ElderPurely = exports.ElderFilled = exports.EditOutlined = exports.EditFilled = exports.DrowsyOutlined = exports.DroneOutlined = exports.DrawRoundOutlined = exports.DrawRectangleOutlined = exports.DrawPolygonOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DewOutlined = exports.DeviceOutlined = exports.DeviceOfflinePurely = exports.DeviceOfflineFilled = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashboardFilled = exports.DashOutlined = exports.DangerZoneFilled = exports.DangerFilled = exports.CycleOutlined = void 0;
|
|
14
|
+
exports.FireHostPurely = exports.FireHostOutlined = exports.FireHostFilled = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTextFilled = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileSealFilled = exports.FileProtectOutlined = exports.FileProOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FallingObjectsPurely = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = void 0;
|
|
15
|
+
exports.HiddenDangerFilled = exports.HelmetFilled = exports.HeatmapFilled = exports.HeartRatePurely = exports.HeartOutlined = exports.HeartFilled = exports.HealthMonitoringPurely = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.HammerFilled = exports.GroupFilled = exports.GovernanceFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GetUpOutlined = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GenderOutlined = exports.GatewayOutlined = exports.GasStationFilled = exports.GasSensorPurely = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.GalleryFilled = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.ForestFirePurely = exports.ForestCameraFilled = exports.ForeignWorkersPurely = exports.ForeignVehiclePurely = exports.FolderOpenOutlined = exports.FocusOutlined = exports.FloorOutlined = exports.FloorFilled = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantPurely = exports.FireHydrantOutlined = exports.FireHydrantFilled = void 0;
|
|
16
|
+
exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LineChartPurely = exports.LikeOutlined = exports.LessElectricityFilled = exports.LegendOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeaveOutlined = exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = exports.KeyVehiclePurely = exports.KeyPersonPurely = exports.KeyPersonFilled = exports.KeyOutlined = exports.KeyAreaOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.ImageErrorFilled = exports.IllegalHelmetPurely = exports.IllegalFishingPurely = exports.IllegalFishingFilled = exports.IllegalFireExitsPurely = exports.IllegalBuildingPurely = exports.IllegalBuildingOutlined = exports.IllegalBuildingFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumidityOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HomeIsolationOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = void 0;
|
|
17
|
+
exports.NoSwimmingOutlined = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoonPurely = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.ModerateRainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MeshLayoutOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverPurely = exports.ManholeCoverOutlined = exports.ManholeCoverFilled = exports.MaleOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = void 0;
|
|
18
|
+
exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = exports.Pm25Outlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PhoneFilled = exports.PetDogPurely = exports.PetDogFilled = exports.PersonRegistrationFilled = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeProOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineProOutlined = exports.OfflineOutlined = exports.OffDayPurely = exports.ObliqueLineOutlined = exports.O3Outlined = exports.O2Outlined = exports.NucleicAcidOutlined = exports.NotSleepFilled = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoiseOutlined = exports.NoVideoPurely = void 0;
|
|
19
|
+
exports.ScheduleOutlined = exports.ScanOutlined = exports.SaveOutlined = exports.SatelliteOutlined = exports.SafetyPreventionPurely = exports.SafetyPreventionFilled = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyKeyOutlined = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RouteOutlined = exports.RouteFilled = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightPurely = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RoomOutlined = exports.RoomFilled = exports.RocketOutlined = exports.RobotOutlined = exports.RoadOutlined = exports.RoadNetworkInfoFilled = exports.RoadFilled = exports.RiverOutlined = exports.RingLayoutOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RetrieveVesselOutlined = exports.RetrieveSmileOutlined = exports.RetrieveNonMotorVehicleOutlined = exports.RetrieveMotorVehicleFilled = exports.RetrieveHumanoidFilled = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RefillStationFilled = exports.RedoOutlined = exports.RainfallOutlined = exports.RainfallIntensityOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = void 0;
|
|
20
|
+
exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.SurroundingsPurely = exports.SunsetOutlined = exports.SunriseOutlined = exports.SunOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokePurely = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPolePurely = exports.SmartLightPoleOutlined = exports.SmartLightPoleFilled = exports.SmartDoorLockOutlined = exports.SmartCommunityOutlined = exports.SmartBoxOutlined = exports.SleepProOutlined = exports.SleepOutlined = exports.SleepFilled = exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = void 0;
|
|
21
|
+
exports.VisibilityOutlined = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.VehicleFileFilled = exports.UsersGovernancePurely = exports.UsersFilled = exports.UserTimePurely = exports.UserTimeOutlined = exports.UserTimeFilled = exports.UserSettingOutlined = exports.UserReportPurely = exports.UserReportFilled = exports.UserPurely = exports.UserPlusCircleFilled = exports.UserPenFilled = exports.UserOutlined = exports.UserMinusCircleOutlined = exports.UserMinusCircleFilled = exports.UserManageOutlined = exports.UserLeaveEarlyFilled = exports.UserGatherPurely = exports.UserGatherFilled = exports.UserFilled = exports.UseQuestionFilled = exports.UseMolecularChainPurely = exports.UseMolecularChainFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.UnitOutlined = exports.UnitFilled = exports.TunnelFilled = exports.TrophyOutlined = exports.TrafficLightFilled = exports.ToolPurely = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThumbnailOutlined = exports.ThirdPurely = exports.ThermometerOutlined = void 0;
|
|
22
|
+
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WomanOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = void 0;
|
|
23
23
|
// This index.ts file is generated automatically.
|
|
24
24
|
var AccessControlPurely_1 = require("./AccessControlPurely");
|
|
25
25
|
Object.defineProperty(exports, "AccessControlPurely", {
|
|
@@ -945,6 +945,13 @@ Object.defineProperty(exports, "DrowsyOutlined", {
|
|
|
945
945
|
return __importDefault(DrowsyOutlined_1).default;
|
|
946
946
|
}
|
|
947
947
|
});
|
|
948
|
+
var EditFilled_1 = require("./EditFilled");
|
|
949
|
+
Object.defineProperty(exports, "EditFilled", {
|
|
950
|
+
enumerable: true,
|
|
951
|
+
get: function get() {
|
|
952
|
+
return __importDefault(EditFilled_1).default;
|
|
953
|
+
}
|
|
954
|
+
});
|
|
948
955
|
var EditOutlined_1 = require("./EditOutlined");
|
|
949
956
|
Object.defineProperty(exports, "EditOutlined", {
|
|
950
957
|
enumerable: true,
|
|
@@ -1260,6 +1267,13 @@ Object.defineProperty(exports, "FileProtectOutlined", {
|
|
|
1260
1267
|
return __importDefault(FileProtectOutlined_1).default;
|
|
1261
1268
|
}
|
|
1262
1269
|
});
|
|
1270
|
+
var FileSealFilled_1 = require("./FileSealFilled");
|
|
1271
|
+
Object.defineProperty(exports, "FileSealFilled", {
|
|
1272
|
+
enumerable: true,
|
|
1273
|
+
get: function get() {
|
|
1274
|
+
return __importDefault(FileSealFilled_1).default;
|
|
1275
|
+
}
|
|
1276
|
+
});
|
|
1263
1277
|
var FileSealOutlined_1 = require("./FileSealOutlined");
|
|
1264
1278
|
Object.defineProperty(exports, "FileSealOutlined", {
|
|
1265
1279
|
enumerable: true,
|
|
@@ -1771,6 +1785,13 @@ Object.defineProperty(exports, "HolderVerticalOutlined", {
|
|
|
1771
1785
|
return __importDefault(HolderVerticalOutlined_1).default;
|
|
1772
1786
|
}
|
|
1773
1787
|
});
|
|
1788
|
+
var HomeIsolationOutlined_1 = require("./HomeIsolationOutlined");
|
|
1789
|
+
Object.defineProperty(exports, "HomeIsolationOutlined", {
|
|
1790
|
+
enumerable: true,
|
|
1791
|
+
get: function get() {
|
|
1792
|
+
return __importDefault(HomeIsolationOutlined_1).default;
|
|
1793
|
+
}
|
|
1794
|
+
});
|
|
1774
1795
|
var HomeOutlined_1 = require("./HomeOutlined");
|
|
1775
1796
|
Object.defineProperty(exports, "HomeOutlined", {
|
|
1776
1797
|
enumerable: true,
|
|
@@ -3710,6 +3731,13 @@ Object.defineProperty(exports, "UserOutlined", {
|
|
|
3710
3731
|
return __importDefault(UserOutlined_1).default;
|
|
3711
3732
|
}
|
|
3712
3733
|
});
|
|
3734
|
+
var UserPenFilled_1 = require("./UserPenFilled");
|
|
3735
|
+
Object.defineProperty(exports, "UserPenFilled", {
|
|
3736
|
+
enumerable: true,
|
|
3737
|
+
get: function get() {
|
|
3738
|
+
return __importDefault(UserPenFilled_1).default;
|
|
3739
|
+
}
|
|
3740
|
+
});
|
|
3713
3741
|
var UserPlusCircleFilled_1 = require("./UserPlusCircleFilled");
|
|
3714
3742
|
Object.defineProperty(exports, "UserPlusCircleFilled", {
|
|
3715
3743
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.58.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@ant-design/colors": "^6.0.0",
|
|
32
32
|
"@babel/runtime": "^7.11.2",
|
|
33
33
|
"@pansy/classnames": "^1.0.1",
|
|
34
|
-
"@sensoro-design/icons-svg": "1.
|
|
34
|
+
"@sensoro-design/icons-svg": "1.60.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|