@sensoro-design/icons 1.30.0 → 1.33.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 (102) hide show
  1. package/AirPressureOutlined.d.ts +2 -0
  2. package/AirPressureOutlined.js +15 -0
  3. package/CHANGELOG.md +34 -0
  4. package/DewOutlined.d.ts +2 -0
  5. package/DewOutlined.js +15 -0
  6. package/FloorFilled.d.ts +2 -0
  7. package/FloorFilled.js +15 -0
  8. package/HumidityOutlined.d.ts +2 -0
  9. package/HumidityOutlined.js +15 -0
  10. package/NoiseOutlined.d.ts +2 -0
  11. package/NoiseOutlined.js +15 -0
  12. package/O3Outlined.d.ts +2 -0
  13. package/O3Outlined.js +15 -0
  14. package/Pm25Outlined.d.ts +2 -0
  15. package/Pm25Outlined.js +15 -0
  16. package/RainfallIntensityOutlined.d.ts +2 -0
  17. package/RainfallIntensityOutlined.js +15 -0
  18. package/RainfallOutlined.d.ts +2 -0
  19. package/RainfallOutlined.js +15 -0
  20. package/RoomFilled.d.ts +2 -0
  21. package/RoomFilled.js +15 -0
  22. package/RoomOutlined.d.ts +2 -0
  23. package/RoomOutlined.js +15 -0
  24. package/SunriseOutlined.d.ts +2 -0
  25. package/SunriseOutlined.js +15 -0
  26. package/SunsetOutlined.d.ts +2 -0
  27. package/SunsetOutlined.js +15 -0
  28. package/UnitFilled.d.ts +2 -0
  29. package/UnitFilled.js +15 -0
  30. package/UnitOutlined.d.ts +2 -0
  31. package/UnitOutlined.js +15 -0
  32. package/WindDirectionOutlined.d.ts +2 -0
  33. package/WindDirectionOutlined.js +15 -0
  34. package/es/icons/AirPressureOutlined.d.ts +4 -0
  35. package/es/icons/AirPressureOutlined.js +68 -0
  36. package/es/icons/DewOutlined.d.ts +4 -0
  37. package/es/icons/DewOutlined.js +68 -0
  38. package/es/icons/FloorFilled.d.ts +4 -0
  39. package/es/icons/FloorFilled.js +68 -0
  40. package/es/icons/HumidityOutlined.d.ts +4 -0
  41. package/es/icons/HumidityOutlined.js +68 -0
  42. package/es/icons/NoiseOutlined.d.ts +4 -0
  43. package/es/icons/NoiseOutlined.js +68 -0
  44. package/es/icons/O3Outlined.d.ts +4 -0
  45. package/es/icons/O3Outlined.js +68 -0
  46. package/es/icons/Pm25Outlined.d.ts +4 -0
  47. package/es/icons/Pm25Outlined.js +68 -0
  48. package/es/icons/RainfallIntensityOutlined.d.ts +4 -0
  49. package/es/icons/RainfallIntensityOutlined.js +68 -0
  50. package/es/icons/RainfallOutlined.d.ts +4 -0
  51. package/es/icons/RainfallOutlined.js +68 -0
  52. package/es/icons/RoomFilled.d.ts +4 -0
  53. package/es/icons/RoomFilled.js +68 -0
  54. package/es/icons/RoomOutlined.d.ts +4 -0
  55. package/es/icons/RoomOutlined.js +68 -0
  56. package/es/icons/SunriseOutlined.d.ts +4 -0
  57. package/es/icons/SunriseOutlined.js +68 -0
  58. package/es/icons/SunsetOutlined.d.ts +4 -0
  59. package/es/icons/SunsetOutlined.js +68 -0
  60. package/es/icons/UnitFilled.d.ts +4 -0
  61. package/es/icons/UnitFilled.js +68 -0
  62. package/es/icons/UnitOutlined.d.ts +4 -0
  63. package/es/icons/UnitOutlined.js +68 -0
  64. package/es/icons/WindDirectionOutlined.d.ts +4 -0
  65. package/es/icons/WindDirectionOutlined.js +68 -0
  66. package/es/icons/index.d.ts +16 -0
  67. package/es/icons/index.js +154 -10
  68. package/lib/icons/AirPressureOutlined.d.ts +4 -0
  69. package/lib/icons/AirPressureOutlined.js +70 -0
  70. package/lib/icons/DewOutlined.d.ts +4 -0
  71. package/lib/icons/DewOutlined.js +70 -0
  72. package/lib/icons/FloorFilled.d.ts +4 -0
  73. package/lib/icons/FloorFilled.js +70 -0
  74. package/lib/icons/HumidityOutlined.d.ts +4 -0
  75. package/lib/icons/HumidityOutlined.js +70 -0
  76. package/lib/icons/NoiseOutlined.d.ts +4 -0
  77. package/lib/icons/NoiseOutlined.js +70 -0
  78. package/lib/icons/O3Outlined.d.ts +4 -0
  79. package/lib/icons/O3Outlined.js +70 -0
  80. package/lib/icons/Pm25Outlined.d.ts +4 -0
  81. package/lib/icons/Pm25Outlined.js +70 -0
  82. package/lib/icons/RainfallIntensityOutlined.d.ts +4 -0
  83. package/lib/icons/RainfallIntensityOutlined.js +70 -0
  84. package/lib/icons/RainfallOutlined.d.ts +4 -0
  85. package/lib/icons/RainfallOutlined.js +70 -0
  86. package/lib/icons/RoomFilled.d.ts +4 -0
  87. package/lib/icons/RoomFilled.js +70 -0
  88. package/lib/icons/RoomOutlined.d.ts +4 -0
  89. package/lib/icons/RoomOutlined.js +70 -0
  90. package/lib/icons/SunriseOutlined.d.ts +4 -0
  91. package/lib/icons/SunriseOutlined.js +70 -0
  92. package/lib/icons/SunsetOutlined.d.ts +4 -0
  93. package/lib/icons/SunsetOutlined.js +70 -0
  94. package/lib/icons/UnitFilled.d.ts +4 -0
  95. package/lib/icons/UnitFilled.js +70 -0
  96. package/lib/icons/UnitOutlined.d.ts +4 -0
  97. package/lib/icons/UnitOutlined.js +70 -0
  98. package/lib/icons/WindDirectionOutlined.d.ts +4 -0
  99. package/lib/icons/WindDirectionOutlined.js +70 -0
  100. package/lib/icons/index.d.ts +16 -0
  101. package/lib/icons/index.js +154 -10
  102. package/package.json +2 -2
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ import _extends from "@babel/runtime/helpers/esm/extends";
4
+
5
+ var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+
9
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
+ desc = {
11
+ enumerable: true,
12
+ get: function get() {
13
+ return m[k];
14
+ }
15
+ };
16
+ }
17
+
18
+ Object.defineProperty(o, k2, desc);
19
+ } : function (o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ });
23
+
24
+ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
25
+ Object.defineProperty(o, "default", {
26
+ enumerable: true,
27
+ value: v
28
+ });
29
+ } : function (o, v) {
30
+ o["default"] = v;
31
+ });
32
+
33
+ var __importStar = this && this.__importStar || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) {
37
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ }
39
+
40
+ __setModuleDefault(result, mod);
41
+
42
+ return result;
43
+ };
44
+
45
+ var __importDefault = this && this.__importDefault || function (mod) {
46
+ return mod && mod.__esModule ? mod : {
47
+ "default": mod
48
+ };
49
+ };
50
+
51
+ Object.defineProperty(exports, "__esModule", {
52
+ value: true
53
+ }); // This icon file is generated automatically.
54
+
55
+ var React = __importStar(require("react"));
56
+
57
+ var WindDirectionOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/WindDirectionOutlined"));
58
+
59
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
60
+
61
+ var WindDirectionOutlined = React.forwardRef(function (props, ref) {
62
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, _extends({}, props, {
63
+ ref: ref,
64
+ icon: WindDirectionOutlined_1.default
65
+ }));
66
+ });
67
+ WindDirectionOutlined.displayName = 'WindDirectionOutlined';
68
+ exports.default = WindDirectionOutlined;
@@ -4,6 +4,7 @@ export { default as AccountBookOutlined } from './AccountBookOutlined';
4
4
  export { default as AccountBookTwoTone } from './AccountBookTwoTone';
