UserVisibleProfile
class UserVisibleProfile(val id: String, val name: @Composable () -> String, val icon: @Composable () -> Painter)
id is used as the persistence key for this profile's overrides.
id is used as the persistence key for this profile's overrides.