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

function Close(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M7 6.136l4.457-4.457a.61.61 0 11.864.864L7.864 7l4.457 4.457a.61.61 0 11-.864.864L7 7.864l-4.457 4.457a.61.61 0 11-.864-.864L6.136 7 1.679 2.543a.61.61 0 11.864-.864L7 6.136z" />
    </svg>
  );
}

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