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

function CommentsO(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="M12.571 6.857C7 6.857 2.285 10 2.285 13.714c0 1.964 1.321 3.857 3.607 5.179l1.732 1-.625 1.5c.375-.214.75-.446 1.107-.696l.786-.554.946.179c.893.161 1.804.25 2.732.25 5.571 0 10.286-3.143 10.286-6.857S18.142 6.858 12.57 6.858zm0-2.286c6.946 0 12.571 4.089 12.571 9.143s-5.625 9.143-12.571 9.143c-1.089 0-2.143-.107-3.143-.286a15 15 0 01-4.964 2.286c-.482.125-1 .214-1.536.286h-.054c-.268 0-.518-.214-.571-.518-.071-.339.161-.554.357-.786.696-.786 1.482-1.482 2.089-2.964-2.893-1.679-4.75-4.268-4.75-7.161 0-5.054 5.625-9.143 12.571-9.143zM27.25 25.446c.607 1.482 1.393 2.179 2.089 2.964.196.232.429.446.357.786-.071.321-.339.554-.625.518a12.928 12.928 0 01-1.536-.286 14.971 14.971 0 01-4.964-2.286c-1 .179-2.054.286-3.143.286-3.232 0-6.196-.893-8.429-2.357.518.036 1.054.071 1.571.071 3.839 0 7.464-1.107 10.232-3.107 2.982-2.179 4.625-5.125 4.625-8.321 0-.929-.143-1.839-.411-2.714 3.018 1.661 4.982 4.304 4.982 7.286 0 2.911-1.857 5.482-4.75 7.161z" />
    </svg>
  );
}

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