clock8 static method

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

Clock8 icon

Implementation

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