unicode_icons/icons/
objects.rs

1//! Objects
2
3use crate::Emoticon;
4
5/// glasses ๐Ÿ‘“ (U+1F453)
6pub fn glasses() -> Emoticon {
7    Emoticon("\u{1F453}".to_string())
8}
9
10/// sunglasses ๐Ÿ•ถ (U+1F576)
11pub fn sunglasses() -> Emoticon {
12    Emoticon("\u{1F576}".to_string())
13}
14
15/// goggles ๐Ÿฅฝ (U+1F97D)
16pub fn goggles() -> Emoticon {
17    Emoticon("\u{1F97D}".to_string())
18}
19
20/// lab_coat ๐Ÿฅผ (U+1F97C)
21pub fn lab_coat() -> Emoticon {
22    Emoticon("\u{1F97C}".to_string())
23}
24
25/// safety_vest ๐Ÿฆบ (U+1F9BA)
26pub fn safety_vest() -> Emoticon {
27    Emoticon("\u{1F9BA}".to_string())
28}
29
30/// necktie ๐Ÿ‘” (U+1F454)
31pub fn necktie() -> Emoticon {
32    Emoticon("\u{1F454}".to_string())
33}
34
35/// t_shirt ๐Ÿ‘• (U+1F455)
36pub fn t_shirt() -> Emoticon {
37    Emoticon("\u{1F455}".to_string())
38}
39
40/// jeans ๐Ÿ‘– (U+1F456)
41pub fn jeans() -> Emoticon {
42    Emoticon("\u{1F456}".to_string())
43}
44
45/// scarf ๐Ÿงฃ (U+1F9E3)
46pub fn scarf() -> Emoticon {
47    Emoticon("\u{1F9E3}".to_string())
48}
49
50/// gloves ๐Ÿงค (U+1F9E4)
51pub fn gloves() -> Emoticon {
52    Emoticon("\u{1F9E4}".to_string())
53}
54
55/// coat ๐Ÿงฅ (U+1F9E5)
56pub fn coat() -> Emoticon {
57    Emoticon("\u{1F9E5}".to_string())
58}
59
60/// socks ๐Ÿงฆ (U+1F9E6)
61pub fn socks() -> Emoticon {
62    Emoticon("\u{1F9E6}".to_string())
63}
64
65/// dress ๐Ÿ‘— (U+1F457)
66pub fn dress() -> Emoticon {
67    Emoticon("\u{1F457}".to_string())
68}
69
70/// kimono ๐Ÿ‘˜ (U+1F458)
71pub fn kimono() -> Emoticon {
72    Emoticon("\u{1F458}".to_string())
73}
74
75/// sari ๐Ÿฅป (U+1F97B)
76pub fn sari() -> Emoticon {
77    Emoticon("\u{1F97B}".to_string())
78}
79
80/// one_piece_swimsuit ๐Ÿฉฑ (U+1FA71)
81pub fn one_piece_swimsuit() -> Emoticon {
82    Emoticon("\u{1FA71}".to_string())
83}
84
85/// briefs ๐Ÿฉฒ (U+1FA72)
86pub fn briefs() -> Emoticon {
87    Emoticon("\u{1FA72}".to_string())
88}
89
90/// shorts ๐Ÿฉณ (U+1FA73)
91pub fn shorts() -> Emoticon {
92    Emoticon("\u{1FA73}".to_string())
93}
94
95/// bikini ๐Ÿ‘™ (U+1F459)
96pub fn bikini() -> Emoticon {
97    Emoticon("\u{1F459}".to_string())
98}
99
100/// woman_s_clothes ๐Ÿ‘š (U+1F45A)
101pub fn woman_s_clothes() -> Emoticon {
102    Emoticon("\u{1F45A}".to_string())
103}
104
105/// folding_hand_fan ๐Ÿชญ (U+1FAAD)
106pub fn folding_hand_fan() -> Emoticon {
107    Emoticon("\u{1FAAD}".to_string())
108}
109
110/// purse ๐Ÿ‘› (U+1F45B)
111pub fn purse() -> Emoticon {
112    Emoticon("\u{1F45B}".to_string())
113}
114
115/// handbag ๐Ÿ‘œ (U+1F45C)
116pub fn handbag() -> Emoticon {
117    Emoticon("\u{1F45C}".to_string())
118}
119
120/// clutch_bag ๐Ÿ‘ (U+1F45D)
121pub fn clutch_bag() -> Emoticon {
122    Emoticon("\u{1F45D}".to_string())
123}
124
125/// shopping_bags ๐Ÿ› (U+1F6CD)
126pub fn shopping_bags() -> Emoticon {
127    Emoticon("\u{1F6CD}".to_string())
128}
129
130/// backpack ๐ŸŽ’ (U+1F392)
131pub fn backpack() -> Emoticon {
132    Emoticon("\u{1F392}".to_string())
133}
134
135/// thong_sandal ๐Ÿฉด (U+1FA74)
136pub fn thong_sandal() -> Emoticon {
137    Emoticon("\u{1FA74}".to_string())
138}
139
140/// man_s_shoe ๐Ÿ‘ž (U+1F45E)
141pub fn man_s_shoe() -> Emoticon {
142    Emoticon("\u{1F45E}".to_string())
143}
144
145/// running_shoe ๐Ÿ‘Ÿ (U+1F45F)
146pub fn running_shoe() -> Emoticon {
147    Emoticon("\u{1F45F}".to_string())
148}
149
150/// hiking_boot ๐Ÿฅพ (U+1F97E)
151pub fn hiking_boot() -> Emoticon {
152    Emoticon("\u{1F97E}".to_string())
153}
154
155/// flat_shoe ๐Ÿฅฟ (U+1F97F)
156pub fn flat_shoe() -> Emoticon {
157    Emoticon("\u{1F97F}".to_string())
158}
159
160/// high_heeled_shoe ๐Ÿ‘  (U+1F460)
161pub fn high_heeled_shoe() -> Emoticon {
162    Emoticon("\u{1F460}".to_string())
163}
164
165/// woman_s_sandal ๐Ÿ‘ก (U+1F461)
166pub fn woman_s_sandal() -> Emoticon {
167    Emoticon("\u{1F461}".to_string())
168}
169
170/// ballet_shoes ๐Ÿฉฐ (U+1FA70)
171pub fn ballet_shoes() -> Emoticon {
172    Emoticon("\u{1FA70}".to_string())
173}
174
175/// woman_s_boot ๐Ÿ‘ข (U+1F462)
176pub fn woman_s_boot() -> Emoticon {
177    Emoticon("\u{1F462}".to_string())
178}
179
180/// hair_pick ๐Ÿชฎ (U+1FAAE)
181pub fn hair_pick() -> Emoticon {
182    Emoticon("\u{1FAAE}".to_string())
183}
184
185/// crown ๐Ÿ‘‘ (U+1F451)
186pub fn crown() -> Emoticon {
187    Emoticon("\u{1F451}".to_string())
188}
189
190/// woman_s_hat ๐Ÿ‘’ (U+1F452)
191pub fn woman_s_hat() -> Emoticon {
192    Emoticon("\u{1F452}".to_string())
193}
194
195/// top_hat ๐ŸŽฉ (U+1F3A9)
196pub fn top_hat() -> Emoticon {
197    Emoticon("\u{1F3A9}".to_string())
198}
199
200/// graduation_cap ๐ŸŽ“ (U+1F393)
201pub fn graduation_cap() -> Emoticon {
202    Emoticon("\u{1F393}".to_string())
203}
204
205/// billed_cap ๐Ÿงข (U+1F9E2)
206pub fn billed_cap() -> Emoticon {
207    Emoticon("\u{1F9E2}".to_string())
208}
209
210/// military_helmet ๐Ÿช– (U+1FA96)
211pub fn military_helmet() -> Emoticon {
212    Emoticon("\u{1FA96}".to_string())
213}
214
215/// rescue_worker_s_helmet โ›‘ (U+26D1)
216pub fn rescue_worker_s_helmet() -> Emoticon {
217    Emoticon("\u{26D1}".to_string())
218}
219
220/// prayer_beads ๐Ÿ“ฟ (U+1F4FF)
221pub fn prayer_beads() -> Emoticon {
222    Emoticon("\u{1F4FF}".to_string())
223}
224
225/// lipstick ๐Ÿ’„ (U+1F484)
226pub fn lipstick() -> Emoticon {
227    Emoticon("\u{1F484}".to_string())
228}
229
230/// ring ๐Ÿ’ (U+1F48D)
231pub fn ring() -> Emoticon {
232    Emoticon("\u{1F48D}".to_string())
233}
234
235/// gem_stone ๐Ÿ’Ž (U+1F48E)
236pub fn gem_stone() -> Emoticon {
237    Emoticon("\u{1F48E}".to_string())
238}
239
240/// muted_speaker ๐Ÿ”‡ (U+1F507)
241pub fn muted_speaker() -> Emoticon {
242    Emoticon("\u{1F507}".to_string())
243}
244
245/// speaker_low_volume ๐Ÿ”ˆ (U+1F508)
246pub fn speaker_low_volume() -> Emoticon {
247    Emoticon("\u{1F508}".to_string())
248}
249
250/// speaker_medium_volume ๐Ÿ”‰ (U+1F509)
251pub fn speaker_medium_volume() -> Emoticon {
252    Emoticon("\u{1F509}".to_string())
253}
254
255/// speaker_high_volume ๐Ÿ”Š (U+1F50A)
256pub fn speaker_high_volume() -> Emoticon {
257    Emoticon("\u{1F50A}".to_string())
258}
259
260/// loudspeaker ๐Ÿ“ข (U+1F4E2)
261pub fn loudspeaker() -> Emoticon {
262    Emoticon("\u{1F4E2}".to_string())
263}
264
265/// megaphone ๐Ÿ“ฃ (U+1F4E3)
266pub fn megaphone() -> Emoticon {
267    Emoticon("\u{1F4E3}".to_string())
268}
269
270/// bell ๐Ÿ“ฏ (U+1F4EF)
271pub fn bell() -> Emoticon {
272    Emoticon("\u{1F4EF}".to_string())
273}
274
275/// bell_with_slash ๐Ÿ”• (U+1F515)
276pub fn bell_with_slash() -> Emoticon {
277    Emoticon("\u{1F515}".to_string())
278}
279
280/// musical_score ๐ŸŽผ (U+1F3BC)
281pub fn musical_score() -> Emoticon {
282    Emoticon("\u{1F3BC}".to_string())
283}
284
285/// musical_note ๐ŸŽต (U+1F3B5)
286pub fn musical_note() -> Emoticon {
287    Emoticon("\u{1F3B5}".to_string())
288}
289
290/// musical_notes ๐ŸŽถ (U+1F3B6)
291pub fn musical_notes() -> Emoticon {
292    Emoticon("\u{1F3B6}".to_string())
293}
294
295/// studio_microphone ๐ŸŽ™ (U+1F399)
296pub fn studio_microphone() -> Emoticon {
297    Emoticon("\u{1F399}".to_string())
298}
299
300/// level_slider ๐ŸŽš (U+1F39A)
301pub fn level_slider() -> Emoticon {
302    Emoticon("\u{1F39A}".to_string())
303}
304
305/// control_knobs ๐ŸŽ› (U+1F39B)
306pub fn control_knobs() -> Emoticon {
307    Emoticon("\u{1F39B}".to_string())
308}
309
310/// headphone ๐ŸŽค (U+1F3A4)
311pub fn headphone() -> Emoticon {
312    Emoticon("\u{1F3A4}".to_string())
313}
314
315/// radio ๐Ÿ“ป (U+1F4FB)
316pub fn radio() -> Emoticon {
317    Emoticon("\u{1F4FB}".to_string())
318}
319
320/// saxophone ๐ŸŽท (U+1F3B7)
321pub fn saxophone() -> Emoticon {
322    Emoticon("\u{1F3B7}".to_string())
323}
324
325/// accordion ๐Ÿช— (U+1FA97)
326pub fn accordion() -> Emoticon {
327    Emoticon("\u{1FA97}".to_string())
328}
329
330/// guitar ๐ŸŽธ (U+1F3B8)
331pub fn guitar() -> Emoticon {
332    Emoticon("\u{1F3B8}".to_string())
333}
334
335/// musical_keyboard ๐ŸŽน (U+1F3B9)
336pub fn musical_keyboard() -> Emoticon {
337    Emoticon("\u{1F3B9}".to_string())
338}
339
340/// trumpet ๐ŸŽบ (U+1F3BA)
341pub fn trumpet() -> Emoticon {
342    Emoticon("\u{1F3BA}".to_string())
343}
344
345/// violin ๐ŸŽป (U+1F3BB)
346pub fn violin() -> Emoticon {
347    Emoticon("\u{1F3BB}".to_string())
348}
349
350/// banjo ๐Ÿช• (U+1FA95)
351pub fn banjo() -> Emoticon {
352    Emoticon("\u{1FA95}".to_string())
353}
354
355/// drum ๐Ÿฅ (U+1F941)
356pub fn drum() -> Emoticon {
357    Emoticon("\u{1F941}".to_string())
358}
359
360/// long_drum ๐Ÿช˜ (U+1FA98)
361pub fn long_drum() -> Emoticon {
362    Emoticon("\u{1FA98}".to_string())
363}
364
365/// maracas ๐Ÿช‡ (U+1FA87)
366pub fn maracas() -> Emoticon {
367    Emoticon("\u{1FA87}".to_string())
368}
369
370/// flute ๐Ÿชˆ (U+1FA88)
371pub fn flute() -> Emoticon {
372    Emoticon("\u{1FA88}".to_string())
373}
374
375/// mobile_phone ๐Ÿ“ฑ (U+1F4F1)
376pub fn mobile_phone() -> Emoticon {
377    Emoticon("\u{1F4F1}".to_string())
378}
379
380/// mobile_phone_with_arrow ๐Ÿ“ฒ (U+1F4F2)
381pub fn mobile_phone_with_arrow() -> Emoticon {
382    Emoticon("\u{1F4F2}".to_string())
383}
384
385/// telephone โ˜Ž (U+260E)
386pub fn telephone() -> Emoticon {
387    Emoticon("\u{260E}".to_string())
388}
389
390/// telephone_receiver ๐Ÿ“ž (U+1F4DE)
391pub fn telephone_receiver() -> Emoticon {
392    Emoticon("\u{1F4DE}".to_string())
393}
394
395/// pager ๐Ÿ“Ÿ (U+1F4DF)
396pub fn pager() -> Emoticon {
397    Emoticon("\u{1F4DF}".to_string())
398}
399
400/// fax_machine ๐Ÿ“  (U+1F4E0)
401pub fn fax_machine() -> Emoticon {
402    Emoticon("\u{1F4E0}".to_string())
403}
404
405/// battery ๐Ÿ”‹ (U+1F50B)
406pub fn battery() -> Emoticon {
407    Emoticon("\u{1F50B}".to_string())
408}
409
410/// low_battery ๐Ÿชซ (U+1FAAB)
411pub fn low_battery() -> Emoticon {
412    Emoticon("\u{1FAAB}".to_string())
413}
414
415/// electric_plug ๐Ÿ”Œ (U+1F50C)
416pub fn electric_plug() -> Emoticon {
417    Emoticon("\u{1F50C}".to_string())
418}
419
420/// laptop ๐Ÿ’ป (U+1F4BB)
421pub fn laptop() -> Emoticon {
422    Emoticon("\u{1F4BB}".to_string())
423}
424
425/// desktop_computer ๐Ÿ–ฅ (U+1F5A5)
426pub fn desktop_computer() -> Emoticon {
427    Emoticon("\u{1F5A5}".to_string())
428}
429
430/// printer ๐Ÿ–จ (U+1F5A8)
431pub fn printer() -> Emoticon {
432    Emoticon("\u{1F5A8}".to_string())
433}
434
435/// keyboard โŒจ (U+2328)
436pub fn keyboard() -> Emoticon {
437    Emoticon("\u{2328}".to_string())
438}
439
440/// computer_mouse ๐Ÿ–ฑ (U+1F5B1)
441pub fn computer_mouse() -> Emoticon {
442    Emoticon("\u{1F5B1}".to_string())
443}
444
445/// trackball ๐Ÿ–ฒ (U+1F5B2)
446pub fn trackball() -> Emoticon {
447    Emoticon("\u{1F5B2}".to_string())
448}
449
450/// computer_disk ๐Ÿ’ฝ (U+1F4BD)
451pub fn computer_disk() -> Emoticon {
452    Emoticon("\u{1F4BD}".to_string())
453}
454
455/// floppy_disk ๐Ÿ’พ (U+1F4BE)
456pub fn floppy_disk() -> Emoticon {
457    Emoticon("\u{1F4BE}".to_string())
458}
459
460/// optical_disk ๐Ÿ’ฟ (U+1F4BF)
461pub fn optical_disk() -> Emoticon {
462    Emoticon("\u{1F4BF}".to_string())
463}
464
465/// dvd ๐Ÿ“€ (U+1F4C0)
466pub fn dvd() -> Emoticon {
467    Emoticon("\u{1F4C0}".to_string())
468}
469
470/// abacus ๐Ÿงฎ (U+1F9EE)
471pub fn abacus() -> Emoticon {
472    Emoticon("\u{1F9EE}".to_string())
473}
474
475/// movie_camera ๐ŸŽฅ (U+1F3A5)
476pub fn movie_camera() -> Emoticon {
477    Emoticon("\u{1F3A5}".to_string())
478}
479
480/// film_frames ๐ŸŽž (U+1F39E)
481pub fn film_frames() -> Emoticon {
482    Emoticon("\u{1F39E}".to_string())
483}
484
485/// film_projector ๐Ÿ“ฝ (U+1F4FD)
486pub fn film_projector() -> Emoticon {
487    Emoticon("\u{1F4FD}".to_string())
488}
489
490/// clapper_board ๐ŸŽฌ (U+1F3AC)
491pub fn clapper_board() -> Emoticon {
492    Emoticon("\u{1F3AC}".to_string())
493}
494
495/// television ๐Ÿ“บ (U+1F4FA)
496pub fn television() -> Emoticon {
497    Emoticon("\u{1F4FA}".to_string())
498}
499
500/// camera ๐Ÿ“ท (U+1F4F7)
501pub fn camera() -> Emoticon {
502    Emoticon("\u{1F4F7}".to_string())
503}
504
505/// camera_with_flash ๐Ÿ“ธ (U+1F4F8)
506pub fn camera_with_flash() -> Emoticon {
507    Emoticon("\u{1F4F8}".to_string())
508}
509
510/// video_camera ๐Ÿ“น (U+1F4F9)
511pub fn video_camera() -> Emoticon {
512    Emoticon("\u{1F4F9}".to_string())
513}
514
515/// videocassette ๐Ÿ“ผ (U+1F4FC)
516pub fn videocassette() -> Emoticon {
517    Emoticon("\u{1F4FC}".to_string())
518}
519
520/// magnifying_glass_tilted_left ๐Ÿ” (U+1F50D)
521pub fn magnifying_glass_tilted_left() -> Emoticon {
522    Emoticon("\u{1F50D}".to_string())
523}
524
525/// magnifying_glass_tilted_right ๐Ÿ”Ž (U+1F50E)
526pub fn magnifying_glass_tilted_right() -> Emoticon {
527    Emoticon("\u{1F50E}".to_string())
528}
529
530/// candle ๐Ÿ•ฏ (U+1F56F)
531pub fn candle() -> Emoticon {
532    Emoticon("\u{1F56F}".to_string())
533}
534
535/// light_bulb ๐Ÿ’ก (U+1F4A1)
536pub fn light_bulb() -> Emoticon {
537    Emoticon("\u{1F4A1}".to_string())
538}
539
540/// flashlight ๐Ÿ”ฆ (U+1F526)
541pub fn flashlight() -> Emoticon {
542    Emoticon("\u{1F526}".to_string())
543}
544
545/// red_paper_lantern ๐Ÿฎ (U+1F3EE)
546pub fn red_paper_lantern() -> Emoticon {
547    Emoticon("\u{1F3EE}".to_string())
548}
549
550/// diya_lamp ๐Ÿช” (U+1FA94)
551pub fn diya_lamp() -> Emoticon {
552    Emoticon("\u{1FA94}".to_string())
553}
554
555/// notebook_with_decorative_cover ๐Ÿ“” (U+1F4D4)
556pub fn notebook_with_decorative_cover() -> Emoticon {
557    Emoticon("\u{1F4D4}".to_string())
558}
559
560/// closed_book ๐Ÿ“• (U+1F4D5)
561pub fn closed_book() -> Emoticon {
562    Emoticon("\u{1F4D5}".to_string())
563}
564
565/// open_book ๐Ÿ“– (U+1F4D6)
566pub fn open_book() -> Emoticon {
567    Emoticon("\u{1F4D6}".to_string())
568}
569
570/// green_book ๐Ÿ“— (U+1F4D7)
571pub fn green_book() -> Emoticon {
572    Emoticon("\u{1F4D7}".to_string())
573}
574
575/// blue_book ๐Ÿ“˜ (U+1F4D8)
576pub fn blue_book() -> Emoticon {
577    Emoticon("\u{1F4D8}".to_string())
578}
579
580/// orange_book ๐Ÿ“™ (U+1F4D9)
581pub fn orange_book() -> Emoticon {
582    Emoticon("\u{1F4D9}".to_string())
583}
584
585/// books ๐Ÿ“š (U+1F4DA)
586pub fn books() -> Emoticon {
587    Emoticon("\u{1F4DA}".to_string())
588}
589
590/// notebook ๐Ÿ““ (U+1F4D3)
591pub fn notebook() -> Emoticon {
592    Emoticon("\u{1F4D3}".to_string())
593}
594
595/// ledger ๐Ÿ“’ (U+1F4D2)
596pub fn ledger() -> Emoticon {
597    Emoticon("\u{1F4D2}".to_string())
598}
599
600/// page_with_curl ๐Ÿ“ƒ (U+1F4C3)
601pub fn page_with_curl() -> Emoticon {
602    Emoticon("\u{1F4C3}".to_string())
603}
604
605/// scroll ๐Ÿ“œ (U+1F4DC)
606pub fn scroll() -> Emoticon {
607    Emoticon("\u{1F4DC}".to_string())
608}
609
610/// page_facing_up ๐Ÿ“„ (U+1F4C4)
611pub fn page_facing_up() -> Emoticon {
612    Emoticon("\u{1F4C4}".to_string())
613}
614
615/// newspaper ๐Ÿ“ฐ (U+1F4F0)
616pub fn newspaper() -> Emoticon {
617    Emoticon("\u{1F4F0}".to_string())
618}
619
620/// rolled_up_newspaper ๐Ÿ—ž (U+1F5DE)
621pub fn rolled_up_newspaper() -> Emoticon {
622    Emoticon("\u{1F5DE}".to_string())
623}
624
625/// bookmark_tabs ๐Ÿ“‘ (U+1F4D1)
626pub fn bookmark_tabs() -> Emoticon {
627    Emoticon("\u{1F4D1}".to_string())
628}
629
630/// bookmark ๐Ÿ”– (U+1F516)
631pub fn bookmark() -> Emoticon {
632    Emoticon("\u{1F516}".to_string())
633}
634
635/// label ๐Ÿท (U+1F3F7)
636pub fn label() -> Emoticon {
637    Emoticon("\u{1F3F7}".to_string())
638}
639
640/// money_bag ๐Ÿ’ฐ (U+1F4B0)
641pub fn money_bag() -> Emoticon {
642    Emoticon("\u{1F4B0}".to_string())
643}
644
645/// coin ๐Ÿช™ (U+1FA99)
646pub fn coin() -> Emoticon {
647    Emoticon("\u{1FA99}".to_string())
648}
649
650/// yen_banknote ๐Ÿ’ด (U+1F4B4)
651pub fn yen_banknote() -> Emoticon {
652    Emoticon("\u{1F4B4}".to_string())
653}
654
655/// dollar_banknote ๐Ÿ’ต (U+1F4B5)
656pub fn dollar_banknote() -> Emoticon {
657    Emoticon("\u{1F4B5}".to_string())
658}
659
660/// euro_banknote ๐Ÿ’ถ (U+1F4B6)
661pub fn euro_banknote() -> Emoticon {
662    Emoticon("\u{1F4B6}".to_string())
663}
664
665/// pound_banknote ๐Ÿ’ท (U+1F4B7)
666pub fn pound_banknote() -> Emoticon {
667    Emoticon("\u{1F4B7}".to_string())
668}
669
670/// money_with_wings ๐Ÿ’ธ (U+1F4B8)
671pub fn money_with_wings() -> Emoticon {
672    Emoticon("\u{1F4B8}".to_string())
673}
674
675/// credit_card ๐Ÿ’ณ (U+1F4B3)
676pub fn credit_card() -> Emoticon {
677    Emoticon("\u{1F4B3}".to_string())
678}
679
680/// receipt ๐Ÿงพ (U+1F9FE)
681pub fn receipt() -> Emoticon {
682    Emoticon("\u{1F9FE}".to_string())
683}
684
685/// chart_increasing_with_yen ๐Ÿ’น (U+1F4B9)
686pub fn chart_increasing_with_yen() -> Emoticon {
687    Emoticon("\u{1F4B9}".to_string())
688}
689
690/// envelope โœ‰ (U+2709)
691pub fn envelope() -> Emoticon {
692    Emoticon("\u{2709}".to_string())
693}
694
695/// e_mail ๐Ÿ“ง (U+1F4E7)
696pub fn e_mail() -> Emoticon {
697    Emoticon("\u{1F4E7}".to_string())
698}
699
700/// incoming_envelope ๐Ÿ“จ (U+1F4E8)
701pub fn incoming_envelope() -> Emoticon {
702    Emoticon("\u{1F4E8}".to_string())
703}
704
705/// envelope_with_arrow ๐Ÿ“ฉ (U+1F4E9)
706pub fn envelope_with_arrow() -> Emoticon {
707    Emoticon("\u{1F4E9}".to_string())
708}
709
710/// outbox_tray ๐Ÿ“ค (U+1F4E4)
711pub fn outbox_tray() -> Emoticon {
712    Emoticon("\u{1F4E4}".to_string())
713}
714
715/// inbox_tray ๐Ÿ“ฅ (U+1F4E5)
716pub fn inbox_tray() -> Emoticon {
717    Emoticon("\u{1F4E5}".to_string())
718}
719
720/// package ๐Ÿ“ฆ (U+1F4E6)
721pub fn package() -> Emoticon {
722    Emoticon("\u{1F4E6}".to_string())
723}
724
725/// closed_mailbox_with_raised_flag ๐Ÿ“ซ (U+1F4EB)
726pub fn closed_mailbox_with_raised_flag() -> Emoticon {
727    Emoticon("\u{1F4EB}".to_string())
728}
729
730/// closed_mailbox_with_lowered_flag ๐Ÿ“ช (U+1F4EA)
731pub fn closed_mailbox_with_lowered_flag() -> Emoticon {
732    Emoticon("\u{1F4EA}".to_string())
733}
734
735/// open_mailbox_with_raised_flag ๐Ÿ“ฌ (U+1F4EC)
736pub fn open_mailbox_with_raised_flag() -> Emoticon {
737    Emoticon("\u{1F4EC}".to_string())
738}
739
740/// open_mailbox_with_lowered_flag ๐Ÿ“ญ (U+1F4ED)
741pub fn open_mailbox_with_lowered_flag() -> Emoticon {
742    Emoticon("\u{1F4ED}".to_string())
743}
744
745/// postbox ๐Ÿ“ฎ (U+1F4EE)
746pub fn postbox() -> Emoticon {
747    Emoticon("\u{1F4EE}".to_string())
748}
749
750/// ballot_box_with_ballot ๐Ÿ—ณ (U+1F5F3)
751pub fn ballot_box_with_ballot() -> Emoticon {
752    Emoticon("\u{1F5F3}".to_string())
753}
754
755/// pencil โœ (U+270F)
756pub fn pencil() -> Emoticon {
757    Emoticon("\u{270F}".to_string())
758}
759
760/// black_nib โœ’ (U+2712)
761pub fn black_nib() -> Emoticon {
762    Emoticon("\u{2712}".to_string())
763}
764
765/// fountain_pen ๐Ÿ–‹ (U+1F58B)
766pub fn fountain_pen() -> Emoticon {
767    Emoticon("\u{1F58B}".to_string())
768}
769
770/// pen ๐Ÿ–Š (U+1F58A)
771pub fn pen() -> Emoticon {
772    Emoticon("\u{1F58A}".to_string())
773}
774
775/// paintbrush ๐Ÿ–Œ (U+1F58C)
776pub fn paintbrush() -> Emoticon {
777    Emoticon("\u{1F58C}".to_string())
778}
779
780/// crayon ๐Ÿ– (U+1F58D)
781pub fn crayon() -> Emoticon {
782    Emoticon("\u{1F58D}".to_string())
783}
784
785/// memo ๐Ÿ“ (U+1F4DD)
786pub fn memo() -> Emoticon {
787    Emoticon("\u{1F4DD}".to_string())
788}
789
790/// briefcase ๐Ÿ’ผ (U+1F4BC)
791pub fn briefcase() -> Emoticon {
792    Emoticon("\u{1F4BC}".to_string())
793}
794
795/// file_folder ๐Ÿ“ (U+1F4C1)
796pub fn file_folder() -> Emoticon {
797    Emoticon("\u{1F4C1}".to_string())
798}
799
800/// open_file_folder ๐Ÿ“‚ (U+1F4C2)
801pub fn open_file_folder() -> Emoticon {
802    Emoticon("\u{1F4C2}".to_string())
803}
804
805/// card_index_dividers ๐Ÿ—‚ (U+1F5C2)
806pub fn card_index_dividers() -> Emoticon {
807    Emoticon("\u{1F5C2}".to_string())
808}
809
810/// calendar ๐Ÿ“… (U+1F4C5)
811pub fn calendar() -> Emoticon {
812    Emoticon("\u{1F4C5}".to_string())
813}
814
815/// tear_off_calendar ๐Ÿ“† (U+1F4C6)
816pub fn tear_off_calendar() -> Emoticon {
817    Emoticon("\u{1F4C6}".to_string())
818}
819
820/// spiral_notepad ๐Ÿ—’ (U+1F5D2)
821pub fn spiral_notepad() -> Emoticon {
822    Emoticon("\u{1F5D2}".to_string())
823}
824
825/// spiral_calendar ๐Ÿ—“ (U+1F5D3)
826pub fn spiral_calendar() -> Emoticon {
827    Emoticon("\u{1F5D3}".to_string())
828}
829
830/// card_index ๐Ÿ“‡ (U+1F4C7)
831pub fn card_index() -> Emoticon {
832    Emoticon("\u{1F4C7}".to_string())
833}
834
835/// chart_increasing ๐Ÿ“ˆ (U+1F4C8)
836pub fn chart_increasing() -> Emoticon {
837    Emoticon("\u{1F4C8}".to_string())
838}
839
840/// chart_decreasing ๐Ÿ“‰ (U+1F4C9)
841pub fn chart_decreasing() -> Emoticon {
842    Emoticon("\u{1F4C9}".to_string())
843}
844
845/// bar_chart ๐Ÿ“Š (U+1F4CA)
846pub fn bar_chart() -> Emoticon {
847    Emoticon("\u{1F4CA}".to_string())
848}
849
850/// clipboard ๐Ÿ“‹ (U+1F4CB)
851pub fn clipboard() -> Emoticon {
852    Emoticon("\u{1F4CB}".to_string())
853}
854
855/// pushpin ๐Ÿ“Œ (U+1F4CC)
856pub fn pushpin() -> Emoticon {
857    Emoticon("\u{1F4CC}".to_string())
858}
859
860/// round_pushpin ๐Ÿ“ (U+1F4CD)
861pub fn round_pushpin() -> Emoticon {
862    Emoticon("\u{1F4CD}".to_string())
863}
864
865/// paperclip ๐Ÿ“Ž (U+1F4CE)
866pub fn paperclip() -> Emoticon {
867    Emoticon("\u{1F4CE}".to_string())
868}
869
870/// linked_paperclips ๐Ÿ–‡ (U+1F587)
871pub fn linked_paperclips() -> Emoticon {
872    Emoticon("\u{1F587}".to_string())
873}
874
875/// straight_ruler ๐Ÿ“ (U+1F4CF)
876pub fn straight_ruler() -> Emoticon {
877    Emoticon("\u{1F4CF}".to_string())
878}
879
880/// triangular_ruler ๐Ÿ“ (U+1F4D0)
881pub fn triangular_ruler() -> Emoticon {
882    Emoticon("\u{1F4D0}".to_string())
883}
884
885/// scissors โœ‚ (U+2702)
886pub fn scissors() -> Emoticon {
887    Emoticon("\u{2702}".to_string())
888}
889
890/// card_file_box ๐Ÿ—ƒ (U+1F5C3)
891pub fn card_file_box() -> Emoticon {
892    Emoticon("\u{1F5C3}".to_string())
893}
894
895/// file_cabinet ๐Ÿ—„ (U+1F5C4)
896pub fn file_cabinet() -> Emoticon {
897    Emoticon("\u{1F5C4}".to_string())
898}
899
900/// locked ๐Ÿ—‘ (U+1F5D1)
901pub fn locked() -> Emoticon {
902    Emoticon("\u{1F5D1}".to_string())
903}
904
905/// unlocked ๐Ÿ”“ (U+1F513)
906pub fn unlocked() -> Emoticon {
907    Emoticon("\u{1F513}".to_string())
908}
909
910/// locked_with_pen ๐Ÿ” (U+1F50F)
911pub fn locked_with_pen() -> Emoticon {
912    Emoticon("\u{1F50F}".to_string())
913}
914
915/// locked_with_key ๐Ÿ” (U+1F510)
916pub fn locked_with_key() -> Emoticon {
917    Emoticon("\u{1F510}".to_string())
918}
919
920/// key ๐Ÿ”‘ (U+1F511)
921pub fn key() -> Emoticon {
922    Emoticon("\u{1F511}".to_string())
923}
924
925/// old_key ๐Ÿ— (U+1F5DD)
926pub fn old_key() -> Emoticon {
927    Emoticon("\u{1F5DD}".to_string())
928}
929
930/// hammer ๐Ÿ”จ (U+1F528)
931pub fn hammer() -> Emoticon {
932    Emoticon("\u{1F528}".to_string())
933}
934
935/// axe ๐Ÿช“ (U+1FA93)
936pub fn axe() -> Emoticon {
937    Emoticon("\u{1FA93}".to_string())
938}
939
940/// pick โ› (U+26CF)
941pub fn pick() -> Emoticon {
942    Emoticon("\u{26CF}".to_string())
943}
944
945/// hammer_and_pick โš’ (U+2692)
946pub fn hammer_and_pick() -> Emoticon {
947    Emoticon("\u{2692}".to_string())
948}
949
950/// hammer_and_wrench ๐Ÿ›  (U+1F6E0)
951pub fn hammer_and_wrench() -> Emoticon {
952    Emoticon("\u{1F6E0}".to_string())
953}
954
955/// dagger ๐Ÿ—ก (U+1F5E1)
956pub fn dagger() -> Emoticon {
957    Emoticon("\u{1F5E1}".to_string())
958}
959
960/// crossed_swords โš” (U+2694)
961pub fn crossed_swords() -> Emoticon {
962    Emoticon("\u{2694}".to_string())
963}
964
965/// bomb ๐Ÿ’ฃ (U+1F4A3)
966pub fn bomb() -> Emoticon {
967    Emoticon("\u{1F4A3}".to_string())
968}
969
970/// boomerang ๐Ÿชƒ (U+1FA83)
971pub fn boomerang() -> Emoticon {
972    Emoticon("\u{1FA83}".to_string())
973}
974
975/// bow_and_arrow ๐Ÿน (U+1F3F9)
976pub fn bow_and_arrow() -> Emoticon {
977    Emoticon("\u{1F3F9}".to_string())
978}
979
980/// shield ๐Ÿ›ก (U+1F6E1)
981pub fn shield() -> Emoticon {
982    Emoticon("\u{1F6E1}".to_string())
983}
984
985/// carpentry_saw ๐Ÿชš (U+1FA9A)
986pub fn carpentry_saw() -> Emoticon {
987    Emoticon("\u{1FA9A}".to_string())
988}
989
990/// wrench ๐Ÿ”ง (U+1F527)
991pub fn wrench() -> Emoticon {
992    Emoticon("\u{1F527}".to_string())
993}
994
995/// screwdriver ๐Ÿช› (U+1FA9B)
996pub fn screwdriver() -> Emoticon {
997    Emoticon("\u{1FA9B}".to_string())
998}
999
1000/// nut_and_bolt ๐Ÿ”ฉ (U+1F529)
1001pub fn nut_and_bolt() -> Emoticon {
1002    Emoticon("\u{1F529}".to_string())
1003}
1004
1005/// gear โš™ (U+2699)
1006pub fn gear() -> Emoticon {
1007    Emoticon("\u{2699}".to_string())
1008}
1009
1010/// clamp ๐Ÿ—œ (U+1F5DC)
1011pub fn clamp() -> Emoticon {
1012    Emoticon("\u{1F5DC}".to_string())
1013}
1014
1015/// balance_scale โš– (U+2696)
1016pub fn balance_scale() -> Emoticon {
1017    Emoticon("\u{2696}".to_string())
1018}
1019
1020/// white_cane ๐Ÿฆฏ (U+1F9AF)
1021pub fn white_cane() -> Emoticon {
1022    Emoticon("\u{1F9AF}".to_string())
1023}
1024
1025/// link ๐Ÿ”— (U+1F517)
1026pub fn link() -> Emoticon {
1027    Emoticon("\u{1F517}".to_string())
1028}
1029
1030/// __broken_chain โ›“๏ธโ€๐Ÿ’ฅ (U+26D3 U+FE0F U+200D U+1F4A5)
1031pub fn __broken_chain() -> Emoticon {
1032    Emoticon("\u{26D3}\u{FE0F}\u{200D}\u{1F4A5}".to_string())
1033}
1034
1035/// chains โ›“ (U+26D3)
1036pub fn chains() -> Emoticon {
1037    Emoticon("\u{26D3}".to_string())
1038}
1039
1040/// hook ๐Ÿช (U+1FA9D)
1041pub fn hook() -> Emoticon {
1042    Emoticon("\u{1FA9D}".to_string())
1043}
1044
1045/// toolbox ๐Ÿงฐ (U+1F9F0)
1046pub fn toolbox() -> Emoticon {
1047    Emoticon("\u{1F9F0}".to_string())
1048}
1049
1050/// magnet ๐Ÿงฒ (U+1F9F2)
1051pub fn magnet() -> Emoticon {
1052    Emoticon("\u{1F9F2}".to_string())
1053}
1054
1055/// ladder ๐Ÿชœ (U+1FA9C)
1056pub fn ladder() -> Emoticon {
1057    Emoticon("\u{1FA9C}".to_string())
1058}
1059
1060/// alembic โš— (U+2697)
1061pub fn alembic() -> Emoticon {
1062    Emoticon("\u{2697}".to_string())
1063}
1064
1065/// test_tube ๐Ÿงช (U+1F9EA)
1066pub fn test_tube() -> Emoticon {
1067    Emoticon("\u{1F9EA}".to_string())
1068}
1069
1070/// petri_dish ๐Ÿงซ (U+1F9EB)
1071pub fn petri_dish() -> Emoticon {
1072    Emoticon("\u{1F9EB}".to_string())
1073}
1074
1075/// dna ๐Ÿงฌ (U+1F9EC)
1076pub fn dna() -> Emoticon {
1077    Emoticon("\u{1F9EC}".to_string())
1078}
1079
1080/// microscope ๐Ÿ”ฌ (U+1F52C)
1081pub fn microscope() -> Emoticon {
1082    Emoticon("\u{1F52C}".to_string())
1083}
1084
1085/// telescope ๐Ÿ”ญ (U+1F52D)
1086pub fn telescope() -> Emoticon {
1087    Emoticon("\u{1F52D}".to_string())
1088}
1089
1090/// satellite_antenna ๐Ÿ“ก (U+1F4E1)
1091pub fn satellite_antenna() -> Emoticon {
1092    Emoticon("\u{1F4E1}".to_string())
1093}
1094
1095/// syringe ๐Ÿ’‰ (U+1F489)
1096pub fn syringe() -> Emoticon {
1097    Emoticon("\u{1F489}".to_string())
1098}
1099
1100/// drop_of_blood ๐Ÿฉธ (U+1FA78)
1101pub fn drop_of_blood() -> Emoticon {
1102    Emoticon("\u{1FA78}".to_string())
1103}
1104
1105/// pill ๐Ÿ’Š (U+1F48A)
1106pub fn pill() -> Emoticon {
1107    Emoticon("\u{1F48A}".to_string())
1108}
1109
1110/// adhesive_bandage ๐Ÿฉน (U+1FA79)
1111pub fn adhesive_bandage() -> Emoticon {
1112    Emoticon("\u{1FA79}".to_string())
1113}
1114
1115/// crutch ๐Ÿฉผ (U+1FA7C)
1116pub fn crutch() -> Emoticon {
1117    Emoticon("\u{1FA7C}".to_string())
1118}
1119
1120/// stethoscope ๐Ÿฉบ (U+1FA7A)
1121pub fn stethoscope() -> Emoticon {
1122    Emoticon("\u{1FA7A}".to_string())
1123}
1124
1125/// x_ray ๐Ÿฉป (U+1FA7B)
1126pub fn x_ray() -> Emoticon {
1127    Emoticon("\u{1FA7B}".to_string())
1128}
1129
1130/// door ๐Ÿšช (U+1F6AA)
1131pub fn door() -> Emoticon {
1132    Emoticon("\u{1F6AA}".to_string())
1133}
1134
1135/// elevator ๐Ÿ›— (U+1F6D7)
1136pub fn elevator() -> Emoticon {
1137    Emoticon("\u{1F6D7}".to_string())
1138}
1139
1140/// mirror ๐Ÿชž (U+1FA9E)
1141pub fn mirror() -> Emoticon {
1142    Emoticon("\u{1FA9E}".to_string())
1143}
1144
1145/// window ๐ŸชŸ (U+1FA9F)
1146pub fn window() -> Emoticon {
1147    Emoticon("\u{1FA9F}".to_string())
1148}
1149
1150/// bed ๐Ÿ› (U+1F6CF)
1151pub fn bed() -> Emoticon {
1152    Emoticon("\u{1F6CF}".to_string())
1153}
1154
1155/// couch_and_lamp ๐Ÿ›‹ (U+1F6CB)
1156pub fn couch_and_lamp() -> Emoticon {
1157    Emoticon("\u{1F6CB}".to_string())
1158}
1159
1160/// chair ๐Ÿช‘ (U+1FA91)
1161pub fn chair() -> Emoticon {
1162    Emoticon("\u{1FA91}".to_string())
1163}
1164
1165/// toilet ๐Ÿšฝ (U+1F6BD)
1166pub fn toilet() -> Emoticon {
1167    Emoticon("\u{1F6BD}".to_string())
1168}
1169
1170/// plunger ๐Ÿช  (U+1FAA0)
1171pub fn plunger() -> Emoticon {
1172    Emoticon("\u{1FAA0}".to_string())
1173}
1174
1175/// shower ๐Ÿšฟ (U+1F6BF)
1176pub fn shower() -> Emoticon {
1177    Emoticon("\u{1F6BF}".to_string())
1178}
1179
1180/// bathtub ๐Ÿ› (U+1F6C1)
1181pub fn bathtub() -> Emoticon {
1182    Emoticon("\u{1F6C1}".to_string())
1183}
1184
1185/// mouse_trap ๐Ÿชค (U+1FAA4)
1186pub fn mouse_trap() -> Emoticon {
1187    Emoticon("\u{1FAA4}".to_string())
1188}
1189
1190/// razor ๐Ÿช’ (U+1FA92)
1191pub fn razor() -> Emoticon {
1192    Emoticon("\u{1FA92}".to_string())
1193}
1194
1195/// lotion_bottle ๐Ÿงด (U+1F9F4)
1196pub fn lotion_bottle() -> Emoticon {
1197    Emoticon("\u{1F9F4}".to_string())
1198}
1199
1200/// safety_pin ๐Ÿงท (U+1F9F7)
1201pub fn safety_pin() -> Emoticon {
1202    Emoticon("\u{1F9F7}".to_string())
1203}
1204
1205/// broom ๐Ÿงน (U+1F9F9)
1206pub fn broom() -> Emoticon {
1207    Emoticon("\u{1F9F9}".to_string())
1208}
1209
1210/// basket ๐Ÿงบ (U+1F9FA)
1211pub fn basket() -> Emoticon {
1212    Emoticon("\u{1F9FA}".to_string())
1213}
1214
1215/// roll_of_paper ๐Ÿงป (U+1F9FB)
1216pub fn roll_of_paper() -> Emoticon {
1217    Emoticon("\u{1F9FB}".to_string())
1218}
1219
1220/// bucket ๐Ÿชฃ (U+1FAA3)
1221pub fn bucket() -> Emoticon {
1222    Emoticon("\u{1FAA3}".to_string())
1223}
1224
1225/// soap ๐Ÿงผ (U+1F9FC)
1226pub fn soap() -> Emoticon {
1227    Emoticon("\u{1F9FC}".to_string())
1228}
1229
1230/// bubbles ๐Ÿซง (U+1FAE7)
1231pub fn bubbles() -> Emoticon {
1232    Emoticon("\u{1FAE7}".to_string())
1233}
1234
1235/// toothbrush ๐Ÿชฅ (U+1FAA5)
1236pub fn toothbrush() -> Emoticon {
1237    Emoticon("\u{1FAA5}".to_string())
1238}
1239
1240/// sponge ๐Ÿงฝ (U+1F9FD)
1241pub fn sponge() -> Emoticon {
1242    Emoticon("\u{1F9FD}".to_string())
1243}
1244
1245/// fire_extinguisher ๐Ÿงฏ (U+1F9EF)
1246pub fn fire_extinguisher() -> Emoticon {
1247    Emoticon("\u{1F9EF}".to_string())
1248}
1249
1250/// shopping_cart ๐Ÿ›’ (U+1F6D2)
1251pub fn shopping_cart() -> Emoticon {
1252    Emoticon("\u{1F6D2}".to_string())
1253}
1254
1255/// cigarette ๐Ÿšฌ (U+1F6AC)
1256pub fn cigarette() -> Emoticon {
1257    Emoticon("\u{1F6AC}".to_string())
1258}
1259
1260/// coffin โšฐ (U+26B0)
1261pub fn coffin() -> Emoticon {
1262    Emoticon("\u{26B0}".to_string())
1263}
1264
1265/// headstone ๐Ÿชฆ (U+1FAA6)
1266pub fn headstone() -> Emoticon {
1267    Emoticon("\u{1FAA6}".to_string())
1268}
1269
1270/// funeral_urn โšฑ (U+26B1)
1271pub fn funeral_urn() -> Emoticon {
1272    Emoticon("\u{26B1}".to_string())
1273}
1274
1275/// nazar_amulet ๐Ÿงฟ (U+1F9FF)
1276pub fn nazar_amulet() -> Emoticon {
1277    Emoticon("\u{1F9FF}".to_string())
1278}
1279
1280/// hamsa ๐Ÿชฌ (U+1FAAC)
1281pub fn hamsa() -> Emoticon {
1282    Emoticon("\u{1FAAC}".to_string())
1283}
1284
1285/// moai ๐Ÿ—ฟ (U+1F5FF)
1286pub fn moai() -> Emoticon {
1287    Emoticon("\u{1F5FF}".to_string())
1288}
1289
1290/// placard ๐Ÿชง (U+1FAA7)
1291pub fn placard() -> Emoticon {
1292    Emoticon("\u{1FAA7}".to_string())
1293}
1294
1295/// identification_card ๐Ÿชช (U+1FAAA)
1296pub fn identification_card() -> Emoticon {
1297    Emoticon("\u{1FAAA}".to_string())
1298}