gauge property

IconData gauge
final

Implementation

static final gauge = IconData(
  'gauge',
  shapes: [
    _path('M12 14l4-4'),
    _path('M3.34 19a10 10 0 1 1 17.32 0'),
    _path('M5 19h14'),
  ],
);