text_select_move_up_sharp_filled constant

IconData const text_select_move_up_sharp_filled
text select move up sharp filled icon

Implementation

static const IconData text_select_move_up_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M130-120v-60h700v60H130Zm320-170v-261l-74 73-42-42 146-146 146 146-42 42-74-73v261h-60ZM130-780v-60h700v60H130Z''',
    },
  },
]);