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