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