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

function Stethoscope(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.857 12.571c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm2.286 0c0 1.5-.946 2.75-2.286 3.232v7.054c0 3.786-3.589 6.857-8 6.857s-8-3.071-8-6.857V20.5C2.982 20.018 0 17.161 0 13.714V4.571c0-.625.518-1.143 1.143-1.143.107 0 .196.018.286.036a2.307 2.307 0 012-1.179c1.268 0 2.286 1.018 2.286 2.286S4.697 6.857 3.429 6.857c-.411 0-.804-.125-1.143-.321v7.179c0 2.518 2.571 4.571 5.714 4.571s5.714-2.054 5.714-4.571V6.536a2.296 2.296 0 01-1.143.321c-1.268 0-2.286-1.018-2.286-2.286s1.018-2.286 2.286-2.286c.857 0 1.607.482 2 1.179.089-.018.179-.036.286-.036.625 0 1.143.518 1.143 1.143v9.143c0 3.446-2.982 6.304-6.857 6.786v2.357c0 2.518 2.571 4.571 5.714 4.571s5.714-2.054 5.714-4.571v-7.054c-1.339-.482-2.286-1.732-2.286-3.232a3.43 3.43 0 016.858 0z" />
    </svg>
  );
}

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