mapPin property
Implementation
static final mapPin = IconData(
'mapPin',
shapes: [
_path('M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0z'),
_circle(12, 10, 3),
],
);
static final mapPin = IconData(
'mapPin',
shapes: [
_path('M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0z'),
_circle(12, 10, 3),
],
);