bell static method

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

Bell icon

Implementation

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