angry static method

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

Angry icon

Implementation

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