north_west constant

IconData const north_west
north west icon

Implementation

static const IconData north_west = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd': r'''M758-160 260-658v294h-60v-396h396v60H302l498 498-42 42Z''',
    },
  },
]);