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