remove_filled constant

IconData const remove_filled
remove filled icon

Implementation

static const IconData remove_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {'d': r'''M200-450v-60h560v60H200Z'''},
  },
]);