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

function OkCircle(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="M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm10.713 12.722L13.707 25.73c-.549.551-1.397.571-1.995.117-.055-.041-.119-.064-.171-.117l-7.586-7.589a1.53 1.53 0 010-2.169l1.081-1.081a1.528 1.528 0 012.167 0l5.417 5.417L23.459 9.467a1.534 1.534 0 012.169 0l1.081 1.081c.606.601.606 1.573.005 2.174z" />
    </svg>
  );
}

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