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

function AbTest(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="M3.5 15a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm0 1a3.5 3.5 0 110-7 3.5 3.5 0 010 7z" />
      <path d="M5 12.5a1.5 1.5 0 11-3.001-.001A1.5 1.5 0 015 12.5zM12.5 6a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm0 1a3.5 3.5 0 110-7 3.5 3.5 0 010 7z" />
      <path d="M5.854 10.854l-.708-.708 5-5 .708.708z" />
    </svg>
  );
}

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