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