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
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Tweemoji
|
2
|
+
* Tweemoji v14.0 by @twitter - https://twemoji.twitter.com/ - @twitter
|
3
3
|
* License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
|
4
4
|
*/
|
5
5
|
|
@@ -100,9 +100,11 @@
|
|
100
100
|
1f604: smile;
|
101
101
|
1f601: grin;
|
102
102
|
1f606: laughing;
|
103
|
+
1f979: face_holding_back_tears;
|
103
104
|
1f605: sweat_smile;
|
104
105
|
1f602: joy;
|
105
106
|
1f923: rofl;
|
107
|
+
1f972: smiling_face_with_tear;
|
106
108
|
263a: relaxed;
|
107
109
|
1f60a: blush;
|
108
110
|
1f607: innocent;
|
@@ -110,7 +112,6 @@
|
|
110
112
|
1f643: upside_down;
|
111
113
|
1f609: wink;
|
112
114
|
1f60c: relieved;
|
113
|
-
1f972: smiling_face_with_tear;
|
114
115
|
1f60d: heart_eyes;
|
115
116
|
1f970: smiling_face_with_3_hearts;
|
116
117
|
1f618: kissing_heart;
|
@@ -126,6 +127,7 @@
|
|
126
127
|
1f9d0: face_with_monocle;
|
127
128
|
1f913: nerd;
|
128
129
|
1f60e: sunglasses;
|
130
|
+
1f978: disguised_face;
|
129
131
|
1f929: star_struck;
|
130
132
|
1f973: partying_face;
|
131
133
|
1f60f: smirk;
|
@@ -143,15 +145,14 @@
|
|
143
145
|
1f622: cry;
|
144
146
|
1f62d: sob;
|
145
147
|
1f624: triumph;
|
146
|
-
1f62e-200d-1f4a8: face_exhaling;
|
147
148
|
1f620: angry;
|
148
149
|
1f621: rage;
|
149
150
|
1f92c: face_with_symbols_over_mouth;
|
150
151
|
1f92f: exploding_head;
|
151
152
|
1f633: flushed;
|
152
|
-
1f636-200d-1f32b-fe0f: face_in_clouds;
|
153
153
|
1f975: hot_face;
|
154
154
|
1f976: cold_face;
|
155
|
+
1f636-200d-1f32b-fe0f: face_in_clouds;
|
155
156
|
1f631: scream;
|
156
157
|
1f628: fearful;
|
157
158
|
1f630: cold_sweat;
|
@@ -159,12 +160,17 @@
|
|
159
160
|
1f613: sweat;
|
160
161
|
1f917: hugging;
|
161
162
|
1f914: thinking;
|
163
|
+
1fae3: face_with_peeking_eye;
|
162
164
|
1f92d: face_with_hand_over_mouth;
|
163
|
-
|
165
|
+
1fae2: face_with_open_eyes_and_hand_over_mouth;
|
166
|
+
1fae1: saluting_face;
|
164
167
|
1f92b: shushing_face;
|
168
|
+
1fae0: melting_face;
|
165
169
|
1f925: lying_face;
|
166
170
|
1f636: no_mouth;
|
171
|
+
1fae5: dotted_line_face;
|
167
172
|
1f610: neutral_face;
|
173
|
+
1fae4: face_with_diagonal_mouth;
|
168
174
|
1f611: expressionless;
|
169
175
|
1f62c: grimacing;
|
170
176
|
1f644: rolling_eyes;
|
@@ -173,9 +179,11 @@
|
|
173
179
|
1f627: anguished;
|
174
180
|
1f62e: open_mouth;
|
175
181
|
1f632: astonished;
|
182
|
+
1f971: yawning_face;
|
176
183
|
1f634: sleeping;
|
177
184
|
1f924: drooling_face;
|
178
185
|
1f62a: sleepy;
|
186
|
+
1f62e-200d-1f4a8: face_exhaling;
|
179
187
|
1f635: dizzy_face;
|
180
188
|
1f635-200d-1f4ab: face_with_spiral_eyes;
|
181
189
|
1f910: zipper_mouth;
|
@@ -188,7 +196,6 @@
|
|
188
196
|
1f915: head_bandage;
|
189
197
|
1f911: money_mouth;
|
190
198
|
1f920: cowboy;
|
191
|
-
1f978: disguised_face;
|
192
199
|
1f608: smiling_imp;
|
193
200
|
1f47f: imp;
|
194
201
|
1f479: japanese_ogre;
|
@@ -210,6 +217,12 @@
|
|
210
217
|
1f640: scream_cat;
|
211
218
|
1f63f: crying_cat_face;
|
212
219
|
1f63e: pouting_cat;
|
220
|
+
1faf6: heart_hands;
|
221
|
+
1faf6-1f3fb: heart_hands_tone1;
|
222
|
+
1faf6-1f3fc: heart_hands_tone2;
|
223
|
+
1faf6-1f3fd: heart_hands_tone3;
|
224
|
+
1faf6-1f3fe: heart_hands_tone4;
|
225
|
+
1faf6-1f3ff: heart_hands_tone5;
|
213
226
|
1f932: palms_up_together;
|
214
227
|
1f932-1f3fb: palms_up_together_tone1;
|
215
228
|
1f932-1f3fc: palms_up_together_tone2;
|
@@ -235,6 +248,31 @@
|
|
235
248
|
1f44f-1f3fe: clap_tone4;
|
236
249
|
1f44f-1f3ff: clap_tone5;
|
237
250
|
1f91d: handshake;
|
251
|
+
1f91d-1f3fb: handshake_tone1;
|
252
|
+
1faf1-1f3fb-200d-1faf2-1f3fc: handshake_tone1_tone2;
|
253
|
+
1faf1-1f3fb-200d-1faf2-1f3fd: handshake_tone1_tone3;
|
254
|
+
1faf1-1f3fb-200d-1faf2-1f3fe: handshake_tone1_tone4;
|
255
|
+
1faf1-1f3fb-200d-1faf2-1f3ff: handshake_tone1_tone5;
|
256
|
+
1faf1-1f3fc-200d-1faf2-1f3fb: handshake_tone2_tone1;
|
257
|
+
1f91d-1f3fc: handshake_tone2;
|
258
|
+
1faf1-1f3fc-200d-1faf2-1f3fd: handshake_tone2_tone3;
|
259
|
+
1faf1-1f3fc-200d-1faf2-1f3fe: handshake_tone2_tone4;
|
260
|
+
1faf1-1f3fc-200d-1faf2-1f3ff: handshake_tone2_tone5;
|
261
|
+
1faf1-1f3fd-200d-1faf2-1f3fb: handshake_tone3_tone1;
|
262
|
+
1faf1-1f3fd-200d-1faf2-1f3fc: handshake_tone3_tone2;
|
263
|
+
1f91d-1f3fd: handshake_tone3;
|
264
|
+
1faf1-1f3fd-200d-1faf2-1f3fe: handshake_tone3_tone4;
|
265
|
+
1faf1-1f3fd-200d-1faf2-1f3ff: handshake_tone3_tone5;
|
266
|
+
1faf1-1f3fe-200d-1faf2-1f3fb: handshake_tone4_tone1;
|
267
|
+
1faf1-1f3fe-200d-1faf2-1f3fc: handshake_tone4_tone2;
|
268
|
+
1faf1-1f3fe-200d-1faf2-1f3fd: handshake_tone4_tone3;
|
269
|
+
1f91d-1f3fe: handshake_tone4;
|
270
|
+
1faf1-1f3fe-200d-1faf2-1f3ff: handshake_tone4_tone5;
|
271
|
+
1faf1-1f3ff-200d-1faf2-1f3fb: handshake_tone5_tone1;
|
272
|
+
1faf1-1f3ff-200d-1faf2-1f3fc: handshake_tone5_tone2;
|
273
|
+
1faf1-1f3ff-200d-1faf2-1f3fd: handshake_tone5_tone3;
|
274
|
+
1faf1-1f3ff-200d-1faf2-1f3fe: handshake_tone5_tone4;
|
275
|
+
1f91d-1f3ff: handshake_tone5;
|
238
276
|
1f44d: thumbsup;
|
239
277
|
1f44d-1f3fb: thumbsup_tone1;
|
240
278
|
1f44d-1f3fc: thumbsup_tone2;
|
@@ -283,6 +321,12 @@
|
|
283
321
|
270c-1f3fd: v_tone3;
|
284
322
|
270c-1f3fe: v_tone4;
|
285
323
|
270c-1f3ff: v_tone5;
|
324
|
+
1faf0: hand_with_index_finger_and_thumb_crossed;
|
325
|
+
1faf0-1f3fb: hand_with_index_finger_and_thumb_crossed_tone1;
|
326
|
+
1faf0-1f3fc: hand_with_index_finger_and_thumb_crossed_tone2;
|
327
|
+
1faf0-1f3fd: hand_with_index_finger_and_thumb_crossed_tone3;
|
328
|
+
1faf0-1f3fe: hand_with_index_finger_and_thumb_crossed_tone4;
|
329
|
+
1faf0-1f3ff: hand_with_index_finger_and_thumb_crossed_tone5;
|
286
330
|
1f91f: love_you_gesture;
|
287
331
|
1f91f-1f3fb: love_you_gesture_tone1;
|
288
332
|
1f91f-1f3fc: love_you_gesture_tone2;
|
@@ -301,18 +345,30 @@
|
|
301
345
|
1f44c-1f3fd: ok_hand_tone3;
|
302
346
|
1f44c-1f3fe: ok_hand_tone4;
|
303
347
|
1f44c-1f3ff: ok_hand_tone5;
|
304
|
-
1f90f: pinching_hand;
|
305
|
-
1f90f-1f3fb: pinching_hand_tone1;
|
306
|
-
1f90f-1f3fc: pinching_hand_tone2;
|
307
|
-
1f90f-1f3fd: pinching_hand_tone3;
|
308
|
-
1f90f-1f3fe: pinching_hand_tone4;
|
309
|
-
1f90f-1f3ff: pinching_hand_tone5;
|
310
348
|
1f90c: pinched_fingers;
|
311
349
|
1f90c-1f3fc: pinched_fingers_tone2;
|
312
350
|
1f90c-1f3fb: pinched_fingers_tone1;
|
313
351
|
1f90c-1f3fd: pinched_fingers_tone3;
|
314
352
|
1f90c-1f3fe: pinched_fingers_tone4;
|
315
353
|
1f90c-1f3ff: pinched_fingers_tone5;
|
354
|
+
1f90f: pinching_hand;
|
355
|
+
1f90f-1f3fb: pinching_hand_tone1;
|
356
|
+
1f90f-1f3fc: pinching_hand_tone2;
|
357
|
+
1f90f-1f3fd: pinching_hand_tone3;
|
358
|
+
1f90f-1f3fe: pinching_hand_tone4;
|
359
|
+
1f90f-1f3ff: pinching_hand_tone5;
|
360
|
+
1faf3: palm_down_hand;
|
361
|
+
1faf3-1f3fb: palm_down_hand_tone1;
|
362
|
+
1faf3-1f3fc: palm_down_hand_tone2;
|
363
|
+
1faf3-1f3fd: palm_down_hand_tone3;
|
364
|
+
1faf3-1f3fe: palm_down_hand_tone4;
|
365
|
+
1faf3-1f3ff: palm_down_hand_tone5;
|
366
|
+
1faf4: palm_up_hand;
|
367
|
+
1faf4-1f3fb: palm_up_hand_tone1;
|
368
|
+
1faf4-1f3fc: palm_up_hand_tone2;
|
369
|
+
1faf4-1f3fd: palm_up_hand_tone3;
|
370
|
+
1faf4-1f3fe: palm_up_hand_tone4;
|
371
|
+
1faf4-1f3ff: palm_up_hand_tone5;
|
316
372
|
1f448: point_left;
|
317
373
|
1f448-1f3fb: point_left_tone1;
|
318
374
|
1f448-1f3fc: point_left_tone2;
|
@@ -379,6 +435,18 @@
|
|
379
435
|
1f919-1f3fd: call_me_tone3;
|
380
436
|
1f919-1f3fe: call_me_tone4;
|
381
437
|
1f919-1f3ff: call_me_tone5;
|
438
|
+
1faf2: leftwards_hand;
|
439
|
+
1faf2-1f3fb: leftwards_hand_tone1;
|
440
|
+
1faf2-1f3fc: leftwards_hand_tone2;
|
441
|
+
1faf2-1f3fd: leftwards_hand_tone3;
|
442
|
+
1faf2-1f3fe: leftwards_hand_tone4;
|
443
|
+
1faf2-1f3ff: leftwards_hand_tone5;
|
444
|
+
1faf1: rightwards_hand;
|
445
|
+
1faf1-1f3fb: rightwards_hand_tone1;
|
446
|
+
1faf1-1f3fc: rightwards_hand_tone2;
|
447
|
+
1faf1-1f3fd: rightwards_hand_tone3;
|
448
|
+
1faf1-1f3fe: rightwards_hand_tone4;
|
449
|
+
1faf1-1f3ff: rightwards_hand_tone5;
|
382
450
|
1f4aa: muscle;
|
383
451
|
1f4aa-1f3fb: muscle_tone1;
|
384
452
|
1f4aa-1f3fc: muscle_tone2;
|
@@ -404,6 +472,12 @@
|
|
404
472
|
1f64f-1f3fd: pray_tone3;
|
405
473
|
1f64f-1f3fe: pray_tone4;
|
406
474
|
1f64f-1f3ff: pray_tone5;
|
475
|
+
1faf5: index_pointing_at_the_viewer;
|
476
|
+
1faf5-1f3fb: index_pointing_at_the_viewer_tone1;
|
477
|
+
1faf5-1f3fc: index_pointing_at_the_viewer_tone2;
|
478
|
+
1faf5-1f3fd: index_pointing_at_the_viewer_tone3;
|
479
|
+
1faf5-1f3fe: index_pointing_at_the_viewer_tone4;
|
480
|
+
1faf5-1f3ff: index_pointing_at_the_viewer_tone5;
|
407
481
|
1f9b6: foot;
|
408
482
|
1f9b6-1f3fb: foot_tone1;
|
409
483
|
1f9b6-1f3fc: foot_tone2;
|
@@ -420,12 +494,12 @@
|
|
420
494
|
1f484: lipstick;
|
421
495
|
1f48b: kiss;
|
422
496
|
1f444: lips;
|
497
|
+
1fae6: biting_lip;
|
423
498
|
1f9b7: tooth;
|
424
499
|
1f445: tongue;
|
425
500
|
1f442: ear;
|
426
501
|
1f442-1f3fb: ear_tone1;
|
427
502
|
1f442-1f3fc: ear_tone2;
|
428
|
-
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone5_tone4;
|
429
503
|
1f442-1f3fd: ear_tone3;
|
430
504
|
1f442-1f3fe: ear_tone4;
|
431
505
|
1f442-1f3ff: ear_tone5;
|
@@ -444,10 +518,9 @@
|
|
444
518
|
1f463: footprints;
|
445
519
|
1f441: eye;
|
446
520
|
1f440: eyes;
|
447
|
-
1f9e0: brain;
|
448
521
|
1fac0: anatomical_heart;
|
449
522
|
1fac1: lungs;
|
450
|
-
|
523
|
+
1f9e0: brain;
|
451
524
|
1f5e3: speaking_head;
|
452
525
|
1f464: bust_in_silhouette;
|
453
526
|
1f465: busts_in_silhouette;
|
@@ -458,36 +531,36 @@
|
|
458
531
|
1f476-1f3fd: baby_tone3;
|
459
532
|
1f476-1f3fe: baby_tone4;
|
460
533
|
1f476-1f3ff: baby_tone5;
|
461
|
-
1f467: girl;
|
462
|
-
1f467-1f3fb: girl_tone1;
|
463
|
-
1f467-1f3fc: girl_tone2;
|
464
|
-
1f467-1f3fd: girl_tone3;
|
465
|
-
1f467-1f3fe: girl_tone4;
|
466
|
-
1f467-1f3ff: girl_tone5;
|
467
534
|
1f9d2: child;
|
468
535
|
1f9d2-1f3fb: child_tone1;
|
469
536
|
1f9d2-1f3fc: child_tone2;
|
470
537
|
1f9d2-1f3fd: child_tone3;
|
471
538
|
1f9d2-1f3fe: child_tone4;
|
472
539
|
1f9d2-1f3ff: child_tone5;
|
540
|
+
1f467: girl;
|
541
|
+
1f467-1f3fb: girl_tone1;
|
542
|
+
1f467-1f3fc: girl_tone2;
|
543
|
+
1f467-1f3fd: girl_tone3;
|
544
|
+
1f467-1f3fe: girl_tone4;
|
545
|
+
1f467-1f3ff: girl_tone5;
|
473
546
|
1f466: boy;
|
474
547
|
1f466-1f3fb: boy_tone1;
|
475
548
|
1f466-1f3fc: boy_tone2;
|
476
549
|
1f466-1f3fd: boy_tone3;
|
477
550
|
1f466-1f3fe: boy_tone4;
|
478
551
|
1f466-1f3ff: boy_tone5;
|
479
|
-
1f469: woman;
|
480
|
-
1f469-1f3fb: woman_tone1;
|
481
|
-
1f469-1f3fc: woman_tone2;
|
482
|
-
1f469-1f3fd: woman_tone3;
|
483
|
-
1f469-1f3fe: woman_tone4;
|
484
|
-
1f469-1f3ff: woman_tone5;
|
485
552
|
1f9d1: adult;
|
486
553
|
1f9d1-1f3fb: adult_tone1;
|
487
554
|
1f9d1-1f3fc: adult_tone2;
|
488
555
|
1f9d1-1f3fd: adult_tone3;
|
489
556
|
1f9d1-1f3fe: adult_tone4;
|
490
557
|
1f9d1-1f3ff: adult_tone5;
|
558
|
+
1f469: woman;
|
559
|
+
1f469-1f3fb: woman_tone1;
|
560
|
+
1f469-1f3fc: woman_tone2;
|
561
|
+
1f469-1f3fd: woman_tone3;
|
562
|
+
1f469-1f3fe: woman_tone4;
|
563
|
+
1f469-1f3ff: woman_tone5;
|
491
564
|
1f468: man;
|
492
565
|
1f468-1f3fb: man_tone1;
|
493
566
|
1f468-1f3fc: man_tone2;
|
@@ -530,18 +603,18 @@
|
|
530
603
|
1f468-1f3fd-200d-1f9b0: man_red_haired_tone3;
|
531
604
|
1f468-1f3fe-200d-1f9b0: man_red_haired_tone4;
|
532
605
|
1f468-1f3ff-200d-1f9b0: man_red_haired_tone5;
|
533
|
-
1f471-200d-2640-fe0f: blond-haired_woman;
|
534
|
-
1f471-1f3fb-200d-2640-fe0f: blond-haired_woman_tone1;
|
535
|
-
1f471-1f3fc-200d-2640-fe0f: blond-haired_woman_tone2;
|
536
|
-
1f471-1f3fd-200d-2640-fe0f: blond-haired_woman_tone3;
|
537
|
-
1f471-1f3fe-200d-2640-fe0f: blond-haired_woman_tone4;
|
538
|
-
1f471-1f3ff-200d-2640-fe0f: blond-haired_woman_tone5;
|
539
606
|
1f471: blond_haired_person;
|
540
607
|
1f471-1f3fb: blond_haired_person_tone1;
|
541
608
|
1f471-1f3fc: blond_haired_person_tone2;
|
542
609
|
1f471-1f3fd: blond_haired_person_tone3;
|
543
610
|
1f471-1f3fe: blond_haired_person_tone4;
|
544
611
|
1f471-1f3ff: blond_haired_person_tone5;
|
612
|
+
1f471-200d-2640-fe0f: blond-haired_woman;
|
613
|
+
1f471-1f3fb-200d-2640-fe0f: blond-haired_woman_tone1;
|
614
|
+
1f471-1f3fc-200d-2640-fe0f: blond-haired_woman_tone2;
|
615
|
+
1f471-1f3fd-200d-2640-fe0f: blond-haired_woman_tone3;
|
616
|
+
1f471-1f3fe-200d-2640-fe0f: blond-haired_woman_tone4;
|
617
|
+
1f471-1f3ff-200d-2640-fe0f: blond-haired_woman_tone5;
|
545
618
|
1f471-200d-2642-fe0f: blond-haired_man;
|
546
619
|
1f471-1f3fb-200d-2642-fe0f: blond-haired_man_tone1;
|
547
620
|
1f471-1f3fc-200d-2642-fe0f: blond-haired_man_tone2;
|
@@ -590,30 +663,30 @@
|
|
590
663
|
1f9d4-1f3fd: bearded_person_tone3;
|
591
664
|
1f9d4-1f3fe: bearded_person_tone4;
|
592
665
|
1f9d4-1f3ff: bearded_person_tone5;
|
593
|
-
1f9d4-200d-2642-fe0f: man_beard;
|
594
|
-
1f9d4-1f3fb-200d-2642-fe0f: man_tone1_beard;
|
595
|
-
1f9d4-1f3fc-200d-2642-fe0f: man_tone2_beard;
|
596
|
-
1f9d4-1f3fd-200d-2642-fe0f: man_tone3_beard;
|
597
|
-
1f9d4-1f3fe-200d-2642-fe0f: man_tone4_beard;
|
598
|
-
1f9d4-1f3ff-200d-2642-fe0f: man_tone5_beard;
|
599
666
|
1f9d4-200d-2640-fe0f: woman_beard;
|
600
667
|
1f9d4-1f3fb-200d-2640-fe0f: woman_tone1_beard;
|
601
668
|
1f9d4-1f3fc-200d-2640-fe0f: woman_tone2_beard;
|
602
669
|
1f9d4-1f3fd-200d-2640-fe0f: woman_tone3_beard;
|
603
670
|
1f9d4-1f3fe-200d-2640-fe0f: woman_tone4_beard;
|
604
671
|
1f9d4-1f3ff-200d-2640-fe0f: woman_tone5_beard;
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
672
|
+
1f9d4-200d-2642-fe0f: man_beard;
|
673
|
+
1f9d4-1f3fb-200d-2642-fe0f: man_tone1_beard;
|
674
|
+
1f9d4-1f3fc-200d-2642-fe0f: man_tone2_beard;
|
675
|
+
1f9d4-1f3fd-200d-2642-fe0f: man_tone3_beard;
|
676
|
+
1f9d4-1f3fe-200d-2642-fe0f: man_tone4_beard;
|
677
|
+
1f9d4-1f3ff-200d-2642-fe0f: man_tone5_beard;
|
611
678
|
1f9d3: older_adult;
|
612
679
|
1f9d3-1f3fb: older_adult_tone1;
|
613
680
|
1f9d3-1f3fc: older_adult_tone2;
|
614
681
|
1f9d3-1f3fd: older_adult_tone3;
|
615
682
|
1f9d3-1f3fe: older_adult_tone4;
|
616
683
|
1f9d3-1f3ff: older_adult_tone5;
|
684
|
+
1f475: older_woman;
|
685
|
+
1f475-1f3fb: older_woman_tone1;
|
686
|
+
1f475-1f3fc: older_woman_tone2;
|
687
|
+
1f475-1f3fd: older_woman_tone3;
|
688
|
+
1f475-1f3fe: older_woman_tone4;
|
689
|
+
1f475-1f3ff: older_woman_tone5;
|
617
690
|
1f474: older_man;
|
618
691
|
1f474-1f3fb: older_man_tone1;
|
619
692
|
1f474-1f3fc: older_man_tone2;
|
@@ -1046,6 +1119,12 @@
|
|
1046
1119
|
1f935-1f3fd-200d-2642-fe0f: man_in_tuxedo_tone3;
|
1047
1120
|
1f935-1f3fe-200d-2642-fe0f: man_in_tuxedo_tone4;
|
1048
1121
|
1f935-1f3ff-200d-2642-fe0f: man_in_tuxedo_tone5;
|
1122
|
+
1fac5: person_with_crown;
|
1123
|
+
1fac5-1f3fb: person_with_crown_tone1;
|
1124
|
+
1fac5-1f3fc: person_with_crown_tone2;
|
1125
|
+
1fac5-1f3fd: person_with_crown_tone3;
|
1126
|
+
1fac5-1f3fe: person_with_crown_tone4;
|
1127
|
+
1fac5-1f3ff: person_with_crown_tone5;
|
1049
1128
|
1f478: princess;
|
1050
1129
|
1f478-1f3fb: princess_tone1;
|
1051
1130
|
1f478-1f3fc: princess_tone2;
|
@@ -1154,6 +1233,7 @@
|
|
1154
1233
|
1f9dd-1f3fd-200d-2642-fe0f: man_elf_tone3;
|
1155
1234
|
1f9dd-1f3fe-200d-2642-fe0f: man_elf_tone4;
|
1156
1235
|
1f9dd-1f3ff-200d-2642-fe0f: man_elf_tone5;
|
1236
|
+
1f9cc: troll;
|
1157
1237
|
1f9db: vampire;
|
1158
1238
|
1f9db-1f3fb: vampire_tone1;
|
1159
1239
|
1f9db-1f3fc: vampire_tone2;
|
@@ -1220,12 +1300,24 @@
|
|
1220
1300
|
1f47c-1f3fd: angel_tone3;
|
1221
1301
|
1f47c-1f3fe: angel_tone4;
|
1222
1302
|
1f47c-1f3ff: angel_tone5;
|
1303
|
+
1fac4: pregnant_person;
|
1304
|
+
1fac4-1f3fb: pregnant_person_tone1;
|
1305
|
+
1fac4-1f3fc: pregnant_person_tone2;
|
1306
|
+
1fac4-1f3fd: pregnant_person_tone3;
|
1307
|
+
1fac4-1f3fe: pregnant_person_tone4;
|
1308
|
+
1fac4-1f3ff: pregnant_person_tone5;
|
1223
1309
|
1f930: pregnant_woman;
|
1224
1310
|
1f930-1f3fb: pregnant_woman_tone1;
|
1225
1311
|
1f930-1f3fc: pregnant_woman_tone2;
|
1226
1312
|
1f930-1f3fd: pregnant_woman_tone3;
|
1227
1313
|
1f930-1f3fe: pregnant_woman_tone4;
|
1228
1314
|
1f930-1f3ff: pregnant_woman_tone5;
|
1315
|
+
1fac3: pregnant_man;
|
1316
|
+
1fac3-1f3fb: pregnant_man_tone1;
|
1317
|
+
1fac3-1f3fc: pregnant_man_tone2;
|
1318
|
+
1fac3-1f3fd: pregnant_man_tone3;
|
1319
|
+
1fac3-1f3fe: pregnant_man_tone4;
|
1320
|
+
1fac3-1f3ff: pregnant_man_tone5;
|
1229
1321
|
1f931: breast_feeding;
|
1230
1322
|
1f931-1f3fb: breast_feeding_tone1;
|
1231
1323
|
1f931-1f3fc: breast_feeding_tone2;
|
@@ -1585,8 +1677,8 @@
|
|
1585
1677
|
1f469-1f3ff-200d-1f9af: woman_with_probing_cane_tone5;
|
1586
1678
|
1f468-200d-1f9af: man_with_probing_cane;
|
1587
1679
|
1f468-1f3fb-200d-1f9af: man_with_probing_cane_tone1;
|
1588
|
-
1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
|
1589
1680
|
1f468-1f3fc-200d-1f9af: man_with_probing_cane_tone2;
|
1681
|
+
1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
|
1590
1682
|
1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
|
1591
1683
|
1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
|
1592
1684
|
1f9ce: person_kneeling;
|
@@ -1875,6 +1967,7 @@
|
|
1875
1967
|
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb: kiss_person_person_tone5_tone1;
|
1876
1968
|
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc: kiss_person_person_tone5_tone2;
|
1877
1969
|
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd: kiss_person_person_tone5_tone3;
|
1970
|
+
1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone5_tone4;
|
1878
1971
|
1f48f-1f3ff: kiss_tone5;
|
1879
1972
|
1f469-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_woman_man;
|
1880
1973
|
1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_woman_man_tone1;
|
@@ -1980,8 +2073,10 @@
|
|
1980
2073
|
1f468-200d-1f467-200d-1f466: family_man_girl_boy;
|
1981
2074
|
1f468-200d-1f466-200d-1f466: family_man_boy_boy;
|
1982
2075
|
1f468-200d-1f467-200d-1f467: family_man_girl_girl;
|
2076
|
+
1faa2: knot;
|
1983
2077
|
1f9f6: yarn;
|
1984
2078
|
1f9f5: thread;
|
2079
|
+
1faa1: sewing_needle;
|
1985
2080
|
1f9e5: coat;
|
1986
2081
|
1f97c: lab_coat;
|
1987
2082
|
1f9ba: safety_vest;
|
@@ -1996,6 +2091,7 @@
|
|
1996
2091
|
1fa71: one_piece_swimsuit;
|
1997
2092
|
1f458: kimono;
|
1998
2093
|
1f97b: sari;
|
2094
|
+
1fa74: thong_sandal;
|
1999
2095
|
1f97f: womans_flat_shoe;
|
2000
2096
|
1f460: high_heel;
|
2001
2097
|
1f461: sandal;
|
@@ -2003,7 +2099,6 @@
|
|
2003
2099
|
1f45e: mans_shoe;
|
2004
2100
|
1f45f: athletic_shoe;
|
2005
2101
|
1f97e: hiking_boot;
|
2006
|
-
1fa74: thong_sandal;
|
2007
2102
|
1f9e6: socks;
|
2008
2103
|
1f9e4: gloves;
|
2009
2104
|
1f9e3: scarf;
|
@@ -2057,7 +2152,6 @@
|
|
2057
2152
|
1f423: hatching_chick;
|
2058
2153
|
1f425: hatched_chick;
|
2059
2154
|
1f986: duck;
|
2060
|
-
1f9a4: dodo;
|
2061
2155
|
1f985: eagle;
|
2062
2156
|
1f989: owl;
|
2063
2157
|
1f987: bat;
|
@@ -2129,8 +2223,10 @@
|
|
2129
2223
|
1f415-200d-1f9ba: service_dog;
|
2130
2224
|
1f408: cat2;
|
2131
2225
|
1f408-200d-2b1b: black_cat;
|
2226
|
+
1fab6: feather;
|
2132
2227
|
1f413: rooster;
|
2133
2228
|
1f983: turkey;
|
2229
|
+
1f9a4: dodo;
|
2134
2230
|
1f99a: peacock;
|
2135
2231
|
1f99c: parrot;
|
2136
2232
|
1f9a2: swan;
|
@@ -2163,9 +2259,11 @@
|
|
2163
2259
|
1f343: leaves;
|
2164
2260
|
1f342: fallen_leaf;
|
2165
2261
|
1f341: maple_leaf;
|
2166
|
-
|
2262
|
+
1fab9: empty_nest;
|
2263
|
+
1faba: nest_with_eggs;
|
2167
2264
|
1f344: mushroom;
|
2168
2265
|
1f41a: shell;
|
2266
|
+
1fab8: coral;
|
2169
2267
|
1faa8: rock;
|
2170
2268
|
1fab5: wood;
|
2171
2269
|
1f33e: ear_of_rice;
|
@@ -2174,6 +2272,7 @@
|
|
2174
2272
|
1f337: tulip;
|
2175
2273
|
1f339: rose;
|
2176
2274
|
1f940: wilted_rose;
|
2275
|
+
1fab7: lotus;
|
2177
2276
|
1f33a: hibiscus;
|
2178
2277
|
1f338: cherry_blossom;
|
2179
2278
|
1f33c: blossom;
|
@@ -2217,6 +2316,7 @@
|
|
2217
2316
|
1f4a8: dash;
|
2218
2317
|
1f4a7: droplet;
|
2219
2318
|
1f4a6: sweat_drops;
|
2319
|
+
1fae7: bubbles;
|
2220
2320
|
1f30a: ocean;
|
2221
2321
|
1f32b: fog;
|
2222
2322
|
1f34f: green_apple;
|
@@ -2267,6 +2367,7 @@
|
|
2267
2367
|
1f969: cut_of_meat;
|
2268
2368
|
1f357: poultry_leg;
|
2269
2369
|
1f356: meat_on_bone;
|
2370
|
+
1f9b4: bone;
|
2270
2371
|
1f32d: hotdog;
|
2271
2372
|
1f354: hamburger;
|
2272
2373
|
1f35f: fries;
|
@@ -2281,6 +2382,7 @@
|
|
2281
2382
|
1f958: shallow_pan_of_food;
|
2282
2383
|
1fad5: fondue;
|
2283
2384
|
1f96b: canned_food;
|
2385
|
+
1fad9: jar;
|
2284
2386
|
1f35d: spaghetti;
|
2285
2387
|
1f35c: ramen;
|
2286
2388
|
1f372: stew;
|
@@ -2314,15 +2416,17 @@
|
|
2314
2416
|
1f36a: cookie;
|
2315
2417
|
1f330: chestnut;
|
2316
2418
|
1f95c: peanuts;
|
2419
|
+
1fad8: beans;
|
2317
2420
|
1f36f: honey_pot;
|
2318
2421
|
1f95b: milk;
|
2422
|
+
1fad7: pouring_liquid;
|
2319
2423
|
1f37c: baby_bottle;
|
2320
|
-
1f375: tea;
|
2321
2424
|
1fad6: teapot;
|
2425
|
+
1f375: tea;
|
2322
2426
|
1f9c9: mate;
|
2323
|
-
1f9cb: bubble_tea;
|
2324
2427
|
1f9c3: beverage_box;
|
2325
2428
|
1f964: cup_with_straw;
|
2429
|
+
1f9cb: bubble_tea;
|
2326
2430
|
1f376: sake;
|
2327
2431
|
1f37a: beer;
|
2328
2432
|
1f37b: beers;
|
@@ -2349,7 +2453,6 @@
|
|
2349
2453
|
1f3d0: volleyball;
|
2350
2454
|
1f3c9: rugby_football;
|
2351
2455
|
1f94f: flying_disc;
|
2352
|
-
1fa83: boomerang;
|
2353
2456
|
1f3b1: 8ball;
|
2354
2457
|
1fa80: yo_yo;
|
2355
2458
|
1f3d3: ping_pong;
|
@@ -2358,9 +2461,11 @@
|
|
2358
2461
|
1f3d1: field_hockey;
|
2359
2462
|
1f94d: lacrosse;
|
2360
2463
|
1f3cf: cricket_game;
|
2464
|
+
1fa83: boomerang;
|
2361
2465
|
1f945: goal;
|
2362
2466
|
26f3: golf;
|
2363
2467
|
1fa81: kite;
|
2468
|
+
1f6dd: playground_slide;
|
2364
2469
|
1f3f9: bow_and_arrow;
|
2365
2470
|
1f3a3: fishing_pole_and_fish;
|
2366
2471
|
1f93f: diving_mask;
|
@@ -2666,10 +2771,10 @@
|
|
2666
2771
|
1fa98: long_drum;
|
2667
2772
|
1f3b7: saxophone;
|
2668
2773
|
1f3ba: trumpet;
|
2774
|
+
1fa97: accordion;
|
2669
2775
|
1f3b8: guitar;
|
2670
2776
|
1fa95: banjo;
|
2671
2777
|
1f3bb: violin;
|
2672
|
-
1fa97: accordion;
|
2673
2778
|
1f3b2: game_die;
|
2674
2779
|
265f: chess_pawn;
|
2675
2780
|
1f3af: dart;
|
@@ -2692,6 +2797,7 @@
|
|
2692
2797
|
1f69b: articulated_lorry;
|
2693
2798
|
1f69c: tractor;
|
2694
2799
|
1f9af: probing_cane;
|
2800
|
+
1fa7c: crutch;
|
2695
2801
|
1f9bd: manual_wheelchair;
|
2696
2802
|
1f9bc: motorized_wheelchair;
|
2697
2803
|
1f6f4: scooter;
|
@@ -2699,6 +2805,7 @@
|
|
2699
2805
|
1f6f5: motor_scooter;
|
2700
2806
|
1f3cd: motorcycle;
|
2701
2807
|
1f6fa: auto_rickshaw;
|
2808
|
+
1f6de: wheel;
|
2702
2809
|
1f6a8: rotating_light;
|
2703
2810
|
1f694: oncoming_police_car;
|
2704
2811
|
1f68d: oncoming_bus;
|
@@ -2734,6 +2841,8 @@
|
|
2734
2841
|
1f6f3: cruise_ship;
|
2735
2842
|
26f4: ferry;
|
2736
2843
|
1f6a2: ship;
|
2844
|
+
1f6df: ring_buoy;
|
2845
|
+
1fa9d: hook;
|
2737
2846
|
26fd: fuelpump;
|
2738
2847
|
1f6a7: construction;
|
2739
2848
|
1f6a6: vertical_traffic_light;
|
@@ -2841,6 +2950,7 @@
|
|
2841
2950
|
23f3: hourglass_flowing_sand;
|
2842
2951
|
1f4e1: satellite;
|
2843
2952
|
1f50b: battery;
|
2953
|
+
1faab: low_battery;
|
2844
2954
|
1f50c: electric_plug;
|
2845
2955
|
1f4a1: bulb;
|
2846
2956
|
1f526: flashlight;
|
@@ -2856,6 +2966,7 @@
|
|
2856
2966
|
1fa99: coin;
|
2857
2967
|
1f4b0: moneybag;
|
2858
2968
|
1f4b3: credit_card;
|
2969
|
+
1faaa: identification_card;
|
2859
2970
|
1f48e: gem;
|
2860
2971
|
1fa9c: ladder;
|
2861
2972
|
1f9f0: toolbox;
|
@@ -2864,17 +2975,16 @@
|
|
2864
2975
|
1f528: hammer;
|
2865
2976
|
1f6e0: tools;
|
2866
2977
|
26cf: pick;
|
2978
|
+
1fa9a: carpentry_saw;
|
2867
2979
|
1f529: nut_and_bolt;
|
2980
|
+
1faa4: mouse_trap;
|
2868
2981
|
1f9f1: bricks;
|
2869
2982
|
26d3: chains;
|
2870
|
-
1fa9d: hook;
|
2871
|
-
1faa2: knot;
|
2872
2983
|
1f9f2: magnet;
|
2873
2984
|
1f52b: gun;
|
2874
2985
|
1f4a3: bomb;
|
2875
2986
|
1f9e8: firecracker;
|
2876
2987
|
1fa93: axe;
|
2877
|
-
1fa9a: carpentry_saw;
|
2878
2988
|
1f52a: knife;
|
2879
2989
|
1f5e1: dagger;
|
2880
2990
|
1f6e1: shield;
|
@@ -2883,15 +2993,15 @@
|
|
2883
2993
|
1faa6: headstone;
|
2884
2994
|
26b1: urn;
|
2885
2995
|
1f3fa: amphora;
|
2886
|
-
1fa84: magic_wand;
|
2887
2996
|
1f52e: crystal_ball;
|
2888
2997
|
1f4ff: prayer_beads;
|
2889
2998
|
1f9ff: nazar_amulet;
|
2999
|
+
1faac: hamsa;
|
2890
3000
|
1f488: barber;
|
2891
3001
|
1f52d: telescope;
|
2892
3002
|
1f52c: microscope;
|
2893
3003
|
1f573: hole;
|
2894
|
-
|
3004
|
+
1fa7b: x_ray;
|
2895
3005
|
1fa79: adhesive_bandage;
|
2896
3006
|
1fa7a: stethoscope;
|
2897
3007
|
1f48a: pill;
|
@@ -2902,14 +3012,11 @@
|
|
2902
3012
|
1f9eb: petri_dish;
|
2903
3013
|
1f9ea: test_tube;
|
2904
3014
|
1f321: thermometer;
|
2905
|
-
1faa4: mouse_trap;
|
2906
3015
|
1f9f9: broom;
|
3016
|
+
1faa0: plunger;
|
2907
3017
|
1f9fa: basket;
|
2908
|
-
1faa1: sewing_needle;
|
2909
3018
|
1f9fb: roll_of_paper;
|
2910
3019
|
1f6bd: toilet;
|
2911
|
-
1faa0: plunger;
|
2912
|
-
1faa3: bucket;
|
2913
3020
|
1f6b0: potable_water;
|
2914
3021
|
1f6bf: shower;
|
2915
3022
|
1f6c1: bathtub;
|
@@ -2919,17 +3026,17 @@
|
|
2919
3026
|
1f6c0-1f3fd: bath_tone3;
|
2920
3027
|
1f6c0-1f3fe: bath_tone4;
|
2921
3028
|
1f6c0-1f3ff: bath_tone5;
|
2922
|
-
1faa5: toothbrush;
|
2923
3029
|
1f9fc: soap;
|
3030
|
+
1faa5: toothbrush;
|
2924
3031
|
1fa92: razor;
|
2925
3032
|
1f9fd: sponge;
|
3033
|
+
1faa3: bucket;
|
2926
3034
|
1f9f4: squeeze_bottle;
|
2927
3035
|
1f6ce: bellhop;
|
2928
3036
|
1f511: key;
|
2929
3037
|
1f5dd: key2;
|
2930
3038
|
1f6aa: door;
|
2931
3039
|
1fa91: chair;
|
2932
|
-
1fa9e: mirror;
|
2933
3040
|
1f6cb: couch;
|
2934
3041
|
1f6cf: bed;
|
2935
3042
|
1f6cc: sleeping_accommodation;
|
@@ -2939,20 +3046,24 @@
|
|
2939
3046
|
1f6cc-1f3fe: person_in_bed_tone4;
|
2940
3047
|
1f6cc-1f3ff: person_in_bed_tone5;
|
2941
3048
|
1f9f8: teddy_bear;
|
3049
|
+
1fa86: nesting_dolls;
|
2942
3050
|
1f5bc: frame_photo;
|
3051
|
+
1fa9e: mirror;
|
3052
|
+
1fa9f: window;
|
2943
3053
|
1f6cd: shopping_bags;
|
2944
3054
|
1f6d2: shopping_cart;
|
2945
3055
|
1f381: gift;
|
2946
3056
|
1f388: balloon;
|
2947
3057
|
1f38f: flags;
|
2948
3058
|
1f380: ribbon;
|
3059
|
+
1fa84: magic_wand;
|
3060
|
+
1fa85: pinata;
|
2949
3061
|
1f38a: confetti_ball;
|
2950
3062
|
1f389: tada;
|
2951
|
-
1fa85: piñata;
|
2952
|
-
1fa86: nesting_dolls;
|
2953
3063
|
1f38e: dolls;
|
2954
3064
|
1f3ee: izakaya_lantern;
|
2955
3065
|
1f390: wind_chime;
|
3066
|
+
1faa9: mirror_ball;
|
2956
3067
|
1f9e7: red_envelope;
|
2957
3068
|
1f4e9: envelope_with_arrow;
|
2958
3069
|
1f4e8: incoming_envelope;
|
@@ -2962,13 +3073,13 @@
|
|
2962
3073
|
1f4e4: outbox_tray;
|
2963
3074
|
1f4e6: package;
|
2964
3075
|
1f3f7: label;
|
3076
|
+
1faa7: placard;
|
2965
3077
|
1f4ea: mailbox_closed;
|
2966
3078
|
1f4eb: mailbox;
|
2967
3079
|
1f4ec: mailbox_with_mail;
|
2968
3080
|
1f4ed: mailbox_with_no_mail;
|
2969
3081
|
1f4ee: postbox;
|
2970
3082
|
1f4ef: postal_horn;
|
2971
|
-
1faa7: placard;
|
2972
3083
|
1f4dc: scroll;
|
2973
3084
|
1f4c3: page_with_curl;
|
2974
3085
|
1f4c4: page_facing_up;
|
@@ -3184,6 +3295,7 @@
|
|
3184
3295
|
1f503: arrows_clockwise;
|
3185
3296
|
1f3b5: musical_note;
|
3186
3297
|
1f3b6: notes;
|
3298
|
+
1f7f0: heavy_equals_sign;
|
3187
3299
|
267e: infinity;
|
3188
3300
|
1f4b2: heavy_dollar_sign;
|
3189
3301
|
1f4b1: currency_exchange;
|