@iconify-prerendered/vue-cbi 0.23.1714370847 → 0.23.1715579342
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 +1 -0
- package/index.js +55 -54
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -1041,6 +1041,7 @@ export declare const IconUbiquitiCamInstant: (p?: SVGAttributes) => VNode;
|
|
1041
1041
|
export declare const IconUbiquitiLogo: (p?: SVGAttributes) => VNode;
|
1042
1042
|
export declare const IconUbiquitiUdmPro: (p?: SVGAttributes) => VNode;
|
1043
1043
|
export declare const IconUbiquitiUsgP3: (p?: SVGAttributes) => VNode;
|
1044
|
+
export declare const IconUbiquitiUx: (p?: SVGAttributes) => VNode;
|
1044
1045
|
export declare const IconUmage: (p?: SVGAttributes) => VNode;
|
1045
1046
|
export declare const IconUmageAcorn: (p?: SVGAttributes) => VNode;
|
1046
1047
|
export declare const IconUmageCarmina: (p?: SVGAttributes) => VNode;
|