# `GSIconPreset.fileName`

*Instance Property*

The fileName.

## Declaration

```swift
var fileName: String { get set }
```

```objc
@property (nonatomic, strong) NSString * fileName;
```

```python
fileName() -> str
setFileName_(fileName: str)
```

