play_pause_sharp_filled constant

IconData const play_pause_sharp_filled
play pause sharp filled icon

Implementation

static const IconData play_pause_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M200-332v-296l220 148-220 148Zm340 12v-320h60v320h-60Zm160 0v-320h60v320h-60Z''',
    },
  },
]);