A deprecated React component that renders a Facebook SVG icon with configurable color and className props. ## Key Components - **`FacebookIcon`** — Named export rendering a 24×24 Facebook SVG icon - **`FacebookIconProps`** — Interface defining optional `color` (default: `'white'`) and `className` props > ⚠️ **Deprecated:** Use icons from `icons-v2-generated` instead. ## Usage Example ```typescript import { FacebookIcon } from './facebook-icon'; // Default white icon // Custom color with Tailwind class ```