line_start_arrow_sharp_filled constant

IconData const line_start_arrow_sharp_filled
line start arrow sharp filled icon

Implementation

static const IconData line_start_arrow_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {'d': r'''M520-200 80-480l440-280v250h360v60H520v250Z'''},
  },
]);