5
5
  export { default as AddressOutlined } from './AddressOutlined';
6
6
  export { default as AimOutlined } from './AimOutlined';
7
+ export { default as AirPressureOutlined } from './AirPressureOutlined';
7
8
  export { default as AircircuitBreakerFilled } from './AircircuitBreakerFilled';
8
9
  export { default as AircircuitBreakerOutlined } from './AircircuitBreakerOutlined';
9
10
  export { default as AircircuitBreakerPurely } from './AircircuitBreakerPurely';
@@ -95,6 +96,7 @@ export { default as DeviceFilled } from './DeviceFilled';
95
96
  export { default as DeviceOfflineFilled } from './DeviceOfflineFilled';
96
97
  export { default as DeviceOfflinePurely } from './DeviceOfflinePurely';
97
98
  export { default as DeviceOutlined } from './DeviceOutlined';
99
+ export { default as DewOutlined } from './DewOutlined';
98
100
  export { default as DigitalMediaFilled } from './DigitalMediaFilled';
99
101
  export { default as DigitalMediaOutlined } from './DigitalMediaOutlined';
100
102
  export { default as DistanceOutlined } from './DistanceOutlined';
@@ -175,6 +177,7 @@ export { default as FireHydraulicsOutlined } from './FireHydraulicsOutlined';
175
177
  export { default as FireOutlined } from './FireOutlined';
