# About
[](https://crates.io/crates/dioxus-icons-box)

[](https://docs.rs/dioxus-icons-box)


[Box icons](https://github.com/box-icons/boxicons) for dioxus framework
- [Document](https://docs.rs/dioxus-icons-box)
## Example
First add to dependencies:
```toml
[dependencies]
dioxus-icons-box = { "0.2" }
```
Then use svg icon component container and icon paths
```rust
use dioxus::prelude::*;
use dioxus_icons_box::Icon;
use dioxus_icons_box::logos::BxlAdobe;
#[comonent]
fn page() -> Element {
rsx!{
h1 { "Using box icons" }
Icon {
icon: BxlAdobe
}
}
}
```
## License
This project is licensed under the Apache-2.0 license.
## Icon license
[Box Icons](https://github.com/box-icons/boxicons)|[MIT License](https://github.com/box-icons/boxicons/blob/main/LICENSE)|[2.1.4](https://github.com/box-icons/boxicons/commit/9ffa9136e8681886bb7bd2145cd4098717ce1c11)