//! Reusable UI components for the drawing toolbar.
//!
//! This module provides DRY components used throughout the toolbar:
//! - `PairButton` - Split button with icon and arrow (used for categories, dropdowns)
//! - `icon_btn` - Single icon btns with theme-aware styling
//! - `separator` - Visual separator lines
//! - `svg_helpers` - SVG rendering utilities with theme colors
// Re-export all public components
pub use ;
pub use ;
pub use ;
pub use ;