shadow_add_sharp constant

IconData const shadow_add_sharp
shadow add sharp icon

Implementation

static const IconData shadow_add_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M530-410v-120H410v-60h120v-120h60v120h120v60H590v120h-60ZM80-80v-628h172v-172h628v628H708v172H80Zm232-232h508v-508H312v508Z''',
    },
  },
]);