/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const StarIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M7.343 20.085a.75.75 0 0 1-1.118-.812l1.123-4.858a.75.75 0 0 0-.24-.736l-3.77-3.268a.75.75 0 0 1 .427-1.314l4.985-.433a.75.75 0 0 0 .626-.455l1.933-4.574a.75.75 0 0 1 1.382 0l1.933 4.574a.75.75 0 0 0 .626.455l4.985.433a.75.75 0 0 1 .426 1.314l-3.77 3.268a.75.75 0 0 0-.24.736l1.125 4.858a.75.75 0 0 1-1.118.812l-4.27-2.576a.75.75 0 0 0-.775 0z' />
    </g>
  </svg>
);
export default StarIcon;
