prehnite_core/font/
material_symbol.rs

1#![doc = "Material Symbolsのコードポイント"]
2pub const ARROW_UPWARD: &str = "\u{E5D8}";
3pub const CONTENT_COPY: &str = "\u{E14D}";
4pub const CIRCLE: &str = "\u{EF4A}";
5pub const ADD: &str = "\u{E145}";