Developer Tools - Test an Icon (how with f7, material etc

Hi All

I see there is a “new” debug" Tab on the Developer Tools.

Once of the options is “Test an icon fetch to check the different implementations”

This works for the OH icons, but I cannot work out the syntax for the external icons?

I would have thought the syntax would be f7:alarm but that does not work?

I also could not find any documentation?

Thanks
Mark

This is only for OH icons. Not only can you enter an icon name such as lightbulb but you can use the name-state syntax to test the dynamic versions, e.g., lightbulb-off. Useful if you are creating custom icons with dynamic states.

Thanks Justin.

I misunderstood “Test an icon fetch to check the different implementations” to mean the different icon implementations.

Appreciate the clarification.