// 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 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.371 10.27a5.688 5.688 0 11-.222-6.021l.724-.491a6.563 6.563 0 10.256 6.949l-.758-.437z" />
      <path d="M12.688 0c.242 0 .438.196.438.438v3.5a.438.438 0 11-.876 0v-3.5c0-.242.196-.438.438-.438z" />
      <path d="M9.188 3.5h3.5a.438.438 0 110 .876h-3.5a.438.438 0 110-.876z" />
    </svg>
  );
}

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