"use strict";
const iconInputMethodFill = require("./icon-input-method-fill.vue.js");
const IconInputMethodFill = Object.assign(iconInputMethodFill, {
install: (app) => {
app.component(iconInputMethodFill.name, iconInputMethodFill);
}
});
module.exports = IconInputMethodFill;