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

function TwinkleStar(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16.197 5.79l2.407 4.871.354.722 6.174.898-4.469 4.352.137.795.919 5.355-5.522-2.905-5.522 2.903.919-5.355.137-.793-.578-.56-3.888-3.792 6.171-.898.357-.72 2.405-4.873zm0-3.461l-3.778 7.653-8.446 1.23 6.112 5.957-1.442 8.411 7.554-3.973 7.557 3.973-1.445-8.411 6.112-5.957-8.446-1.23-3.778-7.653z" />
      <path d="M14.503 30.935l1.694-6.955 1.694 6.955zM0 19.049l7.125-.715-6 3.909zM7.6 1.227l3.045 6.48L4.963 3.35zM26.807 2.846L21.708 7.87l2.222-6.805zM31.278 21.031l-6.434-3.138 7.157-.169z" />
    </svg>
  );
}

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