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