backpack_sharp_filled constant

IconData const backpack_sharp_filled
backpack sharp filled icon

Implementation

static const IconData backpack_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M160-80v-570q0-55 34-95.5t86-50.5v-84h100v80h200v-80h100v84q52 10 86 50.5t34 95.5v570H160Zm460-250h60v-140H280v60h340v80Z''',
    },
  },
]);