split_scene_right constant

IconData const split_scene_right
split scene right icon

Implementation

static const IconData split_scene_right = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M180-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h210v60H180v520h210v60H180Zm270 80v-800h60v80h270q24 0 42 18t18 42v520q0 24-18 42t-42 18H510v80h-60ZM180-220v-520 520Z''',
    },
  },
]);