//! FFI bindings for the `SystemIcon` component.
use crate::;
use SystemIcon;
/// FFI representation of the `SystemIcon` component.
///
/// Native backends render this as platform-native icons when supported.
///
/// Apple currently maps this to SF Symbols. Other backends may omit `SystemIcon` support and should use
/// cross-platform icon-pack views instead.
ffi_view!;