bellDot static method

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

BellDot icon

Implementation

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