calendarPlus static method

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

CalendarPlus icon

Implementation

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