dioxus-icons-box 0.2.2

Box icons for dioxus framework
Documentation

# About

[![Latest version](https://img.shields.io/crates/v/dioxus-icons-box.svg)](https://crates.io/crates/dioxus-icons-box)
![Build status](https://github.com/RustVis/zu-icons/actions/workflows/ci.yml/badge.svg)
[![Documentation](https://docs.rs/dioxus-icons-box/badge.svg)](https://docs.rs/dioxus-icons-box)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.88+-green.svg)
![License](https://img.shields.io/crates/l/dioxus-icons-box.svg)

[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

Icon Library|License|Version
---|---|---
[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