clockCheck static method

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

ClockCheck icon

Implementation

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