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