icons 0.4.0

Icons for Rust fullstack applications — Leptos and Dioxus.
Documentation
1
2
3
4
5
6
7
8
9
pub mod create_leptos_icons_animated;
pub mod index;
pub mod parser;
mod svg_icon;

// Re-export all icons generated by the macro
pub use index::*;
// Re-export SvgIcon for external use
pub use svg_icon::SvgIcon;