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