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

function FrownO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.25 21.946a1.136 1.136 0 01-.732 1.429 1.15 1.15 0 01-1.446-.75 4.543 4.543 0 00-4.357-3.196c-2 0-3.768 1.286-4.357 3.196-.196.607-.839.946-1.429.75-.607-.196-.946-.821-.75-1.429.893-2.875 3.518-4.804 6.536-4.804s5.643 1.929 6.536 4.804zm-8.821-10.517c0 1.268-1.018 2.286-2.286 2.286s-2.286-1.018-2.286-2.286 1.018-2.286 2.286-2.286 2.286 1.018 2.286 2.286zm9.142 0c0 1.268-1.018 2.286-2.286 2.286s-2.286-1.018-2.286-2.286 1.018-2.286 2.286-2.286 2.286 1.018 2.286 2.286zM25.143 16c0-6.304-5.125-11.429-11.429-11.429S2.285 9.696 2.285 16 7.41 27.429 13.714 27.429 25.143 22.304 25.143 16zm2.286 0c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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