/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MicrophoneIcon: 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.082 14.368c-.787 0-1.46-.274-2.009-.833a2.75 2.75 0 0 1-.834-2.009V5.842c0-.786.275-1.459.834-2.008A2.75 2.75 0 0 1 12.082 3c.786 0 1.458.275 2.008.834s.834 1.222.834 2.008v5.684c0 .787-.275 1.46-.834 2.009-.559.55-1.222.833-2.008.833m0 6.632a.95.95 0 0 1-.948-.947v-1.137c0-.474-.35-.872-.815-.986-1.279-.331-2.368-1.013-3.259-2.046-.862-1.004-1.383-2.14-1.553-3.41-.066-.521.36-.948.89-.948.521 0 .938.427 1.033.938.17.91.606 1.715 1.298 2.406.928.92 2.037 1.384 3.354 1.384 1.316 0 2.425-.465 3.353-1.384.692-.691 1.128-1.496 1.298-2.406.095-.511.512-.938 1.033-.938s.957.427.89.948a6.4 6.4 0 0 1-1.553 3.41c-.89 1.033-1.98 1.715-3.26 2.046-.463.114-.814.512-.814.986v1.137a.95.95 0 0 1-.947.947' />
    </g>
  </svg>
);
export default MicrophoneIcon;
