beerOff static method

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

BeerOff icon

Implementation

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