text_rotation_angleup_sharp constant

IconData const text_rotation_angleup_sharp
text rotation angleup sharp icon

Implementation

static const IconData text_rotation_angleup_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m375-92-42-42 406-406h-78v-60h180v180h-60v-78L375-92Zm-46-239L135-760l40-40 429 195-40 39-114-54-136 134 54 115-39 40Zm-37-199 114-112-210-99-3 2 99 209Z''',
    },
  },
]);