@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
@@ -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 GimbalDownWhitePurelySvg from '@sensoro-design/icons-svg/es/asn/GimbalDownWhitePurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GimbalDownWhitePurely = function GimbalDownWhitePurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GimbalDownWhitePurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GimbalDownWhitePurely);
13
+ RefIcon.displayName = 'GimbalDownWhitePurely';
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 LeftTurnOutlinedSvg from '@sensoro-design/icons-svg/es/asn/LeftTurnOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var LeftTurnOutlined = function LeftTurnOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: LeftTurnOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(LeftTurnOutlined);
13
+ RefIcon.displayName = 'LeftTurnOutlined';
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 OrbitalFlightOutlinedSvg from '@sensoro-design/icons-svg/es/asn/OrbitalFlightOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var OrbitalFlightOutlined = function OrbitalFlightOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: OrbitalFlightOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(OrbitalFlightOutlined);
13
+ RefIcon.displayName = 'OrbitalFlightOutlined';
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 RightTurnOutlinedSvg from '@sensoro-design/icons-svg/es/asn/RightTurnOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var RightTurnOutlined = function RightTurnOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: RightTurnOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(RightTurnOutlined);
13
+ RefIcon.displayName = 'RightTurnOutlined';
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 ShoutControlOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ShoutControlOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var ShoutControlOutlined = function ShoutControlOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: ShoutControlOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(ShoutControlOutlined);
13
+ RefIcon.displayName = 'ShoutControlOutlined';
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 SignalTowerPurelySvg from '@sensoro-design/icons-svg/es/asn/SignalTowerPurely';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SignalTowerPurely = function SignalTowerPurely(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SignalTowerPurelySvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SignalTowerPurely);
13
+ RefIcon.displayName = 'SignalTowerPurely';
14
+ export default RefIcon;
@@ -141,12 +141,14 @@ export { default as CheckCircleOutlined } from './CheckCircleOutlined';
141
141
  export { default as CheckOutlined } from './CheckOutlined';
142
142
  export { default as CheckSquareFilled } from './CheckSquareFilled';
143
143
  export { default as CheckSquareOutlined } from './CheckSquareOutlined';
144
+ export { default as ChefHatOutlined } from './ChefHatOutlined';
144
145
  export { default as ChemicalPlantFilled } from './ChemicalPlantFilled';
145
146
  export { default as ChemicalPlantOutlined } from './ChemicalPlantOutlined';
146
147
  export { default as ChipOutlined } from './ChipOutlined';
147
148
  export { default as CircleOutlined } from './CircleOutlined';
148
149
  export { default as ClearOutlined } from './ClearOutlined';
149
150
  export { default as ClientInstallOutlined } from './ClientInstallOutlined';
151
+ export { default as ClimbOutlined } from './ClimbOutlined';
150
152
  export { default as CloseCircleFilled } from './CloseCircleFilled';
151
153
  export { default as CloseCircleOutlined } from './CloseCircleOutlined';
152
154
  export { default as CloseOutlined } from './CloseOutlined';
@@ -188,6 +190,7 @@ export { default as DatabaseOutlined } from './DatabaseOutlined';
188
190
  export { default as DelayWarningOutlined } from './DelayWarningOutlined';
189
191
  export { default as DeleteOutlined } from './DeleteOutlined';
190
192
  export { default as DeploymentUnitOutlined } from './DeploymentUnitOutlined';
193
+ export { default as DescentOutlined } from './DescentOutlined';
191
194
  export { default as DetectionDeviceOutlined } from './DetectionDeviceOutlined';
192
195
  export { default as DeviceCenterPurely } from './DeviceCenterPurely';
193
196
  export { default as DeviceFilled } from './DeviceFilled';
@@ -199,6 +202,7 @@ export { default as DeviceOutlined } from './DeviceOutlined';
199
202
  export { default as DewOutlined } from './DewOutlined';
200
203
  export { default as DigitalMediaFilled } from './DigitalMediaFilled';
201
204
  export { default as DigitalMediaOutlined } from './DigitalMediaOutlined';
205
+ export { default as DirectedFlightOutlined } from './DirectedFlightOutlined';
202
206
  export { default as DistanceOutlined } from './DistanceOutlined';
203
207
  export { default as DockFilled } from './DockFilled';
204
208
  export { default as DockOutlined } from './DockOutlined';
