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