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