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