arrowRight property

IconData arrowRight
final

Implementation

static final arrowRight = IconData(
  'arrowRight',
  shapes: [_path('M5 12h14'), _polyline('12 5 19 12 12 19')],
);