flip_to_back_sharp_filled constant

IconData const flip_to_back_sharp_filled
flip to back sharp filled icon

Implementation

static const IconData flip_to_back_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-120v-555h60v495h495v60H120Zm165-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Zm165 495v-60h60v60h-60Zm0-495v-60h60v60h-60Zm165 0v-60h60v60h-60Zm0 495v-60h60v60h-60Zm165-495v-60h60v60h-60Zm0 495v-60h60v60h-60Zm0-165v-60h60v60h-60Zm0-165v-60h60v60h-60Z''',
    },
  },
]);