clock10 static method

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

Clock10 icon

Implementation

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