/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const GearIcon: 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='M10.925 21q-.6 0-1.034-.405a1.66 1.66 0 0 1-.523-.99l-.2-1.485a3.4 3.4 0 0 1-.545-.27 7 7 0 0 1-.5-.338l-1.38.585q-.555.247-1.112.045a1.64 1.64 0 0 1-.868-.72l-1.045-1.844a1.44 1.44 0 0 1-.178-1.103q.134-.586.6-.967l1.18-.9a2 2 0 0 1-.023-.304v-.608q0-.145.023-.303l-1.18-.9a1.7 1.7 0 0 1-.6-.968q-.134-.585.178-1.103l1.045-1.845q.312-.517.868-.72.555-.203 1.112.045l1.38.585q.244-.18.511-.337a4.5 4.5 0 0 1 .534-.27l.2-1.485q.09-.585.523-.99T10.925 3h2.091q.6 0 1.034.405t.523.99l.2 1.485q.29.112.545.27.256.157.5.337l1.38-.585q.555-.248 1.112-.045.556.202.868.72l1.045 1.845q.312.518.178 1.103a1.7 1.7 0 0 1-.6.967l-1.18.9q.023.159.023.304v.608q0 .145-.045.303l1.18.9q.465.383.6.968t-.178 1.103l-1.068 1.845a1.64 1.64 0 0 1-.867.72q-.557.202-1.112-.046l-1.335-.585q-.245.18-.512.338a4.5 4.5 0 0 1-.534.27l-.2 1.485q-.089.585-.523.99T13.016 21zm1.09-5.85q1.29 0 2.202-.923A3.05 3.05 0 0 0 15.13 12q0-1.305-.912-2.227a2.98 2.98 0 0 0-2.202-.923q-1.313 0-2.213.923-.9.922-.901 2.227 0 1.305.9 2.227.902.923 2.214.923' />
    </g>
  </svg>
);
export default GearIcon;
