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