tentTree static method

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

TentTree icon

Implementation

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