west_filled constant

IconData const west_filled
west filled icon

Implementation

static const IconData west_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M360-200 80-480l280-280 42 42-208 208h686v60H194l208 208-42 42Z''',
    },
  },
]);