beef static method

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

Beef icon

Implementation

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