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

function TimesCircle(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="M20.518 20.036c0-.304-.125-.589-.339-.804L16.947 16l3.232-3.232c.214-.214.339-.5.339-.804s-.125-.607-.339-.821l-1.607-1.607a1.14 1.14 0 00-1.625 0l-3.232 3.232-3.232-3.232c-.214-.214-.5-.339-.804-.339s-.607.125-.821.339l-1.607 1.607a1.14 1.14 0 000 1.625L10.483 16l-3.232 3.232c-.214.214-.339.5-.339.804s.125.607.339.821l1.607 1.607a1.14 1.14 0 001.625 0l3.232-3.232 3.232 3.232c.214.214.5.339.804.339s.607-.125.821-.339l1.607-1.607c.214-.214.339-.518.339-.821zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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