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

function Commenting(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="M11.429 16c0-1.268-1.018-2.286-2.286-2.286S6.857 14.732 6.857 16s1.018 2.286 2.286 2.286 2.286-1.018 2.286-2.286zm6.857 0c0-1.268-1.018-2.286-2.286-2.286S13.714 14.732 13.714 16s1.018 2.286 2.286 2.286 2.286-1.018 2.286-2.286zm6.857 0c0-1.268-1.018-2.286-2.286-2.286S20.571 14.732 20.571 16s1.018 2.286 2.286 2.286 2.286-1.018 2.286-2.286zM32 16c0 6.321-7.161 11.429-16 11.429-1.304 0-2.571-.107-3.768-.321-2.036 2.036-4.696 3.429-7.768 4.089-.482.089-1 .179-1.536.232A.584.584 0 012.303 31c-.071-.286.143-.464.357-.661 1.125-1.054 2.464-1.893 2.929-5.661C2.178 22.589 0 19.482 0 15.999 0 9.678 7.161 4.57 16 4.57s16 5.107 16 11.429z" />
    </svg>
  );
}

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