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