arrow_upward_sharp_filled constant

IconData const arrow_upward_sharp_filled
arrow upward sharp filled icon

Implementation

static const IconData arrow_upward_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M450-160v-526L202-438l-42-42 320-320 320 320-42 42-248-248v526h-60Z''',
    },
  },
]);