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