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