/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CycleIcon: 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>
      <g>
        <path d='M15.133 3.599a8.35 8.35 0 0 0-4.007-.55 8.88 8.88 0 0 0-5.854 3.17l-.28.344-.065-.575a.903.903 0 0 0-.994-.796.9.9 0 0 0-.796.993L3.44 8.92c0 .037.013.07.027.105l.022.059.014.057q.013.058.035.115.002.014.016.023.01.008.017.018.076.134.189.23s0 .009.008.017q.039.026.082.045l.025.012c.05.033.098.066.156.09q.04.015.076.018l.039.007a.7.7 0 0 0 .189.033h.098l2.75-.304a.9.9 0 0 0 .797-.993.91.91 0 0 0-.993-.797l-.583.066.27-.337a7.04 7.04 0 0 1 4.656-2.52 6.46 6.46 0 0 1 3.129.426.904.904 0 0 0 1.174-.5.904.904 0 0 0-.5-1.175zM20.692 6.982l-2.52-1.1a.9.9 0 0 0-.354-.082 1 1 0 0 0-.353.057.95.95 0 0 0-.5.476l-1.11 2.53a.904.904 0 1 0 1.66.722l.237-.542.156.402a7.08 7.08 0 0 1-.14 5.296 6.5 6.5 0 0 1-1.929 2.505.9.9 0 0 0-.156 1.264c.18.23.444.345.715.345a.93.93 0 0 0 .558-.189 8.3 8.3 0 0 0 2.471-3.202 8.9 8.9 0 0 0 .173-6.66l-.164-.41.525.23a.904.904 0 1 0 .723-1.659zM13.984 18.888a1 1 0 0 1-.033.09v.008l-.014.047a1 1 0 0 1-.068.183.4.4 0 0 0-.05.058 1 1 0 0 1-.172.197c-.017.008-.017.016-.017.016l-2.192 1.684a.88.88 0 0 1-.55.189.902.902 0 0 1-.55-1.618l.46-.353-.435-.058a8.9 8.9 0 0 1-5.756-3.358 8.4 8.4 0 0 1-1.61-3.711.907.907 0 0 1 .747-1.035.9.9 0 0 1 1.035.747 6.5 6.5 0 0 0 1.264 2.899 7.07 7.07 0 0 0 4.574 2.668l.435.058-.361-.468a.902.902 0 0 1 1.429-1.1l1.683 2.192a.88.88 0 0 1 .18.665' />
      </g>
    </g>
  </svg>
);
export default CycleIcon;
