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

function Crosshairs(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.375 18.286h-1.946a1.151 1.151 0 01-1.143-1.143v-2.286c0-.625.518-1.143 1.143-1.143h1.946A8.032 8.032 0 0016 8.339v1.946c0 .625-.518 1.143-1.143 1.143h-2.286a1.151 1.151 0 01-1.143-1.143V8.339a8.032 8.032 0 00-5.375 5.375h1.946c.625 0 1.143.518 1.143 1.143v2.286c0 .625-.518 1.143-1.143 1.143H6.053a8.032 8.032 0 005.375 5.375v-1.946c0-.625.518-1.143 1.143-1.143h2.286c.625 0 1.143.518 1.143 1.143v1.946a8.032 8.032 0 005.375-5.375zm6.054-3.429v2.286c0 .625-.518 1.143-1.143 1.143h-2.554A10.294 10.294 0 0116 26.018v2.554c0 .625-.518 1.143-1.143 1.143h-2.286a1.151 1.151 0 01-1.143-1.143v-2.554a10.294 10.294 0 01-7.732-7.732H1.142a1.151 1.151 0 01-1.143-1.143v-2.286c0-.625.518-1.143 1.143-1.143h2.554a10.294 10.294 0 017.732-7.732V3.428c0-.625.518-1.143 1.143-1.143h2.286c.625 0 1.143.518 1.143 1.143v2.554a10.294 10.294 0 017.732 7.732h2.554c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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