@sensoro-design/icons 2.77.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/AudibleAlarmHostFilled.d.ts +2 -0
- package/AudibleAlarmHostFilled.js +16 -0
- package/BarcodeOutlined.d.ts +2 -0
- package/BarcodeOutlined.js +16 -0
- package/CHANGELOG.md +22 -0
- package/CarForeignOutlined.d.ts +2 -0
- package/CarForeignOutlined.js +16 -0
- package/FullFrameAnalysisOutlined.d.ts +2 -0
- package/FullFrameAnalysisOutlined.js +16 -0
- package/GasMonitoringOutlined.d.ts +2 -0
- package/GasMonitoringOutlined.js +16 -0
- package/ImageSearchOutlined.d.ts +2 -0
- package/ImageSearchOutlined.js +16 -0
- package/PowerPerceptionOutlined.d.ts +2 -0
- package/PowerPerceptionOutlined.js +16 -0
- package/RelevanceOutlined.d.ts +2 -0
- package/RelevanceOutlined.js +16 -0
- package/UserForeignOutlined.d.ts +2 -0
- package/UserForeignOutlined.js +16 -0
- package/UserVipOutlined.d.ts +2 -0
- package/UserVipOutlined.js +16 -0
- package/es/icons/AudibleAlarmHostFilled.d.ts +4 -0
- package/es/icons/AudibleAlarmHostFilled.js +14 -0
- package/es/icons/BarcodeOutlined.d.ts +4 -0
- package/es/icons/BarcodeOutlined.js +14 -0
- package/es/icons/CarForeignOutlined.d.ts +4 -0
- package/es/icons/CarForeignOutlined.js +14 -0
- package/es/icons/FullFrameAnalysisOutlined.d.ts +4 -0
- package/es/icons/FullFrameAnalysisOutlined.js +14 -0
- package/es/icons/GasMonitoringOutlined.d.ts +4 -0
- package/es/icons/GasMonitoringOutlined.js +14 -0
- package/es/icons/ImageSearchOutlined.d.ts +4 -0
- package/es/icons/ImageSearchOutlined.js +14 -0
- package/es/icons/PowerPerceptionOutlined.d.ts +4 -0
- package/es/icons/PowerPerceptionOutlined.js +14 -0
- package/es/icons/RelevanceOutlined.d.ts +4 -0
- package/es/icons/RelevanceOutlined.js +14 -0
- package/es/icons/UserForeignOutlined.d.ts +4 -0
- package/es/icons/UserForeignOutlined.js +14 -0
- package/es/icons/UserVipOutlined.d.ts +4 -0
- package/es/icons/UserVipOutlined.js +14 -0
- package/es/icons/index.d.ts +10 -0
- package/es/icons/index.js +10 -0
- package/lib/icons/AudibleAlarmHostFilled.d.ts +4 -0
- package/lib/icons/AudibleAlarmHostFilled.js +41 -0
- package/lib/icons/BarcodeOutlined.d.ts +4 -0
- package/lib/icons/BarcodeOutlined.js +41 -0
- package/lib/icons/CarForeignOutlined.d.ts +4 -0
- package/lib/icons/CarForeignOutlined.js +41 -0
- package/lib/icons/FullFrameAnalysisOutlined.d.ts +4 -0
- package/lib/icons/FullFrameAnalysisOutlined.js +41 -0
- package/lib/icons/GasMonitoringOutlined.d.ts +4 -0
- package/lib/icons/GasMonitoringOutlined.js +41 -0
- package/lib/icons/ImageSearchOutlined.d.ts +4 -0
- package/lib/icons/ImageSearchOutlined.js +41 -0
- package/lib/icons/PowerPerceptionOutlined.d.ts +4 -0
- package/lib/icons/PowerPerceptionOutlined.js +41 -0
- package/lib/icons/RelevanceOutlined.d.ts +4 -0
- package/lib/icons/RelevanceOutlined.js +41 -0
- package/lib/icons/UserForeignOutlined.d.ts +4 -0
- package/lib/icons/UserForeignOutlined.js +41 -0
- package/lib/icons/UserVipOutlined.d.ts +4 -0
- package/lib/icons/UserVipOutlined.js +41 -0
- package/lib/icons/index.d.ts +10 -0
- package/lib/icons/index.js +30 -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 _AudibleAlarmHostFilled = _interopRequireDefault(require('./es/icons/AudibleAlarmHostFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _AudibleAlarmHostFilled;
|
|
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 _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,28 @@
|
|
|
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
|
+
|
|
17
|
+
# [2.78.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.77.0...v2.78.0) (2025-02-25)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* 添加多个图标 ([61f4a74](https://github.com/sensoro-design/sensoro-design-icons/commit/61f4a745a4dc158e925e994c107eaec4736d7088))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [2.77.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.76.0...v2.77.0) (2025-02-17)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -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 _CarForeignOutlined = _interopRequireDefault(require('./es/icons/CarForeignOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _CarForeignOutlined;
|
|
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 _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 _GasMonitoringOutlined = _interopRequireDefault(require('./es/icons/GasMonitoringOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _GasMonitoringOutlined;
|
|
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 _PowerPerceptionOutlined = _interopRequireDefault(require('./es/icons/PowerPerceptionOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _PowerPerceptionOutlined;
|
|
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,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 _UserForeignOutlined = _interopRequireDefault(require('./es/icons/UserForeignOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _UserForeignOutlined;
|
|
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 _UserVipOutlined = _interopRequireDefault(require('./es/icons/UserVipOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _UserVipOutlined;
|
|
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 AudibleAlarmHostFilledSvg from '@sensoro-design/icons-svg/es/asn/AudibleAlarmHostFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AudibleAlarmHostFilled = function AudibleAlarmHostFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AudibleAlarmHostFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AudibleAlarmHostFilled);
|
|
13
|
+
RefIcon.displayName = 'AudibleAlarmHostFilled';
|
|
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 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 CarForeignOutlinedSvg from '@sensoro-design/icons-svg/es/asn/CarForeignOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var CarForeignOutlined = function CarForeignOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: CarForeignOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(CarForeignOutlined);
|
|
13
|
+
RefIcon.displayName = 'CarForeignOutlined';
|
|
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 GasMonitoringOutlinedSvg from '@sensoro-design/icons-svg/es/asn/GasMonitoringOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var GasMonitoringOutlined = function GasMonitoringOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: GasMonitoringOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(GasMonitoringOutlined);
|
|
13
|
+
RefIcon.displayName = 'GasMonitoringOutlined';
|
|
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 PowerPerceptionOutlinedSvg from '@sensoro-design/icons-svg/es/asn/PowerPerceptionOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var PowerPerceptionOutlined = function PowerPerceptionOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: PowerPerceptionOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(PowerPerceptionOutlined);
|
|
13
|
+
RefIcon.displayName = 'PowerPerceptionOutlined';
|
|
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;
|
|
@@ -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 UserForeignOutlinedSvg from '@sensoro-design/icons-svg/es/asn/UserForeignOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var UserForeignOutlined = function UserForeignOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: UserForeignOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(UserForeignOutlined);
|
|
13
|
+
RefIcon.displayName = 'UserForeignOutlined';
|
|
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 UserVipOutlinedSvg from '@sensoro-design/icons-svg/es/asn/UserVipOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var UserVipOutlined = function UserVipOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: UserVipOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(UserVipOutlined);
|
|
13
|
+
RefIcon.displayName = 'UserVipOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export { default as AtlasOutlined } from './AtlasOutlined';
|
|
|
68
68
|
export { default as AtlasPurely } from './AtlasPurely';
|
|
69
69
|
export { default as AttendanceRateFilled } from './AttendanceRateFilled';
|
|
70
70
|
export { default as AudibleAlarmCloseOutlined } from './AudibleAlarmCloseOutlined';
|
|
71
|
+
export { default as AudibleAlarmHostFilled } from './AudibleAlarmHostFilled';
|
|
71
72
|
export { default as AudibleAlarmHostOutlined } from './AudibleAlarmHostOutlined';
|
|
72
73
|
export { default as AudibleAlarmOpenOutlined } from './AudibleAlarmOpenOutlined';
|
|
73
74
|
export { default as AudioFilled } from './AudioFilled';
|
|
@@ -79,6 +80,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './AuxiliaryPoliceOffice
|
|
|
79
80
|
export { default as AvatarPurely } from './AvatarPurely';
|
|
80
81
|
export { default as BackwardOutlined } from './BackwardOutlined';
|
|
81
82
|
export { default as BannerOutlined } from './BannerOutlined';
|
|
83
|
+
export { default as BarcodeOutlined } from './BarcodeOutlined';
|
|
82
84
|
export { default as BaseStationOutlined } from './BaseStationOutlined';
|
|
83
85
|
export { default as BatchOutlined } from './BatchOutlined';
|
|
84
86
|
export { default as BatteryGroupFilled } from './BatteryGroupFilled';
|
|
@@ -125,6 +127,7 @@ export { default as CarFilled } from './CarFilled';
|
|
|
125
127
|
export { default as CarFocusFilled } from './CarFocusFilled';
|
|
126
128
|
export { default as CarFocusOutlined } from './CarFocusOutlined';
|
|
127
129
|
export { default as CarForeignFilled } from './CarForeignFilled';
|
|
130
|
+
export { default as CarForeignOutlined } from './CarForeignOutlined';
|
|
128
131
|
export { default as CarOutlined } from './CarOutlined';
|
|
129
132
|
export { default as CarParkFilled } from './CarParkFilled';
|
|
130
133
|
export { default as CarParkOutlined } from './CarParkOutlined';
|
|
@@ -381,6 +384,7 @@ export { default as ForwardOutlined } from './ForwardOutlined';
|
|
|
381
384
|
export { default as FrostOutlined } from './FrostOutlined';
|
|
382
385
|
export { default as FrownFilled } from './FrownFilled';
|
|
383
386
|
export { default as FrownOutlined } from './FrownOutlined';
|
|
387
|
+
export { default as FullFrameAnalysisOutlined } from './FullFrameAnalysisOutlined';
|
|
384
388
|
export { default as FullTargetCameraOutlined } from './FullTargetCameraOutlined';
|
|
385
389
|
export { default as FullTargetOutlined } from './FullTargetOutlined';
|
|
386
390
|
export { default as FullscreenExitOutlined } from './FullscreenExitOutlined';
|
|
@@ -393,6 +397,7 @@ export { default as GarageOutlined } from './GarageOutlined';
|
|
|
393
397
|
export { default as GasAlarmFilled } from './GasAlarmFilled';
|
|
394
398
|
export { default as GasAlarmOutlined } from './GasAlarmOutlined';
|
|
395
399
|
export { default as GasMonitoringFilled } from './GasMonitoringFilled';
|
|
400
|
+
export { default as GasMonitoringOutlined } from './GasMonitoringOutlined';
|
|
396
401
|
export { default as GasSensorControllerFilled } from './GasSensorControllerFilled';
|
|
397
402
|
export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
|
|
398
403
|
export { default as GasSensorOutlined } from './GasSensorOutlined';
|
|
@@ -478,6 +483,7 @@ export { default as ImageOptimizationFilled } from './ImageOptimizationFilled';
|
|
|
478
483
|
export { default as ImageOptimizationOutlined } from './ImageOptimizationOutlined';
|
|
479
484
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
480
485
|
export { default as ImagePurely } from './ImagePurely';
|
|
486
|
+
export { default as ImageSearchOutlined } from './ImageSearchOutlined';
|
|
481
487
|
export { default as InclinationOutlined } from './InclinationOutlined';
|
|
482
488
|
export { default as IncomingCallOutlined } from './IncomingCallOutlined';
|
|
483
489
|
export { default as IndoorTrackOutlined } from './IndoorTrackOutlined';
|
|
@@ -720,6 +726,7 @@ export { default as PowerDeviceOutlined } from './PowerDeviceOutlined';
|
|
|
720
726
|
export { default as PowerOutageFilled } from './PowerOutageFilled';
|
|
721
727
|
export { default as PowerOutageOutlined } from './PowerOutageOutlined';
|
|
722
728
|
export { default as PowerPerceptionFilled } from './PowerPerceptionFilled';
|
|
729
|
+
export { default as PowerPerceptionOutlined } from './PowerPerceptionOutlined';
|
|
723
730
|
export { default as PowerUpsFilled } from './PowerUpsFilled';
|
|
724
731
|
export { default as PowerUpsOutlined } from './PowerUpsOutlined';
|
|
725
732
|
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
@@ -748,6 +755,7 @@ export { default as RecreationOutlined } from './RecreationOutlined';
|
|
|
748
755
|
export { default as RedoOutlined } from './RedoOutlined';
|
|
749
756
|
export { default as RefillStationFilled } from './RefillStationFilled';
|
|
750
757
|
export { default as RefillStationOutlined } from './RefillStationOutlined';
|
|
758
|
+
export { default as RelevanceOutlined } from './RelevanceOutlined';
|
|
751
759
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
752
760
|
export { default as RemoteFireMonitoringFilled } from './RemoteFireMonitoringFilled';
|
|
753
761
|
export { default as RemoteFireMonitoringOutlined } from './RemoteFireMonitoringOutlined';
|
|
@@ -962,6 +970,7 @@ export { default as UserExclamationCircleFilled } from './UserExclamationCircleF
|
|
|
962
970
|
export { default as UserExclamationCircleOutlined } from './UserExclamationCircleOutlined';
|
|
963
971
|
export { default as UserFilled } from './UserFilled';
|
|
964
972
|
export { default as UserForeignFilled } from './UserForeignFilled';
|
|
973
|
+
export { default as UserForeignOutlined } from './UserForeignOutlined';
|
|
965
974
|
export { default as UserGatherPurely } from './UserGatherPurely';
|
|
966
975
|
export { default as UserLeaveEarlyFilled } from './UserLeaveEarlyFilled';
|
|
967
976
|
export { default as UserManageOutlined } from './UserManageOutlined';
|
|
@@ -983,6 +992,7 @@ export { default as UserTimeFilled } from './UserTimeFilled';
|
|
|
983
992
|
export { default as UserTimeOutlined } from './UserTimeOutlined';
|
|
984
993
|
export { default as UserTimePurely } from './UserTimePurely';
|
|
985
994
|
export { default as UserVipFilled } from './UserVipFilled';
|
|
995
|
+
export { default as UserVipOutlined } from './UserVipOutlined';
|
|
986
996
|
export { default as UsersFilled } from './UsersFilled';
|
|
987
997
|
export { default as UsersGovernancePurely } from './UsersGovernancePurely';
|
|
988
998
|
export { default as UsersOutlined } from './UsersOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -69,6 +69,7 @@ export { default as AtlasOutlined } from "./AtlasOutlined";
|
|
|
69
69
|
export { default as AtlasPurely } from "./AtlasPurely";
|
|
70
70
|
export { default as AttendanceRateFilled } from "./AttendanceRateFilled";
|
|
71
71
|
export { default as AudibleAlarmCloseOutlined } from "./AudibleAlarmCloseOutlined";
|
|
72
|
+
export { default as AudibleAlarmHostFilled } from "./AudibleAlarmHostFilled";
|
|
72
73
|
export { default as AudibleAlarmHostOutlined } from "./AudibleAlarmHostOutlined";
|
|
73
74
|
export { default as AudibleAlarmOpenOutlined } from "./AudibleAlarmOpenOutlined";
|
|
74
75
|
export { default as AudioFilled } from "./AudioFilled";
|
|
@@ -80,6 +81,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from "./AuxiliaryPoliceOffice
|
|
|
80
81
|
export { default as AvatarPurely } from "./AvatarPurely";
|
|
81
82
|
export { default as BackwardOutlined } from "./BackwardOutlined";
|
|
82
83
|
export { default as BannerOutlined } from "./BannerOutlined";
|
|
84
|
+
export { default as BarcodeOutlined } from "./BarcodeOutlined";
|
|
83
85
|
export { default as BaseStationOutlined } from "./BaseStationOutlined";
|
|
84
86
|
export { default as BatchOutlined } from "./BatchOutlined";
|
|
85
87
|
export { default as BatteryGroupFilled } from "./BatteryGroupFilled";
|
|
@@ -126,6 +128,7 @@ export { default as CarFilled } from "./CarFilled";
|
|
|
126
128
|
export { default as CarFocusFilled } from "./CarFocusFilled";
|
|
127
129
|
export { default as CarFocusOutlined } from "./CarFocusOutlined";
|
|
128
130
|
export { default as CarForeignFilled } from "./CarForeignFilled";
|
|
131
|
+
export { default as CarForeignOutlined } from "./CarForeignOutlined";
|
|
129
132
|
export { default as CarOutlined } from "./CarOutlined";
|
|
130
133
|
export { default as CarParkFilled } from "./CarParkFilled";
|
|
131
134
|
export { default as CarParkOutlined } from "./CarParkOutlined";
|
|
@@ -382,6 +385,7 @@ export { default as ForwardOutlined } from "./ForwardOutlined";
|
|
|
382
385
|
export { default as FrostOutlined } from "./FrostOutlined";
|
|
383
386
|
export { default as FrownFilled } from "./FrownFilled";
|
|
384
387
|
export { default as FrownOutlined } from "./FrownOutlined";
|
|
388
|
+
export { default as FullFrameAnalysisOutlined } from "./FullFrameAnalysisOutlined";
|
|
385
389
|
export { default as FullTargetCameraOutlined } from "./FullTargetCameraOutlined";
|
|
386
390
|
export { default as FullTargetOutlined } from "./FullTargetOutlined";
|
|
387
391
|
export { default as FullscreenExitOutlined } from "./FullscreenExitOutlined";
|
|
@@ -394,6 +398,7 @@ export { default as GarageOutlined } from "./GarageOutlined";
|
|
|
394
398
|
export { default as GasAlarmFilled } from "./GasAlarmFilled";
|
|
395
399
|
export { default as GasAlarmOutlined } from "./GasAlarmOutlined";
|
|
396
400
|
export { default as GasMonitoringFilled } from "./GasMonitoringFilled";
|
|
401
|
+
export { default as GasMonitoringOutlined } from "./GasMonitoringOutlined";
|
|
397
402
|
export { default as GasSensorControllerFilled } from "./GasSensorControllerFilled";
|
|
398
403
|
export { default as GasSensorControllerOutlined } from "./GasSensorControllerOutlined";
|
|
399
404
|
export { default as GasSensorOutlined } from "./GasSensorOutlined";
|
|
@@ -479,6 +484,7 @@ export { default as ImageOptimizationFilled } from "./ImageOptimizationFilled";
|
|
|
479
484
|
export { default as ImageOptimizationOutlined } from "./ImageOptimizationOutlined";
|
|
480
485
|
export { default as ImageOutlined } from "./ImageOutlined";
|
|
481
486
|
export { default as ImagePurely } from "./ImagePurely";
|
|
487
|
+
export { default as ImageSearchOutlined } from "./ImageSearchOutlined";
|
|
482
488
|
export { default as InclinationOutlined } from "./InclinationOutlined";
|
|
483
489
|
export { default as IncomingCallOutlined } from "./IncomingCallOutlined";
|
|
484
490
|
export { default as IndoorTrackOutlined } from "./IndoorTrackOutlined";
|
|
@@ -721,6 +727,7 @@ export { default as PowerDeviceOutlined } from "./PowerDeviceOutlined";
|
|
|
721
727
|
export { default as PowerOutageFilled } from "./PowerOutageFilled";
|
|
722
728
|
export { default as PowerOutageOutlined } from "./PowerOutageOutlined";
|
|
723
729
|
export { default as PowerPerceptionFilled } from "./PowerPerceptionFilled";
|
|
730
|
+
export { default as PowerPerceptionOutlined } from "./PowerPerceptionOutlined";
|
|
724
731
|
export { default as PowerUpsFilled } from "./PowerUpsFilled";
|
|
725
732
|
export { default as PowerUpsOutlined } from "./PowerUpsOutlined";
|
|
726
733
|
export { default as PoweroffOutlined } from "./PoweroffOutlined";
|
|
@@ -749,6 +756,7 @@ export { default as RecreationOutlined } from "./RecreationOutlined";
|
|
|
749
756
|
export { default as RedoOutlined } from "./RedoOutlined";
|
|
750
757
|
export { default as RefillStationFilled } from "./RefillStationFilled";
|
|
751
758
|
export { default as RefillStationOutlined } from "./RefillStationOutlined";
|
|
759
|
+
export { default as RelevanceOutlined } from "./RelevanceOutlined";
|
|
752
760
|
export { default as ReloadOutlined } from "./ReloadOutlined";
|
|
753
761
|
export { default as RemoteFireMonitoringFilled } from "./RemoteFireMonitoringFilled";
|
|
754
762
|
export { default as RemoteFireMonitoringOutlined } from "./RemoteFireMonitoringOutlined";
|
|
@@ -963,6 +971,7 @@ export { default as UserExclamationCircleFilled } from "./UserExclamationCircleF
|
|
|
963
971
|
export { default as UserExclamationCircleOutlined } from "./UserExclamationCircleOutlined";
|
|
964
972
|
export { default as UserFilled } from "./UserFilled";
|
|
965
973
|
export { default as UserForeignFilled } from "./UserForeignFilled";
|
|
974
|
+
export { default as UserForeignOutlined } from "./UserForeignOutlined";
|
|
966
975
|
export { default as UserGatherPurely } from "./UserGatherPurely";
|
|
967
976
|
export { default as UserLeaveEarlyFilled } from "./UserLeaveEarlyFilled";
|
|
968
977
|
export { default as UserManageOutlined } from "./UserManageOutlined";
|
|
@@ -984,6 +993,7 @@ export { default as UserTimeFilled } from "./UserTimeFilled";
|
|
|
984
993
|
export { default as UserTimeOutlined } from "./UserTimeOutlined";
|
|
985
994
|
export { default as UserTimePurely } from "./UserTimePurely";
|
|
986
995
|
export { default as UserVipFilled } from "./UserVipFilled";
|
|
996
|
+
export { default as UserVipOutlined } from "./UserVipOutlined";
|
|
987
997
|
export { default as UsersFilled } from "./UsersFilled";
|
|
988
998
|
export { default as UsersGovernancePurely } from "./UsersGovernancePurely";
|
|
989
999
|
export { default as UsersOutlined } from "./UsersOutlined";
|