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