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