clock11 static method

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

Clock11 icon

Implementation

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