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