theater static method

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

Theater icon

Implementation

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