Files
IQ.Pilot/iqpilot/tools/cabana/ui/icons.h
2026-09-02 16:46:45 -05:00

41 lines
2.2 KiB
C++

#pragma once
namespace icon {
constexpr const char ARROW_CLOCKWISE[] = "\xef\x84\x96";
constexpr const char ARROW_COUNTERCLOCKWISE[] = "\xef\x84\x97";
constexpr const char ARROW_DOWN_LEFT_SQUARE[] = "\xef\x84\x9d";
constexpr const char ARROW_UP_RIGHT_SQUARE[] = "\xef\x85\x83";
constexpr const char CHEVRON_LEFT[] = "\xef\x8a\x84";
constexpr const char CHEVRON_RIGHT[] = "\xef\x8a\x85";
constexpr const char DASH[] = "\xef\x8b\xaa";
constexpr const char DASH_SQUARE[] = "\xef\x8b\xa9";
constexpr const char EXCLAMATION_TRIANGLE[] = "\xef\x8c\xbb";
constexpr const char FAST_FORWARD[] = "\xef\x9f\xb4";
constexpr const char FILETYPE_CSV[] = "\xef\x9d\x83";
constexpr const char FOLDER[] = "\xef\x8f\x99";
constexpr const char FILE_EARMARK[] = "\xef\x8e\x92";
constexpr const char FILE_EARMARK_RULED[] = "\xef\x8e\x85";
constexpr const char PLUS_SQUARE[] = "\xef\x93\xbd";
constexpr const char GRAPH_UP[] = "\xef\x8f\xb2";
constexpr const char GRIP_HORIZONTAL[] = "\xef\x8f\xbd";
constexpr const char INFO_CIRCLE[] = "\xef\x90\xb1";
constexpr const char LIST[] = "\xef\x91\xb9";
constexpr const char PAUSE[] = "\xef\x93\x84";
constexpr const char PENCIL[] = "\xef\x93\x8b";
constexpr const char PLAY[] = "\xef\x93\xb5";
constexpr const char PLUS[] = "\xef\x93\xbe";
constexpr const char RAQUO[] = "\xc2\xbb";
constexpr const char REPEAT[] = "\xef\xa0\x93";
constexpr const char REPEAT_1[] = "\xef\xa0\x92";
constexpr const char REWIND[] = "\xef\xa0\x99";
constexpr const char SKIP_END[] = "\xef\x95\x98";
constexpr const char STOPWATCH[] = "\xef\x96\x97";
constexpr const char THREE_DOTS[] = "\xef\x97\x94";
constexpr const char WINDOW_STACK[] = "\xef\x9b\x92";
constexpr const char X[] = "\xef\x98\xaa";
constexpr const char X_LG[] = "\xef\x99\x99";
constexpr const char X_SQUARE[] = "\xef\x98\xa9";
constexpr const char ZOOM_OUT[] = "\xef\x98\xad";
}