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