grid_3x3_sharp constant

IconData const grid_3x3_sharp
grid 3x3 sharp icon

Implementation

static const IconData grid_3x3_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M333-160v-173H160v-60h173v-174H160v-60h173v-173h60v173h174v-173h60v173h173v60H627v174h173v60H627v173h-60v-173H393v173h-60Zm60-233h174v-174H393v174Z''',
    },
  },
]);