download property
Implementation
static final download = IconData(
'download',
shapes: [
_path('M12 3v12'),
_polyline('7 10 12 15 17 10'),
_path('M5 21h14'),
],
);
static final download = IconData(
'download',
shapes: [
_path('M12 3v12'),
_polyline('7 10 12 15 17 10'),
_path('M5 21h14'),
],
);