layers property
Implementation
static final layers = IconData(
'layers',
shapes: [
_polygon('12 2 2 7 12 12 22 7 12 2'),
_polyline('2 12 12 17 22 12'),
_polyline('2 17 12 22 22 17'),
],
);
static final layers = IconData(
'layers',
shapes: [
_polygon('12 2 2 7 12 12 22 7 12 2'),
_polyline('2 12 12 17 22 12'),
_polyline('2 17 12 22 22 17'),
],
);