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

function Reload(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="M10.5 5a.5.5 0 010-1h2.691a6.5 6.5 0 10.647 8.21.5.5 0 01.821.571 7.5 7.5 0 11-.658-9.379L14 .5a.5.5 0 011 0v4a.5.5 0 01-.41.492L14.5 5h-4z" />
    </svg>
  );
}

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