How to use Expui Icons?

I’m making a plugin. I simply want to use this icon in my plugin’s UI:

How do I do it? The docs on the NewUI are not helpful.

You should not use ExpUI icons directly, they most likely will be removed or moved to the Classic UI plugin.

This icon is available under AllIcons.Profiler.Rec and automatically switches for Classic UI / New UI variants.

Please just use normal icon classes or copy the desired icon from https://intellij-icons.jetbrains.design/ to your plugin.

— Most icons are licensed under Apache 2 license. Please check SVG content for the corresponding header.

Does it make sense to mention this somewhere on the Icon site? The plugin API docs? It says AllIcons.Expui.Profiler.Rec so that’s what I typed, since that’s what you do for all the other icons.

Thanks for the tip.

Meanwhile, I fixed the selected icon footer to not mention Expui