import _IconEmotionNormalLine from "./icon-emotion-normal-line.vue.js";
const IconEmotionNormalLine = Object.assign(_IconEmotionNormalLine, {
install: (app) => {
app.component(_IconEmotionNormalLine.name, _IconEmotionNormalLine);
}
});
export {
IconEmotionNormalLine as default
};