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