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