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