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