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