diff --git a/src/core/icons.rs b/src/core/icons.rs index c0e75e29..e3a84cd2 100644 --- a/src/core/icons.rs +++ b/src/core/icons.rs @@ -27,6 +27,7 @@ cfg_if! { pub const SF_UI_ROUNDED: iced::Font = iced::Font::with_name(".SF UI Rounded"); } else { pub mod required; + pub use required::Bootstrap; // pub use required::{Bootstrap, icon_to_char, icon_to_string}; /// The default icon font bytes for loading the font into iced. pub const BOOTSTRAP_FONT_BYTES: &[u8] = include_bytes!("./fonts/required-icons.ttf");