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

function CloudReflash(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="M8.646 5.116a.502.502 0 01.704.061l1.928 2.282a.493.493 0 01.002.636l-.064.063-2.298 1.914c-.212.176-.527.149-.704-.061s-.15-.523.062-.699l1.493-1.244-.023-.002a3.508 3.508 0 00-2.496.804c-1.481 1.234-1.674 3.425-.431 4.895s3.45 1.662 4.931.428A3.452 3.452 0 0013 11.538a.5.5 0 011 .003 4.443 4.443 0 01-1.608 3.413c-1.904 1.586-4.742 1.339-6.34-.551s-1.349-4.708.555-6.294a4.502 4.502 0 013.037-1.043l-1.06-1.252a.493.493 0 01.062-.699z" />
      <path d="M4 14c-2.25-.276-4-2.184-4-4.5a4.501 4.501 0 013.006-4.246 5 5 0 019.899-1.231 3.5 3.5 0 013.09 3.286L16 7.5a.5.5 0 01-1 0 2.5 2.5 0 00-2.21-2.483l-.725-.083-.142-.716a4.002 4.002 0 00-7.924.783L4 5.103l.041.847-.704.248A3.503 3.503 0 00.999 9.501c0 1.768 1.32 3.258 3.065 3.5h1.935v1h-2z" />
    </svg>
  );
}

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