```ts
function isValidIconName(iconName): iconName is keyof IconCollection;
```

## Parameters

| Parameter | Type |
| ------ | ------ |
| `iconName` | `string` |

## Returns

`iconName is keyof IconCollection`
