# `GSIconPreset.size`

*Instance Property*

The size.

## Declaration

```swift
var size: Int32 { get set }
```

```objc
@property (nonatomic) int size;
```

```python
size() -> int
setSize_(size: int)
```

