A React SVG component that renders the Miami Cyber Gang logo (face only variant) as a scalable vector graphic. ## Key Components ### `MiamiCyberGangLogoFaceOnly` **Status:** `@deprecated` — Use icons from `icons-v2-generated` instead. A functional React component rendering an SVG logo with configurable size and color theming via CSS custom properties or direct hex values. ### Props — `MiamiCyberGangLogoFaceOnlyProps` | Prop | Type | Default | Description | |------|------|---------|-------------| | `size` | `number` | `64` | Width and height of the SVG in pixels | | `originalPink` | `string` | `var(--ods-accent, #F357BB)` | Accent color for primary logo elements | | `originalWhite` | `string` | `var(--ods-text-on-accent, #FAFAFA)` | Color for text and detail elements | | `className` | `string` | `''` | Additional CSS classes for the SVG element | ## Usage Example ```typescript import { MiamiCyberGangLogoFaceOnly } from './miami-cyber-gang-logo-face-only'; // Default usage // Custom size and colors ``` > **⚠️ Deprecated:** This component is no longer recommended. Migrate to the equivalent icon from `icons-v2-generated`.