/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const GlobeSlashIcon: 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='M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-1.55.425-2.937A9.8 9.8 0 0 1 3.65 6.475L1.375 4.2q-.3-.3-.3-.713 0-.412.3-.712t.713-.3.712.3l18.4 18.4q.3.3.3.7t-.3.7-.712.3a.97.97 0 0 1-.713-.3l-2.25-2.225q-1.2.8-2.587 1.225A10 10 0 0 1 12 22m-1-2.05V18q-.825 0-1.412-.587A1.93 1.93 0 0 1 9 16v-1l-4.8-4.8q-.074.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95M22 12q0 1.125-.25 2.162a11.4 11.4 0 0 1-.675 1.988.87.87 0 0 1-.562.463.92.92 0 0 1-.738-.088 1.06 1.06 0 0 1-.487-.6 1 1 0 0 1 .037-.775q.326-.75.5-1.537A7.4 7.4 0 0 0 20 12a7.84 7.84 0 0 0-1.362-4.475A7.7 7.7 0 0 0 15 4.6V5q0 .824-.587 1.412A1.93 1.93 0 0 1 13 7h-1.5v.425q0 .35-.3.475t-.55-.125L7.7 4.825q-.45-.45-.362-1.075T8 2.85a9 9 0 0 1 1.925-.638A10 10 0 0 1 12 2q2.076 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.138 3.175A9.7 9.7 0 0 1 22 12' />
    </g>
  </svg>
);
export default GlobeSlashIcon;
