mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
glyphs.hpp
Go to the documentation of this file.
1#pragma once
2
3
4namespace glyphs {
5
6constexpr auto CHEVRON_RIGHT = "\uf054"; // 
7constexpr auto TRIANGLE_RIGHT = "\uf44a"; // 
8constexpr auto DATABASE = "\uf6b7"; // 
9constexpr auto LIGHTNING = "\ue00a"; // 
10constexpr auto ELECTRON = "\ue62e"; // 
11constexpr auto RIGHT = "\ue0b0"; // 
12//  ﱦ  
13constexpr auto CLOCK_FAST = "\uf651"; // 
14
15}
Definition: glyphs.hpp:4
constexpr auto CHEVRON_RIGHT
Definition: glyphs.hpp:6
constexpr auto CLOCK_FAST
Definition: glyphs.hpp:13
constexpr auto DATABASE
Definition: glyphs.hpp:8
constexpr auto TRIANGLE_RIGHT
Definition: glyphs.hpp:7
constexpr auto RIGHT
Definition: glyphs.hpp:11
constexpr auto ELECTRON
Definition: glyphs.hpp:10
constexpr auto LIGHTNING
Definition: glyphs.hpp:9