/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RadioIcon: 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='M20.333 7.49a8.5 8.5 0 0 0-.86-3.74L20.964 3A10.2 10.2 0 0 1 22 7.49a10.2 10.2 0 0 1-1.031 4.485l-1.493-.749a8.5 8.5 0 0 0 .86-3.74zm-16.666 0c0 1.343.309 2.614.86 3.74l-1.492.749A10.2 10.2 0 0 1 2 7.489a10.2 10.2 0 0 1 1.031-4.485l1.493.749a8.5 8.5 0 0 0-.857 3.736m2.222 0c0-.986.226-1.918.632-2.741l1.493.75a4.558 4.558 0 0 0 0 3.986l-1.493.749a6.2 6.2 0 0 1-.632-2.745m12.222 0c0 .985-.226 1.917-.632 2.74l-1.493-.75a4.5 4.5 0 0 0 .458-1.994c0-.718-.166-1.393-.458-1.995l1.493-.75c.406.83.632 1.763.632 2.748m-3.889 0c0 .946-.573 1.755-1.389 2.086V21h-1.666V9.576a2.25 2.25 0 0 1-1.39-2.087c0-1.242.997-2.251 2.223-2.251s2.222 1.01 2.222 2.251' />
    </g>
  </svg>
);
export default RadioIcon;
