clock7 static method

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

Clock7 icon

Implementation

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