bellOff static method

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

BellOff icon

Implementation

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