arrow_drop_up constant

IconData const arrow_drop_up
arrow drop up icon

Implementation

static const IconData arrow_drop_up = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {'d': r'''m280-400 200-201 200 201H280Z'''},
  },
]);