/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RadioBroadcastIcon: 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
        fillRule='evenodd'
        d='M19.081 4.77a.89.89 0 0 0-1.28 0 .936.936 0 0 0 0 1.307c3.185 3.25 3.185 8.503 0 11.754a.936.936 0 0 0 0 1.306.89.89 0 0 0 1.28 0c3.892-3.974 3.892-10.393 0-14.366m-12.883 0a.936.936 0 0 1 0 1.307c-3.184 3.25-3.184 8.595 0 11.846a.936.936 0 0 1 0 1.306.89.89 0 0 1-1.279 0c-3.892-3.973-3.892-10.485 0-14.458a.89.89 0 0 1 1.28 0m2.613 2.585a.936.936 0 0 1 .027 1.306c-1.76 1.871-1.742 4.816-.009 6.576a.936.936 0 0 1 0 1.306.89.89 0 0 1-1.279 0c-2.45-2.5-2.431-6.595-.01-9.17a.89.89 0 0 1 1.28-.027zm3.185 1.871c-1.507 0-2.722 1.241-2.722 2.779s1.216 2.778 2.722 2.778c1.505 0 2.721-1.24 2.721-2.778s-1.216-2.779-2.722-2.779m3.166-1.77a.89.89 0 0 1 1.279 0c2.45 2.502 2.431 6.596.009 9.17a.89.89 0 0 1-1.28.028.936.936 0 0 1-.026-1.306c1.76-1.87 1.742-4.816.009-6.576a.936.936 0 0 1 0-1.306z'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default RadioBroadcastIcon;
