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