unicode-icons 2.1.2

(1869+) unicode icons in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
//! Activities

use crate::Emoticon;

/// jack_o_lantern ๐ŸŽƒ (U+1F383)
pub fn jack_o_lantern() -> Emoticon {
    Emoticon("\u{1F383}".to_string())
}

/// Christmas_tree ๐ŸŽ„ (U+1F384)
pub fn christmas_tree() -> Emoticon {
    Emoticon("\u{1F384}".to_string())
}

/// fireworks ๐ŸŽ† (U+1F386)
pub fn fireworks() -> Emoticon {
    Emoticon("\u{1F386}".to_string())
}

/// sparkler ๐ŸŽ‡ (U+1F387)
pub fn sparkler() -> Emoticon {
    Emoticon("\u{1F387}".to_string())
}

/// firecracker ๐Ÿงจ (U+1F9E8)
pub fn firecracker() -> Emoticon {
    Emoticon("\u{1F9E8}".to_string())
}

/// sparkles โœจ (U+2728)
pub fn sparkles() -> Emoticon {
    Emoticon("\u{2728}".to_string())
}

/// balloon ๐ŸŽˆ (U+1F388)
pub fn balloon() -> Emoticon {
    Emoticon("\u{1F388}".to_string())
}

/// party_popper ๐ŸŽ‰ (U+1F389)
pub fn party_popper() -> Emoticon {
    Emoticon("\u{1F389}".to_string())
}

/// confetti_ball ๐ŸŽŠ (U+1F38A)
pub fn confetti_ball() -> Emoticon {
    Emoticon("\u{1F38A}".to_string())
}

/// tanabata_tree ๐ŸŽ‹ (U+1F38B)
pub fn tanabata_tree() -> Emoticon {
    Emoticon("\u{1F38B}".to_string())
}

/// pine_decoration ๐ŸŽ (U+1F38D)
pub fn pine_decoration() -> Emoticon {
    Emoticon("\u{1F38D}".to_string())
}

/// Japanese_dolls ๐ŸŽŽ (U+1F38E)
pub fn japanese_dolls() -> Emoticon {
    Emoticon("\u{1F38E}".to_string())
}

/// carp_streamer ๐ŸŽ (U+1F38F)
pub fn carp_streamer() -> Emoticon {
    Emoticon("\u{1F38F}".to_string())
}

/// wind_chime ๐ŸŽ (U+1F390)
pub fn wind_chime() -> Emoticon {
    Emoticon("\u{1F390}".to_string())
}

/// moon_viewing_ceremony ๐ŸŽ‘ (U+1F391)
pub fn moon_viewing_ceremony() -> Emoticon {
    Emoticon("\u{1F391}".to_string())
}

/// red_envelope ๐Ÿงง (U+1F9E7)
pub fn red_envelope() -> Emoticon {
    Emoticon("\u{1F9E7}".to_string())
}

/// ribbon ๐ŸŽ€ (U+1F380)
pub fn ribbon() -> Emoticon {
    Emoticon("\u{1F380}".to_string())
}

/// wrapped_gift ๐ŸŽ (U+1F381)
pub fn wrapped_gift() -> Emoticon {
    Emoticon("\u{1F381}".to_string())
}

/// reminder_ribbon ๐ŸŽ— (U+1F397)
pub fn reminder_ribbon() -> Emoticon {
    Emoticon("\u{1F397}".to_string())
}

/// admission_tickets ๐ŸŽŸ (U+1F39F)
pub fn admission_tickets() -> Emoticon {
    Emoticon("\u{1F39F}".to_string())
}

/// ticket ๐ŸŽซ (U+1F3AB)
pub fn ticket() -> Emoticon {
    Emoticon("\u{1F3AB}".to_string())
}

/// military_medal ๐ŸŽ– (U+1F396)
pub fn military_medal() -> Emoticon {
    Emoticon("\u{1F396}".to_string())
}

/// trophy ๐Ÿ† (U+1F3C6)
pub fn trophy() -> Emoticon {
    Emoticon("\u{1F3C6}".to_string())
}

/// sports_medal ๐Ÿ… (U+1F3C5)
pub fn sports_medal() -> Emoticon {
    Emoticon("\u{1F3C5}".to_string())
}

/// 1st_place_medal ๐Ÿฅ‡ (U+1F947)
pub fn first_place_medal() -> Emoticon {
    Emoticon("\u{1F947}".to_string())
}

/// 2nd_place_medal ๐Ÿฅˆ (U+1F948)
pub fn second_place_medal() -> Emoticon {
    Emoticon("\u{1F948}".to_string())
}

/// 3rd_place_medal ๐Ÿฅ‰ (U+1F949)
pub fn third_place_medal() -> Emoticon {
    Emoticon("\u{1F949}".to_string())
}

