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