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