pub const NF_FA_HOME: &str = "\u{f015}";
pub const NF_FA_USER: &str = "\u{f007}";
pub const NF_FA_SETTINGS: &str = "\u{f013}";
pub const NF_FA_TERMINAL: &str = "\u{f120}";
pub const NF_DEV_RUST: &str = "\u{e7a8}";
pub const NF_FA_GITHUB: &str = "\u{f09b}";
pub const NF_FA_FOLDER: &str = "\u{f115}";
pub const NF_FA_FOLDER_OPEN: &str = "\u{f07b}";
pub const NF_FA_HEART: &str = "\u{f004}";
pub const NF_FA_STAR: &str = "\u{f005}";
pub const NF_FA_SEARCH: &str = "\u{f002}";
pub const NF_FA_CODE: &str = "\u{f121}";
pub const NF_FA_PLAY: &str = "\u{f04b}";
pub const NF_FA_PAUSE: &str = "\u{f04c}";
pub const NF_FA_STOP: &str = "\u{f04d}";
pub const NF_FA_EDIT: &str = "\u{f044}";
pub const NF_FA_TRASH: &str = "\u{f014}";
pub const NF_FA_INFO: &str = "\u{f05a}";
pub const NF_FA_WARNING: &str = "\u{f071}";
pub const NF_FA_ERROR: &str = "\u{f057}";
pub const NF_FA_CHECK: &str = "\u{f00c}";
pub const NF_FA_CHEVRON_RIGHT: &str = "\u{f054}";
pub const NF_FA_CHEVRON_LEFT: &str = "\u{f053}";
pub const NF_FA_CHEVRON_UP: &str = "\u{f077}";
pub const NF_FA_CHEVRON_DOWN: &str = "\u{f078}";
pub const NF_FA_ARROW_RIGHT: &str = "\u{f061}";
pub const NF_FA_ARROW_LEFT: &str = "\u{f060}";
pub const NF_FA_ARROW_UP: &str = "\u{f062}";
pub const NF_FA_ARROW_DOWN: &str = "\u{f063}";