Adding icon library as a dependency
Run this command in a terminal, in your project's directory:
cargo add icon
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
icon = "0.2.0"
The icon library will be automatically available globally.
Read the icon library documentation.