176
178
  export { default as FireStationFilled } from './FireStationFilled';
177
179
  export { default as FireWarningFilled } from './FireWarningFilled';
180
+ export { default as FloorFilled } from './FloorFilled';
178
181
  export { default as FloorOutlined } from './FloorOutlined';
179
182
  export { default as FocusOutlined } from './FocusOutlined';
180
183
  export { default as ForeignVehiclePurely } from './ForeignVehiclePurely';
@@ -220,6 +223,7 @@ export { default as HomeOutlined } from './HomeOutlined';
220
223
  export { default as HumanTrafficVideoOutlined } from './HumanTrafficVideoOutlined';
221
224
  export { default as HumanoidLeftFilled } from './HumanoidLeftFilled';
222
225
  export { default as HumanoidRightFilled } from './HumanoidRightFilled';
226
+ export { default as HumidityOutlined } from './HumidityOutlined';
223
227
  export { default as HydrolabOutlined } from './HydrolabOutlined';
224
228
  export { default as IdcardFilled } from './IdcardFilled';
225
229
  export { default as IdcardOutlined } from './IdcardOutlined';
@@ -306,9 +310,11 @@ export { default as NoPersonPurely } from './NoPersonPurely';
306
310
  export { default as NoPersonsPurely } from './NoPersonsPurely';
307
311
  export { default as NoSwimPurely } from './NoSwimPurely';
308
312
  export { default as NoVideoPurely } from './NoVideoPurely';
313
+ export { default as NoiseOutlined } from './NoiseOutlined';
309
314
  export { default as NonMotorVehicleFilled } from './NonMotorVehicleFilled';
310
315
  export { default as NonMotorVehicleOutlined } from './NonMotorVehicleOutlined';
311
316
  export { default as O2Outlined } from './O2Outlined';
317
+ export { default as O3Outlined } from './O3Outlined';
312
318
  export { default as ObliqueLineOutlined } from './ObliqueLineOutlined';
313
319
  export { default as OfflineOutlined } from './OfflineOutlined';
314
320
  export { default as OneToOneOutlined } from './OneToOneOutlined';
@@ -342,6 +348,7 @@ export { default as PlusCircleFilled } from './PlusCircleFilled';
342
348
  export { default as PlusCircleOutlined } from './PlusCircleOutlined';
343
349
  export { default as PlusOutlined } from './PlusOutlined';
344
350
  export { default as PlusSquareFilled } from './PlusSquareFilled';
351
+ export { default as Pm25Outlined } from './Pm25Outlined';
345
352
  export { default as PmOutlined } from './PmOutlined';
346
353
  export { default as PolymerizationOutlined } from './PolymerizationOutlined';
347
354
  export { default as PositionMapFilled } from './PositionMapFilled';
@@ -352,6 +359,8 @@ export { default as PushpinOutlined } from './PushpinOutlined';
352
359
  export { default as QrcodeOutlined } from './QrcodeOutlined';
353
360
  export { default as QuestionCircleOutlined } from './QuestionCircleOutlined';
354
361
  export { default as QuestionOutlined } from './QuestionOutlined';
362
+ export { default as RainfallIntensityOutlined } from './RainfallIntensityOutlined';
363
+ export { default as RainfallOutlined } from './RainfallOutlined';
355
364
  export { default as RedoOutlined } from './RedoOutlined';
