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

function ThumbsUp(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 24c0-.625-.518-1.143-1.143-1.143A1.14 1.14 0 002.285 24c0 .643.5 1.143 1.143 1.143.625 0 1.143-.5 1.143-1.143zm2.858-9.143v11.429c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 26.286V14.857c0-.625.518-1.143 1.143-1.143h5.143c.625 0 1.143.518 1.143 1.143zm21.142 0c0 .946-.375 1.964-.982 2.661.196.571.268 1.107.268 1.357a3.768 3.768 0 01-.768 2.446 3.783 3.783 0 010 2.089c-.179.661-.518 1.25-.964 1.679.107 1.339-.196 2.429-.875 3.232-.768.911-1.946 1.375-3.518 1.393h-2.304c-2.554 0-4.964-.839-6.893-1.5-1.125-.393-2.196-.768-2.821-.786-.607-.018-1.143-.518-1.143-1.143V14.839c0-.589.5-1.089 1.089-1.143.661-.054 2.375-2.179 3.161-3.214.643-.821 1.25-1.589 1.804-2.143.696-.696.893-1.768 1.107-2.804.196-1.054.411-2.161 1.179-2.911.214-.214.5-.339.804-.339 4 0 4 3.196 4 4.571 0 1.464-.518 2.5-1 3.429-.196.393-.375.571-.518 1.143h4.946c1.857 0 3.429 1.571 3.429 3.429z" />
    </svg>
  );
}

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