fomantic-ui 2.9.3-beta.9 → 2.9.4-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +2 -2
- package/.github/FUNDING.yml +1 -1
- package/.github/auto_assign.yml +1 -1
- package/.github/workflows/ci.yml +5 -5
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/CHANGELOG.md +131 -0
- package/CONTRIBUTORS.md +1 -1
- package/README.md +5 -2
- package/SECURITY.md +2 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +2 -2
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +10 -9
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +2 -2
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +140 -3
- package/dist/components/calendar.js +2 -2
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +50 -6
- package/dist/components/checkbox.js +5 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +6 -1
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +62 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +3 -3
- package/dist/components/dimmer.js +2 -2
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +101 -25
- package/dist/components/dropdown.js +29 -21
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +2 -2
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +697 -249
- package/dist/components/emoji.min.css +2 -2
- package/dist/components/feed.css +486 -5
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +3 -2
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +2 -33
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +34 -32
- package/dist/components/form.js +72 -31
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +107 -107
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +62 -62
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +3 -27
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +6 -1
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +21 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +13 -13
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +282 -282
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +13 -7
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +5 -1
- package/dist/components/modal.js +3 -3
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +3 -3
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +3 -3
- package/dist/components/popup.js +11 -9
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +2 -2
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +2 -2
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +26 -1
- package/dist/components/search.js +5 -4
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +159 -33
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +2 -2
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +2 -32
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +2 -2
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +126 -26
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +2 -2
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +2 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +6 -4
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +65 -1
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +6 -1
- package/dist/components/toast.js +2 -2
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +3 -3
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +2 -2
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2822 -954
- package/dist/semantic.js +302 -206
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +4 -3
- package/scripts/nightly-version.js +2 -2
- package/src/definitions/behaviors/api.js +9 -8
- package/src/definitions/behaviors/form.js +71 -30
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +1 -1
- package/src/definitions/collections/form.less +9 -14
- package/src/definitions/collections/grid.less +106 -106
- package/src/definitions/collections/menu.less +29 -22
- package/src/definitions/collections/table.less +66 -0
- package/src/definitions/elements/button.less +1 -1
- package/src/definitions/elements/container.less +63 -0
- package/src/definitions/elements/icon.less +5 -5
- package/src/definitions/elements/input.less +2 -2
- package/src/definitions/elements/label.less +21 -1
- package/src/definitions/elements/list.less +13 -13
- package/src/definitions/elements/loader.less +71 -71
- package/src/definitions/elements/segment.less +110 -13
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/modules/accordion.js +1 -1
- package/src/definitions/modules/calendar.js +1 -1
- package/src/definitions/modules/calendar.less +40 -11
- package/src/definitions/modules/checkbox.js +4 -2
- package/src/definitions/modules/checkbox.less +61 -5
- package/src/definitions/modules/dimmer.js +1 -1
- package/src/definitions/modules/dimmer.less +2 -2
- package/src/definitions/modules/dropdown.js +28 -20
- package/src/definitions/modules/dropdown.less +124 -21
- package/src/definitions/modules/embed.js +1 -1
- package/src/definitions/modules/flyout.js +1 -32
- package/src/definitions/modules/modal.js +2 -2
- package/src/definitions/modules/modal.less +6 -0
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/popup.js +10 -8
- package/src/definitions/modules/popup.less +4 -4
- package/src/definitions/modules/progress.js +1 -1
- package/src/definitions/modules/rating.js +1 -1
- package/src/definitions/modules/search.js +4 -3
- package/src/definitions/modules/search.less +31 -0
- package/src/definitions/modules/shape.js +1 -1
- package/src/definitions/modules/sidebar.js +1 -31
- package/src/definitions/modules/slider.js +125 -25
- package/src/definitions/modules/sticky.js +1 -1
- package/src/definitions/modules/tab.js +5 -3
- package/src/definitions/modules/toast.js +1 -1
- package/src/definitions/modules/toast.less +7 -0
- package/src/definitions/modules/transition.js +2 -2
- package/src/definitions/views/comment.less +7 -0
- package/src/definitions/views/feed.less +238 -32
- package/src/definitions/views/item.less +7 -0
- package/src/theme.less +1 -1
- package/src/themes/amazon/elements/button.variables +5 -1
- package/src/themes/bootstrap3/elements/button.variables +5 -1
- package/src/themes/chubby/elements/header.variables +6 -1
- package/src/themes/default/collections/message.variables +3 -9
- package/src/themes/default/collections/table.variables +11 -8
- package/src/themes/default/elements/button.variables +8 -10
- package/src/themes/default/elements/container.variables +3 -0
- package/src/themes/default/elements/emoji.variables +179 -67
- package/src/themes/default/elements/flag.variables +1 -1
- package/src/themes/default/elements/label.variables +6 -1
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +362 -341
- package/src/themes/default/globals/variation.variables +24 -1
- package/src/themes/default/modules/calendar.variables +11 -0
- package/src/themes/default/modules/checkbox.variables +12 -0
- package/src/themes/default/modules/dropdown.variables +10 -4
- package/src/themes/default/modules/modal.variables +3 -0
- package/src/themes/default/modules/popup.variables +1 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/toast.variables +6 -5
- package/src/themes/default/views/card.variables +4 -12
- package/src/themes/default/views/feed.variables +55 -1
- package/src/themes/default/views/item.variables +5 -5
- package/src/themes/flat/collections/form.variables +4 -4
- package/src/themes/flat/globals/site.variables +1 -1
- package/src/themes/github/elements/button.variables +5 -1
- package/src/themes/joypixels/elements/emoji.variables +182 -70
- package/src/themes/material/globals/site.variables +1 -1
- package/src/themes/twitter/elements/button.variables +5 -1
- package/src/themes/twitter/elements/emoji.variables +178 -66
- package/tasks/admin/components/create.js +1 -2
- package/tasks/admin/components/init.js +3 -4
- package/tasks/admin/components/update.js +2 -3
- package/tasks/admin/distributions/create.js +9 -5
- package/tasks/admin/distributions/init.js +3 -4
- package/tasks/admin/distributions/update.js +2 -3
- package/tasks/config/project/install.js +3 -0
- package/tasks/config/tasks.js +1 -8
- package/tasks/config/user.js +1 -1
- package/tasks/docs/build.js +2 -2
- package/tasks/docs/metadata.js +1 -1
- package/tasks/docs/serve.js +1 -1
- package/tasks/install.js +19 -10
- package/tasks/watch.js +1 -2
- package/types/fomantic-ui-accordion.d.ts +244 -0
- package/types/fomantic-ui-api.d.ts +555 -0
- package/types/fomantic-ui-calendar.d.ts +766 -0
- package/types/fomantic-ui-checkbox.d.ts +332 -0
- package/types/fomantic-ui-dimmer.d.ts +408 -0
- package/types/fomantic-ui-dropdown.d.ts +1183 -0
- package/types/fomantic-ui-embed.d.ts +326 -0
- package/types/fomantic-ui-flyout.d.ts +525 -0
- package/types/fomantic-ui-form.d.ts +651 -0
- package/types/fomantic-ui-modal.d.ts +471 -0
- package/types/fomantic-ui-nag.d.ts +270 -0
- package/types/fomantic-ui-popup.d.ts +523 -0
- package/types/fomantic-ui-progress.d.ts +459 -0
- package/types/fomantic-ui-rating.d.ts +187 -0
- package/types/fomantic-ui-search.d.ts +496 -0
- package/types/fomantic-ui-shape.d.ts +274 -0
- package/types/fomantic-ui-sidebar.d.ts +402 -0
- package/types/fomantic-ui-slider.d.ts +316 -0
- package/types/fomantic-ui-sticky.d.ts +215 -0
- package/types/fomantic-ui-tab.d.ts +361 -0
- package/types/fomantic-ui-tests.ts +25 -0
- package/types/fomantic-ui-toast.d.ts +514 -0
- package/types/fomantic-ui-transition.d.ts +355 -0
- package/types/fomantic-ui-visibility.d.ts +355 -0
- package/types/index.d.ts +63 -0
- package/types/tsconfig.json +23 -0
- package/types/tslint.json +1 -0
|
@@ -90,9 +90,11 @@
|
|
|
90
90
|
1f604: smile;
|
|
91
91
|
1f601: grin;
|
|
92
92
|
1f606: laughing;
|
|
93
|
+
1f979: face_holding_back_tears;
|
|
93
94
|
1f605: sweat_smile;
|
|
94
95
|
1f602: joy;
|
|
95
96
|
1f923: rofl;
|
|
97
|
+
1f972: smiling_face_with_tear;
|
|
96
98
|
263a: relaxed;
|
|
97
99
|
1f60a: blush;
|
|
98
100
|
1f607: innocent;
|
|
@@ -100,7 +102,6 @@
|
|
|
100
102
|
1f643: upside_down;
|
|
101
103
|
1f609: wink;
|
|
102
104
|
1f60c: relieved;
|
|
103
|
-
1f972: smiling_face_with_tear;
|
|
104
105
|
1f60d: heart_eyes;
|
|
105
106
|
1f970: smiling_face_with_3_hearts;
|
|
106
107
|
1f618: kissing_heart;
|
|
@@ -116,6 +117,7 @@
|
|
|
116
117
|
1f9d0: face_with_monocle;
|
|
117
118
|
1f913: nerd;
|
|
118
119
|
1f60e: sunglasses;
|
|
120
|
+
1f978: disguised_face;
|
|
119
121
|
1f929: star_struck;
|
|
120
122
|
1f973: partying_face;
|
|
121
123
|
1f60f: smirk;
|
|
@@ -133,15 +135,14 @@
|
|
|
133
135
|
1f622: cry;
|
|
134
136
|
1f62d: sob;
|
|
135
137
|
1f624: triumph;
|
|
136
|
-
1f62e-200d-1f4a8: face_exhaling;
|
|
137
138
|
1f620: angry;
|
|
138
139
|
1f621: rage;
|
|
139
140
|
1f92c: face_with_symbols_over_mouth;
|
|
140
141
|
1f92f: exploding_head;
|
|
141
142
|
1f633: flushed;
|
|
142
|
-
1f636-200d-1f32b-fe0f: face_in_clouds;
|
|
143
143
|
1f975: hot_face;
|
|
144
144
|
1f976: cold_face;
|
|
145
|
+
1f636-200d-1f32b-fe0f: face_in_clouds;
|
|
145
146
|
1f631: scream;
|
|
146
147
|
1f628: fearful;
|
|
147
148
|
1f630: cold_sweat;
|
|
@@ -149,12 +150,17 @@
|
|
|
149
150
|
1f613: sweat;
|
|
150
151
|
1f917: hugging;
|
|
151
152
|
1f914: thinking;
|
|
153
|
+
1fae3: face_with_peeking_eye;
|
|
152
154
|
1f92d: face_with_hand_over_mouth;
|
|
153
|
-
|
|
155
|
+
1fae2: face_with_open_eyes_and_hand_over_mouth;
|
|
156
|
+
1fae1: saluting_face;
|
|
154
157
|
1f92b: shushing_face;
|
|
158
|
+
1fae0: melting_face;
|
|
155
159
|
1f925: lying_face;
|
|
156
160
|
1f636: no_mouth;
|
|
161
|
+
1fae5: dotted_line_face;
|
|
157
162
|
1f610: neutral_face;
|
|
163
|
+
1fae4: face_with_diagonal_mouth;
|
|
158
164
|
1f611: expressionless;
|
|
159
165
|
1f62c: grimacing;
|
|
160
166
|
1f644: rolling_eyes;
|
|
@@ -163,9 +169,11 @@
|
|
|
163
169
|
1f627: anguished;
|
|
164
170
|
1f62e: open_mouth;
|
|
165
171
|
1f632: astonished;
|
|
172
|
+
1f971: yawning_face;
|
|
166
173
|
1f634: sleeping;
|
|
167
174
|
1f924: drooling_face;
|
|
168
175
|
1f62a: sleepy;
|
|
176
|
+
1f62e-200d-1f4a8: face_exhaling;
|
|
169
177
|
1f635: dizzy_face;
|
|
170
178
|
1f635-200d-1f4ab: face_with_spiral_eyes;
|
|
171
179
|
1f910: zipper_mouth;
|
|
@@ -178,7 +186,6 @@
|
|
|
178
186
|
1f915: head_bandage;
|
|
179
187
|
1f911: money_mouth;
|
|
180
188
|
1f920: cowboy;
|
|
181
|
-
1f978: disguised_face;
|
|
182
189
|
1f608: smiling_imp;
|
|
183
190
|
1f47f: imp;
|
|
184
191
|
1f479: japanese_ogre;
|
|
@@ -200,6 +207,12 @@
|
|
|
200
207
|
1f640: scream_cat;
|
|
201
208
|
1f63f: crying_cat_face;
|
|
202
209
|
1f63e: pouting_cat;
|
|
210
|
+
1faf6: heart_hands;
|
|
211
|
+
1faf6-1f3fb: heart_hands_tone1;
|
|
212
|
+
1faf6-1f3fc: heart_hands_tone2;
|
|
213
|
+
1faf6-1f3fd: heart_hands_tone3;
|
|
214
|
+
1faf6-1f3fe: heart_hands_tone4;
|
|
215
|
+
1faf6-1f3ff: heart_hands_tone5;
|
|
203
216
|
1f932: palms_up_together;
|
|
204
217
|
1f932-1f3fb: palms_up_together_tone1;
|
|
205
218
|
1f932-1f3fc: palms_up_together_tone2;
|
|
@@ -225,6 +238,31 @@
|
|
|
225
238
|
1f44f-1f3fe: clap_tone4;
|
|
226
239
|
1f44f-1f3ff: clap_tone5;
|
|
227
240
|
1f91d: handshake;
|
|
241
|
+
1f91d-1f3fb: handshake_tone1;
|
|
242
|
+
1faf1-1f3fb-200d-1faf2-1f3fc: handshake_tone1_tone2;
|
|
243
|
+
1faf1-1f3fb-200d-1faf2-1f3fd: handshake_tone1_tone3;
|
|
244
|
+
1faf1-1f3fb-200d-1faf2-1f3fe: handshake_tone1_tone4;
|
|
245
|
+
1faf1-1f3fb-200d-1faf2-1f3ff: handshake_tone1_tone5;
|
|
246
|
+
1faf1-1f3fc-200d-1faf2-1f3fb: handshake_tone2_tone1;
|
|
247
|
+
1f91d-1f3fc: handshake_tone2;
|
|
248
|
+
1faf1-1f3fc-200d-1faf2-1f3fd: handshake_tone2_tone3;
|
|
249
|
+
1faf1-1f3fc-200d-1faf2-1f3fe: handshake_tone2_tone4;
|
|
250
|
+
1faf1-1f3fc-200d-1faf2-1f3ff: handshake_tone2_tone5;
|
|
251
|
+
1faf1-1f3fd-200d-1faf2-1f3fb: handshake_tone3_tone1;
|
|
252
|
+
1faf1-1f3fd-200d-1faf2-1f3fc: handshake_tone3_tone2;
|
|
253
|
+
1f91d-1f3fd: handshake_tone3;
|
|
254
|
+
1faf1-1f3fd-200d-1faf2-1f3fe: handshake_tone3_tone4;
|
|
255
|
+
1faf1-1f3fd-200d-1faf2-1f3ff: handshake_tone3_tone5;
|
|
256
|
+
1faf1-1f3fe-200d-1faf2-1f3fb: handshake_tone4_tone1;
|
|
257
|
+
1faf1-1f3fe-200d-1faf2-1f3fc: handshake_tone4_tone2;
|
|
258
|
+
1faf1-1f3fe-200d-1faf2-1f3fd: handshake_tone4_tone3;
|
|
259
|
+
1f91d-1f3fe: handshake_tone4;
|
|
260
|
+
1faf1-1f3fe-200d-1faf2-1f3ff: handshake_tone4_tone5;
|
|
261
|
+
1faf1-1f3ff-200d-1faf2-1f3fb: handshake_tone5_tone1;
|
|
262
|
+
1faf1-1f3ff-200d-1faf2-1f3fc: handshake_tone5_tone2;
|
|
263
|
+
1faf1-1f3ff-200d-1faf2-1f3fd: handshake_tone5_tone3;
|
|
264
|
+
1faf1-1f3ff-200d-1faf2-1f3fe: handshake_tone5_tone4;
|
|
265
|
+
1f91d-1f3ff: handshake_tone5;
|
|
228
266
|
1f44d: thumbsup;
|
|
229
267
|
1f44d-1f3fb: thumbsup_tone1;
|
|
230
268
|
1f44d-1f3fc: thumbsup_tone2;
|
|
@@ -273,6 +311,12 @@
|
|
|
273
311
|
270c-1f3fd: v_tone3;
|
|
274
312
|
270c-1f3fe: v_tone4;
|
|
275
313
|
270c-1f3ff: v_tone5;
|
|
314
|
+
1faf0: hand_with_index_finger_and_thumb_crossed;
|
|
315
|
+
1faf0-1f3fb: hand_with_index_finger_and_thumb_crossed_tone1;
|
|
316
|
+
1faf0-1f3fc: hand_with_index_finger_and_thumb_crossed_tone2;
|
|
317
|
+
1faf0-1f3fd: hand_with_index_finger_and_thumb_crossed_tone3;
|
|
318
|
+
1faf0-1f3fe: hand_with_index_finger_and_thumb_crossed_tone4;
|
|
319
|
+
1faf0-1f3ff: hand_with_index_finger_and_thumb_crossed_tone5;
|
|
276
320
|
1f91f: love_you_gesture;
|
|
277
321
|
1f91f-1f3fb: love_you_gesture_tone1;
|
|
278
322
|
1f91f-1f3fc: love_you_gesture_tone2;
|
|
@@ -291,18 +335,30 @@
|
|
|
291
335
|
1f44c-1f3fd: ok_hand_tone3;
|
|
292
336
|
1f44c-1f3fe: ok_hand_tone4;
|
|
293
337
|
1f44c-1f3ff: ok_hand_tone5;
|
|
294
|
-
1f90f: pinching_hand;
|
|
295
|
-
1f90f-1f3fb: pinching_hand_tone1;
|
|
296
|
-
1f90f-1f3fc: pinching_hand_tone2;
|
|
297
|
-
1f90f-1f3fd: pinching_hand_tone3;
|
|
298
|
-
1f90f-1f3fe: pinching_hand_tone4;
|
|
299
|
-
1f90f-1f3ff: pinching_hand_tone5;
|
|
300
338
|
1f90c: pinched_fingers;
|
|
301
339
|
1f90c-1f3fc: pinched_fingers_tone2;
|
|
302
340
|
1f90c-1f3fb: pinched_fingers_tone1;
|
|
303
341
|
1f90c-1f3fd: pinched_fingers_tone3;
|
|
304
342
|
1f90c-1f3fe: pinched_fingers_tone4;
|
|
305
343
|
1f90c-1f3ff: pinched_fingers_tone5;
|
|
344
|
+
1f90f: pinching_hand;
|
|
345
|
+
1f90f-1f3fb: pinching_hand_tone1;
|
|
346
|
+
1f90f-1f3fc: pinching_hand_tone2;
|
|
347
|
+
1f90f-1f3fd: pinching_hand_tone3;
|
|
348
|
+
1f90f-1f3fe: pinching_hand_tone4;
|
|
349
|
+
1f90f-1f3ff: pinching_hand_tone5;
|
|
350
|
+
1faf3: palm_down_hand;
|
|
351
|
+
1faf3-1f3fb: palm_down_hand_tone1;
|
|
352
|
+
1faf3-1f3fc: palm_down_hand_tone2;
|
|
353
|
+
1faf3-1f3fd: palm_down_hand_tone3;
|
|
354
|
+
1faf3-1f3fe: palm_down_hand_tone4;
|
|
355
|
+
1faf3-1f3ff: palm_down_hand_tone5;
|
|
356
|
+
1faf4: palm_up_hand;
|
|
357
|
+
1faf4-1f3fb: palm_up_hand_tone1;
|
|
358
|
+
1faf4-1f3fc: palm_up_hand_tone2;
|
|
359
|
+
1faf4-1f3fd: palm_up_hand_tone3;
|
|
360
|
+
1faf4-1f3fe: palm_up_hand_tone4;
|
|
361
|
+
1faf4-1f3ff: palm_up_hand_tone5;
|
|
306
362
|
1f448: point_left;
|
|
307
363
|
1f448-1f3fb: point_left_tone1;
|
|
308
364
|
1f448-1f3fc: point_left_tone2;
|
|
@@ -369,6 +425,18 @@
|
|
|
369
425
|
1f919-1f3fd: call_me_tone3;
|
|
370
426
|
1f919-1f3fe: call_me_tone4;
|
|
371
427
|
1f919-1f3ff: call_me_tone5;
|
|
428
|
+
1faf2: leftwards_hand;
|
|
429
|
+
1faf2-1f3fb: leftwards_hand_tone1;
|
|
430
|
+
1faf2-1f3fc: leftwards_hand_tone2;
|
|
431
|
+
1faf2-1f3fd: leftwards_hand_tone3;
|
|
432
|
+
1faf2-1f3fe: leftwards_hand_tone4;
|
|
433
|
+
1faf2-1f3ff: leftwards_hand_tone5;
|
|
434
|
+
1faf1: rightwards_hand;
|
|
435
|
+
1faf1-1f3fb: rightwards_hand_tone1;
|
|
436
|
+
1faf1-1f3fc: rightwards_hand_tone2;
|
|
437
|
+
1faf1-1f3fd: rightwards_hand_tone3;
|
|
438
|
+
1faf1-1f3fe: rightwards_hand_tone4;
|
|
439
|
+
1faf1-1f3ff: rightwards_hand_tone5;
|
|
372
440
|
1f4aa: muscle;
|
|
373
441
|
1f4aa-1f3fb: muscle_tone1;
|
|
374
442
|
1f4aa-1f3fc: muscle_tone2;
|
|
@@ -394,6 +462,12 @@
|
|
|
394
462
|
1f64f-1f3fd: pray_tone3;
|
|
395
463
|
1f64f-1f3fe: pray_tone4;
|
|
396
464
|
1f64f-1f3ff: pray_tone5;
|
|
465
|
+
1faf5: index_pointing_at_the_viewer;
|
|
466
|
+
1faf5-1f3fb: index_pointing_at_the_viewer_tone1;
|
|
467
|
+
1faf5-1f3fc: index_pointing_at_the_viewer_tone2;
|
|
468
|
+
1faf5-1f3fd: index_pointing_at_the_viewer_tone3;
|
|
469
|
+
1faf5-1f3fe: index_pointing_at_the_viewer_tone4;
|
|
470
|
+
1faf5-1f3ff: index_pointing_at_the_viewer_tone5;
|
|
397
471
|
1f9b6: foot;
|
|
398
472
|
1f9b6-1f3fb: foot_tone1;
|
|
399
473
|
1f9b6-1f3fc: foot_tone2;
|
|
@@ -410,12 +484,12 @@
|
|
|
410
484
|
1f484: lipstick;
|
|
411
485
|
1f48b: kiss;
|
|
412
486
|
1f444: lips;
|
|
487
|
+
1fae6: biting_lip;
|
|
413
488
|
1f9b7: tooth;
|
|
414
489
|
1f445: tongue;
|
|
415
490
|
1f442: ear;
|
|
416
491
|
1f442-1f3fb: ear_tone1;
|
|
417
492
|
1f442-1f3fc: ear_tone2;
|
|
418
|
-
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone5_tone4;
|
|
419
493
|
1f442-1f3fd: ear_tone3;
|
|
420
494
|
1f442-1f3fe: ear_tone4;
|
|
421
495
|
1f442-1f3ff: ear_tone5;
|
|
@@ -434,10 +508,9 @@
|
|
|
434
508
|
1f463: footprints;
|
|
435
509
|
1f441: eye;
|
|
436
510
|
1f440: eyes;
|
|
437
|
-
1f9e0: brain;
|
|
438
511
|
1fac0: anatomical_heart;
|
|
439
512
|
1fac1: lungs;
|
|
440
|
-
|
|
513
|
+
1f9e0: brain;
|
|
441
514
|
1f5e3: speaking_head;
|
|
442
515
|
1f464: bust_in_silhouette;
|
|
443
516
|
1f465: busts_in_silhouette;
|
|
@@ -448,36 +521,36 @@
|
|
|
448
521
|
1f476-1f3fd: baby_tone3;
|
|
449
522
|
1f476-1f3fe: baby_tone4;
|
|
450
523
|
1f476-1f3ff: baby_tone5;
|
|
451
|
-
1f467: girl;
|
|
452
|
-
1f467-1f3fb: girl_tone1;
|
|
453
|
-
1f467-1f3fc: girl_tone2;
|
|
454
|
-
1f467-1f3fd: girl_tone3;
|
|
455
|
-
1f467-1f3fe: girl_tone4;
|
|
456
|
-
1f467-1f3ff: girl_tone5;
|
|
457
524
|
1f9d2: child;
|
|
458
525
|
1f9d2-1f3fb: child_tone1;
|
|
459
526
|
1f9d2-1f3fc: child_tone2;
|
|
460
527
|
1f9d2-1f3fd: child_tone3;
|
|
461
528
|
1f9d2-1f3fe: child_tone4;
|
|
462
529
|
1f9d2-1f3ff: child_tone5;
|
|
530
|
+
1f467: girl;
|
|
531
|
+
1f467-1f3fb: girl_tone1;
|
|
532
|
+
1f467-1f3fc: girl_tone2;
|
|
533
|
+
1f467-1f3fd: girl_tone3;
|
|
534
|
+
1f467-1f3fe: girl_tone4;
|
|
535
|
+
1f467-1f3ff: girl_tone5;
|
|
463
536
|
1f466: boy;
|
|
464
537
|
1f466-1f3fb: boy_tone1;
|
|
465
538
|
1f466-1f3fc: boy_tone2;
|
|
466
539
|
1f466-1f3fd: boy_tone3;
|
|
467
540
|
1f466-1f3fe: boy_tone4;
|
|
468
541
|
1f466-1f3ff: boy_tone5;
|
|
469
|
-
1f469: woman;
|
|
470
|
-
1f469-1f3fb: woman_tone1;
|
|
471
|
-
1f469-1f3fc: woman_tone2;
|
|
472
|
-
1f469-1f3fd: woman_tone3;
|
|
473
|
-
1f469-1f3fe: woman_tone4;
|
|
474
|
-
1f469-1f3ff: woman_tone5;
|
|
475
542
|
1f9d1: adult;
|
|
476
543
|
1f9d1-1f3fb: adult_tone1;
|
|
477
544
|
1f9d1-1f3fc: adult_tone2;
|
|
478
545
|
1f9d1-1f3fd: adult_tone3;
|
|
479
546
|
1f9d1-1f3fe: adult_tone4;
|
|
480
547
|
1f9d1-1f3ff: adult_tone5;
|
|
548
|
+
1f469: woman;
|
|
549
|
+
1f469-1f3fb: woman_tone1;
|
|
550
|
+
1f469-1f3fc: woman_tone2;
|
|
551
|
+
1f469-1f3fd: woman_tone3;
|
|
552
|
+
1f469-1f3fe: woman_tone4;
|
|
553
|
+
1f469-1f3ff: woman_tone5;
|
|
481
554
|
1f468: man;
|
|
482
555
|
1f468-1f3fb: man_tone1;
|
|
483
556
|
1f468-1f3fc: man_tone2;
|
|
@@ -520,18 +593,18 @@
|
|
|
520
593
|
1f468-1f3fd-200d-1f9b0: man_red_haired_tone3;
|
|
521
594
|
1f468-1f3fe-200d-1f9b0: man_red_haired_tone4;
|
|
522
595
|
1f468-1f3ff-200d-1f9b0: man_red_haired_tone5;
|
|
523
|
-
1f471-200d-2640-fe0f: blond-haired_woman;
|
|
524
|
-
1f471-1f3fb-200d-2640-fe0f: blond-haired_woman_tone1;
|
|
525
|
-
1f471-1f3fc-200d-2640-fe0f: blond-haired_woman_tone2;
|
|
526
|
-
1f471-1f3fd-200d-2640-fe0f: blond-haired_woman_tone3;
|
|
527
|
-
1f471-1f3fe-200d-2640-fe0f: blond-haired_woman_tone4;
|
|
528
|
-
1f471-1f3ff-200d-2640-fe0f: blond-haired_woman_tone5;
|
|
529
596
|
1f471: blond_haired_person;
|
|
530
597
|
1f471-1f3fb: blond_haired_person_tone1;
|
|
531
598
|
1f471-1f3fc: blond_haired_person_tone2;
|
|
532
599
|
1f471-1f3fd: blond_haired_person_tone3;
|
|
533
600
|
1f471-1f3fe: blond_haired_person_tone4;
|
|
534
601
|
1f471-1f3ff: blond_haired_person_tone5;
|
|
602
|
+
1f471-200d-2640-fe0f: blond-haired_woman;
|
|
603
|
+
1f471-1f3fb-200d-2640-fe0f: blond-haired_woman_tone1;
|
|
604
|
+
1f471-1f3fc-200d-2640-fe0f: blond-haired_woman_tone2;
|
|
605
|
+
1f471-1f3fd-200d-2640-fe0f: blond-haired_woman_tone3;
|
|
606
|
+
1f471-1f3fe-200d-2640-fe0f: blond-haired_woman_tone4;
|
|
607
|
+
1f471-1f3ff-200d-2640-fe0f: blond-haired_woman_tone5;
|
|
535
608
|
1f471-200d-2642-fe0f: blond-haired_man;
|
|
536
609
|
1f471-1f3fb-200d-2642-fe0f: blond-haired_man_tone1;
|
|
537
610
|
1f471-1f3fc-200d-2642-fe0f: blond-haired_man_tone2;
|
|
@@ -580,30 +653,30 @@
|
|
|
580
653
|
1f9d4-1f3fd: bearded_person_tone3;
|
|
581
654
|
1f9d4-1f3fe: bearded_person_tone4;
|
|
582
655
|
1f9d4-1f3ff: bearded_person_tone5;
|
|
583
|
-
1f9d4-200d-2642-fe0f: man_beard;
|
|
584
|
-
1f9d4-1f3fb-200d-2642-fe0f: man_tone1_beard;
|
|
585
|
-
1f9d4-1f3fc-200d-2642-fe0f: man_tone2_beard;
|
|
586
|
-
1f9d4-1f3fd-200d-2642-fe0f: man_tone3_beard;
|
|
587
|
-
1f9d4-1f3fe-200d-2642-fe0f: man_tone4_beard;
|
|
588
|
-
1f9d4-1f3ff-200d-2642-fe0f: man_tone5_beard;
|
|
589
656
|
1f9d4-200d-2640-fe0f: woman_beard;
|
|
590
657
|
1f9d4-1f3fb-200d-2640-fe0f: woman_tone1_beard;
|
|
591
658
|
1f9d4-1f3fc-200d-2640-fe0f: woman_tone2_beard;
|
|
592
659
|
1f9d4-1f3fd-200d-2640-fe0f: woman_tone3_beard;
|
|
593
660
|
1f9d4-1f3fe-200d-2640-fe0f: woman_tone4_beard;
|
|
594
661
|
1f9d4-1f3ff-200d-2640-fe0f: woman_tone5_beard;
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
662
|
+
1f9d4-200d-2642-fe0f: man_beard;
|
|
663
|
+
1f9d4-1f3fb-200d-2642-fe0f: man_tone1_beard;
|
|
664
|
+
1f9d4-1f3fc-200d-2642-fe0f: man_tone2_beard;
|
|
665
|
+
1f9d4-1f3fd-200d-2642-fe0f: man_tone3_beard;
|
|
666
|
+
1f9d4-1f3fe-200d-2642-fe0f: man_tone4_beard;
|
|
667
|
+
1f9d4-1f3ff-200d-2642-fe0f: man_tone5_beard;
|
|
601
668
|
1f9d3: older_adult;
|
|
602
669
|
1f9d3-1f3fb: older_adult_tone1;
|
|
603
670
|
1f9d3-1f3fc: older_adult_tone2;
|
|
604
671
|
1f9d3-1f3fd: older_adult_tone3;
|
|
605
672
|
1f9d3-1f3fe: older_adult_tone4;
|
|
606
673
|
1f9d3-1f3ff: older_adult_tone5;
|
|
674
|
+
1f475: older_woman;
|
|
675
|
+
1f475-1f3fb: older_woman_tone1;
|
|
676
|
+
1f475-1f3fc: older_woman_tone2;
|
|
677
|
+
1f475-1f3fd: older_woman_tone3;
|
|
678
|
+
1f475-1f3fe: older_woman_tone4;
|
|
679
|
+
1f475-1f3ff: older_woman_tone5;
|
|
607
680
|
1f474: older_man;
|
|
608
681
|
1f474-1f3fb: older_man_tone1;
|
|
609
682
|
1f474-1f3fc: older_man_tone2;
|
|
@@ -1036,6 +1109,12 @@
|
|
|
1036
1109
|
1f935-1f3fd-200d-2642-fe0f: man_in_tuxedo_tone3;
|
|
1037
1110
|
1f935-1f3fe-200d-2642-fe0f: man_in_tuxedo_tone4;
|
|
1038
1111
|
1f935-1f3ff-200d-2642-fe0f: man_in_tuxedo_tone5;
|
|
1112
|
+
1fac5: person_with_crown;
|
|
1113
|
+
1fac5-1f3fb: person_with_crown_tone1;
|
|
1114
|
+
1fac5-1f3fc: person_with_crown_tone2;
|
|
1115
|
+
1fac5-1f3fd: person_with_crown_tone3;
|
|
1116
|
+
1fac5-1f3fe: person_with_crown_tone4;
|
|
1117
|
+
1fac5-1f3ff: person_with_crown_tone5;
|
|
1039
1118
|
1f478: princess;
|
|
1040
1119
|
1f478-1f3fb: princess_tone1;
|
|
1041
1120
|
1f478-1f3fc: princess_tone2;
|
|
@@ -1144,6 +1223,7 @@
|
|
|
1144
1223
|
1f9dd-1f3fd-200d-2642-fe0f: man_elf_tone3;
|
|
1145
1224
|
1f9dd-1f3fe-200d-2642-fe0f: man_elf_tone4;
|
|
1146
1225
|
1f9dd-1f3ff-200d-2642-fe0f: man_elf_tone5;
|
|
1226
|
+
1f9cc: troll;
|
|
1147
1227
|
1f9db: vampire;
|
|
1148
1228
|
1f9db-1f3fb: vampire_tone1;
|
|
1149
1229
|
1f9db-1f3fc: vampire_tone2;
|
|
@@ -1210,12 +1290,24 @@
|
|
|
1210
1290
|
1f47c-1f3fd: angel_tone3;
|
|
1211
1291
|
1f47c-1f3fe: angel_tone4;
|
|
1212
1292
|
1f47c-1f3ff: angel_tone5;
|
|
1293
|
+
1fac4: pregnant_person;
|
|
1294
|
+
1fac4-1f3fb: pregnant_person_tone1;
|
|
1295
|
+
1fac4-1f3fc: pregnant_person_tone2;
|
|
1296
|
+
1fac4-1f3fd: pregnant_person_tone3;
|
|
1297
|
+
1fac4-1f3fe: pregnant_person_tone4;
|
|
1298
|
+
1fac4-1f3ff: pregnant_person_tone5;
|
|
1213
1299
|
1f930: pregnant_woman;
|
|
1214
1300
|
1f930-1f3fb: pregnant_woman_tone1;
|
|
1215
1301
|
1f930-1f3fc: pregnant_woman_tone2;
|
|
1216
1302
|
1f930-1f3fd: pregnant_woman_tone3;
|
|
1217
1303
|
1f930-1f3fe: pregnant_woman_tone4;
|
|
1218
1304
|
1f930-1f3ff: pregnant_woman_tone5;
|
|
1305
|
+
1fac3: pregnant_man;
|
|
1306
|
+
1fac3-1f3fb: pregnant_man_tone1;
|
|
1307
|
+
1fac3-1f3fc: pregnant_man_tone2;
|
|
1308
|
+
1fac3-1f3fd: pregnant_man_tone3;
|
|
1309
|
+
1fac3-1f3fe: pregnant_man_tone4;
|
|
1310
|
+
1fac3-1f3ff: pregnant_man_tone5;
|
|
1219
1311
|
1f931: breast_feeding;
|
|
1220
1312
|
1f931-1f3fb: breast_feeding_tone1;
|
|
1221
1313
|
1f931-1f3fc: breast_feeding_tone2;
|
|
@@ -1575,8 +1667,8 @@
|
|
|
1575
1667
|
1f469-1f3ff-200d-1f9af: woman_with_probing_cane_tone5;
|
|
1576
1668
|
1f468-200d-1f9af: man_with_probing_cane;
|
|
1577
1669
|
1f468-1f3fb-200d-1f9af: man_with_probing_cane_tone1;
|
|
1578
|
-
1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
|
|
1579
1670
|
1f468-1f3fc-200d-1f9af: man_with_probing_cane_tone2;
|
|
1671
|
+
1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
|
|
1580
1672
|
1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
|
|
1581
1673
|
1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
|
|
1582
1674
|
1f9ce: person_kneeling;
|
|
@@ -1865,6 +1957,7 @@
|
|
|
1865
1957
|
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb: kiss_person_person_tone5_tone1;
|
|
1866
1958
|
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc: kiss_person_person_tone5_tone2;
|
|
1867
1959
|
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd: kiss_person_person_tone5_tone3;
|
|
1960
|
+
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone5_tone4;
|
|
1868
1961
|
1f48f-1f3ff: kiss_tone5;
|
|
1869
1962
|
1f469-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_woman_man;
|
|
1870
1963
|
1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_woman_man_tone1;
|
|
@@ -1970,8 +2063,10 @@
|
|
|
1970
2063
|
1f468-200d-1f467-200d-1f466: family_man_girl_boy;
|
|
1971
2064
|
1f468-200d-1f466-200d-1f466: family_man_boy_boy;
|
|
1972
2065
|
1f468-200d-1f467-200d-1f467: family_man_girl_girl;
|
|
2066
|
+
1faa2: knot;
|
|
1973
2067
|
1f9f6: yarn;
|
|
1974
2068
|
1f9f5: thread;
|
|
2069
|
+
1faa1: sewing_needle;
|
|
1975
2070
|
1f9e5: coat;
|
|
1976
2071
|
1f97c: lab_coat;
|
|
1977
2072
|
1f9ba: safety_vest;
|
|
@@ -1986,6 +2081,7 @@
|
|
|
1986
2081
|
1fa71: one_piece_swimsuit;
|
|
1987
2082
|
1f458: kimono;
|
|
1988
2083
|
1f97b: sari;
|
|
2084
|
+
1fa74: thong_sandal;
|
|
1989
2085
|
1f97f: womans_flat_shoe;
|
|
1990
2086
|
1f460: high_heel;
|
|
1991
2087
|
1f461: sandal;
|
|
@@ -1993,7 +2089,6 @@
|
|
|
1993
2089
|
1f45e: mans_shoe;
|
|
1994
2090
|
1f45f: athletic_shoe;
|
|
1995
2091
|
1f97e: hiking_boot;
|
|
1996
|
-
1fa74: thong_sandal;
|
|
1997
2092
|
1f9e6: socks;
|
|
1998
2093
|
1f9e4: gloves;
|
|
1999
2094
|
1f9e3: scarf;
|
|
@@ -2047,7 +2142,6 @@
|
|
|
2047
2142
|
1f423: hatching_chick;
|
|
2048
2143
|
1f425: hatched_chick;
|
|
2049
2144
|
1f986: duck;
|
|
2050
|
-
1f9a4: dodo;
|
|
2051
2145
|
1f985: eagle;
|
|
2052
2146
|
1f989: owl;
|
|
2053
2147
|
1f987: bat;
|
|
@@ -2119,8 +2213,10 @@
|
|
|
2119
2213
|
1f415-200d-1f9ba: service_dog;
|
|
2120
2214
|
1f408: cat2;
|
|
2121
2215
|
1f408-200d-2b1b: black_cat;
|
|
2216
|
+
1fab6: feather;
|
|
2122
2217
|
1f413: rooster;
|
|
2123
2218
|
1f983: turkey;
|
|
2219
|
+
1f9a4: dodo;
|
|
2124
2220
|
1f99a: peacock;
|
|
2125
2221
|
1f99c: parrot;
|
|
2126
2222
|
1f9a2: swan;
|
|
@@ -2153,9 +2249,11 @@
|
|
|
2153
2249
|
1f343: leaves;
|
|
2154
2250
|
1f342: fallen_leaf;
|
|
2155
2251
|
1f341: maple_leaf;
|
|
2156
|
-
|
|
2252
|
+
1fab9: empty_nest;
|
|
2253
|
+
1faba: nest_with_eggs;
|
|
2157
2254
|
1f344: mushroom;
|
|
2158
2255
|
1f41a: shell;
|
|
2256
|
+
1fab8: coral;
|
|
2159
2257
|
1faa8: rock;
|
|
2160
2258
|
1fab5: wood;
|
|
2161
2259
|
1f33e: ear_of_rice;
|
|
@@ -2164,6 +2262,7 @@
|
|
|
2164
2262
|
1f337: tulip;
|
|
2165
2263
|
1f339: rose;
|
|
2166
2264
|
1f940: wilted_rose;
|
|
2265
|
+
1fab7: lotus;
|
|
2167
2266
|
1f33a: hibiscus;
|
|
2168
2267
|
1f338: cherry_blossom;
|
|
2169
2268
|
1f33c: blossom;
|
|
@@ -2207,6 +2306,7 @@
|
|
|
2207
2306
|
1f4a8: dash;
|
|
2208
2307
|
1f4a7: droplet;
|
|
2209
2308
|
1f4a6: sweat_drops;
|
|
2309
|
+
1fae7: bubbles;
|
|
2210
2310
|
1f30a: ocean;
|
|
2211
2311
|
1f32b: fog;
|
|
2212
2312
|
1f34f: green_apple;
|
|
@@ -2257,6 +2357,7 @@
|
|
|
2257
2357
|
1f969: cut_of_meat;
|
|
2258
2358
|
1f357: poultry_leg;
|
|
2259
2359
|
1f356: meat_on_bone;
|
|
2360
|
+
1f9b4: bone;
|
|
2260
2361
|
1f32d: hotdog;
|
|
2261
2362
|
1f354: hamburger;
|
|
2262
2363
|
1f35f: fries;
|
|
@@ -2271,6 +2372,7 @@
|
|
|
2271
2372
|
1f958: shallow_pan_of_food;
|
|
2272
2373
|
1fad5: fondue;
|
|
2273
2374
|
1f96b: canned_food;
|
|
2375
|
+
1fad9: jar;
|
|
2274
2376
|
1f35d: spaghetti;
|
|
2275
2377
|
1f35c: ramen;
|
|
2276
2378
|
1f372: stew;
|
|
@@ -2304,15 +2406,17 @@
|
|
|
2304
2406
|
1f36a: cookie;
|
|
2305
2407
|
1f330: chestnut;
|
|
2306
2408
|
1f95c: peanuts;
|
|
2409
|
+
1fad8: beans;
|
|
2307
2410
|
1f36f: honey_pot;
|
|
2308
2411
|
1f95b: milk;
|
|
2412
|
+
1fad7: pouring_liquid;
|
|
2309
2413
|
1f37c: baby_bottle;
|
|
2310
|
-
1f375: tea;
|
|
2311
2414
|
1fad6: teapot;
|
|
2415
|
+
1f375: tea;
|
|
2312
2416
|
1f9c9: mate;
|
|
2313
|
-
1f9cb: bubble_tea;
|
|
2314
2417
|
1f9c3: beverage_box;
|
|
2315
2418
|
1f964: cup_with_straw;
|
|
2419
|
+
1f9cb: bubble_tea;
|
|
2316
2420
|
1f376: sake;
|
|
2317
2421
|
1f37a: beer;
|
|
2318
2422
|
1f37b: beers;
|
|
@@ -2339,7 +2443,6 @@
|
|
|
2339
2443
|
1f3d0: volleyball;
|
|
2340
2444
|
1f3c9: rugby_football;
|
|
2341
2445
|
1f94f: flying_disc;
|
|
2342
|
-
1fa83: boomerang;
|
|
2343
2446
|
1f3b1: 8ball;
|
|
2344
2447
|
1fa80: yo_yo;
|
|
2345
2448
|
1f3d3: ping_pong;
|
|
@@ -2348,9 +2451,11 @@
|
|
|
2348
2451
|
1f3d1: field_hockey;
|
|
2349
2452
|
1f94d: lacrosse;
|
|
2350
2453
|
1f3cf: cricket_game;
|
|
2454
|
+
1fa83: boomerang;
|
|
2351
2455
|
1f945: goal;
|
|
2352
2456
|
26f3: golf;
|
|
2353
2457
|
1fa81: kite;
|
|
2458
|
+
1f6dd: playground_slide;
|
|
2354
2459
|
1f3f9: bow_and_arrow;
|
|
2355
2460
|
1f3a3: fishing_pole_and_fish;
|
|
2356
2461
|
1f93f: diving_mask;
|
|
@@ -2656,10 +2761,10 @@
|
|
|
2656
2761
|
1fa98: long_drum;
|
|
2657
2762
|
1f3b7: saxophone;
|
|
2658
2763
|
1f3ba: trumpet;
|
|
2764
|
+
1fa97: accordion;
|
|
2659
2765
|
1f3b8: guitar;
|
|
2660
2766
|
1fa95: banjo;
|
|
2661
2767
|
1f3bb: violin;
|
|
2662
|
-
1fa97: accordion;
|
|
2663
2768
|
1f3b2: game_die;
|
|
2664
2769
|
265f: chess_pawn;
|
|
2665
2770
|
1f3af: dart;
|
|
@@ -2682,6 +2787,7 @@
|
|
|
2682
2787
|
1f69b: articulated_lorry;
|
|
2683
2788
|
1f69c: tractor;
|
|
2684
2789
|
1f9af: probing_cane;
|
|
2790
|
+
1fa7c: crutch;
|
|
2685
2791
|
1f9bd: manual_wheelchair;
|
|
2686
2792
|
1f9bc: motorized_wheelchair;
|
|
2687
2793
|
1f6f4: scooter;
|
|
@@ -2689,6 +2795,7 @@
|
|
|
2689
2795
|
1f6f5: motor_scooter;
|
|
2690
2796
|
1f3cd: motorcycle;
|
|
2691
2797
|
1f6fa: auto_rickshaw;
|
|
2798
|
+
1f6de: wheel;
|
|
2692
2799
|
1f6a8: rotating_light;
|
|
2693
2800
|
1f694: oncoming_police_car;
|
|
2694
2801
|
1f68d: oncoming_bus;
|
|
@@ -2724,6 +2831,8 @@
|
|
|
2724
2831
|
1f6f3: cruise_ship;
|
|
2725
2832
|
26f4: ferry;
|
|
2726
2833
|
1f6a2: ship;
|
|
2834
|
+
1f6df: ring_buoy;
|
|
2835
|
+
1fa9d: hook;
|
|
2727
2836
|
26fd: fuelpump;
|
|
2728
2837
|
1f6a7: construction;
|
|
2729
2838
|
1f6a6: vertical_traffic_light;
|
|
@@ -2831,6 +2940,7 @@
|
|
|
2831
2940
|
23f3: hourglass_flowing_sand;
|
|
2832
2941
|
1f4e1: satellite;
|
|
2833
2942
|
1f50b: battery;
|
|
2943
|
+
1faab: low_battery;
|
|
2834
2944
|
1f50c: electric_plug;
|
|
2835
2945
|
1f4a1: bulb;
|
|
2836
2946
|
1f526: flashlight;
|
|
@@ -2846,6 +2956,7 @@
|
|
|
2846
2956
|
1fa99: coin;
|
|
2847
2957
|
1f4b0: moneybag;
|
|
2848
2958
|
1f4b3: credit_card;
|
|
2959
|
+
1faaa: identification_card;
|
|
2849
2960
|
1f48e: gem;
|
|
2850
2961
|
1fa9c: ladder;
|
|
2851
2962
|
1f9f0: toolbox;
|
|
@@ -2854,17 +2965,16 @@
|
|
|
2854
2965
|
1f528: hammer;
|
|
2855
2966
|
1f6e0: tools;
|
|
2856
2967
|
26cf: pick;
|
|
2968
|
+
1fa9a: carpentry_saw;
|
|
2857
2969
|
1f529: nut_and_bolt;
|
|
2970
|
+
1faa4: mouse_trap;
|
|
2858
2971
|
1f9f1: bricks;
|
|
2859
2972
|
26d3: chains;
|
|
2860
|
-
1fa9d: hook;
|
|
2861
|
-
1faa2: knot;
|
|
2862
2973
|
1f9f2: magnet;
|
|
2863
2974
|
1f52b: gun;
|
|
2864
2975
|
1f4a3: bomb;
|
|
2865
2976
|
1f9e8: firecracker;
|
|
2866
2977
|
1fa93: axe;
|
|
2867
|
-
1fa9a: carpentry_saw;
|
|
2868
2978
|
1f52a: knife;
|
|
2869
2979
|
1f5e1: dagger;
|
|
2870
2980
|
1f6e1: shield;
|
|
@@ -2873,15 +2983,15 @@
|
|
|
2873
2983
|
1faa6: headstone;
|
|
2874
2984
|
26b1: urn;
|
|
2875
2985
|
1f3fa: amphora;
|
|
2876
|
-
1fa84: magic_wand;
|
|
2877
2986
|
1f52e: crystal_ball;
|
|
2878
2987
|
1f4ff: prayer_beads;
|
|
2879
2988
|
1f9ff: nazar_amulet;
|
|
2989
|
+
1faac: hamsa;
|
|
2880
2990
|
1f488: barber;
|
|
2881
2991
|
1f52d: telescope;
|
|
2882
2992
|
1f52c: microscope;
|
|
2883
2993
|
1f573: hole;
|
|
2884
|
-
|
|
2994
|
+
1fa7b: x_ray;
|
|
2885
2995
|
1fa79: adhesive_bandage;
|
|
2886
2996
|
1fa7a: stethoscope;
|
|
2887
2997
|
1f48a: pill;
|
|
@@ -2892,14 +3002,11 @@
|
|
|
2892
3002
|
1f9eb: petri_dish;
|
|
2893
3003
|
1f9ea: test_tube;
|
|
2894
3004
|
1f321: thermometer;
|
|
2895
|
-
1faa4: mouse_trap;
|
|
2896
3005
|
1f9f9: broom;
|
|
3006
|
+
1faa0: plunger;
|
|
2897
3007
|
1f9fa: basket;
|
|
2898
|
-
1faa1: sewing_needle;
|
|
2899
3008
|
1f9fb: roll_of_paper;
|
|
2900
3009
|
1f6bd: toilet;
|
|
2901
|
-
1faa0: plunger;
|
|
2902
|
-
1faa3: bucket;
|
|
2903
3010
|
1f6b0: potable_water;
|
|
2904
3011
|
1f6bf: shower;
|
|
2905
3012
|
1f6c1: bathtub;
|
|
@@ -2909,17 +3016,17 @@
|
|
|
2909
3016
|
1f6c0-1f3fd: bath_tone3;
|
|
2910
3017
|
1f6c0-1f3fe: bath_tone4;
|
|
2911
3018
|
1f6c0-1f3ff: bath_tone5;
|
|
2912
|
-
1faa5: toothbrush;
|
|
2913
3019
|
1f9fc: soap;
|
|
3020
|
+
1faa5: toothbrush;
|
|
2914
3021
|
1fa92: razor;
|
|
2915
3022
|
1f9fd: sponge;
|
|
3023
|
+
1faa3: bucket;
|
|
2916
3024
|
1f9f4: squeeze_bottle;
|
|
2917
3025
|
1f6ce: bellhop;
|
|
2918
3026
|
1f511: key;
|
|
2919
3027
|
1f5dd: key2;
|
|
2920
3028
|
1f6aa: door;
|
|
2921
3029
|
1fa91: chair;
|
|
2922
|
-
1fa9e: mirror;
|
|
2923
3030
|
1f6cb: couch;
|
|
2924
3031
|
1f6cf: bed;
|
|
2925
3032
|
1f6cc: sleeping_accommodation;
|
|
@@ -2929,20 +3036,24 @@
|
|
|
2929
3036
|
1f6cc-1f3fe: person_in_bed_tone4;
|
|
2930
3037
|
1f6cc-1f3ff: person_in_bed_tone5;
|
|
2931
3038
|
1f9f8: teddy_bear;
|
|
3039
|
+
1fa86: nesting_dolls;
|
|
2932
3040
|
1f5bc: frame_photo;
|
|
3041
|
+
1fa9e: mirror;
|
|
3042
|
+
1fa9f: window;
|
|
2933
3043
|
1f6cd: shopping_bags;
|
|
2934
3044
|
1f6d2: shopping_cart;
|
|
2935
3045
|
1f381: gift;
|
|
2936
3046
|
1f388: balloon;
|
|
2937
3047
|
1f38f: flags;
|
|
2938
3048
|
1f380: ribbon;
|
|
3049
|
+
1fa84: magic_wand;
|
|
3050
|
+
1fa85: pinata;
|
|
2939
3051
|
1f38a: confetti_ball;
|
|
2940
3052
|
1f389: tada;
|
|
2941
|
-
1fa85: piñata;
|
|
2942
|
-
1fa86: nesting_dolls;
|
|
2943
3053
|
1f38e: dolls;
|
|
2944
3054
|
1f3ee: izakaya_lantern;
|
|
2945
3055
|
1f390: wind_chime;
|
|
3056
|
+
1faa9: mirror_ball;
|
|
2946
3057
|
1f9e7: red_envelope;
|
|
2947
3058
|
1f4e9: envelope_with_arrow;
|
|
2948
3059
|
1f4e8: incoming_envelope;
|
|
@@ -2952,13 +3063,13 @@
|
|
|
2952
3063
|
1f4e4: outbox_tray;
|
|
2953
3064
|
1f4e6: package;
|
|
2954
3065
|
1f3f7: label;
|
|
3066
|
+
1faa7: placard;
|
|
2955
3067
|
1f4ea: mailbox_closed;
|
|
2956
3068
|
1f4eb: mailbox;
|
|
2957
3069
|
1f4ec: mailbox_with_mail;
|
|
2958
3070
|
1f4ed: mailbox_with_no_mail;
|
|
2959
3071
|
1f4ee: postbox;
|
|
2960
3072
|
1f4ef: postal_horn;
|
|
2961
|
-
1faa7: placard;
|
|
2962
3073
|
1f4dc: scroll;
|
|
2963
3074
|
1f4c3: page_with_curl;
|
|
2964
3075
|
1f4c4: page_facing_up;
|
|
@@ -3174,6 +3285,7 @@
|
|
|
3174
3285
|
1f503: arrows_clockwise;
|
|
3175
3286
|
1f3b5: musical_note;
|
|
3176
3287
|
1f3b6: notes;
|
|
3288
|
+
1f7f0: heavy_equals_sign;
|
|
3177
3289
|
267e: infinity;
|
|
3178
3290
|
1f4b2: heavy_dollar_sign;
|
|
3179
3291
|
1f4b1: currency_exchange;
|