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