@sensoro-design/icons 1.30.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AirPressureOutlined.d.ts +2 -0
- package/AirPressureOutlined.js +15 -0
- package/CHANGELOG.md +12 -0
- package/DewOutlined.d.ts +2 -0
- package/DewOutlined.js +15 -0
- package/HumidityOutlined.d.ts +2 -0
- package/HumidityOutlined.js +15 -0
- package/NoiseOutlined.d.ts +2 -0
- package/NoiseOutlined.js +15 -0
- package/O3Outlined.d.ts +2 -0
- package/O3Outlined.js +15 -0
- package/Pm25Outlined.d.ts +2 -0
- package/Pm25Outlined.js +15 -0
- package/RainfallIntensityOutlined.d.ts +2 -0
- package/RainfallIntensityOutlined.js +15 -0
- package/RainfallOutlined.d.ts +2 -0
- package/RainfallOutlined.js +15 -0
- package/SunriseOutlined.d.ts +2 -0
- package/SunriseOutlined.js +15 -0
- package/SunsetOutlined.d.ts +2 -0
- package/SunsetOutlined.js +15 -0
- package/WindDirectionOutlined.d.ts +2 -0
- package/WindDirectionOutlined.js +15 -0
- package/es/icons/AirPressureOutlined.d.ts +4 -0
- package/es/icons/AirPressureOutlined.js +68 -0
- package/es/icons/DewOutlined.d.ts +4 -0
- package/es/icons/DewOutlined.js +68 -0
- package/es/icons/HumidityOutlined.d.ts +4 -0
- package/es/icons/HumidityOutlined.js +68 -0
- package/es/icons/NoiseOutlined.d.ts +4 -0
- package/es/icons/NoiseOutlined.js +68 -0
- package/es/icons/O3Outlined.d.ts +4 -0
- package/es/icons/O3Outlined.js +68 -0
- package/es/icons/Pm25Outlined.d.ts +4 -0
- package/es/icons/Pm25Outlined.js +68 -0
- package/es/icons/RainfallIntensityOutlined.d.ts +4 -0
- package/es/icons/RainfallIntensityOutlined.js +68 -0
- package/es/icons/RainfallOutlined.d.ts +4 -0
- package/es/icons/RainfallOutlined.js +68 -0
- package/es/icons/SunriseOutlined.d.ts +4 -0
- package/es/icons/SunriseOutlined.js +68 -0
- package/es/icons/SunsetOutlined.d.ts +4 -0
- package/es/icons/SunsetOutlined.js +68 -0
- package/es/icons/WindDirectionOutlined.d.ts +4 -0
- package/es/icons/WindDirectionOutlined.js +68 -0
- package/es/icons/index.d.ts +11 -0
- package/es/icons/index.js +109 -10
- package/lib/icons/AirPressureOutlined.d.ts +4 -0
- package/lib/icons/AirPressureOutlined.js +70 -0
- package/lib/icons/DewOutlined.d.ts +4 -0
- package/lib/icons/DewOutlined.js +70 -0
- package/lib/icons/HumidityOutlined.d.ts +4 -0
- package/lib/icons/HumidityOutlined.js +70 -0
- package/lib/icons/NoiseOutlined.d.ts +4 -0
- package/lib/icons/NoiseOutlined.js +70 -0
- package/lib/icons/O3Outlined.d.ts +4 -0
- package/lib/icons/O3Outlined.js +70 -0
- package/lib/icons/Pm25Outlined.d.ts +4 -0
- package/lib/icons/Pm25Outlined.js +70 -0
- package/lib/icons/RainfallIntensityOutlined.d.ts +4 -0
- package/lib/icons/RainfallIntensityOutlined.js +70 -0
- package/lib/icons/RainfallOutlined.d.ts +4 -0
- package/lib/icons/RainfallOutlined.js +70 -0
- package/lib/icons/SunriseOutlined.d.ts +4 -0
- package/lib/icons/SunriseOutlined.js +70 -0
- package/lib/icons/SunsetOutlined.d.ts +4 -0
- package/lib/icons/SunsetOutlined.js +70 -0
- package/lib/icons/WindDirectionOutlined.d.ts +4 -0
- package/lib/icons/WindDirectionOutlined.js +70 -0
- package/lib/icons/index.d.ts +11 -0
- package/lib/icons/index.js +109 -10
- 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;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -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';
|
|
@@ -220,6 +222,7 @@ export { default as HomeOutlined } from './HomeOutlined';
|
|
|
220
222
|
export { default as HumanTrafficVideoOutlined } from './HumanTrafficVideoOutlined';
|
|
221
223
|
export { default as HumanoidLeftFilled } from './HumanoidLeftFilled';
|
|
222
224
|
export { default as HumanoidRightFilled } from './HumanoidRightFilled';
|
|
225
|
+
export { default as HumidityOutlined } from './HumidityOutlined';
|
|
223
226
|
export { default as HydrolabOutlined } from './HydrolabOutlined';
|
|
224
227
|
export { default as IdcardFilled } from './IdcardFilled';
|
|
225
228
|
export { default as IdcardOutlined } from './IdcardOutlined';
|
|
@@ -306,9 +309,11 @@ export { default as NoPersonPurely } from './NoPersonPurely';
|
|
|
306
309
|
export { default as NoPersonsPurely } from './NoPersonsPurely';
|
|
307
310
|
export { default as NoSwimPurely } from './NoSwimPurely';
|
|
308
311
|
export { default as NoVideoPurely } from './NoVideoPurely';
|
|
312
|
+
export { default as NoiseOutlined } from './NoiseOutlined';
|
|
309
313
|
export { default as NonMotorVehicleFilled } from './NonMotorVehicleFilled';
|
|
310
314
|
export { default as NonMotorVehicleOutlined } from './NonMotorVehicleOutlined';
|
|
311
315
|
export { default as O2Outlined } from './O2Outlined';
|
|
316
|
+
export { default as O3Outlined } from './O3Outlined';
|
|
312
317
|
export { default as ObliqueLineOutlined } from './ObliqueLineOutlined';
|
|
313
318
|
export { default as OfflineOutlined } from './OfflineOutlined';
|
|
314
319
|
export { default as OneToOneOutlined } from './OneToOneOutlined';
|
|
@@ -342,6 +347,7 @@ export { default as PlusCircleFilled } from './PlusCircleFilled';
|
|
|
342
347
|
export { default as PlusCircleOutlined } from './PlusCircleOutlined';
|
|
343
348
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
344
349
|
export { default as PlusSquareFilled } from './PlusSquareFilled';
|
|
350
|
+
export { default as Pm25Outlined } from './Pm25Outlined';
|
|
345
351
|
export { default as PmOutlined } from './PmOutlined';
|
|
346
352
|
export { default as PolymerizationOutlined } from './PolymerizationOutlined';
|
|
347
353
|
export { default as PositionMapFilled } from './PositionMapFilled';
|
|
@@ -352,6 +358,8 @@ export { default as PushpinOutlined } from './PushpinOutlined';
|
|
|
352
358
|
export { default as QrcodeOutlined } from './QrcodeOutlined';
|
|
353
359
|
export { default as QuestionCircleOutlined } from './QuestionCircleOutlined';
|
|
354
360
|
export { default as QuestionOutlined } from './QuestionOutlined';
|
|
361
|
+
export { default as RainfallIntensityOutlined } from './RainfallIntensityOutlined';
|
|
362
|
+
export { default as RainfallOutlined } from './RainfallOutlined';
|
|
355
363
|
export { default as RedoOutlined } from './RedoOutlined';
|
|
356
364
|
export { default as RefillStationFilled } from './RefillStationFilled';
|
|
357
365
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
@@ -415,6 +423,8 @@ export { default as StatisticsFilled } from './StatisticsFilled';
|
|
|
415
423
|
export { default as StepBackwardOutlined } from './StepBackwardOutlined';
|
|
416
424
|
export { default as StepForwardOutlined } from './StepForwardOutlined';
|
|
417
425
|
export { default as StopOutlined } from './StopOutlined';
|
|
426
|
+
export { default as SunriseOutlined } from './SunriseOutlined';
|
|
427
|
+
export { default as SunsetOutlined } from './SunsetOutlined';
|
|
418
428
|
export { default as SurroundingsPurely } from './SurroundingsPurely';
|
|
419
429
|
export { default as SwapLeftOutlined } from './SwapLeftOutlined';
|
|
420
430
|
export { default as SwapOutlined } from './SwapOutlined';
|
|
@@ -474,6 +484,7 @@ export { default as WatersOutlined } from './WatersOutlined';
|
|
|
474
484
|
export { default as WeatherStationOutlined } from './WeatherStationOutlined';
|
|
475
485
|
export { default as WechatFilled } from './WechatFilled';
|
|
476
486
|
export { default as WifiOutlined } from './WifiOutlined';
|
|
487
|
+
export { default as WindDirectionOutlined } from './WindDirectionOutlined';
|
|
477
488
|
export { default as WindSpeedOutlined } from './WindSpeedOutlined';
|
|
478
489
|
export { default as WithoutMaskFilled } from './WithoutMaskFilled';
|
|
479
490
|
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.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
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.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 = exports.FileProtectOutlined = exports.FilePptOutlined = void 0;
|
|
16
|
+
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.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 = void 0;
|
|
17
|
+
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 = exports.LeakingOutlined = exports.LayoutOutlined = exports.LakeOutlined = void 0;
|
|
18
|
+
exports.Pm25Outlined = 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 = void 0;
|
|
19
|
+
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.RainfallOutlined = exports.RainfallIntensityOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PowerPerceptionFilled = exports.PositionMapFilled = exports.PolymerizationOutlined = exports.PmOutlined = void 0;
|
|
20
|
+
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.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 = 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 = 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", {
|
|
@@ -2018,6 +2036,15 @@ Object.defineProperty(exports, "HumanoidRightFilled", {
|
|
|
2018
2036
|
}
|
|
2019
2037
|
});
|
|
2020
2038
|
|
|
2039
|
+
var HumidityOutlined_1 = require("./HumidityOutlined");
|
|
2040
|
+
|
|
2041
|
+
Object.defineProperty(exports, "HumidityOutlined", {
|
|
2042
|
+
enumerable: true,
|
|
2043
|
+
get: function get() {
|
|
2044
|
+
return __importDefault(HumidityOutlined_1).default;
|
|
2045
|
+
}
|
|
2046
|
+
});
|
|
2047
|
+
|
|
2021
2048
|
var HydrolabOutlined_1 = require("./HydrolabOutlined");
|
|
2022
2049
|
|
|
2023
2050
|
Object.defineProperty(exports, "HydrolabOutlined", {
|
|
@@ -2792,6 +2819,15 @@ Object.defineProperty(exports, "NoVideoPurely", {
|
|
|
2792
2819
|
}
|
|
2793
2820
|
});
|
|
2794
2821
|
|
|
2822
|
+
var NoiseOutlined_1 = require("./NoiseOutlined");
|
|
2823
|
+
|
|
2824
|
+
Object.defineProperty(exports, "NoiseOutlined", {
|
|
2825
|
+
enumerable: true,
|
|
2826
|
+
get: function get() {
|
|
2827
|
+
return __importDefault(NoiseOutlined_1).default;
|
|
2828
|
+
}
|
|
2829
|
+
});
|
|
2830
|
+
|
|
2795
2831
|
var NonMotorVehicleFilled_1 = require("./NonMotorVehicleFilled");
|
|
2796
2832
|
|
|
2797
2833
|
Object.defineProperty(exports, "NonMotorVehicleFilled", {
|
|
@@ -2819,6 +2855,15 @@ Object.defineProperty(exports, "O2Outlined", {
|
|
|
2819
2855
|
}
|
|
2820
2856
|
});
|
|
2821
2857
|
|
|
2858
|
+
var O3Outlined_1 = require("./O3Outlined");
|
|
2859
|
+
|
|
2860
|
+
Object.defineProperty(exports, "O3Outlined", {
|
|
2861
|
+
enumerable: true,
|
|
2862
|
+
get: function get() {
|
|
2863
|
+
return __importDefault(O3Outlined_1).default;
|
|
2864
|
+
}
|
|
2865
|
+
});
|
|
2866
|
+
|
|
2822
2867
|
var ObliqueLineOutlined_1 = require("./ObliqueLineOutlined");
|
|
2823
2868
|
|
|
2824
2869
|
Object.defineProperty(exports, "ObliqueLineOutlined", {
|
|
@@ -3116,6 +3161,15 @@ Object.defineProperty(exports, "PlusSquareFilled", {
|
|
|
3116
3161
|
}
|
|
3117
3162
|
});
|
|
3118
3163
|
|
|
3164
|
+
var Pm25Outlined_1 = require("./Pm25Outlined");
|
|
3165
|
+
|
|
3166
|
+
Object.defineProperty(exports, "Pm25Outlined", {
|
|
3167
|
+
enumerable: true,
|
|
3168
|
+
get: function get() {
|
|
3169
|
+
return __importDefault(Pm25Outlined_1).default;
|
|
3170
|
+
}
|
|
3171
|
+
});
|
|
3172
|
+
|
|
3119
3173
|
var PmOutlined_1 = require("./PmOutlined");
|
|
3120
3174
|
|
|
3121
3175
|
Object.defineProperty(exports, "PmOutlined", {
|
|
@@ -3206,6 +3260,24 @@ Object.defineProperty(exports, "QuestionOutlined", {
|
|
|
3206
3260
|
}
|
|
3207
3261
|
});
|
|
3208
3262
|
|
|
3263
|
+
var RainfallIntensityOutlined_1 = require("./RainfallIntensityOutlined");
|
|
3264
|
+
|
|
3265
|
+
Object.defineProperty(exports, "RainfallIntensityOutlined", {
|
|
3266
|
+
enumerable: true,
|
|
3267
|
+
get: function get() {
|
|
3268
|
+
return __importDefault(RainfallIntensityOutlined_1).default;
|
|
3269
|
+
}
|
|
3270
|
+
});
|
|
3271
|
+
|
|
3272
|
+
var RainfallOutlined_1 = require("./RainfallOutlined");
|
|
3273
|
+
|
|
3274
|
+
Object.defineProperty(exports, "RainfallOutlined", {
|
|
3275
|
+
enumerable: true,
|
|
3276
|
+
get: function get() {
|
|
3277
|
+
return __importDefault(RainfallOutlined_1).default;
|
|
3278
|
+
}
|
|
3279
|
+
});
|
|
3280
|
+
|
|
3209
3281
|
var RedoOutlined_1 = require("./RedoOutlined");
|
|
3210
3282
|
|
|
3211
3283
|
Object.defineProperty(exports, "RedoOutlined", {
|
|
@@ -3773,6 +3845,24 @@ Object.defineProperty(exports, "StopOutlined", {
|
|
|
3773
3845
|
}
|
|
3774
3846
|
});
|
|
3775
3847
|
|
|
3848
|
+
var SunriseOutlined_1 = require("./SunriseOutlined");
|
|
3849
|
+
|
|
3850
|
+
Object.defineProperty(exports, "SunriseOutlined", {
|
|
3851
|
+
enumerable: true,
|
|
3852
|
+
get: function get() {
|
|
3853
|
+
return __importDefault(SunriseOutlined_1).default;
|
|
3854
|
+
}
|
|
3855
|
+
});
|
|
3856
|
+
|
|
3857
|
+
var SunsetOutlined_1 = require("./SunsetOutlined");
|
|
3858
|
+
|
|
3859
|
+
Object.defineProperty(exports, "SunsetOutlined", {
|
|
3860
|
+
enumerable: true,
|
|
3861
|
+
get: function get() {
|
|
3862
|
+
return __importDefault(SunsetOutlined_1).default;
|
|
3863
|
+
}
|
|
3864
|
+
});
|
|
3865
|
+
|
|
3776
3866
|
var SurroundingsPurely_1 = require("./SurroundingsPurely");
|
|
3777
3867
|
|
|
3778
3868
|
Object.defineProperty(exports, "SurroundingsPurely", {
|
|
@@ -4304,6 +4394,15 @@ Object.defineProperty(exports, "WifiOutlined", {
|
|
|
4304
4394
|
}
|
|
4305
4395
|
});
|
|
4306
4396
|
|
|
4397
|
+
var WindDirectionOutlined_1 = require("./WindDirectionOutlined");
|
|
4398
|
+
|
|
4399
|
+
Object.defineProperty(exports, "WindDirectionOutlined", {
|
|
4400
|
+
enumerable: true,
|
|
4401
|
+
get: function get() {
|
|
4402
|
+
return __importDefault(WindDirectionOutlined_1).default;
|
|
4403
|
+
}
|
|
4404
|
+
});
|
|
4405
|
+
|
|
4307
4406
|
var WindSpeedOutlined_1 = require("./WindSpeedOutlined");
|
|
4308
4407
|
|
|
4309
4408
|
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;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const HumidityOutlined: 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 HumidityOutlined;
|