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

function Send(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="M31.5.196c.375.268.554.696.482 1.143l-4.571 27.429a1.152 1.152 0 01-.571.804 1.164 1.164 0 01-.554.143c-.143 0-.286-.036-.429-.089l-8.089-3.304-4.321 5.268a1.109 1.109 0 01-.875.411c-.125 0-.268-.018-.393-.071a1.14 1.14 0 01-.75-1.071v-6.232L26.858 5.716 7.769 22.234.715 19.341a1.13 1.13 0 01-.714-.982 1.154 1.154 0 01.571-1.054L30.286.162a1.11 1.11 0 01.571-.161c.232 0 .464.071.643.196z" />
    </svg>
  );
}

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