calendarCheck static method

ArcaneGlyph calendarCheck({
  1. IconSize size = IconSize.md,
})

CalendarCheck icon

Implementation

static ArcaneGlyph calendarCheck({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e2b7', size: size);