'use client'; import React from 'react'; const githubLogoLight: React.FC> = ({ className, ...props }) => ( ); export default githubLogoLight;