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

function Edge(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M1.232 14.196h.018C2.179 6.803 7.232-.018 16.268 0c5.482 0 10 2.571 12.643 7.304 1.357 2.446 1.857 5.054 1.857 7.893v3.357H10.679c.089 8.286 12.179 8 17.393 4.357v6.732c-3.054 1.839-9.946 3.429-15.321 1.375-4.554-1.75-7.732-6.482-7.786-11.089-.071-5.946 2.946-9.893 7.786-12.143-1.018 1.286-1.804 2.679-2.214 5.089h11.339c.661-6.768-6.411-6.768-6.411-6.768-6.679.232-11.5 4.125-14.232 8.089z" />
    </svg>
  );
}

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