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

function CloudDownload(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 16.571a.564.564 0 00-.571-.571h-4V9.714a.587.587 0 00-.571-.571h-3.429a.587.587 0 00-.571.571V16h-4a.575.575 0 00-.571.571c0 .143.054.304.161.411l6.286 6.286c.107.107.25.161.411.161a.597.597 0 00.411-.161L22.681 17a.66.66 0 00.179-.429zm11.429 4a6.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(CloudDownload);
export default ForwardRef;
