hide_image_sharp constant

IconData const hide_image_sharp
hide image sharp icon

Implementation

static const IconData hide_image_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m840-233-60-60v-487H293l-60-60h607v607ZM806-56l-64-64H120v-622l-63-63 43-43L849-99l-43 43ZM236-277l117-152 93 127 50-65-316-316v503h503l-97-97H236Zm301-260ZM432-432Z''',
    },
  },
]);