/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SpeedIcon: 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='M12 3c4.963 0 9 4.037 9 9s-4.037 9-9 9c-.58 0-1.047-.467-1.047-1.047s.467-1.047 1.047-1.047A6.913 6.913 0 0 0 18.906 12 6.913 6.913 0 0 0 12 5.094 6.913 6.913 0 0 0 5.094 12c0 .58-.467 1.047-1.047 1.047S3 12.58 3 12c0-4.963 4.037-9 9-9' />
        <path
          fillRule='evenodd'
          d='M14.204 7.844a1.05 1.05 0 0 1 1.398.071c.382.382.406.99.072 1.399l-.072.08-1.596 1.594c.086.23.139.48.139.742v.005A2.144 2.144 0 1 1 12 9.592c.142 0 .276.02.4.046l1.724-1.723zM10.109 12.1l.005.02a2 2 0 0 1-.028-.187zm3.815-.37v.005a2 2 0 0 1-.009.197l.009-.197zm-.175-.794q.083.18.129.381l-.055-.196a2 2 0 0 0-.074-.185m-2.661-.896a2 2 0 0 0-.313.21l.149-.11a2 2 0 0 1 .164-.1M12 9.81c.165 0 .321.029.473.067l-.23-.047a2 2 0 0 0-.12-.014z'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default SpeedIcon;
