// Generated by script, don't edit it please.
import * as React from 'react';

function StarHalf(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 15 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M14.857.571v23.911l-8.018 4.214c-.232.125-.464.214-.714.214-.518 0-.75-.429-.75-.893 0-.125.018-.232.036-.357l1.536-8.929-6.5-6.321c-.214-.232-.446-.536-.446-.857 0-.536.554-.75 1-.821l8.964-1.304 4.018-8.125c.161-.339.464-.732.875-.732z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(StarHalf);
export default ForwardRef;
