wheatOff static method

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

WheatOff icon

Implementation

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