// Generated by script, don't edit it please.
import * as React from 'react';

function Microphone(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 21 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.571 12.571v2.286c0 5.286-4 9.643-9.143 10.214v2.357h4.571c.625 0 1.143.518 1.143 1.143s-.518 1.143-1.143 1.143H4.57c-.625 0-1.143-.518-1.143-1.143s.518-1.143 1.143-1.143h4.571v-2.357C3.998 24.5-.002 20.142-.002 14.857v-2.286c0-.625.518-1.143 1.143-1.143s1.143.518 1.143 1.143v2.286c0 4.411 3.589 8 8 8s8-3.589 8-8v-2.286c0-.625.518-1.143 1.143-1.143s1.143.518 1.143 1.143zM16 5.714v9.143c0 3.143-2.571 5.714-5.714 5.714S4.572 18 4.572 14.857V5.714C4.572 2.571 7.143 0 10.286 0S16 2.571 16 5.714z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Microphone);
export default ForwardRef;
