fileChartLine static method

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

FileChartLine icon

Implementation

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