arrow_menu_open_sharp constant

IconData const arrow_menu_open_sharp
arrow menu open sharp icon

Implementation

static const IconData arrow_menu_open_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd': r'''M360-120v-720h60v720h-60Zm175-181v-358l185 179-185 179Z''',
    },
  },
]);