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