@sensoro-design/icons 1.29.0 → 1.30.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/BatteryGroupFilled.d.ts +2 -0
- package/BatteryGroupFilled.js +15 -0
- package/BridgeFilled.d.ts +2 -0
- package/BridgeFilled.js +15 -0
- package/CHANGELOG.md +11 -0
- package/CarParkFilled.d.ts +2 -0
- package/CarParkFilled.js +15 -0
- package/GalleryFilled.d.ts +2 -0
- package/GalleryFilled.js +15 -0
- package/GasStationFilled.d.ts +2 -0
- package/GasStationFilled.js +15 -0
- package/PhoneFilled.d.ts +2 -0
- package/PhoneFilled.js +15 -0
- package/PowerPerceptionFilled.d.ts +2 -0
- package/PowerPerceptionFilled.js +15 -0
- package/RefillStationFilled.d.ts +2 -0
- package/RefillStationFilled.js +15 -0
- package/RoadFilled.d.ts +2 -0
- package/RoadFilled.js +15 -0
- package/RoadNetworkInfoFilled.d.ts +2 -0
- package/RoadNetworkInfoFilled.js +15 -0
- package/RoadOutlined.d.ts +2 -0
- package/RoadOutlined.js +15 -0
- package/TrafficLightFilled.d.ts +2 -0
- package/TrafficLightFilled.js +15 -0
- package/TunnelFilled.d.ts +2 -0
- package/TunnelFilled.js +15 -0
- package/es/icons/BatteryGroupFilled.d.ts +4 -0
- package/es/icons/BatteryGroupFilled.js +68 -0
- package/es/icons/BridgeFilled.d.ts +4 -0
- package/es/icons/BridgeFilled.js +68 -0
- package/es/icons/CarParkFilled.d.ts +4 -0
- package/es/icons/CarParkFilled.js +68 -0
- package/es/icons/GalleryFilled.d.ts +4 -0
- package/es/icons/GalleryFilled.js +68 -0
- package/es/icons/GasStationFilled.d.ts +4 -0
- package/es/icons/GasStationFilled.js +68 -0
- package/es/icons/PhoneFilled.d.ts +4 -0
- package/es/icons/PhoneFilled.js +68 -0
- package/es/icons/PowerPerceptionFilled.d.ts +4 -0
- package/es/icons/PowerPerceptionFilled.js +68 -0
- package/es/icons/RefillStationFilled.d.ts +4 -0
- package/es/icons/RefillStationFilled.js +68 -0
- package/es/icons/RoadFilled.d.ts +4 -0
- package/es/icons/RoadFilled.js +68 -0
- package/es/icons/RoadNetworkInfoFilled.d.ts +4 -0
- package/es/icons/RoadNetworkInfoFilled.js +68 -0
- package/es/icons/RoadOutlined.d.ts +4 -0
- package/es/icons/RoadOutlined.js +68 -0
- package/es/icons/TrafficLightFilled.d.ts +4 -0
- package/es/icons/TrafficLightFilled.js +68 -0
- package/es/icons/TunnelFilled.d.ts +4 -0
- package/es/icons/TunnelFilled.js +68 -0
- package/es/icons/index.d.ts +13 -0
- package/es/icons/index.js +127 -10
- package/lib/icons/BatteryGroupFilled.d.ts +4 -0
- package/lib/icons/BatteryGroupFilled.js +70 -0
- package/lib/icons/BridgeFilled.d.ts +4 -0
- package/lib/icons/BridgeFilled.js +70 -0
- package/lib/icons/CarParkFilled.d.ts +4 -0
- package/lib/icons/CarParkFilled.js +70 -0
- package/lib/icons/GalleryFilled.d.ts +4 -0
- package/lib/icons/GalleryFilled.js +70 -0
- package/lib/icons/GasStationFilled.d.ts +4 -0
- package/lib/icons/GasStationFilled.js +70 -0
- package/lib/icons/PhoneFilled.d.ts +4 -0
- package/lib/icons/PhoneFilled.js +70 -0
- package/lib/icons/PowerPerceptionFilled.d.ts +4 -0
- package/lib/icons/PowerPerceptionFilled.js +70 -0
- package/lib/icons/RefillStationFilled.d.ts +4 -0
- package/lib/icons/RefillStationFilled.js +70 -0
- package/lib/icons/RoadFilled.d.ts +4 -0
- package/lib/icons/RoadFilled.js +70 -0
- package/lib/icons/RoadNetworkInfoFilled.d.ts +4 -0
- package/lib/icons/RoadNetworkInfoFilled.js +70 -0
- package/lib/icons/RoadOutlined.d.ts +4 -0
- package/lib/icons/RoadOutlined.js +70 -0
- package/lib/icons/TrafficLightFilled.d.ts +4 -0
- package/lib/icons/TrafficLightFilled.js +70 -0
- package/lib/icons/TunnelFilled.d.ts +4 -0
- package/lib/icons/TunnelFilled.js +70 -0
- package/lib/icons/index.d.ts +13 -0
- package/lib/icons/index.js +127 -10
- package/package.json +2 -2
package/lib/icons/index.d.ts
CHANGED
|
@@ -34,9 +34,11 @@ export { default as AuthOutlined } from './AuthOutlined';
|
|
|
34
34
|
export { default as BarCardFilled } from './BarCardFilled';
|
|
35
35
|
export { default as BaseStationFilled } from './BaseStationFilled';
|
|
36
36
|
export { default as BaseStationOutlined } from './BaseStationOutlined';
|
|
37
|
+
export { default as BatteryGroupFilled } from './BatteryGroupFilled';
|
|
37
38
|
export { default as BellOutlined } from './BellOutlined';
|
|
38
39
|
export { default as BlockOutlined } from './BlockOutlined';
|
|
39
40
|
export { default as BrandOutlined } from './BrandOutlined';
|
|
41
|
+
export { default as BridgeFilled } from './BridgeFilled';
|
|
40
42
|
export { default as BugOutlined } from './BugOutlined';
|
|
41
43
|
export { default as BuildingFilled } from './BuildingFilled';
|
|
42
44
|
export { default as BuildingOutlined } from './BuildingOutlined';
|
|
@@ -52,6 +54,7 @@ export { default as CarCameraOutlined } from './CarCameraOutlined';
|
|
|
52
54
|
export { default as CarExclamationCircleFilled } from './CarExclamationCircleFilled';
|
|
53
55
|
export { default as CarFilled } from './CarFilled';
|
|
54
56
|
export { default as CarOutlined } from './CarOutlined';
|
|
57
|
+
export { default as CarParkFilled } from './CarParkFilled';
|
|
55
58
|
export { default as CarPenFilled } from './CarPenFilled';
|
|
56
59
|
export { default as CarQuestionCircleFilled } from './CarQuestionCircleFilled';
|
|
57
60
|
export { default as CarRecordOutlined } from './CarRecordOutlined';
|
|
@@ -188,9 +191,11 @@ export { default as FullscreenExitOutlined } from './FullscreenExitOutlined';
|
|
|
188
191
|
export { default as FullscreenExitProOutlined } from './FullscreenExitProOutlined';
|
|
189
192
|
export { default as FullscreenOutlined } from './FullscreenOutlined';
|
|
190
193
|
export { default as FullscreenProOutlined } from './FullscreenProOutlined';
|
|
194
|
+
export { default as GalleryFilled } from './GalleryFilled';
|
|
191
195
|
export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
|
|
192
196
|
export { default as GasSensorOutlined } from './GasSensorOutlined';
|
|
193
197
|
export { default as GasSensorPurely } from './GasSensorPurely';
|
|
198
|
+
export { default as GasStationFilled } from './GasStationFilled';
|
|
194
199
|
export { default as GatewayOutlined } from './GatewayOutlined';
|
|
195
200
|
export { default as GenderOutlined } from './GenderOutlined';
|
|
196
201
|
export { default as GeoLocationFilled } from './GeoLocationFilled';
|
|
@@ -326,6 +331,7 @@ export { default as PercentageOutlined } from './PercentageOutlined';
|
|
|
326
331
|
export { default as PersonCameraOutlined } from './PersonCameraOutlined';
|
|
327
332
|
export { default as PetDogFilled } from './PetDogFilled';
|
|
328
333
|
export { default as PetDogPurely } from './PetDogPurely';
|
|
334
|
+
export { default as PhoneFilled } from './PhoneFilled';
|
|
329
335
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
|
330
336
|
export { default as PieChartOutlined } from './PieChartOutlined';
|
|
331
337
|
export { default as PlayCircleFilled } from './PlayCircleFilled';
|
|
@@ -339,6 +345,7 @@ export { default as PlusSquareFilled } from './PlusSquareFilled';
|
|
|
339
345
|
export { default as PmOutlined } from './PmOutlined';
|
|
340
346
|
export { default as PolymerizationOutlined } from './PolymerizationOutlined';
|
|
341
347
|
export { default as PositionMapFilled } from './PositionMapFilled';
|
|
348
|
+
export { default as PowerPerceptionFilled } from './PowerPerceptionFilled';
|
|
342
349
|
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
343
350
|
export { default as PrinterOutlined } from './PrinterOutlined';
|
|
344
351
|
export { default as PushpinOutlined } from './PushpinOutlined';
|
|
@@ -346,6 +353,7 @@ export { default as QrcodeOutlined } from './QrcodeOutlined';
|
|
|
346
353
|
export { default as QuestionCircleOutlined } from './QuestionCircleOutlined';
|
|
347
354
|
export { default as QuestionOutlined } from './QuestionOutlined';
|
|
348
355
|
export { default as RedoOutlined } from './RedoOutlined';
|
|
356
|
+
export { default as RefillStationFilled } from './RefillStationFilled';
|
|
349
357
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
350
358
|
export { default as ReservoirOutlined } from './ReservoirOutlined';
|
|
351
359
|
export { default as ResourceOutlined } from './ResourceOutlined';
|
|
@@ -356,6 +364,9 @@ export { default as RightOutlined } from './RightOutlined';
|
|
|
356
364
|
export { default as RightUpOutlined } from './RightUpOutlined';
|
|
357
365
|
export { default as RingLayoutOutlined } from './RingLayoutOutlined';
|
|
358
366
|
export { default as RiverOutlined } from './RiverOutlined';
|
|
367
|
+
export { default as RoadFilled } from './RoadFilled';
|
|
368
|
+
export { default as RoadNetworkInfoFilled } from './RoadNetworkInfoFilled';
|
|
369
|
+
export { default as RoadOutlined } from './RoadOutlined';
|
|
359
370
|
export { default as RobotOutlined } from './RobotOutlined';
|
|
360
371
|
export { default as RocketOutlined } from './RocketOutlined';
|
|
361
372
|
export { default as RotateLeftOutlined } from './RotateLeftOutlined';
|
|
@@ -423,7 +434,9 @@ export { default as TimeCircleFilled } from './TimeCircleFilled';
|
|
|
423
434
|
export { default as ToTopOutlined } from './ToTopOutlined';
|
|
424
435
|
export { default as ToolOutlined } from './ToolOutlined';
|
|
425
436
|
export { default as ToolPurely } from './ToolPurely';
|
|
437
|
+
export { default as TrafficLightFilled } from './TrafficLightFilled';
|
|
426
438
|
export { default as TrophyOutlined } from './TrophyOutlined';
|
|
439
|
+
export { default as TunnelFilled } from './TunnelFilled';
|
|
427
440
|
export { default as UnlockOutlined } from './UnlockOutlined';
|
|
428
441
|
export { default as UnorderedListOutlined } from './UnorderedListOutlined';
|
|
429
442
|
export { default as UpCircleOutlined } from './UpCircleOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -9,16 +9,16 @@ var __importDefault = void 0 && (void 0).__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 = void 0; // This index.ts file is generated automatically.
|
|
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.
|
|
22
22
|
|
|
23
23
|
var AccessControlPurely_1 = require("./AccessControlPurely");
|
|
24
24
|
|
|
@@ -344,6 +344,15 @@ Object.defineProperty(exports, "BaseStationOutlined", {
|
|
|
344
344
|
}
|
|
345
345
|
});
|
|
346
346
|
|
|
347
|
+
var BatteryGroupFilled_1 = require("./BatteryGroupFilled");
|
|
348
|
+
|
|
349
|
+
Object.defineProperty(exports, "BatteryGroupFilled", {
|
|
350
|
+
enumerable: true,
|
|
351
|
+
get: function get() {
|
|
352
|
+
return __importDefault(BatteryGroupFilled_1).default;
|
|
353
|
+
}
|
|
354
|
+
});
|
|
355
|
+
|
|
347
356
|
var BellOutlined_1 = require("./BellOutlined");
|
|
348
357
|
|
|
349
358
|
Object.defineProperty(exports, "BellOutlined", {
|
|
@@ -371,6 +380,15 @@ Object.defineProperty(exports, "BrandOutlined", {
|
|
|
371
380
|
}
|
|
372
381
|
});
|
|
373
382
|
|
|
383
|
+
var BridgeFilled_1 = require("./BridgeFilled");
|
|
384
|
+
|
|
385
|
+
Object.defineProperty(exports, "BridgeFilled", {
|
|
386
|
+
enumerable: true,
|
|
387
|
+
get: function get() {
|
|
388
|
+
return __importDefault(BridgeFilled_1).default;
|
|
389
|
+
}
|
|
390
|
+
});
|
|
391
|
+
|
|
374
392
|
var BugOutlined_1 = require("./BugOutlined");
|
|
375
393
|
|
|
376
394
|
Object.defineProperty(exports, "BugOutlined", {
|
|
@@ -506,6 +524,15 @@ Object.defineProperty(exports, "CarOutlined", {
|
|
|
506
524
|
}
|
|
507
525
|
});
|
|
508
526
|
|
|
527
|
+
var CarParkFilled_1 = require("./CarParkFilled");
|
|
528
|
+
|
|
529
|
+
Object.defineProperty(exports, "CarParkFilled", {
|
|
530
|
+
enumerable: true,
|
|
531
|
+
get: function get() {
|
|
532
|
+
return __importDefault(CarParkFilled_1).default;
|
|
533
|
+
}
|
|
534
|
+
});
|
|
535
|
+
|
|
509
536
|
var CarPenFilled_1 = require("./CarPenFilled");
|
|
510
537
|
|
|
511
538
|
Object.defineProperty(exports, "CarPenFilled", {
|
|
@@ -1730,6 +1757,15 @@ Object.defineProperty(exports, "FullscreenProOutlined", {
|
|
|
1730
1757
|
}
|
|
1731
1758
|
});
|
|
1732
1759
|
|
|
1760
|
+
var GalleryFilled_1 = require("./GalleryFilled");
|
|
1761
|
+
|
|
1762
|
+
Object.defineProperty(exports, "GalleryFilled", {
|
|
1763
|
+
enumerable: true,
|
|
1764
|
+
get: function get() {
|
|
1765
|
+
return __importDefault(GalleryFilled_1).default;
|
|
1766
|
+
}
|
|
1767
|
+
});
|
|
1768
|
+
|
|
1733
1769
|
var GasSensorControllerOutlined_1 = require("./GasSensorControllerOutlined");
|
|
1734
1770
|
|
|
1735
1771
|
Object.defineProperty(exports, "GasSensorControllerOutlined", {
|
|
@@ -1757,6 +1793,15 @@ Object.defineProperty(exports, "GasSensorPurely", {
|
|
|
1757
1793
|
}
|
|
1758
1794
|
});
|
|
1759
1795
|
|
|
1796
|
+
var GasStationFilled_1 = require("./GasStationFilled");
|
|
1797
|
+
|
|
1798
|
+
Object.defineProperty(exports, "GasStationFilled", {
|
|
1799
|
+
enumerable: true,
|
|
1800
|
+
get: function get() {
|
|
1801
|
+
return __importDefault(GasStationFilled_1).default;
|
|
1802
|
+
}
|
|
1803
|
+
});
|
|
1804
|
+
|
|
1760
1805
|
var GatewayOutlined_1 = require("./GatewayOutlined");
|
|
1761
1806
|
|
|
1762
1807
|
Object.defineProperty(exports, "GatewayOutlined", {
|
|
@@ -2972,6 +3017,15 @@ Object.defineProperty(exports, "PetDogPurely", {
|
|
|
2972
3017
|
}
|
|
2973
3018
|
});
|
|
2974
3019
|
|
|
3020
|
+
var PhoneFilled_1 = require("./PhoneFilled");
|
|
3021
|
+
|
|
3022
|
+
Object.defineProperty(exports, "PhoneFilled", {
|
|
3023
|
+
enumerable: true,
|
|
3024
|
+
get: function get() {
|
|
3025
|
+
return __importDefault(PhoneFilled_1).default;
|
|
3026
|
+
}
|
|
3027
|
+
});
|
|
3028
|
+
|
|
2975
3029
|
var PhoneOutlined_1 = require("./PhoneOutlined");
|
|
2976
3030
|
|
|
2977
3031
|
Object.defineProperty(exports, "PhoneOutlined", {
|
|
@@ -3089,6 +3143,15 @@ Object.defineProperty(exports, "PositionMapFilled", {
|
|
|
3089
3143
|
}
|
|
3090
3144
|
});
|
|
3091
3145
|
|
|
3146
|
+
var PowerPerceptionFilled_1 = require("./PowerPerceptionFilled");
|
|
3147
|
+
|
|
3148
|
+
Object.defineProperty(exports, "PowerPerceptionFilled", {
|
|
3149
|
+
enumerable: true,
|
|
3150
|
+
get: function get() {
|
|
3151
|
+
return __importDefault(PowerPerceptionFilled_1).default;
|
|
3152
|
+
}
|
|
3153
|
+
});
|
|
3154
|
+
|
|
3092
3155
|
var PoweroffOutlined_1 = require("./PoweroffOutlined");
|
|
3093
3156
|
|
|
3094
3157
|
Object.defineProperty(exports, "PoweroffOutlined", {
|
|
@@ -3152,6 +3215,15 @@ Object.defineProperty(exports, "RedoOutlined", {
|
|
|
3152
3215
|
}
|
|
3153
3216
|
});
|
|
3154
3217
|
|
|
3218
|
+
var RefillStationFilled_1 = require("./RefillStationFilled");
|
|
3219
|
+
|
|
3220
|
+
Object.defineProperty(exports, "RefillStationFilled", {
|
|
3221
|
+
enumerable: true,
|
|
3222
|
+
get: function get() {
|
|
3223
|
+
return __importDefault(RefillStationFilled_1).default;
|
|
3224
|
+
}
|
|
3225
|
+
});
|
|
3226
|
+
|
|
3155
3227
|
var ReloadOutlined_1 = require("./ReloadOutlined");
|
|
3156
3228
|
|
|
3157
3229
|
Object.defineProperty(exports, "ReloadOutlined", {
|
|
@@ -3242,6 +3314,33 @@ Object.defineProperty(exports, "RiverOutlined", {
|
|
|
3242
3314
|
}
|
|
3243
3315
|
});
|
|
3244
3316
|
|
|
3317
|
+
var RoadFilled_1 = require("./RoadFilled");
|
|
3318
|
+
|
|
3319
|
+
Object.defineProperty(exports, "RoadFilled", {
|
|
3320
|
+
enumerable: true,
|
|
3321
|
+
get: function get() {
|
|
3322
|
+
return __importDefault(RoadFilled_1).default;
|
|
3323
|
+
}
|
|
3324
|
+
});
|
|
3325
|
+
|
|
3326
|
+
var RoadNetworkInfoFilled_1 = require("./RoadNetworkInfoFilled");
|
|
3327
|
+
|
|
3328
|
+
Object.defineProperty(exports, "RoadNetworkInfoFilled", {
|
|
3329
|
+
enumerable: true,
|
|
3330
|
+
get: function get() {
|
|
3331
|
+
return __importDefault(RoadNetworkInfoFilled_1).default;
|
|
3332
|
+
}
|
|
3333
|
+
});
|
|
3334
|
+
|
|
3335
|
+
var RoadOutlined_1 = require("./RoadOutlined");
|
|
3336
|
+
|
|
3337
|
+
Object.defineProperty(exports, "RoadOutlined", {
|
|
3338
|
+
enumerable: true,
|
|
3339
|
+
get: function get() {
|
|
3340
|
+
return __importDefault(RoadOutlined_1).default;
|
|
3341
|
+
}
|
|
3342
|
+
});
|
|
3343
|
+
|
|
3245
3344
|
var RobotOutlined_1 = require("./RobotOutlined");
|
|
3246
3345
|
|
|
3247
3346
|
Object.defineProperty(exports, "RobotOutlined", {
|
|
@@ -3845,6 +3944,15 @@ Object.defineProperty(exports, "ToolPurely", {
|
|
|
3845
3944
|
}
|
|
3846
3945
|
});
|
|
3847
3946
|
|
|
3947
|
+
var TrafficLightFilled_1 = require("./TrafficLightFilled");
|
|
3948
|
+
|
|
3949
|
+
Object.defineProperty(exports, "TrafficLightFilled", {
|
|
3950
|
+
enumerable: true,
|
|
3951
|
+
get: function get() {
|
|
3952
|
+
return __importDefault(TrafficLightFilled_1).default;
|
|
3953
|
+
}
|
|
3954
|
+
});
|
|
3955
|
+
|
|
3848
3956
|
var TrophyOutlined_1 = require("./TrophyOutlined");
|
|
3849
3957
|
|
|
3850
3958
|
Object.defineProperty(exports, "TrophyOutlined", {
|
|
@@ -3854,6 +3962,15 @@ Object.defineProperty(exports, "TrophyOutlined", {
|
|
|
3854
3962
|
}
|
|
3855
3963
|
});
|
|
3856
3964
|
|
|
3965
|
+
var TunnelFilled_1 = require("./TunnelFilled");
|
|
3966
|
+
|
|
3967
|
+
Object.defineProperty(exports, "TunnelFilled", {
|
|
3968
|
+
enumerable: true,
|
|
3969
|
+
get: function get() {
|
|
3970
|
+
return __importDefault(TunnelFilled_1).default;
|
|
3971
|
+
}
|
|
3972
|
+
});
|
|
3973
|
+
|
|
3857
3974
|
var UnlockOutlined_1 = require("./UnlockOutlined");
|
|
3858
3975
|
|
|
3859
3976
|
Object.defineProperty(exports, "UnlockOutlined", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@ant-design/colors": "^6.0.0",
|
|
31
31
|
"@babel/runtime": "^7.11.2",
|
|
32
32
|
"@pansy/classnames": "^1.0.1",
|
|
33
|
-
"@sensoro-design/icons-svg": "1.
|
|
33
|
+
"@sensoro-design/icons-svg": "1.32.0",
|
|
34
34
|
"rc-util": "^5.19.3"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|