puzzle static method

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

Puzzle icon

Implementation

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