@@ -390,6 +394,14 @@ export { default as GeoLocationOutlined } from './GeoLocationOutlined';
390
394
  export { default as GeologicalDisasterFilled } from './GeologicalDisasterFilled';
391
395
  export { default as GeomagnetismOutlined } from './GeomagnetismOutlined';
392
396
  export { default as GetUpOutlined } from './GetUpOutlined';
397
+ export { default as GimbalBackCenterPurely } from './GimbalBackCenterPurely';
398
+ export { default as GimbalBackCenterWhitePurely } from './GimbalBackCenterWhitePurely';
399
+ export { default as GimbalBackDownPurely } from './GimbalBackDownPurely';
400
+ export { default as GimbalBackDownWhitePurely } from './GimbalBackDownWhitePurely';
401
+ export { default as GimbalCenterPurely } from './GimbalCenterPurely';
402
+ export { default as GimbalCenterWhitePurely } from './GimbalCenterWhitePurely';
403
+ export { default as GimbalDownPurely } from './GimbalDownPurely';
404
+ export { default as GimbalDownWhitePurely } from './GimbalDownWhitePurely';
393
405
  export { default as GithubFilled } from './GithubFilled';
394
406
  export { default as GlobalFilled } from './GlobalFilled';
395
407
  export { default as GlobalOutlined } from './GlobalOutlined';
@@ -479,6 +491,7 @@ export { default as LeavesOutlined } from './LeavesOutlined';
479
491
  export { default as LeftCircleOutlined } from './LeftCircleOutlined';
480
492
  export { default as LeftDownOutlined } from './LeftDownOutlined';
481
493
  export { default as LeftOutlined } from './LeftOutlined';
494
+ export { default as LeftTurnOutlined } from './LeftTurnOutlined';
482
495
  export { default as LeftUpOutlined } from './LeftUpOutlined';
483
496
  export { default as LegendArrowBoldOutlined } from './LegendArrowBoldOutlined';
484
497
  export { default as LegendArrowOutlined } from './LegendArrowOutlined';
@@ -526,7 +539,6 @@ export { default as LockOutlined } from './LockOutlined';
526
539
  export { default as LoginOutlined } from './LoginOutlined';
527
540
  export { default as LogoutOutlined } from './LogoutOutlined';
528
541
  export { default as LoopOutlined } from './LoopOutlined';
529
- export { default as LotPurely } from './LotPurely';
530
542
  export { default as LowBatteryMutedFilled } from './LowBatteryMutedFilled';
531
543
  export { default as LowBatteryMutedOutlined } from './LowBatteryMutedOutlined';
532
544
  export { default as LpgOutlined } from './LpgOutlined';
@@ -618,6 +630,7 @@ export { default as OfflineOutlined } from './OfflineOutlined';
618
630
  export { default as OneToOneOutlined } from './OneToOneOutlined';
619
631
  export { default as OperateFilled } from './OperateFilled';
620
632
  export { default as OperateOutlined } from './OperateOutlined';
633
+ export { default as OrbitalFlightOutlined } from './OrbitalFlightOutlined';
621
634
  export { default as OrderListFilled } from './OrderListFilled';
622
635
  export { default as OrderedListOutlined } from './OrderedListOutlined';
623
636
  export { default as OrganizationPurely } from './OrganizationPurely';
@@ -731,6 +744,7 @@ export { default as Rewind30SOutlined } from './Rewind30SOutlined';
731
744
  export { default as RightCircleOutlined } from './RightCircleOutlined';
732
745
  export { default as RightDownOutlined } from './RightDownOutlined';
733
746
  export { default as RightOutlined } from './RightOutlined';
747
+ export { default as RightTurnOutlined } from './RightTurnOutlined';
734
748
  export { default as RightUpOutlined } from './RightUpOutlined';
735
749
  export { default as RingLayoutOutlined } from './RingLayoutOutlined';
736
750
  export { default as RiverFilled } from './RiverFilled';
@@ -794,9 +808,11 @@ export { default as ShootFilled } from './ShootFilled';
794
808
  export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
795
809
  export { default as ShoppingFilled } from './ShoppingFilled';
796
810
  export { default as ShoppingOutlined } from './ShoppingOutlined';
811
+ export { default as ShoutControlOutlined } from './ShoutControlOutlined';
797
812
  export { default as ShutdownOutlined } from './ShutdownOutlined';
798
813
  export { default as SignalTowerFilled } from './SignalTowerFilled';
