Save-Module Universal.Icons.Bootstrap -Path $Env:ProgramData\UniversalAutomation\Repository\Modules
The above command assumes you are running with default settings. You can also install modules from within the PowerShell Universal admin console by clicking Platform \ Modules. Click here for more information about installing PowerShell Universal modules.
0.0.5
Monday, 15 May 2023
PowerShellUniversal App Bootstrap
Ironman Software
Install-Module Universal.Icons.Bootstrap New-UDBootstrapIcon -Icon "BsFillBox2Fill"
Adjust the size of the icon.
New-UDBootstrapIcon -Icon "BsFillBox2Fill" -Size '20em'
Adjust the style of the icon.
New-UDBootstrapIcon -Icon "BsFillBox2Fill" -Style @{ backgroundColor = "red" }