palette property
Implementation
static final palette = IconData(
'palette',
shapes: [
_path(
'M12 3a9 9 0 0 0 0 18h1.5a2 2 0 0 0 1.3-3.5 1.8 1.8 0 0 1 1.2-3.2H18a6 6 0 0 0 0-12h-6z',
),
_circle(7.5, 10, 1),
_circle(10, 7, 1),
_circle(14, 7, 1),
],
);