Wrapper of bootstrap icons for yew framework.
First add this to Cargo.toml:
```toml
[dependencies]
zuicon-bs = "0.3"
```
Then import specific icons in yew components, like:
```rust
use zuicon_bs::{Mailbox, Map};
```
This library is release in [LGPL-3.0](LICENSE).