mobile_charge_sharp_filled constant

IconData const mobile_charge_sharp_filled
mobile charge sharp filled icon

Implementation

static const IconData mobile_charge_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m460-280 120-240h-80v-160L380-440h80v160ZM200-40v-880h558v210h42v173h-42v497H200Z''',
    },
  },
]);