//! Compatibility layer for backward compatibility
//!
//! This module provides individual animated icon component functions that maintain
//! the existing API while using the new registry pattern under the hood.
//!
//! All animated icon functions now use the unified AnimatedIcon component
//! with zero-allocation registry lookup for better performance.
//!
//! ๐ค AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
//! Generated by: generate_animated_compatibility_layer.py
use *;
use AnimatedIcon;
use AnimatedIconType;
// * ๐งช cargo test --doc --features leptos
/// HeartAnimate icon component (compatibility wrapper)
/// PlusAnimate icon component (compatibility wrapper)