MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / GitHubIcon

Function GitHubIcon

apps/baseai.dev/src/components/icons/GitHubIcon.tsx:1–16  ·  view source on GitHub ↗
(props: React.ComponentPropsWithoutRef<'svg'>)

Source from the content-addressed store, hash-verified

1export function GitHubIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
2 return (
3 <svg
4 {...props}
5 aria-hidden="true"
6 viewBox="0 0 23 23"
7 fill="none"
8 xmlns="http://www.w3.org/2000/svg"
9 >
10 <path
11 d="M11.5 0C9.9898 0 8.49438 0.304841 7.09914 0.897119C5.7039 1.4894 4.43615 2.35751 3.36827 3.4519C1.2116 5.66211 0 8.6598 0 11.7855C0 16.9947 3.3005 21.4143 7.866 22.9817C8.441 23.076 8.625 22.7107 8.625 22.3925V20.4007C5.4395 21.1078 4.761 18.8215 4.761 18.8215C4.232 17.4543 3.4845 17.089 3.4845 17.089C2.438 16.3583 3.565 16.3819 3.565 16.3819C4.715 16.4644 5.3245 17.5958 5.3245 17.5958C6.325 19.3872 8.0155 18.8568 8.671 18.574C8.7745 17.8079 9.0735 17.2893 9.3955 16.9947C6.8425 16.7001 4.163 15.6865 4.163 11.1962C4.163 9.88804 4.6 8.83913 5.3475 8.00236C5.2325 7.70772 4.83 6.48203 5.4625 4.89099C5.4625 4.89099 6.4285 4.57278 8.625 6.09311C9.5335 5.83383 10.5225 5.70419 11.5 5.70419C12.4775 5.70419 13.4665 5.83383 14.375 6.09311C16.5715 4.57278 17.5375 4.89099 17.5375 4.89099C18.17 6.48203 17.7675 7.70772 17.6525 8.00236C18.4 8.83913 18.837 9.88804 18.837 11.1962C18.837 15.6983 16.146 16.6883 13.5815 16.9829C13.9955 17.3483 14.375 18.0672 14.375 19.1632V22.3925C14.375 22.7107 14.559 23.0878 15.1455 22.9817C19.711 21.4025 23 16.9947 23 11.7855C23 10.2378 22.7025 8.70527 22.1246 7.27539C21.5467 5.84551 20.6996 4.54628 19.6317 3.4519C18.5639 2.35751 17.2961 1.4894 15.9009 0.897119C14.5056 0.304841 13.0102 0 11.5 0Z"
12 fill="currentColor"
13 />
14 </svg>
15 );
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected