split_scene_down_sharp_filled constant

IconData const split_scene_down_sharp_filled
split scene down sharp filled icon

Implementation

static const IconData split_scene_down_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M160-570v-270h640v270H160Zm0 450v-330H80v-60h800v60h-80v330H160Z''',
    },
  },
]);