799
814
  export { default as SignalTowerOutlined } from './SignalTowerOutlined';
815
+ export { default as SignalTowerPurely } from './SignalTowerPurely';
800
816
  export { default as SinglePlayOutlined } from './SinglePlayOutlined';
801
817
  export { default as SiteManagePurely } from './SiteManagePurely';
802
818
  export { default as SlashOutlined } from './SlashOutlined';
package/es/icons/index.js CHANGED
@@ -142,12 +142,14 @@ export { default as CheckCircleOutlined } from "./CheckCircleOutlined";
142
142
  export { default as CheckOutlined } from "./CheckOutlined";
143
143
  export { default as CheckSquareFilled } from "./CheckSquareFilled";
144
144
  export { default as CheckSquareOutlined } from "./CheckSquareOutlined";
145
+ export { default as ChefHatOutlined } from "./ChefHatOutlined";
145
146
  export { default as ChemicalPlantFilled } from "./ChemicalPlantFilled";
146
147
  export { default as ChemicalPlantOutlined } from "./ChemicalPlantOutlined";
147
148
  export { default as ChipOutlined } from "./ChipOutlined";
148
149
  export { default as CircleOutlined } from "./CircleOutlined";
149
150
  export { default as ClearOutlined } from "./ClearOutlined";
150
151
  export { default as ClientInstallOutlined } from "./ClientInstallOutlined";
152
+ export { default as ClimbOutlined } from "./ClimbOutlined";
151
153
  export { default as CloseCircleFilled } from "./CloseCircleFilled";
152
154
  export { default as CloseCircleOutlined } from "./CloseCircleOutlined";
153
155
  export { default as CloseOutlined } from "./CloseOutlined";
@@ -189,6 +191,7 @@ export { default as DatabaseOutlined } from "./DatabaseOutlined";
189
191
  export { default as DelayWarningOutlined } from "./DelayWarningOutlined";
190
192
  export { default as DeleteOutlined } from "./DeleteOutlined";
191
193
  export { default as DeploymentUnitOutlined } from "./DeploymentUnitOutlined";
194
+ export { default as DescentOutlined } from "./DescentOutlined";
192
195
  export { default as DetectionDeviceOutlined } from "./DetectionDeviceOutlined";
193
196
  export { default as DeviceCenterPurely } from "./DeviceCenterPurely";
194
197
  export { default as DeviceFilled } from "./DeviceFilled";
@@ -200,6 +203,7 @@ export { default as DeviceOutlined } from "./DeviceOutlined";
200
203
  export { default as DewOutlined } from "./DewOutlined";
201
204
  export { default as DigitalMediaFilled } from "./DigitalMediaFilled";
202
205
  export { default as DigitalMediaOutlined } from "./DigitalMediaOutlined";
206
+ export { default as DirectedFlightOutlined } from "./DirectedFlightOutlined";
203
207
  export { default as DistanceOutlined } from "./DistanceOutlined";
204
208
  export { default as DockFilled } from "./DockFilled";
205
209
  export { default as DockOutlined } from "./DockOutlined";
@@ -391,6 +395,14 @@ export { default as GeoLocationOutlined } from "./GeoLocationOutlined";
391
395
  export { default as GeologicalDisasterFilled } from "./GeologicalDisasterFilled";
392
396
  export { default as GeomagnetismOutlined } from "./GeomagnetismOutlined";
393
397
  export { default as GetUpOutlined } from "./GetUpOutlined";
398
+ export { default as GimbalBackCenterPurely } from "./GimbalBackCenterPurely";
399
+ export { default as GimbalBackCenterWhitePurely } from "./GimbalBackCenterWhitePurely";
400
+ export { default as GimbalBackDownPurely } from "./GimbalBackDownPurely";
401
+ export { default as GimbalBackDownWhitePurely } from "./GimbalBackDownWhitePurely";
402
+ export { default as GimbalCenterPurely } from "./GimbalCenterPurely";
403
+ export { default as GimbalCenterWhitePurely } from "./GimbalCenterWhitePurely";
404
+ export { default as GimbalDownPurely } from "./GimbalDownPurely";
405
+ export { default as GimbalDownWhitePurely } from "./GimbalDownWhitePurely";
394
406
  export { default as GithubFilled } from "./GithubFilled";
395
407
  export { default as GlobalFilled } from "./GlobalFilled";
