@orchidui/core 0.0.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1 -0
- package/dist/Calendar.js +103 -0
- package/dist/Cropper.js +6 -0
- package/dist/DataDisplay/CustomerCard/OcCustomerCard.js +4 -0
- package/dist/DataDisplay/FloatContent/OcFloatContent.js +4 -0
- package/dist/DataDisplay/HorizontalProgressbar/OcHorizontalProgressbar.js +4 -0
- package/dist/DataDisplay/InfoCard/OcInfoCard.js +4 -0
- package/dist/DataDisplay/ListDetail/OcListDetail.js +4 -0
- package/dist/DataDisplay/ListItem/OcListItem.js +5 -0
- package/dist/DataDisplay/OnboardingListItem/OcOnboardingListItem.js +4 -0
- package/dist/DataDisplay/Overview/OcOverview.js +7 -0
- package/dist/DataDisplay/Pagination/OcPagination.js +6 -0
- package/dist/DataDisplay/ProgressBar/OcProgressBar.js +4 -0
- package/dist/DataDisplay/Table/OcTable.js +11 -0
- package/dist/DataDisplay/TransferSummary/OcTransferSummary.js +4 -0
- package/dist/DatePicker-D3w435Ml.js +263 -0
- package/dist/Disclosure/Accordion/OcAccordion.js +4 -0
- package/dist/Disclosure/OnboardingAccordion/OnboardingAccordion.js +4 -0
- package/dist/Disclosure/Steps/OcSteps.js +5 -0
- package/dist/Disclosure/SwitchTabs/OcSwitchTabs.js +4 -0
- package/dist/Disclosure/Tabs/Tabs.js +5 -0
- package/dist/Disclosure/Variants/OcVariants.js +5 -0
- package/dist/Draggable.js +168 -0
- package/dist/Elements/AdditionalContent/OcAdditionalContent.js +5 -0
- package/dist/Elements/AuthenticationOption/AuthenticationOption.js +4 -0
- package/dist/Elements/Box/OcBox.js +4 -0
- package/dist/Elements/EmptyPage/OcEmptyPage.js +4 -0
- package/dist/Elements/FeatureOverviewCard/OcFeatureOverviewCard.js +4 -0
- package/dist/Elements/Header/OcHeader.js +9 -0
- package/dist/Elements/PageTitle/OcPageTitle.js +7 -0
- package/dist/Elements/SandboxBanner/OcSandboxBanner.js +4 -0
- package/dist/Elements/Sidebar/OcSidebar.js +6 -0
- package/dist/Elements/Skeleton/OcSkeleton.js +4 -0
- package/dist/Elements/SubSidebar/OcSubSidebar.js +4 -0
- package/dist/Elements/VerificationOption/OcVerificationOption.js +4 -0
- package/dist/EmojiPicker.js +4 -0
- package/dist/Feedback/Banner/OcBanner.js +4 -0
- package/dist/Feedback/Chip/OcChip.js +4 -0
- package/dist/Feedback/ShareIcon/OcShareIcon.js +4 -0
- package/dist/Feedback/Snackbar/OcSnackbar.js +4 -0
- package/dist/Feedback/Tag/OcTag.js +4 -0
- package/dist/Form/BaseInput/OcBaseInput.js +4 -0
- package/dist/Form/Button/OcButton.js +4 -0
- package/dist/Form/Calendar/OcCalendar.js +5 -0
- package/dist/Form/CardInput/OcCardInput.js +4 -0
- package/dist/Form/Checkbox/OcCheckbox.js +4 -0
- package/dist/Form/CheckboxesGroup/OcCheckboxesGroup.js +4 -0
- package/dist/Form/Criteria/OcCriteria.js +4 -0
- package/dist/Form/Cropper/OcCropper.js +4 -0
- package/dist/Form/DatePicker/OcDatePicker.js +4 -0
- package/dist/Form/EmojiPicker/OcEmojiPicker.js +4 -0
- package/dist/Form/EmojiPicker/conts/emoji.js +1030 -0
- package/dist/Form/Input/OcInput.js +6 -0
- package/dist/Form/LinkInput/OcLinkInput.js +4 -0
- package/dist/Form/MultipleUploadFile/OcMultipleUploadFile.js +4 -0
- package/dist/Form/NumberInput/OcNumberInput.js +4 -0
- package/dist/Form/PhoneInput/OcPhoneInput.js +4 -0
- package/dist/Form/Radio/OcRadio.js +4 -0
- package/dist/Form/RadioGroup/OcRadioGroup.js +4 -0
- package/dist/Form/RangeInput/OcRangeInput.js +4 -0
- package/dist/Form/SectionItem/OcSectionItem.js +4 -0
- package/dist/Form/Select/OcSelect.js +7 -0
- package/dist/Form/SelectOptions/OcSelectOptions.js +4 -0
- package/dist/Form/SingleFileUpload/OcSingleFileUpload.js +4 -0
- package/dist/Form/Slider/OcSlider.js +4 -0
- package/dist/Form/TextArea/OcTextArea.js +4 -0
- package/dist/Form/TimePicker/OcTimePicker.js +6 -0
- package/dist/Form/Toggle/OcToggle.js +4 -0
- package/dist/Form/index.js +54 -0
- package/dist/FormBuilder/OcFormBuilder.js +4 -0
- package/dist/MediaAndIcons/Avatar/OcAvatar.js +4 -0
- package/dist/MediaAndIcons/Icon/OcIcon.js +4 -0
- package/dist/OcAccordion-DdkNsXvN.js +101 -0
- package/dist/OcAccountSetup-BXDjf48o.js +324 -0
- package/dist/OcAdditionalContent-BMSysCXu.js +612 -0
- package/dist/OcAuthenticationOption.vue_vue_type_script_setup_true_lang-w5Y0ymGN.js +43 -0
- package/dist/OcAvatar-NDXQiZvz.js +41 -0
- package/dist/OcBanner-Cg2WJV6e.js +108 -0
- package/dist/OcBox.vue_vue_type_script_setup_true_lang-aB397QRg.js +43 -0
- package/dist/OcCardInput-BFE4Xu-S.js +75 -0
- package/dist/OcCheckboxesGroup-CLbquUO2.js +94 -0
- package/dist/OcChip-B1hm2Qni.js +144 -0
- package/dist/OcComplexCalendar-x-_kg9Yk.js +108 -0
- package/dist/OcComplexCalendar.vue_vue_type_style_index_0_lang-CIQPD-6N.js +1006 -0
- package/dist/OcConfirmationModal-BfCrRV9r.js +179 -0
- package/dist/OcCopyTooltip.vue_vue_type_script_setup_true_lang-S2RAfV_g.js +65 -0
- package/dist/OcCriteria-CpIohheZ.js +42 -0
- package/dist/OcCropper-31Y_S1Ne.js +240 -0
- package/dist/OcCustomerCard-DbDOBO03.js +160 -0
- package/dist/OcDraggable-BjhGJmpM.js +35 -0
- package/dist/OcDropdownItem-DAElmzEu.js +57 -0
- package/dist/OcEmojiPicker-BXm-_OGK.js +157 -0
- package/dist/OcEmptyPage-CTwgMzRp.js +155 -0
- package/dist/OcExpadingTable.vue_vue_type_script_setup_true_lang-B4HOMDBK.js +815 -0
- package/dist/OcFeatureOverviewCard-RVyrWLVW.js +71 -0
- package/dist/OcFloatContent-BIKQOxSw.js +142 -0
- package/dist/OcFormBuilder-CRXWtt8I.js +177 -0
- package/dist/OcGroupOptions-ChGJvTXl.js +16 -0
- package/dist/OcHorizontalProgressbar.vue_vue_type_script_setup_true_lang-4eVgPDi5.js +32 -0
- package/dist/OcIcon-CJgBICxh.js +63 -0
- package/dist/OcInfoCard-DpYUZOMZ.js +81 -0
- package/dist/OcInput-tcRxG3Y2.js +227 -0
- package/dist/OcInputOption-CncASfNt.js +160 -0
- package/dist/OcLinkInput-C2ixk-gk.js +143 -0
- package/dist/OcListDetail-6XeME6ko.js +76 -0
- package/dist/OcListUrl.vue_vue_type_script_setup_true_lang-BEJafLuT.js +749 -0
- package/dist/OcModal-DdD5VFEN.js +187 -0
- package/dist/OcModalCropper-D2OI2iun.js +56 -0
- package/dist/OcModalPage-BLVa-kcB.js +86 -0
- package/dist/OcMultipleUploadFile-B8Wl9Fuq.js +446 -0
- package/dist/OcNumberInput.vue_vue_type_script_setup_true_lang-C4EXUIUe.js +90 -0
- package/dist/OcOnboardingListItem.vue_vue_type_script_setup_true_lang-Cr80xmnz.js +81 -0
- package/dist/OcOption-DK2FBGq7.js +485 -0
- package/dist/OcOverviewIcon-D702Ujka.js +55 -0
- package/dist/OcOverviewItem-DNr5tWnt.js +186 -0
- package/dist/OcPageTitleRight-DMtJ1qmZ.js +243 -0
- package/dist/OcPaginationNumber-IKPorX26.js +172 -0
- package/dist/OcPaymentTab-Cna1IAhO.js +170 -0
- package/dist/OcPhoneInput-AC6BgQhN.js +432 -0
- package/dist/OcPopper-C11OgQAj.js +97 -0
- package/dist/OcPrimaryActions-D5IprKsQ.js +222 -0
- package/dist/OcProgressBar-hiyC5XSc.js +33 -0
- package/dist/OcRadio-CRYfNwV9.js +107 -0
- package/dist/OcRadioGroup-DgfdWJos.js +76 -0
- package/dist/OcRangeInput-C-hoHFhr.js +103 -0
- package/dist/OcSandboxBanner.vue_vue_type_script_setup_true_lang-BD0k_8xa.js +37 -0
- package/dist/OcSectionItem-BFgxO3se.js +84 -0
- package/dist/OcSelectOptions-BQlG_EUA.js +148 -0
- package/dist/OcShareIcon-BB-NPq0r.js +53 -0
- package/dist/OcSingleFileUpload-B8-e1H5t.js +464 -0
- package/dist/OcSkeleton-BdPTmGh0.js +13 -0
- package/dist/OcSlider-Bsi-ckbP.js +124 -0
- package/dist/OcSnackbar-CKxY1-ej.js +196 -0
- package/dist/OcSteps.vue_vue_type_script_setup_true_lang-CXGy8ma_.js +87 -0
- package/dist/OcSubSidebar.vue_vue_type_script_setup_true_lang-CNxgU07N.js +60 -0
- package/dist/OcSupportMenu.vue_vue_type_script_setup_true_lang-DrjZsWti.js +114 -0
- package/dist/OcSwitchTabs-CYp676bj.js +31 -0
- package/dist/OcTabToSelect-BHAz1Niv.js +183 -0
- package/dist/OcTag.vue_vue_type_script_setup_true_lang-D19lw-8Y.js +26 -0
- package/dist/OcTextArea-BpV1Bnj_.js +78 -0
- package/dist/OcTheme-CWgrJh5Q.js +25 -0
- package/dist/OcTimePicker-B61MCi0D.js +110 -0
- package/dist/OcTimePopup-zQFKCZLk.js +131 -0
- package/dist/OcToggle-C0wTjM_Y.js +54 -0
- package/dist/OcTransferSummary-Bk2GXhrT.js +67 -0
- package/dist/OcVariant.vue_vue_type_script_setup_true_lang-CY_82DLc.js +99 -0
- package/dist/OcVerificationOption.vue_vue_type_script_setup_true_lang-ChqvNoDe.js +59 -0
- package/dist/OcWhiteList.vue_vue_type_script_setup_true_lang-DI9pYU3w.js +64 -0
- package/dist/OnboardingAccordion.vue_vue_type_script_setup_true_lang-B0Z7ETmj.js +113 -0
- package/dist/Overlay/ConfirmationModal/OcConfirmationModal.js +4 -0
- package/dist/Overlay/CopyTooltip/OcCopyTooltip.js +4 -0
- package/dist/Overlay/Dropdown/OcDropdown.js +6 -0
- package/dist/Overlay/Modal/OcModal.js +6 -0
- package/dist/Overlay/Popper/OcPopper.js +4 -0
- package/dist/Overlay/SupportMenu/OcSupportMenu.js +4 -0
- package/dist/Overlay/Tooltip/OcTooltip.js +4 -0
- package/dist/Overlay/Whitelist/OcWhiteList.js +4 -0
- package/dist/StoreDesign.js +240 -0
- package/dist/Theme/OcTheme.js +4 -0
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/dist/composables/helpers.js +48 -0
- package/dist/composables/uploadFileProgress.js +62 -0
- package/dist/composables/useWindowWidth.js +10 -0
- package/dist/data/Validator.js +5 -0
- package/dist/directives/clickOutside.js +13 -0
- package/dist/index.js +177 -1
- package/dist/style.css +1 -0
- package/package.json +23 -5
@@ -0,0 +1,1030 @@
|
|
1
|
+
const e = {
|
2
|
+
hundred: "💯",
|
3
|
+
onetwothreefour: "🔢",
|
4
|
+
grinning: "😀",
|
5
|
+
grimacing: "😬",
|
6
|
+
grin: "😁",
|
7
|
+
joy: "😂",
|
8
|
+
rofl: "🤣",
|
9
|
+
smiley: "😃",
|
10
|
+
smile: "😄",
|
11
|
+
sweat_smile: "😅",
|
12
|
+
laughing: "😆",
|
13
|
+
innocent: "😇",
|
14
|
+
wink: "😉",
|
15
|
+
blush: "😊",
|
16
|
+
slightly_smiling_face: "🙂",
|
17
|
+
upside_down_face: "🙃",
|
18
|
+
yum: "😋",
|
19
|
+
relieved: "😌",
|
20
|
+
heart_eyes: "😍",
|
21
|
+
kissing_heart: "😘",
|
22
|
+
kissing: "😗",
|
23
|
+
kissing_smiling_eyes: "😙",
|
24
|
+
kissing_closed_eyes: "😚",
|
25
|
+
stuck_out_tongue_winking_eye: "😜",
|
26
|
+
stuck_out_tongue_closed_eyes: "😝",
|
27
|
+
stuck_out_tongue: "😛",
|
28
|
+
money_mouth_face: "🤑",
|
29
|
+
nerd_face: "🤓",
|
30
|
+
sunglasses: "😎",
|
31
|
+
clown_face: "🤡",
|
32
|
+
cowboy_hat_face: "🤠",
|
33
|
+
hugs: "🤗",
|
34
|
+
smirk: "😏",
|
35
|
+
no_mouth: "😶",
|
36
|
+
neutral_face: "😐",
|
37
|
+
expressionless: "😑",
|
38
|
+
unamused: "😒",
|
39
|
+
roll_eyes: "🙄",
|
40
|
+
thinking: "🤔",
|
41
|
+
lying_face: "🤥",
|
42
|
+
flushed: "😳",
|
43
|
+
disappointed: "😞",
|
44
|
+
worried: "😟",
|
45
|
+
angry: "😠",
|
46
|
+
rage: "😡",
|
47
|
+
pensive: "😔",
|
48
|
+
confused: "😕",
|
49
|
+
slightly_frowning_face: "🙁",
|
50
|
+
frowning_face: "☹",
|
51
|
+
persevere: "😣",
|
52
|
+
confounded: "😖",
|
53
|
+
tired_face: "😫",
|
54
|
+
weary: "😩",
|
55
|
+
triumph: "😤",
|
56
|
+
open_mouth: "😮",
|
57
|
+
scream: "😱",
|
58
|
+
fearful: "😨",
|
59
|
+
cold_sweat: "😰",
|
60
|
+
hushed: "😯",
|
61
|
+
frowning: "😦",
|
62
|
+
anguished: "😧",
|
63
|
+
cry: "😢",
|
64
|
+
disappointed_relieved: "😥",
|
65
|
+
drooling_face: "🤤",
|
66
|
+
sleepy: "😪",
|
67
|
+
sweat: "😓",
|
68
|
+
sob: "😭",
|
69
|
+
dizzy_face: "😵",
|
70
|
+
astonished: "😲",
|
71
|
+
zipper_mouth_face: "🤐",
|
72
|
+
nauseated_face: "🤢",
|
73
|
+
sneezing_face: "🤧",
|
74
|
+
mask: "😷",
|
75
|
+
face_with_thermometer: "🤒",
|
76
|
+
face_with_head_bandage: "🤕",
|
77
|
+
sleeping: "😴",
|
78
|
+
zzz: "💤",
|
79
|
+
poop: "💩",
|
80
|
+
smiling_imp: "😈",
|
81
|
+
imp: "👿",
|
82
|
+
japanese_ogre: "👹",
|
83
|
+
japanese_goblin: "👺",
|
84
|
+
skull: "💀",
|
85
|
+
ghost: "👻",
|
86
|
+
alien: "👽",
|
87
|
+
robot: "🤖",
|
88
|
+
smiley_cat: "😺",
|
89
|
+
smile_cat: "😸",
|
90
|
+
joy_cat: "😹",
|
91
|
+
heart_eyes_cat: "😻",
|
92
|
+
smirk_cat: "😼",
|
93
|
+
kissing_cat: "😽",
|
94
|
+
scream_cat: "🙀",
|
95
|
+
crying_cat_face: "😿",
|
96
|
+
pouting_cat: "😾",
|
97
|
+
raised_hands: "🙌",
|
98
|
+
clap: "👏",
|
99
|
+
wave: "👋",
|
100
|
+
call_me_hand: "🤙",
|
101
|
+
plus1: "👍",
|
102
|
+
_1: "👎",
|
103
|
+
facepunch: "👊",
|
104
|
+
fist: "✊",
|
105
|
+
fist_left: "🤛",
|
106
|
+
fist_right: "🤜",
|
107
|
+
v: "✌",
|
108
|
+
ok_hand: "👌",
|
109
|
+
raised_hand: "✋",
|
110
|
+
raised_back_of_hand: "🤚",
|
111
|
+
open_hands: "👐",
|
112
|
+
muscle: "💪",
|
113
|
+
pray: "🙏",
|
114
|
+
handshake: "🤝",
|
115
|
+
point_up: "☝",
|
116
|
+
point_up_2: "👆",
|
117
|
+
point_down: "👇",
|
118
|
+
point_left: "👈",
|
119
|
+
point_right: "👉",
|
120
|
+
fu: "🖕",
|
121
|
+
raised_hand_with_fingers_splayed: "🖐",
|
122
|
+
metal: "🤘",
|
123
|
+
crossed_fingers: "🤞",
|
124
|
+
vulcan_salute: "🖖",
|
125
|
+
writing_hand: "✍",
|
126
|
+
selfie: "🤳",
|
127
|
+
nail_care: "💅",
|
128
|
+
lips: "👄",
|
129
|
+
tongue: "👅",
|
130
|
+
ear: "👂",
|
131
|
+
nose: "👃",
|
132
|
+
eye: "👁",
|
133
|
+
eyes: "👀",
|
134
|
+
bust_in_silhouette: "👤",
|
135
|
+
busts_in_silhouette: "👥",
|
136
|
+
speaking_head: "🗣",
|
137
|
+
baby: "👶",
|
138
|
+
boy: "👦",
|
139
|
+
girl: "👧",
|
140
|
+
man: "👨",
|
141
|
+
woman: "👩",
|
142
|
+
blonde_man: "👱",
|
143
|
+
older_man: "👴",
|
144
|
+
older_woman: "👵",
|
145
|
+
man_with_gua_pi_mao: "👲",
|
146
|
+
man_with_turban: "👳",
|
147
|
+
policeman: "👮",
|
148
|
+
construction_worker_man: "👷",
|
149
|
+
guardsman: "💂",
|
150
|
+
male_detective: "🕵",
|
151
|
+
mrs_claus: "🤶",
|
152
|
+
santa: "🎅",
|
153
|
+
angel: "👼",
|
154
|
+
pregnant_woman: "🤰",
|
155
|
+
princess: "👸",
|
156
|
+
prince: "🤴",
|
157
|
+
bride_with_veil: "👰",
|
158
|
+
man_in_tuxedo: "🤵",
|
159
|
+
running_man: "🏃",
|
160
|
+
walking_man: "🚶",
|
161
|
+
dancer: "💃",
|
162
|
+
man_dancing: "🕺",
|
163
|
+
dancing_women: "👯",
|
164
|
+
couple: "👫",
|
165
|
+
two_men_holding_hands: "👬",
|
166
|
+
two_women_holding_hands: "👭",
|
167
|
+
bowing_man: "🙇",
|
168
|
+
man_facepalming: "🤦",
|
169
|
+
woman_shrugging: "🤷",
|
170
|
+
tipping_hand_woman: "💁",
|
171
|
+
no_good_woman: "🙅",
|
172
|
+
ok_woman: "🙆",
|
173
|
+
raising_hand_woman: "🙋",
|
174
|
+
pouting_woman: "🙎",
|
175
|
+
frowning_woman: "🙍",
|
176
|
+
haircut_woman: "💇",
|
177
|
+
massage_woman: "💆",
|
178
|
+
couple_with_heart_woman_man: "💑",
|
179
|
+
couplekiss_man_woman: "💏",
|
180
|
+
family_man_woman_boy: "👪",
|
181
|
+
womans_clothes: "👚",
|
182
|
+
tshirt: "👕",
|
183
|
+
jeans: "👖",
|
184
|
+
necktie: "👔",
|
185
|
+
dress: "👗",
|
186
|
+
bikini: "👙",
|
187
|
+
kimono: "👘",
|
188
|
+
lipstick: "💄",
|
189
|
+
kiss: "💋",
|
190
|
+
footprints: "👣",
|
191
|
+
high_heel: "👠",
|
192
|
+
sandal: "👡",
|
193
|
+
boot: "👢",
|
194
|
+
mans_shoe: "👞",
|
195
|
+
athletic_shoe: "👟",
|
196
|
+
womans_hat: "👒",
|
197
|
+
tophat: "🎩",
|
198
|
+
rescue_worker_helmet: "⛑",
|
199
|
+
mortar_board: "🎓",
|
200
|
+
crown: "👑",
|
201
|
+
school_satchel: "🎒",
|
202
|
+
pouch: "👝",
|
203
|
+
purse: "👛",
|
204
|
+
handbag: "👜",
|
205
|
+
briefcase: "💼",
|
206
|
+
eyeglasses: "👓",
|
207
|
+
dark_sunglasses: "🕶",
|
208
|
+
ring: "💍",
|
209
|
+
closed_umbrella: "🌂",
|
210
|
+
dog: "🐶",
|
211
|
+
cat: "🐱",
|
212
|
+
mouse: "🐭",
|
213
|
+
hamster: "🐹",
|
214
|
+
rabbit: "🐰",
|
215
|
+
fox_face: "🦊",
|
216
|
+
bear: "🐻",
|
217
|
+
panda_face: "🐼",
|
218
|
+
koala: "🐨",
|
219
|
+
tiger: "🐯",
|
220
|
+
lion: "🦁",
|
221
|
+
cow: "🐮",
|
222
|
+
pig: "🐷",
|
223
|
+
pig_nose: "🐽",
|
224
|
+
frog: "🐸",
|
225
|
+
squid: "🦑",
|
226
|
+
octopus: "🐙",
|
227
|
+
shrimp: "🦐",
|
228
|
+
monkey_face: "🐵",
|
229
|
+
gorilla: "🦍",
|
230
|
+
see_no_evil: "🙈",
|
231
|
+
hear_no_evil: "🙉",
|
232
|
+
speak_no_evil: "🙊",
|
233
|
+
monkey: "🐒",
|
234
|
+
chicken: "🐔",
|
235
|
+
penguin: "🐧",
|
236
|
+
bird: "🐦",
|
237
|
+
baby_chick: "🐤",
|
238
|
+
hatching_chick: "🐣",
|
239
|
+
hatched_chick: "🐥",
|
240
|
+
duck: "🦆",
|
241
|
+
eagle: "🦅",
|
242
|
+
owl: "🦉",
|
243
|
+
bat: "🦇",
|
244
|
+
wolf: "🐺",
|
245
|
+
boar: "🐗",
|
246
|
+
horse: "🐴",
|
247
|
+
unicorn: "🦄",
|
248
|
+
honeybee: "🐝",
|
249
|
+
bug: "🐛",
|
250
|
+
butterfly: "🦋",
|
251
|
+
snail: "🐌",
|
252
|
+
beetle: "🐞",
|
253
|
+
ant: "🐜",
|
254
|
+
spider: "🕷",
|
255
|
+
scorpion: "🦂",
|
256
|
+
crab: "🦀",
|
257
|
+
snake: "🐍",
|
258
|
+
lizard: "🦎",
|
259
|
+
turtle: "🐢",
|
260
|
+
tropical_fish: "🐠",
|
261
|
+
fish: "🐟",
|
262
|
+
blowfish: "🐡",
|
263
|
+
dolphin: "🐬",
|
264
|
+
shark: "🦈",
|
265
|
+
whale: "🐳",
|
266
|
+
whale2: "🐋",
|
267
|
+
crocodile: "🐊",
|
268
|
+
leopard: "🐆",
|
269
|
+
tiger2: "🐅",
|
270
|
+
water_buffalo: "🐃",
|
271
|
+
ox: "🐂",
|
272
|
+
cow2: "🐄",
|
273
|
+
deer: "🦌",
|
274
|
+
dromedary_camel: "🐪",
|
275
|
+
camel: "🐫",
|
276
|
+
elephant: "🐘",
|
277
|
+
rhinoceros: "🦏",
|
278
|
+
goat: "🐐",
|
279
|
+
ram: "🐏",
|
280
|
+
sheep: "🐑",
|
281
|
+
racehorse: "🐎",
|
282
|
+
pig2: "🐖",
|
283
|
+
rat: "🐀",
|
284
|
+
mouse2: "🐁",
|
285
|
+
rooster: "🐓",
|
286
|
+
turkey: "🦃",
|
287
|
+
dove: "🕊",
|
288
|
+
dog2: "🐕",
|
289
|
+
poodle: "🐩",
|
290
|
+
cat2: "🐈",
|
291
|
+
rabbit2: "🐇",
|
292
|
+
chipmunk: "🐿",
|
293
|
+
paw_prints: "🐾",
|
294
|
+
jack_o_lantern: "🎃",
|
295
|
+
dragon: "🐉",
|
296
|
+
dragon_face: "🐲",
|
297
|
+
cactus: "🌵",
|
298
|
+
christmas_tree: "🎄",
|
299
|
+
evergreen_tree: "🌲",
|
300
|
+
deciduous_tree: "🌳",
|
301
|
+
palm_tree: "🌴",
|
302
|
+
seedling: "🌱",
|
303
|
+
herb: "🌿",
|
304
|
+
shamrock: "☘",
|
305
|
+
four_leaf_clover: "🍀",
|
306
|
+
bamboo: "🎍",
|
307
|
+
tanabata_tree: "🎋",
|
308
|
+
leaves: "🍃",
|
309
|
+
fallen_leaf: "🍂",
|
310
|
+
maple_leaf: "🍁",
|
311
|
+
ear_of_rice: "🌾",
|
312
|
+
hibiscus: "🌺",
|
313
|
+
sunflower: "🌻",
|
314
|
+
rose: "🌹",
|
315
|
+
wilted_flower: "🥀",
|
316
|
+
tulip: "🌷",
|
317
|
+
blossom: "🌼",
|
318
|
+
cherry_blossom: "🌸",
|
319
|
+
bouquet: "💐",
|
320
|
+
mushroom: "🍄",
|
321
|
+
chestnut: "🌰",
|
322
|
+
shell: "🐚",
|
323
|
+
spider_web: "🕸",
|
324
|
+
earth_americas: "🌎",
|
325
|
+
earth_africa: "🌍",
|
326
|
+
earth_asia: "🌏",
|
327
|
+
full_moon: "🌕",
|
328
|
+
waning_gibbous_moon: "🌖",
|
329
|
+
last_quarter_moon: "🌗",
|
330
|
+
waning_crescent_moon: "🌘",
|
331
|
+
new_moon: "🌑",
|
332
|
+
waxing_crescent_moon: "🌒",
|
333
|
+
first_quarter_moon: "🌓",
|
334
|
+
waxing_gibbous_moon: "🌔",
|
335
|
+
new_moon_with_face: "🌚",
|
336
|
+
full_moon_with_face: "🌝",
|
337
|
+
first_quarter_moon_with_face: "🌛",
|
338
|
+
last_quarter_moon_with_face: "🌜",
|
339
|
+
sun_with_face: "🌞",
|
340
|
+
crescent_moon: "🌙",
|
341
|
+
star: "⭐",
|
342
|
+
star2: "🌟",
|
343
|
+
dizzy: "💫",
|
344
|
+
sparkles: "✨",
|
345
|
+
comet: "☄",
|
346
|
+
sun_behind_small_cloud: "🌤",
|
347
|
+
partly_sunny: "⛅",
|
348
|
+
sun_behind_large_cloud: "🌥",
|
349
|
+
sun_behind_rain_cloud: "🌦",
|
350
|
+
cloud_with_rain: "🌧",
|
351
|
+
cloud_with_lightning_and_rain: "⛈",
|
352
|
+
cloud_with_lightning: "🌩",
|
353
|
+
zap: "⚡",
|
354
|
+
fire: "🔥",
|
355
|
+
boom: "💥",
|
356
|
+
cloud_with_snow: "🌨",
|
357
|
+
snowman: "⛄",
|
358
|
+
snowman_with_snow: "☃",
|
359
|
+
wind_face: "🌬",
|
360
|
+
dash: "💨",
|
361
|
+
tornado: "🌪",
|
362
|
+
fog: "🌫",
|
363
|
+
open_umbrella: "☂",
|
364
|
+
umbrella: "☔",
|
365
|
+
droplet: "💧",
|
366
|
+
sweat_drops: "💦",
|
367
|
+
ocean: "🌊",
|
368
|
+
green_apple: "🍏",
|
369
|
+
apple: "🍎",
|
370
|
+
pear: "🍐",
|
371
|
+
tangerine: "🍊",
|
372
|
+
lemon: "🍋",
|
373
|
+
banana: "🍌",
|
374
|
+
watermelon: "🍉",
|
375
|
+
grapes: "🍇",
|
376
|
+
strawberry: "🍓",
|
377
|
+
melon: "🍈",
|
378
|
+
cherries: "🍒",
|
379
|
+
peach: "🍑",
|
380
|
+
pineapple: "🍍",
|
381
|
+
kiwi_fruit: "🥝",
|
382
|
+
avocado: "🥑",
|
383
|
+
tomato: "🍅",
|
384
|
+
eggplant: "🍆",
|
385
|
+
cucumber: "🥒",
|
386
|
+
carrot: "🥕",
|
387
|
+
hot_pepper: "🌶",
|
388
|
+
potato: "🥔",
|
389
|
+
corn: "🌽",
|
390
|
+
sweet_potato: "🍠",
|
391
|
+
peanuts: "🥜",
|
392
|
+
honey_pot: "🍯",
|
393
|
+
croissant: "🥐",
|
394
|
+
bread: "🍞",
|
395
|
+
baguette_bread: "🥖",
|
396
|
+
cheese: "🧀",
|
397
|
+
egg: "🥚",
|
398
|
+
bacon: "🥓",
|
399
|
+
pancakes: "🥞",
|
400
|
+
poultry_leg: "🍗",
|
401
|
+
meat_on_bone: "🍖",
|
402
|
+
fried_shrimp: "🍤",
|
403
|
+
fried_egg: "🍳",
|
404
|
+
hamburger: "🍔",
|
405
|
+
fries: "🍟",
|
406
|
+
stuffed_flatbread: "🥙",
|
407
|
+
hotdog: "🌭",
|
408
|
+
pizza: "🍕",
|
409
|
+
spaghetti: "🍝",
|
410
|
+
taco: "🌮",
|
411
|
+
burrito: "🌯",
|
412
|
+
green_salad: "🥗",
|
413
|
+
shallow_pan_of_food: "🥘",
|
414
|
+
ramen: "🍜",
|
415
|
+
stew: "🍲",
|
416
|
+
fish_cake: "🍥",
|
417
|
+
sushi: "🍣",
|
418
|
+
bento: "🍱",
|
419
|
+
curry: "🍛",
|
420
|
+
rice_ball: "🍙",
|
421
|
+
rice: "🍚",
|
422
|
+
rice_cracker: "🍘",
|
423
|
+
oden: "🍢",
|
424
|
+
dango: "🍡",
|
425
|
+
shaved_ice: "🍧",
|
426
|
+
ice_cream: "🍨",
|
427
|
+
icecream: "🍦",
|
428
|
+
cake: "🍰",
|
429
|
+
birthday: "🎂",
|
430
|
+
custard: "🍮",
|
431
|
+
candy: "🍬",
|
432
|
+
lollipop: "🍭",
|
433
|
+
chocolate_bar: "🍫",
|
434
|
+
popcorn: "🍿",
|
435
|
+
doughnut: "🍩",
|
436
|
+
cookie: "🍪",
|
437
|
+
milk_glass: "🥛",
|
438
|
+
beer: "🍺",
|
439
|
+
beers: "🍻",
|
440
|
+
clinking_glasses: "🥂",
|
441
|
+
wine_glass: "🍷",
|
442
|
+
tumbler_glass: "🥃",
|
443
|
+
cocktail: "🍸",
|
444
|
+
tropical_drink: "🍹",
|
445
|
+
champagne: "🍾",
|
446
|
+
sake: "🍶",
|
447
|
+
tea: "🍵",
|
448
|
+
coffee: "☕",
|
449
|
+
baby_bottle: "🍼",
|
450
|
+
spoon: "🥄",
|
451
|
+
fork_and_knife: "🍴",
|
452
|
+
plate_with_cutlery: "🍽",
|
453
|
+
soccer: "⚽",
|
454
|
+
basketball: "🏀",
|
455
|
+
football: "🏈",
|
456
|
+
baseball: "⚾",
|
457
|
+
tennis: "🎾",
|
458
|
+
volleyball: "🏐",
|
459
|
+
rugby_football: "🏉",
|
460
|
+
ball8: "🎱",
|
461
|
+
golf: "⛳",
|
462
|
+
golfing_man: "🏌",
|
463
|
+
ping_pong: "🏓",
|
464
|
+
badminton: "🏸",
|
465
|
+
goal_net: "🥅",
|
466
|
+
ice_hockey: "🏒",
|
467
|
+
field_hockey: "🏑",
|
468
|
+
cricket: "🏏",
|
469
|
+
ski: "🎿",
|
470
|
+
skier: "⛷",
|
471
|
+
snowboarder: "🏂",
|
472
|
+
person_fencing: "🤺",
|
473
|
+
ice_skate: "⛸",
|
474
|
+
bow_and_arrow: "🏹",
|
475
|
+
fishing_pole_and_fish: "🎣",
|
476
|
+
boxing_glove: "🥊",
|
477
|
+
martial_arts_uniform: "🥋",
|
478
|
+
rowing_man: "🚣",
|
479
|
+
swimming_man: "🏊",
|
480
|
+
surfing_man: "🏄",
|
481
|
+
bath: "🛀",
|
482
|
+
basketball_man: "⛹",
|
483
|
+
weight_lifting_man: "🏋",
|
484
|
+
biking_man: "🚴",
|
485
|
+
mountain_biking_man: "🚵",
|
486
|
+
horse_racing: "🏇",
|
487
|
+
business_suit_levitating: "🕴",
|
488
|
+
trophy: "🏆",
|
489
|
+
running_shirt_with_sash: "🎽",
|
490
|
+
medal_sports: "🏅",
|
491
|
+
medal_military: "🎖",
|
492
|
+
_1st_place_medal: "🥇",
|
493
|
+
_2nd_place_medal: "🥈",
|
494
|
+
_3rd_place_medal: "🥉",
|
495
|
+
reminder_ribbon: "🎗",
|
496
|
+
rosette: "🏵",
|
497
|
+
ticket: "🎫",
|
498
|
+
tickets: "🎟",
|
499
|
+
performing_arts: "🎭",
|
500
|
+
art: "🎨",
|
501
|
+
circus_tent: "🎪",
|
502
|
+
microphone: "🎤",
|
503
|
+
headphones: "🎧",
|
504
|
+
musical_score: "🎼",
|
505
|
+
musical_keyboard: "🎹",
|
506
|
+
drum: "🥁",
|
507
|
+
saxophone: "🎷",
|
508
|
+
trumpet: "🎺",
|
509
|
+
guitar: "🎸",
|
510
|
+
violin: "🎻",
|
511
|
+
clapper: "🎬",
|
512
|
+
video_game: "🎮",
|
513
|
+
space_invader: "👾",
|
514
|
+
dart: "🎯",
|
515
|
+
game_die: "🎲",
|
516
|
+
slot_machine: "🎰",
|
517
|
+
bowling: "🎳",
|
518
|
+
red_car: "🚗",
|
519
|
+
taxi: "🚕",
|
520
|
+
blue_car: "🚙",
|
521
|
+
bus: "🚌",
|
522
|
+
trolleybus: "🚎",
|
523
|
+
racing_car: "🏎",
|
524
|
+
police_car: "🚓",
|
525
|
+
ambulance: "🚑",
|
526
|
+
fire_engine: "🚒",
|
527
|
+
minibus: "🚐",
|
528
|
+
truck: "🚚",
|
529
|
+
articulated_lorry: "🚛",
|
530
|
+
tractor: "🚜",
|
531
|
+
kick_scooter: "🛴",
|
532
|
+
motorcycle: "🏍",
|
533
|
+
bike: "🚲",
|
534
|
+
motor_scooter: "🛵",
|
535
|
+
rotating_light: "🚨",
|
536
|
+
oncoming_police_car: "🚔",
|
537
|
+
oncoming_bus: "🚍",
|
538
|
+
oncoming_automobile: "🚘",
|
539
|
+
oncoming_taxi: "🚖",
|
540
|
+
aerial_tramway: "🚡",
|
541
|
+
mountain_cableway: "🚠",
|
542
|
+
suspension_railway: "🚟",
|
543
|
+
railway_car: "🚃",
|
544
|
+
train: "🚋",
|
545
|
+
monorail: "🚝",
|
546
|
+
bullettrain_side: "🚄",
|
547
|
+
bullettrain_front: "🚅",
|
548
|
+
light_rail: "🚈",
|
549
|
+
mountain_railway: "🚞",
|
550
|
+
steam_locomotive: "🚂",
|
551
|
+
train2: "🚆",
|
552
|
+
metro: "🚇",
|
553
|
+
tram: "🚊",
|
554
|
+
station: "🚉",
|
555
|
+
helicopter: "🚁",
|
556
|
+
small_airplane: "🛩",
|
557
|
+
flight_departure: "🛫",
|
558
|
+
flight_arrival: "🛬",
|
559
|
+
sailboat: "⛵",
|
560
|
+
motor_boat: "🛥",
|
561
|
+
speedboat: "🚤",
|
562
|
+
ferry: "⛴",
|
563
|
+
passenger_ship: "🛳",
|
564
|
+
rocket: "🚀",
|
565
|
+
artificial_satellite: "🛰",
|
566
|
+
seat: "💺",
|
567
|
+
canoe: "🛶",
|
568
|
+
anchor: "⚓",
|
569
|
+
construction: "🚧",
|
570
|
+
fuelpump: "⛽",
|
571
|
+
busstop: "🚏",
|
572
|
+
vertical_traffic_light: "🚦",
|
573
|
+
traffic_light: "🚥",
|
574
|
+
checkered_flag: "🏁",
|
575
|
+
ship: "🚢",
|
576
|
+
ferris_wheel: "🎡",
|
577
|
+
roller_coaster: "🎢",
|
578
|
+
carousel_horse: "🎠",
|
579
|
+
building_construction: "🏗",
|
580
|
+
foggy: "🌁",
|
581
|
+
tokyo_tower: "🗼",
|
582
|
+
factory: "🏭",
|
583
|
+
fountain: "⛲",
|
584
|
+
rice_scene: "🎑",
|
585
|
+
mountain: "⛰",
|
586
|
+
mountain_snow: "🏔",
|
587
|
+
mount_fuji: "🗻",
|
588
|
+
volcano: "🌋",
|
589
|
+
japan: "🗾",
|
590
|
+
camping: "🏕",
|
591
|
+
tent: "⛺",
|
592
|
+
national_park: "🏞",
|
593
|
+
motorway: "🛣",
|
594
|
+
railway_track: "🛤",
|
595
|
+
sunrise: "🌅",
|
596
|
+
sunrise_over_mountains: "🌄",
|
597
|
+
desert: "🏜",
|
598
|
+
beach_umbrella: "🏖",
|
599
|
+
desert_island: "🏝",
|
600
|
+
city_sunrise: "🌇",
|
601
|
+
city_sunset: "🌆",
|
602
|
+
cityscape: "🏙",
|
603
|
+
night_with_stars: "🌃",
|
604
|
+
bridge_at_night: "🌉",
|
605
|
+
milky_way: "🌌",
|
606
|
+
stars: "🌠",
|
607
|
+
sparkler: "🎇",
|
608
|
+
fireworks: "🎆",
|
609
|
+
rainbow: "🌈",
|
610
|
+
houses: "🏘",
|
611
|
+
european_castle: "🏰",
|
612
|
+
japanese_castle: "🏯",
|
613
|
+
stadium: "🏟",
|
614
|
+
statue_of_liberty: "🗽",
|
615
|
+
house: "🏠",
|
616
|
+
house_with_garden: "🏡",
|
617
|
+
derelict_house: "🏚",
|
618
|
+
office: "🏢",
|
619
|
+
department_store: "🏬",
|
620
|
+
post_office: "🏣",
|
621
|
+
european_post_office: "🏤",
|
622
|
+
hospital: "🏥",
|
623
|
+
bank: "🏦",
|
624
|
+
hotel: "🏨",
|
625
|
+
convenience_store: "🏪",
|
626
|
+
school: "🏫",
|
627
|
+
love_hotel: "🏩",
|
628
|
+
wedding: "💒",
|
629
|
+
classical_building: "🏛",
|
630
|
+
church: "⛪",
|
631
|
+
mosque: "🕌",
|
632
|
+
synagogue: "🕍",
|
633
|
+
kaaba: "🕋",
|
634
|
+
shinto_shrine: "⛩",
|
635
|
+
watch: "⌚",
|
636
|
+
iphone: "📱",
|
637
|
+
calling: "📲",
|
638
|
+
computer: "💻",
|
639
|
+
keyboard: "⌨",
|
640
|
+
desktop_computer: "🖥",
|
641
|
+
printer: "🖨",
|
642
|
+
computer_mouse: "🖱",
|
643
|
+
trackball: "🖲",
|
644
|
+
joystick: "🕹",
|
645
|
+
clamp: "🗜",
|
646
|
+
minidisc: "💽",
|
647
|
+
floppy_disk: "💾",
|
648
|
+
cd: "💿",
|
649
|
+
dvd: "📀",
|
650
|
+
vhs: "📼",
|
651
|
+
camera: "📷",
|
652
|
+
camera_flash: "📸",
|
653
|
+
video_camera: "📹",
|
654
|
+
movie_camera: "🎥",
|
655
|
+
film_projector: "📽",
|
656
|
+
film_strip: "🎞",
|
657
|
+
telephone_receiver: "📞",
|
658
|
+
pager: "📟",
|
659
|
+
fax: "📠",
|
660
|
+
tv: "📺",
|
661
|
+
radio: "📻",
|
662
|
+
studio_microphone: "🎙",
|
663
|
+
level_slider: "🎚",
|
664
|
+
control_knobs: "🎛",
|
665
|
+
stopwatch: "⏱",
|
666
|
+
timer_clock: "⏲",
|
667
|
+
alarm_clock: "⏰",
|
668
|
+
mantelpiece_clock: "🕰",
|
669
|
+
hourglass_flowing_sand: "⏳",
|
670
|
+
hourglass: "⌛",
|
671
|
+
satellite: "📡",
|
672
|
+
battery: "🔋",
|
673
|
+
electric_plug: "🔌",
|
674
|
+
bulb: "💡",
|
675
|
+
flashlight: "🔦",
|
676
|
+
candle: "🕯",
|
677
|
+
wastebasket: "🗑",
|
678
|
+
oil_drum: "🛢",
|
679
|
+
money_with_wings: "💸",
|
680
|
+
dollar: "💵",
|
681
|
+
yen: "💴",
|
682
|
+
euro: "💶",
|
683
|
+
pound: "💷",
|
684
|
+
moneybag: "💰",
|
685
|
+
credit_card: "💳",
|
686
|
+
gem: "💎",
|
687
|
+
balance_scale: "⚖",
|
688
|
+
wrench: "🔧",
|
689
|
+
hammer: "🔨",
|
690
|
+
hammer_and_pick: "⚒",
|
691
|
+
hammer_and_wrench: "🛠",
|
692
|
+
pick: "⛏",
|
693
|
+
nut_and_bolt: "🔩",
|
694
|
+
gear: "⚙",
|
695
|
+
chains: "⛓",
|
696
|
+
gun: "🔫",
|
697
|
+
bomb: "💣",
|
698
|
+
hocho: "🔪",
|
699
|
+
dagger: "🗡",
|
700
|
+
crossed_swords: "⚔",
|
701
|
+
shield: "🛡",
|
702
|
+
smoking: "🚬",
|
703
|
+
skull_and_crossbones: "☠",
|
704
|
+
coffin: "⚰",
|
705
|
+
funeral_urn: "⚱",
|
706
|
+
amphora: "🏺",
|
707
|
+
crystal_ball: "🔮",
|
708
|
+
prayer_beads: "📿",
|
709
|
+
barber: "💈",
|
710
|
+
alembic: "⚗",
|
711
|
+
telescope: "🔭",
|
712
|
+
microscope: "🔬",
|
713
|
+
hole: "🕳",
|
714
|
+
pill: "💊",
|
715
|
+
syringe: "💉",
|
716
|
+
thermometer: "🌡",
|
717
|
+
label: "🏷",
|
718
|
+
bookmark: "🔖",
|
719
|
+
toilet: "🚽",
|
720
|
+
shower: "🚿",
|
721
|
+
bathtub: "🛁",
|
722
|
+
key: "🔑",
|
723
|
+
old_key: "🗝",
|
724
|
+
couch_and_lamp: "🛋",
|
725
|
+
sleeping_bed: "🛌",
|
726
|
+
bed: "🛏",
|
727
|
+
door: "🚪",
|
728
|
+
bellhop_bell: "🛎",
|
729
|
+
framed_picture: "🖼",
|
730
|
+
world_map: "🗺",
|
731
|
+
parasol_on_ground: "⛱",
|
732
|
+
moyai: "🗿",
|
733
|
+
shopping: "🛍",
|
734
|
+
shopping_cart: "🛒",
|
735
|
+
balloon: "🎈",
|
736
|
+
flags: "🎏",
|
737
|
+
ribbon: "🎀",
|
738
|
+
gift: "🎁",
|
739
|
+
confetti_ball: "🎊",
|
740
|
+
tada: "🎉",
|
741
|
+
dolls: "🎎",
|
742
|
+
wind_chime: "🎐",
|
743
|
+
crossed_flags: "🎌",
|
744
|
+
izakaya_lantern: "🏮",
|
745
|
+
envelope_with_arrow: "📩",
|
746
|
+
incoming_envelope: "📨",
|
747
|
+
e_mail: "📧",
|
748
|
+
love_letter: "💌",
|
749
|
+
postbox: "📮",
|
750
|
+
mailbox_closed: "📪",
|
751
|
+
mailbox: "📫",
|
752
|
+
mailbox_with_mail: "📬",
|
753
|
+
mailbox_with_no_mail: "📭",
|
754
|
+
package: "📦",
|
755
|
+
postal_horn: "📯",
|
756
|
+
inbox_tray: "📥",
|
757
|
+
outbox_tray: "📤",
|
758
|
+
scroll: "📜",
|
759
|
+
page_with_curl: "📃",
|
760
|
+
bookmark_tabs: "📑",
|
761
|
+
bar_chart: "📊",
|
762
|
+
chart_with_upwards_trend: "📈",
|
763
|
+
chart_with_downwards_trend: "📉",
|
764
|
+
page_facing_up: "📄",
|
765
|
+
date: "📅",
|
766
|
+
calendar: "📆",
|
767
|
+
spiral_calendar: "🗓",
|
768
|
+
card_index: "📇",
|
769
|
+
card_file_box: "🗃",
|
770
|
+
ballot_box: "🗳",
|
771
|
+
file_cabinet: "🗄",
|
772
|
+
clipboard: "📋",
|
773
|
+
spiral_notepad: "🗒",
|
774
|
+
file_folder: "📁",
|
775
|
+
open_file_folder: "📂",
|
776
|
+
card_index_dividers: "🗂",
|
777
|
+
newspaper_roll: "🗞",
|
778
|
+
newspaper: "📰",
|
779
|
+
notebook: "📓",
|
780
|
+
closed_book: "📕",
|
781
|
+
green_book: "📗",
|
782
|
+
blue_book: "📘",
|
783
|
+
orange_book: "📙",
|
784
|
+
notebook_with_decorative_cover: "📔",
|
785
|
+
ledger: "📒",
|
786
|
+
books: "📚",
|
787
|
+
open_book: "📖",
|
788
|
+
link: "🔗",
|
789
|
+
paperclip: "📎",
|
790
|
+
paperclips: "🖇",
|
791
|
+
triangular_ruler: "📐",
|
792
|
+
straight_ruler: "📏",
|
793
|
+
pushpin: "📌",
|
794
|
+
round_pushpin: "📍",
|
795
|
+
triangular_flag_on_post: "🚩",
|
796
|
+
white_flag: "🏳",
|
797
|
+
black_flag: "🏴",
|
798
|
+
closed_lock_with_key: "🔐",
|
799
|
+
lock: "🔒",
|
800
|
+
unlock: "🔓",
|
801
|
+
lock_with_ink_pen: "🔏",
|
802
|
+
pen: "🖊",
|
803
|
+
fountain_pen: "🖋",
|
804
|
+
memo: "📝",
|
805
|
+
crayon: "🖍",
|
806
|
+
paintbrush: "🖌",
|
807
|
+
mag: "🔍",
|
808
|
+
mag_right: "🔎",
|
809
|
+
yellow_heart: "💛",
|
810
|
+
green_heart: "💚",
|
811
|
+
blue_heart: "💙",
|
812
|
+
purple_heart: "💜",
|
813
|
+
black_heart: "🖤",
|
814
|
+
broken_heart: "💔",
|
815
|
+
heavy_heart_exclamation: "❣",
|
816
|
+
two_hearts: "💕",
|
817
|
+
revolving_hearts: "💞",
|
818
|
+
heartbeat: "💓",
|
819
|
+
heartpulse: "💗",
|
820
|
+
sparkling_heart: "💖",
|
821
|
+
cupid: "💘",
|
822
|
+
gift_heart: "💝",
|
823
|
+
heart_decoration: "💟",
|
824
|
+
peace_symbol: "☮",
|
825
|
+
latin_cross: "✝",
|
826
|
+
star_and_crescent: "☪",
|
827
|
+
om: "🕉",
|
828
|
+
wheel_of_dharma: "☸",
|
829
|
+
star_of_david: "✡",
|
830
|
+
six_pointed_star: "🔯",
|
831
|
+
menorah: "🕎",
|
832
|
+
yin_yang: "☯",
|
833
|
+
orthodox_cross: "☦",
|
834
|
+
place_of_worship: "🛐",
|
835
|
+
ophiuchus: "⛎",
|
836
|
+
aries: "♈",
|
837
|
+
taurus: "♉",
|
838
|
+
gemini: "♊",
|
839
|
+
cancer: "♋",
|
840
|
+
leo: "♌",
|
841
|
+
virgo: "♍",
|
842
|
+
libra: "♎",
|
843
|
+
scorpius: "♏",
|
844
|
+
sagittarius: "♐",
|
845
|
+
capricorn: "♑",
|
846
|
+
aquarius: "♒",
|
847
|
+
pisces: "♓",
|
848
|
+
id: "🆔",
|
849
|
+
atom_symbol: "⚛",
|
850
|
+
u7a7a: "🈳",
|
851
|
+
u5272: "🈹",
|
852
|
+
radioactive: "☢",
|
853
|
+
biohazard: "☣",
|
854
|
+
mobile_phone_off: "📴",
|
855
|
+
vibration_mode: "📳",
|
856
|
+
u6709: "🈶",
|
857
|
+
u7121: "🈚",
|
858
|
+
u7533: "🈸",
|
859
|
+
u55b6: "🈺",
|
860
|
+
vs: "🆚",
|
861
|
+
accept: "🉑",
|
862
|
+
white_flower: "💮",
|
863
|
+
ideograph_advantage: "🉐",
|
864
|
+
u5408: "🈴",
|
865
|
+
u6e80: "🈵",
|
866
|
+
u7981: "🈲",
|
867
|
+
ab: "🆎",
|
868
|
+
cl: "🆑",
|
869
|
+
sos: "🆘",
|
870
|
+
warning: "⚠️",
|
871
|
+
no_entry: "⛔",
|
872
|
+
name_badge: "📛",
|
873
|
+
no_entry_sign: "🚫",
|
874
|
+
x: "❌",
|
875
|
+
o: "⭕",
|
876
|
+
stop_sign: "🛑",
|
877
|
+
anger: "💢",
|
878
|
+
no_pedestrians: "🚷",
|
879
|
+
do_not_litter: "🚯",
|
880
|
+
no_bicycles: "🚳",
|
881
|
+
non_potable_water: "🚱",
|
882
|
+
underage: "🔞",
|
883
|
+
no_mobile_phones: "📵",
|
884
|
+
exclamation: "❗",
|
885
|
+
grey_exclamation: "❕",
|
886
|
+
question: "❓",
|
887
|
+
grey_question: "❔",
|
888
|
+
low_brightness: "🔅",
|
889
|
+
high_brightness: "🔆",
|
890
|
+
trident: "🔱",
|
891
|
+
fleur_de_lis: "⚜",
|
892
|
+
children_crossing: "🚸",
|
893
|
+
beginner: "🔰",
|
894
|
+
u6307: "🈯",
|
895
|
+
chart: "💹",
|
896
|
+
negative_squared_cross_mark: "❎",
|
897
|
+
white_check_mark: "✅",
|
898
|
+
diamond_shape_with_a_dot_inside: "💠",
|
899
|
+
cyclone: "🌀",
|
900
|
+
loop: "➿",
|
901
|
+
globe_with_meridians: "🌐",
|
902
|
+
atm: "🏧",
|
903
|
+
passport_control: "🛂",
|
904
|
+
customs: "🛃",
|
905
|
+
baggage_claim: "🛄",
|
906
|
+
left_luggage: "🛅",
|
907
|
+
wheelchair: "♿",
|
908
|
+
no_smoking: "🚭",
|
909
|
+
wc: "🚾",
|
910
|
+
potable_water: "🚰",
|
911
|
+
mens: "🚹",
|
912
|
+
womens: "🚺",
|
913
|
+
baby_symbol: "🚼",
|
914
|
+
restroom: "🚻",
|
915
|
+
put_litter_in_its_place: "🚮",
|
916
|
+
cinema: "🎦",
|
917
|
+
signal_strength: "📶",
|
918
|
+
koko: "🈁",
|
919
|
+
ng: "🆖",
|
920
|
+
ok: "🆗",
|
921
|
+
up: "🆙",
|
922
|
+
cool: "🆒",
|
923
|
+
new: "🆕",
|
924
|
+
free: "🆓",
|
925
|
+
keycap_ten: "🔟",
|
926
|
+
pause_button: "⏸",
|
927
|
+
next_track_button: "⏭",
|
928
|
+
stop_button: "⏹",
|
929
|
+
record_button: "⏺",
|
930
|
+
play_or_pause_button: "⏯",
|
931
|
+
previous_track_button: "⏮",
|
932
|
+
fast_forward: "⏩",
|
933
|
+
rewind: "⏪",
|
934
|
+
twisted_rightwards_arrows: "🔀",
|
935
|
+
repeat: "🔁",
|
936
|
+
repeat_one: "🔂",
|
937
|
+
arrow_up_small: "🔼",
|
938
|
+
arrow_down_small: "🔽",
|
939
|
+
arrow_double_up: "⏫",
|
940
|
+
arrow_double_down: "⏬",
|
941
|
+
arrows_counterclockwise: "🔄",
|
942
|
+
abc: "🔤",
|
943
|
+
abcd: "🔡",
|
944
|
+
capital_abcd: "🔠",
|
945
|
+
symbols: "🔣",
|
946
|
+
musical_note: "🎵",
|
947
|
+
notes: "🎶",
|
948
|
+
curly_loop: "➰",
|
949
|
+
arrows_clockwise: "🔃",
|
950
|
+
heavy_plus_sign: "➕",
|
951
|
+
heavy_minus_sign: "➖",
|
952
|
+
heavy_division_sign: "➗",
|
953
|
+
heavy_dollar_sign: "💲",
|
954
|
+
currency_exchange: "💱",
|
955
|
+
end: "🔚",
|
956
|
+
back: "🔙",
|
957
|
+
on: "🔛",
|
958
|
+
top: "🔝",
|
959
|
+
soon: "🔜",
|
960
|
+
radio_button: "🔘",
|
961
|
+
white_circle: "⚪",
|
962
|
+
black_circle: "⚫",
|
963
|
+
red_circle: "🔴",
|
964
|
+
large_blue_circle: "🔵",
|
965
|
+
small_orange_diamond: "🔸",
|
966
|
+
small_blue_diamond: "🔹",
|
967
|
+
large_orange_diamond: "🔶",
|
968
|
+
large_blue_diamond: "🔷",
|
969
|
+
small_red_triangle: "🔺",
|
970
|
+
black_large_square: "⬛",
|
971
|
+
white_large_square: "⬜",
|
972
|
+
small_red_triangle_down: "🔻",
|
973
|
+
black_medium_small_square: "◾",
|
974
|
+
white_medium_small_square: "◽",
|
975
|
+
black_square_button: "🔲",
|
976
|
+
white_square_button: "🔳",
|
977
|
+
speaker: "🔈",
|
978
|
+
sound: "🔉",
|
979
|
+
loud_sound: "🔊",
|
980
|
+
mute: "🔇",
|
981
|
+
mega: "📣",
|
982
|
+
loudspeaker: "📢",
|
983
|
+
bell: "🔔",
|
984
|
+
no_bell: "🔕",
|
985
|
+
black_joker: "🃏",
|
986
|
+
mahjong: "🀄",
|
987
|
+
flower_playing_cards: "🎴",
|
988
|
+
thought_balloon: "💭",
|
989
|
+
right_anger_bubble: "🗯",
|
990
|
+
speech_balloon: "💬",
|
991
|
+
left_speech_bubble: "🗨",
|
992
|
+
clock1: "🕐",
|
993
|
+
clock2: "🕑",
|
994
|
+
clock3: "🕒",
|
995
|
+
clock4: "🕓",
|
996
|
+
clock5: "🕔",
|
997
|
+
clock6: "🕕",
|
998
|
+
clock7: "🕖",
|
999
|
+
clock8: "🕗",
|
1000
|
+
clock9: "🕘",
|
1001
|
+
clock10: "🕙",
|
1002
|
+
clock11: "🕚",
|
1003
|
+
clock12: "🕛",
|
1004
|
+
clock130: "🕜",
|
1005
|
+
clock230: "🕝",
|
1006
|
+
clock330: "🕞",
|
1007
|
+
clock430: "🕟",
|
1008
|
+
clock530: "🕠",
|
1009
|
+
clock630: "🕡",
|
1010
|
+
clock730: "🕢",
|
1011
|
+
clock830: "🕣",
|
1012
|
+
clock930: "🕤",
|
1013
|
+
clock1030: "🕥",
|
1014
|
+
clock1130: "🕦",
|
1015
|
+
clock1230: "🕧"
|
1016
|
+
}, a = {
|
1017
|
+
grinning: "😀",
|
1018
|
+
blonde_man: "👱",
|
1019
|
+
dog: "🐵",
|
1020
|
+
jack_o_lantern: "🎃",
|
1021
|
+
earth_americas: "🌎",
|
1022
|
+
star: "⭐",
|
1023
|
+
grapes: "🍇",
|
1024
|
+
crossed_flags: "🎌",
|
1025
|
+
warning: "⚠️"
|
1026
|
+
};
|
1027
|
+
export {
|
1028
|
+
a as EMOJI_CATEGORIES,
|
1029
|
+
e as EMOJI_LIST
|
1030
|
+
};
|