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

function Anchor(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="M17.143 4.571c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zM32 21.143v6.286a.586.586 0 01-.357.536.888.888 0 01-.214.036.63.63 0 01-.411-.161l-1.661-1.661c-2.804 3.375-7.839 5.536-13.357 5.536S5.446 29.554 2.643 26.179L.982 27.84a.597.597 0 01-.411.161.888.888 0 01-.214-.036.585.585 0 01-.357-.536v-6.286c0-.321.25-.571.571-.571h6.286c.232 0 .446.143.536.357s.036.446-.125.625L5.482 23.34c1.607 2.161 4.696 3.732 8.232 4.214V16h-3.429a1.151 1.151 0 01-1.143-1.143v-2.286c0-.625.518-1.143 1.143-1.143h3.429V8.517a4.557 4.557 0 01-2.286-3.946C11.428 2.053 13.482 0 15.999 0s4.571 2.054 4.571 4.571a4.555 4.555 0 01-2.286 3.946v2.911h3.429c.625 0 1.143.518 1.143 1.143v2.286c0 .625-.518 1.143-1.143 1.143h-3.429v11.554c3.536-.482 6.625-2.054 8.232-4.214l-1.786-1.786c-.161-.179-.214-.411-.125-.625s.304-.357.536-.357h6.286c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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