calendarCheck2 static method

Component calendarCheck2({
  1. IconSize size = IconSize.md,
})

CalendarCheck2 icon

Implementation

static Component calendarCheck2({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e2b8', size: size);