monitorPlay static method

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

MonitorPlay icon

Implementation

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