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