@sensoro-design/icons 2.98.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/GimbalDirectionControlOutlined.d.ts +2 -0
  3. package/GimbalDirectionControlOutlined.js +16 -0
  4. package/KeyboardOutlined.d.ts +2 -0
  5. package/KeyboardOutlined.js +16 -0
  6. package/LaserRangefinderOutlined.d.ts +2 -0
  7. package/LaserRangefinderOutlined.js +16 -0
  8. package/NightModeAutoOutlined.d.ts +2 -0
  9. package/NightModeAutoOutlined.js +16 -0
  10. package/NightModeOffOutlined.d.ts +2 -0
  11. package/NightModeOffOutlined.js +16 -0
  12. package/NightModeOnOutlined.d.ts +2 -0
  13. package/NightModeOnOutlined.js +16 -0
  14. package/TwoSplitScreenOutlined.d.ts +2 -0
  15. package/TwoSplitScreenOutlined.js +16 -0
  16. package/es/icons/GimbalDirectionControlOutlined.d.ts +4 -0
  17. package/es/icons/GimbalDirectionControlOutlined.js +14 -0
  18. package/es/icons/KeyboardOutlined.d.ts +4 -0
  19. package/es/icons/KeyboardOutlined.js +14 -0
  20. package/es/icons/LaserRangefinderOutlined.d.ts +4 -0
  21. package/es/icons/LaserRangefinderOutlined.js +14 -0
  22. package/es/icons/NightModeAutoOutlined.d.ts +4 -0
  23. package/es/icons/NightModeAutoOutlined.js +14 -0
  24. package/es/icons/NightModeOffOutlined.d.ts +4 -0
  25. package/es/icons/NightModeOffOutlined.js +14 -0
  26. package/es/icons/NightModeOnOutlined.d.ts +4 -0
  27. package/es/icons/NightModeOnOutlined.js +14 -0
  28. package/es/icons/TwoSplitScreenOutlined.d.ts +4 -0
  29. package/es/icons/TwoSplitScreenOutlined.js +14 -0
  30. package/es/icons/index.d.ts +7 -0
  31. package/es/icons/index.js +7 -0
  32. package/lib/icons/GimbalDirectionControlOutlined.d.ts +4 -0
  33. package/lib/icons/GimbalDirectionControlOutlined.js +41 -0
  34. package/lib/icons/KeyboardOutlined.d.ts +4 -0
  35. package/lib/icons/KeyboardOutlined.js +41 -0
  36. package/lib/icons/LaserRangefinderOutlined.d.ts +4 -0
  37. package/lib/icons/LaserRangefinderOutlined.js +41 -0
  38. package/lib/icons/NightModeAutoOutlined.d.ts +4 -0
  39. package/lib/icons/NightModeAutoOutlined.js +41 -0
  40. package/lib/icons/NightModeOffOutlined.d.ts +4 -0
  41. package/lib/icons/NightModeOffOutlined.js +41 -0
  42. package/lib/icons/NightModeOnOutlined.d.ts +4 -0
  43. package/lib/icons/NightModeOnOutlined.js +41 -0
  44. package/lib/icons/TwoSplitScreenOutlined.d.ts +4 -0
  45. package/lib/icons/TwoSplitScreenOutlined.js +41 -0
  46. package/lib/icons/index.d.ts +7 -0
  47. package/lib/icons/index.js +21 -0
  48. package/package.json +2 -2
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.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
+
6
17
  # [2.98.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.97.0...v2.98.0) (2025-12-29)
7
18
 
8
19
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalDirectionControlOutlined';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/KeyboardOutlined';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/LaserRangefinderOutlined';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/NightModeAutoOutlined';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/NightModeOffOutlined';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/NightModeOnOutlined';
@@ -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,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/TwoSplitScreenOutlined';
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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;
@@ -429,6 +429,7 @@ export { default as GimbalBackDownPurely } from './GimbalBackDownPurely';
429
429
  export { default as GimbalBackDownWhitePurely } from './GimbalBackDownWhitePurely';
430
430
  export { default as GimbalCenterPurely } from './GimbalCenterPurely';
431
431
  export { default as GimbalCenterWhitePurely } from './GimbalCenterWhitePurely';
432
+ export { default as GimbalDirectionControlOutlined } from './GimbalDirectionControlOutlined';
432
433
  export { default as GimbalDownPurely } from './GimbalDownPurely';
