import React from "react"; import type { SVGProps } from "react"; export function MdiGithub(props: SVGProps) { return ( ); }