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

function CloudUpload(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.857 15.429a.597.597 0 00-.161-.411L16.41 8.732a.566.566 0 00-.411-.161.597.597 0 00-.411.161L9.32 15a.66.66 0 00-.179.429c0 .321.25.571.571.571h4v6.286c0 .304.268.571.571.571h3.429a.587.587 0 00.571-.571V16h4a.575.575 0 00.571-.571zm11.429 5.142a6.858 6.858 0 01-6.857 6.857H8c-4.411 0-8-3.589-8-8a7.978 7.978 0 014.607-7.232c-.018-.268-.036-.518-.036-.768a9.137 9.137 0 019.143-9.143 9.157 9.157 0 018.464 5.679 4.518 4.518 0 012.964-1.107 4.58 4.58 0 014.571 4.571c0 .875-.25 1.732-.732 2.464a6.872 6.872 0 015.304 6.679z" />
    </svg>
  );
}

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