import _IconPrinterCloudLine from "./icon-printer-cloud-line.vue.js";
const IconPrinterCloudLine = Object.assign(_IconPrinterCloudLine, {
install: (app) => {
app.component(_IconPrinterCloudLine.name, _IconPrinterCloudLine);
}
});
export {
IconPrinterCloudLine as default
};