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