2 unstable releases

0.2.1 Sep 27, 2023
0.1.0 Apr 10, 2023

#1095 in WebAssembly

36 downloads per month

LGPL-3.0

4MB
90K SLoC

About

Migrate of Fluentui Icons (MDL2) to yew framework.

How to use

First add this to Cargo.toml:

[dependencies.zuicon-mdl2]
version = "0.2"
features = [
  "Home",
  "PublicEmail",
]

Now Home and PublicEmail are available.

Then import specific icons in yew components: use zuicon_mdl2::{Home, PublicEmail};

License

This library is release in LGPL-3.0.

Dependencies

~11–14MB
~258K SLoC