A React SVG component that renders the official Google logo with proper brand colors and scalable vector graphics. ## Key Components - **GoogleLogo**: Main export component that renders the Google "G" logo as an SVG - **Props Interface**: Extends `React.SVGProps` with optional `className` for styling flexibility - **Brand Colors**: Uses official Google brand colors (#4285F4, #34A853, #FBBC05, #EB4335) ## Usage Example ```typescript import { GoogleLogo } from './google-logo'; // Basic usage // With custom styling // With additional SVG props handleGoogleAuth()} /> // In a button component ``` The component is fully customizable through standard SVG props while maintaining the authentic Google brand appearance. The default size is 24x24 pixels with a clean, scalable design suitable for authentication buttons, branding elements, and UI components.