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