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