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

function Upload(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.857 26.286c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm4.572 0c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm2.285-4V28c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 28v-5.714c0-.946.768-1.714 1.714-1.714h7.625c.482 1.321 1.75 2.286 3.232 2.286h4.571c1.482 0 2.75-.964 3.232-2.286h7.625c.946 0 1.714.768 1.714 1.714zm-5.803-11.572a1.144 1.144 0 01-1.054.714h-4.571v8c0 .625-.518 1.143-1.143 1.143h-4.571a1.151 1.151 0 01-1.143-1.143v-8H6.858c-.464 0-.875-.286-1.054-.714a1.1 1.1 0 01.25-1.232l8-8c.214-.232.518-.339.804-.339s.589.107.804.339l8 8a1.1 1.1 0 01.25 1.232z" />
    </svg>
  );
}

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