speaker static method

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

Speaker icon

Implementation

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