bed_sharp constant

IconData const bed_sharp
bed sharp icon

Implementation

static const IconData bed_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M80-200v-355h40v-205h720v205h40v355h-60v-80H140v80H80Zm430-355h270v-145H510v145Zm-330 0h270v-145H180v145Zm-40 215h680v-155H140v155Zm680 0H140h680Z''',
    },
  },
]);