arrow_back_ios_sharp constant

IconData const arrow_back_ios_sharp
arrow back ios sharp icon

Implementation

static const IconData arrow_back_ios_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {'d': r'''M400-80 0-480l400-400 56 57-343 343 343 343-56 57Z'''},
  },
]);