squarePlay static method

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

SquarePlay icon

Implementation

static ArcaneGlyph squarePlay({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e481', size: size);