@sensoro-design/icons 2.50.0 → 2.52.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 (109) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/ChefHatOutlined.d.ts +2 -0
  3. package/ChefHatOutlined.js +15 -0
  4. package/ClimbOutlined.d.ts +2 -0
  5. package/{LotPurely.js → ClimbOutlined.js} +2 -2
  6. package/DescentOutlined.d.ts +2 -0
  7. package/DescentOutlined.js +15 -0
  8. package/DirectedFlightOutlined.d.ts +2 -0
  9. package/DirectedFlightOutlined.js +15 -0
  10. package/GimbalBackCenterPurely.d.ts +2 -0
  11. package/GimbalBackCenterPurely.js +15 -0
  12. package/GimbalBackCenterWhitePurely.d.ts +2 -0
  13. package/GimbalBackCenterWhitePurely.js +15 -0
  14. package/GimbalBackDownPurely.d.ts +2 -0
  15. package/GimbalBackDownPurely.js +15 -0
  16. package/GimbalBackDownWhitePurely.d.ts +2 -0
  17. package/GimbalBackDownWhitePurely.js +15 -0
  18. package/GimbalCenterPurely.d.ts +2 -0
  19. package/GimbalCenterPurely.js +15 -0
  20. package/GimbalCenterWhitePurely.d.ts +2 -0
  21. package/GimbalCenterWhitePurely.js +15 -0
  22. package/GimbalDownPurely.d.ts +2 -0
  23. package/GimbalDownPurely.js +15 -0
  24. package/GimbalDownWhitePurely.d.ts +2 -0
  25. package/GimbalDownWhitePurely.js +15 -0
  26. package/LeftTurnOutlined.d.ts +2 -0
  27. package/LeftTurnOutlined.js +15 -0
  28. package/OrbitalFlightOutlined.d.ts +2 -0
  29. package/OrbitalFlightOutlined.js +15 -0
  30. package/RightTurnOutlined.d.ts +2 -0
  31. package/RightTurnOutlined.js +15 -0
  32. package/ShoutControlOutlined.d.ts +2 -0
  33. package/ShoutControlOutlined.js +15 -0
  34. package/SignalTowerPurely.d.ts +2 -0
  35. package/SignalTowerPurely.js +15 -0
  36. package/es/icons/ChefHatOutlined.js +14 -0
  37. package/es/icons/{LotPurely.js → ClimbOutlined.js} +5 -5
  38. package/es/icons/DescentOutlined.d.ts +4 -0
  39. package/es/icons/DescentOutlined.js +14 -0
  40. package/es/icons/DirectedFlightOutlined.d.ts +4 -0
  41. package/es/icons/DirectedFlightOutlined.js +14 -0
  42. package/es/icons/GimbalBackCenterPurely.d.ts +4 -0
  43. package/es/icons/GimbalBackCenterPurely.js +14 -0
  44. package/es/icons/GimbalBackCenterWhitePurely.d.ts +4 -0
  45. package/es/icons/GimbalBackCenterWhitePurely.js +14 -0
  46. package/es/icons/GimbalBackDownPurely.d.ts +4 -0
  47. package/es/icons/GimbalBackDownPurely.js +14 -0
  48. package/es/icons/GimbalBackDownWhitePurely.d.ts +4 -0
  49. package/es/icons/GimbalBackDownWhitePurely.js +14 -0
  50. package/es/icons/GimbalCenterPurely.d.ts +4 -0
  51. package/es/icons/GimbalCenterPurely.js +14 -0
  52. package/es/icons/GimbalCenterWhitePurely.d.ts +4 -0
  53. package/es/icons/GimbalCenterWhitePurely.js +14 -0
  54. package/es/icons/GimbalDownPurely.d.ts +4 -0
  55. package/es/icons/GimbalDownPurely.js +14 -0
  56. package/es/icons/GimbalDownWhitePurely.d.ts +4 -0
  57. package/es/icons/GimbalDownWhitePurely.js +14 -0
  58. package/es/icons/LeftTurnOutlined.d.ts +4 -0
  59. package/es/icons/LeftTurnOutlined.js +14 -0
  60. package/es/icons/OrbitalFlightOutlined.d.ts +4 -0
  61. package/es/icons/OrbitalFlightOutlined.js +14 -0
  62. package/es/icons/RightTurnOutlined.d.ts +4 -0
  63. package/es/icons/RightTurnOutlined.js +14 -0
  64. package/es/icons/ShoutControlOutlined.d.ts +4 -0
  65. package/es/icons/ShoutControlOutlined.js +14 -0
  66. package/es/icons/SignalTowerPurely.d.ts +4 -0
  67. package/es/icons/SignalTowerPurely.js +14 -0
  68. package/es/icons/index.d.ts +17 -1
  69. package/es/icons/index.js +17 -1
  70. package/lib/icons/ChefHatOutlined.d.ts +4 -0
  71. package/lib/icons/ChefHatOutlined.js +41 -0
  72. package/lib/icons/ClimbOutlined.d.ts +4 -0
  73. package/lib/icons/{LotPurely.js → ClimbOutlined.js} +10 -10
  74. package/lib/icons/DescentOutlined.d.ts +4 -0
  75. package/lib/icons/DescentOutlined.js +41 -0
  76. package/lib/icons/DirectedFlightOutlined.d.ts +4 -0
  77. package/lib/icons/DirectedFlightOutlined.js +41 -0
  78. package/lib/icons/GimbalBackCenterPurely.d.ts +4 -0
  79. package/lib/icons/GimbalBackCenterPurely.js +41 -0
  80. package/lib/icons/GimbalBackCenterWhitePurely.d.ts +4 -0
  81. package/lib/icons/GimbalBackCenterWhitePurely.js +41 -0
  82. package/lib/icons/GimbalBackDownPurely.d.ts +4 -0
  83. package/lib/icons/GimbalBackDownPurely.js +41 -0
  84. package/lib/icons/GimbalBackDownWhitePurely.d.ts +4 -0
  85. package/lib/icons/GimbalBackDownWhitePurely.js +41 -0
  86. package/lib/icons/GimbalCenterPurely.d.ts +4 -0
  87. package/lib/icons/GimbalCenterPurely.js +41 -0
  88. package/lib/icons/GimbalCenterWhitePurely.d.ts +4 -0
  89. package/lib/icons/GimbalCenterWhitePurely.js +41 -0
  90. package/lib/icons/GimbalDownPurely.d.ts +4 -0
  91. package/lib/icons/GimbalDownPurely.js +41 -0
  92. package/lib/icons/GimbalDownWhitePurely.d.ts +4 -0
  93. package/lib/icons/GimbalDownWhitePurely.js +41 -0
  94. package/lib/icons/LeftTurnOutlined.d.ts +4 -0
  95. package/lib/icons/LeftTurnOutlined.js +41 -0
  96. package/lib/icons/OrbitalFlightOutlined.d.ts +4 -0
  97. package/lib/icons/OrbitalFlightOutlined.js +41 -0
  98. package/lib/icons/RightTurnOutlined.d.ts +4 -0
  99. package/lib/icons/RightTurnOutlined.js +41 -0
  100. package/lib/icons/ShoutControlOutlined.d.ts +4 -0
  101. package/lib/icons/ShoutControlOutlined.js +41 -0
  102. package/lib/icons/SignalTowerPurely.d.ts +4 -0
  103. package/lib/icons/SignalTowerPurely.js +41 -0
  104. package/lib/icons/index.d.ts +17 -1
  105. package/lib/icons/index.js +51 -3
  106. package/package.json +2 -2
  107. package/LotPurely.d.ts +0 -2
  108. /package/es/icons/{LotPurely.d.ts → ChefHatOutlined.d.ts} +0 -0
  109. /package/{lib/icons/LotPurely.d.ts → es/icons/ClimbOutlined.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.52.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.51.0...@sensoro-design/icons@2.52.0) (2024-08-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * add ChefHatOutlined ([ffdd2b4](https://github.com/sensoro-design/sensoro-design-icons/commit/ffdd2b4a178e52a27e9b5ce819de61c733aa3c86))
12
+ * add icons ([1f0801d](https://github.com/sensoro-design/sensoro-design-icons/commit/1f0801d4fd9cfd4dd9d624990c2f36d8625722ee))
13
+
14
+
15
+
16
+
17
+
18
+ # [2.51.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.50.0...@sensoro-design/icons@2.51.0) (2024-07-26)
19
+
20
+
21
+ ### Features
22
+
23
+ * replece LotPurely to SignalTowerPurely ([1eb5809](https://github.com/sensoro-design/sensoro-design-icons/commit/1eb58099f6fe020573668d2960509e4e01b1a974))
24
+
25
+
26
+
27
+
28
+
6
29
  # [2.50.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.49.0...@sensoro-design/icons@2.50.0) (2024-07-26)
7
30
 
8
31
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ChefHatOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _ChefHatOutlined = _interopRequireDefault(require('./es/icons/ChefHatOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _ChefHatOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ClimbOutlined';
@@ -6,10 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = void 0;
8
8
 
9
- var _LotPurely = _interopRequireDefault(require('./es/icons/LotPurely'));
9
+ var _ClimbOutlined = _interopRequireDefault(require('./es/icons/ClimbOutlined'));
10
10
 
11
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
12
 
13
- var _default = _LotPurely;
13
+ var _default = _ClimbOutlined;
14
14
  exports.default = _default;
15
15
  module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/DescentOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _DescentOutlined = _interopRequireDefault(require('./es/icons/DescentOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _DescentOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/DirectedFlightOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _DirectedFlightOutlined = _interopRequireDefault(require('./es/icons/DirectedFlightOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _DirectedFlightOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalBackCenterPurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalBackCenterPurely = _interopRequireDefault(require('./es/icons/GimbalBackCenterPurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalBackCenterPurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalBackCenterWhitePurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalBackCenterWhitePurely = _interopRequireDefault(require('./es/icons/GimbalBackCenterWhitePurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalBackCenterWhitePurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalBackDownPurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalBackDownPurely = _interopRequireDefault(require('./es/icons/GimbalBackDownPurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalBackDownPurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalBackDownWhitePurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalBackDownWhitePurely = _interopRequireDefault(require('./es/icons/GimbalBackDownWhitePurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalBackDownWhitePurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalCenterPurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalCenterPurely = _interopRequireDefault(require('./es/icons/GimbalCenterPurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalCenterPurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalCenterWhitePurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalCenterWhitePurely = _interopRequireDefault(require('./es/icons/GimbalCenterWhitePurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalCenterWhitePurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalDownPurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalDownPurely = _interopRequireDefault(require('./es/icons/GimbalDownPurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalDownPurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GimbalDownWhitePurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _GimbalDownWhitePurely = _interopRequireDefault(require('./es/icons/GimbalDownWhitePurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GimbalDownWhitePurely;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/LeftTurnOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _LeftTurnOutlined = _interopRequireDefault(require('./es/icons/LeftTurnOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _LeftTurnOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/OrbitalFlightOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _OrbitalFlightOutlined = _interopRequireDefault(require('./es/icons/OrbitalFlightOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _OrbitalFlightOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/RightTurnOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _RightTurnOutlined = _interopRequireDefault(require('./es/icons/RightTurnOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _RightTurnOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/ShoutControlOutlined';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _ShoutControlOutlined = _interopRequireDefault(require('./es/icons/ShoutControlOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _ShoutControlOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/SignalTowerPurely';
@@ -0,0 +1,15 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+
9
+ var _SignalTowerPurely = _interopRequireDefault(require('./es/icons/SignalTowerPurely'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _SignalTowerPurely;
14
+ exports.default = _default;
15
+ 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 ChefHatOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ChefHatOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var ChefHatOutlined = function ChefHatOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: ChefHatOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(ChefHatOutlined);
13
+ RefIcon.displayName = 'ChefHatOutlined';
14
+ export default RefIcon;
@@ -1,14 +1,14 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  // This icon file is generated automatically.
3
3
  import * as React from 'react';
4
- import LotPurelySvg from '@sensoro-design/icons-svg/es/asn/LotPurely';
4
+ import ClimbOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ClimbOutlined';
5
5
  import SensoroIcon from "../components/SensoroIcon";
6
- var LotPurely = function LotPurely(props, ref) {
6
+ var ClimbOutlined = function ClimbOutlined(props, ref) {
7
7
  return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
8
  ref: ref,
9
- icon: LotPurelySvg
9
+ icon: ClimbOutlinedSvg
10
10
  }));
11
11
  };
12
- var RefIcon = /*#__PURE__*/React.forwardRef(LotPurely);
13
- RefIcon.displayName = 'LotPurely';
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(ClimbOutlined);
13
+ RefIcon.displayName = 'ClimbOutlined';
14
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 DescentOutlinedSvg from '@sensoro-design/icons-svg/es/asn/DescentOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var DescentOutlined = function DescentOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: DescentOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(DescentOutlined);
13
+ RefIcon.displayName = 'DescentOutlined';
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 DirectedFlightOutlinedSvg from '@sensoro-design/icons-svg/es/asn/DirectedFlightOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var DirectedFlightOutlined = function DirectedFlightOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: DirectedFlightOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(DirectedFlightOutlined);
13
+ RefIcon.displayName = 'DirectedFlightOutlined';
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 GimbalBackCenterPurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalBackCenterPurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalBackCenterPurely = function GimbalBackCenterPurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalBackCenterPurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalBackCenterPurely);
13
+ RefIcon.displayName = 'GimbalBackCenterPurely';
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 GimbalBackCenterWhitePurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalBackCenterWhitePurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalBackCenterWhitePurely = function GimbalBackCenterWhitePurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalBackCenterWhitePurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalBackCenterWhitePurely);
13
+ RefIcon.displayName = 'GimbalBackCenterWhitePurely';
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 GimbalBackDownPurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalBackDownPurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalBackDownPurely = function GimbalBackDownPurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalBackDownPurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalBackDownPurely);
13
+ RefIcon.displayName = 'GimbalBackDownPurely';
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 GimbalBackDownWhitePurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalBackDownWhitePurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalBackDownWhitePurely = function GimbalBackDownWhitePurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalBackDownWhitePurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalBackDownWhitePurely);
13
+ RefIcon.displayName = 'GimbalBackDownWhitePurely';
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 GimbalCenterPurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalCenterPurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalCenterPurely = function GimbalCenterPurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalCenterPurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalCenterPurely);
13
+ RefIcon.displayName = 'GimbalCenterPurely';
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 GimbalCenterWhitePurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalCenterWhitePurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalCenterWhitePurely = function GimbalCenterWhitePurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalCenterWhitePurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalCenterWhitePurely);
13
+ RefIcon.displayName = 'GimbalCenterWhitePurely';
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 GimbalDownPurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalDownPurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalDownPurely = function GimbalDownPurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalDownPurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalDownPurely);
13
+ RefIcon.displayName = 'GimbalDownPurely';
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;