@datawhale/prosemirror-render 0.0.1
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/dist/AttachmentBlock-ChMNTUOo.mjs +351 -0
- package/dist/AttachmentBlock-DsmJP3Kw.js +1 -0
- package/dist/AttachmentInline-Dc3dp0g-.js +1 -0
- package/dist/AttachmentInline-tbC8BJBy.mjs +52 -0
- package/dist/AttachmentMenu-B5x8P9_n.mjs +541 -0
- package/dist/AttachmentMenu-ExoCOe4B.js +1 -0
- package/dist/Blockquote-BamWUQND.mjs +15 -0
- package/dist/Blockquote-CQSBFnsu.js +1 -0
- package/dist/BulletList-BQTUD69X.mjs +15 -0
- package/dist/BulletList-CFjF3U-l.js +1 -0
- package/dist/Callout-Cu6HI-xq.mjs +28 -0
- package/dist/Callout-DPdOqTb4.js +1 -0
- package/dist/CellOutput-C33VK0df.mjs +981 -0
- package/dist/CellOutput-DiKZlIFa.js +6 -0
- package/dist/CodeBlock-Cjuxuq7B.mjs +8359 -0
- package/dist/CodeBlock-DWniNUQB.js +148 -0
- package/dist/Doc-6s4VMDsx.mjs +15 -0
- package/dist/Doc-D2yvlSII.js +1 -0
- package/dist/FoldBlock-DRdlU-DX.mjs +75 -0
- package/dist/FoldBlock-ZPMf0QsR.js +1 -0
- package/dist/Grid-GfmJxM93.mjs +31 -0
- package/dist/Grid-QToZdaRT.js +1 -0
- package/dist/HardBreak-B2tFO31P.mjs +13 -0
- package/dist/HardBreak-Dbf5Zg5o.js +1 -0
- package/dist/Heading-BElRvhGn.mjs +21 -0
- package/dist/Heading-BUnffIAz.js +1 -0
- package/dist/HorizontalRule-BRG45oT0.mjs +13 -0
- package/dist/HorizontalRule-CE09LZGf.js +1 -0
- package/dist/IFrame-CaAOVLGN.mjs +17 -0
- package/dist/IFrame-DcCpSoDC.js +1 -0
- package/dist/Image-C8v5dCij.mjs +105 -0
- package/dist/Image-cHL85CXs.js +1 -0
- package/dist/ListItem-BrjxeGxz.js +1 -0
- package/dist/ListItem-X0T7a_z8.mjs +15 -0
- package/dist/MathDisplay-CESKZV46.js +1 -0
- package/dist/MathDisplay-CoGsFzXW.mjs +30 -0
- package/dist/MathInline-0xTZoIIq.mjs +30 -0
- package/dist/MathInline-C_1SJUVz.js +1 -0
- package/dist/McChoices-Aj394G5E.mjs +52 -0
- package/dist/McChoices-B4euzY7M.js +1 -0
- package/dist/McQuestion-Dq0aM5tC.js +1 -0
- package/dist/McQuestion-DvD-J47M.mjs +38 -0
- package/dist/McSolution-C5sTXz3y.mjs +24 -0
- package/dist/McSolution-N79CllH9.js +1 -0
- package/dist/MultipleChoice-DTCF3Q8m.js +1 -0
- package/dist/MultipleChoice-Dv-k1zUU.mjs +47 -0
- package/dist/OrderedList-B8v1gchv.mjs +17 -0
- package/dist/OrderedList-DMl3tvwP.js +1 -0
- package/dist/Paragraph-CzRSCJNr.js +1 -0
- package/dist/Paragraph-DGcZy8t_.mjs +16 -0
- package/dist/SlotNode-6OpoUcOa.mjs +10 -0
- package/dist/SlotNode-DMG0R6Vf.js +1 -0
- package/dist/TableCell-BY9gdldc.js +1 -0
- package/dist/TableCell-Bp52L368.mjs +20 -0
- package/dist/TableContainer-C5KXY6f7.js +1 -0
- package/dist/TableContainer-C9PhNGlz.mjs +29 -0
- package/dist/TableHeader-BTuqvorM.js +1 -0
- package/dist/TableHeader-C7KKz3e1.mjs +17 -0
- package/dist/TableRow-D4F6AKFt.js +1 -0
- package/dist/TableRow-OzpVq1qW.mjs +15 -0
- package/dist/Text-Br_pcGz4.mjs +78 -0
- package/dist/Text-DlUfrsNI.js +1 -0
- package/dist/emoji-Bk6FG72F.js +1 -0
- package/dist/emoji-CmOToDEU.mjs +3711 -0
- package/dist/index-D2CtpNvR.js +1 -0
- package/dist/index-DVmWCrQE.mjs +159 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.es.js +4 -0
- package/dist/katex-CS0ZfoxP.js +261 -0
- package/dist/katex-r9TeExgs.mjs +11690 -0
- package/dist/prosemirror-render.css +1 -0
- package/dist/types/apis/monitor.d.ts +9 -0
- package/dist/types/apis/tingwu.d.ts +14 -0
- package/dist/types/apis/types.d.ts +23 -0
- package/dist/types/components/TreeRecursive.vue.d.ts +7 -0
- package/dist/types/components/TreeRender.vue.d.ts +9 -0
- package/dist/types/components/collections/async/AsyncError.vue.d.ts +3 -0
- package/dist/types/components/collections/async/AsyncLoading.vue.d.ts +3 -0
- package/dist/types/components/collections/attachment/AttachmentBlock.vue.d.ts +7 -0
- package/dist/types/components/collections/attachment/AttachmentInline.vue.d.ts +7 -0
- package/dist/types/components/collections/attachment/AttachmentMenu.vue.d.ts +16 -0
- package/dist/types/components/collections/attachment/VideoDetail.vue.d.ts +7 -0
- package/dist/types/components/collections/attachment/index.d.ts +1 -0
- package/dist/types/components/collections/basic/Blockquote.vue.d.ts +17 -0
- package/dist/types/components/collections/basic/BulletList.vue.d.ts +17 -0
- package/dist/types/components/collections/basic/HardBreak.vue.d.ts +7 -0
- package/dist/types/components/collections/basic/Heading.vue.d.ts +17 -0
- package/dist/types/components/collections/basic/HorizontalRule.vue.d.ts +7 -0
- package/dist/types/components/collections/basic/ListItem.vue.d.ts +17 -0
- package/dist/types/components/collections/basic/OrderedList.vue.d.ts +17 -0
- package/dist/types/components/collections/basic/Paragraph.vue.d.ts +17 -0
- package/dist/types/components/collections/basic/Text.vue.d.ts +7 -0
- package/dist/types/components/collections/basic/index.d.ts +1 -0
- package/dist/types/components/collections/callout/Callout.vue.d.ts +7 -0
- package/dist/types/components/collections/callout/index.d.ts +1 -0
- package/dist/types/components/collections/code/CellOutput.vue.d.ts +7 -0
- package/dist/types/components/collections/code/CodeBlock.vue.d.ts +7 -0
- package/dist/types/components/collections/code/index.d.ts +1 -0
- package/dist/types/components/collections/fold/FoldBlock.vue.d.ts +7 -0
- package/dist/types/components/collections/fold/index.d.ts +1 -0
- package/dist/types/components/collections/grid/Grid.vue.d.ts +7 -0
- package/dist/types/components/collections/grid/index.d.ts +1 -0
- package/dist/types/components/collections/iframe/IFrame.vue.d.ts +7 -0
- package/dist/types/components/collections/iframe/index.d.ts +1 -0
- package/dist/types/components/collections/img/Image.vue.d.ts +7 -0
- package/dist/types/components/collections/img/index.d.ts +1 -0
- package/dist/types/components/collections/index.d.ts +1 -0
- package/dist/types/components/collections/math/MathDisplay.vue.d.ts +7 -0
- package/dist/types/components/collections/math/MathInline.vue.d.ts +7 -0
- package/dist/types/components/collections/math/index.d.ts +1 -0
- package/dist/types/components/collections/multipleChoice/McChoices.vue.d.ts +16 -0
- package/dist/types/components/collections/multipleChoice/McQuestion.vue.d.ts +7 -0
- package/dist/types/components/collections/multipleChoice/McSolution.vue.d.ts +8 -0
- package/dist/types/components/collections/multipleChoice/MultipleChoice.vue.d.ts +7 -0
- package/dist/types/components/collections/multipleChoice/index.d.ts +1 -0
- package/dist/types/components/collections/table/TableCell.vue.d.ts +17 -0
- package/dist/types/components/collections/table/TableContainer.vue.d.ts +17 -0
- package/dist/types/components/collections/table/TableHeader.vue.d.ts +17 -0
- package/dist/types/components/collections/table/TableRow.vue.d.ts +17 -0
- package/dist/types/components/collections/table/index.d.ts +1 -0
- package/dist/types/components/collections/utils.d.ts +2 -0
- package/dist/types/components/collections/wrapper/Doc.vue.d.ts +17 -0
- package/dist/types/components/collections/wrapper/SlotNode.vue.d.ts +13 -0
- package/dist/types/components/collections/wrapper/index.d.ts +1 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/icons/Attachment/CardView.vue.d.ts +9 -0
- package/dist/types/icons/Attachment/Code/Bat.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/C.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Cpp.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Css.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Go.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Html.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Java.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Js.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Json.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Jsx.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Md.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Php.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Python.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Rb.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Sh.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Sql.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Swift.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Ts.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Tsx.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Code/Vue.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Excel.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Eye.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/FullScreen.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/InlineView.vue.d.ts +9 -0
- package/dist/types/icons/Attachment/Pdf.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Ppt.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/PreviewView.vue.d.ts +9 -0
- package/dist/types/icons/Attachment/UnknownFile.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/VideoIcon.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/VideoPlay.vue.d.ts +3 -0
- package/dist/types/icons/Attachment/Word.vue.d.ts +3 -0
- package/dist/types/icons/Code/Confirm.vue.d.ts +3 -0
- package/dist/types/icons/Code/Paste.vue.d.ts +3 -0
- package/dist/types/icons/Common/Choice.vue.d.ts +3 -0
- package/dist/types/icons/Common/Close.vue.d.ts +3 -0
- package/dist/types/icons/Common/Comment.vue.d.ts +3 -0
- package/dist/types/icons/Common/CopyAnchorLink.vue.d.ts +3 -0
- package/dist/types/icons/Common/Delete.vue.d.ts +3 -0
- package/dist/types/icons/Common/Download.vue.d.ts +3 -0
- package/dist/types/icons/Common/FoldClose.vue.d.ts +3 -0
- package/dist/types/icons/Common/FoldOpen.vue.d.ts +3 -0
- package/dist/types/icons/Common/Plate.vue.d.ts +3 -0
- package/dist/types/icons/Common/Question.vue.d.ts +3 -0
- package/dist/types/icons/Common/ShareTextLink.vue.d.ts +3 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/types.d.ts +269 -0
- package/dist/types/utils/common.d.ts +1 -0
- package/dist/types/utils/emoji.d.ts +10 -0
- package/dist/types/utils/globalStatus.d.ts +16 -0
- package/dist/types/utils/shiki.d.ts +3 -0
- package/dist/types/utils/useAttachment.d.ts +8 -0
- package/package.json +29 -0
- package/src/apis/monitor.ts +8 -0
- package/src/apis/tingwu.ts +22 -0
- package/src/apis/types.ts +45 -0
- package/src/components/TreeRecursive.vue +47 -0
- package/src/components/TreeRender.vue +404 -0
- package/src/components/collections/async/AsyncError.vue +17 -0
- package/src/components/collections/async/AsyncLoading.vue +1 -0
- package/src/components/collections/attachment/AttachmentBlock.vue +561 -0
- package/src/components/collections/attachment/AttachmentInline.vue +90 -0
- package/src/components/collections/attachment/AttachmentMenu.vue +359 -0
- package/src/components/collections/attachment/VideoDetail.vue +375 -0
- package/src/components/collections/attachment/index.ts +6 -0
- package/src/components/collections/basic/Blockquote.vue +15 -0
- package/src/components/collections/basic/BulletList.vue +15 -0
- package/src/components/collections/basic/HardBreak.vue +11 -0
- package/src/components/collections/basic/Heading.vue +15 -0
- package/src/components/collections/basic/HorizontalRule.vue +11 -0
- package/src/components/collections/basic/ListItem.vue +15 -0
- package/src/components/collections/basic/OrderedList.vue +15 -0
- package/src/components/collections/basic/Paragraph.vue +19 -0
- package/src/components/collections/basic/Text.vue +73 -0
- package/src/components/collections/basic/index.ts +13 -0
- package/src/components/collections/callout/Callout.vue +77 -0
- package/src/components/collections/callout/index.ts +5 -0
- package/src/components/collections/code/CellOutput.vue +72 -0
- package/src/components/collections/code/CodeBlock.vue +83 -0
- package/src/components/collections/code/index.ts +6 -0
- package/src/components/collections/fold/FoldBlock.vue +130 -0
- package/src/components/collections/fold/index.ts +5 -0
- package/src/components/collections/grid/Grid.vue +70 -0
- package/src/components/collections/grid/index.ts +5 -0
- package/src/components/collections/iframe/IFrame.vue +19 -0
- package/src/components/collections/iframe/index.ts +5 -0
- package/src/components/collections/img/Image.vue +318 -0
- package/src/components/collections/img/index.ts +5 -0
- package/src/components/collections/index.ts +29 -0
- package/src/components/collections/math/MathDisplay.vue +42 -0
- package/src/components/collections/math/MathInline.vue +42 -0
- package/src/components/collections/math/index.ts +6 -0
- package/src/components/collections/multipleChoice/McChoices.vue +72 -0
- package/src/components/collections/multipleChoice/McQuestion.vue +61 -0
- package/src/components/collections/multipleChoice/McSolution.vue +47 -0
- package/src/components/collections/multipleChoice/MultipleChoice.vue +62 -0
- package/src/components/collections/multipleChoice/index.ts +8 -0
- package/src/components/collections/table/TableCell.vue +20 -0
- package/src/components/collections/table/TableContainer.vue +32 -0
- package/src/components/collections/table/TableHeader.vue +15 -0
- package/src/components/collections/table/TableRow.vue +15 -0
- package/src/components/collections/table/index.ts +8 -0
- package/src/components/collections/utils.ts +17 -0
- package/src/components/collections/wrapper/Doc.vue +15 -0
- package/src/components/collections/wrapper/SlotNode.vue +5 -0
- package/src/components/collections/wrapper/index.ts +6 -0
- package/src/components/index.ts +1 -0
- package/src/icons/Attachment/CardView.vue +21 -0
- package/src/icons/Attachment/Code/Bat.vue +26 -0
- package/src/icons/Attachment/Code/C.vue +26 -0
- package/src/icons/Attachment/Code/Cpp.vue +26 -0
- package/src/icons/Attachment/Code/Css.vue +34 -0
- package/src/icons/Attachment/Code/Go.vue +26 -0
- package/src/icons/Attachment/Code/Html.vue +34 -0
- package/src/icons/Attachment/Code/Java.vue +42 -0
- package/src/icons/Attachment/Code/Js.vue +26 -0
- package/src/icons/Attachment/Code/Json.vue +26 -0
- package/src/icons/Attachment/Code/Jsx.vue +30 -0
- package/src/icons/Attachment/Code/Md.vue +26 -0
- package/src/icons/Attachment/Code/Php.vue +26 -0
- package/src/icons/Attachment/Code/Python.vue +30 -0
- package/src/icons/Attachment/Code/Rb.vue +26 -0
- package/src/icons/Attachment/Code/Sh.vue +30 -0
- package/src/icons/Attachment/Code/Sql.vue +30 -0
- package/src/icons/Attachment/Code/Swift.vue +26 -0
- package/src/icons/Attachment/Code/Ts.vue +26 -0
- package/src/icons/Attachment/Code/Tsx.vue +30 -0
- package/src/icons/Attachment/Code/Vue.vue +24 -0
- package/src/icons/Attachment/Excel.vue +26 -0
- package/src/icons/Attachment/Eye.vue +15 -0
- package/src/icons/Attachment/FullScreen.vue +15 -0
- package/src/icons/Attachment/InlineView.vue +21 -0
- package/src/icons/Attachment/Pdf.vue +25 -0
- package/src/icons/Attachment/Ppt.vue +26 -0
- package/src/icons/Attachment/PreviewView.vue +21 -0
- package/src/icons/Attachment/UnknownFile.vue +26 -0
- package/src/icons/Attachment/VideoIcon.vue +25 -0
- package/src/icons/Attachment/VideoPlay.vue +15 -0
- package/src/icons/Attachment/Word.vue +26 -0
- package/src/icons/Code/Confirm.vue +38 -0
- package/src/icons/Code/Paste.vue +8 -0
- package/src/icons/Common/Choice.vue +28 -0
- package/src/icons/Common/Close.vue +15 -0
- package/src/icons/Common/Comment.vue +16 -0
- package/src/icons/Common/CopyAnchorLink.vue +15 -0
- package/src/icons/Common/Delete.vue +15 -0
- package/src/icons/Common/Download.vue +15 -0
- package/src/icons/Common/FoldClose.vue +9 -0
- package/src/icons/Common/FoldOpen.vue +9 -0
- package/src/icons/Common/Plate.vue +23 -0
- package/src/icons/Common/Question.vue +8 -0
- package/src/icons/Common/ShareTextLink.vue +15 -0
- package/src/index.ts +3 -0
- package/src/types.ts +236 -0
- package/src/utils/common.ts +6 -0
- package/src/utils/emoji.ts +3715 -0
- package/src/utils/globalStatus.ts +19 -0
- package/src/utils/shiki.ts +25 -0
- package/src/utils/useAttachment.ts +215 -0
- package/tsconfig.build.json +10 -0
- package/tsconfig.json +23 -0
- package/vite.config.ts +24 -0
|
@@ -0,0 +1,3715 @@
|
|
|
1
|
+
export const EMOJI_GROUP = [
|
|
2
|
+
{
|
|
3
|
+
groupName: '表情符号',
|
|
4
|
+
list: [
|
|
5
|
+
{
|
|
6
|
+
name: '100',
|
|
7
|
+
icon: '💯',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: '1234',
|
|
11
|
+
icon: '🔢',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'grinning',
|
|
15
|
+
icon: '😀',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'grin',
|
|
19
|
+
icon: '😁',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: 'joy',
|
|
23
|
+
icon: '😂',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: 'sweat_smile',
|
|
27
|
+
icon: '😅',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'laughing',
|
|
31
|
+
icon: '😆',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'wink',
|
|
35
|
+
icon: '😉',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'blush',
|
|
39
|
+
icon: '😊',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'smiley',
|
|
43
|
+
icon: '😃',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
name: 'smile',
|
|
47
|
+
icon: '😄',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
name: 'yum',
|
|
51
|
+
icon: '😋',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
name: 'sunglasses',
|
|
55
|
+
icon: '😎',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
name: 'heart_eyes',
|
|
59
|
+
icon: '😍',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: 'kissing_heart',
|
|
63
|
+
icon: '😘',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: 'kissing',
|
|
67
|
+
icon: '😗',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'kissing_smiling_eyes',
|
|
71
|
+
icon: '😙',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'kissing_closed_eyes',
|
|
75
|
+
icon: '😚',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'slightly_smiling_face',
|
|
79
|
+
icon: '🙂',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
name: 'hugging_face',
|
|
83
|
+
icon: '🤗',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'thinking_face',
|
|
87
|
+
icon: '🤔',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'neutral_face',
|
|
91
|
+
icon: '😐',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
name: 'expressionless',
|
|
95
|
+
icon: '😑',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'no_mouth',
|
|
99
|
+
icon: '😶',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'face_with_rolling_eyes',
|
|
103
|
+
icon: '🙄',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
name: 'smirk',
|
|
107
|
+
icon: '😏',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
name: 'persevere',
|
|
111
|
+
icon: '😣',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
name: 'disappointed_relieved',
|
|
115
|
+
icon: '😥',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
name: 'open_mouth',
|
|
119
|
+
icon: '😮',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
name: 'zipper_mouth_face',
|
|
123
|
+
icon: '🤐',
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
name: 'hushed',
|
|
127
|
+
icon: '😯',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: 'sleepy',
|
|
131
|
+
icon: '😪',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
name: 'tired_face',
|
|
135
|
+
icon: '😫',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
name: 'sleeping',
|
|
139
|
+
icon: '😴',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
name: 'relieved',
|
|
143
|
+
icon: '😌',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
name: 'rolling_on_the_floor_laughing',
|
|
147
|
+
icon: '🤣',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
name: 'stuck_out_tongue',
|
|
151
|
+
icon: '😛',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
name: 'stuck_out_tongue_winking_eye',
|
|
155
|
+
icon: '😜',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
name: 'stuck_out_tongue_closed_eyes',
|
|
159
|
+
icon: '😝',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
name: 'unamused',
|
|
163
|
+
icon: '😒',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
name: 'sweat',
|
|
167
|
+
icon: '😓',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
name: 'pensive',
|
|
171
|
+
icon: '😔',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: 'confused',
|
|
175
|
+
icon: '😕',
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: 'upside_down_face',
|
|
179
|
+
icon: '🙃',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
name: 'money_mouth_face',
|
|
183
|
+
icon: '🤑',
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
name: 'astonished',
|
|
187
|
+
icon: '😲',
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
name: 'slightly_frowning_face',
|
|
191
|
+
icon: '🙁',
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
name: 'star_struck',
|
|
195
|
+
icon: '🤩',
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
name: 'face_vomiting',
|
|
199
|
+
icon: '🤮',
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
name: 'drooling_face',
|
|
203
|
+
icon: '🤤',
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
name: 'sneezing_face',
|
|
207
|
+
icon: '🤧',
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
name: 'zany_face',
|
|
211
|
+
icon: '🤪',
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
name: 'nauseated_face',
|
|
215
|
+
icon: '🤢',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
name: 'confounded',
|
|
219
|
+
icon: '😖',
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
name: 'face_with_raised_eyebrow',
|
|
223
|
+
icon: '🤨',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
name: 'disappointed',
|
|
227
|
+
icon: '😞',
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
name: 'worried',
|
|
231
|
+
icon: '😟',
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
name: 'triumph',
|
|
235
|
+
icon: '😤',
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
name: 'cry',
|
|
239
|
+
icon: '😢',
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
name: 'face_with_monocle',
|
|
243
|
+
icon: '🧐',
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
name: 'sob',
|
|
247
|
+
icon: '😭',
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
name: 'frowning',
|
|
251
|
+
icon: '😦',
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
name: 'anguished',
|
|
255
|
+
icon: '😧',
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
name: 'fearful',
|
|
259
|
+
icon: '😨',
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
name: 'weary',
|
|
263
|
+
icon: '😩',
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
name: 'grimacing',
|
|
267
|
+
icon: '😬',
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
name: 'cold_sweat',
|
|
271
|
+
icon: '😰',
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
name: 'scream',
|
|
275
|
+
icon: '😱',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
name: 'flushed',
|
|
279
|
+
icon: '😳',
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
name: 'dizzy_face',
|
|
283
|
+
icon: '😵',
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
name: 'rage',
|
|
287
|
+
icon: '😡',
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
name: 'exploding_head',
|
|
291
|
+
icon: '🤯',
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
name: 'angry',
|
|
295
|
+
icon: '😠',
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
name: 'mask',
|
|
299
|
+
icon: '😷',
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
name: 'shushing_face',
|
|
303
|
+
icon: '🤫',
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
name: 'face_with_hand_over_mouth',
|
|
307
|
+
icon: '🤭',
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
name: 'face_with_cowboy_hat',
|
|
311
|
+
icon: '🤠',
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
name: 'clown_face',
|
|
315
|
+
icon: '🤡',
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
name: 'lying_face',
|
|
319
|
+
icon: '🤥',
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
name: 'face_with_thermometer',
|
|
323
|
+
icon: '🤒',
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
name: 'face_with_head_bandage',
|
|
327
|
+
icon: '🤕',
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
name: 'innocent',
|
|
331
|
+
icon: '😇',
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
name: 'nerd_face',
|
|
335
|
+
icon: '🤓',
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
name: 'smiling_imp',
|
|
339
|
+
icon: '😈',
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
name: 'imp',
|
|
343
|
+
icon: '👿',
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
name: 'japanese_ogre',
|
|
347
|
+
icon: '👹',
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
name: 'face_with_symbols_on_mouth',
|
|
351
|
+
icon: '🤬',
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
name: 'japanese_goblin',
|
|
355
|
+
icon: '👺',
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
name: 'skull',
|
|
359
|
+
icon: '💀',
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
name: 'ghost',
|
|
363
|
+
icon: '👻',
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
name: 'alien',
|
|
367
|
+
icon: '👽',
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
name: 'space_invader',
|
|
371
|
+
icon: '👾',
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
name: 'robot_face',
|
|
375
|
+
icon: '🤖',
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
name: 'hankey',
|
|
379
|
+
icon: '💩',
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
name: 'smiley_cat',
|
|
383
|
+
icon: '😺',
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
name: 'smile_cat',
|
|
387
|
+
icon: '😸',
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
name: 'joy_cat',
|
|
391
|
+
icon: '😹',
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
name: 'heart_eyes_cat',
|
|
395
|
+
icon: '😻',
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
name: 'smirk_cat',
|
|
399
|
+
icon: '😼',
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
name: 'kissing_cat',
|
|
403
|
+
icon: '😽',
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: 'scream_cat',
|
|
407
|
+
icon: '🙀',
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
name: 'crying_cat_face',
|
|
411
|
+
icon: '😿',
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
name: 'pouting_cat',
|
|
415
|
+
icon: '😾',
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
name: 'see_no_evil',
|
|
419
|
+
icon: '🙈',
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
name: 'hear_no_evil',
|
|
423
|
+
icon: '🙉',
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
name: 'speak_no_evil',
|
|
427
|
+
icon: '🙊',
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
name: 'baby',
|
|
431
|
+
icon: '👶',
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
name: 'boy',
|
|
435
|
+
icon: '👦',
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
name: 'girl',
|
|
439
|
+
icon: '👧',
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
name: 'child',
|
|
443
|
+
icon: '🧒',
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
name: 'adult',
|
|
447
|
+
icon: '🧑',
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
name: 'older_adult',
|
|
451
|
+
icon: '🧓',
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
name: 'man',
|
|
455
|
+
icon: '👨',
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
name: 'woman',
|
|
459
|
+
icon: '👩',
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
name: 'older_man',
|
|
463
|
+
icon: '👴',
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
name: 'older_woman',
|
|
467
|
+
icon: '👵',
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
name: 'cop',
|
|
471
|
+
icon: '👮',
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
name: 'guardsman',
|
|
475
|
+
icon: '💂',
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
name: 'construction_worker',
|
|
479
|
+
icon: '👷',
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
name: 'princess',
|
|
483
|
+
icon: '👸',
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
name: 'man_with_turban',
|
|
487
|
+
icon: '👳',
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
name: 'man_with_gua_pi_mao',
|
|
491
|
+
icon: '👲',
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
name: 'person_with_blond_hair',
|
|
495
|
+
icon: '👱',
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
name: 'person_with_headscarf',
|
|
499
|
+
icon: '🧕',
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
name: 'bearded_person',
|
|
503
|
+
icon: '🧔',
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
name: 'man_in_tuxedo',
|
|
507
|
+
icon: '🤵',
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
name: 'pregnant_woman',
|
|
511
|
+
icon: '🤰',
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
name: 'breast_feeding',
|
|
515
|
+
icon: '🤱',
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
name: 'mrs_claus',
|
|
519
|
+
icon: '🤶',
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
name: 'mage',
|
|
523
|
+
icon: '🧙',
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
name: 'fairy',
|
|
527
|
+
icon: '🧚',
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
name: 'vampire',
|
|
531
|
+
icon: '🧛',
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
name: 'merperson',
|
|
535
|
+
icon: '🧜',
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
name: 'elf',
|
|
539
|
+
icon: '🧝',
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
name: 'genie',
|
|
543
|
+
icon: '🧞',
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
name: 'zombie',
|
|
547
|
+
icon: '🧟',
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
name: 'face_palm',
|
|
551
|
+
icon: '🤦',
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
name: 'shrug',
|
|
555
|
+
icon: '🤷',
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
name: 'man_dancing',
|
|
559
|
+
icon: '🕺',
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
name: 'person_in_steamy_room',
|
|
563
|
+
icon: '🧖',
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
name: 'person_climbing',
|
|
567
|
+
icon: '🧗',
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
name: 'person_in_lotus_position',
|
|
571
|
+
icon: '🧘',
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
name: 'fencer',
|
|
575
|
+
icon: '🤺',
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
name: 'person_doing_cartwheel',
|
|
579
|
+
icon: '🤸',
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
name: 'wrestlers',
|
|
583
|
+
icon: '🤼',
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
name: 'water_polo',
|
|
587
|
+
icon: '🤽',
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
name: 'handball',
|
|
591
|
+
icon: '🤾',
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
name: 'juggling',
|
|
595
|
+
icon: '🤹',
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
name: 'selfie',
|
|
599
|
+
icon: '🤳',
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
name: 'bride_with_veil',
|
|
603
|
+
icon: '👰',
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
name: 'angel',
|
|
607
|
+
icon: '👼',
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
name: 'santa',
|
|
611
|
+
icon: '🎅',
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
name: 'prince',
|
|
615
|
+
icon: '🤴',
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
name: 'person_frowning',
|
|
619
|
+
icon: '🙍',
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
name: 'person_with_pouting_face',
|
|
623
|
+
icon: '🙎',
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
name: 'no_good',
|
|
627
|
+
icon: '🙅',
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
name: 'ok_woman',
|
|
631
|
+
icon: '🙆',
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
name: 'information_desk_person',
|
|
635
|
+
icon: '💁',
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
name: 'raising_hand',
|
|
639
|
+
icon: '🙋',
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
name: 'bow',
|
|
643
|
+
icon: '🙇',
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
name: 'massage',
|
|
647
|
+
icon: '💆',
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
name: 'haircut',
|
|
651
|
+
icon: '💇',
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
name: 'walking',
|
|
655
|
+
icon: '🚶',
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
name: 'runner',
|
|
659
|
+
icon: '🏃',
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
name: 'dancer',
|
|
663
|
+
icon: '💃',
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
name: 'dancers',
|
|
667
|
+
icon: '👯',
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
name: 'bath',
|
|
671
|
+
icon: '🛀',
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
name: 'sleeping_accommodation',
|
|
675
|
+
icon: '🛌',
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
name: 'bust_in_silhouette',
|
|
679
|
+
icon: '👤',
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
name: 'busts_in_silhouette',
|
|
683
|
+
icon: '👥',
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
name: 'horse_racing',
|
|
687
|
+
icon: '🏇',
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
name: 'snowboarder',
|
|
691
|
+
icon: '🏂',
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
name: 'surfer',
|
|
695
|
+
icon: '🏄',
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
name: 'rowboat',
|
|
699
|
+
icon: '🚣',
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
name: 'swimmer',
|
|
703
|
+
icon: '🏊',
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
name: 'bicyclist',
|
|
707
|
+
icon: '🚴',
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
name: 'mountain_bicyclist',
|
|
711
|
+
icon: '🚵',
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
name: 'couple',
|
|
715
|
+
icon: '👫',
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
name: 'two_men_holding_hands',
|
|
719
|
+
icon: '👬',
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
name: 'two_women_holding_hands',
|
|
723
|
+
icon: '👭',
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
name: 'couplekiss',
|
|
727
|
+
icon: '💏',
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
name: 'couple_with_heart',
|
|
731
|
+
icon: '💑',
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
name: 'family',
|
|
735
|
+
icon: '👪',
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
name: 'muscle',
|
|
739
|
+
icon: '💪',
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
name: 'point_left',
|
|
743
|
+
icon: '👈',
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
name: 'point_right',
|
|
747
|
+
icon: '👉',
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
name: 'point_up_2',
|
|
751
|
+
icon: '👆',
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
name: 'middle_finger',
|
|
755
|
+
icon: '🖕',
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
name: 'point_down',
|
|
759
|
+
icon: '👇',
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
name: 'spock_hand',
|
|
763
|
+
icon: '🖖',
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
name: 'the_horns',
|
|
767
|
+
icon: '🤘',
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
name: 'hand',
|
|
771
|
+
icon: '✋',
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
name: 'ok_hand',
|
|
775
|
+
icon: '👌',
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
name: '+1',
|
|
779
|
+
icon: '👍',
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
name: '-1',
|
|
783
|
+
icon: '👎',
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
name: 'fist',
|
|
787
|
+
icon: '✊',
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
name: 'facepunch',
|
|
791
|
+
icon: '👊',
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
name: 'crossed_fingers',
|
|
795
|
+
icon: '🤞',
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
name: 'call_me_hand',
|
|
799
|
+
icon: '🤙',
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
name: 'left_facing_fist',
|
|
803
|
+
icon: '🤛',
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
name: 'right_facing_fist',
|
|
807
|
+
icon: '🤜',
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
name: 'raised_back_of_hand',
|
|
811
|
+
icon: '🤚',
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
name: 'i_love_you_hand_sign',
|
|
815
|
+
icon: '🤟',
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
name: 'palms_up_together',
|
|
819
|
+
icon: '🤲',
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
name: 'handshake',
|
|
823
|
+
icon: '🤝',
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
name: 'wave',
|
|
827
|
+
icon: '👋',
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
name: 'clap',
|
|
831
|
+
icon: '👏',
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
name: 'open_hands',
|
|
835
|
+
icon: '👐',
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
name: 'raised_hands',
|
|
839
|
+
icon: '🙌',
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
name: 'pray',
|
|
843
|
+
icon: '🙏',
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
name: 'nail_care',
|
|
847
|
+
icon: '💅',
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
name: 'ear',
|
|
851
|
+
icon: '👂',
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
name: 'nose',
|
|
855
|
+
icon: '👃',
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
name: 'footprints',
|
|
859
|
+
icon: '👣',
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
name: 'eyes',
|
|
863
|
+
icon: '👀',
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
name: 'tongue',
|
|
867
|
+
icon: '👅',
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
name: 'lips',
|
|
871
|
+
icon: '👄',
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
name: 'kiss',
|
|
875
|
+
icon: '💋',
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
name: 'cupid',
|
|
879
|
+
icon: '💘',
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
name: 'heartbeat',
|
|
883
|
+
icon: '💓',
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
name: 'broken_heart',
|
|
887
|
+
icon: '💔',
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
name: 'two_hearts',
|
|
891
|
+
icon: '💕',
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
name: 'sparkling_heart',
|
|
895
|
+
icon: '💖',
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
name: 'heartpulse',
|
|
899
|
+
icon: '💗',
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
name: 'blue_heart',
|
|
903
|
+
icon: '💙',
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
name: 'black_heart',
|
|
907
|
+
icon: '🖤',
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
name: 'heart',
|
|
911
|
+
icon: '❤️',
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
name: 'orange_heart',
|
|
915
|
+
icon: '🧡',
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
name: 'green_heart',
|
|
919
|
+
icon: '💚',
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
name: 'yellow_heart',
|
|
923
|
+
icon: '💛',
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
name: 'purple_heart',
|
|
927
|
+
icon: '💜',
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
name: 'gift_heart',
|
|
931
|
+
icon: '💝',
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
name: 'revolving_hearts',
|
|
935
|
+
icon: '💞',
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
name: 'heart_decoration',
|
|
939
|
+
icon: '💟',
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
name: 'love_letter',
|
|
943
|
+
icon: '💌',
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
name: 'writing_hand',
|
|
947
|
+
icon: '✍️',
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
name: 'brain',
|
|
951
|
+
icon: '🧠',
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
name: 'zzz',
|
|
955
|
+
icon: '💤',
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
name: 'anger',
|
|
959
|
+
icon: '💢',
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
name: 'bomb',
|
|
963
|
+
icon: '💣',
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
name: 'boom',
|
|
967
|
+
icon: '💥',
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
name: 'sweat_drops',
|
|
971
|
+
icon: '💦',
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
name: 'dash',
|
|
975
|
+
icon: '💨',
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
name: 'dizzy',
|
|
979
|
+
icon: '💫',
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
name: 'speech_balloon',
|
|
983
|
+
icon: '💬',
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
name: 'thought_balloon',
|
|
987
|
+
icon: '💭',
|
|
988
|
+
},
|
|
989
|
+
],
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
groupName: '动物',
|
|
993
|
+
list: [
|
|
994
|
+
{
|
|
995
|
+
name: 'monkey_face',
|
|
996
|
+
icon: '🐵',
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
name: 'monkey',
|
|
1000
|
+
icon: '🐒',
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
name: 'dog',
|
|
1004
|
+
icon: '🐶',
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
name: 'dog2',
|
|
1008
|
+
icon: '🐕',
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
name: 'poodle',
|
|
1012
|
+
icon: '🐩',
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
name: 'wolf',
|
|
1016
|
+
icon: '🐺',
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
name: 'cat',
|
|
1020
|
+
icon: '🐱',
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
name: 'cat2',
|
|
1024
|
+
icon: '🐈',
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
name: 'lion_face',
|
|
1028
|
+
icon: '🦁',
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
name: 'tiger',
|
|
1032
|
+
icon: '🐯',
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
name: 'tiger2',
|
|
1036
|
+
icon: '🐅',
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
name: 'leopard',
|
|
1040
|
+
icon: '🐆',
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
name: 'horse',
|
|
1044
|
+
icon: '🐴',
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
name: 'gorilla',
|
|
1048
|
+
icon: '🦍',
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
name: 'racehorse',
|
|
1052
|
+
icon: '🐎',
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
name: 'fox_face',
|
|
1056
|
+
icon: '🦊',
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
name: 'zebra_face',
|
|
1060
|
+
icon: '🦓',
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
name: 'deer',
|
|
1064
|
+
icon: '🦌',
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
name: 'unicorn_face',
|
|
1068
|
+
icon: '🦄',
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
name: 'giraffe_face',
|
|
1072
|
+
icon: '🦒',
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
name: 'rhinoceros',
|
|
1076
|
+
icon: '🦏',
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
name: 'cow',
|
|
1080
|
+
icon: '🐮',
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
name: 'ox',
|
|
1084
|
+
icon: '🐂',
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
name: 'water_buffalo',
|
|
1088
|
+
icon: '🐃',
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
name: 'cow2',
|
|
1092
|
+
icon: '🐄',
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
name: 'pig',
|
|
1096
|
+
icon: '🐷',
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
name: 'pig2',
|
|
1100
|
+
icon: '🐖',
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
name: 'boar',
|
|
1104
|
+
icon: '🐗',
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
name: 'pig_nose',
|
|
1108
|
+
icon: '🐽',
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
name: 'ram',
|
|
1112
|
+
icon: '🐏',
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
name: 'sheep',
|
|
1116
|
+
icon: '🐑',
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
name: 'goat',
|
|
1120
|
+
icon: '🐐',
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
name: 'dromedary_camel',
|
|
1124
|
+
icon: '🐪',
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
name: 'camel',
|
|
1128
|
+
icon: '🐫',
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
name: 'elephant',
|
|
1132
|
+
icon: '🐘',
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
name: 'mouse',
|
|
1136
|
+
icon: '🐭',
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
name: 'mouse2',
|
|
1140
|
+
icon: '🐁',
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
name: 'rat',
|
|
1144
|
+
icon: '🐀',
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
name: 'hamster',
|
|
1148
|
+
icon: '🐹',
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
name: 'rabbit',
|
|
1152
|
+
icon: '🐰',
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
name: 'rabbit2',
|
|
1156
|
+
icon: '🐇',
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
name: 'bat',
|
|
1160
|
+
icon: '🦇',
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
name: 'bear',
|
|
1164
|
+
icon: '🐻',
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
name: 'hedgehog',
|
|
1168
|
+
icon: '🦔',
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
name: 'koala',
|
|
1172
|
+
icon: '🐨',
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
name: 'panda_face',
|
|
1176
|
+
icon: '🐼',
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
name: 'feet',
|
|
1180
|
+
icon: '🐾',
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
name: 'turkey',
|
|
1184
|
+
icon: '🦃',
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
name: 'chicken',
|
|
1188
|
+
icon: '🐔',
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
name: 'rooster',
|
|
1192
|
+
icon: '🐓',
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
name: 'hatching_chick',
|
|
1196
|
+
icon: '🐣',
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
name: 'baby_chick',
|
|
1200
|
+
icon: '🐤',
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
name: 'hatched_chick',
|
|
1204
|
+
icon: '🐥',
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
name: 'bird',
|
|
1208
|
+
icon: '🐦',
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
name: 'cricket',
|
|
1212
|
+
icon: '🦗',
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
name: 'shrimp',
|
|
1216
|
+
icon: '🦐',
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
name: 'squid',
|
|
1220
|
+
icon: '🦑',
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
name: 'shark',
|
|
1224
|
+
icon: '🦈',
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
name: 'butterfly',
|
|
1228
|
+
icon: '🦋',
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
name: 'penguin',
|
|
1232
|
+
icon: '🐧',
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
name: 'eagle',
|
|
1236
|
+
icon: '🦅',
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
name: 'duck',
|
|
1240
|
+
icon: '🦆',
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
name: 'owl',
|
|
1244
|
+
icon: '🦉',
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
name: 'frog',
|
|
1248
|
+
icon: '🐸',
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
name: 'crocodile',
|
|
1252
|
+
icon: '🐊',
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
name: 'turtle',
|
|
1256
|
+
icon: '🐢',
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
name: 'snake',
|
|
1260
|
+
icon: '🐍',
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
name: 'lizard',
|
|
1264
|
+
icon: '🦎',
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
name: 'sauropod',
|
|
1268
|
+
icon: '🦕',
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
name: 't_rex',
|
|
1272
|
+
icon: '🦖',
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
name: 'dragon_face',
|
|
1276
|
+
icon: '🐲',
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
name: 'dragon',
|
|
1280
|
+
icon: '🐉',
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
name: 'whale',
|
|
1284
|
+
icon: '🐳',
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
name: 'whale2',
|
|
1288
|
+
icon: '🐋',
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
name: 'dolphin',
|
|
1292
|
+
icon: '🐬',
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
name: 'fish',
|
|
1296
|
+
icon: '🐟',
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
name: 'tropical_fish',
|
|
1300
|
+
icon: '🐠',
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
name: 'blowfish',
|
|
1304
|
+
icon: '🐡',
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
name: 'octopus',
|
|
1308
|
+
icon: '🐙',
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
name: 'shell',
|
|
1312
|
+
icon: '🐚',
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
name: 'crab',
|
|
1316
|
+
icon: '🦀',
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
name: 'snail',
|
|
1320
|
+
icon: '🐌',
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
name: 'bug',
|
|
1324
|
+
icon: '🐛',
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
name: 'ant',
|
|
1328
|
+
icon: '🐜',
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
name: 'bee',
|
|
1332
|
+
icon: '🐝',
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
name: 'beetle',
|
|
1336
|
+
icon: '🐞',
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
name: 'scorpion',
|
|
1340
|
+
icon: '🦂',
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
name: 'wilted_flower',
|
|
1344
|
+
icon: '🥀',
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
name: 'bouquet',
|
|
1348
|
+
icon: '💐',
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
name: 'cherry_blossom',
|
|
1352
|
+
icon: '🌸',
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
name: 'white_flower',
|
|
1356
|
+
icon: '💮',
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
name: 'rose',
|
|
1360
|
+
icon: '🌹',
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
name: 'hibiscus',
|
|
1364
|
+
icon: '🌺',
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
name: 'sunflower',
|
|
1368
|
+
icon: '🌻',
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
name: 'blossom',
|
|
1372
|
+
icon: '🌼',
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
name: 'tulip',
|
|
1376
|
+
icon: '🌷',
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
name: 'seedling',
|
|
1380
|
+
icon: '🌱',
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
name: 'evergreen_tree',
|
|
1384
|
+
icon: '🌲',
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
name: 'deciduous_tree',
|
|
1388
|
+
icon: '🌳',
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
name: 'palm_tree',
|
|
1392
|
+
icon: '🌴',
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
name: 'cactus',
|
|
1396
|
+
icon: '🌵',
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
name: 'ear_of_rice',
|
|
1400
|
+
icon: '🌾',
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
name: 'herb',
|
|
1404
|
+
icon: '🌿',
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
name: 'four_leaf_clover',
|
|
1408
|
+
icon: '🍀',
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
name: 'maple_leaf',
|
|
1412
|
+
icon: '🍁',
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
name: 'fallen_leaf',
|
|
1416
|
+
icon: '🍂',
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
name: 'leaves',
|
|
1420
|
+
icon: '🍃',
|
|
1421
|
+
},
|
|
1422
|
+
],
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
groupName: '食物',
|
|
1426
|
+
list: [
|
|
1427
|
+
{
|
|
1428
|
+
name: 'grapes',
|
|
1429
|
+
icon: '🍇',
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
name: 'melon',
|
|
1433
|
+
icon: '🍈',
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
name: 'watermelon',
|
|
1437
|
+
icon: '🍉',
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
name: 'tangerine',
|
|
1441
|
+
icon: '🍊',
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
name: 'lemon',
|
|
1445
|
+
icon: '🍋',
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
name: 'banana',
|
|
1449
|
+
icon: '🍌',
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
name: 'pineapple',
|
|
1453
|
+
icon: '🍍',
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
name: 'apple',
|
|
1457
|
+
icon: '🍎',
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
name: 'green_apple',
|
|
1461
|
+
icon: '🍏',
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
name: 'pear',
|
|
1465
|
+
icon: '🍐',
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
name: 'peach',
|
|
1469
|
+
icon: '🍑',
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
name: 'cherries',
|
|
1473
|
+
icon: '🍒',
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
name: 'strawberry',
|
|
1477
|
+
icon: '🍓',
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
name: 'tomato',
|
|
1481
|
+
icon: '🍅',
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
name: 'eggplant',
|
|
1485
|
+
icon: '🍆',
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
name: 'corn',
|
|
1489
|
+
icon: '🌽',
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
name: 'cucumber',
|
|
1493
|
+
icon: '🥒',
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
name: 'sandwich',
|
|
1497
|
+
icon: '🥪',
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
name: 'cut_of_meat',
|
|
1501
|
+
icon: '🥩',
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
name: 'bacon',
|
|
1505
|
+
icon: '🥓',
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
name: 'egg',
|
|
1509
|
+
icon: '🥚',
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
name: 'pie',
|
|
1513
|
+
icon: '🥧',
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
name: 'glass_of_milk',
|
|
1517
|
+
icon: '🥛',
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
name: 'dumpling',
|
|
1521
|
+
icon: '🥟',
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
name: 'fortune_cookie',
|
|
1525
|
+
icon: '🥠',
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
name: 'shallow_pan_of_food',
|
|
1529
|
+
icon: '🥘',
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
name: 'broccoli',
|
|
1533
|
+
icon: '🥦',
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
name: 'kiwifruit',
|
|
1537
|
+
icon: '🥝',
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
name: 'coconut',
|
|
1541
|
+
icon: '🥥',
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
name: 'avocado',
|
|
1545
|
+
icon: '🥑',
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
name: 'potato',
|
|
1549
|
+
icon: '🥔',
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
name: 'carrot',
|
|
1553
|
+
icon: '🥕',
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
name: 'mushroom',
|
|
1557
|
+
icon: '🍄',
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
name: 'chestnut',
|
|
1561
|
+
icon: '🌰',
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
name: 'pancakes',
|
|
1565
|
+
icon: '🥞',
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
name: 'bread',
|
|
1569
|
+
icon: '🍞',
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
name: 'peanuts',
|
|
1573
|
+
icon: '🥜',
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
name: 'croissant',
|
|
1577
|
+
icon: '🥐',
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
name: 'baguette_bread',
|
|
1581
|
+
icon: '🥖',
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
name: 'stuffed_flatbread',
|
|
1585
|
+
icon: '🥙',
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
name: 'pretzel',
|
|
1589
|
+
icon: '🥨',
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
name: 'bowl_with_spoon',
|
|
1593
|
+
icon: '🥣',
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
name: 'green_salad',
|
|
1597
|
+
icon: '🥗',
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
name: 'canned_food',
|
|
1601
|
+
icon: '🥫',
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
name: 'cheese_wedge',
|
|
1605
|
+
icon: '🧀',
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
name: 'meat_on_bone',
|
|
1609
|
+
icon: '🍖',
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
name: 'poultry_leg',
|
|
1613
|
+
icon: '🍗',
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
name: 'hamburger',
|
|
1617
|
+
icon: '🍔',
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
name: 'fries',
|
|
1621
|
+
icon: '🍟',
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
name: 'pizza',
|
|
1625
|
+
icon: '🍕',
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
name: 'hotdog',
|
|
1629
|
+
icon: '🌭',
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
name: 'taco',
|
|
1633
|
+
icon: '🌮',
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
name: 'burrito',
|
|
1637
|
+
icon: '🌯',
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
name: 'fried_egg',
|
|
1641
|
+
icon: '🍳',
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
name: 'stew',
|
|
1645
|
+
icon: '🍲',
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
name: 'popcorn',
|
|
1649
|
+
icon: '🍿',
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
name: 'bento',
|
|
1653
|
+
icon: '🍱',
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
name: 'rice_cracker',
|
|
1657
|
+
icon: '🍘',
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
name: 'rice_ball',
|
|
1661
|
+
icon: '🍙',
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
name: 'rice',
|
|
1665
|
+
icon: '🍚',
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
name: 'curry',
|
|
1669
|
+
icon: '🍛',
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
name: 'ramen',
|
|
1673
|
+
icon: '🍜',
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
name: 'spaghetti',
|
|
1677
|
+
icon: '🍝',
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
name: 'sweet_potato',
|
|
1681
|
+
icon: '🍠',
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
name: 'oden',
|
|
1685
|
+
icon: '🍢',
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
name: 'sushi',
|
|
1689
|
+
icon: '🍣',
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
name: 'fried_shrimp',
|
|
1693
|
+
icon: '🍤',
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
name: 'fish_cake',
|
|
1697
|
+
icon: '🍥',
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
name: 'dango',
|
|
1701
|
+
icon: '🍡',
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
name: 'icecream',
|
|
1705
|
+
icon: '🍦',
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
name: 'shaved_ice',
|
|
1709
|
+
icon: '🍧',
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
name: 'ice_cream',
|
|
1713
|
+
icon: '🍨',
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
name: 'doughnut',
|
|
1717
|
+
icon: '🍩',
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
name: 'cookie',
|
|
1721
|
+
icon: '🍪',
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
name: 'birthday',
|
|
1725
|
+
icon: '🎂',
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
name: 'cake',
|
|
1729
|
+
icon: '🍰',
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
name: 'chocolate_bar',
|
|
1733
|
+
icon: '🍫',
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
name: 'candy',
|
|
1737
|
+
icon: '🍬',
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
name: 'takeout_box',
|
|
1741
|
+
icon: '🥡',
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
name: 'lollipop',
|
|
1745
|
+
icon: '🍭',
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
name: 'custard',
|
|
1749
|
+
icon: '🍮',
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
name: 'honey_pot',
|
|
1753
|
+
icon: '🍯',
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
name: 'baby_bottle',
|
|
1757
|
+
icon: '🍼',
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
name: 'coffee',
|
|
1761
|
+
icon: '☕',
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
name: 'tea',
|
|
1765
|
+
icon: '🍵',
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
name: 'sake',
|
|
1769
|
+
icon: '🍶',
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
name: 'champagne',
|
|
1773
|
+
icon: '🍾',
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
name: 'clinking_glasses',
|
|
1777
|
+
icon: '🥂',
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
name: 'wine_glass',
|
|
1781
|
+
icon: '🍷',
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
name: 'cocktail',
|
|
1785
|
+
icon: '🍸',
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
name: 'cup_with_straw',
|
|
1789
|
+
icon: '🥤',
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
name: 'tropical_drink',
|
|
1793
|
+
icon: '🍹',
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
name: 'beer',
|
|
1797
|
+
icon: '🍺',
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
name: 'beers',
|
|
1801
|
+
icon: '🍻',
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
name: 'tumbler_glass',
|
|
1805
|
+
icon: '🥃',
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
name: 'fork_and_knife',
|
|
1809
|
+
icon: '🍴',
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
name: 'hocho',
|
|
1813
|
+
icon: '🔪',
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
name: 'amphora',
|
|
1817
|
+
icon: '🏺',
|
|
1818
|
+
},
|
|
1819
|
+
],
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
groupName: '活动',
|
|
1823
|
+
list: [
|
|
1824
|
+
{
|
|
1825
|
+
name: 'jack_o_lantern',
|
|
1826
|
+
icon: '🎃',
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
name: 'christmas_tree',
|
|
1830
|
+
icon: '🎄',
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
name: 'fireworks',
|
|
1834
|
+
icon: '🎆',
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
name: 'sparkler',
|
|
1838
|
+
icon: '🎇',
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
name: 'sparkles',
|
|
1842
|
+
icon: '✨',
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
name: 'balloon',
|
|
1846
|
+
icon: '🎈',
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
name: 'tada',
|
|
1850
|
+
icon: '🎉',
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
name: 'confetti_ball',
|
|
1854
|
+
icon: '🎊',
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
name: 'tanabata_tree',
|
|
1858
|
+
icon: '🎋',
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
name: 'bamboo',
|
|
1862
|
+
icon: '🎍',
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
name: 'dolls',
|
|
1866
|
+
icon: '🎎',
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
name: 'flags',
|
|
1870
|
+
icon: '🎏',
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
name: 'wind_chime',
|
|
1874
|
+
icon: '🎐',
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
name: 'rice_scene',
|
|
1878
|
+
icon: '🎑',
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
name: 'ribbon',
|
|
1882
|
+
icon: '🎀',
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
name: 'gift',
|
|
1886
|
+
icon: '🎁',
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
name: 'ticket',
|
|
1890
|
+
icon: '🎫',
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
name: 'trophy',
|
|
1894
|
+
icon: '🏆',
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
name: 'sports_medal',
|
|
1898
|
+
icon: '🏅',
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
name: 'first_place_medal',
|
|
1902
|
+
icon: '🥇',
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
name: 'drum_with_drumsticks',
|
|
1906
|
+
icon: '🥁',
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
name: 'second_place_medal',
|
|
1910
|
+
icon: '🥈',
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
name: 'third_place_medal',
|
|
1914
|
+
icon: '🥉',
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
name: 'soccer',
|
|
1918
|
+
icon: '⚽',
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
name: 'baseball',
|
|
1922
|
+
icon: '⚾',
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
name: 'basketball',
|
|
1926
|
+
icon: '🏀',
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
name: 'canoe',
|
|
1930
|
+
icon: '🛶',
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
name: 'volleyball',
|
|
1934
|
+
icon: '🏐',
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
name: 'football',
|
|
1938
|
+
icon: '🏈',
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
name: 'rugby_football',
|
|
1942
|
+
icon: '🏉',
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
name: 'boxing_glove',
|
|
1946
|
+
icon: '🥊',
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
name: 'martial_arts_uniform',
|
|
1950
|
+
icon: '🥋',
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
name: 'goal_net',
|
|
1954
|
+
icon: '🥅',
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
name: 'sled',
|
|
1958
|
+
icon: '🛷',
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
name: 'curling_stone',
|
|
1962
|
+
icon: '🥌',
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
name: 'camping',
|
|
1966
|
+
icon: '🏕',
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
name: 'beach_with_umbrella',
|
|
1970
|
+
icon: '🏖',
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
name: 'desert_island',
|
|
1974
|
+
icon: '🏝',
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
name: 'motor_scooter',
|
|
1978
|
+
icon: '🛵',
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
name: 'tennis',
|
|
1982
|
+
icon: '🎾',
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
name: '8ball',
|
|
1986
|
+
icon: '🎱',
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
name: 'bowling',
|
|
1990
|
+
icon: '🎳',
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
name: 'cricket_bat_and_ball',
|
|
1994
|
+
icon: '🏏',
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
name: 'field_hockey_stick_and_ball',
|
|
1998
|
+
icon: '🏑',
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
name: 'ice_hockey_stick_and_puck',
|
|
2002
|
+
icon: '🏒',
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
name: 'table_tennis_paddle_and_ball',
|
|
2006
|
+
icon: '🏓',
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
name: 'badminton_racquet_and_shuttlecock',
|
|
2010
|
+
icon: '🏸',
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
name: 'dart',
|
|
2014
|
+
icon: '🎯',
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
name: 'golf',
|
|
2018
|
+
icon: '⛳',
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
name: 'fishing_pole_and_fish',
|
|
2022
|
+
icon: '🎣',
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
name: 'running_shirt_with_sash',
|
|
2026
|
+
icon: '🎽',
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
name: 'ski',
|
|
2030
|
+
icon: '🎿',
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
name: 'video_game',
|
|
2034
|
+
icon: '🎮',
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
name: 'game_die',
|
|
2038
|
+
icon: '🎲',
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
name: 'black_joker',
|
|
2042
|
+
icon: '🃏',
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
name: 'mahjong',
|
|
2046
|
+
icon: '🀄',
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
name: 'flower_playing_cards',
|
|
2050
|
+
icon: '🎴',
|
|
2051
|
+
},
|
|
2052
|
+
],
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
groupName: '地点',
|
|
2056
|
+
list: [
|
|
2057
|
+
{
|
|
2058
|
+
name: 'earth_africa',
|
|
2059
|
+
icon: '🌍',
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
name: 'earth_americas',
|
|
2063
|
+
icon: '🌎',
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
name: 'earth_asia',
|
|
2067
|
+
icon: '🌏',
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
name: 'globe_with_meridians',
|
|
2071
|
+
icon: '🌐',
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
name: 'japan',
|
|
2075
|
+
icon: '🗾',
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
name: 'volcano',
|
|
2079
|
+
icon: '🌋',
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
name: 'mount_fuji',
|
|
2083
|
+
icon: '🗻',
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
name: 'house',
|
|
2087
|
+
icon: '🏠',
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
name: 'house_with_garden',
|
|
2091
|
+
icon: '🏡',
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
name: 'office',
|
|
2095
|
+
icon: '🏢',
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
name: 'post_office',
|
|
2099
|
+
icon: '🏣',
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
name: 'european_post_office',
|
|
2103
|
+
icon: '🏤',
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
name: 'hospital',
|
|
2107
|
+
icon: '🏥',
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
name: 'bank',
|
|
2111
|
+
icon: '🏦',
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
name: 'hotel',
|
|
2115
|
+
icon: '🏨',
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
name: 'love_hotel',
|
|
2119
|
+
icon: '🏩',
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
name: 'convenience_store',
|
|
2123
|
+
icon: '🏪',
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
name: 'school',
|
|
2127
|
+
icon: '🏫',
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
name: 'department_store',
|
|
2131
|
+
icon: '🏬',
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
name: 'factory',
|
|
2135
|
+
icon: '🏭',
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
name: 'japanese_castle',
|
|
2139
|
+
icon: '🏯',
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
name: 'european_castle',
|
|
2143
|
+
icon: '🏰',
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
name: 'wedding',
|
|
2147
|
+
icon: '💒',
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
name: 'tokyo_tower',
|
|
2151
|
+
icon: '🗼',
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
name: 'statue_of_liberty',
|
|
2155
|
+
icon: '🗽',
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
name: 'church',
|
|
2159
|
+
icon: '⛪',
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
name: 'mosque',
|
|
2163
|
+
icon: '🕌',
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
name: 'synagogue',
|
|
2167
|
+
icon: '🕍',
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
name: 'kaaba',
|
|
2171
|
+
icon: '🕋',
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
name: 'fountain',
|
|
2175
|
+
icon: '⛲',
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
name: 'tent',
|
|
2179
|
+
icon: '⛺',
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
name: 'octagonal_sign',
|
|
2183
|
+
icon: '🛑',
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
name: 'foggy',
|
|
2187
|
+
icon: '🌁',
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
name: 'night_with_stars',
|
|
2191
|
+
icon: '🌃',
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
name: 'sunrise_over_mountains',
|
|
2195
|
+
icon: '🌄',
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
name: 'sunrise',
|
|
2199
|
+
icon: '🌅',
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
name: 'city_sunset',
|
|
2203
|
+
icon: '🌆',
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
name: 'city_sunrise',
|
|
2207
|
+
icon: '🌇',
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
name: 'bridge_at_night',
|
|
2211
|
+
icon: '🌉',
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
name: 'milky_way',
|
|
2215
|
+
icon: '🌌',
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
name: 'carousel_horse',
|
|
2219
|
+
icon: '🎠',
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
name: 'ferris_wheel',
|
|
2223
|
+
icon: '🎡',
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
name: 'roller_coaster',
|
|
2227
|
+
icon: '🎢',
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
name: 'barber',
|
|
2231
|
+
icon: '💈',
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
name: 'circus_tent',
|
|
2235
|
+
icon: '🎪',
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
name: 'performing_arts',
|
|
2239
|
+
icon: '🎭',
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
name: 'art',
|
|
2243
|
+
icon: '🎨',
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
name: 'slot_machine',
|
|
2247
|
+
icon: '🎰',
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
name: 'steam_locomotive',
|
|
2251
|
+
icon: '🚂',
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
name: 'railway_car',
|
|
2255
|
+
icon: '🚃',
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
name: 'bullettrain_side',
|
|
2259
|
+
icon: '🚄',
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
name: 'bullettrain_front',
|
|
2263
|
+
icon: '🚅',
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
name: 'train2',
|
|
2267
|
+
icon: '🚆',
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
name: 'metro',
|
|
2271
|
+
icon: '🚇',
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
name: 'light_rail',
|
|
2275
|
+
icon: '🚈',
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
name: 'station',
|
|
2279
|
+
icon: '🚉',
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
name: 'tram',
|
|
2283
|
+
icon: '🚊',
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
name: 'monorail',
|
|
2287
|
+
icon: '🚝',
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
name: 'mountain_railway',
|
|
2291
|
+
icon: '🚞',
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
name: 'train',
|
|
2295
|
+
icon: '🚋',
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
name: 'bus',
|
|
2299
|
+
icon: '🚌',
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
name: 'oncoming_bus',
|
|
2303
|
+
icon: '🚍',
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
name: 'trolleybus',
|
|
2307
|
+
icon: '🚎',
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
name: 'minibus',
|
|
2311
|
+
icon: '🚐',
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
name: 'ambulance',
|
|
2315
|
+
icon: '🚑',
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
name: 'fire_engine',
|
|
2319
|
+
icon: '🚒',
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
name: 'police_car',
|
|
2323
|
+
icon: '🚓',
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
name: 'oncoming_police_car',
|
|
2327
|
+
icon: '🚔',
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
name: 'taxi',
|
|
2331
|
+
icon: '🚕',
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
name: 'oncoming_taxi',
|
|
2335
|
+
icon: '🚖',
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
name: 'car',
|
|
2339
|
+
icon: '🚗',
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
name: 'oncoming_automobile',
|
|
2343
|
+
icon: '🚘',
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
name: 'blue_car',
|
|
2347
|
+
icon: '🚙',
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
name: 'truck',
|
|
2351
|
+
icon: '🚚',
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
name: 'articulated_lorry',
|
|
2355
|
+
icon: '🚛',
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
name: 'tractor',
|
|
2359
|
+
icon: '🚜',
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
name: 'bike',
|
|
2363
|
+
icon: '🚲',
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
name: 'busstop',
|
|
2367
|
+
icon: '🚏',
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
name: 'fuelpump',
|
|
2371
|
+
icon: '⛽',
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
name: 'rotating_light',
|
|
2375
|
+
icon: '🚨',
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
name: 'traffic_light',
|
|
2379
|
+
icon: '🚥',
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
name: 'vertical_traffic_light',
|
|
2383
|
+
icon: '🚦',
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
name: 'construction',
|
|
2387
|
+
icon: '🚧',
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
name: 'anchor',
|
|
2391
|
+
icon: '⚓',
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
name: 'boat',
|
|
2395
|
+
icon: '⛵',
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
name: 'speedboat',
|
|
2399
|
+
icon: '🚤',
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
name: 'ship',
|
|
2403
|
+
icon: '🚢',
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
name: 'airplane_departure',
|
|
2407
|
+
icon: '🛫',
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
name: 'airplane_arriving',
|
|
2411
|
+
icon: '🛬',
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
name: 'flying_saucer',
|
|
2415
|
+
icon: '🛸',
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
name: 'seat',
|
|
2419
|
+
icon: '💺',
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
name: 'scooter',
|
|
2423
|
+
icon: '🛴',
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
name: 'helicopter',
|
|
2427
|
+
icon: '🚁',
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
name: 'suspension_railway',
|
|
2431
|
+
icon: '🚟',
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
name: 'mountain_cableway',
|
|
2435
|
+
icon: '🚠',
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
name: 'umbrella_on_ground',
|
|
2439
|
+
icon: '⛱️',
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
name: 'aerial_tramway',
|
|
2443
|
+
icon: '🚡',
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
name: 'rocket',
|
|
2447
|
+
icon: '🚀',
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
name: 'door',
|
|
2451
|
+
icon: '🚪',
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
name: 'toilet',
|
|
2455
|
+
icon: '🚽',
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
name: 'shower',
|
|
2459
|
+
icon: '🚿',
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
name: 'bathtub',
|
|
2463
|
+
icon: '🛁',
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
name: 'hourglass',
|
|
2467
|
+
icon: '⌛',
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
name: 'hourglass_flowing_sand',
|
|
2471
|
+
icon: '⏳',
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
name: 'watch',
|
|
2475
|
+
icon: '⌚',
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
name: 'alarm_clock',
|
|
2479
|
+
icon: '⏰',
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
name: 'clock12',
|
|
2483
|
+
icon: '🕛',
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
name: 'clock1230',
|
|
2487
|
+
icon: '🕧',
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
name: 'clock1',
|
|
2491
|
+
icon: '🕐',
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
name: 'clock130',
|
|
2495
|
+
icon: '🕜',
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
name: 'clock2',
|
|
2499
|
+
icon: '🕑',
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
name: 'clock230',
|
|
2503
|
+
icon: '🕝',
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
name: 'clock3',
|
|
2507
|
+
icon: '🕒',
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
name: 'clock330',
|
|
2511
|
+
icon: '🕞',
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
name: 'clock4',
|
|
2515
|
+
icon: '🕓',
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
name: 'clock430',
|
|
2519
|
+
icon: '🕟',
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
name: 'clock5',
|
|
2523
|
+
icon: '🕔',
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
name: 'clock530',
|
|
2527
|
+
icon: '🕠',
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
name: 'clock6',
|
|
2531
|
+
icon: '🕕',
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
name: 'clock630',
|
|
2535
|
+
icon: '🕡',
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
name: 'clock7',
|
|
2539
|
+
icon: '🕖',
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
name: 'clock730',
|
|
2543
|
+
icon: '🕢',
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
name: 'clock8',
|
|
2547
|
+
icon: '🕗',
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
name: 'clock830',
|
|
2551
|
+
icon: '🕣',
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
name: 'clock9',
|
|
2555
|
+
icon: '🕘',
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
name: 'clock930',
|
|
2559
|
+
icon: '🕤',
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
name: 'clock10',
|
|
2563
|
+
icon: '🕙',
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
name: 'clock1030',
|
|
2567
|
+
icon: '🕥',
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
name: 'clock11',
|
|
2571
|
+
icon: '🕚',
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
name: 'clock1130',
|
|
2575
|
+
icon: '🕦',
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
name: 'new_moon',
|
|
2579
|
+
icon: '🌑',
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
name: 'waxing_crescent_moon',
|
|
2583
|
+
icon: '🌒',
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
name: 'first_quarter_moon',
|
|
2587
|
+
icon: '🌓',
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
name: 'moon',
|
|
2591
|
+
icon: '🌔',
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
name: 'full_moon',
|
|
2595
|
+
icon: '🌕',
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
name: 'waning_gibbous_moon',
|
|
2599
|
+
icon: '🌖',
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
name: 'last_quarter_moon',
|
|
2603
|
+
icon: '🌗',
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
name: 'waning_crescent_moon',
|
|
2607
|
+
icon: '🌘',
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
name: 'crescent_moon',
|
|
2611
|
+
icon: '🌙',
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
name: 'new_moon_with_face',
|
|
2615
|
+
icon: '🌚',
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
name: 'first_quarter_moon_with_face',
|
|
2619
|
+
icon: '🌛',
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
name: 'last_quarter_moon_with_face',
|
|
2623
|
+
icon: '🌜',
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
name: 'full_moon_with_face',
|
|
2627
|
+
icon: '🌝',
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
name: 'sun_with_face',
|
|
2631
|
+
icon: '🌞',
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
name: 'star',
|
|
2635
|
+
icon: '⭐',
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
name: 'star2',
|
|
2639
|
+
icon: '🌟',
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
name: 'stars',
|
|
2643
|
+
icon: '🌠',
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
name: 'partly_sunny',
|
|
2647
|
+
icon: '⛅',
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
name: 'cyclone',
|
|
2651
|
+
icon: '🌀',
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
name: 'rainbow',
|
|
2655
|
+
icon: '🌈',
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
name: 'closed_umbrella',
|
|
2659
|
+
icon: '🌂',
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
name: 'umbrella_with_rain_drops',
|
|
2663
|
+
icon: '☔',
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
name: 'zap',
|
|
2667
|
+
icon: '⚡',
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
name: 'snowman_without_snow',
|
|
2671
|
+
icon: '⛄',
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
name: 'fire',
|
|
2675
|
+
icon: '🔥',
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
name: 'droplet',
|
|
2679
|
+
icon: '💧',
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
name: 'ocean',
|
|
2683
|
+
icon: '🌊',
|
|
2684
|
+
},
|
|
2685
|
+
],
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
groupName: '物件',
|
|
2689
|
+
list: [
|
|
2690
|
+
{
|
|
2691
|
+
name: 'mute',
|
|
2692
|
+
icon: '🔇',
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
name: 'speaker',
|
|
2696
|
+
icon: '🔈',
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
name: 'sound',
|
|
2700
|
+
icon: '🔉',
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
name: 'loud_sound',
|
|
2704
|
+
icon: '🔊',
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
name: 'loudspeaker',
|
|
2708
|
+
icon: '📢',
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
name: 'mega',
|
|
2712
|
+
icon: '📣',
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
name: 'postal_horn',
|
|
2716
|
+
icon: '📯',
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
name: 'bell',
|
|
2720
|
+
icon: '🔔',
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
name: 'no_bell',
|
|
2724
|
+
icon: '🔕',
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
name: 'musical_score',
|
|
2728
|
+
icon: '🎼',
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
name: 'musical_note',
|
|
2732
|
+
icon: '🎵',
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
name: 'notes',
|
|
2736
|
+
icon: '🎶',
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
name: 'microphone',
|
|
2740
|
+
icon: '🎤',
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
name: 'headphones',
|
|
2744
|
+
icon: '🎧',
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
name: 'radio',
|
|
2748
|
+
icon: '📻',
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
name: 'saxophone',
|
|
2752
|
+
icon: '🎷',
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
name: 'guitar',
|
|
2756
|
+
icon: '🎸',
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
name: 'scarf',
|
|
2760
|
+
icon: '🧣',
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
name: 'gloves',
|
|
2764
|
+
icon: '🧤',
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
name: 'coat',
|
|
2768
|
+
icon: '🧥',
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
name: 'socks',
|
|
2772
|
+
icon: '🧦',
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
name: 'billed_cap',
|
|
2776
|
+
icon: '🧢',
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
name: 'musical_keyboard',
|
|
2780
|
+
icon: '🎹',
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
name: 'trumpet',
|
|
2784
|
+
icon: '🎺',
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
name: 'violin',
|
|
2788
|
+
icon: '🎻',
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
name: 'iphone',
|
|
2792
|
+
icon: '📱',
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
name: 'calling',
|
|
2796
|
+
icon: '📲',
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
name: 'telephone_receiver',
|
|
2800
|
+
icon: '📞',
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
name: 'pager',
|
|
2804
|
+
icon: '📟',
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
name: 'fax',
|
|
2808
|
+
icon: '📠',
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
name: 'battery',
|
|
2812
|
+
icon: '🔋',
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
name: 'electric_plug',
|
|
2816
|
+
icon: '🔌',
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
name: 'computer',
|
|
2820
|
+
icon: '💻',
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
name: 'minidisc',
|
|
2824
|
+
icon: '💽',
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
name: 'floppy_disk',
|
|
2828
|
+
icon: '💾',
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
name: 'cd',
|
|
2832
|
+
icon: '💿',
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
name: 'dvd',
|
|
2836
|
+
icon: '📀',
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
name: 'movie_camera',
|
|
2840
|
+
icon: '🎥',
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
name: 'clapper',
|
|
2844
|
+
icon: '🎬',
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
name: 'tv',
|
|
2848
|
+
icon: '📺',
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
name: 'camera',
|
|
2852
|
+
icon: '📷',
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
name: 'camera_with_flash',
|
|
2856
|
+
icon: '📸',
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
name: 'video_camera',
|
|
2860
|
+
icon: '📹',
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
name: 'vhs',
|
|
2864
|
+
icon: '📼',
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
name: 'mag',
|
|
2868
|
+
icon: '🔍',
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
name: 'mag_right',
|
|
2872
|
+
icon: '🔎',
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
name: 'microscope',
|
|
2876
|
+
icon: '🔬',
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
name: 'telescope',
|
|
2880
|
+
icon: '🔭',
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
name: 'satellite_antenna',
|
|
2884
|
+
icon: '📡',
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
name: 'bulb',
|
|
2888
|
+
icon: '💡',
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
name: 'chopsticks',
|
|
2892
|
+
icon: '🥢',
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
name: 'spoon',
|
|
2896
|
+
icon: '🥄',
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
name: 'shopping_trolley',
|
|
2900
|
+
icon: '🛒',
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
name: 'flashlight',
|
|
2904
|
+
icon: '🔦',
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
name: 'pencil2',
|
|
2908
|
+
icon: '✏️',
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
name: 'izakaya_lantern',
|
|
2912
|
+
icon: '🏮',
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
name: 'notebook_with_decorative_cover',
|
|
2916
|
+
icon: '📔',
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
name: 'closed_book',
|
|
2920
|
+
icon: '📕',
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
name: 'book',
|
|
2924
|
+
icon: '📖',
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
name: 'green_book',
|
|
2928
|
+
icon: '📗',
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
name: 'blue_book',
|
|
2932
|
+
icon: '📘',
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
name: 'orange_book',
|
|
2936
|
+
icon: '📙',
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
name: 'books',
|
|
2940
|
+
icon: '📚',
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
name: 'notebook',
|
|
2944
|
+
icon: '📓',
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
name: 'ledger',
|
|
2948
|
+
icon: '📒',
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
name: 'page_with_curl',
|
|
2952
|
+
icon: '📃',
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
name: 'scroll',
|
|
2956
|
+
icon: '📜',
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
name: 'page_facing_up',
|
|
2960
|
+
icon: '📄',
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
name: 'newspaper',
|
|
2964
|
+
icon: '📰',
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
name: 'bookmark_tabs',
|
|
2968
|
+
icon: '📑',
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
name: 'bookmark',
|
|
2972
|
+
icon: '🔖',
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
name: 'moneybag',
|
|
2976
|
+
icon: '💰',
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
name: 'yen',
|
|
2980
|
+
icon: '💴',
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
name: 'dollar',
|
|
2984
|
+
icon: '💵',
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
name: 'euro',
|
|
2988
|
+
icon: '💶',
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
name: 'pound',
|
|
2992
|
+
icon: '💷',
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
name: 'money_with_wings',
|
|
2996
|
+
icon: '💸',
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
name: 'credit_card',
|
|
3000
|
+
icon: '💳',
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
name: 'chart',
|
|
3004
|
+
icon: '💹',
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
name: 'currency_exchange',
|
|
3008
|
+
icon: '💱',
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
name: 'heavy_dollar_sign',
|
|
3012
|
+
icon: '💲',
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
name: 'e-mail',
|
|
3016
|
+
icon: '📧',
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
name: 'incoming_envelope',
|
|
3020
|
+
icon: '📨',
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
name: 'envelope_with_arrow',
|
|
3024
|
+
icon: '📩',
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
name: 'outbox_tray',
|
|
3028
|
+
icon: '📤',
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
name: 'inbox_tray',
|
|
3032
|
+
icon: '📥',
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
name: 'package',
|
|
3036
|
+
icon: '📦',
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
name: 'mailbox',
|
|
3040
|
+
icon: '📫',
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
name: 'mailbox_closed',
|
|
3044
|
+
icon: '📪',
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
name: 'mailbox_with_mail',
|
|
3048
|
+
icon: '📬',
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
name: 'mailbox_with_no_mail',
|
|
3052
|
+
icon: '📭',
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
name: 'postbox',
|
|
3056
|
+
icon: '📮',
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
name: 'memo',
|
|
3060
|
+
icon: '📝',
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
name: 'briefcase',
|
|
3064
|
+
icon: '💼',
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
name: 'file_folder',
|
|
3068
|
+
icon: '📁',
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
name: 'open_file_folder',
|
|
3072
|
+
icon: '📂',
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
name: 'date',
|
|
3076
|
+
icon: '📅',
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
name: 'calendar',
|
|
3080
|
+
icon: '📆',
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
name: 'card_index',
|
|
3084
|
+
icon: '📇',
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
name: 'chart_with_upwards_trend',
|
|
3088
|
+
icon: '📈',
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
name: 'chart_with_downwards_trend',
|
|
3092
|
+
icon: '📉',
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
name: 'bar_chart',
|
|
3096
|
+
icon: '📊',
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
name: 'clipboard',
|
|
3100
|
+
icon: '📋',
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
name: 'pushpin',
|
|
3104
|
+
icon: '📌',
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
name: 'round_pushpin',
|
|
3108
|
+
icon: '📍',
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
name: 'paperclip',
|
|
3112
|
+
icon: '📎',
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
name: 'straight_ruler',
|
|
3116
|
+
icon: '📏',
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
name: 'triangular_ruler',
|
|
3120
|
+
icon: '📐',
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
name: 'lock',
|
|
3124
|
+
icon: '🔒',
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
name: 'unlock',
|
|
3128
|
+
icon: '🔓',
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
name: 'lock_with_ink_pen',
|
|
3132
|
+
icon: '🔏',
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
name: 'closed_lock_with_key',
|
|
3136
|
+
icon: '🔐',
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
name: 'key',
|
|
3140
|
+
icon: '🔑',
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
name: 'hammer',
|
|
3144
|
+
icon: '🔨',
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
name: 'gun',
|
|
3148
|
+
icon: '🔫',
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
name: 'bow_and_arrow',
|
|
3152
|
+
icon: '🏹',
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
name: 'wrench',
|
|
3156
|
+
icon: '🔧',
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
name: 'nut_and_bolt',
|
|
3160
|
+
icon: '🔩',
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
name: 'link',
|
|
3164
|
+
icon: '🔗',
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
name: 'syringe',
|
|
3168
|
+
icon: '💉',
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
name: 'pill',
|
|
3172
|
+
icon: '💊',
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
name: 'smoking',
|
|
3176
|
+
icon: '🚬',
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
name: 'moyai',
|
|
3180
|
+
icon: '🗿',
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
name: 'crystal_ball',
|
|
3184
|
+
icon: '🔮',
|
|
3185
|
+
},
|
|
3186
|
+
],
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
groupName: '符号',
|
|
3190
|
+
list: [
|
|
3191
|
+
{
|
|
3192
|
+
name: 'atm',
|
|
3193
|
+
icon: '🏧',
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
name: 'put_litter_in_its_place',
|
|
3197
|
+
icon: '🚮',
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
name: 'potable_water',
|
|
3201
|
+
icon: '🚰',
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
name: 'wheelchair',
|
|
3205
|
+
icon: '♿',
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
name: 'mens',
|
|
3209
|
+
icon: '🚹',
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
name: 'womens',
|
|
3213
|
+
icon: '🚺',
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
name: 'restroom',
|
|
3217
|
+
icon: '🚻',
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
name: 'baby_symbol',
|
|
3221
|
+
icon: '🚼',
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
name: 'wc',
|
|
3225
|
+
icon: '🚾',
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
name: 'passport_control',
|
|
3229
|
+
icon: '🛂',
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
name: 'customs',
|
|
3233
|
+
icon: '🛃',
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
name: 'baggage_claim',
|
|
3237
|
+
icon: '🛄',
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
name: 'left_luggage',
|
|
3241
|
+
icon: '🛅',
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
name: 'children_crossing',
|
|
3245
|
+
icon: '🚸',
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
name: 'no_entry',
|
|
3249
|
+
icon: '⛔',
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
name: 'no_entry_sign',
|
|
3253
|
+
icon: '🚫',
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
name: 'no_bicycles',
|
|
3257
|
+
icon: '🚳',
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
name: 'no_smoking',
|
|
3261
|
+
icon: '🚭',
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
name: 'do_not_litter',
|
|
3265
|
+
icon: '🚯',
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
name: 'non_potable_water',
|
|
3269
|
+
icon: '🚱',
|
|
3270
|
+
},
|
|
3271
|
+
{
|
|
3272
|
+
name: 'no_pedestrians',
|
|
3273
|
+
icon: '🚷',
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
name: 'no_mobile_phones',
|
|
3277
|
+
icon: '📵',
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
name: 'underage',
|
|
3281
|
+
icon: '🔞',
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
name: 'arrows_clockwise',
|
|
3285
|
+
icon: '🔃',
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
name: 'arrows_counterclockwise',
|
|
3289
|
+
icon: '🔄',
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
name: 'back',
|
|
3293
|
+
icon: '🔙',
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
name: 'end',
|
|
3297
|
+
icon: '🔚',
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
name: 'on',
|
|
3301
|
+
icon: '🔛',
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
name: 'soon',
|
|
3305
|
+
icon: '🔜',
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
name: 'top',
|
|
3309
|
+
icon: '🔝',
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
name: 'place_of_worship',
|
|
3313
|
+
icon: '🛐',
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
name: 'menorah_with_nine_branches',
|
|
3317
|
+
icon: '🕎',
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
name: 'six_pointed_star',
|
|
3321
|
+
icon: '🔯',
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
name: 'aries',
|
|
3325
|
+
icon: '♈',
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
name: 'taurus',
|
|
3329
|
+
icon: '♉',
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
name: 'gemini',
|
|
3333
|
+
icon: '♊',
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
name: 'cancer',
|
|
3337
|
+
icon: '♋',
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
name: 'leo',
|
|
3341
|
+
icon: '♌',
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
name: 'virgo',
|
|
3345
|
+
icon: '♍',
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
name: 'libra',
|
|
3349
|
+
icon: '♎',
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
name: 'scorpius',
|
|
3353
|
+
icon: '♏',
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
name: 'sagittarius',
|
|
3357
|
+
icon: '♐',
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
name: 'capricorn',
|
|
3361
|
+
icon: '♑',
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
name: 'aquarius',
|
|
3365
|
+
icon: '♒',
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
name: 'pisces',
|
|
3369
|
+
icon: '♓',
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
name: 'ophiuchus',
|
|
3373
|
+
icon: '⛎',
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
name: 'twisted_rightwards_arrows',
|
|
3377
|
+
icon: '🔀',
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
name: 'repeat',
|
|
3381
|
+
icon: '🔁',
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
name: 'repeat_one',
|
|
3385
|
+
icon: '🔂',
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
name: 'fast_forward',
|
|
3389
|
+
icon: '⏩',
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
name: 'rewind',
|
|
3393
|
+
icon: '⏪',
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
name: 'arrow_up_small',
|
|
3397
|
+
icon: '🔼',
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
name: 'arrow_double_up',
|
|
3401
|
+
icon: '⏫',
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
name: 'arrow_down_small',
|
|
3405
|
+
icon: '🔽',
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
name: 'arrow_double_down',
|
|
3409
|
+
icon: '⏬',
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
name: 'cinema',
|
|
3413
|
+
icon: '🎦',
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
name: 'low_brightness',
|
|
3417
|
+
icon: '🔅',
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
name: 'high_brightness',
|
|
3421
|
+
icon: '🔆',
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
name: 'signal_strength',
|
|
3425
|
+
icon: '📶',
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
name: 'vibration_mode',
|
|
3429
|
+
icon: '📳',
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
name: 'mobile_phone_off',
|
|
3433
|
+
icon: '📴',
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
name: 'trident',
|
|
3437
|
+
icon: '🔱',
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
name: 'name_badge',
|
|
3441
|
+
icon: '📛',
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
name: 'beginner',
|
|
3445
|
+
icon: '🔰',
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
name: 'o',
|
|
3449
|
+
icon: '⭕',
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
name: 'white_check_mark',
|
|
3453
|
+
icon: '✅',
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
name: 'x',
|
|
3457
|
+
icon: '❌',
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
name: 'negative_squared_cross_mark',
|
|
3461
|
+
icon: '❎',
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
name: 'heavy_plus_sign',
|
|
3465
|
+
icon: '➕',
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
name: 'heavy_minus_sign',
|
|
3469
|
+
icon: '➖',
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
name: 'heavy_division_sign',
|
|
3473
|
+
icon: '➗',
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
name: 'curly_loop',
|
|
3477
|
+
icon: '➰',
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
name: 'loop',
|
|
3481
|
+
icon: '➿',
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
name: 'question',
|
|
3485
|
+
icon: '❓',
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
name: 'grey_question',
|
|
3489
|
+
icon: '❔',
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
name: 'grey_exclamation',
|
|
3493
|
+
icon: '❕',
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
name: 'exclamation',
|
|
3497
|
+
icon: '❗',
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
name: 'keycap_ten',
|
|
3501
|
+
icon: '🔟',
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
name: 'capital_abcd',
|
|
3505
|
+
icon: '🔠',
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
name: 'abcd',
|
|
3509
|
+
icon: '🔡',
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
name: 'symbols',
|
|
3513
|
+
icon: '🔣',
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
name: 'abc',
|
|
3517
|
+
icon: '🔤',
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
name: 'ab',
|
|
3521
|
+
icon: '🆎',
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
name: 'cl',
|
|
3525
|
+
icon: '🆑',
|
|
3526
|
+
},
|
|
3527
|
+
{
|
|
3528
|
+
name: 'cool',
|
|
3529
|
+
icon: '🆒',
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
name: 'free',
|
|
3533
|
+
icon: '🆓',
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
name: 'id',
|
|
3537
|
+
icon: '🆔',
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
name: 'new',
|
|
3541
|
+
icon: '🆕',
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
name: 'ng',
|
|
3545
|
+
icon: '🆖',
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
name: 'ok',
|
|
3549
|
+
icon: '🆗',
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
name: 'sos',
|
|
3553
|
+
icon: '🆘',
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
name: 'up',
|
|
3557
|
+
icon: '🆙',
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
name: 'vs',
|
|
3561
|
+
icon: '🆚',
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
name: 'koko',
|
|
3565
|
+
icon: '🈁',
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
name: 'u6709',
|
|
3569
|
+
icon: '🈶',
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
name: 'u6307',
|
|
3573
|
+
icon: '🈯',
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
name: 'ideograph_advantage',
|
|
3577
|
+
icon: '🉐',
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
name: 'u5272',
|
|
3581
|
+
icon: '🈹',
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
name: 'u7121',
|
|
3585
|
+
icon: '🈚',
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
name: 'u7981',
|
|
3589
|
+
icon: '🈲',
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
name: 'accept',
|
|
3593
|
+
icon: '🉑',
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
name: 'u7533',
|
|
3597
|
+
icon: '🈸',
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
name: 'u5408',
|
|
3601
|
+
icon: '🈴',
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
name: 'u7a7a',
|
|
3605
|
+
icon: '🈳',
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
name: 'u55b6',
|
|
3609
|
+
icon: '🈺',
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
name: 'u6e80',
|
|
3613
|
+
icon: '🈵',
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
name: 'white_medium_small_square',
|
|
3617
|
+
icon: '◽',
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
name: 'black_medium_small_square',
|
|
3621
|
+
icon: '◾',
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
name: 'black_large_square',
|
|
3625
|
+
icon: '⬛',
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
name: 'white_large_square',
|
|
3629
|
+
icon: '⬜',
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
name: 'large_orange_diamond',
|
|
3633
|
+
icon: '🔶',
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
name: 'large_blue_diamond',
|
|
3637
|
+
icon: '🔷',
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
name: 'small_orange_diamond',
|
|
3641
|
+
icon: '🔸',
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
name: 'small_blue_diamond',
|
|
3645
|
+
icon: '🔹',
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
name: 'small_red_triangle',
|
|
3649
|
+
icon: '🔺',
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
name: 'small_red_triangle_down',
|
|
3653
|
+
icon: '🔻',
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
name: 'diamond_shape_with_a_dot_inside',
|
|
3657
|
+
icon: '💠',
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
name: 'radio_button',
|
|
3661
|
+
icon: '🔘',
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
name: 'black_square_button',
|
|
3665
|
+
icon: '🔲',
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
name: 'white_square_button',
|
|
3669
|
+
icon: '🔳',
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
name: 'white_circle',
|
|
3673
|
+
icon: '⚪',
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
name: 'black_circle',
|
|
3677
|
+
icon: '⚫',
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
name: 'red_circle',
|
|
3681
|
+
icon: '🔴',
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
name: 'large_blue_circle',
|
|
3685
|
+
icon: '🔵',
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
name: 'checkered_flag',
|
|
3689
|
+
icon: '🏁',
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
name: 'triangular_flag_on_post',
|
|
3693
|
+
icon: '🚩',
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
name: 'crossed_flags',
|
|
3697
|
+
icon: '🎌',
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
name: 'waving_black_flag',
|
|
3701
|
+
icon: '🏴',
|
|
3702
|
+
},
|
|
3703
|
+
],
|
|
3704
|
+
},
|
|
3705
|
+
];
|
|
3706
|
+
|
|
3707
|
+
export const EMOJI_MAP = EMOJI_GROUP.reduce((acc: Record<string, string>, group) => {
|
|
3708
|
+
return {
|
|
3709
|
+
...acc,
|
|
3710
|
+
...group.list.reduce((acc: Record<string, string>, item) => {
|
|
3711
|
+
acc[item.name] = item.icon;
|
|
3712
|
+
return acc;
|
|
3713
|
+
}, {}),
|
|
3714
|
+
};
|
|
3715
|
+
}, {});
|