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