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

function Unvisible(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="M16 8c-2.388 3.333-5.054 5-8 5-1.378 0-2.694-.365-3.95-1.094l.657-.777C5.767 11.713 6.864 12 8 12c2.419 0 4.662-1.303 6.753-4-1.066-1.374-2.17-2.386-3.318-3.048l.018.03a4 4 0 01-5.919 5.169l.647-.764a3 3 0 003.87-4.575l.994-1.175c1.767.765 3.418 2.219 4.954 4.364zM8 3a7.54 7.54 0 012.041.279l-.827.977a3 3 0 00-3.719 4.395l-.666.788A3.982 3.982 0 014 7.001c0-.749.206-1.449.563-2.048-1.146.662-2.251 1.674-3.317 3.048.844 1.089 1.713 1.95 2.608 2.59l-.648.765c-1.12-.815-2.189-1.934-3.207-3.355 2.388-3.333 5.054-5 8-5z" />
      <path d="M13.823 1.118a.5.5 0 00-.64-.005l-.064.063-11 13a.5.5 0 00.699.71l.064-.063 11-13a.5.5 0 00-.059-.705z" />
    </svg>
  );
}

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