Skip to content

Commit 5e2c05e

Browse files
author
andela-sakande
committed
Rearrange unicode representationin ascending to descending order
1 parent fc812e2 commit 5e2c05e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/Emojis/emoji.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@
1313
|
1414
*/
1515

16+
"running" => "\u{1F3C3}",
17+
"house" => "\u{1F3E0}",
18+
"office" => "\u{1F3E2}",
19+
"birthday" => "\u{1F382}",
20+
"shit" => "\u{1F4A9}",
21+
"computer" => "\u{1F4BB}",
22+
"moneybag" => "\u{1F4B0}",
23+
"camera" => "\u{1F4F7}",
24+
"thumbsup" => "\u{1F44D}",
25+
"thumbsdown" => "\u{1F44E}",
26+
"family" => "\u{1F46A}",
27+
"kiss" => "\u{1F48B}",
28+
"gun" => "\u{1F52B}",
1629
"grinning" => "\u{1F600}",
1730
"grin" => "\u{1F601}",
1831
"joy" => "\u{1F602}",
@@ -29,25 +42,12 @@
2942
"kissing" => "\u{1F617}",
3043
"kissing_smiling_eyes" => "\u{1F619}",
3144
"kissing_closed_eyes" => "\u{1F61A}",
32-
"relaxed" => "\u{263A}",
33-
"question" => "\u{2753}",
3445
"worried" => "\u{1F61F}",
3546
"cry" => "\u{1F622}",
3647
"scream" => "\u{1F631}",
3748
"pray" => "\u{1F64F}",
38-
"thumbsup" => "\u{1F44D}",
39-
"thumbsdown" => "\u{1F44E}",
40-
"shit" => "\u{1F4A9}",
41-
"birthday" => "\u{1F382}",
4249
"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}",
50+
"relaxed" => "\u{263A}",
5251
"white_check_mark" => "\u{2705}"
52+
"question" => "\u{2753}",
5353
];

0 commit comments

Comments
 (0)