chartLine static method

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

ChartLine icon

Implementation

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