browser_updated_sharp constant

IconData const browser_updated_sharp
browser updated sharp icon

Implementation

static const IconData browser_updated_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M260-120v-73l47-47H80v-600h457v60H140v480h680v-139h60v199H652l48 47v73H260Zm367-226L434-539l42-42 121 120v-379h60v379l121-120 42 42-193 193Z''',
    },
  },
]);