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

function Github(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="M13.714 2.286c7.571 0 13.714 6.143 13.714 13.714 0 6.054-3.929 11.196-9.375 13.018-.696.125-.946-.304-.946-.661 0-.446.018-1.929.018-3.768 0-1.286-.429-2.107-.929-2.536 3.054-.339 6.268-1.5 6.268-6.768 0-1.5-.536-2.714-1.411-3.679.143-.357.607-1.75-.143-3.643-1.143-.357-3.768 1.411-3.768 1.411a12.895 12.895 0 00-6.858 0S7.659 7.606 6.516 7.963c-.75 1.893-.286 3.286-.143 3.643-.875.964-1.411 2.179-1.411 3.679 0 5.25 3.196 6.429 6.25 6.768-.393.357-.75.964-.875 1.839-.786.357-2.786.964-3.982-1.143-.75-1.304-2.107-1.411-2.107-1.411-1.339-.018-.089.839-.089.839.893.411 1.518 2 1.518 2 .804 2.446 4.625 1.625 4.625 1.625 0 1.143.018 2.214.018 2.554 0 .357-.25.786-.946.661-5.446-1.821-9.375-6.964-9.375-13.018 0-7.571 6.143-13.714 13.714-13.714zM5.196 21.982c.036-.071-.018-.161-.125-.214-.107-.036-.196-.018-.232.036-.036.071.018.161.125.214.089.054.196.036.232-.036zm.554.607c.071-.054.054-.179-.036-.286-.089-.089-.214-.125-.286-.054-.071.054-.054.179.036.286.089.089.214.125.286.054zm.536.804c.089-.071.089-.214 0-.339-.071-.125-.214-.179-.304-.107-.089.054-.089.196 0 .321s.232.179.304.125zm.75.75c.071-.071.036-.232-.071-.339-.125-.125-.286-.143-.357-.054-.089.071-.054.232.071.339.125.125.286.143.357.054zm1.018.446c.036-.107-.071-.232-.232-.286-.143-.036-.304.018-.339.125s.071.232.232.268c.143.054.304 0 .339-.107zm1.125.09c0-.125-.143-.214-.304-.196-.161 0-.286.089-.286.196 0 .125.125.214.304.196.161 0 .286-.089.286-.196zm1.035-.179c-.018-.107-.161-.179-.321-.161-.161.036-.268.143-.25.268.018.107.161.179.321.143s.268-.143.25-.25z" />
    </svg>
  );
}

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