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

function SendRound(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="M8 0a8 8 0 110 16A8 8 0 018 0zm5 8L5 9l-.751 3.005-.014.089a.499.499 0 00.624.516l.078-.027 7.149-3.178.136-.068c.394-.224.667-.609.751-1.05l.021-.149.006-.139zM4.694 3.375l-.082.013a.501.501 0 00-.378.517l.014.089.751 3.005 8 1-.006-.139a1.535 1.535 0 00-.772-1.198l-.136-.068-7.149-3.178a.505.505 0 00-.242-.042z" />
    </svg>
  );
}

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