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