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

function CodeFork(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.143 26.286a1.715 1.715 0 10-3.43.002 1.715 1.715 0 003.43-.002zm0-20.572a1.715 1.715 0 10-3.43.002 1.715 1.715 0 003.43-.002zM16.571 8a1.715 1.715 0 10-3.43.002A1.715 1.715 0 0016.571 8zm1.715 0a3.428 3.428 0 01-1.714 2.964c-.054 6.446-4.625 7.875-7.661 8.839-2.839.893-3.768 1.321-3.768 3.054v.464a3.428 3.428 0 011.714 2.964 3.43 3.43 0 01-6.858 0c0-1.268.696-2.375 1.714-2.964V8.678A3.428 3.428 0 01-.001 5.714a3.43 3.43 0 016.858 0 3.428 3.428 0 01-1.714 2.964v8.875c.911-.446 1.875-.75 2.75-1.018 3.321-1.054 5.214-1.839 5.25-5.571A3.428 3.428 0 0111.429 8a3.43 3.43 0 016.858 0z" />
    </svg>
  );
}

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