// Core SVG infrastructure
// Registry-based approach (Dioxus pattern for Leptos)
// Re-export SvgIcon for external use
// Re-export compatibility layer (all 1,636 component functions)
pub use *;
// Re-export new registry-based components
pub use LeptosIcon;
pub use SvgIcon;
pub use crate;