treePine static method

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

TreePine icon

Implementation

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