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

function RunningRound(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 16A8 8 0 118 0a8 8 0 010 16zm.793-6.207a.999.999 0 101.414 1.414l2.5-2.5a.999.999 0 000-1.414l-2.5-2.5a.999.999 0 10-1.414 1.414L10.586 8 8.793 9.793zM5.586 8L3.793 9.793a.999.999 0 101.414 1.414l2.5-2.5a.999.999 0 000-1.414l-2.5-2.5a.999.999 0 10-1.414 1.414L5.586 8z" />
    </svg>
  );
}

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