@sensoro-design/icons 2.97.0 → 2.99.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/CHANGELOG.md +22 -0
- package/DispatchingOutlined.d.ts +2 -0
- package/DispatchingOutlined.js +16 -0
- package/GimbalDirectionControlOutlined.d.ts +2 -0
- package/GimbalDirectionControlOutlined.js +16 -0
- package/KeyboardOutlined.d.ts +2 -0
- package/KeyboardOutlined.js +16 -0
- package/LaserRangefinderOutlined.d.ts +2 -0
- package/LaserRangefinderOutlined.js +16 -0
- package/NightModeAutoOutlined.d.ts +2 -0
- package/NightModeAutoOutlined.js +16 -0
- package/NightModeOffOutlined.d.ts +2 -0
- package/NightModeOffOutlined.js +16 -0
- package/NightModeOnOutlined.d.ts +2 -0
- package/NightModeOnOutlined.js +16 -0
- package/TwoSplitScreenOutlined.d.ts +2 -0
- package/TwoSplitScreenOutlined.js +16 -0
- package/es/icons/DispatchingOutlined.d.ts +4 -0
- package/es/icons/DispatchingOutlined.js +14 -0
- package/es/icons/GimbalDirectionControlOutlined.d.ts +4 -0
- package/es/icons/GimbalDirectionControlOutlined.js +14 -0
- package/es/icons/KeyboardOutlined.d.ts +4 -0
- package/es/icons/KeyboardOutlined.js +14 -0
- package/es/icons/LaserRangefinderOutlined.d.ts +4 -0
- package/es/icons/LaserRangefinderOutlined.js +14 -0
- package/es/icons/NightModeAutoOutlined.d.ts +4 -0
- package/es/icons/NightModeAutoOutlined.js +14 -0
- package/es/icons/NightModeOffOutlined.d.ts +4 -0
- package/es/icons/NightModeOffOutlined.js +14 -0
- package/es/icons/NightModeOnOutlined.d.ts +4 -0
- package/es/icons/NightModeOnOutlined.js +14 -0
- package/es/icons/TwoSplitScreenOutlined.d.ts +4 -0
- package/es/icons/TwoSplitScreenOutlined.js +14 -0
- package/es/icons/index.d.ts +8 -0
- package/es/icons/index.js +8 -0
- package/lib/icons/DispatchingOutlined.d.ts +4 -0
- package/lib/icons/DispatchingOutlined.js +41 -0
- package/lib/icons/GimbalDirectionControlOutlined.d.ts +4 -0
- package/lib/icons/GimbalDirectionControlOutlined.js +41 -0
- package/lib/icons/KeyboardOutlined.d.ts +4 -0
- package/lib/icons/KeyboardOutlined.js +41 -0
- package/lib/icons/LaserRangefinderOutlined.d.ts +4 -0
- package/lib/icons/LaserRangefinderOutlined.js +41 -0
- package/lib/icons/NightModeAutoOutlined.d.ts +4 -0
- package/lib/icons/NightModeAutoOutlined.js +41 -0
- package/lib/icons/NightModeOffOutlined.d.ts +4 -0
- package/lib/icons/NightModeOffOutlined.js +41 -0
- package/lib/icons/NightModeOnOutlined.d.ts +4 -0
- package/lib/icons/NightModeOnOutlined.js +41 -0
- package/lib/icons/TwoSplitScreenOutlined.d.ts +4 -0
- package/lib/icons/TwoSplitScreenOutlined.js +41 -0
- package/lib/icons/index.d.ts +8 -0
- package/lib/icons/index.js +24 -0
- package/package.json +2 -2
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.99.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.98.0...v2.99.0) (2026-02-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* 增加无人机相关icon ([e9eb591](https://github.com/sensoro-design/sensoro-design-icons/commit/e9eb5912f7d42799704c58438b2f05c41b4a89da))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.98.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.97.0...v2.98.0) (2025-12-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add DispatchingOutlined ([e3dc0c3](https://github.com/sensoro-design/sensoro-design-icons/commit/e3dc0c34e766b07a360dbaf17e773493989fc794))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [2.97.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.96.0...v2.97.0) (2025-09-23)
|
|
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 _DispatchingOutlined = _interopRequireDefault(require('./es/icons/DispatchingOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _DispatchingOutlined;
|
|
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 _GimbalDirectionControlOutlined = _interopRequireDefault(require('./es/icons/GimbalDirectionControlOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _GimbalDirectionControlOutlined;
|
|
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 _KeyboardOutlined = _interopRequireDefault(require('./es/icons/KeyboardOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _KeyboardOutlined;
|
|
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 _LaserRangefinderOutlined = _interopRequireDefault(require('./es/icons/LaserRangefinderOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _LaserRangefinderOutlined;
|
|
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 _NightModeAutoOutlined = _interopRequireDefault(require('./es/icons/NightModeAutoOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _NightModeAutoOutlined;
|
|
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 _NightModeOffOutlined = _interopRequireDefault(require('./es/icons/NightModeOffOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _NightModeOffOutlined;
|
|
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 _NightModeOnOutlined = _interopRequireDefault(require('./es/icons/NightModeOnOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _NightModeOnOutlined;
|
|
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 _TwoSplitScreenOutlined = _interopRequireDefault(require('./es/icons/TwoSplitScreenOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _TwoSplitScreenOutlined;
|
|
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 DispatchingOutlinedSvg from '@sensoro-design/icons-svg/es/asn/DispatchingOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var DispatchingOutlined = function DispatchingOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: DispatchingOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(DispatchingOutlined);
|
|
13
|
+
RefIcon.displayName = 'DispatchingOutlined';
|
|
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 GimbalDirectionControlOutlinedSvg from '@sensoro-design/icons-svg/es/asn/GimbalDirectionControlOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var GimbalDirectionControlOutlined = function GimbalDirectionControlOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: GimbalDirectionControlOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(GimbalDirectionControlOutlined);
|
|
13
|
+
RefIcon.displayName = 'GimbalDirectionControlOutlined';
|
|
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 KeyboardOutlinedSvg from '@sensoro-design/icons-svg/es/asn/KeyboardOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var KeyboardOutlined = function KeyboardOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: KeyboardOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(KeyboardOutlined);
|
|
13
|
+
RefIcon.displayName = 'KeyboardOutlined';
|
|
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 LaserRangefinderOutlinedSvg from '@sensoro-design/icons-svg/es/asn/LaserRangefinderOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var LaserRangefinderOutlined = function LaserRangefinderOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: LaserRangefinderOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(LaserRangefinderOutlined);
|
|
13
|
+
RefIcon.displayName = 'LaserRangefinderOutlined';
|
|
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 NightModeAutoOutlinedSvg from '@sensoro-design/icons-svg/es/asn/NightModeAutoOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var NightModeAutoOutlined = function NightModeAutoOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: NightModeAutoOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(NightModeAutoOutlined);
|
|
13
|
+
RefIcon.displayName = 'NightModeAutoOutlined';
|
|
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 NightModeOffOutlinedSvg from '@sensoro-design/icons-svg/es/asn/NightModeOffOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var NightModeOffOutlined = function NightModeOffOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: NightModeOffOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(NightModeOffOutlined);
|
|
13
|
+
RefIcon.displayName = 'NightModeOffOutlined';
|
|
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 NightModeOnOutlinedSvg from '@sensoro-design/icons-svg/es/asn/NightModeOnOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var NightModeOnOutlined = function NightModeOnOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: NightModeOnOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(NightModeOnOutlined);
|
|
13
|
+
RefIcon.displayName = 'NightModeOnOutlined';
|
|
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 TwoSplitScreenOutlinedSvg from '@sensoro-design/icons-svg/es/asn/TwoSplitScreenOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var TwoSplitScreenOutlined = function TwoSplitScreenOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: TwoSplitScreenOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(TwoSplitScreenOutlined);
|
|
13
|
+
RefIcon.displayName = 'TwoSplitScreenOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -225,6 +225,7 @@ export { default as DigitalMediaFilled } from './DigitalMediaFilled';
|
|
|
225
225
|
export { default as DigitalMediaOutlined } from './DigitalMediaOutlined';
|
|
226
226
|
export { default as DirectedFlightOutlined } from './DirectedFlightOutlined';
|
|
227
227
|
export { default as DislikeOutlined } from './DislikeOutlined';
|
|
228
|
+
export { default as DispatchingOutlined } from './DispatchingOutlined';
|
|
228
229
|
export { default as DistanceOutlined } from './DistanceOutlined';
|
|
229
230
|
export { default as DockFilled } from './DockFilled';
|
|
230
231
|
export { default as DockOutlined } from './DockOutlined';
|
|
@@ -428,6 +429,7 @@ export { default as GimbalBackDownPurely } from './GimbalBackDownPurely';
|
|
|
428
429
|
export { default as GimbalBackDownWhitePurely } from './GimbalBackDownWhitePurely';
|
|
429
430
|
export { default as GimbalCenterPurely } from './GimbalCenterPurely';
|
|
430
431
|
export { default as GimbalCenterWhitePurely } from './GimbalCenterWhitePurely';
|
|
432
|
+
export { default as GimbalDirectionControlOutlined } from './GimbalDirectionControlOutlined';
|
|
431
433
|
export { default as GimbalDownPurely } from './GimbalDownPurely';
|
|
432
434
|
export { default as GimbalDownWhitePurely } from './GimbalDownWhitePurely';
|
|
433
435
|
export { default as GithubFilled } from './GithubFilled';
|
|
@@ -517,10 +519,12 @@ export { default as KeyAreaOutlined } from './KeyAreaOutlined';
|
|
|
517
519
|
export { default as KeyOutlined } from './KeyOutlined';
|
|
518
520
|
export { default as KeyPersonPurely } from './KeyPersonPurely';
|
|
519
521
|
export { default as KeyVehiclePurely } from './KeyVehiclePurely';
|
|
522
|
+
export { default as KeyboardOutlined } from './KeyboardOutlined';
|
|
520
523
|
export { default as KinescopeOutlined } from './KinescopeOutlined';
|
|
521
524
|
export { default as KinescopeStopOutlined } from './KinescopeStopOutlined';
|
|
522
525
|
export { default as LakeOutlined } from './LakeOutlined';
|
|
523
526
|
export { default as LandingOutlined } from './LandingOutlined';
|
|
527
|
+
export { default as LaserRangefinderOutlined } from './LaserRangefinderOutlined';
|
|
524
528
|
export { default as LayoutDownOutlined } from './LayoutDownOutlined';
|
|
525
529
|
export { default as LayoutOutlined } from './LayoutOutlined';
|
|
526
530
|
export { default as LayoutRightOutlined } from './LayoutRightOutlined';
|
|
@@ -641,6 +645,9 @@ export { default as MuteOutlined } from './MuteOutlined';
|
|
|
641
645
|
export { default as NaturalGasOutlined } from './NaturalGasOutlined';
|
|
642
646
|
export { default as NextOutlined } from './NextOutlined';
|
|
643
647
|
export { default as Nh3Outlined } from './Nh3Outlined';
|
|
648
|
+
export { default as NightModeAutoOutlined } from './NightModeAutoOutlined';
|
|
649
|
+
export { default as NightModeOffOutlined } from './NightModeOffOutlined';
|
|
650
|
+
export { default as NightModeOnOutlined } from './NightModeOnOutlined';
|
|
644
651
|
export { default as NoAlarmPurely } from './NoAlarmPurely';
|
|
645
652
|
export { default as NoAppPurely } from './NoAppPurely';
|
|
646
653
|
export { default as NoCarPurely } from './NoCarPurely';
|
|
@@ -984,6 +991,7 @@ export { default as TurnAroundOutlined } from './TurnAroundOutlined';
|
|
|
984
991
|
export { default as TurnLeftOutlined } from './TurnLeftOutlined';
|
|
985
992
|
export { default as TurnRightOutlined } from './TurnRightOutlined';
|
|
986
993
|
export { default as TwinsOutlined } from './TwinsOutlined';
|
|
994
|
+
export { default as TwoSplitScreenOutlined } from './TwoSplitScreenOutlined';
|
|
987
995
|
export { default as TyphoonOutlined } from './TyphoonOutlined';
|
|
988
996
|
export { default as UnitFilled } from './UnitFilled';
|
|
989
997
|
export { default as UnitOutlined } from './UnitOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -226,6 +226,7 @@ export { default as DigitalMediaFilled } from "./DigitalMediaFilled";
|
|
|
226
226
|
export { default as DigitalMediaOutlined } from "./DigitalMediaOutlined";
|
|
227
227
|
export { default as DirectedFlightOutlined } from "./DirectedFlightOutlined";
|
|
228
228
|
export { default as DislikeOutlined } from "./DislikeOutlined";
|
|
229
|
+
export { default as DispatchingOutlined } from "./DispatchingOutlined";
|
|
229
230
|
export { default as DistanceOutlined } from "./DistanceOutlined";
|
|
230
231
|
export { default as DockFilled } from "./DockFilled";
|
|
231
232
|
export { default as DockOutlined } from "./DockOutlined";
|
|
@@ -429,6 +430,7 @@ export { default as GimbalBackDownPurely } from "./GimbalBackDownPurely";
|
|
|
429
430
|
export { default as GimbalBackDownWhitePurely } from "./GimbalBackDownWhitePurely";
|
|
430
431
|
export { default as GimbalCenterPurely } from "./GimbalCenterPurely";
|
|
431
432
|
export { default as GimbalCenterWhitePurely } from "./GimbalCenterWhitePurely";
|
|
433
|
+
export { default as GimbalDirectionControlOutlined } from "./GimbalDirectionControlOutlined";
|
|
432
434
|
export { default as GimbalDownPurely } from "./GimbalDownPurely";
|
|
433
435
|
export { default as GimbalDownWhitePurely } from "./GimbalDownWhitePurely";
|
|
434
436
|
export { default as GithubFilled } from "./GithubFilled";
|
|
@@ -518,10 +520,12 @@ export { default as KeyAreaOutlined } from "./KeyAreaOutlined";
|
|
|
518
520
|
export { default as KeyOutlined } from "./KeyOutlined";
|
|
519
521
|
export { default as KeyPersonPurely } from "./KeyPersonPurely";
|
|
520
522
|
export { default as KeyVehiclePurely } from "./KeyVehiclePurely";
|
|
523
|
+
export { default as KeyboardOutlined } from "./KeyboardOutlined";
|
|
521
524
|
export { default as KinescopeOutlined } from "./KinescopeOutlined";
|
|
522
525
|
export { default as KinescopeStopOutlined } from "./KinescopeStopOutlined";
|
|
523
526
|
export { default as LakeOutlined } from "./LakeOutlined";
|
|
524
527
|
export { default as LandingOutlined } from "./LandingOutlined";
|
|
528
|
+
export { default as LaserRangefinderOutlined } from "./LaserRangefinderOutlined";
|
|
525
529
|
export { default as LayoutDownOutlined } from "./LayoutDownOutlined";
|
|
526
530
|
export { default as LayoutOutlined } from "./LayoutOutlined";
|
|
527
531
|
export { default as LayoutRightOutlined } from "./LayoutRightOutlined";
|
|
@@ -642,6 +646,9 @@ export { default as MuteOutlined } from "./MuteOutlined";
|
|
|
642
646
|
export { default as NaturalGasOutlined } from "./NaturalGasOutlined";
|
|
643
647
|
export { default as NextOutlined } from "./NextOutlined";
|
|
644
648
|
export { default as Nh3Outlined } from "./Nh3Outlined";
|
|
649
|
+
export { default as NightModeAutoOutlined } from "./NightModeAutoOutlined";
|
|
650
|
+
export { default as NightModeOffOutlined } from "./NightModeOffOutlined";
|
|
651
|
+
export { default as NightModeOnOutlined } from "./NightModeOnOutlined";
|
|
645
652
|
export { default as NoAlarmPurely } from "./NoAlarmPurely";
|
|
646
653
|
export { default as NoAppPurely } from "./NoAppPurely";
|
|
647
654
|
export { default as NoCarPurely } from "./NoCarPurely";
|
|
@@ -985,6 +992,7 @@ export { default as TurnAroundOutlined } from "./TurnAroundOutlined";
|
|
|
985
992
|
export { default as TurnLeftOutlined } from "./TurnLeftOutlined";
|
|
986
993
|
export { default as TurnRightOutlined } from "./TurnRightOutlined";
|
|
987
994
|
export { default as TwinsOutlined } from "./TwinsOutlined";
|
|
995
|
+
export { default as TwoSplitScreenOutlined } from "./TwoSplitScreenOutlined";
|
|
988
996
|
export { default as TyphoonOutlined } from "./TyphoonOutlined";
|
|
989
997
|
export { default as UnitFilled } from "./UnitFilled";
|
|
990
998
|
export { default as UnitOutlined } from "./UnitOutlined";
|
|
@@ -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/DispatchingOutlined.tsx
|
|
30
|
+
var DispatchingOutlined_exports = {};
|
|
31
|
+
__export(DispatchingOutlined_exports, {
|
|
32
|
+
default: () => DispatchingOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(DispatchingOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_DispatchingOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/DispatchingOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var DispatchingOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_DispatchingOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(DispatchingOutlined);
|
|
40
|
+
RefIcon.displayName = "DispatchingOutlined";
|
|
41
|
+
var DispatchingOutlined_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/GimbalDirectionControlOutlined.tsx
|
|
30
|
+
var GimbalDirectionControlOutlined_exports = {};
|
|
31
|
+
__export(GimbalDirectionControlOutlined_exports, {
|
|
32
|
+
default: () => GimbalDirectionControlOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(GimbalDirectionControlOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_GimbalDirectionControlOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/GimbalDirectionControlOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var GimbalDirectionControlOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_GimbalDirectionControlOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(GimbalDirectionControlOutlined);
|
|
40
|
+
RefIcon.displayName = "GimbalDirectionControlOutlined";
|
|
41
|
+
var GimbalDirectionControlOutlined_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/KeyboardOutlined.tsx
|
|
30
|
+
var KeyboardOutlined_exports = {};
|
|
31
|
+
__export(KeyboardOutlined_exports, {
|
|
32
|
+
default: () => KeyboardOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(KeyboardOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_KeyboardOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/KeyboardOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var KeyboardOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_KeyboardOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(KeyboardOutlined);
|
|
40
|
+
RefIcon.displayName = "KeyboardOutlined";
|
|
41
|
+
var KeyboardOutlined_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/LaserRangefinderOutlined.tsx
|
|
30
|
+
var LaserRangefinderOutlined_exports = {};
|
|
31
|
+
__export(LaserRangefinderOutlined_exports, {
|
|
32
|
+
default: () => LaserRangefinderOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(LaserRangefinderOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_LaserRangefinderOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/LaserRangefinderOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var LaserRangefinderOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_LaserRangefinderOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(LaserRangefinderOutlined);
|
|
40
|
+
RefIcon.displayName = "LaserRangefinderOutlined";
|
|
41
|
+
var LaserRangefinderOutlined_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/NightModeAutoOutlined.tsx
|
|
30
|
+
var NightModeAutoOutlined_exports = {};
|
|
31
|
+
__export(NightModeAutoOutlined_exports, {
|
|
32
|
+
default: () => NightModeAutoOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(NightModeAutoOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_NightModeAutoOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/NightModeAutoOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var NightModeAutoOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_NightModeAutoOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(NightModeAutoOutlined);
|
|
40
|
+
RefIcon.displayName = "NightModeAutoOutlined";
|
|
41
|
+
var NightModeAutoOutlined_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/NightModeOffOutlined.tsx
|
|
30
|
+
var NightModeOffOutlined_exports = {};
|
|
31
|
+
__export(NightModeOffOutlined_exports, {
|
|
32
|
+
default: () => NightModeOffOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(NightModeOffOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_NightModeOffOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/NightModeOffOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var NightModeOffOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_NightModeOffOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(NightModeOffOutlined);
|
|
40
|
+
RefIcon.displayName = "NightModeOffOutlined";
|
|
41
|
+
var NightModeOffOutlined_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/NightModeOnOutlined.tsx
|
|
30
|
+
var NightModeOnOutlined_exports = {};
|
|
31
|
+
__export(NightModeOnOutlined_exports, {
|
|
32
|
+
default: () => NightModeOnOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(NightModeOnOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_NightModeOnOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/NightModeOnOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var NightModeOnOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_NightModeOnOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(NightModeOnOutlined);
|
|
40
|
+
RefIcon.displayName = "NightModeOnOutlined";
|
|
41
|
+
var NightModeOnOutlined_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/TwoSplitScreenOutlined.tsx
|
|
30
|
+
var TwoSplitScreenOutlined_exports = {};
|
|
31
|
+
__export(TwoSplitScreenOutlined_exports, {
|
|
32
|
+
default: () => TwoSplitScreenOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(TwoSplitScreenOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_TwoSplitScreenOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/TwoSplitScreenOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var TwoSplitScreenOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_TwoSplitScreenOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(TwoSplitScreenOutlined);
|
|
40
|
+
RefIcon.displayName = "TwoSplitScreenOutlined";
|
|
41
|
+
var TwoSplitScreenOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -225,6 +225,7 @@ export { default as DigitalMediaFilled } from './DigitalMediaFilled';
|
|
|
225
225
|
export { default as DigitalMediaOutlined } from './DigitalMediaOutlined';
|
|
226
226
|
export { default as DirectedFlightOutlined } from './DirectedFlightOutlined';
|
|
227
227
|
export { default as DislikeOutlined } from './DislikeOutlined';
|
|
228
|
+
export { default as DispatchingOutlined } from './DispatchingOutlined';
|
|
228
229
|
export { default as DistanceOutlined } from './DistanceOutlined';
|
|
229
230
|
export { default as DockFilled } from './DockFilled';
|
|
230
231
|
export { default as DockOutlined } from './DockOutlined';
|
|
@@ -428,6 +429,7 @@ export { default as GimbalBackDownPurely } from './GimbalBackDownPurely';
|
|
|
428
429
|
export { default as GimbalBackDownWhitePurely } from './GimbalBackDownWhitePurely';
|
|
429
430
|
export { default as GimbalCenterPurely } from './GimbalCenterPurely';
|
|
430
431
|
export { default as GimbalCenterWhitePurely } from './GimbalCenterWhitePurely';
|
|
432
|
+
export { default as GimbalDirectionControlOutlined } from './GimbalDirectionControlOutlined';
|
|
431
433
|
export { default as GimbalDownPurely } from './GimbalDownPurely';
|
|
432
434
|
export { default as GimbalDownWhitePurely } from './GimbalDownWhitePurely';
|
|
433
435
|
export { default as GithubFilled } from './GithubFilled';
|
|
@@ -517,10 +519,12 @@ export { default as KeyAreaOutlined } from './KeyAreaOutlined';
|
|
|
517
519
|
export { default as KeyOutlined } from './KeyOutlined';
|
|
518
520
|
export { default as KeyPersonPurely } from './KeyPersonPurely';
|
|
519
521
|
export { default as KeyVehiclePurely } from './KeyVehiclePurely';
|
|
522
|
+
export { default as KeyboardOutlined } from './KeyboardOutlined';
|
|
520
523
|
export { default as KinescopeOutlined } from './KinescopeOutlined';
|
|
521
524
|
export { default as KinescopeStopOutlined } from './KinescopeStopOutlined';
|
|
522
525
|
export { default as LakeOutlined } from './LakeOutlined';
|
|
523
526
|
export { default as LandingOutlined } from './LandingOutlined';
|
|
527
|
+
export { default as LaserRangefinderOutlined } from './LaserRangefinderOutlined';
|
|
524
528
|
export { default as LayoutDownOutlined } from './LayoutDownOutlined';
|
|
525
529
|
export { default as LayoutOutlined } from './LayoutOutlined';
|
|
526
530
|
export { default as LayoutRightOutlined } from './LayoutRightOutlined';
|
|
@@ -641,6 +645,9 @@ export { default as MuteOutlined } from './MuteOutlined';
|
|
|
641
645
|
export { default as NaturalGasOutlined } from './NaturalGasOutlined';
|
|
642
646
|
export { default as NextOutlined } from './NextOutlined';
|
|
643
647
|
export { default as Nh3Outlined } from './Nh3Outlined';
|
|
648
|
+
export { default as NightModeAutoOutlined } from './NightModeAutoOutlined';
|
|
649
|
+
export { default as NightModeOffOutlined } from './NightModeOffOutlined';
|
|
650
|
+
export { default as NightModeOnOutlined } from './NightModeOnOutlined';
|
|
644
651
|
export { default as NoAlarmPurely } from './NoAlarmPurely';
|
|
645
652
|
export { default as NoAppPurely } from './NoAppPurely';
|
|
646
653
|
export { default as NoCarPurely } from './NoCarPurely';
|
|
@@ -984,6 +991,7 @@ export { default as TurnAroundOutlined } from './TurnAroundOutlined';
|
|
|
984
991
|
export { default as TurnLeftOutlined } from './TurnLeftOutlined';
|
|
985
992
|
export { default as TurnRightOutlined } from './TurnRightOutlined';
|
|
986
993
|
export { default as TwinsOutlined } from './TwinsOutlined';
|
|
994
|
+
export { default as TwoSplitScreenOutlined } from './TwoSplitScreenOutlined';
|
|
987
995
|
export { default as TyphoonOutlined } from './TyphoonOutlined';
|
|
988
996
|
export { default as UnitFilled } from './UnitFilled';
|
|
989
997
|
export { default as UnitOutlined } from './UnitOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -256,6 +256,7 @@ __export(icons_exports, {
|
|
|
256
256
|
DigitalMediaOutlined: () => import_DigitalMediaOutlined.default,
|
|
257
257
|
DirectedFlightOutlined: () => import_DirectedFlightOutlined.default,
|
|
258
258
|
DislikeOutlined: () => import_DislikeOutlined.default,
|
|
259
|
+
DispatchingOutlined: () => import_DispatchingOutlined.default,
|
|
259
260
|
DistanceOutlined: () => import_DistanceOutlined.default,
|
|
260
261
|
DockFilled: () => import_DockFilled.default,
|
|
261
262
|
DockOutlined: () => import_DockOutlined.default,
|
|
@@ -459,6 +460,7 @@ __export(icons_exports, {
|
|
|
459
460
|
GimbalBackDownWhitePurely: () => import_GimbalBackDownWhitePurely.default,
|
|
460
461
|
GimbalCenterPurely: () => import_GimbalCenterPurely.default,
|
|
461
462
|
GimbalCenterWhitePurely: () => import_GimbalCenterWhitePurely.default,
|
|
463
|
+
GimbalDirectionControlOutlined: () => import_GimbalDirectionControlOutlined.default,
|
|
462
464
|
GimbalDownPurely: () => import_GimbalDownPurely.default,
|
|
463
465
|
GimbalDownWhitePurely: () => import_GimbalDownWhitePurely.default,
|
|
464
466
|
GithubFilled: () => import_GithubFilled.default,
|
|
@@ -548,10 +550,12 @@ __export(icons_exports, {
|
|
|
548
550
|
KeyOutlined: () => import_KeyOutlined.default,
|
|
549
551
|
KeyPersonPurely: () => import_KeyPersonPurely.default,
|
|
550
552
|
KeyVehiclePurely: () => import_KeyVehiclePurely.default,
|
|
553
|
+
KeyboardOutlined: () => import_KeyboardOutlined.default,
|
|
551
554
|
KinescopeOutlined: () => import_KinescopeOutlined.default,
|
|
552
555
|
KinescopeStopOutlined: () => import_KinescopeStopOutlined.default,
|
|
553
556
|
LakeOutlined: () => import_LakeOutlined.default,
|
|
554
557
|
LandingOutlined: () => import_LandingOutlined.default,
|
|
558
|
+
LaserRangefinderOutlined: () => import_LaserRangefinderOutlined.default,
|
|
555
559
|
LayoutDownOutlined: () => import_LayoutDownOutlined.default,
|
|
556
560
|
LayoutOutlined: () => import_LayoutOutlined.default,
|
|
557
561
|
LayoutRightOutlined: () => import_LayoutRightOutlined.default,
|
|
@@ -672,6 +676,9 @@ __export(icons_exports, {
|
|
|
672
676
|
NaturalGasOutlined: () => import_NaturalGasOutlined.default,
|
|
673
677
|
NextOutlined: () => import_NextOutlined.default,
|
|
674
678
|
Nh3Outlined: () => import_Nh3Outlined.default,
|
|
679
|
+
NightModeAutoOutlined: () => import_NightModeAutoOutlined.default,
|
|
680
|
+
NightModeOffOutlined: () => import_NightModeOffOutlined.default,
|
|
681
|
+
NightModeOnOutlined: () => import_NightModeOnOutlined.default,
|
|
675
682
|
NoAlarmPurely: () => import_NoAlarmPurely.default,
|
|
676
683
|
NoAppPurely: () => import_NoAppPurely.default,
|
|
677
684
|
NoCarPurely: () => import_NoCarPurely.default,
|
|
@@ -1015,6 +1022,7 @@ __export(icons_exports, {
|
|
|
1015
1022
|
TurnLeftOutlined: () => import_TurnLeftOutlined.default,
|
|
1016
1023
|
TurnRightOutlined: () => import_TurnRightOutlined.default,
|
|
1017
1024
|
TwinsOutlined: () => import_TwinsOutlined.default,
|
|
1025
|
+
TwoSplitScreenOutlined: () => import_TwoSplitScreenOutlined.default,
|
|
1018
1026
|
TyphoonOutlined: () => import_TyphoonOutlined.default,
|
|
1019
1027
|
UnitFilled: () => import_UnitFilled.default,
|
|
1020
1028
|
UnitOutlined: () => import_UnitOutlined.default,
|
|
@@ -1347,6 +1355,7 @@ var import_DigitalMediaFilled = __toESM(require("./DigitalMediaFilled"));
|
|
|
1347
1355
|
var import_DigitalMediaOutlined = __toESM(require("./DigitalMediaOutlined"));
|
|
1348
1356
|
var import_DirectedFlightOutlined = __toESM(require("./DirectedFlightOutlined"));
|
|
1349
1357
|
var import_DislikeOutlined = __toESM(require("./DislikeOutlined"));
|
|
1358
|
+
var import_DispatchingOutlined = __toESM(require("./DispatchingOutlined"));
|
|
1350
1359
|
var import_DistanceOutlined = __toESM(require("./DistanceOutlined"));
|
|
1351
1360
|
var import_DockFilled = __toESM(require("./DockFilled"));
|
|
1352
1361
|
var import_DockOutlined = __toESM(require("./DockOutlined"));
|
|
@@ -1550,6 +1559,7 @@ var import_GimbalBackDownPurely = __toESM(require("./GimbalBackDownPurely"));
|
|
|
1550
1559
|
var import_GimbalBackDownWhitePurely = __toESM(require("./GimbalBackDownWhitePurely"));
|
|
1551
1560
|
var import_GimbalCenterPurely = __toESM(require("./GimbalCenterPurely"));
|
|
1552
1561
|
var import_GimbalCenterWhitePurely = __toESM(require("./GimbalCenterWhitePurely"));
|
|
1562
|
+
var import_GimbalDirectionControlOutlined = __toESM(require("./GimbalDirectionControlOutlined"));
|
|
1553
1563
|
var import_GimbalDownPurely = __toESM(require("./GimbalDownPurely"));
|
|
1554
1564
|
var import_GimbalDownWhitePurely = __toESM(require("./GimbalDownWhitePurely"));
|
|
1555
1565
|
var import_GithubFilled = __toESM(require("./GithubFilled"));
|
|
@@ -1639,10 +1649,12 @@ var import_KeyAreaOutlined = __toESM(require("./KeyAreaOutlined"));
|
|
|
1639
1649
|
var import_KeyOutlined = __toESM(require("./KeyOutlined"));
|
|
1640
1650
|
var import_KeyPersonPurely = __toESM(require("./KeyPersonPurely"));
|
|
1641
1651
|
var import_KeyVehiclePurely = __toESM(require("./KeyVehiclePurely"));
|
|
1652
|
+
var import_KeyboardOutlined = __toESM(require("./KeyboardOutlined"));
|
|
1642
1653
|
var import_KinescopeOutlined = __toESM(require("./KinescopeOutlined"));
|
|
1643
1654
|
var import_KinescopeStopOutlined = __toESM(require("./KinescopeStopOutlined"));
|
|
1644
1655
|
var import_LakeOutlined = __toESM(require("./LakeOutlined"));
|
|
1645
1656
|
var import_LandingOutlined = __toESM(require("./LandingOutlined"));
|
|
1657
|
+
var import_LaserRangefinderOutlined = __toESM(require("./LaserRangefinderOutlined"));
|
|
1646
1658
|
var import_LayoutDownOutlined = __toESM(require("./LayoutDownOutlined"));
|
|
1647
1659
|
var import_LayoutOutlined = __toESM(require("./LayoutOutlined"));
|
|
1648
1660
|
var import_LayoutRightOutlined = __toESM(require("./LayoutRightOutlined"));
|
|
@@ -1763,6 +1775,9 @@ var import_MuteOutlined = __toESM(require("./MuteOutlined"));
|
|
|
1763
1775
|
var import_NaturalGasOutlined = __toESM(require("./NaturalGasOutlined"));
|
|
1764
1776
|
var import_NextOutlined = __toESM(require("./NextOutlined"));
|
|
1765
1777
|
var import_Nh3Outlined = __toESM(require("./Nh3Outlined"));
|
|
1778
|
+
var import_NightModeAutoOutlined = __toESM(require("./NightModeAutoOutlined"));
|
|
1779
|
+
var import_NightModeOffOutlined = __toESM(require("./NightModeOffOutlined"));
|
|
1780
|
+
var import_NightModeOnOutlined = __toESM(require("./NightModeOnOutlined"));
|
|
1766
1781
|
var import_NoAlarmPurely = __toESM(require("./NoAlarmPurely"));
|
|
1767
1782
|
var import_NoAppPurely = __toESM(require("./NoAppPurely"));
|
|
1768
1783
|
var import_NoCarPurely = __toESM(require("./NoCarPurely"));
|
|
@@ -2106,6 +2121,7 @@ var import_TurnAroundOutlined = __toESM(require("./TurnAroundOutlined"));
|
|
|
2106
2121
|
var import_TurnLeftOutlined = __toESM(require("./TurnLeftOutlined"));
|
|
2107
2122
|
var import_TurnRightOutlined = __toESM(require("./TurnRightOutlined"));
|
|
2108
2123
|
var import_TwinsOutlined = __toESM(require("./TwinsOutlined"));
|
|
2124
|
+
var import_TwoSplitScreenOutlined = __toESM(require("./TwoSplitScreenOutlined"));
|
|
2109
2125
|
var import_TyphoonOutlined = __toESM(require("./TyphoonOutlined"));
|
|
2110
2126
|
var import_UnitFilled = __toESM(require("./UnitFilled"));
|
|
2111
2127
|
var import_UnitOutlined = __toESM(require("./UnitOutlined"));
|
|
@@ -2438,6 +2454,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2438
2454
|
DigitalMediaOutlined,
|
|
2439
2455
|
DirectedFlightOutlined,
|
|
2440
2456
|
DislikeOutlined,
|
|
2457
|
+
DispatchingOutlined,
|
|
2441
2458
|
DistanceOutlined,
|
|
2442
2459
|
DockFilled,
|
|
2443
2460
|
DockOutlined,
|
|
@@ -2641,6 +2658,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2641
2658
|
GimbalBackDownWhitePurely,
|
|
2642
2659
|
GimbalCenterPurely,
|
|
2643
2660
|
GimbalCenterWhitePurely,
|
|
2661
|
+
GimbalDirectionControlOutlined,
|
|
2644
2662
|
GimbalDownPurely,
|
|
2645
2663
|
GimbalDownWhitePurely,
|
|
2646
2664
|
GithubFilled,
|
|
@@ -2730,10 +2748,12 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2730
2748
|
KeyOutlined,
|
|
2731
2749
|
KeyPersonPurely,
|
|
2732
2750
|
KeyVehiclePurely,
|
|
2751
|
+
KeyboardOutlined,
|
|
2733
2752
|
KinescopeOutlined,
|
|
2734
2753
|
KinescopeStopOutlined,
|
|
2735
2754
|
LakeOutlined,
|
|
2736
2755
|
LandingOutlined,
|
|
2756
|
+
LaserRangefinderOutlined,
|
|
2737
2757
|
LayoutDownOutlined,
|
|
2738
2758
|
LayoutOutlined,
|
|
2739
2759
|
LayoutRightOutlined,
|
|
@@ -2854,6 +2874,9 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2854
2874
|
NaturalGasOutlined,
|
|
2855
2875
|
NextOutlined,
|
|
2856
2876
|
Nh3Outlined,
|
|
2877
|
+
NightModeAutoOutlined,
|
|
2878
|
+
NightModeOffOutlined,
|
|
2879
|
+
NightModeOnOutlined,
|
|
2857
2880
|
NoAlarmPurely,
|
|
2858
2881
|
NoAppPurely,
|
|
2859
2882
|
NoCarPurely,
|
|
@@ -3197,6 +3220,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3197
3220
|
TurnLeftOutlined,
|
|
3198
3221
|
TurnRightOutlined,
|
|
3199
3222
|
TwinsOutlined,
|
|
3223
|
+
TwoSplitScreenOutlined,
|
|
3200
3224
|
TyphoonOutlined,
|
|
3201
3225
|
UnitFilled,
|
|
3202
3226
|
UnitOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.99.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.99.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|