"use strict";
const iconChatDeleteFill = require("./icon-chat-delete-fill.vue.js");
const IconChatDeleteFill = Object.assign(iconChatDeleteFill, {
install: (app) => {
app.component(iconChatDeleteFill.name, iconChatDeleteFill);
}
});
module.exports = IconChatDeleteFill;