edit_calendar_sharp_filled constant

IconData const edit_calendar_sharp_filled
edit calendar sharp filled icon

Implementation

static const IconData edit_calendar_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-80v-740h125v-60h65v60h340v-60h65v60h125v320h-60v-70H180v430h320v60H120Zm440 0v-123l263-262 122 122L683-80H560Zm263-224 37-39-37-37-38 38 38 38Z''',
    },
  },
]);