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

function Comments(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="M25.143 13.714c0 5.054-5.625 9.143-12.571 9.143-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.964C1.857 19.196 0 16.607 0 13.714 0 8.66 5.625 4.571 12.571 4.571s12.571 4.089 12.571 9.143zM32 18.286c0 2.911-1.857 5.482-4.75 7.161.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.286z" />
    </svg>
  );
}

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