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

function ThumbsDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 29 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.571 10.286c0 .625-.518 1.143-1.143 1.143a1.14 1.14 0 01-1.143-1.143c0-.643.5-1.143 1.143-1.143.625 0 1.143.5 1.143 1.143zm2.858 9.143V8c0-.625-.518-1.143-1.143-1.143H1.143C.518 6.857 0 7.375 0 8v11.429c0 .625.518 1.143 1.143 1.143h5.143c.625 0 1.143-.518 1.143-1.143zm20.16-2.661c.607.679.982 1.714.982 2.661-.018 1.857-1.571 3.429-3.429 3.429h-4.946c.143.571.321.75.518 1.143.464.929 1 1.964 1 3.429 0 1.375 0 4.571-4 4.571-.304 0-.589-.125-.804-.339-.768-.75-.982-1.857-1.179-2.911-.214-1.036-.411-2.107-1.107-2.804-.554-.554-1.161-1.321-1.804-2.143-.786-1.036-2.5-3.161-3.161-3.214-.589-.054-1.089-.554-1.089-1.143V8.001c0-.625.536-1.125 1.143-1.143.625-.018 1.696-.393 2.821-.786 1.929-.661 4.339-1.5 6.893-1.5h2.304c1.571.018 2.75.482 3.518 1.393.679.804.982 1.893.875 3.232.446.429.786 1.018.964 1.679a3.783 3.783 0 010 2.089 3.77 3.77 0 01.768 2.446c0 .25-.071.786-.268 1.357z" />
    </svg>
  );
}

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