import _IconInputMethodFill from "./icon-input-method-fill.vue.js";
const IconInputMethodFill = Object.assign(_IconInputMethodFill, {
install: (app) => {
app.component(_IconInputMethodFill.name, _IconInputMethodFill);
}
});
export {
IconInputMethodFill as default
};