treePine static method

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

TreePine icon

Implementation

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