overview_key_sharp constant

IconData const overview_key_sharp
overview key sharp icon

Implementation

static const IconData overview_key_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M40-200v-560h560v560H40Zm60-60h440v-440H100v440Zm600 60v-560h60v560h-60Zm160 0v-560h60v560h-60Zm-760-60v-440 440Z''',
    },
  },
]);