1 2 3 4 5 6 7 8 9
pub mod create_leptos_icons; 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;