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