zuicon-bs 0.3.1

Wrapper of bootstrap icons for yew framework
Documentation

# About
Wrapper of bootstrap icons for yew framework.

## How to use

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};
```

## License

This library is release in [LGPL-3.0](LICENSE).