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

function Cloud(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="M34.286 20.571a6.858 6.858 0 01-6.857 6.857H8c-4.411 0-8-3.589-8-8a7.993 7.993 0 014.607-7.232c-.018-.25-.036-.518-.036-.768a9.137 9.137 0 019.143-9.143c3.821 0 7.089 2.339 8.464 5.679a4.439 4.439 0 012.964-1.107 4.58 4.58 0 014.571 4.571 4.49 4.49 0 01-.732 2.464c3.036.714 5.304 3.429 5.304 6.679z" />
    </svg>
  );
}

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