dioxus-icons-tabler 0.2.1

Tabler icons for dioxus framework
Documentation

About

Latest version Build status Documentation Minimum rustc version License

Tabler icons for dioxus framework

Example

First add to dependencies:

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

Then use svg icon component container and icon paths

use dioxus::prelude::*;
use dioxus_icons_tabler::Icon;
use dioxus_icons_tabler::AB;

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

        Icon {
            icon: AB
        }
    }
}

License

This project is licensed under the Apache-2.0 license.

Icon license

Icon Library License Version
Tabler Icons MIT License 3.44.0