@sensoro-design/icons 2.69.1 → 2.70.1
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 +20 -0
- package/PanoramaMapSettingOutlined.d.ts +2 -0
- package/PanoramaMapSettingOutlined.js +16 -0
- package/VideoTimeOutlined.d.ts +2 -0
- package/VideoTimeOutlined.js +16 -0
- package/WorkOrderReminderOutlined.d.ts +2 -0
- package/WorkOrderReminderOutlined.js +16 -0
- package/WorkOrderSuspendedOutlined.d.ts +2 -0
- package/WorkOrderSuspendedOutlined.js +16 -0
- package/WorkOrderTransferOutlined.d.ts +2 -0
- package/WorkOrderTransferOutlined.js +16 -0
- package/es/icons/PanoramaMapSettingOutlined.d.ts +4 -0
- package/es/icons/PanoramaMapSettingOutlined.js +14 -0
- package/es/icons/VideoTimeOutlined.d.ts +4 -0
- package/es/icons/VideoTimeOutlined.js +14 -0
- package/es/icons/WorkOrderReminderOutlined.d.ts +4 -0
- package/es/icons/WorkOrderReminderOutlined.js +14 -0
- package/es/icons/WorkOrderSuspendedOutlined.d.ts +4 -0
- package/es/icons/WorkOrderSuspendedOutlined.js +14 -0
- package/es/icons/WorkOrderTransferOutlined.d.ts +4 -0
- package/es/icons/WorkOrderTransferOutlined.js +14 -0
- package/es/icons/index.d.ts +5 -0
- package/es/icons/index.js +5 -0
- package/lib/icons/PanoramaMapSettingOutlined.d.ts +4 -0
- package/lib/icons/PanoramaMapSettingOutlined.js +41 -0
- package/lib/icons/VideoTimeOutlined.d.ts +4 -0
- package/lib/icons/VideoTimeOutlined.js +41 -0
- package/lib/icons/WorkOrderReminderOutlined.d.ts +4 -0
- package/lib/icons/WorkOrderReminderOutlined.js +41 -0
- package/lib/icons/WorkOrderSuspendedOutlined.d.ts +4 -0
- package/lib/icons/WorkOrderSuspendedOutlined.js +41 -0
- package/lib/icons/WorkOrderTransferOutlined.d.ts +4 -0
- package/lib/icons/WorkOrderTransferOutlined.js +41 -0
- package/lib/icons/index.d.ts +5 -0
- package/lib/icons/index.js +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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
|
+
## [2.70.1](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.70.0...v2.70.1) (2024-09-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @sensoro-design/icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.70.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.69.1...v2.70.0) (2024-09-06)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* 添加工单类图标 ([4c61273](https://github.com/sensoro-design/sensoro-design-icons/commit/4c61273736276452097a30da92b2d2423a60539c))
|
|
20
|
+
* add PanoramaMapSettingOutlined ([cb98cb8](https://github.com/sensoro-design/sensoro-design-icons/commit/cb98cb826ab6e73140582b0d91efed8da353ec68))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## [2.69.1](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.69.0...v2.69.1) (2024-09-05)
|
|
7
27
|
|
|
8
28
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _PanoramaMapSettingOutlined = _interopRequireDefault(require('./es/icons/PanoramaMapSettingOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _PanoramaMapSettingOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _VideoTimeOutlined = _interopRequireDefault(require('./es/icons/VideoTimeOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _VideoTimeOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _WorkOrderReminderOutlined = _interopRequireDefault(require('./es/icons/WorkOrderReminderOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _WorkOrderReminderOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _WorkOrderSuspendedOutlined = _interopRequireDefault(require('./es/icons/WorkOrderSuspendedOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _WorkOrderSuspendedOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _WorkOrderTransferOutlined = _interopRequireDefault(require('./es/icons/WorkOrderTransferOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _WorkOrderTransferOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import PanoramaMapSettingOutlinedSvg from '@sensoro-design/icons-svg/es/asn/PanoramaMapSettingOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var PanoramaMapSettingOutlined = function PanoramaMapSettingOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: PanoramaMapSettingOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(PanoramaMapSettingOutlined);
|
|
13
|
+
RefIcon.displayName = 'PanoramaMapSettingOutlined';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import VideoTimeOutlinedSvg from '@sensoro-design/icons-svg/es/asn/VideoTimeOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var VideoTimeOutlined = function VideoTimeOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: VideoTimeOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(VideoTimeOutlined);
|
|
13
|
+
RefIcon.displayName = 'VideoTimeOutlined';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import WorkOrderReminderOutlinedSvg from '@sensoro-design/icons-svg/es/asn/WorkOrderReminderOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var WorkOrderReminderOutlined = function WorkOrderReminderOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: WorkOrderReminderOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(WorkOrderReminderOutlined);
|
|
13
|
+
RefIcon.displayName = 'WorkOrderReminderOutlined';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import WorkOrderSuspendedOutlinedSvg from '@sensoro-design/icons-svg/es/asn/WorkOrderSuspendedOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var WorkOrderSuspendedOutlined = function WorkOrderSuspendedOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: WorkOrderSuspendedOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(WorkOrderSuspendedOutlined);
|
|
13
|
+
RefIcon.displayName = 'WorkOrderSuspendedOutlined';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import WorkOrderTransferOutlinedSvg from '@sensoro-design/icons-svg/es/asn/WorkOrderTransferOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var WorkOrderTransferOutlined = function WorkOrderTransferOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: WorkOrderTransferOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(WorkOrderTransferOutlined);
|
|
13
|
+
RefIcon.displayName = 'WorkOrderTransferOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -654,6 +654,7 @@ export { default as OverviewFilled } from './OverviewFilled';
|
|
|
654
654
|
export { default as OverviewOutlined } from './OverviewOutlined';
|
|
655
655
|
export { default as PaintTrayOutlined } from './PaintTrayOutlined';
|
|
656
656
|
export { default as PanoramaMapOutlined } from './PanoramaMapOutlined';
|
|
657
|
+
export { default as PanoramaMapSettingOutlined } from './PanoramaMapSettingOutlined';
|
|
657
658
|
export { default as PanoramaTourFilled } from './PanoramaTourFilled';
|
|
658
659
|
export { default as PanoramaTourOutlined } from './PanoramaTourOutlined';
|
|
659
660
|
export { default as PaperClipOutlined } from './PaperClipOutlined';
|
|
@@ -981,6 +982,7 @@ export { default as VideoFailFilled } from './VideoFailFilled';
|
|
|
981
982
|
export { default as VideoFilled } from './VideoFilled';
|
|
982
983
|
export { default as VideoMonitorPurely } from './VideoMonitorPurely';
|
|
983
984
|
export { default as VideoOutlined } from './VideoOutlined';
|
|
985
|
+
export { default as VideoTimeOutlined } from './VideoTimeOutlined';
|
|
984
986
|
export { default as ViewOutlined } from './ViewOutlined';
|
|
985
987
|
export { default as VillageOutlined } from './VillageOutlined';
|
|
986
988
|
export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
|
|
@@ -1011,7 +1013,10 @@ export { default as WomanOutlined } from './WomanOutlined';
|
|
|
1011
1013
|
export { default as WoodlandOutlined } from './WoodlandOutlined';
|
|
1012
1014
|
export { default as WordOrderOutlined } from './WordOrderOutlined';
|
|
1013
1015
|
export { default as WorkOrderCheckOutlined } from './WorkOrderCheckOutlined';
|
|
1016
|
+
export { default as WorkOrderReminderOutlined } from './WorkOrderReminderOutlined';
|
|
1017
|
+
export { default as WorkOrderSuspendedOutlined } from './WorkOrderSuspendedOutlined';
|
|
1014
1018
|
export { default as WorkOrderTimeOutlined } from './WorkOrderTimeOutlined';
|
|
1019
|
+
export { default as WorkOrderTransferOutlined } from './WorkOrderTransferOutlined';
|
|
1015
1020
|
export { default as YuntaiOutlined } from './YuntaiOutlined';
|
|
1016
1021
|
export { default as ZooFilled } from './ZooFilled';
|
|
1017
1022
|
export { default as ZooOutlined } from './ZooOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -655,6 +655,7 @@ export { default as OverviewFilled } from "./OverviewFilled";
|
|
|
655
655
|
export { default as OverviewOutlined } from "./OverviewOutlined";
|
|
656
656
|
export { default as PaintTrayOutlined } from "./PaintTrayOutlined";
|
|
657
657
|
export { default as PanoramaMapOutlined } from "./PanoramaMapOutlined";
|
|
658
|
+
export { default as PanoramaMapSettingOutlined } from "./PanoramaMapSettingOutlined";
|
|
658
659
|
export { default as PanoramaTourFilled } from "./PanoramaTourFilled";
|
|
659
660
|
export { default as PanoramaTourOutlined } from "./PanoramaTourOutlined";
|
|
660
661
|
export { default as PaperClipOutlined } from "./PaperClipOutlined";
|
|
@@ -982,6 +983,7 @@ export { default as VideoFailFilled } from "./VideoFailFilled";
|
|
|
982
983
|
export { default as VideoFilled } from "./VideoFilled";
|
|
983
984
|
export { default as VideoMonitorPurely } from "./VideoMonitorPurely";
|
|
984
985
|
export { default as VideoOutlined } from "./VideoOutlined";
|
|
986
|
+
export { default as VideoTimeOutlined } from "./VideoTimeOutlined";
|
|
985
987
|
export { default as ViewOutlined } from "./ViewOutlined";
|
|
986
988
|
export { default as VillageOutlined } from "./VillageOutlined";
|
|
987
989
|
export { default as VirtualCameraOutlined } from "./VirtualCameraOutlined";
|
|
@@ -1012,7 +1014,10 @@ export { default as WomanOutlined } from "./WomanOutlined";
|
|
|
1012
1014
|
export { default as WoodlandOutlined } from "./WoodlandOutlined";
|
|
1013
1015
|
export { default as WordOrderOutlined } from "./WordOrderOutlined";
|
|
1014
1016
|
export { default as WorkOrderCheckOutlined } from "./WorkOrderCheckOutlined";
|
|
1017
|
+
export { default as WorkOrderReminderOutlined } from "./WorkOrderReminderOutlined";
|
|
1018
|
+
export { default as WorkOrderSuspendedOutlined } from "./WorkOrderSuspendedOutlined";
|
|
1015
1019
|
export { default as WorkOrderTimeOutlined } from "./WorkOrderTimeOutlined";
|
|
1020
|
+
export { default as WorkOrderTransferOutlined } from "./WorkOrderTransferOutlined";
|
|
1016
1021
|
export { default as YuntaiOutlined } from "./YuntaiOutlined";
|
|
1017
1022
|
export { default as ZooFilled } from "./ZooFilled";
|
|
1018
1023
|
export { default as ZooOutlined } from "./ZooOutlined";
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/PanoramaMapSettingOutlined.tsx
|
|
30
|
+
var PanoramaMapSettingOutlined_exports = {};
|
|
31
|
+
__export(PanoramaMapSettingOutlined_exports, {
|
|
32
|
+
default: () => PanoramaMapSettingOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(PanoramaMapSettingOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_PanoramaMapSettingOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/PanoramaMapSettingOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var PanoramaMapSettingOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_PanoramaMapSettingOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(PanoramaMapSettingOutlined);
|
|
40
|
+
RefIcon.displayName = "PanoramaMapSettingOutlined";
|
|
41
|
+
var PanoramaMapSettingOutlined_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/VideoTimeOutlined.tsx
|
|
30
|
+
var VideoTimeOutlined_exports = {};
|
|
31
|
+
__export(VideoTimeOutlined_exports, {
|
|
32
|
+
default: () => VideoTimeOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(VideoTimeOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_VideoTimeOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/VideoTimeOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var VideoTimeOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_VideoTimeOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(VideoTimeOutlined);
|
|
40
|
+
RefIcon.displayName = "VideoTimeOutlined";
|
|
41
|
+
var VideoTimeOutlined_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/WorkOrderReminderOutlined.tsx
|
|
30
|
+
var WorkOrderReminderOutlined_exports = {};
|
|
31
|
+
__export(WorkOrderReminderOutlined_exports, {
|
|
32
|
+
default: () => WorkOrderReminderOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(WorkOrderReminderOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_WorkOrderReminderOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/WorkOrderReminderOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var WorkOrderReminderOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_WorkOrderReminderOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(WorkOrderReminderOutlined);
|
|
40
|
+
RefIcon.displayName = "WorkOrderReminderOutlined";
|
|
41
|
+
var WorkOrderReminderOutlined_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/WorkOrderSuspendedOutlined.tsx
|
|
30
|
+
var WorkOrderSuspendedOutlined_exports = {};
|
|
31
|
+
__export(WorkOrderSuspendedOutlined_exports, {
|
|
32
|
+
default: () => WorkOrderSuspendedOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(WorkOrderSuspendedOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_WorkOrderSuspendedOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/WorkOrderSuspendedOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var WorkOrderSuspendedOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_WorkOrderSuspendedOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(WorkOrderSuspendedOutlined);
|
|
40
|
+
RefIcon.displayName = "WorkOrderSuspendedOutlined";
|
|
41
|
+
var WorkOrderSuspendedOutlined_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/WorkOrderTransferOutlined.tsx
|
|
30
|
+
var WorkOrderTransferOutlined_exports = {};
|
|
31
|
+
__export(WorkOrderTransferOutlined_exports, {
|
|
32
|
+
default: () => WorkOrderTransferOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(WorkOrderTransferOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_WorkOrderTransferOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/WorkOrderTransferOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var WorkOrderTransferOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_WorkOrderTransferOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(WorkOrderTransferOutlined);
|
|
40
|
+
RefIcon.displayName = "WorkOrderTransferOutlined";
|
|
41
|
+
var WorkOrderTransferOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -654,6 +654,7 @@ export { default as OverviewFilled } from './OverviewFilled';
|
|
|
654
654
|
export { default as OverviewOutlined } from './OverviewOutlined';
|
|
655
655
|
export { default as PaintTrayOutlined } from './PaintTrayOutlined';
|
|
656
656
|
export { default as PanoramaMapOutlined } from './PanoramaMapOutlined';
|
|
657
|
+
export { default as PanoramaMapSettingOutlined } from './PanoramaMapSettingOutlined';
|
|
657
658
|
export { default as PanoramaTourFilled } from './PanoramaTourFilled';
|
|
658
659
|
export { default as PanoramaTourOutlined } from './PanoramaTourOutlined';
|
|
659
660
|
export { default as PaperClipOutlined } from './PaperClipOutlined';
|
|
@@ -981,6 +982,7 @@ export { default as VideoFailFilled } from './VideoFailFilled';
|
|
|
981
982
|
export { default as VideoFilled } from './VideoFilled';
|
|
982
983
|
export { default as VideoMonitorPurely } from './VideoMonitorPurely';
|
|
983
984
|
export { default as VideoOutlined } from './VideoOutlined';
|
|
985
|
+
export { default as VideoTimeOutlined } from './VideoTimeOutlined';
|
|
984
986
|
export { default as ViewOutlined } from './ViewOutlined';
|
|
985
987
|
export { default as VillageOutlined } from './VillageOutlined';
|
|
986
988
|
export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
|
|
@@ -1011,7 +1013,10 @@ export { default as WomanOutlined } from './WomanOutlined';
|
|
|
1011
1013
|
export { default as WoodlandOutlined } from './WoodlandOutlined';
|
|
1012
1014
|
export { default as WordOrderOutlined } from './WordOrderOutlined';
|
|
1013
1015
|
export { default as WorkOrderCheckOutlined } from './WorkOrderCheckOutlined';
|
|
1016
|
+
export { default as WorkOrderReminderOutlined } from './WorkOrderReminderOutlined';
|
|
1017
|
+
export { default as WorkOrderSuspendedOutlined } from './WorkOrderSuspendedOutlined';
|
|
1014
1018
|
export { default as WorkOrderTimeOutlined } from './WorkOrderTimeOutlined';
|
|
1019
|
+
export { default as WorkOrderTransferOutlined } from './WorkOrderTransferOutlined';
|
|
1015
1020
|
export { default as YuntaiOutlined } from './YuntaiOutlined';
|
|
1016
1021
|
export { default as ZooFilled } from './ZooFilled';
|
|
1017
1022
|
export { default as ZooOutlined } from './ZooOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -685,6 +685,7 @@ __export(icons_exports, {
|
|
|
685
685
|
OverviewOutlined: () => import_OverviewOutlined.default,
|
|
686
686
|
PaintTrayOutlined: () => import_PaintTrayOutlined.default,
|
|
687
687
|
PanoramaMapOutlined: () => import_PanoramaMapOutlined.default,
|
|
688
|
+
PanoramaMapSettingOutlined: () => import_PanoramaMapSettingOutlined.default,
|
|
688
689
|
PanoramaTourFilled: () => import_PanoramaTourFilled.default,
|
|
689
690
|
PanoramaTourOutlined: () => import_PanoramaTourOutlined.default,
|
|
690
691
|
PaperClipOutlined: () => import_PaperClipOutlined.default,
|
|
@@ -1012,6 +1013,7 @@ __export(icons_exports, {
|
|
|
1012
1013
|
VideoFilled: () => import_VideoFilled.default,
|
|
1013
1014
|
VideoMonitorPurely: () => import_VideoMonitorPurely.default,
|
|
1014
1015
|
VideoOutlined: () => import_VideoOutlined.default,
|
|
1016
|
+
VideoTimeOutlined: () => import_VideoTimeOutlined.default,
|
|
1015
1017
|
ViewOutlined: () => import_ViewOutlined.default,
|
|
1016
1018
|
VillageOutlined: () => import_VillageOutlined.default,
|
|
1017
1019
|
VirtualCameraOutlined: () => import_VirtualCameraOutlined.default,
|
|
@@ -1042,7 +1044,10 @@ __export(icons_exports, {
|
|
|
1042
1044
|
WoodlandOutlined: () => import_WoodlandOutlined.default,
|
|
1043
1045
|
WordOrderOutlined: () => import_WordOrderOutlined.default,
|
|
1044
1046
|
WorkOrderCheckOutlined: () => import_WorkOrderCheckOutlined.default,
|
|
1047
|
+
WorkOrderReminderOutlined: () => import_WorkOrderReminderOutlined.default,
|
|
1048
|
+
WorkOrderSuspendedOutlined: () => import_WorkOrderSuspendedOutlined.default,
|
|
1045
1049
|
WorkOrderTimeOutlined: () => import_WorkOrderTimeOutlined.default,
|
|
1050
|
+
WorkOrderTransferOutlined: () => import_WorkOrderTransferOutlined.default,
|
|
1046
1051
|
YuntaiOutlined: () => import_YuntaiOutlined.default,
|
|
1047
1052
|
ZooFilled: () => import_ZooFilled.default,
|
|
1048
1053
|
ZooOutlined: () => import_ZooOutlined.default,
|
|
@@ -1708,6 +1713,7 @@ var import_OverviewFilled = __toESM(require("./OverviewFilled"));
|
|
|
1708
1713
|
var import_OverviewOutlined = __toESM(require("./OverviewOutlined"));
|
|
1709
1714
|
var import_PaintTrayOutlined = __toESM(require("./PaintTrayOutlined"));
|
|
1710
1715
|
var import_PanoramaMapOutlined = __toESM(require("./PanoramaMapOutlined"));
|
|
1716
|
+
var import_PanoramaMapSettingOutlined = __toESM(require("./PanoramaMapSettingOutlined"));
|
|
1711
1717
|
var import_PanoramaTourFilled = __toESM(require("./PanoramaTourFilled"));
|
|
1712
1718
|
var import_PanoramaTourOutlined = __toESM(require("./PanoramaTourOutlined"));
|
|
1713
1719
|
var import_PaperClipOutlined = __toESM(require("./PaperClipOutlined"));
|
|
@@ -2035,6 +2041,7 @@ var import_VideoFailFilled = __toESM(require("./VideoFailFilled"));
|
|
|
2035
2041
|
var import_VideoFilled = __toESM(require("./VideoFilled"));
|
|
2036
2042
|
var import_VideoMonitorPurely = __toESM(require("./VideoMonitorPurely"));
|
|
2037
2043
|
var import_VideoOutlined = __toESM(require("./VideoOutlined"));
|
|
2044
|
+
var import_VideoTimeOutlined = __toESM(require("./VideoTimeOutlined"));
|
|
2038
2045
|
var import_ViewOutlined = __toESM(require("./ViewOutlined"));
|
|
2039
2046
|
var import_VillageOutlined = __toESM(require("./VillageOutlined"));
|
|
2040
2047
|
var import_VirtualCameraOutlined = __toESM(require("./VirtualCameraOutlined"));
|
|
@@ -2065,7 +2072,10 @@ var import_WomanOutlined = __toESM(require("./WomanOutlined"));
|
|
|
2065
2072
|
var import_WoodlandOutlined = __toESM(require("./WoodlandOutlined"));
|
|
2066
2073
|
var import_WordOrderOutlined = __toESM(require("./WordOrderOutlined"));
|
|
2067
2074
|
var import_WorkOrderCheckOutlined = __toESM(require("./WorkOrderCheckOutlined"));
|
|
2075
|
+
var import_WorkOrderReminderOutlined = __toESM(require("./WorkOrderReminderOutlined"));
|
|
2076
|
+
var import_WorkOrderSuspendedOutlined = __toESM(require("./WorkOrderSuspendedOutlined"));
|
|
2068
2077
|
var import_WorkOrderTimeOutlined = __toESM(require("./WorkOrderTimeOutlined"));
|
|
2078
|
+
var import_WorkOrderTransferOutlined = __toESM(require("./WorkOrderTransferOutlined"));
|
|
2069
2079
|
var import_YuntaiOutlined = __toESM(require("./YuntaiOutlined"));
|
|
2070
2080
|
var import_ZooFilled = __toESM(require("./ZooFilled"));
|
|
2071
2081
|
var import_ZooOutlined = __toESM(require("./ZooOutlined"));
|
|
@@ -2731,6 +2741,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2731
2741
|
OverviewOutlined,
|
|
2732
2742
|
PaintTrayOutlined,
|
|
2733
2743
|
PanoramaMapOutlined,
|
|
2744
|
+
PanoramaMapSettingOutlined,
|
|
2734
2745
|
PanoramaTourFilled,
|
|
2735
2746
|
PanoramaTourOutlined,
|
|
2736
2747
|
PaperClipOutlined,
|
|
@@ -3058,6 +3069,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3058
3069
|
VideoFilled,
|
|
3059
3070
|
VideoMonitorPurely,
|
|
3060
3071
|
VideoOutlined,
|
|
3072
|
+
VideoTimeOutlined,
|
|
3061
3073
|
ViewOutlined,
|
|
3062
3074
|
VillageOutlined,
|
|
3063
3075
|
VirtualCameraOutlined,
|
|
@@ -3088,7 +3100,10 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3088
3100
|
WoodlandOutlined,
|
|
3089
3101
|
WordOrderOutlined,
|
|
3090
3102
|
WorkOrderCheckOutlined,
|
|
3103
|
+
WorkOrderReminderOutlined,
|
|
3104
|
+
WorkOrderSuspendedOutlined,
|
|
3091
3105
|
WorkOrderTimeOutlined,
|
|
3106
|
+
WorkOrderTransferOutlined,
|
|
3092
3107
|
YuntaiOutlined,
|
|
3093
3108
|
ZooFilled,
|
|
3094
3109
|
ZooOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.1",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@babel/runtime": "^7.11.2",
|
|
28
28
|
"@pansy/classnames": "^1.0.1",
|
|
29
29
|
"rc-util": "^5.19.3",
|
|
30
|
-
"@sensoro-design/icons-svg": "2.
|
|
30
|
+
"@sensoro-design/icons-svg": "2.70.1"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|