396
408
  export { default as GlobalOutlined } from "./GlobalOutlined";
@@ -480,6 +492,7 @@ export { default as LeavesOutlined } from "./LeavesOutlined";
480
492
  export { default as LeftCircleOutlined } from "./LeftCircleOutlined";
481
493
  export { default as LeftDownOutlined } from "./LeftDownOutlined";
482
494
  export { default as LeftOutlined } from "./LeftOutlined";
495
+ export { default as LeftTurnOutlined } from "./LeftTurnOutlined";
483
496
  export { default as LeftUpOutlined } from "./LeftUpOutlined";
484
497
  export { default as LegendArrowBoldOutlined } from "./LegendArrowBoldOutlined";
485
498
  export { default as LegendArrowOutlined } from "./LegendArrowOutlined";
@@ -527,7 +540,6 @@ export { default as LockOutlined } from "./LockOutlined";
527
540
  export { default as LoginOutlined } from "./LoginOutlined";
528
541
  export { default as LogoutOutlined } from "./LogoutOutlined";
529
542
  export { default as LoopOutlined } from "./LoopOutlined";
530
- export { default as LotPurely } from "./LotPurely";
531
543
  export { default as LowBatteryMutedFilled } from "./LowBatteryMutedFilled";
532
544
  export { default as LowBatteryMutedOutlined } from "./LowBatteryMutedOutlined";
533
545
  export { default as LpgOutlined } from "./LpgOutlined";
@@ -619,6 +631,7 @@ export { default as OfflineOutlined } from "./OfflineOutlined";
619
631
  export { default as OneToOneOutlined } from "./OneToOneOutlined";
620
632
  export { default as OperateFilled } from "./OperateFilled";
621
633
  export { default as OperateOutlined } from "./OperateOutlined";
634
+ export { default as OrbitalFlightOutlined } from "./OrbitalFlightOutlined";
622
635
  export { default as OrderListFilled } from "./OrderListFilled";
623
636
  export { default as OrderedListOutlined } from "./OrderedListOutlined";
624
637
  export { default as OrganizationPurely } from "./OrganizationPurely";
@@ -732,6 +745,7 @@ export { default as Rewind30SOutlined } from "./Rewind30SOutlined";
732
745
  export { default as RightCircleOutlined } from "./RightCircleOutlined";
733
746
  export { default as RightDownOutlined } from "./RightDownOutlined";
734
747
  export { default as RightOutlined } from "./RightOutlined";
748
+ export { default as RightTurnOutlined } from "./RightTurnOutlined";
735
749
  export { default as RightUpOutlined } from "./RightUpOutlined";
736
750
  export { default as RingLayoutOutlined } from "./RingLayoutOutlined";
737
751
  export { default as RiverFilled } from "./RiverFilled";
@@ -795,9 +809,11 @@ export { default as ShootFilled } from "./ShootFilled";
795
809
  export { default as ShoppingCartOutlined } from "./ShoppingCartOutlined";
796
810
  export { default as ShoppingFilled } from "./ShoppingFilled";
797
811
  export { default as ShoppingOutlined } from "./ShoppingOutlined";
812
+ export { default as ShoutControlOutlined } from "./ShoutControlOutlined";
798
813
  export { default as ShutdownOutlined } from "./ShutdownOutlined";
799
814
  export { default as SignalTowerFilled } from "./SignalTowerFilled";
800
815
  export { default as SignalTowerOutlined } from "./SignalTowerOutlined";
816
+ export { default as SignalTowerPurely } from "./SignalTowerPurely";
801
817
  export { default as SinglePlayOutlined } from "./SinglePlayOutlined";
802
818
  export { default as SiteManagePurely } from "./SiteManagePurely";
803
819
  export { default as SlashOutlined } from "./SlashOutlined";
@@ -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/ChefHatOutlined.tsx
30
+ var ChefHatOutlined_exports = {};
31
+ __export(ChefHatOutlined_exports, {
32
+ default: () => ChefHatOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(ChefHatOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_ChefHatOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ChefHatOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var ChefHatOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ChefHatOutlined.default });
39
+ var RefIcon = React.forwardRef(ChefHatOutlined);
40
+ RefIcon.displayName = "ChefHatOutlined";
41
+ var ChefHatOutlined_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;
@@ -26,16 +26,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  ));
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
 
