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