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

function Ra(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M.339 15.607C.518 10.5 3.125 5.786 7.857 2.678c.018 0 .125-.036.071.054-.375.357-7.179 8.375-.911 14.607 3.214 3.196 5.804.161 5.804.161 2.482-3.232-.036-8.125-.036-8.125-.643-1.607-2.946-2.589-2.946-2.589l1.857-2.054c1.571.679 2.786 2.5 2.786 2.5.054-1.911-1.411-3.964-1.411-3.964L15.946 0l2.857 3.232c-1.321 1.857-1.411 4.036-1.411 4.036.893-1.482 2.804-2.536 2.804-2.536l1.839 2.054c-1.768.571-2.929 2.571-2.929 2.571-1.018 1.839-1.75 5.768.036 8.214 2.089 2.875 5.661-.179 5.661-.179 6.625-5.929-.679-14.518-.679-14.518-.393-.357.054-.179.054-.179 3.232 2.357 7.393 5.446 7.5 13.214.125 9.393-6.446 16.089-15.643 16.089-8.982 0-15.964-7.5-15.696-16.393z" />
    </svg>
  );
}

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