@sensoro-design/icons 2.77.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 +11 -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/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/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 +6 -0
- package/es/icons/index.js +6 -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/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 +6 -0
- package/lib/icons/index.js +18 -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,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.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
|
+
|
|
6
17
|
# [2.77.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.76.0...v2.77.0) (2025-02-17)
|
|
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 _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 _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 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';
|
|
@@ -962,6 +966,7 @@ export { default as UserExclamationCircleFilled } from './UserExclamationCircleF
|
|
|
962
966
|
export { default as UserExclamationCircleOutlined } from './UserExclamationCircleOutlined';
|
|
963
967
|
export { default as UserFilled } from './UserFilled';
|
|
964
968
|
export { default as UserForeignFilled } from './UserForeignFilled';
|
|
969
|
+
export { default as UserForeignOutlined } from './UserForeignOutlined';
|
|
965
970
|
export { default as UserGatherPurely } from './UserGatherPurely';
|
|
966
971
|
export { default as UserLeaveEarlyFilled } from './UserLeaveEarlyFilled';
|
|
967
972
|
export { default as UserManageOutlined } from './UserManageOutlined';
|
|
@@ -983,6 +988,7 @@ export { default as UserTimeFilled } from './UserTimeFilled';
|
|
|
983
988
|
export { default as UserTimeOutlined } from './UserTimeOutlined';
|
|
984
989
|
export { default as UserTimePurely } from './UserTimePurely';
|
|
985
990
|
export { default as UserVipFilled } from './UserVipFilled';
|
|
991
|
+
export { default as UserVipOutlined } from './UserVipOutlined';
|
|
986
992
|
export { default as UsersFilled } from './UsersFilled';
|
|
987
993
|
export { default as UsersGovernancePurely } from './UsersGovernancePurely';
|
|
988
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";
|
|
@@ -963,6 +967,7 @@ export { default as UserExclamationCircleFilled } from "./UserExclamationCircleF
|
|
|
963
967
|
export { default as UserExclamationCircleOutlined } from "./UserExclamationCircleOutlined";
|
|
964
968
|
export { default as UserFilled } from "./UserFilled";
|
|
965
969
|
export { default as UserForeignFilled } from "./UserForeignFilled";
|
|
970
|
+
export { default as UserForeignOutlined } from "./UserForeignOutlined";
|
|
966
971
|
export { default as UserGatherPurely } from "./UserGatherPurely";
|
|
967
972
|
export { default as UserLeaveEarlyFilled } from "./UserLeaveEarlyFilled";
|
|
968
973
|
export { default as UserManageOutlined } from "./UserManageOutlined";
|
|
@@ -984,6 +989,7 @@ export { default as UserTimeFilled } from "./UserTimeFilled";
|
|
|
984
989
|
export { default as UserTimeOutlined } from "./UserTimeOutlined";
|
|
985
990
|
export { default as UserTimePurely } from "./UserTimePurely";
|
|
986
991
|
export { default as UserVipFilled } from "./UserVipFilled";
|
|
992
|
+
export { default as UserVipOutlined } from "./UserVipOutlined";
|
|
987
993
|
export { default as UsersFilled } from "./UsersFilled";
|
|
988
994
|
export { default as UsersGovernancePurely } from "./UsersGovernancePurely";
|
|
989
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/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';
|
|
@@ -962,6 +966,7 @@ export { default as UserExclamationCircleFilled } from './UserExclamationCircleF
|
|
|
962
966
|
export { default as UserExclamationCircleOutlined } from './UserExclamationCircleOutlined';
|
|
963
967
|
export { default as UserFilled } from './UserFilled';
|
|
964
968
|
export { default as UserForeignFilled } from './UserForeignFilled';
|
|
969
|
+
export { default as UserForeignOutlined } from './UserForeignOutlined';
|
|
965
970
|
export { default as UserGatherPurely } from './UserGatherPurely';
|
|
966
971
|
export { default as UserLeaveEarlyFilled } from './UserLeaveEarlyFilled';
|
|
967
972
|
export { default as UserManageOutlined } from './UserManageOutlined';
|
|
@@ -983,6 +988,7 @@ export { default as UserTimeFilled } from './UserTimeFilled';
|
|
|
983
988
|
export { default as UserTimeOutlined } from './UserTimeOutlined';
|
|
984
989
|
export { default as UserTimePurely } from './UserTimePurely';
|
|
985
990
|
export { default as UserVipFilled } from './UserVipFilled';
|
|
991
|
+
export { default as UserVipOutlined } from './UserVipOutlined';
|
|
986
992
|
export { default as UsersFilled } from './UsersFilled';
|
|
987
993
|
export { default as UsersGovernancePurely } from './UsersGovernancePurely';
|
|
988
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,
|
|
@@ -993,6 +997,7 @@ __export(icons_exports, {
|
|
|
993
997
|
UserExclamationCircleOutlined: () => import_UserExclamationCircleOutlined.default,
|
|
994
998
|
UserFilled: () => import_UserFilled.default,
|
|
995
999
|
UserForeignFilled: () => import_UserForeignFilled.default,
|
|
1000
|
+
UserForeignOutlined: () => import_UserForeignOutlined.default,
|
|
996
1001
|
UserGatherPurely: () => import_UserGatherPurely.default,
|
|
997
1002
|
UserLeaveEarlyFilled: () => import_UserLeaveEarlyFilled.default,
|
|
998
1003
|
UserManageOutlined: () => import_UserManageOutlined.default,
|
|
@@ -1014,6 +1019,7 @@ __export(icons_exports, {
|
|
|
1014
1019
|
UserTimeOutlined: () => import_UserTimeOutlined.default,
|
|
1015
1020
|
UserTimePurely: () => import_UserTimePurely.default,
|
|
1016
1021
|
UserVipFilled: () => import_UserVipFilled.default,
|
|
1022
|
+
UserVipOutlined: () => import_UserVipOutlined.default,
|
|
1017
1023
|
UsersFilled: () => import_UsersFilled.default,
|
|
1018
1024
|
UsersGovernancePurely: () => import_UsersGovernancePurely.default,
|
|
1019
1025
|
UsersOutlined: () => import_UsersOutlined.default,
|
|
@@ -1148,6 +1154,7 @@ var import_AtlasOutlined = __toESM(require("./AtlasOutlined"));
|
|
|
1148
1154
|
var import_AtlasPurely = __toESM(require("./AtlasPurely"));
|
|
1149
1155
|
var import_AttendanceRateFilled = __toESM(require("./AttendanceRateFilled"));
|
|
1150
1156
|
var import_AudibleAlarmCloseOutlined = __toESM(require("./AudibleAlarmCloseOutlined"));
|
|
1157
|
+
var import_AudibleAlarmHostFilled = __toESM(require("./AudibleAlarmHostFilled"));
|
|
1151
1158
|
var import_AudibleAlarmHostOutlined = __toESM(require("./AudibleAlarmHostOutlined"));
|
|
1152
1159
|
var import_AudibleAlarmOpenOutlined = __toESM(require("./AudibleAlarmOpenOutlined"));
|
|
1153
1160
|
var import_AudioFilled = __toESM(require("./AudioFilled"));
|
|
@@ -1205,6 +1212,7 @@ var import_CarFilled = __toESM(require("./CarFilled"));
|
|
|
1205
1212
|
var import_CarFocusFilled = __toESM(require("./CarFocusFilled"));
|
|
1206
1213
|
var import_CarFocusOutlined = __toESM(require("./CarFocusOutlined"));
|
|
1207
1214
|
var import_CarForeignFilled = __toESM(require("./CarForeignFilled"));
|
|
1215
|
+
var import_CarForeignOutlined = __toESM(require("./CarForeignOutlined"));
|
|
1208
1216
|
var import_CarOutlined = __toESM(require("./CarOutlined"));
|
|
1209
1217
|
var import_CarParkFilled = __toESM(require("./CarParkFilled"));
|
|
1210
1218
|
var import_CarParkOutlined = __toESM(require("./CarParkOutlined"));
|
|
@@ -1473,6 +1481,7 @@ var import_GarageOutlined = __toESM(require("./GarageOutlined"));
|
|
|
1473
1481
|
var import_GasAlarmFilled = __toESM(require("./GasAlarmFilled"));
|
|
1474
1482
|
var import_GasAlarmOutlined = __toESM(require("./GasAlarmOutlined"));
|
|
1475
1483
|
var import_GasMonitoringFilled = __toESM(require("./GasMonitoringFilled"));
|
|
1484
|
+
var import_GasMonitoringOutlined = __toESM(require("./GasMonitoringOutlined"));
|
|
1476
1485
|
var import_GasSensorControllerFilled = __toESM(require("./GasSensorControllerFilled"));
|
|
1477
1486
|
var import_GasSensorControllerOutlined = __toESM(require("./GasSensorControllerOutlined"));
|
|
1478
1487
|
var import_GasSensorOutlined = __toESM(require("./GasSensorOutlined"));
|
|
@@ -1800,6 +1809,7 @@ var import_PowerDeviceOutlined = __toESM(require("./PowerDeviceOutlined"));
|
|
|
1800
1809
|
var import_PowerOutageFilled = __toESM(require("./PowerOutageFilled"));
|
|
1801
1810
|
var import_PowerOutageOutlined = __toESM(require("./PowerOutageOutlined"));
|
|
1802
1811
|
var import_PowerPerceptionFilled = __toESM(require("./PowerPerceptionFilled"));
|
|
1812
|
+
var import_PowerPerceptionOutlined = __toESM(require("./PowerPerceptionOutlined"));
|
|
1803
1813
|
var import_PowerUpsFilled = __toESM(require("./PowerUpsFilled"));
|
|
1804
1814
|
var import_PowerUpsOutlined = __toESM(require("./PowerUpsOutlined"));
|
|
1805
1815
|
var import_PoweroffOutlined = __toESM(require("./PoweroffOutlined"));
|
|
@@ -2042,6 +2052,7 @@ var import_UserExclamationCircleFilled = __toESM(require("./UserExclamationCircl
|
|
|
2042
2052
|
var import_UserExclamationCircleOutlined = __toESM(require("./UserExclamationCircleOutlined"));
|
|
2043
2053
|
var import_UserFilled = __toESM(require("./UserFilled"));
|
|
2044
2054
|
var import_UserForeignFilled = __toESM(require("./UserForeignFilled"));
|
|
2055
|
+
var import_UserForeignOutlined = __toESM(require("./UserForeignOutlined"));
|
|
2045
2056
|
var import_UserGatherPurely = __toESM(require("./UserGatherPurely"));
|
|
2046
2057
|
var import_UserLeaveEarlyFilled = __toESM(require("./UserLeaveEarlyFilled"));
|
|
2047
2058
|
var import_UserManageOutlined = __toESM(require("./UserManageOutlined"));
|
|
@@ -2063,6 +2074,7 @@ var import_UserTimeFilled = __toESM(require("./UserTimeFilled"));
|
|
|
2063
2074
|
var import_UserTimeOutlined = __toESM(require("./UserTimeOutlined"));
|
|
2064
2075
|
var import_UserTimePurely = __toESM(require("./UserTimePurely"));
|
|
2065
2076
|
var import_UserVipFilled = __toESM(require("./UserVipFilled"));
|
|
2077
|
+
var import_UserVipOutlined = __toESM(require("./UserVipOutlined"));
|
|
2066
2078
|
var import_UsersFilled = __toESM(require("./UsersFilled"));
|
|
2067
2079
|
var import_UsersGovernancePurely = __toESM(require("./UsersGovernancePurely"));
|
|
2068
2080
|
var import_UsersOutlined = __toESM(require("./UsersOutlined"));
|
|
@@ -2197,6 +2209,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2197
2209
|
AtlasPurely,
|
|
2198
2210
|
AttendanceRateFilled,
|
|
2199
2211
|
AudibleAlarmCloseOutlined,
|
|
2212
|
+
AudibleAlarmHostFilled,
|
|
2200
2213
|
AudibleAlarmHostOutlined,
|
|
2201
2214
|
AudibleAlarmOpenOutlined,
|
|
2202
2215
|
AudioFilled,
|
|
@@ -2254,6 +2267,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2254
2267
|
CarFocusFilled,
|
|
2255
2268
|
CarFocusOutlined,
|
|
2256
2269
|
CarForeignFilled,
|
|
2270
|
+
CarForeignOutlined,
|
|
2257
2271
|
CarOutlined,
|
|
2258
2272
|
CarParkFilled,
|
|
2259
2273
|
CarParkOutlined,
|
|
@@ -2522,6 +2536,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2522
2536
|
GasAlarmFilled,
|
|
2523
2537
|
GasAlarmOutlined,
|
|
2524
2538
|
GasMonitoringFilled,
|
|
2539
|
+
GasMonitoringOutlined,
|
|
2525
2540
|
GasSensorControllerFilled,
|
|
2526
2541
|
GasSensorControllerOutlined,
|
|
2527
2542
|
GasSensorOutlined,
|
|
@@ -2849,6 +2864,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2849
2864
|
PowerOutageFilled,
|
|
2850
2865
|
PowerOutageOutlined,
|
|
2851
2866
|
PowerPerceptionFilled,
|
|
2867
|
+
PowerPerceptionOutlined,
|
|
2852
2868
|
PowerUpsFilled,
|
|
2853
2869
|
PowerUpsOutlined,
|
|
2854
2870
|
PoweroffOutlined,
|
|
@@ -3091,6 +3107,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3091
3107
|
UserExclamationCircleOutlined,
|
|
3092
3108
|
UserFilled,
|
|
3093
3109
|
UserForeignFilled,
|
|
3110
|
+
UserForeignOutlined,
|
|
3094
3111
|
UserGatherPurely,
|
|
3095
3112
|
UserLeaveEarlyFilled,
|
|
3096
3113
|
UserManageOutlined,
|
|
@@ -3112,6 +3129,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3112
3129
|
UserTimeOutlined,
|
|
3113
3130
|
UserTimePurely,
|
|
3114
3131
|
UserVipFilled,
|
|
3132
|
+
UserVipOutlined,
|
|
3115
3133
|
UsersFilled,
|
|
3116
3134
|
UsersGovernancePurely,
|
|
3117
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"
|