29
- // src/icons/LotPurely.tsx
30
- var LotPurely_exports = {};
31
- __export(LotPurely_exports, {
32
- default: () => LotPurely_default
29
+ // src/icons/ClimbOutlined.tsx
30
+ var ClimbOutlined_exports = {};
31
+ __export(ClimbOutlined_exports, {
32
+ default: () => ClimbOutlined_default
33
33
  });
34
- module.exports = __toCommonJS(LotPurely_exports);
34
+ module.exports = __toCommonJS(ClimbOutlined_exports);
35
35
  var React = __toESM(require("react"));
36
- var import_LotPurely = __toESM(require("@sensoro-design/icons-svg/es/asn/LotPurely"));
36
+ var import_ClimbOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ClimbOutlined"));
37
37
  var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
- var LotPurely = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_LotPurely.default });
39
- var RefIcon = React.forwardRef(LotPurely);
40
- RefIcon.displayName = "LotPurely";
41
- var LotPurely_default = RefIcon;
38
+ var ClimbOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ClimbOutlined.default });
39
+ var RefIcon = React.forwardRef(ClimbOutlined);
40
+ RefIcon.displayName = "ClimbOutlined";
41
+ var ClimbOutlined_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/DescentOutlined.tsx
30
+ var DescentOutlined_exports = {};
31
+ __export(DescentOutlined_exports, {
32
+ default: () => DescentOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(DescentOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_DescentOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/DescentOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var DescentOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_DescentOutlined.default });
39
+ var RefIcon = React.forwardRef(DescentOutlined);
40
+ RefIcon.displayName = "DescentOutlined";
41
+ var DescentOutlined_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/DirectedFlightOutlined.tsx
30
+ var DirectedFlightOutlined_exports = {};
31
+ __export(DirectedFlightOutlined_exports, {
32
+ default: () => DirectedFlightOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(DirectedFlightOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_DirectedFlightOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/DirectedFlightOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var DirectedFlightOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_DirectedFlightOutlined.default });
39
+ var RefIcon = React.forwardRef(DirectedFlightOutlined);
40
+ RefIcon.displayName = "DirectedFlightOutlined";
41
+ var DirectedFlightOutlined_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/GimbalBackCenterPurely.tsx
30
+ var GimbalBackCenterPurely_exports = {};
31
+ __export(GimbalBackCenterPurely_exports, {
32
+ default: () => GimbalBackCenterPurely_default
33
+ });
34
+ module.exports = __toCommonJS(GimbalBackCenterPurely_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_GimbalBackCenterPurely = __toESM(require("@sensoro-design/icons-svg/es/asn/GimbalBackCenterPurely"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var GimbalBackCenterPurely = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_GimbalBackCenterPurely.default });
39
+ var RefIcon = React.forwardRef(GimbalBackCenterPurely);
40
+ RefIcon.displayName = "GimbalBackCenterPurely";
41
+ var GimbalBackCenterPurely_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/GimbalBackCenterWhitePurely.tsx
30
+ var GimbalBackCenterWhitePurely_exports = {};
31
+ __export(GimbalBackCenterWhitePurely_exports, {
32
+ default: () => GimbalBackCenterWhitePurely_default
33
+ });
34
+ module.exports = __toCommonJS(GimbalBackCenterWhitePurely_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_GimbalBackCenterWhitePurely = __toESM(require("@sensoro-design/icons-svg/es/asn/GimbalBackCenterWhitePurely"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var GimbalBackCenterWhitePurely = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_GimbalBackCenterWhitePurely.default });
39
+ var RefIcon = React.forwardRef(GimbalBackCenterWhitePurely);
40
+ RefIcon.displayName = "GimbalBackCenterWhitePurely";
41
+ var GimbalBackCenterWhitePurely_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/GimbalBackDownPurely.tsx
30
+ var GimbalBackDownPurely_exports = {};
31
+ __export(GimbalBackDownPurely_exports, {
32
+ default: () => GimbalBackDownPurely_default
33
+ });
34
+ module.exports = __toCommonJS(GimbalBackDownPurely_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_GimbalBackDownPurely = __toESM(require("@sensoro-design/icons-svg/es/asn/GimbalBackDownPurely"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var GimbalBackDownPurely = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_GimbalBackDownPurely.default });
39
+ var RefIcon = React.forwardRef(GimbalBackDownPurely);
40
+ RefIcon.displayName = "GimbalBackDownPurely";
41
+ var GimbalBackDownPurely_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;