chartLine static method

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

ChartLine icon

Implementation

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