Is there anyway to Get-UDIcon?

Product: PowerShell Universal
Version: 3.6.2

Is there any way to get this list of icons from code?

You can use Find-UDIcon to do this.

Find-UDIcon -Name "User*"

I need the entire list, i would like Find-UDIcon -ListAll

I think this should do it.

Find-UDIcon -Name "*"