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