folder_copy_sharp constant

IconData const folder_copy_sharp
folder copy sharp icon

Implementation

static const IconData folder_copy_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M40-120v-620h60v560h740v60H40Zm120-120v-640h300l80 80h380v560H160Zm60-60h640v-440H515l-80-80H220v520Zm0 0v-520 520Z''',
    },
  },
]);