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

function Export(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="M4 15c-2.25-.276-4-2.184-4-4.5a4.501 4.501 0 013.006-4.246 5 5 0 019.899-1.231 3.5 3.5 0 013.09 3.286L16 8.5a.5.5 0 01-1 0 2.5 2.5 0 00-2.21-2.483l-.725-.083-.142-.716a4.002 4.002 0 00-7.924.783L4 6.103l.041.847-.704.248a3.503 3.503 0 00-2.338 3.303c0 1.768 1.32 3.258 3.065 3.5h1.435a.5.5 0 010 1h-1.5z" />
      <path d="M11.854 8.146l3 3a.5.5 0 010 .707l-3 3a.5.5 0 01-.707-.707L13.293 12H6.501a.5.5 0 010-1h6.793l-2.147-2.146a.5.5 0 01.707-.707z" />
    </svg>
  );
}

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