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

function FileUpload(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="M9.586 0a1 1 0 01.608.206l.099.087L14 4a1 1 0 01-1 1H9.5a.5.5 0 01-.5-.5V1H3a1 1 0 00-.993.883L2 2v12a1 1 0 00.883.993L3 15h9a1 1 0 00.993-.883L13 14V7.5a.5.5 0 01.992-.09L14 7.5V14a2.001 2.001 0 01-1.851 1.995L12 16H3a2.001 2.001 0 01-1.995-1.851L1 14V2C1 .946 1.816.082 2.851.005L3 0h6.586zM10 1.415V4h2.585L10 1.415z" />
      <path d="M7.5 6h.012l.031.002a.374.374 0 01.035.004l.012.002.016.003a.41.41 0 01.05.014l.018.006.013.005.02.009.024.012a.397.397 0 01.07.044.31.31 0 01.039.033l.012.012 2.5 2.5a.5.5 0 01-.707.707L7.999 7.706v3.793a.5.5 0 01-1 0V7.705L5.353 9.353a.5.5 0 01-.707-.707l2.512-2.512a.4.4 0 01.039-.033l-.051.045a.471.471 0 01.122-.089l.024-.012.02-.009a.07.07 0 01.013-.005l.018-.006a.73.73 0 01.05-.014l.016-.003.012-.002.035-.004L7.487 6h.011z" />
    </svg>
  );
}

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