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

function Exchange(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M32 21.143v3.429a.587.587 0 01-.571.571H6.858v3.429c0 .304-.25.571-.571.571a.656.656 0 01-.429-.179L.162 23.25a.555.555 0 01-.161-.393c0-.161.054-.304.161-.411l5.714-5.714a.597.597 0 01.411-.161c.304 0 .571.25.571.571v3.429h24.571c.304 0 .571.25.571.571zm0-9.714a.597.597 0 01-.161.411l-5.714 5.714a.597.597 0 01-.411.161.587.587 0 01-.571-.571v-3.429H.572a.587.587 0 01-.571-.571V9.715c0-.304.268-.571.571-.571h24.571V5.715c0-.321.25-.571.571-.571.161 0 .304.071.429.179l5.696 5.696a.597.597 0 01.161.411z" />
    </svg>
  );
}

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