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