/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FeedbackIcon: 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 d='M14.343 6A6.8 6.8 0 0 0 12 6.423 6.8 6.8 0 0 0 9.657 6C5.982 6 3 8.912 3 12.5S5.982 19 9.657 19A6.8 6.8 0 0 0 12 18.578a6.8 6.8 0 0 0 2.343.422C18.018 19 21 16.088 21 12.5S18.018 6 14.343 6m2.343 4.66h.007a.66.66 0 0 1 .666.65c0 .358-.3.65-.666.65a.666.666 0 0 1-.672-.65c0-.357.293-.65.665-.65m-4.693 0a.66.66 0 0 1 .666.65c0 .358-.3.65-.666.65a.66.66 0 0 1-.665-.65c0-.357.293-.65.665-.65m-5.165.195a.68.68 0 0 1 .945 0 .64.64 0 0 1 .193.462.6.6 0 0 1-.193.455.6.6 0 0 1-.22.143.7.7 0 0 1-.253.052.7.7 0 0 1-.253-.052.648.648 0 0 1-.413-.598c0-.169.074-.338.194-.462m10.324 5.363a.504.504 0 0 1-.626-.325c-.02-.058-.499-1.469-2.183-1.469h-.093c-.719 0-1.291.41-1.804.767l-.073.052c-.426.299-1.551 1.001-2.73 1.001H9.55c-1.95 0-2.909-1.41-3.142-2.158a.486.486 0 0 1 .333-.611.51.51 0 0 1 .626.319c.02.064.506 1.475 2.183 1.475h.093c.912 0 1.871-.624 2.144-.812l.067-.053c.565-.402 1.344-.948 2.39-.948h.092c1.951 0 2.91 1.41 3.143 2.158a.486.486 0 0 1-.333.61z' />
    </g>
  </svg>
);
export default FeedbackIcon;
