arrow_left_sharp_filled constant

IconData const arrow_left_sharp_filled
arrow left sharp filled icon

Implementation

static const IconData arrow_left_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {'d': r'''M560-280 360-480l200-200v400Z'''},
  },
]);