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