clock12 static method

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

Clock12 icon

Implementation

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