folder_open_sharp constant

IconData const folder_open_sharp
folder open sharp icon

Implementation

static const IconData folder_open_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M80-160v-640h341l60 60h399v60H455l-60-60H140v520l102-400h698L821-160H80Zm123-60h572l84-340H287l-84 340Zm0 0 84-340-84 340Zm-63-460v-60 60Z''',
    },
  },
]);