433
434
  export { default as GimbalDownWhitePurely } from './GimbalDownWhitePurely';
434
435
  export { default as GithubFilled } from './GithubFilled';
@@ -518,10 +519,12 @@ export { default as KeyAreaOutlined } from './KeyAreaOutlined';
518
519
  export { default as KeyOutlined } from './KeyOutlined';
519
520
  export { default as KeyPersonPurely } from './KeyPersonPurely';
520
521
  export { default as KeyVehiclePurely } from './KeyVehiclePurely';
522
+ export { default as KeyboardOutlined } from './KeyboardOutlined';
521
523
  export { default as KinescopeOutlined } from './KinescopeOutlined';
522
524
  export { default as KinescopeStopOutlined } from './KinescopeStopOutlined';
523
525
  export { default as LakeOutlined } from './LakeOutlined';
524
526
  export { default as LandingOutlined } from './LandingOutlined';
527
+ export { default as LaserRangefinderOutlined } from './LaserRangefinderOutlined';
525
528
  export { default as LayoutDownOutlined } from './LayoutDownOutlined';
526
529
  export { default as LayoutOutlined } from './LayoutOutlined';
527
530
  export { default as LayoutRightOutlined } from './LayoutRightOutlined';
@@ -642,6 +645,9 @@ export { default as MuteOutlined } from './MuteOutlined';
642
645
  export { default as NaturalGasOutlined } from './NaturalGasOutlined';
643
646
  export { default as NextOutlined } from './NextOutlined';
644
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';
645
651
  export { default as NoAlarmPurely } from './NoAlarmPurely';
646
652
  export { default as NoAppPurely } from './NoAppPurely';
647
653
  export { default as NoCarPurely } from './NoCarPurely';
@@ -985,6 +991,7 @@ export { default as TurnAroundOutlined } from './TurnAroundOutlined';
985
991
  export { default as TurnLeftOutlined } from './TurnLeftOutlined';
986
992
  export { default as TurnRightOutlined } from './TurnRightOutlined';
987
993
  export { default as TwinsOutlined } from './TwinsOutlined';
994
+ export { default as TwoSplitScreenOutlined } from './TwoSplitScreenOutlined';
988
995
  export { default as TyphoonOutlined } from './TyphoonOutlined';
989
996
  export { default as UnitFilled } from './UnitFilled';
990
997
  export { default as UnitOutlined } from './UnitOutlined';
package/es/icons/index.js CHANGED
@@ -430,6 +430,7 @@ export { default as GimbalBackDownPurely } from "./GimbalBackDownPurely";
430
430
  export { default as GimbalBackDownWhitePurely } from "./GimbalBackDownWhitePurely";
431
431
  export { default as GimbalCenterPurely } from "./GimbalCenterPurely";
432
432
  export { default as GimbalCenterWhitePurely } from "./GimbalCenterWhitePurely";
433
+ export { default as GimbalDirectionControlOutlined } from "./GimbalDirectionControlOutlined";
433
434
  export { default as GimbalDownPurely } from "./GimbalDownPurely";
434
435
  export { default as GimbalDownWhitePurely } from "./GimbalDownWhitePurely";
435
436
  export { default as GithubFilled } from "./GithubFilled";
@@ -519,10 +520,12 @@ export { default as KeyAreaOutlined } from "./KeyAreaOutlined";
519
520
  export { default as KeyOutlined } from "./KeyOutlined";
520
521
  export { default as KeyPersonPurely } from "./KeyPersonPurely";
521
522
  export { default as KeyVehiclePurely } from "./KeyVehiclePurely";
523
+ export { default as KeyboardOutlined } from "./KeyboardOutlined";
522
524
  export { default as KinescopeOutlined } from "./KinescopeOutlined";
523
525
  export { default as KinescopeStopOutlined } from "./KinescopeStopOutlined";
524
526
  export { default as LakeOutlined } from "./LakeOutlined";
525
527
  export { default as LandingOutlined } from "./LandingOutlined";
528
+ export { default as LaserRangefinderOutlined } from "./LaserRangefinderOutlined";
526
529
  export { default as LayoutDownOutlined } from "./LayoutDownOutlined";
527
530
  export { default as LayoutOutlined } from "./LayoutOutlined";
