event_note_sharp constant

IconData const event_note_sharp
event note sharp icon

Implementation

static const IconData event_note_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M280-420v-60h400v60H280Zm0 180v-60h279v60H280ZM120-80v-740h125v-60h65v60h340v-60h65v60h125v740H120Zm60-60h600v-430H180v430Zm0-490h600v-130H180v130Zm0 0v-130 130Z''',
    },
  },
]);