night_sight_auto_filled constant

IconData const night_sight_auto_filled
night sight auto filled icon

Implementation

static const IconData night_sight_auto_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M440-130q-129 0-219.5-90.5T130-440q0-129 90.5-219.5T440-750q-26 32-38 70.5T390-600q0 104 73 177t177 73q26 0 52-5.5t50-16.5q-24 106-108.5 174T440-130Zm118-394 126-356h78l126 356h-72l-28-80H658l-28 80h-72Zm116-130h98l-49-155-49 155Z''',
    },
  },
]);