1use console::Emoji; 2 3pub(crate) static ERROR: Emoji<'_, '_> = Emoji("\u{26d4} ", ""); 4pub(crate) static INFO: Emoji<'_, '_> = Emoji(" \u{2139}\u{fe0f} ", " -> ");