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