528
531
  export { default as LayoutRightOutlined } from "./LayoutRightOutlined";
@@ -643,6 +646,9 @@ export { default as MuteOutlined } from "./MuteOutlined";
643
646
  export { default as NaturalGasOutlined } from "./NaturalGasOutlined";
644
647
  export { default as NextOutlined } from "./NextOutlined";
645
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";
646
652
  export { default as NoAlarmPurely } from "./NoAlarmPurely";
647
653
  export { default as NoAppPurely } from "./NoAppPurely";
648
654
  export { default as NoCarPurely } from "./NoCarPurely";
@@ -986,6 +992,7 @@ export { default as TurnAroundOutlined } from "./TurnAroundOutlined";
986
992
  export { default as TurnLeftOutlined } from "./TurnLeftOutlined";
987
993
  export { default as TurnRightOutlined } from "./TurnRightOutlined";
988
994
  export { default as TwinsOutlined } from "./TwinsOutlined";
995
+ export { default as TwoSplitScreenOutlined } from "./TwoSplitScreenOutlined";
989
996
  export { default as TyphoonOutlined } from "./TyphoonOutlined";
990
997
  export { default as UnitFilled } from "./UnitFilled";
991
998
  export { default as UnitOutlined } from "./UnitOutlined";
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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;
@@ -429,6 +429,7 @@ export { default as GimbalBackDownPurely } from './GimbalBackDownPurely';
429
429
  export { default as GimbalBackDownWhitePurely } from './GimbalBackDownWhitePurely';
430
430
  export { default as GimbalCenterPurely } from './GimbalCenterPurely';
431
431
  export { default as GimbalCenterWhitePurely } from './GimbalCenterWhitePurely';
432
+ export { default as GimbalDirectionControlOutlined } from './GimbalDirectionControlOutlined';
432
433
  export { default as GimbalDownPurely } from './GimbalDownPurely';
433
434
  export { default as GimbalDownWhitePurely } from './GimbalDownWhitePurely';
434
435
  export { default as GithubFilled } from './GithubFilled';
@@ -518,10 +519,12 @@ export { default as KeyAreaOutlined } from './KeyAreaOutlined';
518
519
  export { default as KeyOutlined } from './KeyOutlined';
519
520
  export { default as KeyPersonPurely } from './KeyPersonPurely';
520
521
  export { default as KeyVehiclePurely } from './KeyVehiclePurely';
522
+ export { default as KeyboardOutlined } from './KeyboardOutlined';
521
523
  export { default as KinescopeOutlined } from './KinescopeOutlined';
522
524
  export { default as KinescopeStopOutlined } from './KinescopeStopOutlined';
523
525
  export { default as LakeOutlined } from './LakeOutlined';
524
526
  export { default as LandingOutlined } from './LandingOutlined';
527
+ export { default as LaserRangefinderOutlined } from './LaserRangefinderOutlined';
525
528
  export { default as LayoutDownOutlined } from './LayoutDownOutlined';
526
529
  export { default as LayoutOutlined } from './LayoutOutlined';
527
530
  export { default as LayoutRightOutlined } from './LayoutRightOutlined';
@@ -642,6 +645,9 @@ export { default as MuteOutlined } from './MuteOutlined';
642
645
  export { default as NaturalGasOutlined } from './NaturalGasOutlined';
643
646
  export { default as NextOutlined } from './NextOutlined';
644
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';
645
651
  export { default as NoAlarmPurely } from './NoAlarmPurely';
646
652
  export { default as NoAppPurely } from './NoAppPurely';
647
653
  export { default as NoCarPurely } from './NoCarPurely';
@@ -985,6 +991,7 @@ export { default as TurnAroundOutlined } from './TurnAroundOutlined';
985
991
  export { default as TurnLeftOutlined } from './TurnLeftOutlined';
986
992
  export { default as TurnRightOutlined } from './TurnRightOutlined';
987
993
  export { default as TwinsOutlined } from './TwinsOutlined';
994
+ export { default as TwoSplitScreenOutlined } from './TwoSplitScreenOutlined';
988
995
  export { default as TyphoonOutlined } from './TyphoonOutlined';
989
996
  export { default as UnitFilled } from './UnitFilled';
990
997
  export { default as UnitOutlined } from './UnitOutlined';
