@iconify-prerendered/vue-cbi 0.28.1737962074 → 0.28.1739427141
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 +27 -0
- package/index.js +28 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -69,12 +69,15 @@ export declare const IconAqaraH12: (p?: SVGAttributes) => VNode;
|
|
69
69
|
export declare const IconAqaraH13: (p?: SVGAttributes) => VNode;
|
70
70
|
export declare const IconAqaraH1Dimmer: (p?: SVGAttributes) => VNode;
|
71
71
|
export declare const IconAqaraH1Switch: (p?: SVGAttributes) => VNode;
|
72
|
+
export declare const IconAqaraH2DimmerSwitch: (p?: SVGAttributes) => VNode;
|
73
|
+
export declare const IconAqaraH2Switch: (p?: SVGAttributes) => VNode;
|
72
74
|
export declare const IconAqaraHubN15G2: (p?: SVGAttributes) => VNode;
|
73
75
|
export declare const IconAqaraInwall: (p?: SVGAttributes) => VNode;
|
74
76
|
export declare const IconAqaraM3: (p?: SVGAttributes) => VNode;
|
75
77
|
export declare const IconAqaraMotion: (p?: SVGAttributes) => VNode;
|
76
78
|
export declare const IconAqaraN100: (p?: SVGAttributes) => VNode;
|
77
79
|
export declare const IconAqaraOpple: (p?: SVGAttributes) => VNode;
|
80
|
+
export declare const IconAqaraPanelS1Plus: (p?: SVGAttributes) => VNode;
|
78
81
|
export declare const IconAqaraPetFeederC1: (p?: SVGAttributes) => VNode;
|
79
82
|
export declare const IconAqaraSmokeDetector: (p?: SVGAttributes) => VNode;
|
80
83
|
export declare const IconAqaraSymphonyT1: (p?: SVGAttributes) => VNode;
|
@@ -83,6 +86,7 @@ export declare const IconAqaraTemperature: (p?: SVGAttributes) => VNode;
|
|
83
86
|
export declare const IconAqaraThermoE1: (p?: SVGAttributes) => VNode;
|
84
87
|
export declare const IconAqaraU100: (p?: SVGAttributes) => VNode;
|
85
88
|
export declare const IconAqaraU200: (p?: SVGAttributes) => VNode;
|
89
|
+
export declare const IconAqaraU300: (p?: SVGAttributes) => VNode;
|
86
90
|
export declare const IconAqaraVibration: (p?: SVGAttributes) => VNode;
|
87
91
|
export declare const IconAqaraWaterleak: (p?: SVGAttributes) => VNode;
|
88
92
|
export declare const IconAqaraWirelessbutton: (p?: SVGAttributes) => VNode;
|
@@ -148,8 +152,10 @@ export declare const IconBmw: (p?: SVGAttributes) => VNode;
|
|
148
152
|
export declare const IconBmwAlt: (p?: SVGAttributes) => VNode;
|
149
153
|
export declare const IconBocaJuniors: (p?: SVGAttributes) => VNode;
|
150
154
|
export declare const IconBollard: (p?: SVGAttributes) => VNode;
|
155
|
+
export declare const IconBoschThermostat: (p?: SVGAttributes) => VNode;
|
151
156
|
export declare const IconBoseSoundtouch: (p?: SVGAttributes) => VNode;
|
152
157
|
export declare const IconBosesOundwave: (p?: SVGAttributes) => VNode;
|
158
|
+
export declare const IconBr1: (p?: SVGAttributes) => VNode;
|
153
159
|
export declare const IconBridge: (p?: SVGAttributes) => VNode;
|
154
160
|
export declare const IconBridgesv1: (p?: SVGAttributes) => VNode;
|
155
161
|
export declare const IconBridgesv2: (p?: SVGAttributes) => VNode;
|
@@ -334,6 +340,10 @@ export declare const IconDisneyPlusAlt: (p?: SVGAttributes) => VNode;
|
|
334
340
|
export declare const IconDodge: (p?: SVGAttributes) => VNode;
|
335
341
|
export declare const IconDolbyAtmos: (p?: SVGAttributes) => VNode;
|
336
342
|
export declare const IconDomeLight: (p?: SVGAttributes) => VNode;
|
343
|
+
export declare const IconDoubeWindowBOpen: (p?: SVGAttributes) => VNode;
|
344
|
+
export declare const IconDoubeWindowClosed: (p?: SVGAttributes) => VNode;
|
345
|
+
export declare const IconDoubeWindowLOpen: (p?: SVGAttributes) => VNode;
|
346
|
+
export declare const IconDoubeWindowROpen: (p?: SVGAttributes) => VNode;
|
337
347
|
export declare const IconDoubleSmartPlug: (p?: SVGAttributes) => VNode;
|
338
348
|
export declare const IconDoubleWallSwitch: (p?: SVGAttributes) => VNode;
|
339
349
|
export declare const IconDoubleWindowClosed: (p?: SVGAttributes) => VNode;
|
@@ -413,6 +423,7 @@ export declare const IconFestavia: (p?: SVGAttributes) => VNode;
|
|
413
423
|
export declare const IconFiat: (p?: SVGAttributes) => VNode;
|
414
424
|
export declare const IconFirefox: (p?: SVGAttributes) => VNode;
|
415
425
|
export declare const IconFiretv: (p?: SVGAttributes) => VNode;
|
426
|
+
export declare const IconFiretvCube: (p?: SVGAttributes) => VNode;
|
416
427
|
export declare const IconFisker: (p?: SVGAttributes) => VNode;
|
417
428
|
export declare const IconFlaresolverr: (p?: SVGAttributes) => VNode;
|
418
429
|
export declare const IconFloorLamp: (p?: SVGAttributes) => VNode;
|
@@ -473,6 +484,8 @@ export declare const IconGeko: (p?: SVGAttributes) => VNode;
|
|
473
484
|
export declare const IconGemini: (p?: SVGAttributes) => VNode;
|
474
485
|
export declare const IconGenesis: (p?: SVGAttributes) => VNode;
|
475
486
|
export declare const IconGenesisVgs: (p?: SVGAttributes) => VNode;
|
487
|
+
export declare const IconGlasspanelDoorClosed: (p?: SVGAttributes) => VNode;
|
488
|
+
export declare const IconGlasspanelDoorOpen: (p?: SVGAttributes) => VNode;
|
476
489
|
export declare const IconGloboplay: (p?: SVGAttributes) => VNode;
|
477
490
|
export declare const IconGo: (p?: SVGAttributes) => VNode;
|
478
491
|
export declare const IconGoGroup: (p?: SVGAttributes) => VNode;
|
@@ -519,6 +532,8 @@ export declare const IconHomepodMini: (p?: SVGAttributes) => VNode;
|
|
519
532
|
export declare const IconHomey: (p?: SVGAttributes) => VNode;
|
520
533
|
export declare const IconHonda: (p?: SVGAttributes) => VNode;
|
521
534
|
export declare const IconHoneywell: (p?: SVGAttributes) => VNode;
|
535
|
+
export declare const IconHoymilesInverter: (p?: SVGAttributes) => VNode;
|
536
|
+
export declare const IconHr1: (p?: SVGAttributes) => VNode;
|
522
537
|
export declare const IconHuawei: (p?: SVGAttributes) => VNode;
|
523
538
|
export declare const IconHuaweiSolarInverter: (p?: SVGAttributes) => VNode;
|
524
539
|
export declare const IconHubitat: (p?: SVGAttributes) => VNode;
|
@@ -642,6 +657,7 @@ export declare const IconLilyXl: (p?: SVGAttributes) => VNode;
|
|
642
657
|
export declare const IconLilyXlAlt: (p?: SVGAttributes) => VNode;
|
643
658
|
export declare const IconLinksys: (p?: SVGAttributes) => VNode;
|
644
659
|
export declare const IconLinktap: (p?: SVGAttributes) => VNode;
|
660
|
+
export declare const IconLitHouseNumber: (p?: SVGAttributes) => VNode;
|
645
661
|
export declare const IconLitterRobot: (p?: SVGAttributes) => VNode;
|
646
662
|
export declare const IconLitterRobotEmpty: (p?: SVGAttributes) => VNode;
|
647
663
|
export declare const IconLitterbox: (p?: SVGAttributes) => VNode;
|
@@ -656,6 +672,7 @@ export declare const IconMagentatv: (p?: SVGAttributes) => VNode;
|
|
656
672
|
export declare const IconMagentatvAlt: (p?: SVGAttributes) => VNode;
|
657
673
|
export declare const IconMainsail: (p?: SVGAttributes) => VNode;
|
658
674
|
export declare const IconMammotion: (p?: SVGAttributes) => VNode;
|
675
|
+
export declare const IconMarksSparks: (p?: SVGAttributes) => VNode;
|
659
676
|
export declare const IconMarqueeShutter: (p?: SVGAttributes) => VNode;
|
660
677
|
export declare const IconMaserati: (p?: SVGAttributes) => VNode;
|
661
678
|
export declare const IconMatter: (p?: SVGAttributes) => VNode;
|
@@ -664,6 +681,7 @@ export declare const IconMaxdome: (p?: SVGAttributes) => VNode;
|
|
664
681
|
export declare const IconMaybach: (p?: SVGAttributes) => VNode;
|
665
682
|
export declare const IconMazda: (p?: SVGAttributes) => VNode;
|
666
683
|
export declare const IconMclaren: (p?: SVGAttributes) => VNode;
|
684
|
+
export declare const IconMdr1: (p?: SVGAttributes) => VNode;
|
667
685
|
export declare const IconMealie: (p?: SVGAttributes) => VNode;
|
668
686
|
export declare const IconMediasetInfinity: (p?: SVGAttributes) => VNode;
|
669
687
|
export declare const IconMercadona: (p?: SVGAttributes) => VNode;
|
@@ -692,6 +710,7 @@ export declare const IconMoesSwitchSingle: (p?: SVGAttributes) => VNode;
|
|
692
710
|
export declare const IconMoesSwitchTriple: (p?: SVGAttributes) => VNode;
|
693
711
|
export declare const IconMoisture: (p?: SVGAttributes) => VNode;
|
694
712
|
export declare const IconMolotovtv: (p?: SVGAttributes) => VNode;
|
713
|
+
export declare const IconMonit: (p?: SVGAttributes) => VNode;
|
695
714
|
export declare const IconMonzo: (p?: SVGAttributes) => VNode;
|
696
715
|
export declare const IconMoonlight: (p?: SVGAttributes) => VNode;
|
697
716
|
export declare const IconMoreTv: (p?: SVGAttributes) => VNode;
|
@@ -715,6 +734,7 @@ export declare const IconNanoleaf: (p?: SVGAttributes) => VNode;
|
|
715
734
|
export declare const IconNas: (p?: SVGAttributes) => VNode;
|
716
735
|
export declare const IconNasV2: (p?: SVGAttributes) => VNode;
|
717
736
|
export declare const IconNbc: (p?: SVGAttributes) => VNode;
|
737
|
+
export declare const IconNdr1: (p?: SVGAttributes) => VNode;
|
718
738
|
export declare const IconNeon: (p?: SVGAttributes) => VNode;
|
719
739
|
export declare const IconNeonClosed: (p?: SVGAttributes) => VNode;
|
720
740
|
export declare const IconNeonOpen: (p?: SVGAttributes) => VNode;
|
@@ -741,6 +761,8 @@ export declare const IconNodered: (p?: SVGAttributes) => VNode;
|
|
741
761
|
export declare const IconNoip: (p?: SVGAttributes) => VNode;
|
742
762
|
export declare const IconNowtv: (p?: SVGAttributes) => VNode;
|
743
763
|
export declare const IconNpo: (p?: SVGAttributes) => VNode;
|
764
|
+
export declare const IconNrk: (p?: SVGAttributes) => VNode;
|
765
|
+
export declare const IconNrkradio: (p?: SVGAttributes) => VNode;
|
744
766
|
export declare const IconNsproPanel: (p?: SVGAttributes) => VNode;
|
745
767
|
export declare const IconNuki: (p?: SVGAttributes) => VNode;
|
746
768
|
export declare const IconNut: (p?: SVGAttributes) => VNode;
|
@@ -894,6 +916,7 @@ export declare const IconRainBarrel: (p?: SVGAttributes) => VNode;
|
|
894
916
|
export declare const IconRam: (p?: SVGAttributes) => VNode;
|
895
917
|
export declare const IconRamMemory: (p?: SVGAttributes) => VNode;
|
896
918
|
export declare const IconRaspberryPi: (p?: SVGAttributes) => VNode;
|
919
|
+
export declare const IconRbb1: (p?: SVGAttributes) => VNode;
|
897
920
|
export declare const IconRecessedCeiling: (p?: SVGAttributes) => VNode;
|
898
921
|
export declare const IconRecessedfloor: (p?: SVGAttributes) => VNode;
|
899
922
|
export declare const IconRedbullTv: (p?: SVGAttributes) => VNode;
|
@@ -971,6 +994,7 @@ export declare const IconRtlzwei: (p?: SVGAttributes) => VNode;
|
|
971
994
|
export declare const IconRvn: (p?: SVGAttributes) => VNode;
|
972
995
|
export declare const IconSabnzbd: (p?: SVGAttributes) => VNode;
|
973
996
|
export declare const IconSaic: (p?: SVGAttributes) => VNode;
|
997
|
+
export declare const IconSainsburys: (p?: SVGAttributes) => VNode;
|
974
998
|
export declare const IconSalt: (p?: SVGAttributes) => VNode;
|
975
999
|
export declare const IconSaltLamp: (p?: SVGAttributes) => VNode;
|
976
1000
|
export declare const IconSamba: (p?: SVGAttributes) => VNode;
|
@@ -1102,6 +1126,7 @@ export declare const IconStdFloodlight: (p?: SVGAttributes) => VNode;
|
|
1102
1126
|
export declare const IconSteam: (p?: SVGAttributes) => VNode;
|
1103
1127
|
export declare const IconSteamDeck: (p?: SVGAttributes) => VNode;
|
1104
1128
|
export declare const IconStereoAlt: (p?: SVGAttributes) => VNode;
|
1129
|
+
export declare const IconStitch: (p?: SVGAttributes) => VNode;
|
1105
1130
|
export declare const IconStreamz: (p?: SVGAttributes) => VNode;
|
1106
1131
|
export declare const IconStremio: (p?: SVGAttributes) => VNode;
|
1107
1132
|
export declare const IconStromer: (p?: SVGAttributes) => VNode;
|
@@ -1111,6 +1136,7 @@ export declare const IconSultanGroup: (p?: SVGAttributes) => VNode;
|
|
1111
1136
|
export declare const IconSultanGroupHung: (p?: SVGAttributes) => VNode;
|
1112
1137
|
export declare const IconSuzuki: (p?: SVGAttributes) => VNode;
|
1113
1138
|
export declare const IconSvtTv: (p?: SVGAttributes) => VNode;
|
1139
|
+
export declare const IconSwr: (p?: SVGAttributes) => VNode;
|
1114
1140
|
export declare const IconSxm: (p?: SVGAttributes) => VNode;
|
1115
1141
|
export declare const IconSydneyBus: (p?: SVGAttributes) => VNode;
|
1116
1142
|
export declare const IconSydneyMetro: (p?: SVGAttributes) => VNode;
|
@@ -1298,6 +1324,7 @@ export declare const IconWallspot: (p?: SVGAttributes) => VNode;
|
|
1298
1324
|
export declare const IconWalmart: (p?: SVGAttributes) => VNode;
|
1299
1325
|
export declare const IconWaterReservoir: (p?: SVGAttributes) => VNode;
|
1300
1326
|
export declare const IconWaterSoftener: (p?: SVGAttributes) => VNode;
|
1327
|
+
export declare const IconWdr1: (p?: SVGAttributes) => VNode;
|
1301
1328
|
export declare const IconWeatherPageAlt: (p?: SVGAttributes) => VNode;
|
1302
1329
|
export declare const IconWellner: (p?: SVGAttributes) => VNode;
|
1303
1330
|
export declare const IconWellnerSolid: (p?: SVGAttributes) => VNode;
|