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