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