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