/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CommentIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path
        fillRule='evenodd'
        d='M21.129 11.313c0 4.038-4.03 7.312-9 7.312-.923 0-1.814-.113-2.653-.323a1.05 1.05 0 0 0-.74.08l-4.471 2.31c-.896.463-1.836-.54-1.316-1.404l1.693-2.814c.234-.388.172-.88-.108-1.236-.89-1.134-1.405-2.48-1.405-3.925 0-4.04 4.03-7.313 9-7.313s9 3.274 9 7.313m-12 .987a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default CommentIcon;
