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

function OffExport(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="M10.307 7l.164.005a2.563 2.563 0 012.183 1.548l.065.166.007.02.192.007a2.882 2.882 0 011.956.971.5.5 0 11-.749.663 1.882 1.882 0 00-1.706-.619.5.5 0 01-.571-.419A1.568 1.568 0 0010.307 8c-.86 0-1.56.709-1.56 1.587 0 .09.007.18.022.267a.5.5 0 01-.429.578l-.085.004-.029-.001-.151.005C6.925 10.521 6 11.508 6 12.718c0 1.262 1.007 2.283 2.247 2.283a.5.5 0 010 1c-1.733 0-3.146-1.371-3.242-3.096L5 12.719l.005-.186a3.275 3.275 0 012.514-3.014l.183-.037.048-.008.002-.05C7.835 8.073 8.946 7 10.307 7zm3.547 4.146l2 2a.5.5 0 010 .707l-2 2a.5.5 0 01-.707-.707l1.147-1.147L9.501 14a.5.5 0 010-1l4.792-.001-1.146-1.145a.5.5 0 01.707-.707zM4.462 1.833a.5.5 0 01-.247.663A5.5 5.5 0 001 7.501a5.49 5.49 0 002.306 4.478.5.5 0 11-.582.814A6.5 6.5 0 013.799 1.587a.5.5 0 01.663.247zm4.754-.24A6.515 6.515 0 0112.8 5.895a.5.5 0 01-.969.247 5.514 5.514 0 00-3.033-3.64.5.5 0 11.418-.908zM6.5 0a.5.5 0 01.5.5v4a.5.5 0 01-1 0v-4a.5.5 0 01.5-.5z" />
    </svg>
  );
}

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