folder_shared_filled constant

IconData const folder_shared_filled
folder shared filled icon

Implementation

static const IconData folder_shared_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M140-160q-24 0-42-18.5T80-220v-520q0-23 18-41.5t42-18.5h281l60 60h339q23 0 41.5 18.5T880-680v460q0 23-18.5 41.5T820-160H140Zm299-130h320v-19q0-42-42.5-68.5T599-404q-75 0-117.5 26.5T439-309v19Zm211.5-195.5Q672-507 672-537t-21.5-51.5Q629-610 599-610t-51.5 21.5Q526-567 526-537t21.5 51.5Q569-464 599-464t51.5-21.5Z''',
    },
  },
]);