edit_road_filled constant

IconData const edit_road_filled
edit road filled icon

Implementation

static const IconData edit_road_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M660-468v-332h60v272l-60 60ZM160-160v-640h60v640h-60Zm250-484v-156h60v156h-60Zm0 242v-156h60v156h-60Zm0 242v-156h60v156h-60Zm150 0v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T902.09-380L683-160H560Zm263-224 37-39-37-37-38 38 38 38Z''',
    },
  },
]);