User Guide
API Reference
Development
Links
Validate an icon path for cross-platform compatibility.
icon_path (str) – Path to the icon file to validate.
bool: True if the icon path is valid and supported, False otherwise
str: Descriptive message about the validation result
Tuple[bool, str]