Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
stenzek
GitHub Repository: stenzek/duckstation
Path: blob/master/dep/imgui/include/IconsEmoji.h
7550 views
1
// SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <[email protected]>
2
// SPDX-License-Identifier: CC-BY-NC-ND-4.0
3
4
#pragma once
5
6
// To generate: "<your emoji>".encode("utf-8") in Python 3.
7
// List to use: https://www.freecodecamp.org/news/all-emojis-emoji-list-for-copy-and-paste/
8
9
#define ICON_EMOJI_WARNING "\xe2\x9a\xa0"
10
#define ICON_EMOJI_CHECKMARK_BUTTON "\xe2\x9c\x85"
11
#define ICON_EMOJI_CROSS_MARK_BUTTON "\xe2\x9d\x8c"
12
#define ICON_EMOJI_OPTICAL_DISK "\xf0\x9f\x92\xbf"
13
#define ICON_EMOJI_FLOPPY_DISK "\xf0\x9f\x92\xbe"
14
#define ICON_EMOJI_INFORMATION "\xe2\x84\xb9"
15
#define ICON_EMOJI_QUESTION_MARK "\xe2\x93\x98"
16
#define ICON_EMOJI_FAST_FORWARD "\xe2\x8f\xa9"
17
#define ICON_EMOJI_FAST_REVERSE "\xe2\x8f\xaa"
18
#define ICON_EMOJI_RECORD "\xe2\x8f\xba"
19
#define ICON_EMOJI_PAUSE "\xe2\x8f\xb8"
20
#define ICON_EMOJI_CAMERA "\xf0\x9f\x93\xb7"
21
#define ICON_EMOJI_CAMERA_WITH_FLASH "\xf0\x9f\x93\xb8"
22
#define ICON_EMOJI_MOVIE_CAMERA "\xf0\x9f\x8e\xa5"
23
#define ICON_EMOJI_MOUSE "\xf0\x9f\x96\xb1"
24
#define ICON_EMOJI_MUTED_SPEAKER "\xf0\x9f\x94\x87"
25
#define ICON_EMOJI_LOW_VOLUME_SPEAKER "\xf0\x9f\x94\x88"
26
#define ICON_EMOJI_MEDIUM_VOLUME_SPEAKER "\xf0\x9f\x94\x89"
27
#define ICON_EMOJI_HIGH_VOLUME_SPEAKER "\xf0\x9f\x94\x8a"
28
#define ICON_EMOJI_FILE_FOLDER "\xf0\x9f\x93\x81"
29
#define ICON_EMOJI_FILE_FOLDER_OPEN "\xf0\x9f\x93\x82"
30
#define ICON_EMOJI_PAGE_WITH_CURL "\xf0\x9f\x93\x83"
31
#define ICON_EMOJI_PAGE_FACING_UP "\xf0\x9f\x93\x84"
32
#define ICON_EMOJI_MAGNIFIYING_GLASS_TILTED_LEFT "\xf0\x9f\x94\x8d"
33
#define ICON_EMOJI_LOCKED "\xf0\x9f\x94\x92"
34
#define ICON_EMOJI_UNLOCKED "\xf0\x9f\x94\x93"
35
#define ICON_EMOJI_REFRESH "\xf0\x9f\x94\x84"
36
#define ICON_EMOJI_PROHIBITED "\xf0\x9f\x9a\xab"
37
#define ICON_EMOJI_CALENDAR "\xF0\x9F\x93\x85"
38
#define ICON_EMOJI_HOURGLASS "\xe2\x8f\xb3"
39
#define ICON_EMOJI_TROPHY "\xf0\x9f\x8f\x86"
40
#define ICON_EMOJI_GLOBE "\xf0\x9f\x8c\x8e"
41
#define ICON_EMOJI_BOOKS "\xf0\x9f\x93\x9a"
42
#define ICON_EMOJI_STAR "\xe2\xad\x90"
43
#define ICON_EMOJI_RULER "\xf0\x9f\x93\x8f"
44
#define ICON_EMOJI_CLOCK_FIVE_OCLOCK "\xf0\x9f\x95\x94"
45
#define ICON_EMOJI_DESKTOP_COMPUTER "\xf0\x9f\x96\xa5"
46
#define ICON_EMOJI_INDEX_DIVIDERS "\xf0\x9f\x97\x82"
47
#define ICON_EMOJI_CLIPBOARD "\xf0\x9f\x93\x8b"
48
#define ICON_EMOJI_NOTEBOOK "\xf0\x9f\x93\x99"
49
#define ICON_EMOJI_GEAR "\xe2\x9a\x99"
50
#define ICON_EMOJI_NO_ENTRY_SIGN "\xe2\x9b\x94"
51
#define ICON_EMOJI_BAR_CHART "\xf0\x9f\x93\x8a"
52
#define ICON_EMOJI_CHART_UPWARDS_TREND "\xf0\x9f\x93\x88"
53
#define ICON_EMOJI_DIRECT_HIT "\xf0\x9f\x8e\xaf"
54
#define ICON_EMOJI_RED_FLAG "\xf0\x9f\x9a\xa9"
55
56