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

function Exit(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M30.77 17.23c0 2-.393 3.911-1.175 5.73s-1.833 3.39-3.154 4.711-2.891 2.373-4.713 3.157C19.909 31.61 18 32.001 16 32.001s-3.911-.391-5.73-1.173c-1.819-.782-3.39-1.833-4.711-3.157-1.321-1.321-2.373-2.891-3.157-4.711a14.361 14.361 0 01-1.173-5.73c0-2.331.517-4.533 1.55-6.597a14.487 14.487 0 014.357-5.191c.551-.409 1.163-.571 1.835-.482s1.209.411 1.605.962c.409.537.567 1.143.473 1.817s-.411 1.216-.951 1.625c-1.257.951-2.229 2.112-2.914 3.483s-1.029 2.832-1.029 4.384c0 1.335.258 2.606.777 3.817s1.223 2.261 2.105 3.143c.885.885 1.931 1.586 3.143 2.105s2.485.779 3.817.779 2.606-.261 3.817-.779a9.94 9.94 0 003.145-2.105 9.856 9.856 0 002.105-3.145 9.594 9.594 0 00.777-3.817 9.658 9.658 0 00-1.029-4.384A9.78 9.78 0 0021.9 9.364a2.4 2.4 0 01-.953-1.625 2.324 2.324 0 01.473-1.817 2.282 2.282 0 011.616-.962 2.383 2.383 0 011.826.482c1.87 1.397 3.323 3.129 4.357 5.193s1.55 4.263 1.55 6.594l-.007.002v-.002h.007zM18.459 2.462v12.309c0 .665-.245 1.243-.731 1.733-.487.482-1.065.727-1.73.729-.665 0-1.243-.242-1.73-.729-.489-.489-.731-1.065-.731-1.733V2.462c0-.667.245-1.243.731-1.73s1.063-.731 1.73-.731 1.243.242 1.73.731.731 1.065.731 1.73z" />
    </svg>
  );
}

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