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