"use strict";
const iconChatCheckLine = require("./icon-chat-check-line.vue.js");
const IconChatCheckLine = Object.assign(iconChatCheckLine, {
install: (app) => {
app.component(iconChatCheckLine.name, iconChatCheckLine);
}
});
module.exports = IconChatCheckLine;