### AiStatusIndicator

#### Properties

- `state` (**RequestingStateProp**) (Optional): Determines the appearance of the icon.
- `size` (**AiStatusIndicatorIconSize** 24 | 32 | 48 | 64 pixels) (Optional): Defines the size of the icon. Default value is `24`.

#### Example Usage
```jsx
<AiStatusIndicator state="requesting" size={ 32 } />
```