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