@@ -460,6 +460,7 @@ __export(icons_exports, {
460
460
  GimbalBackDownWhitePurely: () => import_GimbalBackDownWhitePurely.default,
461
461
  GimbalCenterPurely: () => import_GimbalCenterPurely.default,
462
462
  GimbalCenterWhitePurely: () => import_GimbalCenterWhitePurely.default,
463
+ GimbalDirectionControlOutlined: () => import_GimbalDirectionControlOutlined.default,
463
464
  GimbalDownPurely: () => import_GimbalDownPurely.default,
464
465
  GimbalDownWhitePurely: () => import_GimbalDownWhitePurely.default,
465
466
  GithubFilled: () => import_GithubFilled.default,
@@ -549,10 +550,12 @@ __export(icons_exports, {
549
550
  KeyOutlined: () => import_KeyOutlined.default,
550
551
  KeyPersonPurely: () => import_KeyPersonPurely.default,
551
552
  KeyVehiclePurely: () => import_KeyVehiclePurely.default,
553
+ KeyboardOutlined: () => import_KeyboardOutlined.default,
552
554
  KinescopeOutlined: () => import_KinescopeOutlined.default,
553
555
  KinescopeStopOutlined: () => import_KinescopeStopOutlined.default,
554
556
  LakeOutlined: () => import_LakeOutlined.default,
555
557
  LandingOutlined: () => import_LandingOutlined.default,
558
+ LaserRangefinderOutlined: () => import_LaserRangefinderOutlined.default,
556
559
  LayoutDownOutlined: () => import_LayoutDownOutlined.default,
557
560
  LayoutOutlined: () => import_LayoutOutlined.default,
558
561
  LayoutRightOutlined: () => import_LayoutRightOutlined.default,
@@ -673,6 +676,9 @@ __export(icons_exports, {
673
676
  NaturalGasOutlined: () => import_NaturalGasOutlined.default,
674
677
  NextOutlined: () => import_NextOutlined.default,
675
678
  Nh3Outlined: () => import_Nh3Outlined.default,
679
+ NightModeAutoOutlined: () => import_NightModeAutoOutlined.default,
680
+ NightModeOffOutlined: () => import_NightModeOffOutlined.default,
681
+ NightModeOnOutlined: () => import_NightModeOnOutlined.default,
676
682
  NoAlarmPurely: () => import_NoAlarmPurely.default,
677
683
  NoAppPurely: () => import_NoAppPurely.default,
678
684
  NoCarPurely: () => import_NoCarPurely.default,
@@ -1016,6 +1022,7 @@ __export(icons_exports, {
1016
1022
  TurnLeftOutlined: () => import_TurnLeftOutlined.default,
1017
1023
  TurnRightOutlined: () => import_TurnRightOutlined.default,
1018
1024
  TwinsOutlined: () => import_TwinsOutlined.default,
1025
+ TwoSplitScreenOutlined: () => import_TwoSplitScreenOutlined.default,
1019
1026
  TyphoonOutlined: () => import_TyphoonOutlined.default,
1020
1027
  UnitFilled: () => import_UnitFilled.default,
1021
1028
  UnitOutlined: () => import_UnitOutlined.default,
@@ -1552,6 +1559,7 @@ var import_GimbalBackDownPurely = __toESM(require("./GimbalBackDownPurely"));
1552
1559
  var import_GimbalBackDownWhitePurely = __toESM(require("./GimbalBackDownWhitePurely"));
1553
1560
  var import_GimbalCenterPurely = __toESM(require("./GimbalCenterPurely"));
1554
1561
  var import_GimbalCenterWhitePurely = __toESM(require("./GimbalCenterWhitePurely"));
1562
+ var import_GimbalDirectionControlOutlined = __toESM(require("./GimbalDirectionControlOutlined"));
1555
1563
  var import_GimbalDownPurely = __toESM(require("./GimbalDownPurely"));
1556
1564
  var import_GimbalDownWhitePurely = __toESM(require("./GimbalDownWhitePurely"));
1557
1565
  var import_GithubFilled = __toESM(require("./GithubFilled"));
@@ -1641,10 +1649,12 @@ var import_KeyAreaOutlined = __toESM(require("./KeyAreaOutlined"));
1641
1649
  var import_KeyOutlined = __toESM(require("./KeyOutlined"));
1642
1650
  var import_KeyPersonPurely = __toESM(require("./KeyPersonPurely"));
1643
1651
  var import_KeyVehiclePurely = __toESM(require("./KeyVehiclePurely"));
1652
+ var import_KeyboardOutlined = __toESM(require("./KeyboardOutlined"));
1644
1653
  var import_KinescopeOutlined = __toESM(require("./KinescopeOutlined"));
1645
1654
  var import_KinescopeStopOutlined = __toESM(require("./KinescopeStopOutlined"));
1646
1655
  var import_LakeOutlined = __toESM(require("./LakeOutlined"));
1647
1656
  var import_LandingOutlined = __toESM(require("./LandingOutlined"));
1657
+ var import_LaserRangefinderOutlined = __toESM(require("./LaserRangefinderOutlined"));
1648
1658
  var import_LayoutDownOutlined = __toESM(require("./LayoutDownOutlined"));
1649
1659
  var import_LayoutOutlined = __toESM(require("./LayoutOutlined"));
1650
1660
  var import_LayoutRightOutlined = __toESM(require("./LayoutRightOutlined"));
@@ -1765,6 +1775,9 @@ var import_MuteOutlined = __toESM(require("./MuteOutlined"));
1765
1775
  var import_NaturalGasOutlined = __toESM(require("./NaturalGasOutlined"));
1766
1776
  var import_NextOutlined = __toESM(require("./NextOutlined"));
1767
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"));
1768
1781
  var import_NoAlarmPurely = __toESM(require("./NoAlarmPurely"));
1769
1782
  var import_NoAppPurely = __toESM(require("./NoAppPurely"));
1770
1783
  var import_NoCarPurely = __toESM(require("./NoCarPurely"));
@@ -2108,6 +2121,7 @@ var import_TurnAroundOutlined = __toESM(require("./TurnAroundOutlined"));
2108
2121
  var import_TurnLeftOutlined = __toESM(require("./TurnLeftOutlined"));
2109
2122
  var import_TurnRightOutlined = __toESM(require("./TurnRightOutlined"));
2110
2123
  var import_TwinsOutlined = __toESM(require("./TwinsOutlined"));
2124
+ var import_TwoSplitScreenOutlined = __toESM(require("./TwoSplitScreenOutlined"));
2111
2125
  var import_TyphoonOutlined = __toESM(require("./TyphoonOutlined"));
2112
2126
  var import_UnitFilled = __toESM(require("./UnitFilled"));
2113
2127
  var import_UnitOutlined = __toESM(require("./UnitOutlined"));
@@ -2644,6 +2658,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2644
2658
  GimbalBackDownWhitePurely,
2645
2659
  GimbalCenterPurely,
2646
2660
  GimbalCenterWhitePurely,
2661
+ GimbalDirectionControlOutlined,
2647
2662
  GimbalDownPurely,
2648
2663
  GimbalDownWhitePurely,
2649
2664
  GithubFilled,
@@ -2733,10 +2748,12 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2733
2748
  KeyOutlined,
2734
2749
  KeyPersonPurely,
2735
2750
  KeyVehiclePurely,
2751
+ KeyboardOutlined,
2736
2752
  KinescopeOutlined,
2737
2753
  KinescopeStopOutlined,
2738
2754
  LakeOutlined,
2739
2755
  LandingOutlined,
2756
+ LaserRangefinderOutlined,
2740
2757
  LayoutDownOutlined,
2741
2758
  LayoutOutlined,
2742
2759
  LayoutRightOutlined,
@@ -2857,6 +2874,9 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2857
2874
  NaturalGasOutlined,
2858
2875
  NextOutlined,
2859
2876
  Nh3Outlined,
2877
+ NightModeAutoOutlined,
2878
+ NightModeOffOutlined,
2879
+ NightModeOnOutlined,
2860
2880
  NoAlarmPurely,
2861
2881
  NoAppPurely,
2862
2882
  NoCarPurely,
@@ -3200,6 +3220,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
3200
3220
  TurnLeftOutlined,
3201
3221
  TurnRightOutlined,
3202
3222
  TwinsOutlined,
3223
+ TwoSplitScreenOutlined,
3203
3224
  TyphoonOutlined,
3204
3225
  UnitFilled,
3205
3226
  UnitOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.98.0",
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.98.0"
30
+ "@sensoro-design/icons-svg": "2.99.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"