"use strict";
const iconCalendarEventFill = require("./icon-calendar-event-fill.vue.js");
const IconCalendarEventFill = Object.assign(iconCalendarEventFill, {
install: (app) => {
app.component(iconCalendarEventFill.name, iconCalendarEventFill);
}
});
module.exports = IconCalendarEventFill;