356
365
  export { default as RefillStationFilled } from './RefillStationFilled';
357
366
  export { default as ReloadOutlined } from './ReloadOutlined';
@@ -369,6 +378,8 @@ export { default as RoadNetworkInfoFilled } from './RoadNetworkInfoFilled';
369
378
  export { default as RoadOutlined } from './RoadOutlined';
370
379
  export { default as RobotOutlined } from './RobotOutlined';
371
380
  export { default as RocketOutlined } from './RocketOutlined';
381
+ export { default as RoomFilled } from './RoomFilled';
382
+ export { default as RoomOutlined } from './RoomOutlined';
372
383
  export { default as RotateLeftOutlined } from './RotateLeftOutlined';
373
384
  export { default as RotateRightOutlined } from './RotateRightOutlined';
374
385
  export { default as RotationCloseOutlined } from './RotationCloseOutlined';
@@ -415,6 +426,8 @@ export { default as StatisticsFilled } from './StatisticsFilled';
415
426
  export { default as StepBackwardOutlined } from './StepBackwardOutlined';
416
427
  export { default as StepForwardOutlined } from './StepForwardOutlined';
417
428
  export { default as StopOutlined } from './StopOutlined';
429
+ export { default as SunriseOutlined } from './SunriseOutlined';
430
+ export { default as SunsetOutlined } from './SunsetOutlined';
418
431
  export { default as SurroundingsPurely } from './SurroundingsPurely';
419
432
  export { default as SwapLeftOutlined } from './SwapLeftOutlined';
420
433
  export { default as SwapOutlined } from './SwapOutlined';
@@ -437,6 +450,8 @@ export { default as ToolPurely } from './ToolPurely';
437
450
  export { default as TrafficLightFilled } from './TrafficLightFilled';
438
451
  export { default as TrophyOutlined } from './TrophyOutlined';
439
452
  export { default as TunnelFilled } from './TunnelFilled';
453
+ export { default as UnitFilled } from './UnitFilled';
454
+ export { default as UnitOutlined } from './UnitOutlined';
440
455
  export { default as UnlockOutlined } from './UnlockOutlined';
441
456
  export { default as UnorderedListOutlined } from './UnorderedListOutlined';
442
457
  export { default as UpCircleOutlined } from './UpCircleOutlined';
@@ -474,6 +489,7 @@ export { default as WatersOutlined } from './WatersOutlined';
474
489
  export { default as WeatherStationOutlined } from './WeatherStationOutlined';
475
490
  export { default as WechatFilled } from './WechatFilled';
476
491
  export { default as WifiOutlined } from './WifiOutlined';
492
+ export { default as WindDirectionOutlined } from './WindDirectionOutlined';
477
493
  export { default as WindSpeedOutlined } from './WindSpeedOutlined';
478
494
  export { default as WithoutMaskFilled } from './WithoutMaskFilled';
479
495
  export { default as WithoutMaskPurely } from './WithoutMaskPurely';
package/es/icons/index.js CHANGED
@@ -9,16 +9,16 @@ var __importDefault = this && this.__importDefault || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", {
10
10
  value: true
11
11
  });
