// Registry-based approach (same pattern as regular leptos icons)
// Re-export new registry-based components
pub use AnimatedIcon;
pub use AnimatedIconType;
// Re-export compatibility layer (all animated component functions)
pub use *;
pub use ;
pub use crateStaticSvgElement;
// Re-export SvgIcon for external use
pub use SvgIcon;