headphoneOff static method

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

HeadphoneOff icon

Implementation

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