// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M14.832 1.529a.5.5 0 01.664.54l-.018.078-4 13a.5.5 0 01-.727.287l-.071-.05-3.462-2.895-1.864 1.865a.5.5 0 01-.846-.266l-.007-.086-.013-3.779L.702 7.401a.5.5 0 01-.032-.777l.075-.054.088-.041 14-5zm-.603 1.276L2.046 7.156l2.946 2.197 6.716-4.76c.496-.352 1.02.292.7.701l-.054.06-.066.054-6.462 4.614 4.916 4.112 3.486-11.329zM5.49 11.197l.006 1.598.796-.796-.802-.802z" />
    </svg>
  );
}

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