70 lines
2.4 KiB
C
70 lines
2.4 KiB
C
/* date = July 18th 2022 1:36 pm */
|
|
|
|
#ifndef ICON_CODES_H
|
|
#define ICON_CODES_H
|
|
|
|
#define ICON_TH_LIST 0xE800
|
|
#define ICON_CANCEL 0xE801
|
|
#define ICON_LOCK 0xE802
|
|
#define ICON_PIN 0xE803
|
|
#define ICON_EYE 0xE804
|
|
#define ICON_EYE_OFF 0xE805
|
|
#define ICON_TAG 0xE806
|
|
#define ICON_TAGS 0xE807
|
|
#define ICON_PENCIL 0xE808
|
|
#define ICON_ATTENTION 0xE809
|
|
#define ICON_BOOKMARK 0xE80A
|
|
#define ICON_DOC 0xE80B
|
|
#define ICON_FOLDER 0xE80C
|
|
#define ICON_FOLDER_OPEN 0xE80D
|
|
#define ICON_COG 0xE80E
|
|
#define ICON_VOLUME_OFF 0xE80F
|
|
#define ICON_VOLUME_DOWN 0xE810
|
|
#define ICON_VOLUME_UP 0xE811
|
|
#define ICON_BLOCK 0xE812
|
|
#define ICON_ZOOM_IN 0xE813
|
|
#define ICON_ZOOM_OUT 0xE814
|
|
#define ICON_CW 0xE815
|
|
#define ICON_SHUFFLE 0xE816
|
|
#define ICON_PLAY 0xE817
|
|
#define ICON_STOP 0xE818
|
|
#define ICON_PAUSE 0xE819
|
|
#define ICON_TO_END 0xE81A
|
|
#define ICON_TO_END_ALT 0xE81B
|
|
#define ICON_TO_START 0xE81C
|
|
#define ICON_TO_START_ALT 0xE81D
|
|
#define ICON_FAST_FW 0xE81E
|
|
#define ICON_FAST_BW 0xE81F
|
|
#define ICON_CHECK 0xE820
|
|
#define ICON_OFF 0xE821
|
|
#define ICON_FLOPPY 0xE822
|
|
#define ICON_CHECK_EMPTY 0xF096
|
|
#define ICON_BOOKMARK_EMPTY 0xF097
|
|
#define ICON_FILTER 0xF0B0
|
|
#define ICON_BEAKER 0xF0C3
|
|
#define ICON_DOCS 0xF0C5
|
|
#define ICON_BELL_ALT 0xF0F3
|
|
#define ICON_DOC_TEXT 0xF0F6
|
|
#define ICON_FOLDER_EMPTY 0xF114
|
|
#define ICON_FOLDER_OPEN_EMPTY 0xF115
|
|
#define ICON_KEYBOARD 0xF11C
|
|
#define ICON_MIC 0xF130
|
|
#define ICON_MUTE 0xF131
|
|
#define ICON_LOCK_OPEN_ALT 0xF13E
|
|
#define ICON_MINUS_SQUARED_ALT 0xF147
|
|
#define ICON_DOC_INV 0xF15B
|
|
#define ICON_DOC_TEXT_INV 0xF15C
|
|
#define ICON_SORT_NAME_UP 0xF15D
|
|
#define ICON_SORT_NAME_DOWN 0xF15E
|
|
#define ICON_SORT_ALT_UP 0xF160
|
|
#define ICON_SORT_ALT_DOWN 0xF161
|
|
#define ICON_SORT_NUMBER_UP 0xF162
|
|
#define ICON_SORT_NUMBER_DOWN 0xF163
|
|
#define ICON_PLUS_SQUARED_ALT 0xF196
|
|
#define ICON_WIFI 0xF1EB
|
|
#define ICON_BELL_OFF 0xF1F6
|
|
#define ICON_TRASH 0xF1F8
|
|
#define ICON_USB 0xF287
|
|
|
|
#endif //ICON_CODES_H
|