import React from 'react'; export function GithubIcon({ className = "w-5 h-5", ...props }: React.SVGProps) { return ( ); } export function TwitterIcon({ className = "w-5 h-5", ...props }: React.SVGProps) { return ( ); }