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

function UpdateRound(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 16zM5.555 6.832L8 5.202l2.445 1.63a1.001 1.001 0 001.11-1.664l-3-2a1 1 0 00-1.109 0l-3 2a1 1 0 101.11 1.664zm0 5L8 10.202l2.445 1.63a1.001 1.001 0 001.11-1.664l-3-2a1 1 0 00-1.109 0l-3 2a1 1 0 101.11 1.664z" />
    </svg>
  );
}

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