import React from "react"; import { LucideProps } from "lucide-react"; export function GitHubIcon(props: LucideProps) { return ( ); }