fomantic-ui 2.9.3-beta.9 → 2.9.3

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.
Files changed (290) hide show
  1. package/.all-contributorsrc +2 -2
  2. package/.github/FUNDING.yml +1 -1
  3. package/.github/auto_assign.yml +1 -1
  4. package/.github/workflows/ci.yml +5 -5
  5. package/.github/workflows/nightly.yml +1 -1
  6. package/.github/workflows/release.yml +1 -1
  7. package/CHANGELOG.md +131 -0
  8. package/CONTRIBUTORS.md +1 -1
  9. package/README.md +5 -2
  10. package/SECURITY.md +2 -1
  11. package/dist/components/accordion.css +1 -1
  12. package/dist/components/accordion.js +2 -2
  13. package/dist/components/accordion.min.css +1 -1
  14. package/dist/components/accordion.min.js +2 -2
  15. package/dist/components/ad.css +1 -1
  16. package/dist/components/ad.min.css +1 -1
  17. package/dist/components/api.js +10 -9
  18. package/dist/components/api.min.js +2 -2
  19. package/dist/components/breadcrumb.css +1 -1
  20. package/dist/components/breadcrumb.min.css +1 -1
  21. package/dist/components/button.css +2 -2
  22. package/dist/components/button.min.css +2 -2
  23. package/dist/components/calendar.css +140 -3
  24. package/dist/components/calendar.js +2 -2
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +2 -2
  27. package/dist/components/card.css +1 -1
  28. package/dist/components/card.min.css +1 -1
  29. package/dist/components/checkbox.css +50 -6
  30. package/dist/components/checkbox.js +5 -3
  31. package/dist/components/checkbox.min.css +2 -2
  32. package/dist/components/checkbox.min.js +2 -2
  33. package/dist/components/comment.css +6 -1
  34. package/dist/components/comment.min.css +2 -2
  35. package/dist/components/container.css +62 -1
  36. package/dist/components/container.min.css +2 -2
  37. package/dist/components/dimmer.css +3 -3
  38. package/dist/components/dimmer.js +2 -2
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +2 -2
  41. package/dist/components/divider.css +1 -1
  42. package/dist/components/divider.min.css +1 -1
  43. package/dist/components/dropdown.css +101 -25
  44. package/dist/components/dropdown.js +29 -21
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +2 -2
  47. package/dist/components/embed.css +1 -1
  48. package/dist/components/embed.js +2 -2
  49. package/dist/components/embed.min.css +1 -1
  50. package/dist/components/embed.min.js +2 -2
  51. package/dist/components/emoji.css +697 -249
  52. package/dist/components/emoji.min.css +2 -2
  53. package/dist/components/feed.css +486 -5
  54. package/dist/components/feed.min.css +2 -2
  55. package/dist/components/flag.css +3 -2
  56. package/dist/components/flag.min.css +2 -2
  57. package/dist/components/flyout.css +1 -1
  58. package/dist/components/flyout.js +2 -33
  59. package/dist/components/flyout.min.css +1 -1
  60. package/dist/components/flyout.min.js +2 -2
  61. package/dist/components/form.css +34 -32
  62. package/dist/components/form.js +72 -31
  63. package/dist/components/form.min.css +2 -2
  64. package/dist/components/form.min.js +2 -2
  65. package/dist/components/grid.css +107 -107
  66. package/dist/components/grid.min.css +2 -2
  67. package/dist/components/header.css +1 -1
  68. package/dist/components/header.min.css +1 -1
  69. package/dist/components/icon.css +62 -62
  70. package/dist/components/icon.min.css +2 -2
  71. package/dist/components/image.css +1 -1
  72. package/dist/components/image.min.css +1 -1
  73. package/dist/components/input.css +3 -27
  74. package/dist/components/input.min.css +2 -2
  75. package/dist/components/item.css +6 -1
  76. package/dist/components/item.min.css +2 -2
  77. package/dist/components/label.css +21 -2
  78. package/dist/components/label.min.css +2 -2
  79. package/dist/components/list.css +13 -13
  80. package/dist/components/list.min.css +2 -2
  81. package/dist/components/loader.css +282 -282
  82. package/dist/components/loader.min.css +2 -2
  83. package/dist/components/menu.css +13 -7
  84. package/dist/components/menu.min.css +2 -2
  85. package/dist/components/message.css +1 -1
  86. package/dist/components/message.min.css +1 -1
  87. package/dist/components/modal.css +5 -1
  88. package/dist/components/modal.js +3 -3
  89. package/dist/components/modal.min.css +2 -2
  90. package/dist/components/modal.min.js +2 -2
  91. package/dist/components/nag.css +1 -1
  92. package/dist/components/nag.js +3 -3
  93. package/dist/components/nag.min.css +1 -1
  94. package/dist/components/nag.min.js +2 -2
  95. package/dist/components/placeholder.css +1 -1
  96. package/dist/components/placeholder.min.css +1 -1
  97. package/dist/components/popup.css +3 -3
  98. package/dist/components/popup.js +11 -9
  99. package/dist/components/popup.min.css +2 -2
  100. package/dist/components/popup.min.js +2 -2
  101. package/dist/components/progress.css +1 -1
  102. package/dist/components/progress.js +2 -2
  103. package/dist/components/progress.min.css +1 -1
  104. package/dist/components/progress.min.js +2 -2
  105. package/dist/components/rail.css +1 -1
  106. package/dist/components/rail.min.css +1 -1
  107. package/dist/components/rating.css +1 -1
  108. package/dist/components/rating.js +2 -2
  109. package/dist/components/rating.min.css +1 -1
  110. package/dist/components/rating.min.js +2 -2
  111. package/dist/components/reset.css +1 -1
  112. package/dist/components/reset.min.css +1 -1
  113. package/dist/components/reveal.css +1 -1
  114. package/dist/components/reveal.min.css +1 -1
  115. package/dist/components/search.css +26 -1
  116. package/dist/components/search.js +5 -4
  117. package/dist/components/search.min.css +2 -2
  118. package/dist/components/search.min.js +2 -2
  119. package/dist/components/segment.css +159 -33
  120. package/dist/components/segment.min.css +2 -2
  121. package/dist/components/shape.css +1 -1
  122. package/dist/components/shape.js +2 -2
  123. package/dist/components/shape.min.css +1 -1
  124. package/dist/components/shape.min.js +2 -2
  125. package/dist/components/sidebar.css +1 -1
  126. package/dist/components/sidebar.js +2 -32
  127. package/dist/components/sidebar.min.css +1 -1
  128. package/dist/components/sidebar.min.js +2 -2
  129. package/dist/components/site.css +1 -1
  130. package/dist/components/site.js +2 -2
  131. package/dist/components/site.min.css +1 -1
  132. package/dist/components/site.min.js +2 -2
  133. package/dist/components/slider.css +1 -1
  134. package/dist/components/slider.js +126 -26
  135. package/dist/components/slider.min.css +1 -1
  136. package/dist/components/slider.min.js +2 -2
  137. package/dist/components/state.js +2 -2
  138. package/dist/components/state.min.js +2 -2
  139. package/dist/components/statistic.css +1 -1
  140. package/dist/components/statistic.min.css +1 -1
  141. package/dist/components/step.css +1 -1
  142. package/dist/components/step.min.css +1 -1
  143. package/dist/components/sticky.css +1 -1
  144. package/dist/components/sticky.js +2 -2
  145. package/dist/components/sticky.min.css +1 -1
  146. package/dist/components/sticky.min.js +2 -2
  147. package/dist/components/tab.css +1 -1
  148. package/dist/components/tab.js +6 -4
  149. package/dist/components/tab.min.css +1 -1
  150. package/dist/components/tab.min.js +2 -2
  151. package/dist/components/table.css +65 -1
  152. package/dist/components/table.min.css +2 -2
  153. package/dist/components/text.css +1 -1
  154. package/dist/components/text.min.css +1 -1
  155. package/dist/components/toast.css +6 -1
  156. package/dist/components/toast.js +2 -2
  157. package/dist/components/toast.min.css +2 -2
  158. package/dist/components/toast.min.js +2 -2
  159. package/dist/components/transition.css +1 -1
  160. package/dist/components/transition.js +3 -3
  161. package/dist/components/transition.min.css +1 -1
  162. package/dist/components/transition.min.js +2 -2
  163. package/dist/components/visibility.js +2 -2
  164. package/dist/components/visibility.min.js +2 -2
  165. package/dist/semantic.css +2822 -954
  166. package/dist/semantic.js +302 -206
  167. package/dist/semantic.min.css +2 -2
  168. package/dist/semantic.min.js +2 -2
  169. package/package.json +5 -4
  170. package/scripts/nightly-version.js +2 -2
  171. package/src/definitions/behaviors/api.js +9 -8
  172. package/src/definitions/behaviors/form.js +71 -30
  173. package/src/definitions/behaviors/state.js +1 -1
  174. package/src/definitions/behaviors/visibility.js +1 -1
  175. package/src/definitions/collections/form.less +9 -14
  176. package/src/definitions/collections/grid.less +106 -106
  177. package/src/definitions/collections/menu.less +29 -22
  178. package/src/definitions/collections/table.less +66 -0
  179. package/src/definitions/elements/button.less +1 -1
  180. package/src/definitions/elements/container.less +63 -0
  181. package/src/definitions/elements/icon.less +5 -5
  182. package/src/definitions/elements/input.less +2 -2
  183. package/src/definitions/elements/label.less +21 -1
  184. package/src/definitions/elements/list.less +13 -13
  185. package/src/definitions/elements/loader.less +71 -71
  186. package/src/definitions/elements/segment.less +110 -13
  187. package/src/definitions/globals/site.js +1 -1
  188. package/src/definitions/modules/accordion.js +1 -1
  189. package/src/definitions/modules/calendar.js +1 -1
  190. package/src/definitions/modules/calendar.less +40 -11
  191. package/src/definitions/modules/checkbox.js +4 -2
  192. package/src/definitions/modules/checkbox.less +61 -5
  193. package/src/definitions/modules/dimmer.js +1 -1
  194. package/src/definitions/modules/dimmer.less +2 -2
  195. package/src/definitions/modules/dropdown.js +28 -20
  196. package/src/definitions/modules/dropdown.less +124 -21
  197. package/src/definitions/modules/embed.js +1 -1
  198. package/src/definitions/modules/flyout.js +1 -32
  199. package/src/definitions/modules/modal.js +2 -2
  200. package/src/definitions/modules/modal.less +6 -0
  201. package/src/definitions/modules/nag.js +2 -2
  202. package/src/definitions/modules/popup.js +10 -8
  203. package/src/definitions/modules/popup.less +4 -4
  204. package/src/definitions/modules/progress.js +1 -1
  205. package/src/definitions/modules/rating.js +1 -1
  206. package/src/definitions/modules/search.js +4 -3
  207. package/src/definitions/modules/search.less +31 -0
  208. package/src/definitions/modules/shape.js +1 -1
  209. package/src/definitions/modules/sidebar.js +1 -31
  210. package/src/definitions/modules/slider.js +125 -25
  211. package/src/definitions/modules/sticky.js +1 -1
  212. package/src/definitions/modules/tab.js +5 -3
  213. package/src/definitions/modules/toast.js +1 -1
  214. package/src/definitions/modules/toast.less +7 -0
  215. package/src/definitions/modules/transition.js +2 -2
  216. package/src/definitions/views/comment.less +7 -0
  217. package/src/definitions/views/feed.less +238 -32
  218. package/src/definitions/views/item.less +7 -0
  219. package/src/theme.less +1 -1
  220. package/src/themes/amazon/elements/button.variables +5 -1
  221. package/src/themes/bootstrap3/elements/button.variables +5 -1
  222. package/src/themes/chubby/elements/header.variables +6 -1
  223. package/src/themes/default/collections/message.variables +3 -9
  224. package/src/themes/default/collections/table.variables +11 -8
  225. package/src/themes/default/elements/button.variables +8 -10
  226. package/src/themes/default/elements/container.variables +3 -0
  227. package/src/themes/default/elements/emoji.variables +179 -67
  228. package/src/themes/default/elements/flag.variables +1 -1
  229. package/src/themes/default/elements/label.variables +6 -1
  230. package/src/themes/default/elements/segment.variables +8 -0
  231. package/src/themes/default/globals/site.variables +362 -341
  232. package/src/themes/default/globals/variation.variables +24 -1
  233. package/src/themes/default/modules/calendar.variables +11 -0
  234. package/src/themes/default/modules/checkbox.variables +12 -0
  235. package/src/themes/default/modules/dropdown.variables +10 -4
  236. package/src/themes/default/modules/modal.variables +3 -0
  237. package/src/themes/default/modules/popup.variables +1 -1
  238. package/src/themes/default/modules/search.variables +3 -0
  239. package/src/themes/default/modules/toast.variables +6 -5
  240. package/src/themes/default/views/card.variables +4 -12
  241. package/src/themes/default/views/feed.variables +55 -1
  242. package/src/themes/default/views/item.variables +5 -5
  243. package/src/themes/flat/collections/form.variables +4 -4
  244. package/src/themes/flat/globals/site.variables +1 -1
  245. package/src/themes/github/elements/button.variables +5 -1
  246. package/src/themes/joypixels/elements/emoji.variables +182 -70
  247. package/src/themes/material/globals/site.variables +1 -1
  248. package/src/themes/twitter/elements/button.variables +5 -1
  249. package/src/themes/twitter/elements/emoji.variables +178 -66
  250. package/tasks/admin/components/create.js +1 -2
  251. package/tasks/admin/components/init.js +3 -4
  252. package/tasks/admin/components/update.js +2 -3
  253. package/tasks/admin/distributions/create.js +9 -5
  254. package/tasks/admin/distributions/init.js +3 -4
  255. package/tasks/admin/distributions/update.js +2 -3
  256. package/tasks/config/project/install.js +3 -0
  257. package/tasks/config/tasks.js +1 -8
  258. package/tasks/config/user.js +1 -1
  259. package/tasks/docs/build.js +2 -2
  260. package/tasks/docs/metadata.js +1 -1
  261. package/tasks/docs/serve.js +1 -1
  262. package/tasks/install.js +19 -10
  263. package/tasks/watch.js +1 -2
  264. package/types/fomantic-ui-accordion.d.ts +244 -0
  265. package/types/fomantic-ui-api.d.ts +555 -0
  266. package/types/fomantic-ui-calendar.d.ts +766 -0
  267. package/types/fomantic-ui-checkbox.d.ts +332 -0
  268. package/types/fomantic-ui-dimmer.d.ts +408 -0
  269. package/types/fomantic-ui-dropdown.d.ts +1183 -0
  270. package/types/fomantic-ui-embed.d.ts +326 -0
  271. package/types/fomantic-ui-flyout.d.ts +525 -0
  272. package/types/fomantic-ui-form.d.ts +651 -0
  273. package/types/fomantic-ui-modal.d.ts +471 -0
  274. package/types/fomantic-ui-nag.d.ts +270 -0
  275. package/types/fomantic-ui-popup.d.ts +523 -0
  276. package/types/fomantic-ui-progress.d.ts +459 -0
  277. package/types/fomantic-ui-rating.d.ts +187 -0
  278. package/types/fomantic-ui-search.d.ts +496 -0
  279. package/types/fomantic-ui-shape.d.ts +274 -0
  280. package/types/fomantic-ui-sidebar.d.ts +402 -0
  281. package/types/fomantic-ui-slider.d.ts +316 -0
  282. package/types/fomantic-ui-sticky.d.ts +215 -0
  283. package/types/fomantic-ui-tab.d.ts +361 -0
  284. package/types/fomantic-ui-tests.ts +25 -0
  285. package/types/fomantic-ui-toast.d.ts +514 -0
  286. package/types/fomantic-ui-transition.d.ts +355 -0
  287. package/types/fomantic-ui-visibility.d.ts +355 -0
  288. package/types/index.d.ts +63 -0
  289. package/types/tsconfig.json +23 -0
  290. package/types/tslint.json +1 -0
