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

function HandshakeO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M3.429 20.571c1.5 0 1.5-2.286 0-2.286s-1.5 2.286 0 2.286zm26.303-1.035c-1.411-1.839-2.786-3.714-4.393-5.393l-2.232 2.5c-1.964 2.232-5.482 2.179-7.393-.107-1.357-1.643-1.357-4 .036-5.625l3.161-3.679c-1.107-.571-2.446-.375-3.643-.375a4.002 4.002 0 00-2.821 1.179l-2.821 2.821H6.858v9.714c.786 0 1.5-.107 2.125.5l5.304 5.214c1.089 1.054 2.5 1.982 4.054 1.982.804 0 1.661-.268 2.232-.839 1.339.464 2.893-.286 3.304-1.661a2.873 2.873 0 002.268-.786c.411-.375.946-1.125.893-1.714.161.161.554.179.768.179 2.125 0 3.232-2.232 1.929-3.911zm2.839 1.035h1.714v-9.143h-1.661L29.82 8.214a4.048 4.048 0 00-3.018-1.357H23.82c-1 0-1.964.446-2.607 1.196l-3.732 4.339a2.08 2.08 0 00-.018 2.679c1.018 1.214 2.893 1.232 3.946.054l3.446-3.893c.821-.911 2.321-.054 1.946 1.107.679.786 1.411 1.554 2.071 2.339.893 1.107 1.75 2.268 2.625 3.393.554.714.964 1.571 1.071 2.5zm5.143 0c1.5 0 1.5-2.286 0-2.286s-1.5 2.286 0 2.286zm3.429-10.285v11.429c0 .625-.518 1.143-1.143 1.143h-7.75c-.643 1.554-2.054 2.589-3.696 2.821-.768 1.125-1.946 1.982-3.268 2.268-.982 1.25-2.571 2-4.161 1.893-2.946 1.661-6.268.214-8.464-1.946l-5.125-5.036H1.143A1.151 1.151 0 010 21.715v-12c0-.625.518-1.143 1.143-1.143h7.518c2.071-2.071 3.5-4 6.607-4h2.089c1.161 0 2.286.357 3.232 1 .946-.643 2.071-1 3.232-1h2.982c3.393 0 4.804 2.214 6.857 4.571h6.339c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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