import React from "react"; import { IconProps } from "./Icon"; export function GitHubIcon(props: IconProps) { return ; }