shop_sharp constant

IconData const shop_sharp
shop sharp icon

Implementation

static const IconData shop_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M80-120v-600h240v-160h320v160h240v600H80Zm60-60h680v-480H140v480Zm240-540h200v-100H380v100ZM140-180v-480 480Zm244-64 266-175-266-176v351Z''',
    },
  },
]);