/// soccer_ball โšฝ (U+26BD)
pub fn soccer_ball() -> Emoticon {
    Emoticon("\u{26BD}".to_string())
}

/// baseball โšพ (U+26BE)
pub fn baseball() -> Emoticon {
    Emoticon("\u{26BE}".to_string())
}

/// softball ๐ŸฅŽ (U+1F94E)
pub fn softball() -> Emoticon {
    Emoticon("\u{1F94E}".to_string())
}

/// basketball ๐Ÿ€ (U+1F3C0)
pub fn basketball() -> Emoticon {
    Emoticon("\u{1F3C0}".to_string())
}

/// volleyball ๐Ÿ (U+1F3D0)
pub fn volleyball() -> Emoticon {
    Emoticon("\u{1F3D0}".to_string())
}

/// american_football ๐Ÿˆ (U+1F3C8)
pub fn american_football() -> Emoticon {
    Emoticon("\u{1F3C8}".to_string())
}

/// rugby_football ๐Ÿ‰ (U+1F3C9)
pub fn rugby_football() -> Emoticon {
    Emoticon("\u{1F3C9}".to_string())
}

/// tennis ๐ŸŽพ (U+1F3BE)
pub fn tennis() -> Emoticon {
    Emoticon("\u{1F3BE}".to_string())
}

/// flying_disc ๐Ÿฅ (U+1F94F)
pub fn flying_disc() -> Emoticon {
    Emoticon("\u{1F94F}".to_string())
}

/// bowling ๐ŸŽณ (U+1F3B3)
pub fn bowling() -> Emoticon {
    Emoticon("\u{1F3B3}".to_string())
}

/// cricket_game ๐Ÿ (U+1F3CF)
pub fn cricket_game() -> Emoticon {
    Emoticon("\u{1F3CF}".to_string())
}

/// field_hockey ๐Ÿ‘ (U+1F3D1)
pub fn field_hockey() -> Emoticon {
    Emoticon("\u{1F3D1}".to_string())
}

/// ice_hockey ๐Ÿ’ (U+1F3D2)
pub fn ice_hockey() -> Emoticon {
    Emoticon("\u{1F3D2}".to_string())
}

/// lacrosse ๐Ÿฅ (U+1F94D)
pub fn lacrosse() -> Emoticon {
    Emoticon("\u{1F94D}".to_string())
}

/// ping_pong ๐Ÿ“ (U+1F3D3)
pub fn ping_pong() -> Emoticon {
    Emoticon("\u{1F3D3}".to_string())
}

/// badminton ๐Ÿธ (U+1F3F8)
pub fn badminton() -> Emoticon {
    Emoticon("\u{1F3F8}".to_string())
}

/// boxing_glove ๐ŸฅŠ (U+1F94A)
pub fn boxing_glove() -> Emoticon {
    Emoticon("\u{1F94A}".to_string())
}

/// martial_arts_uniform ๐Ÿฅ‹ (U+1F94B)
pub fn martial_arts_uniform() -> Emoticon {
    Emoticon("\u{1F94B}".to_string())
}

/// goal_net ๐Ÿฅ… (U+1F945)
pub fn goal_net() -> Emoticon {
    Emoticon("\u{1F945}".to_string())
}

/// ice_skate โ›ณ (U+26F3)
pub fn ice_skate() -> Emoticon {
    Emoticon("\u{26F3}".to_string())
}

/// fishing_pole ๐ŸŽฃ (U+1F3A3)
pub fn fishing_pole() -> Emoticon {
    Emoticon("\u{1F3A3}".to_string())
}

/// diving_mask ๐Ÿคฟ (U+1F93F)
pub fn diving_mask() -> Emoticon {
    Emoticon("\u{1F93F}".to_string())
}

/// running_shirt ๐ŸŽฝ (U+1F3BD)
pub fn running_shirt() -> Emoticon {
    Emoticon("\u{1F3BD}".to_string())
}

/// skis ๐ŸŽฟ (U+1F3BF)
pub fn skis() -> Emoticon {
    Emoticon("\u{1F3BF}".to_string())
}

/// sled ๐Ÿ›ท (U+1F6F7)
pub fn sled() -> Emoticon {
    Emoticon("\u{1F6F7}".to_string())
}

/// curling_stone ๐ŸฅŒ (U+1F94C)
pub fn curling_stone() -> Emoticon {
    Emoticon("\u{1F94C}".to_string())
}

/// bullseye ๐ŸŽฏ (U+1F3AF)
pub fn bullseye() -> Emoticon {
    Emoticon("\u{1F3AF}".to_string())
}

/// yo_yo ๐Ÿช€ (U+1FA80)
pub fn yo_yo() -> Emoticon {
    Emoticon("\u{1FA80}".to_string())
}

