wheat static method

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

Wheat icon

Implementation

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