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