wheatOff static method

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

WheatOff icon

Implementation

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