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

function Scatter(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="M11.5 2a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 1a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm-9 10a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 012.5 13zm0 1a.5.5 0 100 1 .5.5 0 000-1zm11-3.5a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm0 1a1.5 1.5 0 10.001 3.001A1.5 1.5 0 0013.5 11.5zM4 6a2 2 0 11.001 3.999A2 2 0 014 6zm0 1a1 1 0 100 2 1 1 0 000-2zm3.5 4a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 017.5 11zm0 1a.5.5 0 100 1 .5.5 0 000-1zm-6-10a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 011.5 2zm0 1a.5.5 0 100 1 .5.5 0 000-1zm5-3a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 016.5 0zm0 1a.5.5 0 100 1 .5.5 0 000-1z" />
    </svg>
  );
}

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