Skip to content

Commit fc812e2

Browse files
author
andela-sakande
committed
Add popular emojis
1 parent 2723f85 commit fc812e2

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

src/Emojis/emoji.php

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,24 @@
3030
"kissing_smiling_eyes" => "\u{1F619}",
3131
"kissing_closed_eyes" => "\u{1F61A}",
3232
"relaxed" => "\u{263A}",
33-
34-
];
33+
"question" => "\u{2753}",
34+
"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

Comments
 (0)