@@ -1,7 +1,7 @@
1
1
  /*
2
- * JoyPixels 6.6.0 by @joypixels - https://www.joypixels.com - @joypixels
3
- * License - https://www.joypixels.com/licenses/free
4
- */
2
+ * JoyPixels 7.0 by @joypixels - https://www.joypixels.com - @joypixels
3
+ * License - https://www.joypixels.com/licenses/free
4
+ */
5
5
 
6
6
  /*******************************
7
7
  Emoji
@@ -13,7 +13,7 @@
13
13
  Downloading and hosting the joxpixels assets locally may require an additional license depending on the usage
14
14
  Find joypixels licenses at https://www.joypixels.com/licenses
15
15
  */
16
- @emojiPath: "https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/128/";
16
+ @emojiPath: "https://cdn.jsdelivr.net/joypixels/assets/7.0/png/unicode/128/";
17
17
  @emojiFileType: "png";
18
18
 
19
19
  /* --------------
@@ -98,9 +98,11 @@
98
98
  1f604: smile;
99
99
  1f601: grin;
100
100
  1f606: laughing;
101
+ 1f979: face_holding_back_tears;
101
102
  1f605: sweat_smile;
102
103
  1f602: joy;
103
104
  1f923: rofl;
105
+ 1f972: smiling_face_with_tear;
104
106
  263a: relaxed;
105
107
  1f60a: blush;
106
108
  1f607: innocent;
@@ -108,7 +110,6 @@
108
110
  1f643: upside_down;
109
111
  1f609: wink;
110
112
  1f60c: relieved;
111
- 1f972: smiling_face_with_tear;
112
113
  1f60d: heart_eyes;
113
114
  1f970: smiling_face_with_3_hearts;
114
115
  1f618: kissing_heart;
@@ -124,6 +125,7 @@
124
125
  1f9d0: face_with_monocle;
125
126
  1f913: nerd;
126
127
  1f60e: sunglasses;
128
+ 1f978: disguised_face;
127
129
  1f929: star_struck;
128
130
  1f973: partying_face;
129
131
  1f60f: smirk;
@@ -141,15 +143,14 @@
141
143
  1f622: cry;
142
144
  1f62d: sob;
143
145
  1f624: triumph;
144
- 1f62e-1f4a8: face_exhaling;
145
146
  1f620: angry;
146
147
  1f621: rage;
147
148
  1f92c: face_with_symbols_over_mouth;
148
149
  1f92f: exploding_head;
149
150
  1f633: flushed;
150
- 1f636-1f32b: face_in_clouds;
151
151
  1f975: hot_face;
152
152
  1f976: cold_face;
153
+ 1f636-1f32b: face_in_clouds;
153
154
  1f631: scream;
154
155
  1f628: fearful;
155
156
  1f630: cold_sweat;
@@ -157,12 +158,17 @@
157
158
  1f613: sweat;
158
159
  1f917: hugging;
159
160
  1f914: thinking;
161
+ 1fae3: face_with_peeking_eye;
160
162
  1f92d: face_with_hand_over_mouth;
161
- 1f971: yawning_face;
163
+ 1fae2: face_with_open_eyes_and_hand_over_mouth;
164
+ 1fae1: saluting_face;
162
165
  1f92b: shushing_face;
166
+ 1fae0: melting_face;
163
167
  1f925: lying_face;
164
168
  1f636: no_mouth;
169
+ 1fae5: dotted_line_face;
165
170
  1f610: neutral_face;
171
+ 1fae4: face_with_diagonal_mouth;
166
172
  1f611: expressionless;
167
173
  1f62c: grimacing;
168
174
  1f644: rolling_eyes;
@@ -171,9 +177,11 @@
171
177
  1f627: anguished;
172
178
  1f62e: open_mouth;
173
179
  1f632: astonished;
180
+ 1f971: yawning_face;
174
181
  1f634: sleeping;
175
182
  1f924: drooling_face;
176
183
  1f62a: sleepy;
184
+ 1f62e-1f4a8: face_exhaling;
177
185
  1f635: dizzy_face;
178
186
  1f635-1f4ab: face_with_spiral_eyes;
179
187
  1f910: zipper_mouth;
@@ -186,7 +194,6 @@
186
194
  1f915: head_bandage;
187
195
  1f911: money_mouth;
188
196
  1f920: cowboy;
189
- 1f978: disguised_face;
190
197
  1f608: smiling_imp;
191
198
  1f47f: imp;
192
199
  1f479: japanese_ogre;
@@ -208,6 +215,12 @@
208
215
  1f640: scream_cat;
209
216
  1f63f: crying_cat_face;
210
217
  1f63e: pouting_cat;
218
+ 1faf6: heart_hands;
219
+ 1faf6-1f3fb: heart_hands_tone1;
220
+ 1faf6-1f3fc: heart_hands_tone2;
221
+ 1faf6-1f3fd: heart_hands_tone3;
222
+ 1faf6-1f3fe: heart_hands_tone4;
223
+ 1faf6-1f3ff: heart_hands_tone5;
211
224
  1f932: palms_up_together;
212
225
  1f932-1f3fb: palms_up_together_tone1;
213
226
  1f932-1f3fc: palms_up_together_tone2;
@@ -233,6 +246,31 @@
233
246
  1f44f-1f3fe: clap_tone4;
234
247
  1f44f-1f3ff: clap_tone5;
235
248
  1f91d: handshake;
249
+ 1f91d-1f3fb: handshake_tone1;
250
+ 1faf1-1f3fb-1faf2-1f3fc: handshake_tone1_tone2;
251
+ 1faf1-1f3fb-1faf2-1f3fd: handshake_tone1_tone3;
252
+ 1faf1-1f3fb-1faf2-1f3fe: handshake_tone1_tone4;
253
+ 1faf1-1f3fb-1faf2-1f3ff: handshake_tone1_tone5;
254
+ 1faf1-1f3fc-1faf2-1f3fb: handshake_tone2_tone1;
255
+ 1f91d-1f3fc: handshake_tone2;
256
+ 1faf1-1f3fc-1faf2-1f3fd: handshake_tone2_tone3;
257
+ 1faf1-1f3fc-1faf2-1f3fe: handshake_tone2_tone4;
258
+ 1faf1-1f3fc-1faf2-1f3ff: handshake_tone2_tone5;
259
+ 1faf1-1f3fd-1faf2-1f3fb: handshake_tone3_tone1;
260
+ 1faf1-1f3fd-1faf2-1f3fc: handshake_tone3_tone2;
261
+ 1f91d-1f3fd: handshake_tone3;
262
+ 1faf1-1f3fd-1faf2-1f3fe: handshake_tone3_tone4;
263
+ 1faf1-1f3fd-1faf2-1f3ff: handshake_tone3_tone5;
264
+ 1faf1-1f3fe-1faf2-1f3fb: handshake_tone4_tone1;
265
+ 1faf1-1f3fe-1faf2-1f3fc: handshake_tone4_tone2;
266
+ 1faf1-1f3fe-1faf2-1f3fd: handshake_tone4_tone3;
267
+ 1f91d-1f3fe: handshake_tone4;
268
+ 1faf1-1f3fe-1faf2-1f3ff: handshake_tone4_tone5;
269
+ 1faf1-1f3ff-1faf2-1f3fb: handshake_tone5_tone1;
270
+ 1faf1-1f3ff-1faf2-1f3fc: handshake_tone5_tone2;
271
+ 1faf1-1f3ff-1faf2-1f3fd: handshake_tone5_tone3;
272
+ 1faf1-1f3ff-1faf2-1f3fe: handshake_tone5_tone4;
273
+ 1f91d-1f3ff: handshake_tone5;
236
274
  1f44d: thumbsup;
237
275
  1f44d-1f3fb: thumbsup_tone1;
238
276
  1f44d-1f3fc: thumbsup_tone2;
@@ -281,6 +319,12 @@
281
319
  270c-1f3fd: v_tone3;
282
320
  270c-1f3fe: v_tone4;
283
321
  270c-1f3ff: v_tone5;
322
+ 1faf0: hand_with_index_finger_and_thumb_crossed;
323
+ 1faf0-1f3fb: hand_with_index_finger_and_thumb_crossed_tone1;
324
+ 1faf0-1f3fc: hand_with_index_finger_and_thumb_crossed_tone2;
325
+ 1faf0-1f3fd: hand_with_index_finger_and_thumb_crossed_tone3;
326
+ 1faf0-1f3fe: hand_with_index_finger_and_thumb_crossed_tone4;
327
+ 1faf0-1f3ff: hand_with_index_finger_and_thumb_crossed_tone5;
284
328
  1f91f: love_you_gesture;
285
329
  1f91f-1f3fb: love_you_gesture_tone1;
286
330
  1f91f-1f3fc: love_you_gesture_tone2;
@@ -299,18 +343,30 @@
299
343
  1f44c-1f3fd: ok_hand_tone3;
300
344
  1f44c-1f3fe: ok_hand_tone4;
301
345
  1f44c-1f3ff: ok_hand_tone5;
302
- 1f90f: pinching_hand;
303
- 1f90f-1f3fb: pinching_hand_tone1;
304
- 1f90f-1f3fc: pinching_hand_tone2;
305
- 1f90f-1f3fd: pinching_hand_tone3;
306
- 1f90f-1f3fe: pinching_hand_tone4;
307
- 1f90f-1f3ff: pinching_hand_tone5;
308
346
  1f90c: pinched_fingers;
309
347
  1f90c-1f3fc: pinched_fingers_tone2;
310
348
  1f90c-1f3fb: pinched_fingers_tone1;
311
349
  1f90c-1f3fd: pinched_fingers_tone3;
312
350
  1f90c-1f3fe: pinched_fingers_tone4;
313
351
  1f90c-1f3ff: pinched_fingers_tone5;
352
+ 1f90f: pinching_hand;
353
+ 1f90f-1f3fb: pinching_hand_tone1;
354
+ 1f90f-1f3fc: pinching_hand_tone2;
355
+ 1f90f-1f3fd: pinching_hand_tone3;
356
+ 1f90f-1f3fe: pinching_hand_tone4;
357
+ 1f90f-1f3ff: pinching_hand_tone5;
358
+ 1faf3: palm_down_hand;
359
+ 1faf3-1f3fb: palm_down_hand_tone1;
360
+ 1faf3-1f3fc: palm_down_hand_tone2;
361
+ 1faf3-1f3fd: palm_down_hand_tone3;
362
+ 1faf3-1f3fe: palm_down_hand_tone4;
363
+ 1faf3-1f3ff: palm_down_hand_tone5;
364
+ 1faf4: palm_up_hand;
365
+ 1faf4-1f3fb: palm_up_hand_tone1;
366
+ 1faf4-1f3fc: palm_up_hand_tone2;
367
+ 1faf4-1f3fd: palm_up_hand_tone3;
368
+ 1faf4-1f3fe: palm_up_hand_tone4;
369
+ 1faf4-1f3ff: palm_up_hand_tone5;
314
370
  1f448: point_left;
315
371
  1f448-1f3fb: point_left_tone1;
316
372
  1f448-1f3fc: point_left_tone2;
@@ -377,6 +433,18 @@
377
433
  1f919-1f3fd: call_me_tone3;
378
434
  1f919-1f3fe: call_me_tone4;
379
435
  1f919-1f3ff: call_me_tone5;
436
+ 1faf2: leftwards_hand;
437
+ 1faf2-1f3fb: leftwards_hand_tone1;
438
+ 1faf2-1f3fc: leftwards_hand_tone2;
439
+ 1faf2-1f3fd: leftwards_hand_tone3;
440
+ 1faf2-1f3fe: leftwards_hand_tone4;
441
+ 1faf2-1f3ff: leftwards_hand_tone5;
442
+ 1faf1: rightwards_hand;
443
+ 1faf1-1f3fb: rightwards_hand_tone1;
444
+ 1faf1-1f3fc: rightwards_hand_tone2;
445
+ 1faf1-1f3fd: rightwards_hand_tone3;
446
+ 1faf1-1f3fe: rightwards_hand_tone4;
447
+ 1faf1-1f3ff: rightwards_hand_tone5;
380
448
  1f4aa: muscle;
381
449
  1f4aa-1f3fb: muscle_tone1;
382
450
  1f4aa-1f3fc: muscle_tone2;
@@ -402,6 +470,12 @@
402
470
  1f64f-1f3fd: pray_tone3;
403
471
  1f64f-1f3fe: pray_tone4;
404
472
  1f64f-1f3ff: pray_tone5;
473
+ 1faf5: index_pointing_at_the_viewer;
474
+ 1faf5-1f3fb: index_pointing_at_the_viewer_tone1;
475
+ 1faf5-1f3fc: index_pointing_at_the_viewer_tone2;
476
+ 1faf5-1f3fd: index_pointing_at_the_viewer_tone3;
477
+ 1faf5-1f3fe: index_pointing_at_the_viewer_tone4;
478
+ 1faf5-1f3ff: index_pointing_at_the_viewer_tone5;
405
479
  1f9b6: foot;
406
480
  1f9b6-1f3fb: foot_tone1;
407
481
  1f9b6-1f3fc: foot_tone2;
@@ -418,12 +492,12 @@
418
492
  1f484: lipstick;
419
493
  1f48b: kiss;
420
494
  1f444: lips;
495
+ 1fae6: biting_lip;
421
496
  1f9b7: tooth;
422
497
  1f445: tongue;
423
498
  1f442: ear;
424
499
  1f442-1f3fb: ear_tone1;
425
500
  1f442-1f3fc: ear_tone2;
426
- 1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fe: kiss_person_person_tone5_tone4;
427
501
  1f442-1f3fd: ear_tone3;
428
502
  1f442-1f3fe: ear_tone4;
429
503
  1f442-1f3ff: ear_tone5;
@@ -442,10 +516,9 @@
442
516
  1f463: footprints;
443
517
  1f441: eye;
444
518
  1f440: eyes;
445
- 1f9e0: brain;
446
519
  1fac0: anatomical_heart;
447
520
  1fac1: lungs;
448
- 1f9b4: bone;
521
+ 1f9e0: brain;
449
522
  1f5e3: speaking_head;
450
523
  1f464: bust_in_silhouette;
451
524
  1f465: busts_in_silhouette;
@@ -456,36 +529,36 @@
456
529
  1f476-1f3fd: baby_tone3;
457
530
  1f476-1f3fe: baby_tone4;
458
531
  1f476-1f3ff: baby_tone5;
459
- 1f467: girl;
460
- 1f467-1f3fb: girl_tone1;
461
- 1f467-1f3fc: girl_tone2;
462
- 1f467-1f3fd: girl_tone3;
463
- 1f467-1f3fe: girl_tone4;
464
- 1f467-1f3ff: girl_tone5;
465
532
  1f9d2: child;
466
533
  1f9d2-1f3fb: child_tone1;
467
534
  1f9d2-1f3fc: child_tone2;
468
535
  1f9d2-1f3fd: child_tone3;
469
536
  1f9d2-1f3fe: child_tone4;
470
537
  1f9d2-1f3ff: child_tone5;
538
+ 1f467: girl;
539
+ 1f467-1f3fb: girl_tone1;
540
+ 1f467-1f3fc: girl_tone2;
541
+ 1f467-1f3fd: girl_tone3;
542
+ 1f467-1f3fe: girl_tone4;
543
+ 1f467-1f3ff: girl_tone5;
471
544
  1f466: boy;
472
545
  1f466-1f3fb: boy_tone1;
473
546
  1f466-1f3fc: boy_tone2;
474
547
  1f466-1f3fd: boy_tone3;
475
548
  1f466-1f3fe: boy_tone4;
476
549
  1f466-1f3ff: boy_tone5;
477
- 1f469: woman;
478
- 1f469-1f3fb: woman_tone1;
479
- 1f469-1f3fc: woman_tone2;
480
- 1f469-1f3fd: woman_tone3;
481
- 1f469-1f3fe: woman_tone4;
482
- 1f469-1f3ff: woman_tone5;
483
550
  1f9d1: adult;
484
551
  1f9d1-1f3fb: adult_tone1;
485
552
  1f9d1-1f3fc: adult_tone2;
486
553
  1f9d1-1f3fd: adult_tone3;
487
554
  1f9d1-1f3fe: adult_tone4;
488
555
  1f9d1-1f3ff: adult_tone5;
556
+ 1f469: woman;
557
+ 1f469-1f3fb: woman_tone1;
558
+ 1f469-1f3fc: woman_tone2;
559
+ 1f469-1f3fd: woman_tone3;
560
+ 1f469-1f3fe: woman_tone4;
561
+ 1f469-1f3ff: woman_tone5;
489
562
  1f468: man;
490
563
  1f468-1f3fb: man_tone1;
491
564
  1f468-1f3fc: man_tone2;
@@ -528,18 +601,18 @@
528
601
  1f468-1f3fd-1f9b0: man_red_haired_tone3;
529
602
  1f468-1f3fe-1f9b0: man_red_haired_tone4;
530
603
  1f468-1f3ff-1f9b0: man_red_haired_tone5;
531
- 1f471-2640: blond-haired_woman;
532
- 1f471-1f3fb-2640: blond-haired_woman_tone1;
533
- 1f471-1f3fc-2640: blond-haired_woman_tone2;
534
- 1f471-1f3fd-2640: blond-haired_woman_tone3;
535
- 1f471-1f3fe-2640: blond-haired_woman_tone4;
536
- 1f471-1f3ff-2640: blond-haired_woman_tone5;
537
604
  1f471: blond_haired_person;
538
605
  1f471-1f3fb: blond_haired_person_tone1;
539
606
  1f471-1f3fc: blond_haired_person_tone2;
540
607
  1f471-1f3fd: blond_haired_person_tone3;
541
608
  1f471-1f3fe: blond_haired_person_tone4;
542
609
  1f471-1f3ff: blond_haired_person_tone5;
610
+ 1f471-2640: blond-haired_woman;
611
+ 1f471-1f3fb-2640: blond-haired_woman_tone1;
612
+ 1f471-1f3fc-2640: blond-haired_woman_tone2;
613
+ 1f471-1f3fd-2640: blond-haired_woman_tone3;
614
+ 1f471-1f3fe-2640: blond-haired_woman_tone4;
615
+ 1f471-1f3ff-2640: blond-haired_woman_tone5;
543
616
  1f471-2642: blond-haired_man;
544
617
  1f471-1f3fb-2642: blond-haired_man_tone1;
545
618
  1f471-1f3fc-2642: blond-haired_man_tone2;
@@ -588,30 +661,30 @@
588
661
  1f9d4-1f3fd: bearded_person_tone3;
589
662
  1f9d4-1f3fe: bearded_person_tone4;
590
663
  1f9d4-1f3ff: bearded_person_tone5;
591
- 1f9d4-2642: man_beard;
592
- 1f9d4-1f3fb-2642: man_tone1_beard;
593
- 1f9d4-1f3fc-2642: man_tone2_beard;
594
- 1f9d4-1f3fd-2642: man_tone3_beard;
595
- 1f9d4-1f3fe-2642: man_tone4_beard;
596
- 1f9d4-1f3ff-2642: man_tone5_beard;
597
664
  1f9d4-2640: woman_beard;
598
665
  1f9d4-1f3fb-2640: woman_tone1_beard;
599
666
  1f9d4-1f3fc-2640: woman_tone2_beard;
600
667
  1f9d4-1f3fd-2640: woman_tone3_beard;
601
668
  1f9d4-1f3fe-2640: woman_tone4_beard;
602
669
  1f9d4-1f3ff-2640: woman_tone5_beard;
603
- 1f475: older_woman;
604
- 1f475-1f3fb: older_woman_tone1;
605
- 1f475-1f3fc: older_woman_tone2;
606
- 1f475-1f3fd: older_woman_tone3;
607
- 1f475-1f3fe: older_woman_tone4;
608
- 1f475-1f3ff: older_woman_tone5;
670
+ 1f9d4-2642: man_beard;
671
+ 1f9d4-1f3fb-2642: man_tone1_beard;
672
+ 1f9d4-1f3fc-2642: man_tone2_beard;
673
+ 1f9d4-1f3fd-2642: man_tone3_beard;
674
+ 1f9d4-1f3fe-2642: man_tone4_beard;
675
+ 1f9d4-1f3ff-2642: man_tone5_beard;
609
676
  1f9d3: older_adult;
610
677
  1f9d3-1f3fb: older_adult_tone1;
611
678
  1f9d3-1f3fc: older_adult_tone2;
612
679
  1f9d3-1f3fd: older_adult_tone3;
613
680
  1f9d3-1f3fe: older_adult_tone4;
614
681
  1f9d3-1f3ff: older_adult_tone5;
682
+ 1f475: older_woman;
683
+ 1f475-1f3fb: older_woman_tone1;
684
+ 1f475-1f3fc: older_woman_tone2;
685
+ 1f475-1f3fd: older_woman_tone3;
686
+ 1f475-1f3fe: older_woman_tone4;
687
+ 1f475-1f3ff: older_woman_tone5;
615
688
  1f474: older_man;
616
689
  1f474-1f3fb: older_man_tone1;
617
690
  1f474-1f3fc: older_man_tone2;
@@ -1044,6 +1117,12 @@
1044
1117
  1f935-1f3fd-2642: man_in_tuxedo_tone3;
1045
1118
  1f935-1f3fe-2642: man_in_tuxedo_tone4;
1046
1119
  1f935-1f3ff-2642: man_in_tuxedo_tone5;
1120
+ 1fac5: person_with_crown;
1121
+ 1fac5-1f3fb: person_with_crown_tone1;
1122
+ 1fac5-1f3fc: person_with_crown_tone2;
1123
+ 1fac5-1f3fd: person_with_crown_tone3;
1124
+ 1fac5-1f3fe: person_with_crown_tone4;
1125
+ 1fac5-1f3ff: person_with_crown_tone5;
1047
1126
  1f478: princess;
1048
1127
  1f478-1f3fb: princess_tone1;
1049
1128
  1f478-1f3fc: princess_tone2;
@@ -1152,6 +1231,7 @@
1152
1231
  1f9dd-1f3fd-2642: man_elf_tone3;
1153
1232
  1f9dd-1f3fe-2642: man_elf_tone4;
1154
1233
  1f9dd-1f3ff-2642: man_elf_tone5;
1234
+ 1f9cc: troll;
1155
1235
  1f9db: vampire;
1156
1236
  1f9db-1f3fb: vampire_tone1;
1157
1237
  1f9db-1f3fc: vampire_tone2;
@@ -1218,12 +1298,24 @@
1218
1298
  1f47c-1f3fd: angel_tone3;
1219
1299
  1f47c-1f3fe: angel_tone4;
1220
1300
  1f47c-1f3ff: angel_tone5;
1301
+ 1fac4: pregnant_person;
1302
+ 1fac4-1f3fb: pregnant_person_tone1;
1303
+ 1fac4-1f3fc: pregnant_person_tone2;
1304
+ 1fac4-1f3fd: pregnant_person_tone3;
1305
+ 1fac4-1f3fe: pregnant_person_tone4;
1306
+ 1fac4-1f3ff: pregnant_person_tone5;
1221
1307
  1f930: pregnant_woman;
1222
1308
  1f930-1f3fb: pregnant_woman_tone1;
1223
1309
  1f930-1f3fc: pregnant_woman_tone2;
1224
1310
  1f930-1f3fd: pregnant_woman_tone3;
1225
1311
  1f930-1f3fe: pregnant_woman_tone4;
1226
1312
  1f930-1f3ff: pregnant_woman_tone5;
1313
+ 1fac3: pregnant_man;
1314
+ 1fac3-1f3fb: pregnant_man_tone1;
1315
+ 1fac3-1f3fc: pregnant_man_tone2;
1316
+ 1fac3-1f3fd: pregnant_man_tone3;
1317
+ 1fac3-1f3fe: pregnant_man_tone4;
1318
+ 1fac3-1f3ff: pregnant_man_tone5;
1227
1319
  1f931: breast_feeding;
1228
1320
  1f931-1f3fb: breast_feeding_tone1;
1229
1321
  1f931-1f3fc: breast_feeding_tone2;
@@ -1583,8 +1675,8 @@
1583
1675
  1f469-1f3ff-1f9af: woman_with_probing_cane_tone5;
1584
1676
  1f468-1f9af: man_with_probing_cane;
1585
1677
  1f468-1f3fb-1f9af: man_with_probing_cane_tone1;
1586
- 1f468-1f3fd-1f9af: man_with_probing_cane_tone3;
1587
1678
  1f468-1f3fc-1f9af: man_with_probing_cane_tone2;
1679
+ 1f468-1f3fd-1f9af: man_with_probing_cane_tone3;
1588
1680
  1f468-1f3fe-1f9af: man_with_probing_cane_tone4;
1589
1681
  1f468-1f3ff-1f9af: man_with_probing_cane_tone5;
1590
1682
  1f9ce: person_kneeling;
@@ -1873,6 +1965,7 @@
1873
1965
  1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fb: kiss_person_person_tone5_tone1;
1874
1966
  1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fc: kiss_person_person_tone5_tone2;
1875
1967
  1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fd: kiss_person_person_tone5_tone3;
1968
+ 1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fe: kiss_person_person_tone5_tone4;
1876
1969
  1f48f-1f3ff: kiss_tone5;
1877
1970
  1f469-2764-1f48b-1f468: kiss_woman_man;
1878
1971
  1f469-1f3fb-2764-1f48b-1f468-1f3fb: kiss_woman_man_tone1;
@@ -1978,8 +2071,10 @@
1978
2071
  1f468-1f467-1f466: family_man_girl_boy;
1979
2072
  1f468-1f466-1f466: family_man_boy_boy;
1980
2073
  1f468-1f467-1f467: family_man_girl_girl;
2074
+ 1faa2: knot;
1981
2075
  1f9f6: yarn;
1982
2076
  1f9f5: thread;
2077
+ 1faa1: sewing_needle;
1983
2078
  1f9e5: coat;
1984
2079
  1f97c: lab_coat;
1985
2080
  1f9ba: safety_vest;
@@ -1994,6 +2089,7 @@
1994
2089
  1fa71: one_piece_swimsuit;
1995
2090
  1f458: kimono;
1996
2091
  1f97b: sari;
2092
+ 1fa74: thong_sandal;
1997
2093
  1f97f: womans_flat_shoe;
1998
2094
  1f460: high_heel;
1999
2095
  1f461: sandal;
@@ -2001,7 +2097,6 @@
2001
2097
  1f45e: mans_shoe;
2002
2098
  1f45f: athletic_shoe;
2003
2099
  1f97e: hiking_boot;
2004
- 1fa74: thong_sandal;
2005
2100
  1f9e6: socks;
2006
2101
  1f9e4: gloves;
2007
2102
  1f9e3: scarf;
@@ -2055,7 +2150,6 @@
2055
2150
  1f423: hatching_chick;
2056
2151
  1f425: hatched_chick;
2057
2152
  1f986: duck;
2058
- 1f9a4: dodo;
2059
2153
  1f985: eagle;
2060
2154
  1f989: owl;
2061
2155
  1f987: bat;
@@ -2127,8 +2221,10 @@
2127
2221
  1f415-1f9ba: service_dog;
2128
2222
  1f408: cat2;
2129
2223
  1f408-2b1b: black_cat;
2224
+ 1fab6: feather;
2130
2225
  1f413: rooster;
2131
2226
  1f983: turkey;
2227
+ 1f9a4: dodo;
2132
2228
  1f99a: peacock;
2133
2229
  1f99c: parrot;
2134
2230
  1f9a2: swan;
@@ -2161,9 +2257,11 @@
2161
2257
  1f343: leaves;
2162
2258
  1f342: fallen_leaf;
2163
2259
  1f341: maple_leaf;
2164
- 1fab6: feather;
2260
+ 1fab9: empty_nest;
2261
+ 1faba: nest_with_eggs;
2165
2262
  1f344: mushroom;
2166
2263
  1f41a: shell;
2264
+ 1fab8: coral;
2167
2265
  1faa8: rock;
2168
2266
  1fab5: wood;
2169
2267
  1f33e: ear_of_rice;
@@ -2172,6 +2270,7 @@
2172
2270
  1f337: tulip;
2173
2271
  1f339: rose;
2174
2272
  1f940: wilted_rose;
2273
+ 1fab7: lotus;
2175
2274
  1f33a: hibiscus;
2176
2275
  1f338: cherry_blossom;
2177
2276
  1f33c: blossom;
@@ -2215,6 +2314,7 @@
2215
2314
  1f4a8: dash;
2216
2315
  1f4a7: droplet;
2217
2316
  1f4a6: sweat_drops;
2317
+ 1fae7: bubbles;
2218
2318
  1f30a: ocean;
2219
2319
  1f32b: fog;
2220
2320
  1f34f: green_apple;
@@ -2265,6 +2365,7 @@
2265
2365
  1f969: cut_of_meat;
2266
2366
  1f357: poultry_leg;
2267
2367
  1f356: meat_on_bone;
2368
+ 1f9b4: bone;
2268
2369
  1f32d: hotdog;
2269
2370
  1f354: hamburger;
2270
2371
  1f35f: fries;
@@ -2279,6 +2380,7 @@
2279
2380
  1f958: shallow_pan_of_food;
2280
2381
  1fad5: fondue;
2281
2382
  1f96b: canned_food;
2383
+ 1fad9: jar;
2282
2384
  1f35d: spaghetti;
2283
2385
  1f35c: ramen;
2284
2386
  1f372: stew;
@@ -2312,15 +2414,17 @@
2312
2414
  1f36a: cookie;
2313
2415
  1f330: chestnut;
2314
2416
  1f95c: peanuts;
2417
+ 1fad8: beans;
2315
2418
  1f36f: honey_pot;
2316
2419
  1f95b: milk;
2420
+ 1fad7: pouring_liquid;
2317
2421
  1f37c: baby_bottle;
2318
- 1f375: tea;
2319
2422
  1fad6: teapot;
2423
+ 1f375: tea;
2320
2424
  1f9c9: mate;
2321
- 1f9cb: bubble_tea;
2322
2425
  1f9c3: beverage_box;
2323
2426
  1f964: cup_with_straw;
2427
+ 1f9cb: bubble_tea;
2324
2428
  1f376: sake;
2325
2429
  1f37a: beer;
2326
2430
  1f37b: beers;
@@ -2347,7 +2451,6 @@
2347
2451
  1f3d0: volleyball;
2348
2452
  1f3c9: rugby_football;
2349
2453
  1f94f: flying_disc;
2350
- 1fa83: boomerang;
2351
2454
  1f3b1: 8ball;
2352
2455
  1fa80: yo_yo;
2353
2456
  1f3d3: ping_pong;
@@ -2356,9 +2459,11 @@
2356
2459
  1f3d1: field_hockey;
2357
2460
  1f94d: lacrosse;
2358
2461
  1f3cf: cricket_game;
2462
+ 1fa83: boomerang;
2359
2463
  1f945: goal;
2360
2464
  26f3: golf;
2361
2465
  1fa81: kite;
2466
+ 1f6dd: playground_slide;
2362
2467
  1f3f9: bow_and_arrow;
2363
2468
  1f3a3: fishing_pole_and_fish;
2364
2469
  1f93f: diving_mask;
@@ -2664,10 +2769,10 @@
2664
2769
  1fa98: long_drum;
2665
2770
  1f3b7: saxophone;
2666
2771
  1f3ba: trumpet;
2772
+ 1fa97: accordion;
2667
2773
  1f3b8: guitar;
2668
2774
  1fa95: banjo;
2669
2775
  1f3bb: violin;
2670
- 1fa97: accordion;
2671
2776
  1f3b2: game_die;
2672
2777
  265f: chess_pawn;
2673
2778
  1f3af: dart;
@@ -2690,6 +2795,7 @@
2690
2795
  1f69b: articulated_lorry;
2691
2796
  1f69c: tractor;
2692
2797
  1f9af: probing_cane;
2798
+ 1fa7c: crutch;
2693
2799
  1f9bd: manual_wheelchair;
2694
2800
  1f9bc: motorized_wheelchair;
2695
2801
  1f6f4: scooter;
@@ -2697,6 +2803,7 @@
2697
2803
  1f6f5: motor_scooter;
2698
2804
  1f3cd: motorcycle;
2699
2805
  1f6fa: auto_rickshaw;
2806
+ 1f6de: wheel;
2700
2807
  1f6a8: rotating_light;
2701
2808
  1f694: oncoming_police_car;
2702
2809
  1f68d: oncoming_bus;
@@ -2732,6 +2839,8 @@
2732
2839
  1f6f3: cruise_ship;
2733
2840
  26f4: ferry;
2734
2841
  1f6a2: ship;
2842
+ 1f6df: ring_buoy;
2843
+ 1fa9d: hook;
2735
2844
  26fd: fuelpump;
2736
2845
  1f6a7: construction;
2737
2846
  1f6a6: vertical_traffic_light;
@@ -2839,6 +2948,7 @@
2839
2948
  23f3: hourglass_flowing_sand;
2840
2949
  1f4e1: satellite;
2841
2950
  1f50b: battery;
2951
+ 1faab: low_battery;
2842
2952
  1f50c: electric_plug;
2843
2953
  1f4a1: bulb;
2844
2954
  1f526: flashlight;
@@ -2854,6 +2964,7 @@
2854
2964
  1fa99: coin;
2855
2965
  1f4b0: moneybag;
2856
2966
  1f4b3: credit_card;
2967
+ 1faaa: identification_card;
2857
2968
  1f48e: gem;
2858
2969
  1fa9c: ladder;
2859
2970
  1f9f0: toolbox;
@@ -2862,17 +2973,16 @@
2862
2973
  1f528: hammer;
2863
2974
  1f6e0: tools;
2864
2975
  26cf: pick;
2976
+ 1fa9a: carpentry_saw;
2865
2977
  1f529: nut_and_bolt;
2978
+ 1faa4: mouse_trap;
2866
2979
  1f9f1: bricks;
2867
2980
  26d3: chains;
2868
- 1fa9d: hook;
2869
- 1faa2: knot;
2870
2981
  1f9f2: magnet;
2871
2982
  1f52b: gun;
2872
2983
  1f4a3: bomb;
2873
2984
  1f9e8: firecracker;
2874
2985
  1fa93: axe;
2875
- 1fa9a: carpentry_saw;
2876
2986
  1f52a: knife;
2877
2987
  1f5e1: dagger;
2878
2988
  1f6e1: shield;
@@ -2881,15 +2991,15 @@
2881
2991
  1faa6: headstone;
2882
2992
  26b1: urn;
2883
2993
  1f3fa: amphora;
2884
- 1fa84: magic_wand;
2885
2994
  1f52e: crystal_ball;
2886
2995
  1f4ff: prayer_beads;
2887
2996
  1f9ff: nazar_amulet;
2997
+ 1faac: hamsa;
2888
2998
  1f488: barber;
2889
2999
  1f52d: telescope;
2890
3000
  1f52c: microscope;
2891
3001
  1f573: hole;
2892
- 1fa9f: window;
3002
+ 1fa7b: x_ray;
2893
3003
  1fa79: adhesive_bandage;
2894
3004
  1fa7a: stethoscope;
2895
3005
  1f48a: pill;
@@ -2900,14 +3010,11 @@
2900
3010
  1f9eb: petri_dish;
2901
3011
  1f9ea: test_tube;
2902
3012
  1f321: thermometer;
2903
- 1faa4: mouse_trap;
2904
3013
  1f9f9: broom;
3014
+ 1faa0: plunger;
2905
3015
  1f9fa: basket;
2906
- 1faa1: sewing_needle;
2907
3016
  1f9fb: roll_of_paper;
2908
3017
  1f6bd: toilet;
2909
- 1faa0: plunger;
2910
- 1faa3: bucket;
2911
3018
  1f6b0: potable_water;
2912
3019
  1f6bf: shower;
2913
3020
  1f6c1: bathtub;
@@ -2917,17 +3024,17 @@
2917
3024
  1f6c0-1f3fd: bath_tone3;
2918
3025
  1f6c0-1f3fe: bath_tone4;
2919
3026
  1f6c0-1f3ff: bath_tone5;
2920
- 1faa5: toothbrush;
2921
3027
  1f9fc: soap;
3028
+ 1faa5: toothbrush;
2922
3029
  1fa92: razor;
2923
3030
  1f9fd: sponge;
3031
+ 1faa3: bucket;
2924
3032
  1f9f4: squeeze_bottle;
2925
3033
  1f6ce: bellhop;
2926
3034
  1f511: key;
2927
3035
  1f5dd: key2;
2928
3036
  1f6aa: door;
2929
3037
  1fa91: chair;
2930
- 1fa9e: mirror;
2931
3038
  1f6cb: couch;
2932
3039
  1f6cf: bed;
2933
3040
  1f6cc: sleeping_accommodation;
@@ -2937,20 +3044,24 @@
2937
3044
  1f6cc-1f3fe: person_in_bed_tone4;
2938
3045
  1f6cc-1f3ff: person_in_bed_tone5;
2939
3046
  1f9f8: teddy_bear;
3047
+ 1fa86: nesting_dolls;
2940
3048
  1f5bc: frame_photo;
3049
+ 1fa9e: mirror;
3050
+ 1fa9f: window;
2941
3051
  1f6cd: shopping_bags;
2942
3052
  1f6d2: shopping_cart;
2943
3053
  1f381: gift;
2944
3054
  1f388: balloon;
2945
3055
  1f38f: flags;
2946
3056
  1f380: ribbon;
3057
+ 1fa84: magic_wand;
3058
+ 1fa85: pinata;
2947
3059
  1f38a: confetti_ball;
2948
3060
  1f389: tada;
2949
- 1fa85: piñata;
2950
- 1fa86: nesting_dolls;
2951
3061
  1f38e: dolls;
2952
3062
  1f3ee: izakaya_lantern;
2953
3063
  1f390: wind_chime;
3064
+ 1faa9: mirror_ball;
2954
3065
  1f9e7: red_envelope;
2955
3066
  1f4e9: envelope_with_arrow;
2956
3067
  1f4e8: incoming_envelope;
@@ -2960,13 +3071,13 @@
2960
3071
  1f4e4: outbox_tray;
2961
3072
  1f4e6: package;
2962
3073
  1f3f7: label;
3074
+ 1faa7: placard;
2963
3075
  1f4ea: mailbox_closed;
2964
3076
  1f4eb: mailbox;
2965
3077
  1f4ec: mailbox_with_mail;
2966
3078
  1f4ed: mailbox_with_no_mail;
2967
3079
  1f4ee: postbox;
2968
3080
  1f4ef: postal_horn;
2969
- 1faa7: placard;
2970
3081
  1f4dc: scroll;
2971
3082
  1f4c3: page_with_curl;
2972
3083
  1f4c4: page_facing_up;
@@ -3182,6 +3293,7 @@
3182
3293
  1f503: arrows_clockwise;
3183
3294
  1f3b5: musical_note;
3184
3295
  1f3b6: notes;
3296
+ 1f7f0: heavy_equals_sign;
3185
3297
  267e: infinity;
3186
3298
  1f4b2: heavy_dollar_sign;
3187
3299
  1f4b1: currency_exchange;