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