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