orbtk_theme/vector_graphics/
mod.rs

1
2
3
4
5
6
pub use self::material_icons_font::*;

/// Icons in the `Material Icons Font` family are accessible via
/// their unique codepoints, representing the `glyph`. The codepoints
/// are mapped to this given constants.
pub mod material_icons_font;