In the new-gen explorer beta, the icons for NumberValues, StringValues, ObjectValues, etc. do not have an icon.
Typing game.StudioService:GetClassIcon("StringValue")
into the console gives me
{
["Image"] = "rbxasset://studio_svg_textures/Shared/InsertableObjects/Dark/Standard/StringValue.png",
["ImageRectOffset"] = 0, 0,
["ImageRectSize"] = 16, 16
}
and in the files, no such StringValue.png
exists. Only Value.png
Expected behavior
Something of note: I use a custom icon pack for the old explorer for readability reasons- which I do not expect for the icons for it to carry over to the beta- but I very much do expect an icon to still appear for things.
I’m fairly certain the custom icon set is directly related so I’m mentioning it here, but I figured I’d leave the report open-ended.