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