align_space_around_sharp constant

IconData const align_space_around_sharp
align space around sharp icon

Implementation

static const IconData align_space_around_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M80-820v-60h800v60H80Zm0 740v-60h800v60H80Zm210-530v-100h380v100H290Zm0 360v-100h380v100H290Z''',
    },
  },
]);