We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2723f85 commit fc812e2Copy full SHA for fc812e2
src/Emojis/emoji.php
@@ -30,5 +30,24 @@
30
"kissing_smiling_eyes" => "\u{1F619}",
31
"kissing_closed_eyes" => "\u{1F61A}",
32
"relaxed" => "\u{263A}",
33
-
34
-];
+ "question" => "\u{2753}",
+ "worried" => "\u{1F61F}",
35
+ "cry" => "\u{1F622}",
36
+ "scream" => "\u{1F631}",
37
+ "pray" => "\u{1F64F}",
38
+ "thumbsup" => "\u{1F44D}",
39
+ "thumbsdown" => "\u{1F44E}",
40
+ "shit" => "\u{1F4A9}",
41
+ "birthday" => "\u{1F382}",
42
+ "raised_hands" => "\u{1F64C}",
43
+ "family" => "\u{1F46A}",
44
+ "kiss" => "\u{1F48B}",
45
+ "running" => "\u{1F3C3}",
46
+ "gun" => "\u{1F52B}",
47
+ "moneybag" => "\u{1F4B0}",
48
+ "computer" => "\u{1F4BB}",
49
+ "camera" => "\u{1F4F7}",
50
+ "house" => "\u{1F3E0}",
51
+ "office" => "\u{1F3E2}",
52
+ "white_check_mark" => "\u{2705}"
53
+];
0 commit comments