split_scene_down constant

IconData const split_scene_down
split scene down icon

Implementation

static const IconData split_scene_down = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M160-570v-210q0-24 18-42t42-18h520q24 0 42 18t18 42v210h-60v-210H220v210h-60Zm60 450q-24 0-42-18t-18-42v-270H80v-60h800v60h-80v270q0 24-18 42t-42 18H220Zm0-660h520-520Z''',
    },
  },
]);