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

function ExternalLinkSquare(
  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="M22.857 16.571V8c0-.625-.518-1.143-1.143-1.143h-8.571c-.464 0-.875.286-1.054.696-.179.429-.089.929.25 1.25l2.571 2.571-9.536 9.536a1.132 1.132 0 000 1.607l1.821 1.821a1.132 1.132 0 001.607 0l9.536-9.536 2.571 2.571c.214.232.5.339.804.339.143 0 .304-.036.446-.089.411-.179.696-.589.696-1.054zm4.572-9.142v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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