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

function GithubAlt(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.429 21.714c0 1.304-.679 3.429-2.286 3.429s-2.286-2.125-2.286-3.429.679-3.429 2.286-3.429 2.286 2.125 2.286 3.429zm11.428 0c0 1.304-.679 3.429-2.286 3.429s-2.286-2.125-2.286-3.429.679-3.429 2.286-3.429 2.286 2.125 2.286 3.429zm2.857 0c0-2.732-1.661-5.143-4.571-5.143-1.179 0-2.304.214-3.482.375-.929.143-1.857.196-2.804.196s-1.875-.054-2.804-.196c-1.161-.161-2.304-.375-3.482-.375C5.66 16.571 4 18.982 4 21.714c0 5.464 5 6.304 9.357 6.304h3c4.357 0 9.357-.839 9.357-6.304zm4-3.143c0 1.982-.196 4.089-1.089 5.911-2.357 4.768-8.839 5.232-13.482 5.232-4.714 0-11.589-.411-14.036-5.232C.196 22.678 0 20.553 0 18.571 0 15.964.714 13.5 2.429 11.5a9.822 9.822 0 01-.482-3.036c0-1.339.304-2.679.911-3.893 2.821 0 4.625 1.232 6.768 2.911a23.863 23.863 0 015.518-.625c1.679 0 3.375.179 5 .571 2.125-1.661 3.929-2.857 6.714-2.857a8.717 8.717 0 01.911 3.893 9.515 9.515 0 01-.482 3c1.714 2.018 2.429 4.5 2.429 7.107z" />
    </svg>
  );
}

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