@sensoro-design/icons 2.76.0 → 2.78.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/CHANGELOG.md +22 -0
- package/CarForeignOutlined.d.ts +2 -0
- package/CarForeignOutlined.js +16 -0
- package/GasMonitoringOutlined.d.ts +2 -0
- package/GasMonitoringOutlined.js +16 -0
- package/PowerPerceptionOutlined.d.ts +2 -0
- package/PowerPerceptionOutlined.js +16 -0
- package/SatelliteFilled.d.ts +2 -0
- package/SatelliteFilled.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/CarForeignOutlined.d.ts +4 -0
- package/es/icons/CarForeignOutlined.js +14 -0
- package/es/icons/GasMonitoringOutlined.d.ts +4 -0
- package/es/icons/GasMonitoringOutlined.js +14 -0
- package/es/icons/PowerPerceptionOutlined.d.ts +4 -0
- package/es/icons/PowerPerceptionOutlined.js +14 -0
- package/es/icons/SatelliteFilled.d.ts +4 -0
- package/es/icons/SatelliteFilled.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 +7 -0
- package/es/icons/index.js +7 -0
- package/lib/icons/AudibleAlarmHostFilled.d.ts +4 -0
- package/lib/icons/AudibleAlarmHostFilled.js +41 -0
- package/lib/icons/CarForeignOutlined.d.ts +4 -0
- package/lib/icons/CarForeignOutlined.js +41 -0
- package/lib/icons/GasMonitoringOutlined.d.ts +4 -0
- package/lib/icons/GasMonitoringOutlined.js +41 -0
- package/lib/icons/PowerPerceptionOutlined.d.ts +4 -0
- package/lib/icons/PowerPerceptionOutlined.js +41 -0
- package/lib/icons/SatelliteFilled.d.ts +4 -0
- package/lib/icons/SatelliteFilled.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 +7 -0
- package/lib/icons/index.js +21 -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;
|
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.78.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.77.0...v2.78.0) (2025-02-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* 添加多个图标 ([61f4a74](https://github.com/sensoro-design/sensoro-design-icons/commit/61f4a745a4dc158e925e994c107eaec4736d7088))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.77.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.76.0...v2.77.0) (2025-02-17)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add SatelliteFilled ([d01cbbd](https://github.com/sensoro-design/sensoro-design-icons/commit/d01cbbd5e39c2aafd895876b2d2b7eb78e8b3439))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [2.76.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.75.0...v2.76.0) (2025-01-02)
|
|
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 _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 _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 _SatelliteFilled = _interopRequireDefault(require('./es/icons/SatelliteFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _SatelliteFilled;
|
|
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 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 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 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 SatelliteFilledSvg from '@sensoro-design/icons-svg/es/asn/SatelliteFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var SatelliteFilled = function SatelliteFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: SatelliteFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(SatelliteFilled);
|
|
13
|
+
RefIcon.displayName = 'SatelliteFilled';
|
|
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';
|
|
@@ -125,6 +126,7 @@ export { default as CarFilled } from './CarFilled';
|
|
|
125
126
|
export { default as CarFocusFilled } from './CarFocusFilled';
|
|
126
127
|
export { default as CarFocusOutlined } from './CarFocusOutlined';
|
|
127
128
|
export { default as CarForeignFilled } from './CarForeignFilled';
|
|
129
|
+
export { default as CarForeignOutlined } from './CarForeignOutlined';
|
|
128
130
|
export { default as CarOutlined } from './CarOutlined';
|
|
129
131
|
export { default as CarParkFilled } from './CarParkFilled';
|
|
130
132
|
export { default as CarParkOutlined } from './CarParkOutlined';
|
|
@@ -393,6 +395,7 @@ export { default as GarageOutlined } from './GarageOutlined';
|
|
|
393
395
|
export { default as GasAlarmFilled } from './GasAlarmFilled';
|
|
394
396
|
export { default as GasAlarmOutlined } from './GasAlarmOutlined';
|
|
395
397
|
export { default as GasMonitoringFilled } from './GasMonitoringFilled';
|
|
398
|
+
export { default as GasMonitoringOutlined } from './GasMonitoringOutlined';
|
|
396
399
|
export { default as GasSensorControllerFilled } from './GasSensorControllerFilled';
|
|
397
400
|
export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
|
|
398
401
|
export { default as GasSensorOutlined } from './GasSensorOutlined';
|
|
@@ -720,6 +723,7 @@ export { default as PowerDeviceOutlined } from './PowerDeviceOutlined';
|
|
|
720
723
|
export { default as PowerOutageFilled } from './PowerOutageFilled';
|
|
721
724
|
export { default as PowerOutageOutlined } from './PowerOutageOutlined';
|
|
722
725
|
export { default as PowerPerceptionFilled } from './PowerPerceptionFilled';
|
|
726
|
+
export { default as PowerPerceptionOutlined } from './PowerPerceptionOutlined';
|
|
723
727
|
export { default as PowerUpsFilled } from './PowerUpsFilled';
|
|
724
728
|
export { default as PowerUpsOutlined } from './PowerUpsOutlined';
|
|
725
729
|
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
@@ -802,6 +806,7 @@ export { default as SafetyRopeOutlined } from './SafetyRopeOutlined';
|
|
|
802
806
|
export { default as SafetySearchFilled } from './SafetySearchFilled';
|
|
803
807
|
export { default as SafetySearchOutlined } from './SafetySearchOutlined';
|
|
804
808
|
export { default as SalesCallFilled } from './SalesCallFilled';
|
|
809
|
+
export { default as SatelliteFilled } from './SatelliteFilled';
|
|
805
810
|
export { default as SatelliteOutlined } from './SatelliteOutlined';
|
|
806
811
|
export { default as SaveOutlined } from './SaveOutlined';
|
|
807
812
|
export { default as ScanCodeOutlined } from './ScanCodeOutlined';
|
|
@@ -961,6 +966,7 @@ export { default as UserExclamationCircleFilled } from './UserExclamationCircleF
|
|
|
961
966
|
export { default as UserExclamationCircleOutlined } from './UserExclamationCircleOutlined';
|
|
962
967
|
export { default as UserFilled } from './UserFilled';
|
|
963
968
|
export { default as UserForeignFilled } from './UserForeignFilled';
|
|
969
|
+
export { default as UserForeignOutlined } from './UserForeignOutlined';
|
|
964
970
|
export { default as UserGatherPurely } from './UserGatherPurely';
|
|
965
971
|
export { default as UserLeaveEarlyFilled } from './UserLeaveEarlyFilled';
|
|
966
972
|
export { default as UserManageOutlined } from './UserManageOutlined';
|
|
@@ -982,6 +988,7 @@ export { default as UserTimeFilled } from './UserTimeFilled';
|
|
|
982
988
|
export { default as UserTimeOutlined } from './UserTimeOutlined';
|
|
983
989
|
export { default as UserTimePurely } from './UserTimePurely';
|
|
984
990
|
export { default as UserVipFilled } from './UserVipFilled';
|
|
991
|
+
export { default as UserVipOutlined } from './UserVipOutlined';
|
|
985
992
|
export { default as UsersFilled } from './UsersFilled';
|
|
986
993
|
export { default as UsersGovernancePurely } from './UsersGovernancePurely';
|
|
987
994
|
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";
|
|
@@ -126,6 +127,7 @@ export { default as CarFilled } from "./CarFilled";
|
|
|
126
127
|
export { default as CarFocusFilled } from "./CarFocusFilled";
|
|
127
128
|
export { default as CarFocusOutlined } from "./CarFocusOutlined";
|
|
128
129
|
export { default as CarForeignFilled } from "./CarForeignFilled";
|
|
130
|
+
export { default as CarForeignOutlined } from "./CarForeignOutlined";
|
|
129
131
|
export { default as CarOutlined } from "./CarOutlined";
|
|
130
132
|
export { default as CarParkFilled } from "./CarParkFilled";
|
|
131
133
|
export { default as CarParkOutlined } from "./CarParkOutlined";
|
|
@@ -394,6 +396,7 @@ export { default as GarageOutlined } from "./GarageOutlined";
|
|
|
394
396
|
export { default as GasAlarmFilled } from "./GasAlarmFilled";
|
|
395
397
|
export { default as GasAlarmOutlined } from "./GasAlarmOutlined";
|
|
396
398
|
export { default as GasMonitoringFilled } from "./GasMonitoringFilled";
|
|
399
|
+
export { default as GasMonitoringOutlined } from "./GasMonitoringOutlined";
|
|
397
400
|
export { default as GasSensorControllerFilled } from "./GasSensorControllerFilled";
|
|
398
401
|
export { default as GasSensorControllerOutlined } from "./GasSensorControllerOutlined";
|
|
399
402
|
export { default as GasSensorOutlined } from "./GasSensorOutlined";
|
|
@@ -721,6 +724,7 @@ export { default as PowerDeviceOutlined } from "./PowerDeviceOutlined";
|
|
|
721
724
|
export { default as PowerOutageFilled } from "./PowerOutageFilled";
|
|
722
725
|
export { default as PowerOutageOutlined } from "./PowerOutageOutlined";
|
|
723
726
|
export { default as PowerPerceptionFilled } from "./PowerPerceptionFilled";
|
|
727
|
+
export { default as PowerPerceptionOutlined } from "./PowerPerceptionOutlined";
|
|
724
728
|
export { default as PowerUpsFilled } from "./PowerUpsFilled";
|
|
725
729
|
export { default as PowerUpsOutlined } from "./PowerUpsOutlined";
|
|
726
730
|
export { default as PoweroffOutlined } from "./PoweroffOutlined";
|
|
@@ -803,6 +807,7 @@ export { default as SafetyRopeOutlined } from "./SafetyRopeOutlined";
|
|
|
803
807
|
export { default as SafetySearchFilled } from "./SafetySearchFilled";
|
|
804
808
|
export { default as SafetySearchOutlined } from "./SafetySearchOutlined";
|
|
805
809
|
export { default as SalesCallFilled } from "./SalesCallFilled";
|
|
810
|
+
export { default as SatelliteFilled } from "./SatelliteFilled";
|
|
806
811
|
export { default as SatelliteOutlined } from "./SatelliteOutlined";
|
|
807
812
|
export { default as SaveOutlined } from "./SaveOutlined";
|
|
808
813
|
export { default as ScanCodeOutlined } from "./ScanCodeOutlined";
|
|
@@ -962,6 +967,7 @@ export { default as UserExclamationCircleFilled } from "./UserExclamationCircleF
|
|
|
962
967
|
export { default as UserExclamationCircleOutlined } from "./UserExclamationCircleOutlined";
|
|
963
968
|
export { default as UserFilled } from "./UserFilled";
|
|
964
969
|
export { default as UserForeignFilled } from "./UserForeignFilled";
|
|
970
|
+
export { default as UserForeignOutlined } from "./UserForeignOutlined";
|
|
965
971
|
export { default as UserGatherPurely } from "./UserGatherPurely";
|
|
966
972
|
export { default as UserLeaveEarlyFilled } from "./UserLeaveEarlyFilled";
|
|
967
973
|
export { default as UserManageOutlined } from "./UserManageOutlined";
|
|
@@ -983,6 +989,7 @@ export { default as UserTimeFilled } from "./UserTimeFilled";
|
|
|
983
989
|
export { default as UserTimeOutlined } from "./UserTimeOutlined";
|
|
984
990
|
export { default as UserTimePurely } from "./UserTimePurely";
|
|
985
991
|
export { default as UserVipFilled } from "./UserVipFilled";
|
|
992
|
+
export { default as UserVipOutlined } from "./UserVipOutlined";
|
|
986
993
|
export { default as UsersFilled } from "./UsersFilled";
|
|
987
994
|
export { default as UsersGovernancePurely } from "./UsersGovernancePurely";
|
|
988
995
|
export { default as UsersOutlined } from "./UsersOutlined";
|
|
@@ -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/AudibleAlarmHostFilled.tsx
|
|
30
|
+
var AudibleAlarmHostFilled_exports = {};
|
|
31
|
+
__export(AudibleAlarmHostFilled_exports, {
|
|
32
|
+
default: () => AudibleAlarmHostFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AudibleAlarmHostFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AudibleAlarmHostFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/AudibleAlarmHostFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AudibleAlarmHostFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AudibleAlarmHostFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AudibleAlarmHostFilled);
|
|
40
|
+
RefIcon.displayName = "AudibleAlarmHostFilled";
|
|
41
|
+
var AudibleAlarmHostFilled_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/CarForeignOutlined.tsx
|
|
30
|
+
var CarForeignOutlined_exports = {};
|
|
31
|
+
__export(CarForeignOutlined_exports, {
|
|
32
|
+
default: () => CarForeignOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(CarForeignOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_CarForeignOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/CarForeignOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var CarForeignOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_CarForeignOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(CarForeignOutlined);
|
|
40
|
+
RefIcon.displayName = "CarForeignOutlined";
|
|
41
|
+
var CarForeignOutlined_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/GasMonitoringOutlined.tsx
|
|
30
|
+
var GasMonitoringOutlined_exports = {};
|
|
31
|
+
__export(GasMonitoringOutlined_exports, {
|
|
32
|
+
default: () => GasMonitoringOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(GasMonitoringOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_GasMonitoringOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/GasMonitoringOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var GasMonitoringOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_GasMonitoringOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(GasMonitoringOutlined);
|
|
40
|
+
RefIcon.displayName = "GasMonitoringOutlined";
|
|
41
|
+
var GasMonitoringOutlined_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/PowerPerceptionOutlined.tsx
|
|
30
|
+
var PowerPerceptionOutlined_exports = {};
|
|
31
|
+
__export(PowerPerceptionOutlined_exports, {
|
|
32
|
+
default: () => PowerPerceptionOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(PowerPerceptionOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_PowerPerceptionOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/PowerPerceptionOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var PowerPerceptionOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_PowerPerceptionOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(PowerPerceptionOutlined);
|
|
40
|
+
RefIcon.displayName = "PowerPerceptionOutlined";
|
|
41
|
+
var PowerPerceptionOutlined_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/SatelliteFilled.tsx
|
|
30
|
+
var SatelliteFilled_exports = {};
|
|
31
|
+
__export(SatelliteFilled_exports, {
|
|
32
|
+
default: () => SatelliteFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(SatelliteFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_SatelliteFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/SatelliteFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var SatelliteFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SatelliteFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(SatelliteFilled);
|
|
40
|
+
RefIcon.displayName = "SatelliteFilled";
|
|
41
|
+
var SatelliteFilled_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/UserForeignOutlined.tsx
|
|
30
|
+
var UserForeignOutlined_exports = {};
|
|
31
|
+
__export(UserForeignOutlined_exports, {
|
|
32
|
+
default: () => UserForeignOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(UserForeignOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_UserForeignOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/UserForeignOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var UserForeignOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_UserForeignOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(UserForeignOutlined);
|
|
40
|
+
RefIcon.displayName = "UserForeignOutlined";
|
|
41
|
+
var UserForeignOutlined_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/UserVipOutlined.tsx
|
|
30
|
+
var UserVipOutlined_exports = {};
|
|
31
|
+
__export(UserVipOutlined_exports, {
|
|
32
|
+
default: () => UserVipOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(UserVipOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_UserVipOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/UserVipOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var UserVipOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_UserVipOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(UserVipOutlined);
|
|
40
|
+
RefIcon.displayName = "UserVipOutlined";
|
|
41
|
+
var UserVipOutlined_default = RefIcon;
|
package/lib/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';
|
|
@@ -125,6 +126,7 @@ export { default as CarFilled } from './CarFilled';
|
|
|
125
126
|
export { default as CarFocusFilled } from './CarFocusFilled';
|
|
126
127
|
export { default as CarFocusOutlined } from './CarFocusOutlined';
|
|
127
128
|
export { default as CarForeignFilled } from './CarForeignFilled';
|
|
129
|
+
export { default as CarForeignOutlined } from './CarForeignOutlined';
|
|
128
130
|
export { default as CarOutlined } from './CarOutlined';
|
|
129
131
|
export { default as CarParkFilled } from './CarParkFilled';
|
|
130
132
|
export { default as CarParkOutlined } from './CarParkOutlined';
|
|
@@ -393,6 +395,7 @@ export { default as GarageOutlined } from './GarageOutlined';
|
|
|
393
395
|
export { default as GasAlarmFilled } from './GasAlarmFilled';
|
|
394
396
|
export { default as GasAlarmOutlined } from './GasAlarmOutlined';
|
|
395
397
|
export { default as GasMonitoringFilled } from './GasMonitoringFilled';
|
|
398
|
+
export { default as GasMonitoringOutlined } from './GasMonitoringOutlined';
|
|
396
399
|
export { default as GasSensorControllerFilled } from './GasSensorControllerFilled';
|
|
397
400
|
export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
|
|
398
401
|
export { default as GasSensorOutlined } from './GasSensorOutlined';
|
|
@@ -720,6 +723,7 @@ export { default as PowerDeviceOutlined } from './PowerDeviceOutlined';
|
|
|
720
723
|
export { default as PowerOutageFilled } from './PowerOutageFilled';
|
|
721
724
|
export { default as PowerOutageOutlined } from './PowerOutageOutlined';
|
|
722
725
|
export { default as PowerPerceptionFilled } from './PowerPerceptionFilled';
|
|
726
|
+
export { default as PowerPerceptionOutlined } from './PowerPerceptionOutlined';
|
|
723
727
|
export { default as PowerUpsFilled } from './PowerUpsFilled';
|
|
724
728
|
export { default as PowerUpsOutlined } from './PowerUpsOutlined';
|
|
725
729
|
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
@@ -802,6 +806,7 @@ export { default as SafetyRopeOutlined } from './SafetyRopeOutlined';
|
|
|
802
806
|
export { default as SafetySearchFilled } from './SafetySearchFilled';
|
|
803
807
|
export { default as SafetySearchOutlined } from './SafetySearchOutlined';
|
|
804
808
|
export { default as SalesCallFilled } from './SalesCallFilled';
|
|
809
|
+
export { default as SatelliteFilled } from './SatelliteFilled';
|
|
805
810
|
export { default as SatelliteOutlined } from './SatelliteOutlined';
|
|
806
811
|
export { default as SaveOutlined } from './SaveOutlined';
|
|
807
812
|
export { default as ScanCodeOutlined } from './ScanCodeOutlined';
|
|
@@ -961,6 +966,7 @@ export { default as UserExclamationCircleFilled } from './UserExclamationCircleF
|
|
|
961
966
|
export { default as UserExclamationCircleOutlined } from './UserExclamationCircleOutlined';
|
|
962
967
|
export { default as UserFilled } from './UserFilled';
|
|
963
968
|
export { default as UserForeignFilled } from './UserForeignFilled';
|
|
969
|
+
export { default as UserForeignOutlined } from './UserForeignOutlined';
|
|
964
970
|
export { default as UserGatherPurely } from './UserGatherPurely';
|
|
965
971
|
export { default as UserLeaveEarlyFilled } from './UserLeaveEarlyFilled';
|
|
966
972
|
export { default as UserManageOutlined } from './UserManageOutlined';
|
|
@@ -982,6 +988,7 @@ export { default as UserTimeFilled } from './UserTimeFilled';
|
|
|
982
988
|
export { default as UserTimeOutlined } from './UserTimeOutlined';
|
|
983
989
|
export { default as UserTimePurely } from './UserTimePurely';
|
|
984
990
|
export { default as UserVipFilled } from './UserVipFilled';
|
|
991
|
+
export { default as UserVipOutlined } from './UserVipOutlined';
|
|
985
992
|
export { default as UsersFilled } from './UsersFilled';
|
|
986
993
|
export { default as UsersGovernancePurely } from './UsersGovernancePurely';
|
|
987
994
|
export { default as UsersOutlined } from './UsersOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -99,6 +99,7 @@ __export(icons_exports, {
|
|
|
99
99
|
AtlasPurely: () => import_AtlasPurely.default,
|
|
100
100
|
AttendanceRateFilled: () => import_AttendanceRateFilled.default,
|
|
101
101
|
AudibleAlarmCloseOutlined: () => import_AudibleAlarmCloseOutlined.default,
|
|
102
|
+
AudibleAlarmHostFilled: () => import_AudibleAlarmHostFilled.default,
|
|
102
103
|
AudibleAlarmHostOutlined: () => import_AudibleAlarmHostOutlined.default,
|
|
103
104
|
AudibleAlarmOpenOutlined: () => import_AudibleAlarmOpenOutlined.default,
|
|
104
105
|
AudioFilled: () => import_AudioFilled.default,
|
|
@@ -156,6 +157,7 @@ __export(icons_exports, {
|
|
|
156
157
|
CarFocusFilled: () => import_CarFocusFilled.default,
|
|
157
158
|
CarFocusOutlined: () => import_CarFocusOutlined.default,
|
|
158
159
|
CarForeignFilled: () => import_CarForeignFilled.default,
|
|
160
|
+
CarForeignOutlined: () => import_CarForeignOutlined.default,
|
|
159
161
|
CarOutlined: () => import_CarOutlined.default,
|
|
160
162
|
CarParkFilled: () => import_CarParkFilled.default,
|
|
161
163
|
CarParkOutlined: () => import_CarParkOutlined.default,
|
|
@@ -424,6 +426,7 @@ __export(icons_exports, {
|
|
|
424
426
|
GasAlarmFilled: () => import_GasAlarmFilled.default,
|
|
425
427
|
GasAlarmOutlined: () => import_GasAlarmOutlined.default,
|
|
426
428
|
GasMonitoringFilled: () => import_GasMonitoringFilled.default,
|
|
429
|
+
GasMonitoringOutlined: () => import_GasMonitoringOutlined.default,
|
|
427
430
|
GasSensorControllerFilled: () => import_GasSensorControllerFilled.default,
|
|
428
431
|
GasSensorControllerOutlined: () => import_GasSensorControllerOutlined.default,
|
|
429
432
|
GasSensorOutlined: () => import_GasSensorOutlined.default,
|
|
@@ -751,6 +754,7 @@ __export(icons_exports, {
|
|
|
751
754
|
PowerOutageFilled: () => import_PowerOutageFilled.default,
|
|
752
755
|
PowerOutageOutlined: () => import_PowerOutageOutlined.default,
|
|
753
756
|
PowerPerceptionFilled: () => import_PowerPerceptionFilled.default,
|
|
757
|
+
PowerPerceptionOutlined: () => import_PowerPerceptionOutlined.default,
|
|
754
758
|
PowerUpsFilled: () => import_PowerUpsFilled.default,
|
|
755
759
|
PowerUpsOutlined: () => import_PowerUpsOutlined.default,
|
|
756
760
|
PoweroffOutlined: () => import_PoweroffOutlined.default,
|
|
@@ -833,6 +837,7 @@ __export(icons_exports, {
|
|
|
833
837
|
SafetySearchFilled: () => import_SafetySearchFilled.default,
|
|
834
838
|
SafetySearchOutlined: () => import_SafetySearchOutlined.default,
|
|
835
839
|
SalesCallFilled: () => import_SalesCallFilled.default,
|
|
840
|
+
SatelliteFilled: () => import_SatelliteFilled.default,
|
|
836
841
|
SatelliteOutlined: () => import_SatelliteOutlined.default,
|
|
837
842
|
SaveOutlined: () => import_SaveOutlined.default,
|
|
838
843
|
ScanCodeOutlined: () => import_ScanCodeOutlined.default,
|
|
@@ -992,6 +997,7 @@ __export(icons_exports, {
|
|
|
992
997
|
UserExclamationCircleOutlined: () => import_UserExclamationCircleOutlined.default,
|
|
993
998
|
UserFilled: () => import_UserFilled.default,
|
|
994
999
|
UserForeignFilled: () => import_UserForeignFilled.default,
|
|
1000
|
+
UserForeignOutlined: () => import_UserForeignOutlined.default,
|
|
995
1001
|
UserGatherPurely: () => import_UserGatherPurely.default,
|
|
996
1002
|
UserLeaveEarlyFilled: () => import_UserLeaveEarlyFilled.default,
|
|
997
1003
|
UserManageOutlined: () => import_UserManageOutlined.default,
|
|
@@ -1013,6 +1019,7 @@ __export(icons_exports, {
|
|
|
1013
1019
|
UserTimeOutlined: () => import_UserTimeOutlined.default,
|
|
1014
1020
|
UserTimePurely: () => import_UserTimePurely.default,
|
|
1015
1021
|
UserVipFilled: () => import_UserVipFilled.default,
|
|
1022
|
+
UserVipOutlined: () => import_UserVipOutlined.default,
|
|
1016
1023
|
UsersFilled: () => import_UsersFilled.default,
|
|
1017
1024
|
UsersGovernancePurely: () => import_UsersGovernancePurely.default,
|
|
1018
1025
|
UsersOutlined: () => import_UsersOutlined.default,
|
|
@@ -1147,6 +1154,7 @@ var import_AtlasOutlined = __toESM(require("./AtlasOutlined"));
|
|
|
1147
1154
|
var import_AtlasPurely = __toESM(require("./AtlasPurely"));
|
|
1148
1155
|
var import_AttendanceRateFilled = __toESM(require("./AttendanceRateFilled"));
|
|
1149
1156
|
var import_AudibleAlarmCloseOutlined = __toESM(require("./AudibleAlarmCloseOutlined"));
|
|
1157
|
+
var import_AudibleAlarmHostFilled = __toESM(require("./AudibleAlarmHostFilled"));
|
|
1150
1158
|
var import_AudibleAlarmHostOutlined = __toESM(require("./AudibleAlarmHostOutlined"));
|
|
1151
1159
|
var import_AudibleAlarmOpenOutlined = __toESM(require("./AudibleAlarmOpenOutlined"));
|
|
1152
1160
|
var import_AudioFilled = __toESM(require("./AudioFilled"));
|
|
@@ -1204,6 +1212,7 @@ var import_CarFilled = __toESM(require("./CarFilled"));
|
|
|
1204
1212
|
var import_CarFocusFilled = __toESM(require("./CarFocusFilled"));
|
|
1205
1213
|
var import_CarFocusOutlined = __toESM(require("./CarFocusOutlined"));
|
|
1206
1214
|
var import_CarForeignFilled = __toESM(require("./CarForeignFilled"));
|
|
1215
|
+
var import_CarForeignOutlined = __toESM(require("./CarForeignOutlined"));
|
|
1207
1216
|
var import_CarOutlined = __toESM(require("./CarOutlined"));
|
|
1208
1217
|
var import_CarParkFilled = __toESM(require("./CarParkFilled"));
|
|
1209
1218
|
var import_CarParkOutlined = __toESM(require("./CarParkOutlined"));
|
|
@@ -1472,6 +1481,7 @@ var import_GarageOutlined = __toESM(require("./GarageOutlined"));
|
|
|
1472
1481
|
var import_GasAlarmFilled = __toESM(require("./GasAlarmFilled"));
|
|
1473
1482
|
var import_GasAlarmOutlined = __toESM(require("./GasAlarmOutlined"));
|
|
1474
1483
|
var import_GasMonitoringFilled = __toESM(require("./GasMonitoringFilled"));
|
|
1484
|
+
var import_GasMonitoringOutlined = __toESM(require("./GasMonitoringOutlined"));
|
|
1475
1485
|
var import_GasSensorControllerFilled = __toESM(require("./GasSensorControllerFilled"));
|
|
1476
1486
|
var import_GasSensorControllerOutlined = __toESM(require("./GasSensorControllerOutlined"));
|
|
1477
1487
|
var import_GasSensorOutlined = __toESM(require("./GasSensorOutlined"));
|
|
@@ -1799,6 +1809,7 @@ var import_PowerDeviceOutlined = __toESM(require("./PowerDeviceOutlined"));
|
|
|
1799
1809
|
var import_PowerOutageFilled = __toESM(require("./PowerOutageFilled"));
|
|
1800
1810
|
var import_PowerOutageOutlined = __toESM(require("./PowerOutageOutlined"));
|
|
1801
1811
|
var import_PowerPerceptionFilled = __toESM(require("./PowerPerceptionFilled"));
|
|
1812
|
+
var import_PowerPerceptionOutlined = __toESM(require("./PowerPerceptionOutlined"));
|
|
1802
1813
|
var import_PowerUpsFilled = __toESM(require("./PowerUpsFilled"));
|
|
1803
1814
|
var import_PowerUpsOutlined = __toESM(require("./PowerUpsOutlined"));
|
|
1804
1815
|
var import_PoweroffOutlined = __toESM(require("./PoweroffOutlined"));
|
|
@@ -1881,6 +1892,7 @@ var import_SafetyRopeOutlined = __toESM(require("./SafetyRopeOutlined"));
|
|
|
1881
1892
|
var import_SafetySearchFilled = __toESM(require("./SafetySearchFilled"));
|
|
1882
1893
|
var import_SafetySearchOutlined = __toESM(require("./SafetySearchOutlined"));
|
|
1883
1894
|
var import_SalesCallFilled = __toESM(require("./SalesCallFilled"));
|
|
1895
|
+
var import_SatelliteFilled = __toESM(require("./SatelliteFilled"));
|
|
1884
1896
|
var import_SatelliteOutlined = __toESM(require("./SatelliteOutlined"));
|
|
1885
1897
|
var import_SaveOutlined = __toESM(require("./SaveOutlined"));
|
|
1886
1898
|
var import_ScanCodeOutlined = __toESM(require("./ScanCodeOutlined"));
|
|
@@ -2040,6 +2052,7 @@ var import_UserExclamationCircleFilled = __toESM(require("./UserExclamationCircl
|
|
|
2040
2052
|
var import_UserExclamationCircleOutlined = __toESM(require("./UserExclamationCircleOutlined"));
|
|
2041
2053
|
var import_UserFilled = __toESM(require("./UserFilled"));
|
|
2042
2054
|
var import_UserForeignFilled = __toESM(require("./UserForeignFilled"));
|
|
2055
|
+
var import_UserForeignOutlined = __toESM(require("./UserForeignOutlined"));
|
|
2043
2056
|
var import_UserGatherPurely = __toESM(require("./UserGatherPurely"));
|
|
2044
2057
|
var import_UserLeaveEarlyFilled = __toESM(require("./UserLeaveEarlyFilled"));
|
|
2045
2058
|
var import_UserManageOutlined = __toESM(require("./UserManageOutlined"));
|
|
@@ -2061,6 +2074,7 @@ var import_UserTimeFilled = __toESM(require("./UserTimeFilled"));
|
|
|
2061
2074
|
var import_UserTimeOutlined = __toESM(require("./UserTimeOutlined"));
|
|
2062
2075
|
var import_UserTimePurely = __toESM(require("./UserTimePurely"));
|
|
2063
2076
|
var import_UserVipFilled = __toESM(require("./UserVipFilled"));
|
|
2077
|
+
var import_UserVipOutlined = __toESM(require("./UserVipOutlined"));
|
|
2064
2078
|
var import_UsersFilled = __toESM(require("./UsersFilled"));
|
|
2065
2079
|
var import_UsersGovernancePurely = __toESM(require("./UsersGovernancePurely"));
|
|
2066
2080
|
var import_UsersOutlined = __toESM(require("./UsersOutlined"));
|
|
@@ -2195,6 +2209,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2195
2209
|
AtlasPurely,
|
|
2196
2210
|
AttendanceRateFilled,
|
|
2197
2211
|
AudibleAlarmCloseOutlined,
|
|
2212
|
+
AudibleAlarmHostFilled,
|
|
2198
2213
|
AudibleAlarmHostOutlined,
|
|
2199
2214
|
AudibleAlarmOpenOutlined,
|
|
2200
2215
|
AudioFilled,
|
|
@@ -2252,6 +2267,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2252
2267
|
CarFocusFilled,
|
|
2253
2268
|
CarFocusOutlined,
|
|
2254
2269
|
CarForeignFilled,
|
|
2270
|
+
CarForeignOutlined,
|
|
2255
2271
|
CarOutlined,
|
|
2256
2272
|
CarParkFilled,
|
|
2257
2273
|
CarParkOutlined,
|
|
@@ -2520,6 +2536,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2520
2536
|
GasAlarmFilled,
|
|
2521
2537
|
GasAlarmOutlined,
|
|
2522
2538
|
GasMonitoringFilled,
|
|
2539
|
+
GasMonitoringOutlined,
|
|
2523
2540
|
GasSensorControllerFilled,
|
|
2524
2541
|
GasSensorControllerOutlined,
|
|
2525
2542
|
GasSensorOutlined,
|
|
@@ -2847,6 +2864,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2847
2864
|
PowerOutageFilled,
|
|
2848
2865
|
PowerOutageOutlined,
|
|
2849
2866
|
PowerPerceptionFilled,
|
|
2867
|
+
PowerPerceptionOutlined,
|
|
2850
2868
|
PowerUpsFilled,
|
|
2851
2869
|
PowerUpsOutlined,
|
|
2852
2870
|
PoweroffOutlined,
|
|
@@ -2929,6 +2947,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2929
2947
|
SafetySearchFilled,
|
|
2930
2948
|
SafetySearchOutlined,
|
|
2931
2949
|
SalesCallFilled,
|
|
2950
|
+
SatelliteFilled,
|
|
2932
2951
|
SatelliteOutlined,
|
|
2933
2952
|
SaveOutlined,
|
|
2934
2953
|
ScanCodeOutlined,
|
|
@@ -3088,6 +3107,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3088
3107
|
UserExclamationCircleOutlined,
|
|
3089
3108
|
UserFilled,
|
|
3090
3109
|
UserForeignFilled,
|
|
3110
|
+
UserForeignOutlined,
|
|
3091
3111
|
UserGatherPurely,
|
|
3092
3112
|
UserLeaveEarlyFilled,
|
|
3093
3113
|
UserManageOutlined,
|
|
@@ -3109,6 +3129,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3109
3129
|
UserTimeOutlined,
|
|
3110
3130
|
UserTimePurely,
|
|
3111
3131
|
UserVipFilled,
|
|
3132
|
+
UserVipOutlined,
|
|
3112
3133
|
UsersFilled,
|
|
3113
3134
|
UsersGovernancePurely,
|
|
3114
3135
|
UsersOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.78.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.78.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|