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