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