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