import _IconChatSmile3Line from "./icon-chat-smile-3-line.vue.js";
const IconChatSmile3Line = Object.assign(_IconChatSmile3Line, {
install: (app) => {
app.component(_IconChatSmile3Line.name, _IconChatSmile3Line);
}
});
export {
IconChatSmile3Line as default
};