# `GSErrorItem.icon`

*Instance Property*

## Declaration

```swift
var icon: NSImage { get set }
```

```objc
@property (nonatomic, strong) NSImage * icon;
```

```python
icon() -> NSImage
setIcon_(icon: NSImage)
```

