About
zuicon-ant is based on Ant Design SVG Icons.
How to use
First add this to Cargo.toml:
[]
= "0.3"
Then import specific icons in yew components:
use ;
License
This library is release in LGPL-3.0.
zuicon-ant is based on Ant Design SVG Icons.
First add this to Cargo.toml:
[dependencies]
zuicon-ant = "0.3"
Then import specific icons in yew components:
use zuicon_ant::filled::{Home, Mail};
This library is release in LGPL-3.0.