refresh property
Implementation
static final refresh = IconData(
'refresh',
shapes: [
_path('M21 12a9 9 0 0 1-15.5 6.2'),
_polyline('3 18v-6h6'),
_path('M3 12A9 9 0 0 1 18.5 5.8'),
_polyline('21 6v6h-6'),
],
);
static final refresh = IconData(
'refresh',
shapes: [
_path('M21 12a9 9 0 0 1-15.5 6.2'),
_polyline('3 18v-6h6'),
_path('M3 12A9 9 0 0 1 18.5 5.8'),
_polyline('21 6v6h-6'),
],
);