@iconify-prerendered/vue-cbi 0.23.1712901337 → 0.23.1714370847
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 +10 -0
- package/index.js +68 -58
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import type {SVGAttributes, VNode} from 'vue';
|
2
2
|
export declare const Icon2WayUplighter: (p?: SVGAttributes) => VNode;
|
3
|
+
export declare const Icon3dFilament: (p?: SVGAttributes) => VNode;
|
3
4
|
export declare const Icon3dprinterPrinting: (p?: SVGAttributes) => VNode;
|
4
5
|
export declare const Icon3dprinterStandby: (p?: SVGAttributes) => VNode;
|
5
6
|
export declare const Icon3sat: (p?: SVGAttributes) => VNode;
|
@@ -41,6 +42,8 @@ export declare const IconAppleWatchAlt: (p?: SVGAttributes) => VNode;
|
|
41
42
|
export declare const IconAppletvGen2Remote: (p?: SVGAttributes) => VNode;
|
42
43
|
export declare const IconAqaraA100: (p?: SVGAttributes) => VNode;
|
43
44
|
export declare const IconAqaraAirQuality: (p?: SVGAttributes) => VNode;
|
45
|
+
export declare const IconAqaraBodyfatScale: (p?: SVGAttributes) => VNode;
|
46
|
+
export declare const IconAqaraCameraG5: (p?: SVGAttributes) => VNode;
|
44
47
|
export declare const IconAqaraContact: (p?: SVGAttributes) => VNode;
|
45
48
|
export declare const IconAqaraCube: (p?: SVGAttributes) => VNode;
|
46
49
|
export declare const IconAqaraCurtain: (p?: SVGAttributes) => VNode;
|
@@ -51,6 +54,10 @@ export declare const IconAqaraG2Pro: (p?: SVGAttributes) => VNode;
|
|
51
54
|
export declare const IconAqaraG3: (p?: SVGAttributes) => VNode;
|
52
55
|
export declare const IconAqaraG4: (p?: SVGAttributes) => VNode;
|
53
56
|
export declare const IconAqaraGasDetector: (p?: SVGAttributes) => VNode;
|
57
|
+
export declare const IconAqaraH11: (p?: SVGAttributes) => VNode;
|
58
|
+
export declare const IconAqaraH12: (p?: SVGAttributes) => VNode;
|
59
|
+
export declare const IconAqaraH13: (p?: SVGAttributes) => VNode;
|
60
|
+
export declare const IconAqaraH1Dimmer: (p?: SVGAttributes) => VNode;
|
54
61
|
export declare const IconAqaraH1Switch: (p?: SVGAttributes) => VNode;
|
55
62
|
export declare const IconAqaraHubN15G2: (p?: SVGAttributes) => VNode;
|
56
63
|
export declare const IconAqaraInwall: (p?: SVGAttributes) => VNode;
|
@@ -353,6 +360,7 @@ export declare const IconEtc: (p?: SVGAttributes) => VNode;
|
|
353
360
|
export declare const IconEufyDoorbell: (p?: SVGAttributes) => VNode;
|
354
361
|
export declare const IconEvCharging: (p?: SVGAttributes) => VNode;
|
355
362
|
export declare const IconEvNotcharging: (p?: SVGAttributes) => VNode;
|
363
|
+
export declare const IconEwelink: (p?: SVGAttributes) => VNode;
|
356
364
|
export declare const IconExtensionEu: (p?: SVGAttributes) => VNode;
|
357
365
|
export declare const IconExtensionUk: (p?: SVGAttributes) => VNode;
|
358
366
|
export declare const IconExtensionUs: (p?: SVGAttributes) => VNode;
|
@@ -1009,6 +1017,7 @@ export declare const IconTopRadio: (p?: SVGAttributes) => VNode;
|
|
1009
1017
|
export declare const IconTopTechno: (p?: SVGAttributes) => VNode;
|
1010
1018
|
export declare const IconTopWindowClosed: (p?: SVGAttributes) => VNode;
|
1011
1019
|
export declare const IconTopWindowOpen: (p?: SVGAttributes) => VNode;
|
1020
|
+
export declare const IconTowerFan: (p?: SVGAttributes) => VNode;
|
1012
1021
|
export declare const IconToyota: (p?: SVGAttributes) => VNode;
|
1013
1022
|
export declare const IconTpLinkTapo: (p?: SVGAttributes) => VNode;
|
1014
1023
|
export declare const IconTplinkRe450: (p?: SVGAttributes) => VNode;
|
@@ -1020,6 +1029,7 @@ export declare const IconTronity: (p?: SVGAttributes) => VNode;
|
|
1020
1029
|
export declare const IconTruenasLogo: (p?: SVGAttributes) => VNode;
|
1021
1030
|
export declare const IconTrx: (p?: SVGAttributes) => VNode;
|
1022
1031
|
export declare const IconTuenaero: (p?: SVGAttributes) => VNode;
|
1032
|
+
export declare const IconTuya: (p?: SVGAttributes) => VNode;
|
1023
1033
|
export declare const IconTvnz: (p?: SVGAttributes) => VNode;
|
1024
1034
|
export declare const IconTwistThermostat: (p?: SVGAttributes) => VNode;
|
1025
1035
|
export declare const IconTwitch: (p?: SVGAttributes) => VNode;
|