database property
Implementation
static final database = IconData(
'database',
shapes: [
_ellipse(12, 5, 8, 3),
_path('M4 5v6c0 1.7 3.6 3 8 3s8-1.3 8-3V5'),
_path('M4 11v6c0 1.7 3.6 3 8 3s8-1.3 8-3v-6'),
],
);
static final database = IconData(
'database',
shapes: [
_ellipse(12, 5, 8, 3),
_path('M4 5v6c0 1.7 3.6 3 8 3s8-1.3 8-3V5'),
_path('M4 11v6c0 1.7 3.6 3 8 3s8-1.3 8-3v-6'),
],
);