hard_disk_sharp constant

IconData const hard_disk_sharp
hard disk sharp icon

Implementation

static const IconData hard_disk_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M160-80v-800h640v800H160Zm60-60h520v-680H220v680Zm100-104h320v-60H320v60Zm159.5-164q64.5 0 110-45.24T635-562q0-65-45-110.5T480-718q-65 0-110 45.5T325-562q0 65 45 109.5T479.5-408Zm.5-99q-23.37 0-39.19-15.81Q425-538.63 425-562q0-23.38 15.81-39.19Q456.63-617 480-617q23.38 0 39.19 15.81Q535-585.38 535-562q0 23.37-15.81 39.19Q503.38-507 480-507Zm0-55Z''',
    },
  },
]);