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