+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "IconSize"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## IconSize type
### IconSize type
Signature
```typescript
export declare type IconSize = ComponentSize | 'xl' | 'xxl' | 'xxxl';
```
Import
```typescript
import { IconSize } from '@grafana/ui';
```