difference_sharp constant

IconData const difference_sharp
difference sharp icon

Implementation

static const IconData difference_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M490-526h60v-84h84v-60h-84v-84h-60v84h-84v60h84v84Zm-84 156h228v-60H406v60ZM200-160v-760h408l232 232v528H200Zm60-60h520v-442L578-860H260v640ZM80-40v-679h60v619h498v60H80Zm180-180v-640 640Z''',
    },
  },
]);