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