/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ThumbsDownIcon: 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='M5.119 15.712q-.648 0-1.133-.494a1.6 1.6 0 0 1-.486-1.154v-1.648a1.7 1.7 0 0 1 .121-.618l2.429-5.81q.182-.41.607-.7Q7.082 5 7.547 5h6.477q.667 0 1.143.484t.476 1.164v8.384q0 .33-.132.629-.13.299-.354.525l-4.392 4.45a1.3 1.3 0 0 1-1.517.206 1.23 1.23 0 0 1-.557-.577 1.1 1.1 0 0 1-.07-.762l.91-3.79zM18.881 5q.668 0 1.143.484.476.484.476 1.164v7.416q0 .68-.476 1.164a1.55 1.55 0 0 1-1.143.484q-.668 0-1.143-.484a1.6 1.6 0 0 1-.476-1.164V6.648q0-.68.476-1.164A1.55 1.55 0 0 1 18.88 5' />
    </g>
  </svg>
);
export default ThumbsDownIcon;
