/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InfinityIcon: 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
        fillRule='evenodd'
        d='M7.227 9.273a2.727 2.727 0 0 0 0 5.454c1.03 0 1.903-.644 2.604-1.52a7.7 7.7 0 0 0 1-1.653l.009-.02v-.002l.003-.005.006-.015.02-.047.069-.156a10.24 10.24 0 0 1 1.28-2.079c.89-1.113 2.403-2.457 4.555-2.457a5.227 5.227 0 0 1 0 10.454 5.1 5.1 0 0 1-2.67-.762c-.432-.261-.52-.83-.253-1.258l.228-.366c.334-.534 1.068-.603 1.642-.345.33.149.68.231 1.053.231a2.727 2.727 0 0 0 0-5.454c-1.03 0-1.903.644-2.604 1.52a7.7 7.7 0 0 0-1 1.653l-.009.02v.002l-.003.005-.006.015-.02.047-.069.155a10.241 10.241 0 0 1-1.28 2.079c-.89 1.114-2.404 2.458-4.555 2.458a5.227 5.227 0 1 1 0-10.454 5.1 5.1 0 0 1 2.67.762c.432.26.52.83.253 1.258l-.228.366c-.334.534-1.068.603-1.642.345a2.55 2.55 0 0 0-1.053-.231m5.933 3.193s0-.002-1.16-.466c1.155.462 1.16.466 1.16.466'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default InfinityIcon;
