A deprecated SVG icon component that renders a dashed circle shape, intended to be replaced by icons from `icons-v2-generated`.
## Key Components
### `ShapeCircleDashIconProps`
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| `className` | `string` | `''` | Additional CSS classes |
| `size` | `number` | `24` | Width and height in pixels |
| `color` | `string` | `'white'` | Stroke (and fill when `full`) color |
| `full` | `boolean` | `false` | Toggles filled vs. outline rendering |
### `ShapeCircleDashIcon`
Renders a 24×24 SVG circle with a `4 2` dash pattern stroke and rounded line caps.
## Usage Example
```typescript
// Outline dashed circle (default)
// Filled dashed circle with custom size and color
```
> ⚠️ **Deprecated:** This component is marked for removal. Use the equivalent icon from `icons-v2-generated` instead.