explicit_sharp constant

IconData const explicit_sharp
explicit sharp icon

Implementation

static const IconData explicit_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M366-280h227v-60H426v-106h167v-60H426v-107h167v-60H366v393ZM120-120v-720h720v720H120Zm60-60h600v-600H180v600Zm0 0v-600 600Z''',
    },
  },
]);