// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.146 5.146a.5.5 0 01.707 0l3 3 .063.077a.502.502 0 01-.057.624l-2.9 3-.068.059a.5.5 0 01-.639-.047l-.059-.068a.5.5 0 01.047-.639L14.319 9h-9.82a.5.5 0 010-1h9.793l-2.147-2.146-.058-.069a.5.5 0 01.058-.638z" />
      <path d="M9 1a1 1 0 01.993.883L10 2v3.5a.5.5 0 01-1 0V2H1v13h8v-3.5a.5.5 0 01.41-.492L9.5 11a.5.5 0 01.5.5V15a1 1 0 01-.883.993L9 16H1a1 1 0 01-1-1V2a1 1 0 01.883-.993L1 1h8z" />
    </svg>
  );
}

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