import _IconCalendarEventLine from "./icon-calendar-event-line.vue.js";
const IconCalendarEventLine = Object.assign(_IconCalendarEventLine, {
install: (app) => {
app.component(_IconCalendarEventLine.name, _IconCalendarEventLine);
}
});
export {
IconCalendarEventLine as default
};