MCPcopy Create free account
hub / github.com/cursor/community-plugins / GithubIcon

Function GithubIcon

apps/cursor/src/components/icons/github-icon.tsx:3–16  ·  view source on GitHub ↗
({ className, ...props }: SVGProps<SVGSVGElement>)

Source from the content-addressed store, hash-verified

1import type { SVGProps } from "react";
2
3export function GithubIcon({ className, ...props }: SVGProps<SVGSVGElement>) {
4 return (
5 <svg
6 xmlns="http://www.w3.org/2000/svg"
7 viewBox="0 0 24 24"
8 fill="currentColor"
9 aria-hidden="true"
10 className={className}
11 {...props}
12 >
13 <path d="M12 .5C5.73.5.75 5.48.75 11.75c0 4.97 3.22 9.18 7.69 10.67.56.1.77-.24.77-.54 0-.27-.01-1.15-.02-2.08-3.13.68-3.79-1.34-3.79-1.34-.51-1.3-1.25-1.65-1.25-1.65-1.02-.7.08-.68.08-.68 1.13.08 1.73 1.16 1.73 1.16 1 1.72 2.63 1.22 3.27.94.1-.73.39-1.22.71-1.5-2.5-.28-5.13-1.25-5.13-5.56 0-1.23.44-2.23 1.16-3.02-.12-.28-.5-1.43.11-2.98 0 0 .94-.3 3.08 1.15a10.7 10.7 0 0 1 5.61 0c2.14-1.45 3.08-1.15 3.08-1.15.61 1.55.23 2.7.11 2.98.72.79 1.16 1.79 1.16 3.02 0 4.32-2.63 5.28-5.14 5.55.4.34.76 1.02.76 2.05 0 1.48-.01 2.67-.01 3.03 0 .3.2.65.78.54 4.46-1.49 7.68-5.7 7.68-10.67C23.25 5.48 18.27.5 12 .5z" />
14 </svg>
15 );
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected