<div class='sourceset sourceset-android'>Android</div>

```kotlin
data class ImageVectorEntry(val imageVector: ImageVector, val configFlags: Int)
```

Tuple that contains the [ImageVector](/jetpack-compose/androidx.compose.ui/ui/classes/ImageVector) as well as the corresponding configuration flags that
the [ImageVector](/jetpack-compose/androidx.compose.ui/ui/classes/ImageVector) depends on. That is if there is a configuration change that updates the
parameters in the flag, this vector should be regenerated from the current configuration