Renders a YouTube SVG icon as a React component with configurable stroke color and CSS class support.
## Key Components
- **`YouTubeIconProps`** — Interface accepting optional `color` (stroke color, defaults to `'white'`) and `className` (CSS class string) props.
- **`YouTubeIcon`** — ⚠️ **Deprecated.** A 24×24 SVG icon component representing the YouTube play button shape. Migrate to `icons-v2-generated` instead.
## Usage Example
```typescript
import { YouTubeIcon } from './youtube-icon';
// Default white icon
// Custom color and class
```
> **Deprecated:** `YouTubeIcon` is marked for removal. Use the equivalent export from `icons-v2-generated` for all new development.