12
- exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BridgeFilled = exports.BrandOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BatteryGroupFilled = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = exports.AreaOutlined = exports.AreaInvasionPurely = exports.AreaInvasionFilled = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerPurely = exports.AircircuitBreakerOutlined = exports.AircircuitBreakerFilled = exports.AimOutlined = exports.AddressOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = exports.AccessControlPurely = void 0;
13
- exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DeviceOutlined = exports.DeviceOfflinePurely = exports.DeviceOfflineFilled = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashboardFilled = exports.DashOutlined = exports.DangerFilled = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarQuestionCircleFilled = exports.CarPenFilled = exports.CarParkFilled = exports.CarOutlined = exports.CarFilled = exports.CarExclamationCircleFilled = exports.CarCameraOutlined = exports.CarCameraFilled = exports.CameraOutlined = void 0;
14
- exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EmployerOutlined = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElectricalFirePurely = exports.ElectricalFireOutlined = exports.ElectricalFireFilled = exports.ElectricCarPurely = exports.ElectricCarFilled = exports.ElderPurely = exports.ElderFilled = exports.EditOutlined = exports.DroneOutlined = exports.DrawRoundOutlined = exports.DrawRectangleOutlined = exports.DrawPolygonOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = void 0;
15
- exports.GenderOutlined = exports.GatewayOutlined = exports.GasStationFilled = exports.GasSensorPurely = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.GalleryFilled = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.ForestFirePurely = exports.ForestCameraFilled = exports.ForeignWorkersPurely = exports.ForeignVehiclePurely = exports.FocusOutlined = exports.FloorOutlined = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantPurely = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostPurely = exports.FireHostOutlined = exports.FireHostFilled = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = void 0;
16
- exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = exports.KeyVehiclePurely = exports.KeyPersonPurely = exports.KeyPersonFilled = exports.KeyOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IllegalHelmetPurely = exports.IllegalFishingPurely = exports.IllegalFishingFilled = exports.IllegalFireExitsPurely = exports.IllegalBuildingPurely = exports.IllegalBuildingOutlined = exports.IllegalBuildingFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HelmetFilled = exports.HeatmapFilled = exports.HeartOutlined = exports.HeartFilled = exports.HealthMonitoringPurely = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.HammerFilled = exports.GroupFilled = exports.GovernanceFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = void 0;
17
- exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.ModerateRainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MeshLayoutOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverPurely = exports.ManholeCoverOutlined = exports.ManholeCoverFilled = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LessElectricityFilled = exports.LegendOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = void 0;
18
- exports.PrinterOutlined = exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PhoneFilled = exports.PetDogPurely = exports.PetDogFilled = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeProOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoVideoPurely = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = void 0;
19
- exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPolePurely = exports.SmartLightPoleOutlined = exports.SmartLightPoleFilled = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyPreventionPurely = exports.SafetyPreventionFilled = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RoadOutlined = exports.RoadNetworkInfoFilled = exports.RoadFilled = exports.RiverOutlined = exports.RingLayoutOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RefillStationFilled = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = void 0;
20
- exports.UserFilled = exports.UseQuestionFilled = exports.UseMolecularChainPurely = exports.UseMolecularChainFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TunnelFilled = exports.TrophyOutlined = exports.TrafficLightFilled = exports.ToolPurely = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThumbnailOutlined = exports.ThirdPurely = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.SurroundingsPurely = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokePurely = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = void 0;
21
- exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UsersGovernancePurely = exports.UserTimePurely = exports.UserTimeFilled = exports.UserReportPurely = exports.UserReportFilled = exports.UserOutlined = exports.UserGatherPurely = exports.UserGatherFilled = void 0; // This index.ts file is generated automatically.
12
+ exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BridgeFilled = exports.BrandOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BatteryGroupFilled = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = exports.AreaOutlined = exports.AreaInvasionPurely = exports.AreaInvasionFilled = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerPurely = exports.AircircuitBreakerOutlined = exports.AircircuitBreakerFilled = exports.AirPressureOutlined = exports.AimOutlined = exports.AddressOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = exports.AccessControlPurely = void 0;
13
+ exports.DigitalMediaFilled = exports.DewOutlined = exports.DeviceOutlined = exports.DeviceOfflinePurely = exports.DeviceOfflineFilled = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashboardFilled = exports.DashOutlined = exports.DangerFilled = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarQuestionCircleFilled = exports.CarPenFilled = exports.CarParkFilled = exports.CarOutlined = exports.CarFilled = exports.CarExclamationCircleFilled = exports.CarCameraOutlined = exports.CarCameraFilled = exports.CameraOutlined = exports.CameraFilled = void 0;
14
+ exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EmployerOutlined = exports.EmployerFilled = exports.EllipsisOutlined = exports.ElectricalFirePurely = exports.ElectricalFireOutlined = exports.ElectricalFireFilled = exports.ElectricCarPurely = exports.ElectricCarFilled = exports.ElderPurely = exports.ElderFilled = exports.EditOutlined = exports.DroneOutlined = exports.DrawRoundOutlined = exports.DrawRectangleOutlined = exports.DrawPolygonOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = void 0;
15
+ exports.GasSensorPurely = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.GalleryFilled = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.ForestFirePurely = exports.ForestCameraFilled = exports.ForeignWorkersPurely = exports.ForeignVehiclePurely = exports.FocusOutlined = exports.FloorOutlined = exports.FloorFilled = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantPurely = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostPurely = exports.FireHostOutlined = exports.FireHostFilled = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = void 0;
16
+ exports.KeyPersonPurely = exports.KeyPersonFilled = exports.KeyOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IllegalHelmetPurely = exports.IllegalFishingPurely = exports.IllegalFishingFilled = exports.IllegalFireExitsPurely = exports.IllegalBuildingPurely = exports.IllegalBuildingOutlined = exports.IllegalBuildingFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumidityOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HelmetFilled = exports.HeatmapFilled = exports.HeartOutlined = exports.HeartFilled = exports.HealthMonitoringPurely = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.HammerFilled = exports.GroupFilled = exports.GovernanceFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GenderOutlined = exports.GatewayOutlined = exports.GasStationFilled = void 0;
17
+ exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.ModerateRainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MeshLayoutOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverPurely = exports.ManholeCoverOutlined = exports.ManholeCoverFilled = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LessElectricityFilled = exports.LegendOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = exports.KeyVehiclePurely = void 0;
18
+ exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PhoneFilled = exports.PetDogPurely = exports.PetDogFilled = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeProOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O3Outlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoiseOutlined = exports.NoVideoPurely = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = void 0;
19
+ exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyPreventionPurely = exports.SafetyPreventionFilled = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RoomOutlined = exports.RoomFilled = exports.RocketOutlined = exports.RobotOutlined = exports.RoadOutlined = exports.RoadNetworkInfoFilled = exports.RoadFilled = exports.RiverOutlined = exports.RingLayoutOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RefillStationFilled = exports.RedoOutlined = exports.RainfallOutlined = exports.RainfallIntensityOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = exports.Pm25Outlined = void 0;
20
+ exports.TrafficLightFilled = exports.ToolPurely = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThumbnailOutlined = exports.ThirdPurely = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.SurroundingsPurely = exports.SunsetOutlined = exports.SunriseOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokePurely = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPolePurely = exports.SmartLightPoleOutlined = exports.SmartLightPoleFilled = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShootFilled = exports.ShakeOutlined = void 0;
21
+ exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WithoutMaskPurely = exports.WithoutMaskFilled = exports.WindSpeedOutlined = exports.WindDirectionOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterQualityPurely = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UsersGovernancePurely = exports.UserTimePurely = exports.UserTimeFilled = exports.UserReportPurely = exports.UserReportFilled = exports.UserOutlined = exports.UserGatherPurely = exports.UserGatherFilled = exports.UserFilled = exports.UseQuestionFilled = exports.UseMolecularChainPurely = exports.UseMolecularChainFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.UnitOutlined = exports.UnitFilled = exports.TunnelFilled = exports.TrophyOutlined = void 0; // This index.ts file is generated automatically.
22
22
 
