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

function Comment(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M32 16c0 6.321-7.161 11.429-16 11.429-.875 0-1.75-.054-2.589-.143-2.339 2.071-5.125 3.536-8.214 4.321-.643.179-1.339.304-2.036.393-.393.036-.768-.25-.857-.679v-.018c-.089-.446.214-.714.482-1.036 1.125-1.268 2.411-2.339 3.25-5.321C2.357 22.857 0 19.625 0 16 0 9.696 7.161 4.571 16 4.571S32 9.678 32 16z" />
    </svg>
  );
}

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