const StarCurvedIcon = () => (
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M6.31559 0.9551C7.10351 -0.318368 8.89649 -0.318366 9.68441 0.955101L10.9909 3.06673C11.262 3.50489 11.6817 3.82142 12.1669 3.95368L14.5052 4.59108C15.9153 4.97547 16.4694 6.74569 15.5462 7.91713L14.0154 9.85958C13.6977 10.2626 13.5374 10.7748 13.5662 11.2947L13.7048 13.8003C13.7884 15.3113 12.3379 16.4054 10.9794 15.8559L8.72679 14.9448C8.25938 14.7557 7.74062 14.7557 7.27321 14.9448L5.02061 15.8559C3.66212 16.4054 2.21158 15.3113 2.29518 13.8003L2.4338 11.2947C2.46257 10.7748 2.30226 10.2626 1.98462 9.85958L0.453812 7.91713C-0.46938 6.74569 0.0846825 4.97547 1.49484 4.59108L3.83311 3.95368C4.3183 3.82142 4.73798 3.50489 5.00908 3.06673L6.31559 0.9551Z"
      fill="currentColor"
    />
  </svg>
);

export default StarCurvedIcon;
