clock5 static method

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

Clock5 icon

Implementation

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