leafyGreen static method

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

LeafyGreen icon

Implementation

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