Storybook stories for the `DotsLoaderIcon` component, covering size variants, ODS color token usage, color inheritance, and in-context card placement.
## Key Components
| Story | Description |
|---|---|
| `Default` | 24px icon inheriting text color via `currentColor` |
| `Large` | 64px icon for full-page or blocking loading states |
| `InheritsTextColor` | Demonstrates `currentColor` inheriting from a parent ODS text class |
| `OdsColors` | Showcases explicit ODS token colors (`--ods-text-primary`, `--ods-accent`, `--ods-error`, etc.) |
| `Sizes` | Full size scale from 16px to 96px |
| `InCard` | Icon centered inside an ODS-styled card for inline loading context |
## Usage Example
```typescript
import { DotsLoaderIcon } from '../components/icons-v2-generated/loaders/dots-loader-icon';
// Default — inherits surrounding text color