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