battery_status_good_sharp constant

IconData const battery_status_good_sharp
battery status good sharp icon

Implementation

static const IconData battery_status_good_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m638-127-99-99 42-42 57 56 141-141 42 42-183 184Zm-298-13Zm-60 60v-736h120v-64h160v64h120v363q-16 0-31 2t-29 7v-312H340v616h152q9 17 21 32t26 28H280Z''',
    },
  },
]);