"use strict";
const iconFileExcel2Fill = require("./icon-file-excel-2-fill.vue.js");
const IconFileExcel2Fill = Object.assign(iconFileExcel2Fill, {
install: (app) => {
app.component(iconFileExcel2Fill.name, iconFileExcel2Fill);
}
});
module.exports = IconFileExcel2Fill;