angry static method

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

Angry icon

Implementation

static Component angry({IconSize size = IconSize.md}) =>
    lucide.Angry(width: size.unit, height: size.unit);