priority_rounded constant

IconData const priority_rounded
priority rounded icon

Implementation

static const IconData priority_rounded = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M351-120q-97 0-164-67t-67-164v-258q0-97 67-164t164-67h258q97 0 164 67t67 164v258q0 97-67 164t-164 67H351Zm88-291-76-76q-9-9-21.5-8.5T320-486q-9 9-9 21.5t9 21.5l98 97q9 9 21 9t21-9l198-198q9-9 9-21.5t-9-21.5q-9-9-21.5-9t-21.5 9L439-411Zm-88 231h258q71 0 121-50t50-121v-258q0-71-50-121t-121-50H351q-71 0-121 50t-50 121v258q0 71 50 121t121 50Zm129-300Z''',
    },
  },
]);