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