chartLine property

IconData chartLine
final

Implementation

static final chartLine = IconData(
  'chartLine',
  shapes: [_path('M3 19h18'), _polyline('4 15 9 10 13 13 20 6')],
);