icon_switch_sharp constant

IconData const icon_switch_sharp
icon switch sharp icon

Implementation

static const IconData icon_switch_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M330-290h300v-380H330v380Zm60-60v-260h180v260H390Zm60-140h60v-60h-60v60ZM120-120v-720h720v720H120Zm60-60h600v-600H180v600Zm0 0v-600 600Z''',
    },
  },
]);