/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CoverMicrophoneIcon: 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='M18.975 9.975a3.503 3.503 0 0 0 0-4.95 3.5 3.5 0 0 0-4.95 0l-.147.147 4.95 4.95zm-.853.853-4.95-4.95-.147.147a3.49 3.49 0 0 0-1.013 2.781l3.182 3.182a3.49 3.49 0 0 0 2.781-1.013zm-3.506 1.994-3.438-3.438L4 18l2 2 5-4.166V20h2v-5.834z' />
    </g>
  </svg>
);
export default CoverMicrophoneIcon;
