Renders a donut/ring SVG icon with a configurable color and CSS class. **Deprecated** — new code should use icons from `icons-v2-generated` instead. ## Key Components - **`DonutIcon`** — A React functional component that returns a 24×24 SVG donut icon. | Prop | Type | Default | Description | |------|------|---------|-------------| | `className` | `string` | `''` | Additional CSS classes applied to the `` element | | `color` | `string` | `'white'` | Fill color for all SVG paths | ## Usage Example ```typescript // Basic usage // Custom color and class ``` > ⚠️ **Deprecated:** This icon is marked for removal. Use the equivalent icon from `icons-v2-generated` in new code.