wheat static method

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

Wheat icon

Implementation

static Component wheat({IconSize size = IconSize.md}) =>
    lucide.Wheat(width: size.unit, height: size.unit);