move_selection_right_sharp constant

IconData const move_selection_right_sharp
move selection right sharp icon

Implementation

static const IconData move_selection_right_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M400-240v-480h480v480H400Zm60-60h360v-360H460v360Zm-220 60v-60h60v60h-60Zm0-420v-60h60v60h-60ZM80-240v-60h60v60H80Zm0-210v-60h60v60H80Zm0-210v-60h60v60H80Zm560 180Z''',
    },
  },
]);