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