/// kite ๐Ÿช (U+1FA81)
pub fn kite() -> Emoticon {
    Emoticon("\u{1FA81}".to_string())
}

/// water_pistol ๐Ÿ”ซ (U+1F52B)
pub fn water_pistol() -> Emoticon {
    Emoticon("\u{1F52B}".to_string())
}

/// pool_8_ball ๐ŸŽฑ (U+1F3B1)
pub fn pool_8_ball() -> Emoticon {
    Emoticon("\u{1F3B1}".to_string())
}

/// crystal_ball ๐Ÿ”ฎ (U+1F52E)
pub fn crystal_ball() -> Emoticon {
    Emoticon("\u{1F52E}".to_string())
}

/// magic_wand ๐Ÿช„ (U+1FA84)
pub fn magic_wand() -> Emoticon {
    Emoticon("\u{1FA84}".to_string())
}

/// video_game ๐ŸŽฎ (U+1F3AE)
pub fn video_game() -> Emoticon {
    Emoticon("\u{1F3AE}".to_string())
}

/// joystick ๐Ÿ•น (U+1F579)
pub fn joystick() -> Emoticon {
    Emoticon("\u{1F579}".to_string())
}

/// slot_machine ๐ŸŽฐ (U+1F3B0)
pub fn slot_machine() -> Emoticon {
    Emoticon("\u{1F3B0}".to_string())
}

/// game_die ๐ŸŽฒ (U+1F3B2)
pub fn game_die() -> Emoticon {
    Emoticon("\u{1F3B2}".to_string())
}

/// puzzle_piece ๐Ÿงฉ (U+1F9E9)
pub fn puzzle_piece() -> Emoticon {
    Emoticon("\u{1F9E9}".to_string())
}

/// teddy_bear ๐Ÿงธ (U+1F9F8)
pub fn teddy_bear() -> Emoticon {
    Emoticon("\u{1F9F8}".to_string())
}

/// pi_ata ๐Ÿช… (U+1FA85)
pub fn pi_ata() -> Emoticon {
    Emoticon("\u{1FA85}".to_string())
}

/// mirror_ball ๐Ÿชฉ (U+1FAA9)
pub fn mirror_ball() -> Emoticon {
    Emoticon("\u{1FAA9}".to_string())
}

/// nesting_dolls ๐Ÿช† (U+1FA86)
pub fn nesting_dolls() -> Emoticon {
    Emoticon("\u{1FA86}".to_string())
}

/// spade_suit โ™  (U+2660)
pub fn spade_suit() -> Emoticon {
    Emoticon("\u{2660}".to_string())
}

/// heart_suit โ™ฅ (U+2665)
pub fn heart_suit() -> Emoticon {
    Emoticon("\u{2665}".to_string())
}

/// diamond_suit โ™ฆ (U+2666)
pub fn diamond_suit() -> Emoticon {
    Emoticon("\u{2666}".to_string())
}

/// club_suit โ™ฃ (U+2663)
pub fn club_suit() -> Emoticon {
    Emoticon("\u{2663}".to_string())
}

/// chess_pawn โ™Ÿ (U+265F)
pub fn chess_pawn() -> Emoticon {
    Emoticon("\u{265F}".to_string())
}

/// mahjong_red_dragon ๐Ÿƒ (U+1F0CF)
pub fn mahjong_red_dragon() -> Emoticon {
    Emoticon("\u{1F0CF}".to_string())
}

/// flower_playing_cards ๐ŸŽด (U+1F3B4)
pub fn flower_playing_cards() -> Emoticon {
    Emoticon("\u{1F3B4}".to_string())
}

/// performing_arts ๐ŸŽญ (U+1F3AD)
pub fn performing_arts() -> Emoticon {
    Emoticon("\u{1F3AD}".to_string())
}

/// framed_picture ๐Ÿ–ผ (U+1F5BC)
pub fn framed_picture() -> Emoticon {
    Emoticon("\u{1F5BC}".to_string())
}

/// artist_palette ๐ŸŽจ (U+1F3A8)
pub fn artist_palette() -> Emoticon {
    Emoticon("\u{1F3A8}".to_string())
}

/// thread ๐Ÿงต (U+1F9F5)
pub fn thread() -> Emoticon {
    Emoticon("\u{1F9F5}".to_string())
}

/// sewing_needle ๐Ÿชก (U+1FAA1)
pub fn sewing_needle() -> Emoticon {
    Emoticon("\u{1FAA1}".to_string())
}

/// yarn ๐Ÿงถ (U+1F9F6)
pub fn yarn() -> Emoticon {
    Emoticon("\u{1F9F6}".to_string())
}

/// knot ๐Ÿชข (U+1FAA2)
pub fn knot() -> Emoticon {
    Emoticon("\u{1FAA2}".to_string())
}