squarePlay static method

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

SquarePlay icon

Implementation

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