split_scene_sharp_filled constant

IconData const split_scene_sharp_filled
split scene sharp filled icon

Implementation

static const IconData split_scene_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-160v-640h270v640H120Zm330 80v-800h60v80h330v640H510v80h-60Z''',
    },
  },
]);