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

function CloseOutline(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="M4.818 4.111l3.181 3.182 3.183-3.182a.5.5 0 01.707.707L8.706 7.999l3.183 3.183a.5.5 0 01-.707.707L7.999 8.706l-3.181 3.183a.5.5 0 01-.707-.707l3.182-3.183-3.182-3.181a.5.5 0 01.707-.707z" />
      <path d="M12.323 1.268a.5.5 0 01-.541.841 7 7 0 102.497 2.793.5.5 0 01.897-.443 8 8 0 11-2.852-3.191z" />
    </svg>
  );
}

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