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