23
23
  var AccessControlPurely_1 = require("./AccessControlPurely");
24
24
 
@@ -74,6 +74,15 @@ Object.defineProperty(exports, "AimOutlined", {
74
74
  }
75
75
  });
76
76
 
77
+ var AirPressureOutlined_1 = require("./AirPressureOutlined");
78
+
79
+ Object.defineProperty(exports, "AirPressureOutlined", {
80
+ enumerable: true,
81
+ get: function get() {
82
+ return __importDefault(AirPressureOutlined_1).default;
83
+ }
84
+ });
85
+
77
86
  var AircircuitBreakerFilled_1 = require("./AircircuitBreakerFilled");
78
87
 
79
88
  Object.defineProperty(exports, "AircircuitBreakerFilled", {
@@ -893,6 +902,15 @@ Object.defineProperty(exports, "DeviceOutlined", {
893
902
  }
894
903
  });
895
904
 
905
+ var DewOutlined_1 = require("./DewOutlined");
906
+
907
+ Object.defineProperty(exports, "DewOutlined", {
908
+ enumerable: true,
909
+ get: function get() {
910
+ return __importDefault(DewOutlined_1).default;
911
+ }
912
+ });
913
+
896
914
  var DigitalMediaFilled_1 = require("./DigitalMediaFilled");
897
915
 
898
916
  Object.defineProperty(exports, "DigitalMediaFilled", {
@@ -1613,6 +1631,15 @@ Object.defineProperty(exports, "FireWarningFilled", {
1613
1631
  }
1614
1632
  });
1615
1633
 
1634
+ var FloorFilled_1 = require("./FloorFilled");
1635
+
1636
+ Object.defineProperty(exports, "FloorFilled", {
1637
+ enumerable: true,
1638
+ get: function get() {
1639
+ return __importDefault(FloorFilled_1).default;
1640
+ }
1641
+ });
1642
+
1616
1643
  var FloorOutlined_1 = require("./FloorOutlined");
1617
1644
 
1618
1645
  Object.defineProperty(exports, "FloorOutlined", {
@@ -2018,6 +2045,15 @@ Object.defineProperty(exports, "HumanoidRightFilled", {
2018
2045
  }
2019
2046
  });
2020
2047
 
2048
+ var HumidityOutlined_1 = require("./HumidityOutlined");
2049
+
2050
+ Object.defineProperty(exports, "HumidityOutlined", {
2051
+ enumerable: true,
2052
+ get: function get() {
2053
+ return __importDefault(HumidityOutlined_1).default;
2054
+ }
2055
+ });
2056
+
2021
2057
  var HydrolabOutlined_1 = require("./HydrolabOutlined");
2022
2058
 
2023
2059
  Object.defineProperty(exports, "HydrolabOutlined", {
@@ -2792,6 +2828,15 @@ Object.defineProperty(exports, "NoVideoPurely", {
2792
2828
  }
2793
2829
  });
2794
2830
 
2831
+ var NoiseOutlined_1 = require("./NoiseOutlined");
2832
+
2833
+ Object.defineProperty(exports, "NoiseOutlined", {
2834
+ enumerable: true,
2835
+ get: function get() {
2836
+ return __importDefault(NoiseOutlined_1).default;
2837
+ }
2838
+ });
2839
+
2795
2840
  var NonMotorVehicleFilled_1 = require("./NonMotorVehicleFilled");
2796
2841
 
2797
2842
  Object.defineProperty(exports, "NonMotorVehicleFilled", {
@@ -2819,6 +2864,15 @@ Object.defineProperty(exports, "O2Outlined", {
2819
2864
  }
2820
2865
  });
2821
2866
 
2867
+ var O3Outlined_1 = require("./O3Outlined");
2868
+
2869
+ Object.defineProperty(exports, "O3Outlined", {
2870
+ enumerable: true,
2871
+ get: function get() {
2872
+ return __importDefault(O3Outlined_1).default;
2873
+ }
2874
+ });
2875
+
2822
2876
  var ObliqueLineOutlined_1 = require("./ObliqueLineOutlined");
2823
2877
 
2824
2878
  Object.defineProperty(exports, "ObliqueLineOutlined", {
@@ -3116,6 +3170,15 @@ Object.defineProperty(exports, "PlusSquareFilled", {
3116
3170
  }
3117
3171
  });
3118
3172
 
3173
+ var Pm25Outlined_1 = require("./Pm25Outlined");
3174
+
3175
+ Object.defineProperty(exports, "Pm25Outlined", {
3176
+ enumerable: true,
3177
+ get: function get() {
3178
+ return __importDefault(Pm25Outlined_1).default;
3179
+ }
3180
+ });
3181
+
3119
3182
  var PmOutlined_1 = require("./PmOutlined");
3120
3183
 
3121
3184
  Object.defineProperty(exports, "PmOutlined", {
@@ -3206,6 +3269,24 @@ Object.defineProperty(exports, "QuestionOutlined", {
3206
3269
  }
3207
3270
  });
3208
3271
 
3272
+ var RainfallIntensityOutlined_1 = require("./RainfallIntensityOutlined");
3273
+
3274
+ Object.defineProperty(exports, "RainfallIntensityOutlined", {
3275
+ enumerable: true,
3276
+ get: function get() {
3277
+ return __importDefault(RainfallIntensityOutlined_1).default;
3278
+ }
3279
+ });
3280
+
3281
+ var RainfallOutlined_1 = require("./RainfallOutlined");
3282
+
3283
+ Object.defineProperty(exports, "RainfallOutlined", {
3284
+ enumerable: true,
3285
+ get: function get() {
3286
+ return __importDefault(RainfallOutlined_1).default;
3287
+ }
3288
+ });
3289
+
3209
3290
  var RedoOutlined_1 = require("./RedoOutlined");
3210
3291
 
3211
3292
  Object.defineProperty(exports, "RedoOutlined", {
@@ -3359,6 +3440,24 @@ Object.defineProperty(exports, "RocketOutlined", {
3359
3440
  }
3360
3441
  });
3361
3442
 
3443
+ var RoomFilled_1 = require("./RoomFilled");
3444
+
3445
+ Object.defineProperty(exports, "RoomFilled", {
3446
+ enumerable: true,
3447
+ get: function get() {
3448
+ return __importDefault(RoomFilled_1).default;
3449
+ }
3450
+ });
3451
+
3452
+ var RoomOutlined_1 = require("./RoomOutlined");
3453
+
3454
+ Object.defineProperty(exports, "RoomOutlined", {
3455
+ enumerable: true,
3456
+ get: function get() {
3457
+ return __importDefault(RoomOutlined_1).default;
3458
+ }
3459
+ });
3460
+
3362
3461
  var RotateLeftOutlined_1 = require("./RotateLeftOutlined");
3363
3462
 
3364
3463
  Object.defineProperty(exports, "RotateLeftOutlined", {
@@ -3773,6 +3872,24 @@ Object.defineProperty(exports, "StopOutlined", {
3773
3872
  }
3774
3873
  });
3775
3874
 
3875
+ var SunriseOutlined_1 = require("./SunriseOutlined");
3876
+
3877
+ Object.defineProperty(exports, "SunriseOutlined", {
3878
+ enumerable: true,
3879
+ get: function get() {
3880
+ return __importDefault(SunriseOutlined_1).default;
3881
+ }
3882
+ });
3883
+
3884
+ var SunsetOutlined_1 = require("./SunsetOutlined");
3885
+
3886
+ Object.defineProperty(exports, "SunsetOutlined", {
3887
+ enumerable: true,
3888
+ get: function get() {
3889
+ return __importDefault(SunsetOutlined_1).default;
3890
+ }
3891
+ });
3892
+
3776
3893
  var SurroundingsPurely_1 = require("./SurroundingsPurely");
3777
3894
 
3778
3895
  Object.defineProperty(exports, "SurroundingsPurely", {
@@ -3971,6 +4088,24 @@ Object.defineProperty(exports, "TunnelFilled", {
3971
4088
  }
3972
4089
  });
3973
4090
 
4091
+ var UnitFilled_1 = require("./UnitFilled");
4092
+
4093
+ Object.defineProperty(exports, "UnitFilled", {
4094
+ enumerable: true,
4095
+ get: function get() {
4096
+ return __importDefault(UnitFilled_1).default;
4097
+ }
4098
+ });
4099
+
4100
+ var UnitOutlined_1 = require("./UnitOutlined");
4101
+
4102
+ Object.defineProperty(exports, "UnitOutlined", {
4103
+ enumerable: true,
4104
+ get: function get() {
4105
+ return __importDefault(UnitOutlined_1).default;
4106
+ }
4107
+ });
4108
+
3974
4109
  var UnlockOutlined_1 = require("./UnlockOutlined");
3975
4110
 
3976
4111
  Object.defineProperty(exports, "UnlockOutlined", {
@@ -4304,6 +4439,15 @@ Object.defineProperty(exports, "WifiOutlined", {
4304
4439
  }
4305
4440
  });
4306
4441
 
4442
+ var WindDirectionOutlined_1 = require("./WindDirectionOutlined");
4443
+
4444
+ Object.defineProperty(exports, "WindDirectionOutlined", {
4445
+ enumerable: true,
4446
+ get: function get() {
4447
+ return __importDefault(WindDirectionOutlined_1).default;
4448
+ }
4449
+ });
4450
+
4307
4451
  var WindSpeedOutlined_1 = require("./WindSpeedOutlined");
4308
4452
 
4309
4453
  Object.defineProperty(exports, "WindSpeedOutlined", {
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const AirPressureOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default AirPressureOutlined;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var AirPressureOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/AirPressureOutlined"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var AirPressureOutlined = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: AirPressureOutlined_1.default
67
+ }));
68
+ });
69
+ AirPressureOutlined.displayName = 'AirPressureOutlined';
70
+ exports.default = AirPressureOutlined;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const DewOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default DewOutlined;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var DewOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/DewOutlined"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var DewOutlined = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: DewOutlined_1.default
67
+ }));
68
+ });
69
+ DewOutlined.displayName = 'DewOutlined';
70
+ exports.default = DewOutlined;