A deprecated SVG icon component representing a "Community Hub" concept, rendered as a group/people symbol with configurable dimensions and color. ## Key Components ### `CommunityHubIconProps` | Prop | Type | Default | Description | |------|------|---------|-------------| | `color` | `string` | `'white'` | SVG fill color | | `className` | `string` | `''` | Additional CSS classes | | `width` | `number` | `19` | Icon width in pixels | | `height` | `number` | `16` | Icon height in pixels | ### `CommunityHubIcon` A functional React component that renders a 19×16 SVG icon. Marked as **deprecated** — use the `icons-v2-generated` package instead. ## Usage Example ```typescript import { CommunityHubIcon } from './community-hub-icon'; // Default usage // Custom color and size ``` > **⚠️ Deprecated:** This component is no longer maintained. Migrate to the equivalent icon from `icons-v2-generated` to ensure compatibility with future updates.