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