dioxus-icons-oct 0.2.1

Octicons for dioxus framework
Documentation

About

Latest version Build status Documentation Minimum rustc version License

Octicons for dioxus framework

Example

First add to dependencies:

[dependencies]
dioxus-icons-oct = { "0.2" }

Then use svg icon component container and icon paths

use dioxus::prelude::*;
use dioxus_icons_oct::Icon;
use dioxus_icons_oct::Airplane;

#[comonent]
fn page() -> Element {
    rsx!{
        h1 { "Using Octicons icons" }

        Icon {
            icon: Accessibility16
        }
    }
}

License

This project is licensed under the Apache-2.0 license.

Icon license

Icon Library License Version
Octicons Icons MIT License 19.28.0