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