open_jam_sharp constant

IconData const open_jam_sharp
open jam sharp icon

Implementation

static const IconData open_jam_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M240-120h480v-60H510v-339l78 78 46-46-154-154-154 154 46 46 78-78v339H240v60Zm240-360ZM80-328v-512h800v512H610v-60h210v-392H140v392h210v60H80Z''',
    },
  },
]);