filter_2_sharp constant

IconData const filter_2_sharp
filter 2 sharp icon

Implementation

static const IconData filter_2_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M428-338h230v-60H488v-112h170v-233H428v60h170v113H428v232ZM200-200v-680h680v680H200Zm60-60h560v-560H260v560ZM80-80v-680h60v620h620v60H80Zm180-180v-560 560Z''',
    },
  },
]);