A React component that renders the Reddit logo as an SVG icon with customizable appearance variants and styling options. ## Key Components - **RedditIcon**: Main functional component that renders the Reddit mascot/logo - **RedditIconProps**: TypeScript interface defining component properties - **variant**: Color scheme selector supporting 'original' (orange), 'grayscale', and 'white' variants - **Responsive sizing**: Configurable width/height with default 24px dimensions ## Usage Example ```typescript import { RedditIcon } from './reddit-icon' // Basic usage with default grayscale variant // Custom size and original Reddit orange color // White variant with custom styling // Large icon for headers ``` The component uses a 256x256 viewBox SVG path that scales cleanly at any size, making it suitable for buttons, navigation elements, social media links, or anywhere the Reddit brand needs to be displayed.