3 unstable releases

0.2.1 Sep 27, 2023
0.1.1 Apr 10, 2023
0.1.0 Jan 31, 2023

#894 in WebAssembly

Download history 19/week @ 2024-02-25 7/week @ 2024-03-10 1/week @ 2024-03-17 44/week @ 2024-03-31

52 downloads per month

LGPL-3.0

2MB
42K SLoC

About

zuicon-ant is based on Ant Design SVG Icons.

How to use

First add this to Cargo.toml:

[dependencies.zuicon-ant]
version = "0.2"
features = [
  "Home",
  "Mail",
]

Now Home and Mail are available.

Then import specific icons in yew components: use zuicon_ant::filled::{Home, Mail};

Dependencies

~15MB
~274K SLoC