@iconify-prerendered/vue-cbi 0.28.1739427141 → 0.28.1747976470
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/index.d.ts +42 -0
- package/index.js +43 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -1,13 +1,19 @@
|
|
1
1
|
import type {SVGAttributes, VNode} from 'vue';
|
2
|
+
export declare const Icon02tv: (p?: SVGAttributes) => VNode;
|
3
|
+
export declare const Icon10Play: (p?: SVGAttributes) => VNode;
|
4
|
+
export declare const Icon17Track: (p?: SVGAttributes) => VNode;
|
2
5
|
export declare const Icon2WayUplighter: (p?: SVGAttributes) => VNode;
|
3
6
|
export declare const Icon3dFilament: (p?: SVGAttributes) => VNode;
|
4
7
|
export declare const Icon3dprinterPrinting: (p?: SVGAttributes) => VNode;
|
5
8
|
export declare const Icon3dprinterStandby: (p?: SVGAttributes) => VNode;
|
6
9
|
export declare const Icon3sat: (p?: SVGAttributes) => VNode;
|
10
|
+
export declare const Icon7plusTv: (p?: SVGAttributes) => VNode;
|
11
|
+
export declare const Icon9Now: (p?: SVGAttributes) => VNode;
|
7
12
|
export declare const IconA1Mini: (p?: SVGAttributes) => VNode;
|
8
13
|
export declare const IconAbarth: (p?: SVGAttributes) => VNode;
|
9
14
|
export declare const IconAbbRadio: (p?: SVGAttributes) => VNode;
|
10
15
|
export declare const IconAbc: (p?: SVGAttributes) => VNode;
|
16
|
+
export declare const IconAbcIview: (p?: SVGAttributes) => VNode;
|
11
17
|
export declare const IconAbletonlive: (p?: SVGAttributes) => VNode;
|
12
18
|
export declare const IconAcura: (p?: SVGAttributes) => VNode;
|
13
19
|
export declare const IconAdguard: (p?: SVGAttributes) => VNode;
|
@@ -71,6 +77,7 @@ export declare const IconAqaraH1Dimmer: (p?: SVGAttributes) => VNode;
|
|
71
77
|
export declare const IconAqaraH1Switch: (p?: SVGAttributes) => VNode;
|
72
78
|
export declare const IconAqaraH2DimmerSwitch: (p?: SVGAttributes) => VNode;
|
73
79
|
export declare const IconAqaraH2Switch: (p?: SVGAttributes) => VNode;
|
80
|
+
export declare const IconAqaraHiPrecisionMotion: (p?: SVGAttributes) => VNode;
|
74
81
|
export declare const IconAqaraHubN15G2: (p?: SVGAttributes) => VNode;
|
75
82
|
export declare const IconAqaraInwall: (p?: SVGAttributes) => VNode;
|
76
83
|
export declare const IconAqaraM3: (p?: SVGAttributes) => VNode;
|
@@ -147,9 +154,11 @@ export declare const IconBleMesh: (p?: SVGAttributes) => VNode;
|
|
147
154
|
export declare const IconBlindTiltClosed: (p?: SVGAttributes) => VNode;
|
148
155
|
export declare const IconBlindTiltOpen: (p?: SVGAttributes) => VNode;
|
149
156
|
export declare const IconBloom: (p?: SVGAttributes) => VNode;
|
157
|
+
export declare const IconBlueos: (p?: SVGAttributes) => VNode;
|
150
158
|
export declare const IconBluray: (p?: SVGAttributes) => VNode;
|
151
159
|
export declare const IconBmw: (p?: SVGAttributes) => VNode;
|
152
160
|
export declare const IconBmwAlt: (p?: SVGAttributes) => VNode;
|
161
|
+
export declare const IconBmwI: (p?: SVGAttributes) => VNode;
|
153
162
|
export declare const IconBocaJuniors: (p?: SVGAttributes) => VNode;
|
154
163
|
export declare const IconBollard: (p?: SVGAttributes) => VNode;
|
155
164
|
export declare const IconBoschThermostat: (p?: SVGAttributes) => VNode;
|
@@ -306,6 +315,7 @@ export declare const IconCorinthians: (p?: SVGAttributes) => VNode;
|
|
306
315
|
export declare const IconCostco: (p?: SVGAttributes) => VNode;
|
307
316
|
export declare const IconCowboyEbike: (p?: SVGAttributes) => VNode;
|
308
317
|
export declare const IconCowboyEbikeAlt: (p?: SVGAttributes) => VNode;
|
318
|
+
export declare const IconCrestonSwirl: (p?: SVGAttributes) => VNode;
|
309
319
|
export declare const IconCrunchyrol: (p?: SVGAttributes) => VNode;
|
310
320
|
export declare const IconCulturebox: (p?: SVGAttributes) => VNode;
|
311
321
|
export declare const IconCupra: (p?: SVGAttributes) => VNode;
|
@@ -324,6 +334,7 @@ export declare const IconDeskStand: (p?: SVGAttributes) => VNode;
|
|
324
334
|
export declare const IconDeskStandAlt: (p?: SVGAttributes) => VNode;
|
325
335
|
export declare const IconDesklamp: (p?: SVGAttributes) => VNode;
|
326
336
|
export declare const IconDesktopComputer: (p?: SVGAttributes) => VNode;
|
337
|
+
export declare const IconDeutschlandfunk: (p?: SVGAttributes) => VNode;
|
327
338
|
export declare const IconDevicesplug: (p?: SVGAttributes) => VNode;
|
328
339
|
export declare const IconDevicestap: (p?: SVGAttributes) => VNode;
|
329
340
|
export declare const IconDhl: (p?: SVGAttributes) => VNode;
|
@@ -354,7 +365,9 @@ export declare const IconDownstairsBasement: (p?: SVGAttributes) => VNode;
|
|
354
365
|
export declare const IconDownstairsGround: (p?: SVGAttributes) => VNode;
|
355
366
|
export declare const IconDreamcast: (p?: SVGAttributes) => VNode;
|
356
367
|
export declare const IconDriveway: (p?: SVGAttributes) => VNode;
|
368
|
+
export declare const IconDrtv: (p?: SVGAttributes) => VNode;
|
357
369
|
export declare const IconDs: (p?: SVGAttributes) => VNode;
|
370
|
+
export declare const IconDstv: (p?: SVGAttributes) => VNode;
|
358
371
|
export declare const IconDts: (p?: SVGAttributes) => VNode;
|
359
372
|
export declare const IconDtsX: (p?: SVGAttributes) => VNode;
|
360
373
|
export declare const IconDuckdns: (p?: SVGAttributes) => VNode;
|
@@ -421,6 +434,7 @@ export declare const IconFastgate: (p?: SVGAttributes) => VNode;
|
|
421
434
|
export declare const IconFedex: (p?: SVGAttributes) => VNode;
|
422
435
|
export declare const IconFestavia: (p?: SVGAttributes) => VNode;
|
423
436
|
export declare const IconFiat: (p?: SVGAttributes) => VNode;
|
437
|
+
export declare const IconFingerbot: (p?: SVGAttributes) => VNode;
|
424
438
|
export declare const IconFirefox: (p?: SVGAttributes) => VNode;
|
425
439
|
export declare const IconFiretv: (p?: SVGAttributes) => VNode;
|
426
440
|
export declare const IconFiretvCube: (p?: SVGAttributes) => VNode;
|
@@ -430,6 +444,7 @@ export declare const IconFloorLamp: (p?: SVGAttributes) => VNode;
|
|
430
444
|
export declare const IconFloorLampDual: (p?: SVGAttributes) => VNode;
|
431
445
|
export declare const IconFloorLanternGroup: (p?: SVGAttributes) => VNode;
|
432
446
|
export declare const IconFloorLanternOff: (p?: SVGAttributes) => VNode;
|
447
|
+
export declare const IconFloorShadesCombo: (p?: SVGAttributes) => VNode;
|
433
448
|
export declare const IconFloorlantern: (p?: SVGAttributes) => VNode;
|
434
449
|
export declare const IconFloorshade: (p?: SVGAttributes) => VNode;
|
435
450
|
export declare const IconFloorspot: (p?: SVGAttributes) => VNode;
|
@@ -482,6 +497,7 @@ export declare const IconGardenIrrigation: (p?: SVGAttributes) => VNode;
|
|
482
497
|
export declare const IconGeely: (p?: SVGAttributes) => VNode;
|
483
498
|
export declare const IconGeko: (p?: SVGAttributes) => VNode;
|
484
499
|
export declare const IconGemini: (p?: SVGAttributes) => VNode;
|
500
|
+
export declare const IconGenericCarCharger: (p?: SVGAttributes) => VNode;
|
485
501
|
export declare const IconGenesis: (p?: SVGAttributes) => VNode;
|
486
502
|
export declare const IconGenesisVgs: (p?: SVGAttributes) => VNode;
|
487
503
|
export declare const IconGlasspanelDoorClosed: (p?: SVGAttributes) => VNode;
|
@@ -532,6 +548,7 @@ export declare const IconHomepodMini: (p?: SVGAttributes) => VNode;
|
|
532
548
|
export declare const IconHomey: (p?: SVGAttributes) => VNode;
|
533
549
|
export declare const IconHonda: (p?: SVGAttributes) => VNode;
|
534
550
|
export declare const IconHoneywell: (p?: SVGAttributes) => VNode;
|
551
|
+
export declare const IconHotNet: (p?: SVGAttributes) => VNode;
|
535
552
|
export declare const IconHoymilesInverter: (p?: SVGAttributes) => VNode;
|
536
553
|
export declare const IconHr1: (p?: SVGAttributes) => VNode;
|
537
554
|
export declare const IconHuawei: (p?: SVGAttributes) => VNode;
|
@@ -548,6 +565,7 @@ export declare const IconHyundaiAlt: (p?: SVGAttributes) => VNode;
|
|
548
565
|
export declare const IconHyundaiIoniq: (p?: SVGAttributes) => VNode;
|
549
566
|
export declare const IconIkea5Spot: (p?: SVGAttributes) => VNode;
|
550
567
|
export declare const IconIkeaBlindClosed: (p?: SVGAttributes) => VNode;
|
568
|
+
export declare const IconIkeaBlindHalf: (p?: SVGAttributes) => VNode;
|
551
569
|
export declare const IconIkeaBlindOpen: (p?: SVGAttributes) => VNode;
|
552
570
|
export declare const IconIkeaBlindRemote: (p?: SVGAttributes) => VNode;
|
553
571
|
export declare const IconIkeaDimmer: (p?: SVGAttributes) => VNode;
|
@@ -607,6 +625,7 @@ export declare const IconKia: (p?: SVGAttributes) => VNode;
|
|
607
625
|
export declare const IconKidsRoom: (p?: SVGAttributes) => VNode;
|
608
626
|
export declare const IconKika: (p?: SVGAttributes) => VNode;
|
609
627
|
export declare const IconKikaAlt: (p?: SVGAttributes) => VNode;
|
628
|
+
export declare const IconKinopoisk: (p?: SVGAttributes) => VNode;
|
610
629
|
export declare const IconKinopub: (p?: SVGAttributes) => VNode;
|
611
630
|
export declare const IconKionTv: (p?: SVGAttributes) => VNode;
|
612
631
|
export declare const IconKitchen: (p?: SVGAttributes) => VNode;
|
@@ -664,6 +683,7 @@ export declare const IconLitterbox: (p?: SVGAttributes) => VNode;
|
|
664
683
|
export declare const IconLivingRoom: (p?: SVGAttributes) => VNode;
|
665
684
|
export declare const IconLivingroomGroup: (p?: SVGAttributes) => VNode;
|
666
685
|
export declare const IconLotus: (p?: SVGAttributes) => VNode;
|
686
|
+
export declare const IconLrDefender: (p?: SVGAttributes) => VNode;
|
667
687
|
export declare const IconLsSpotIrisGroupV2: (p?: SVGAttributes) => VNode;
|
668
688
|
export declare const IconLsSultanIrisGroupV2: (p?: SVGAttributes) => VNode;
|
669
689
|
export declare const IconLucid: (p?: SVGAttributes) => VNode;
|
@@ -674,6 +694,7 @@ export declare const IconMainsail: (p?: SVGAttributes) => VNode;
|
|
674
694
|
export declare const IconMammotion: (p?: SVGAttributes) => VNode;
|
675
695
|
export declare const IconMarksSparks: (p?: SVGAttributes) => VNode;
|
676
696
|
export declare const IconMarqueeShutter: (p?: SVGAttributes) => VNode;
|
697
|
+
export declare const IconMarvel: (p?: SVGAttributes) => VNode;
|
677
698
|
export declare const IconMaserati: (p?: SVGAttributes) => VNode;
|
678
699
|
export declare const IconMatter: (p?: SVGAttributes) => VNode;
|
679
700
|
export declare const IconMax: (p?: SVGAttributes) => VNode;
|
@@ -698,6 +719,7 @@ export declare const IconMiniBmw: (p?: SVGAttributes) => VNode;
|
|
698
719
|
export declare const IconMiniCamera: (p?: SVGAttributes) => VNode;
|
699
720
|
export declare const IconMitsubishi: (p?: SVGAttributes) => VNode;
|
700
721
|
export declare const IconMnmRadio: (p?: SVGAttributes) => VNode;
|
722
|
+
export declare const IconModbus: (p?: SVGAttributes) => VNode;
|
701
723
|
export declare const IconModelS: (p?: SVGAttributes) => VNode;
|
702
724
|
export declare const IconModelSCharge: (p?: SVGAttributes) => VNode;
|
703
725
|
export declare const IconModelSChargeSide: (p?: SVGAttributes) => VNode;
|
@@ -772,9 +794,11 @@ export declare const IconOctopusenergy: (p?: SVGAttributes) => VNode;
|
|
772
794
|
export declare const IconOdido: (p?: SVGAttributes) => VNode;
|
773
795
|
export declare const IconOdometer: (p?: SVGAttributes) => VNode;
|
774
796
|
export declare const IconOffice: (p?: SVGAttributes) => VNode;
|
797
|
+
export declare const IconOiTv: (p?: SVGAttributes) => VNode;
|
775
798
|
export declare const IconOkkoTv: (p?: SVGAttributes) => VNode;
|
776
799
|
export declare const IconOkoo: (p?: SVGAttributes) => VNode;
|
777
800
|
export declare const IconOkooAlt: (p?: SVGAttributes) => VNode;
|
801
|
+
export declare const IconOndemandAus: (p?: SVGAttributes) => VNode;
|
778
802
|
export declare const IconOne: (p?: SVGAttributes) => VNode;
|
779
803
|
export declare const IconOnkyo: (p?: SVGAttributes) => VNode;
|
780
804
|
export declare const IconOpel: (p?: SVGAttributes) => VNode;
|
@@ -793,6 +817,7 @@ export declare const IconOutside: (p?: SVGAttributes) => VNode;
|
|
793
817
|
export declare const IconOutsideTemp: (p?: SVGAttributes) => VNode;
|
794
818
|
export declare const IconOverseerr: (p?: SVGAttributes) => VNode;
|
795
819
|
export declare const IconOvhcloud: (p?: SVGAttributes) => VNode;
|
820
|
+
export declare const IconOvo: (p?: SVGAttributes) => VNode;
|
796
821
|
export declare const IconP1s: (p?: SVGAttributes) => VNode;
|
797
822
|
export declare const IconPagani: (p?: SVGAttributes) => VNode;
|
798
823
|
export declare const IconPanasonic: (p?: SVGAttributes) => VNode;
|
@@ -815,12 +840,14 @@ export declare const IconPanelGlassDoor3Open: (p?: SVGAttributes) => VNode;
|
|
815
840
|
export declare const IconPanelGlassSideDoorLocked: (p?: SVGAttributes) => VNode;
|
816
841
|
export declare const IconPanelGlassdoorClose: (p?: SVGAttributes) => VNode;
|
817
842
|
export declare const IconPanelGlassdoorOpen: (p?: SVGAttributes) => VNode;
|
843
|
+
export declare const IconPanelOven: (p?: SVGAttributes) => VNode;
|
818
844
|
export declare const IconParamount: (p?: SVGAttributes) => VNode;
|
819
845
|
export declare const IconPathe: (p?: SVGAttributes) => VNode;
|
820
846
|
export declare const IconPatioDoorsClosed: (p?: SVGAttributes) => VNode;
|
821
847
|
export declare const IconPatioDoorsOpen: (p?: SVGAttributes) => VNode;
|
822
848
|
export declare const IconPbs: (p?: SVGAttributes) => VNode;
|
823
849
|
export declare const IconPeacock: (p?: SVGAttributes) => VNode;
|
850
|
+
export declare const IconPeas: (p?: SVGAttributes) => VNode;
|
824
851
|
export declare const IconPedastalFan: (p?: SVGAttributes) => VNode;
|
825
852
|
export declare const IconPedastalFanHollow: (p?: SVGAttributes) => VNode;
|
826
853
|
export declare const IconPedestal: (p?: SVGAttributes) => VNode;
|
@@ -834,6 +861,7 @@ export declare const IconPendantLongUp: (p?: SVGAttributes) => VNode;
|
|
834
861
|
export declare const IconPendantMuscari: (p?: SVGAttributes) => VNode;
|
835
862
|
export declare const IconPendantlong: (p?: SVGAttributes) => VNode;
|
836
863
|
export declare const IconPendantround: (p?: SVGAttributes) => VNode;
|
864
|
+
export declare const IconPeppers: (p?: SVGAttributes) => VNode;
|
837
865
|
export declare const IconPerfectDraft: (p?: SVGAttributes) => VNode;
|
838
866
|
export declare const IconPerifoSpot: (p?: SVGAttributes) => VNode;
|
839
867
|
export declare const IconPetWaterFountain: (p?: SVGAttributes) => VNode;
|
@@ -905,6 +933,10 @@ export declare const IconPrometheusio: (p?: SVGAttributes) => VNode;
|
|
905
933
|
export declare const IconProsieben: (p?: SVGAttributes) => VNode;
|
906
934
|
export declare const IconProwlarr: (p?: SVGAttributes) => VNode;
|
907
935
|
export declare const IconProxmox: (p?: SVGAttributes) => VNode;
|
936
|
+
export declare const IconPrusaMini: (p?: SVGAttributes) => VNode;
|
937
|
+
export declare const IconPrusaMk3s: (p?: SVGAttributes) => VNode;
|
938
|
+
export declare const IconPrusaMk4: (p?: SVGAttributes) => VNode;
|
939
|
+
export declare const IconPrusaXl: (p?: SVGAttributes) => VNode;
|
908
940
|
export declare const IconQbittorrent: (p?: SVGAttributes) => VNode;
|
909
941
|
export declare const IconQmusicRadio: (p?: SVGAttributes) => VNode;
|
910
942
|
export declare const IconQuatt: (p?: SVGAttributes) => VNode;
|
@@ -953,6 +985,7 @@ export declare const IconRocketleague: (p?: SVGAttributes) => VNode;
|
|
953
985
|
export declare const IconRokuUltra: (p?: SVGAttributes) => VNode;
|
954
986
|
export declare const IconRollerShutterSwitch: (p?: SVGAttributes) => VNode;
|
955
987
|
export declare const IconRollsroyce: (p?: SVGAttributes) => VNode;
|
988
|
+
export declare const IconRomainLetttace: (p?: SVGAttributes) => VNode;
|
956
989
|
export declare const IconRoomsFrontDoor: (p?: SVGAttributes) => VNode;
|
957
990
|
export declare const IconRoomsattic: (p?: SVGAttributes) => VNode;
|
958
991
|
export declare const IconRoomsbalcony: (p?: SVGAttributes) => VNode;
|
@@ -1103,6 +1136,7 @@ export declare const IconSonosSub: (p?: SVGAttributes) => VNode;
|
|
1103
1136
|
export declare const IconSonosSubMini: (p?: SVGAttributes) => VNode;
|
1104
1137
|
export declare const IconSotool: (p?: SVGAttributes) => VNode;
|
1105
1138
|
export declare const IconSpeedtest: (p?: SVGAttributes) => VNode;
|
1139
|
+
export declare const IconSpicebottle: (p?: SVGAttributes) => VNode;
|
1106
1140
|
export declare const IconSplitdoorOpen: (p?: SVGAttributes) => VNode;
|
1107
1141
|
export declare const IconSpotBulbTop: (p?: SVGAttributes) => VNode;
|
1108
1142
|
export declare const IconSpotify: (p?: SVGAttributes) => VNode;
|
@@ -1162,6 +1196,7 @@ export declare const IconTelegram: (p?: SVGAttributes) => VNode;
|
|
1162
1196
|
export declare const IconTelenet: (p?: SVGAttributes) => VNode;
|
1163
1197
|
export declare const IconTelenetBox: (p?: SVGAttributes) => VNode;
|
1164
1198
|
export declare const IconTempSensor: (p?: SVGAttributes) => VNode;
|
1199
|
+
export declare const IconTempestWeatherflow: (p?: SVGAttributes) => VNode;
|
1165
1200
|
export declare const IconTeslaCar: (p?: SVGAttributes) => VNode;
|
1166
1201
|
export declare const IconTeslaDefrost: (p?: SVGAttributes) => VNode;
|
1167
1202
|
export declare const IconTeslaDoor: (p?: SVGAttributes) => VNode;
|
@@ -1193,7 +1228,9 @@ export declare const IconTimLogo: (p?: SVGAttributes) => VNode;
|
|
1193
1228
|
export declare const IconTimLogoAlt: (p?: SVGAttributes) => VNode;
|
1194
1229
|
export declare const IconTivo: (p?: SVGAttributes) => VNode;
|
1195
1230
|
export declare const IconTmc: (p?: SVGAttributes) => VNode;
|
1231
|
+
export declare const IconTomato: (p?: SVGAttributes) => VNode;
|
1196
1232
|
export declare const IconTomatoEnergy: (p?: SVGAttributes) => VNode;
|
1233
|
+
export declare const IconTomorrowland: (p?: SVGAttributes) => VNode;
|
1197
1234
|
export declare const IconTopRadio: (p?: SVGAttributes) => VNode;
|
1198
1235
|
export declare const IconTopTechno: (p?: SVGAttributes) => VNode;
|
1199
1236
|
export declare const IconTopWindowClosed: (p?: SVGAttributes) => VNode;
|
@@ -1206,6 +1243,7 @@ export declare const IconTplinkRouter: (p?: SVGAttributes) => VNode;
|
|
1206
1243
|
export declare const IconTraccar: (p?: SVGAttributes) => VNode;
|
1207
1244
|
export declare const IconTrakt: (p?: SVGAttributes) => VNode;
|
1208
1245
|
export declare const IconTransmissionBt: (p?: SVGAttributes) => VNode;
|
1246
|
+
export declare const IconTrezor: (p?: SVGAttributes) => VNode;
|
1209
1247
|
export declare const IconTripleWallSwitch: (p?: SVGAttributes) => VNode;
|
1210
1248
|
export declare const IconTronity: (p?: SVGAttributes) => VNode;
|
1211
1249
|
export declare const IconTruenasLogo: (p?: SVGAttributes) => VNode;
|
@@ -1213,6 +1251,7 @@ export declare const IconTrx: (p?: SVGAttributes) => VNode;
|
|
1213
1251
|
export declare const IconTubeLights: (p?: SVGAttributes) => VNode;
|
1214
1252
|
export declare const IconTuenaero: (p?: SVGAttributes) => VNode;
|
1215
1253
|
export declare const IconTuya: (p?: SVGAttributes) => VNode;
|
1254
|
+
export declare const IconTv2tv: (p?: SVGAttributes) => VNode;
|
1216
1255
|
export declare const IconTvimate: (p?: SVGAttributes) => VNode;
|
1217
1256
|
export declare const IconTvnz: (p?: SVGAttributes) => VNode;
|
1218
1257
|
export declare const IconTwinkly: (p?: SVGAttributes) => VNode;
|
@@ -1240,6 +1279,7 @@ export declare const IconUbiquitiLogo: (p?: SVGAttributes) => VNode;
|
|
1240
1279
|
export declare const IconUbiquitiUdmPro: (p?: SVGAttributes) => VNode;
|
1241
1280
|
export declare const IconUbiquitiUsgP3: (p?: SVGAttributes) => VNode;
|
1242
1281
|
export declare const IconUbiquitiUx: (p?: SVGAttributes) => VNode;
|
1282
|
+
export declare const IconUbiquitiWifiAccesspoint: (p?: SVGAttributes) => VNode;
|
1243
1283
|
export declare const IconUkScouts: (p?: SVGAttributes) => VNode;
|
1244
1284
|
export declare const IconUlanziTc001: (p?: SVGAttributes) => VNode;
|
1245
1285
|
export declare const IconUmage: (p?: SVGAttributes) => VNode;
|
@@ -1372,6 +1412,7 @@ export declare const IconZdfinfo: (p?: SVGAttributes) => VNode;
|
|
1372
1412
|
export declare const IconZdfneo: (p?: SVGAttributes) => VNode;
|
1373
1413
|
export declare const IconZdftivi: (p?: SVGAttributes) => VNode;
|
1374
1414
|
export declare const IconZen: (p?: SVGAttributes) => VNode;
|
1415
|
+
export declare const IconZeroMotorcycles: (p?: SVGAttributes) => VNode;
|
1375
1416
|
export declare const IconZidooo: (p?: SVGAttributes) => VNode;
|
1376
1417
|
export declare const IconZigbeeDongle: (p?: SVGAttributes) => VNode;
|
1377
1418
|
export declare const IconZigbee2mqtt: (p?: SVGAttributes) => VNode;
|
@@ -1379,6 +1420,7 @@ export declare const IconZiggo: (p?: SVGAttributes) => VNode;
|
|
1379
1420
|
export declare const IconZonesAreasFirstFloor: (p?: SVGAttributes) => VNode;
|
1380
1421
|
export declare const IconZonesAreasGroundFloor: (p?: SVGAttributes) => VNode;
|
1381
1422
|
export declare const IconZonesAreasSecondFloor: (p?: SVGAttributes) => VNode;
|
1423
|
+
export declare const IconZucchini: (p?: SVGAttributes) => VNode;
|
1382
1424
|
export declare const IconZwaveDongle: (p?: SVGAttributes) => VNode;
|
1383
1425
|
export declare const IconZwavejs: (p?: SVGAttributes) => VNode;
|
1384
1426
|
export {IconLiftOutWindowClose as IconLiftOutWindowOpen,IconPetWaterFountain as IconPetWaterFountian,IconRoomsFrontDoor as IconRoomsfrontdoor,IconSllingTv as IconSlling,IconTelenet as IconTelnet,IconTelenetBox as IconTelnetBox,IconTwinkly as IconTwinly,IconTwinklyC9 as IconTwinlyC9,IconTwinklyCandiesCandles as IconTwinlyCandiesCandles,IconTwinklyCandiesHearts as IconTwinlyCandiesHearts,IconTwinklyCurtain as IconTwinklyCurtian,IconTwinklyCurtain as IconTwinlyCurtian};
|