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

function ThumbsOUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.571 24c0-.625-.518-1.143-1.143-1.143S2.285 23.375 2.285 24s.518 1.143 1.143 1.143S4.571 24.625 4.571 24zm20.572-10.286c0-1.214-1.089-2.286-2.286-2.286h-6.286c0-2.089 1.714-3.607 1.714-5.714 0-2.089-.411-3.429-2.857-3.429-1.143 1.161-.554 3.893-2.286 5.714-.5.518-.929 1.071-1.375 1.625-.804 1.036-2.929 4.089-4.339 4.089h-.571v11.429h.571c1 0 2.643.643 3.607.982 1.964.679 4 1.304 6.107 1.304h2.161c2.018 0 3.429-.804 3.429-2.982 0-.339-.036-.679-.089-1 .75-.411 1.161-1.429 1.161-2.25a2.49 2.49 0 00-.321-1.232c.607-.571.946-1.286.946-2.125 0-.571-.25-1.411-.625-1.839.839-.018 1.339-1.625 1.339-2.286zm2.286-.018a5.26 5.26 0 01-.875 2.911c.107.393.161.821.161 1.232 0 .893-.232 1.786-.679 2.571.036.25.054.518.054.768 0 1.143-.375 2.286-1.071 3.179.036 3.375-2.268 5.357-5.571 5.357h-2.304c-2.536 0-4.893-.75-7.25-1.571-.518-.179-1.964-.714-2.464-.714H2.287a2.279 2.279 0 01-2.286-2.286V13.714a2.279 2.279 0 012.286-2.286H7.18c.696-.464 1.911-2.071 2.446-2.768a32.943 32.943 0 011.911-2.286c1.071-1.143.5-3.964 2.286-5.714.429-.411 1-.661 1.607-.661 1.857 0 3.643.661 4.518 2.393.554 1.089.625 2.125.625 3.321 0 1.25-.321 2.321-.857 3.429h3.143c2.464 0 4.571 2.089 4.571 4.554z" />
    </svg>
  );
}

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