import _IconChatDownloadFill from "./icon-chat-download-fill.vue.js";
const IconChatDownloadFill = Object.assign(_IconChatDownloadFill, {
install: (app) => {
app.component(_IconChatDownloadFill.name, _IconChatDownloadFill);
}
});
export {
IconChatDownloadFill as default
};