"use strict";
const iconEmotionUnhappyFill = require("./icon-emotion-unhappy-fill.vue.js");
const IconEmotionUnhappyFill = Object.assign(iconEmotionUnhappyFill, {
install: (app) => {
app.component(iconEmotionUnhappyFill.name, iconEmotionUnhappyFill);
}
});
module.exports = IconEmotionUnhappyFill;