import _IconCalendarEventFill from "./icon-calendar-event-fill.vue.js";
const IconCalendarEventFill = Object.assign(_IconCalendarEventFill, {
install: (app) => {
app.component(_IconCalendarEventFill.name, _IconCalendarEventFill);
}
});
export {
IconCalendarEventFill as default
};