headphoneOff static method

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

HeadphoneOff icon

Implementation

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