calendarX2 static method

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

CalendarX2 icon

Implementation

static Component calendarX2({IconSize size = IconSize.md}) =>
    lucide.CalendarX2(width: size.unit, height: size.unit);