//! Font Awesome 7 codepoints used by the node-graph widget.
//!
//! The widget emits these glyphs assuming the host has merged the Font
//! Awesome 7 font into its egui fonts; it does not bundle the font itself.
pub const ICON_CIRCLE_EXCLAMATION: char = '\u{f06a}';
pub const ICON_TRIANGLE_EXCLAMATION: char = '\u{f071}';
pub const ICON_XMARK: char = '\u{f00d}';