Install

Install-Module Universal.Icons.Bootstrap
Version

0.0.5

Last Updated

Monday, 15 May 2023

Tags

PowerShellUniversal App Bootstrap

Author

Ironman Software

Bootstrap Icons

Install-Module Universal.Icons.Bootstrap
New-UDBootstrapIcon -Icon "BsFillBox2Fill"

Size

Adjust the size of the icon.

New-UDBootstrapIcon -Icon "BsFillBox2Fill" -Size '20em'

Styling

Adjust the style of the icon.

New-UDBootstrapIcon -Icon "BsFillBox2Fill" -Style @{
    backgroundColor = "red"
}