widget_width_sharp constant

IconData const widget_width_sharp
widget width sharp icon

Implementation

static const IconData widget_width_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M80-80v-224h224v224H80Zm288 0v-224h224v224H368Zm288 0v-224h224v224H656ZM80-368v-224h224v224H80Zm288 0v-224h224v224H368Zm288 0v-224h224v224H656ZM80-656v-224h800v224H80Zm164 412Zm184 0h104-104Zm288 0ZM244-428v-104 104Zm236-52Zm236 52v-104 104ZM140-140h104v-104H140v104Zm288 0h104v-104H428v104Zm288 0h104v-104H716v104ZM140-428h104v-104H140v104Zm288 0h104v-104H428v104Zm288 0h104v-104H716v104Z''',
    },
  },
]);