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

function SwitchCoordinates(
  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 1a.5.5 0 01.5.5V12h11.5a.5.5 0 010 1h-12a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5zM.5 11h1a.5.5 0 010 1h-1a.5.5 0 010-1zM.5 8h1a.5.5 0 010 1h-1a.5.5 0 010-1zM.5 5h1a.5.5 0 010 1h-1a.5.5 0 010-1zM.5 2h1a.5.5 0 010 1h-1a.5.5 0 010-1zM5.5 14h1a.5.5 0 010 1h-1a.5.5 0 010-1zM9.5 14h1a.5.5 0 010 1h-1a.5.5 0 010-1zM13.5 14h1a.5.5 0 010 1h-1a.5.5 0 010-1z" />
      <path d="M6.089 3.216l.058-.069 2-2a.5.5 0 01.765.638l-.058.069L7.706 3H11.5a1.5 1.5 0 011.493 1.356L13 4.5v3.794l1.146-1.148a.5.5 0 01.638-.058l.069.058a.5.5 0 01.058.638l-.058.069-2 2a.5.5 0 01-.638.058l-.069-.058-2-2a.5.5 0 01.638-.765l.069.058 1.146 1.148V4.5a.5.5 0 00-.41-.492L11.499 4H7.705l1.148 1.146a.5.5 0 01.058.638l-.058.069a.5.5 0 01-.638.058l-.069-.058-2-2a.5.5 0 01-.058-.638z" />
    </svg>
  );
}

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