@sensoro-design/icons 2.78.0 → 2.79.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/BarcodeOutlined.d.ts +2 -0
- package/BarcodeOutlined.js +16 -0
- package/CHANGELOG.md +11 -0
- package/FullFrameAnalysisOutlined.d.ts +2 -0
- package/FullFrameAnalysisOutlined.js +16 -0
- package/ImageSearchOutlined.d.ts +2 -0
- package/ImageSearchOutlined.js +16 -0
- package/RelevanceOutlined.d.ts +2 -0
- package/RelevanceOutlined.js +16 -0
- package/es/icons/BarcodeOutlined.d.ts +4 -0
- package/es/icons/BarcodeOutlined.js +14 -0
- package/es/icons/FullFrameAnalysisOutlined.d.ts +4 -0
- package/es/icons/FullFrameAnalysisOutlined.js +14 -0
- package/es/icons/ImageSearchOutlined.d.ts +4 -0
- package/es/icons/ImageSearchOutlined.js +14 -0
- package/es/icons/RelevanceOutlined.d.ts +4 -0
- package/es/icons/RelevanceOutlined.js +14 -0
- package/es/icons/index.d.ts +4 -0
- package/es/icons/index.js +4 -0
- package/lib/icons/BarcodeOutlined.d.ts +4 -0
- package/lib/icons/BarcodeOutlined.js +41 -0
- package/lib/icons/FullFrameAnalysisOutlined.d.ts +4 -0
- package/lib/icons/FullFrameAnalysisOutlined.js +41 -0
- package/lib/icons/ImageSearchOutlined.d.ts +4 -0
- package/lib/icons/ImageSearchOutlined.js +41 -0
- package/lib/icons/RelevanceOutlined.d.ts +4 -0
- package/lib/icons/RelevanceOutlined.js +41 -0
- package/lib/icons/index.d.ts +4 -0
- package/lib/icons/index.js +12 -0
- package/package.json +2 -2
|
@@ -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 _BarcodeOutlined = _interopRequireDefault(require('./es/icons/BarcodeOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _BarcodeOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
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
|
+
# [2.79.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.78.0...v2.79.0) (2025-02-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* 添加多个图标 ([61949b1](https://github.com/sensoro-design/sensoro-design-icons/commit/61949b1162b56b57e3b026db10e615b2798b9512))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.78.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.77.0...v2.78.0) (2025-02-25)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -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 _FullFrameAnalysisOutlined = _interopRequireDefault(require('./es/icons/FullFrameAnalysisOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _FullFrameAnalysisOutlined;
|
|
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 _ImageSearchOutlined = _interopRequireDefault(require('./es/icons/ImageSearchOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _ImageSearchOutlined;
|
|
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 _RelevanceOutlined = _interopRequireDefault(require('./es/icons/RelevanceOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _RelevanceOutlined;
|
|
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 BarcodeOutlinedSvg from '@sensoro-design/icons-svg/es/asn/BarcodeOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var BarcodeOutlined = function BarcodeOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: BarcodeOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(BarcodeOutlined);
|
|
13
|
+
RefIcon.displayName = 'BarcodeOutlined';
|
|
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 FullFrameAnalysisOutlinedSvg from '@sensoro-design/icons-svg/es/asn/FullFrameAnalysisOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var FullFrameAnalysisOutlined = function FullFrameAnalysisOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: FullFrameAnalysisOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(FullFrameAnalysisOutlined);
|
|
13
|
+
RefIcon.displayName = 'FullFrameAnalysisOutlined';
|
|
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 ImageSearchOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ImageSearchOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ImageSearchOutlined = function ImageSearchOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ImageSearchOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ImageSearchOutlined);
|
|
13
|
+
RefIcon.displayName = 'ImageSearchOutlined';
|
|
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 RelevanceOutlinedSvg from '@sensoro-design/icons-svg/es/asn/RelevanceOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var RelevanceOutlined = function RelevanceOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: RelevanceOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(RelevanceOutlined);
|
|
13
|
+
RefIcon.displayName = 'RelevanceOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './AuxiliaryPoliceOffice
|
|
|
80
80
|
export { default as AvatarPurely } from './AvatarPurely';
|
|
81
81
|
export { default as BackwardOutlined } from './BackwardOutlined';
|
|
82
82
|
export { default as BannerOutlined } from './BannerOutlined';
|
|
83
|
+
export { default as BarcodeOutlined } from './BarcodeOutlined';
|
|
83
84
|
export { default as BaseStationOutlined } from './BaseStationOutlined';
|
|
84
85
|
export { default as BatchOutlined } from './BatchOutlined';
|
|
85
86
|
export { default as BatteryGroupFilled } from './BatteryGroupFilled';
|
|
@@ -383,6 +384,7 @@ export { default as ForwardOutlined } from './ForwardOutlined';
|
|
|
383
384
|
export { default as FrostOutlined } from './FrostOutlined';
|
|
384
385
|
export { default as FrownFilled } from './FrownFilled';
|
|
385
386
|
export { default as FrownOutlined } from './FrownOutlined';
|
|
387
|
+
export { default as FullFrameAnalysisOutlined } from './FullFrameAnalysisOutlined';
|
|
386
388
|
export { default as FullTargetCameraOutlined } from './FullTargetCameraOutlined';
|
|
387
389
|
export { default as FullTargetOutlined } from './FullTargetOutlined';
|
|
388
390
|
export { default as FullscreenExitOutlined } from './FullscreenExitOutlined';
|
|
@@ -481,6 +483,7 @@ export { default as ImageOptimizationFilled } from './ImageOptimizationFilled';
|
|
|
481
483
|
export { default as ImageOptimizationOutlined } from './ImageOptimizationOutlined';
|
|
482
484
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
483
485
|
export { default as ImagePurely } from './ImagePurely';
|
|
486
|
+
export { default as ImageSearchOutlined } from './ImageSearchOutlined';
|
|
484
487
|
export { default as InclinationOutlined } from './InclinationOutlined';
|
|
485
488
|
export { default as IncomingCallOutlined } from './IncomingCallOutlined';
|
|
486
489
|
export { default as IndoorTrackOutlined } from './IndoorTrackOutlined';
|
|
@@ -752,6 +755,7 @@ export { default as RecreationOutlined } from './RecreationOutlined';
|
|
|
752
755
|
export { default as RedoOutlined } from './RedoOutlined';
|
|
753
756
|
export { default as RefillStationFilled } from './RefillStationFilled';
|
|
754
757
|
export { default as RefillStationOutlined } from './RefillStationOutlined';
|
|
758
|
+
export { default as RelevanceOutlined } from './RelevanceOutlined';
|
|
755
759
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
756
760
|
export { default as RemoteFireMonitoringFilled } from './RemoteFireMonitoringFilled';
|
|
757
761
|
export { default as RemoteFireMonitoringOutlined } from './RemoteFireMonitoringOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -81,6 +81,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from "./AuxiliaryPoliceOffice
|
|
|
81
81
|
export { default as AvatarPurely } from "./AvatarPurely";
|
|
82
82
|
export { default as BackwardOutlined } from "./BackwardOutlined";
|
|
83
83
|
export { default as BannerOutlined } from "./BannerOutlined";
|
|
84
|
+
export { default as BarcodeOutlined } from "./BarcodeOutlined";
|
|
84
85
|
export { default as BaseStationOutlined } from "./BaseStationOutlined";
|
|
85
86
|
export { default as BatchOutlined } from "./BatchOutlined";
|
|
86
87
|
export { default as BatteryGroupFilled } from "./BatteryGroupFilled";
|
|
@@ -384,6 +385,7 @@ export { default as ForwardOutlined } from "./ForwardOutlined";
|
|
|
384
385
|
export { default as FrostOutlined } from "./FrostOutlined";
|
|
385
386
|
export { default as FrownFilled } from "./FrownFilled";
|
|
386
387
|
export { default as FrownOutlined } from "./FrownOutlined";
|
|
388
|
+
export { default as FullFrameAnalysisOutlined } from "./FullFrameAnalysisOutlined";
|
|
387
389
|
export { default as FullTargetCameraOutlined } from "./FullTargetCameraOutlined";
|
|
388
390
|
export { default as FullTargetOutlined } from "./FullTargetOutlined";
|
|
389
391
|
export { default as FullscreenExitOutlined } from "./FullscreenExitOutlined";
|
|
@@ -482,6 +484,7 @@ export { default as ImageOptimizationFilled } from "./ImageOptimizationFilled";
|
|
|
482
484
|
export { default as ImageOptimizationOutlined } from "./ImageOptimizationOutlined";
|
|
483
485
|
export { default as ImageOutlined } from "./ImageOutlined";
|
|
484
486
|
export { default as ImagePurely } from "./ImagePurely";
|
|
487
|
+
export { default as ImageSearchOutlined } from "./ImageSearchOutlined";
|
|
485
488
|
export { default as InclinationOutlined } from "./InclinationOutlined";
|
|
486
489
|
export { default as IncomingCallOutlined } from "./IncomingCallOutlined";
|
|
487
490
|
export { default as IndoorTrackOutlined } from "./IndoorTrackOutlined";
|
|
@@ -753,6 +756,7 @@ export { default as RecreationOutlined } from "./RecreationOutlined";
|
|
|
753
756
|
export { default as RedoOutlined } from "./RedoOutlined";
|
|
754
757
|
export { default as RefillStationFilled } from "./RefillStationFilled";
|
|
755
758
|
export { default as RefillStationOutlined } from "./RefillStationOutlined";
|
|
759
|
+
export { default as RelevanceOutlined } from "./RelevanceOutlined";
|
|
756
760
|
export { default as ReloadOutlined } from "./ReloadOutlined";
|
|
757
761
|
export { default as RemoteFireMonitoringFilled } from "./RemoteFireMonitoringFilled";
|
|
758
762
|
export { default as RemoteFireMonitoringOutlined } from "./RemoteFireMonitoringOutlined";
|
|
@@ -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/BarcodeOutlined.tsx
|
|
30
|
+
var BarcodeOutlined_exports = {};
|
|
31
|
+
__export(BarcodeOutlined_exports, {
|
|
32
|
+
default: () => BarcodeOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(BarcodeOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_BarcodeOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/BarcodeOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var BarcodeOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_BarcodeOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(BarcodeOutlined);
|
|
40
|
+
RefIcon.displayName = "BarcodeOutlined";
|
|
41
|
+
var BarcodeOutlined_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/FullFrameAnalysisOutlined.tsx
|
|
30
|
+
var FullFrameAnalysisOutlined_exports = {};
|
|
31
|
+
__export(FullFrameAnalysisOutlined_exports, {
|
|
32
|
+
default: () => FullFrameAnalysisOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(FullFrameAnalysisOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_FullFrameAnalysisOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/FullFrameAnalysisOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var FullFrameAnalysisOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_FullFrameAnalysisOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(FullFrameAnalysisOutlined);
|
|
40
|
+
RefIcon.displayName = "FullFrameAnalysisOutlined";
|
|
41
|
+
var FullFrameAnalysisOutlined_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/ImageSearchOutlined.tsx
|
|
30
|
+
var ImageSearchOutlined_exports = {};
|
|
31
|
+
__export(ImageSearchOutlined_exports, {
|
|
32
|
+
default: () => ImageSearchOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ImageSearchOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ImageSearchOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ImageSearchOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ImageSearchOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ImageSearchOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ImageSearchOutlined);
|
|
40
|
+
RefIcon.displayName = "ImageSearchOutlined";
|
|
41
|
+
var ImageSearchOutlined_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/RelevanceOutlined.tsx
|
|
30
|
+
var RelevanceOutlined_exports = {};
|
|
31
|
+
__export(RelevanceOutlined_exports, {
|
|
32
|
+
default: () => RelevanceOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(RelevanceOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_RelevanceOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/RelevanceOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var RelevanceOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_RelevanceOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(RelevanceOutlined);
|
|
40
|
+
RefIcon.displayName = "RelevanceOutlined";
|
|
41
|
+
var RelevanceOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './AuxiliaryPoliceOffice
|
|
|
80
80
|
export { default as AvatarPurely } from './AvatarPurely';
|
|
81
81
|
export { default as BackwardOutlined } from './BackwardOutlined';
|
|
82
82
|
export { default as BannerOutlined } from './BannerOutlined';
|
|
83
|
+
export { default as BarcodeOutlined } from './BarcodeOutlined';
|
|
83
84
|
export { default as BaseStationOutlined } from './BaseStationOutlined';
|
|
84
85
|
export { default as BatchOutlined } from './BatchOutlined';
|
|
85
86
|
export { default as BatteryGroupFilled } from './BatteryGroupFilled';
|
|
@@ -383,6 +384,7 @@ export { default as ForwardOutlined } from './ForwardOutlined';
|
|
|
383
384
|
export { default as FrostOutlined } from './FrostOutlined';
|
|
384
385
|
export { default as FrownFilled } from './FrownFilled';
|
|
385
386
|
export { default as FrownOutlined } from './FrownOutlined';
|
|
387
|
+
export { default as FullFrameAnalysisOutlined } from './FullFrameAnalysisOutlined';
|
|
386
388
|
export { default as FullTargetCameraOutlined } from './FullTargetCameraOutlined';
|
|
387
389
|
export { default as FullTargetOutlined } from './FullTargetOutlined';
|
|
388
390
|
export { default as FullscreenExitOutlined } from './FullscreenExitOutlined';
|
|
@@ -481,6 +483,7 @@ export { default as ImageOptimizationFilled } from './ImageOptimizationFilled';
|
|
|
481
483
|
export { default as ImageOptimizationOutlined } from './ImageOptimizationOutlined';
|
|
482
484
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
483
485
|
export { default as ImagePurely } from './ImagePurely';
|
|
486
|
+
export { default as ImageSearchOutlined } from './ImageSearchOutlined';
|
|
484
487
|
export { default as InclinationOutlined } from './InclinationOutlined';
|
|
485
488
|
export { default as IncomingCallOutlined } from './IncomingCallOutlined';
|
|
486
489
|
export { default as IndoorTrackOutlined } from './IndoorTrackOutlined';
|
|
@@ -752,6 +755,7 @@ export { default as RecreationOutlined } from './RecreationOutlined';
|
|
|
752
755
|
export { default as RedoOutlined } from './RedoOutlined';
|
|
753
756
|
export { default as RefillStationFilled } from './RefillStationFilled';
|
|
754
757
|
export { default as RefillStationOutlined } from './RefillStationOutlined';
|
|
758
|
+
export { default as RelevanceOutlined } from './RelevanceOutlined';
|
|
755
759
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
756
760
|
export { default as RemoteFireMonitoringFilled } from './RemoteFireMonitoringFilled';
|
|
757
761
|
export { default as RemoteFireMonitoringOutlined } from './RemoteFireMonitoringOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -111,6 +111,7 @@ __export(icons_exports, {
|
|
|
111
111
|
AvatarPurely: () => import_AvatarPurely.default,
|
|
112
112
|
BackwardOutlined: () => import_BackwardOutlined.default,
|
|
113
113
|
BannerOutlined: () => import_BannerOutlined.default,
|
|
114
|
+
BarcodeOutlined: () => import_BarcodeOutlined.default,
|
|
114
115
|
BaseStationOutlined: () => import_BaseStationOutlined.default,
|
|
115
116
|
BatchOutlined: () => import_BatchOutlined.default,
|
|
116
117
|
BatteryGroupFilled: () => import_BatteryGroupFilled.default,
|
|
@@ -414,6 +415,7 @@ __export(icons_exports, {
|
|
|
414
415
|
FrostOutlined: () => import_FrostOutlined.default,
|
|
415
416
|
FrownFilled: () => import_FrownFilled.default,
|
|
416
417
|
FrownOutlined: () => import_FrownOutlined.default,
|
|
418
|
+
FullFrameAnalysisOutlined: () => import_FullFrameAnalysisOutlined.default,
|
|
417
419
|
FullTargetCameraOutlined: () => import_FullTargetCameraOutlined.default,
|
|
418
420
|
FullTargetOutlined: () => import_FullTargetOutlined.default,
|
|
419
421
|
FullscreenExitOutlined: () => import_FullscreenExitOutlined.default,
|
|
@@ -512,6 +514,7 @@ __export(icons_exports, {
|
|
|
512
514
|
ImageOptimizationOutlined: () => import_ImageOptimizationOutlined.default,
|
|
513
515
|
ImageOutlined: () => import_ImageOutlined.default,
|
|
514
516
|
ImagePurely: () => import_ImagePurely.default,
|
|
517
|
+
ImageSearchOutlined: () => import_ImageSearchOutlined.default,
|
|
515
518
|
InclinationOutlined: () => import_InclinationOutlined.default,
|
|
516
519
|
IncomingCallOutlined: () => import_IncomingCallOutlined.default,
|
|
517
520
|
IndoorTrackOutlined: () => import_IndoorTrackOutlined.default,
|
|
@@ -783,6 +786,7 @@ __export(icons_exports, {
|
|
|
783
786
|
RedoOutlined: () => import_RedoOutlined.default,
|
|
784
787
|
RefillStationFilled: () => import_RefillStationFilled.default,
|
|
785
788
|
RefillStationOutlined: () => import_RefillStationOutlined.default,
|
|
789
|
+
RelevanceOutlined: () => import_RelevanceOutlined.default,
|
|
786
790
|
ReloadOutlined: () => import_ReloadOutlined.default,
|
|
787
791
|
RemoteFireMonitoringFilled: () => import_RemoteFireMonitoringFilled.default,
|
|
788
792
|
RemoteFireMonitoringOutlined: () => import_RemoteFireMonitoringOutlined.default,
|
|
@@ -1166,6 +1170,7 @@ var import_AuxiliaryPoliceOfficerFilled = __toESM(require("./AuxiliaryPoliceOffi
|
|
|
1166
1170
|
var import_AvatarPurely = __toESM(require("./AvatarPurely"));
|
|
1167
1171
|
var import_BackwardOutlined = __toESM(require("./BackwardOutlined"));
|
|
1168
1172
|
var import_BannerOutlined = __toESM(require("./BannerOutlined"));
|
|
1173
|
+
var import_BarcodeOutlined = __toESM(require("./BarcodeOutlined"));
|
|
1169
1174
|
var import_BaseStationOutlined = __toESM(require("./BaseStationOutlined"));
|
|
1170
1175
|
var import_BatchOutlined = __toESM(require("./BatchOutlined"));
|
|
1171
1176
|
var import_BatteryGroupFilled = __toESM(require("./BatteryGroupFilled"));
|
|
@@ -1469,6 +1474,7 @@ var import_ForwardOutlined = __toESM(require("./ForwardOutlined"));
|
|
|
1469
1474
|
var import_FrostOutlined = __toESM(require("./FrostOutlined"));
|
|
1470
1475
|
var import_FrownFilled = __toESM(require("./FrownFilled"));
|
|
1471
1476
|
var import_FrownOutlined = __toESM(require("./FrownOutlined"));
|
|
1477
|
+
var import_FullFrameAnalysisOutlined = __toESM(require("./FullFrameAnalysisOutlined"));
|
|
1472
1478
|
var import_FullTargetCameraOutlined = __toESM(require("./FullTargetCameraOutlined"));
|
|
1473
1479
|
var import_FullTargetOutlined = __toESM(require("./FullTargetOutlined"));
|
|
1474
1480
|
var import_FullscreenExitOutlined = __toESM(require("./FullscreenExitOutlined"));
|
|
@@ -1567,6 +1573,7 @@ var import_ImageOptimizationFilled = __toESM(require("./ImageOptimizationFilled"
|
|
|
1567
1573
|
var import_ImageOptimizationOutlined = __toESM(require("./ImageOptimizationOutlined"));
|
|
1568
1574
|
var import_ImageOutlined = __toESM(require("./ImageOutlined"));
|
|
1569
1575
|
var import_ImagePurely = __toESM(require("./ImagePurely"));
|
|
1576
|
+
var import_ImageSearchOutlined = __toESM(require("./ImageSearchOutlined"));
|
|
1570
1577
|
var import_InclinationOutlined = __toESM(require("./InclinationOutlined"));
|
|
1571
1578
|
var import_IncomingCallOutlined = __toESM(require("./IncomingCallOutlined"));
|
|
1572
1579
|
var import_IndoorTrackOutlined = __toESM(require("./IndoorTrackOutlined"));
|
|
@@ -1838,6 +1845,7 @@ var import_RecreationOutlined = __toESM(require("./RecreationOutlined"));
|
|
|
1838
1845
|
var import_RedoOutlined = __toESM(require("./RedoOutlined"));
|
|
1839
1846
|
var import_RefillStationFilled = __toESM(require("./RefillStationFilled"));
|
|
1840
1847
|
var import_RefillStationOutlined = __toESM(require("./RefillStationOutlined"));
|
|
1848
|
+
var import_RelevanceOutlined = __toESM(require("./RelevanceOutlined"));
|
|
1841
1849
|
var import_ReloadOutlined = __toESM(require("./ReloadOutlined"));
|
|
1842
1850
|
var import_RemoteFireMonitoringFilled = __toESM(require("./RemoteFireMonitoringFilled"));
|
|
1843
1851
|
var import_RemoteFireMonitoringOutlined = __toESM(require("./RemoteFireMonitoringOutlined"));
|
|
@@ -2221,6 +2229,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2221
2229
|
AvatarPurely,
|
|
2222
2230
|
BackwardOutlined,
|
|
2223
2231
|
BannerOutlined,
|
|
2232
|
+
BarcodeOutlined,
|
|
2224
2233
|
BaseStationOutlined,
|
|
2225
2234
|
BatchOutlined,
|
|
2226
2235
|
BatteryGroupFilled,
|
|
@@ -2524,6 +2533,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2524
2533
|
FrostOutlined,
|
|
2525
2534
|
FrownFilled,
|
|
2526
2535
|
FrownOutlined,
|
|
2536
|
+
FullFrameAnalysisOutlined,
|
|
2527
2537
|
FullTargetCameraOutlined,
|
|
2528
2538
|
FullTargetOutlined,
|
|
2529
2539
|
FullscreenExitOutlined,
|
|
@@ -2622,6 +2632,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2622
2632
|
ImageOptimizationOutlined,
|
|
2623
2633
|
ImageOutlined,
|
|
2624
2634
|
ImagePurely,
|
|
2635
|
+
ImageSearchOutlined,
|
|
2625
2636
|
InclinationOutlined,
|
|
2626
2637
|
IncomingCallOutlined,
|
|
2627
2638
|
IndoorTrackOutlined,
|
|
@@ -2893,6 +2904,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2893
2904
|
RedoOutlined,
|
|
2894
2905
|
RefillStationFilled,
|
|
2895
2906
|
RefillStationOutlined,
|
|
2907
|
+
RelevanceOutlined,
|
|
2896
2908
|
ReloadOutlined,
|
|
2897
2909
|
RemoteFireMonitoringFilled,
|
|
2898
2910
|
RemoteFireMonitoringOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.79.0",
|
|
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.79.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|