star_half_sharp_filled constant

IconData const star_half_sharp_filled
star half sharp filled icon

Implementation

static const IconData star_half_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m637-244-42-178 138-120-182-16-71-168v387l157 95ZM233-120l65-281L80-590l288-25 112-265 112 265 288 25-218 189 65 281-247-149-247 149Z''',
    },
  },
]);