diff --git a/lib/emoji/db.json b/lib/emoji/db.json index 2509256ad62..f7c71f5665d 100644 --- a/lib/emoji/db.json +++ b/lib/emoji/db.json @@ -6331,6 +6331,30 @@ { "code": "1f3f4-200d-2620", "name": "pirate_flag" + }, + { + "code": "1f9c7", + "name": "waffle" + }, + { + "code": "1f9a6", + "name": "otter" + }, + { + "code": "1f9a5", + "name": "sloth" + }, + { + "code": "1f9ca", + "name": "ice_cube" + }, + { + "code": "1fa90", + "name": "ringer_planet" + }, + { + "code": "1f9a9", + "name": "flamingo" } ], "tonableEmojis": [ diff --git a/lib/emoji/groups.json b/lib/emoji/groups.json index 47c7400ea3d..72dd9207b24 100644 --- a/lib/emoji/groups.json +++ b/lib/emoji/groups.json @@ -1763,6 +1763,14 @@ "name": "panda_face", "diversity": false }, + { + "name": "sloth", + "diversity": false + }, + { + "name": "otter", + "diversity": false + }, { "name": "kangaroo", "diversity": false @@ -1827,6 +1835,10 @@ "name": "owl", "diversity": false }, + { + "name": "flamingo", + "diversity": false + }, { "name": "peacock", "diversity": false @@ -2189,6 +2201,10 @@ "name": "pancakes", "diversity": false }, + { + "name": "waffle", + "diversity": false + }, { "name": "cheese", "diversity": false @@ -2473,6 +2489,10 @@ "name": "cup_with_straw", "diversity": false }, + { + "name": "ice_cube", + "diversity": false + }, { "name": "chopsticks", "diversity": false @@ -3199,6 +3219,10 @@ "name": "sun_with_face", "diversity": false }, + { + "name": "ringer_planet", + "diversity": false + }, { "name": "star", "diversity": false diff --git a/public/images/emoji/apple/flamingo.png b/public/images/emoji/apple/flamingo.png new file mode 100644 index 00000000000..4ec28980315 Binary files /dev/null and b/public/images/emoji/apple/flamingo.png differ diff --git a/public/images/emoji/apple/ice_cube.png b/public/images/emoji/apple/ice_cube.png new file mode 100644 index 00000000000..aaff6072980 Binary files /dev/null and b/public/images/emoji/apple/ice_cube.png differ diff --git a/public/images/emoji/apple/otter.png b/public/images/emoji/apple/otter.png new file mode 100644 index 00000000000..8831ea40e60 Binary files /dev/null and b/public/images/emoji/apple/otter.png differ diff --git a/public/images/emoji/apple/ringer_planet.png b/public/images/emoji/apple/ringer_planet.png new file mode 100644 index 00000000000..ed288909415 Binary files /dev/null and b/public/images/emoji/apple/ringer_planet.png differ diff --git a/public/images/emoji/apple/sloth.png b/public/images/emoji/apple/sloth.png new file mode 100644 index 00000000000..0d84d15b19a Binary files /dev/null and b/public/images/emoji/apple/sloth.png differ diff --git a/public/images/emoji/apple/waffle.png b/public/images/emoji/apple/waffle.png new file mode 100644 index 00000000000..298a3435850 Binary files /dev/null and b/public/images/emoji/apple/waffle.png differ diff --git a/public/images/emoji/emoji_one/flamingo.png b/public/images/emoji/emoji_one/flamingo.png new file mode 100644 index 00000000000..4ec28980315 Binary files /dev/null and b/public/images/emoji/emoji_one/flamingo.png differ diff --git a/public/images/emoji/emoji_one/ice_cube.png b/public/images/emoji/emoji_one/ice_cube.png new file mode 100644 index 00000000000..aaff6072980 Binary files /dev/null and b/public/images/emoji/emoji_one/ice_cube.png differ diff --git a/public/images/emoji/emoji_one/otter.png b/public/images/emoji/emoji_one/otter.png new file mode 100644 index 00000000000..8831ea40e60 Binary files /dev/null and b/public/images/emoji/emoji_one/otter.png differ diff --git a/public/images/emoji/emoji_one/ringer_planet.png b/public/images/emoji/emoji_one/ringer_planet.png new file mode 100644 index 00000000000..ed288909415 Binary files /dev/null and b/public/images/emoji/emoji_one/ringer_planet.png differ diff --git a/public/images/emoji/emoji_one/sloth.png b/public/images/emoji/emoji_one/sloth.png new file mode 100644 index 00000000000..0d84d15b19a Binary files /dev/null and b/public/images/emoji/emoji_one/sloth.png differ diff --git a/public/images/emoji/emoji_one/waffle.png b/public/images/emoji/emoji_one/waffle.png new file mode 100644 index 00000000000..298a3435850 Binary files /dev/null and b/public/images/emoji/emoji_one/waffle.png differ diff --git a/public/images/emoji/facebook_messenger/flamingo.png b/public/images/emoji/facebook_messenger/flamingo.png new file mode 100644 index 00000000000..4ec28980315 Binary files /dev/null and b/public/images/emoji/facebook_messenger/flamingo.png differ diff --git a/public/images/emoji/facebook_messenger/ice_cube.png b/public/images/emoji/facebook_messenger/ice_cube.png new file mode 100644 index 00000000000..aaff6072980 Binary files /dev/null and b/public/images/emoji/facebook_messenger/ice_cube.png differ diff --git a/public/images/emoji/facebook_messenger/otter.png b/public/images/emoji/facebook_messenger/otter.png new file mode 100644 index 00000000000..8831ea40e60 Binary files /dev/null and b/public/images/emoji/facebook_messenger/otter.png differ diff --git a/public/images/emoji/facebook_messenger/ringer_planet.png b/public/images/emoji/facebook_messenger/ringer_planet.png new file mode 100644 index 00000000000..ed288909415 Binary files /dev/null and b/public/images/emoji/facebook_messenger/ringer_planet.png differ diff --git a/public/images/emoji/facebook_messenger/sloth.png b/public/images/emoji/facebook_messenger/sloth.png new file mode 100644 index 00000000000..0d84d15b19a Binary files /dev/null and b/public/images/emoji/facebook_messenger/sloth.png differ diff --git a/public/images/emoji/facebook_messenger/waffle.png b/public/images/emoji/facebook_messenger/waffle.png new file mode 100644 index 00000000000..298a3435850 Binary files /dev/null and b/public/images/emoji/facebook_messenger/waffle.png differ diff --git a/public/images/emoji/google/flamingo.png b/public/images/emoji/google/flamingo.png new file mode 100644 index 00000000000..4ec28980315 Binary files /dev/null and b/public/images/emoji/google/flamingo.png differ diff --git a/public/images/emoji/google/ice_cube.png b/public/images/emoji/google/ice_cube.png new file mode 100644 index 00000000000..aaff6072980 Binary files /dev/null and b/public/images/emoji/google/ice_cube.png differ diff --git a/public/images/emoji/google/otter.png b/public/images/emoji/google/otter.png new file mode 100644 index 00000000000..8831ea40e60 Binary files /dev/null and b/public/images/emoji/google/otter.png differ diff --git a/public/images/emoji/google/ringer_planet.png b/public/images/emoji/google/ringer_planet.png new file mode 100644 index 00000000000..ed288909415 Binary files /dev/null and b/public/images/emoji/google/ringer_planet.png differ diff --git a/public/images/emoji/google/sloth.png b/public/images/emoji/google/sloth.png new file mode 100644 index 00000000000..0d84d15b19a Binary files /dev/null and b/public/images/emoji/google/sloth.png differ diff --git a/public/images/emoji/google/waffle.png b/public/images/emoji/google/waffle.png new file mode 100644 index 00000000000..298a3435850 Binary files /dev/null and b/public/images/emoji/google/waffle.png differ diff --git a/public/images/emoji/google_classic/flamingo.png b/public/images/emoji/google_classic/flamingo.png new file mode 100644 index 00000000000..4ec28980315 Binary files /dev/null and b/public/images/emoji/google_classic/flamingo.png differ diff --git a/public/images/emoji/google_classic/ice_cube.png b/public/images/emoji/google_classic/ice_cube.png new file mode 100644 index 00000000000..aaff6072980 Binary files /dev/null and b/public/images/emoji/google_classic/ice_cube.png differ diff --git a/public/images/emoji/google_classic/otter.png b/public/images/emoji/google_classic/otter.png new file mode 100644 index 00000000000..8831ea40e60 Binary files /dev/null and b/public/images/emoji/google_classic/otter.png differ diff --git a/public/images/emoji/google_classic/ringer_planet.png b/public/images/emoji/google_classic/ringer_planet.png new file mode 100644 index 00000000000..ed288909415 Binary files /dev/null and b/public/images/emoji/google_classic/ringer_planet.png differ diff --git a/public/images/emoji/google_classic/sloth.png b/public/images/emoji/google_classic/sloth.png new file mode 100644 index 00000000000..0d84d15b19a Binary files /dev/null and b/public/images/emoji/google_classic/sloth.png differ diff --git a/public/images/emoji/google_classic/waffle.png b/public/images/emoji/google_classic/waffle.png new file mode 100644 index 00000000000..298a3435850 Binary files /dev/null and b/public/images/emoji/google_classic/waffle.png differ diff --git a/public/images/emoji/twitter/flamingo.png b/public/images/emoji/twitter/flamingo.png new file mode 100644 index 00000000000..4ec28980315 Binary files /dev/null and b/public/images/emoji/twitter/flamingo.png differ diff --git a/public/images/emoji/twitter/ice_cube.png b/public/images/emoji/twitter/ice_cube.png new file mode 100644 index 00000000000..aaff6072980 Binary files /dev/null and b/public/images/emoji/twitter/ice_cube.png differ diff --git a/public/images/emoji/twitter/otter.png b/public/images/emoji/twitter/otter.png new file mode 100644 index 00000000000..8831ea40e60 Binary files /dev/null and b/public/images/emoji/twitter/otter.png differ diff --git a/public/images/emoji/twitter/ringer_planet.png b/public/images/emoji/twitter/ringer_planet.png new file mode 100644 index 00000000000..ed288909415 Binary files /dev/null and b/public/images/emoji/twitter/ringer_planet.png differ diff --git a/public/images/emoji/twitter/sloth.png b/public/images/emoji/twitter/sloth.png new file mode 100644 index 00000000000..0d84d15b19a Binary files /dev/null and b/public/images/emoji/twitter/sloth.png differ diff --git a/public/images/emoji/twitter/waffle.png b/public/images/emoji/twitter/waffle.png new file mode 100644 index 00000000000..298a3435850 Binary files /dev/null and b/public/images/emoji/twitter/waffle.png differ diff --git a/public/images/emoji/win10/flamingo.png b/public/images/emoji/win10/flamingo.png new file mode 100644 index 00000000000..4ec28980315 Binary files /dev/null and b/public/images/emoji/win10/flamingo.png differ diff --git a/public/images/emoji/win10/ice_cube.png b/public/images/emoji/win10/ice_cube.png new file mode 100644 index 00000000000..aaff6072980 Binary files /dev/null and b/public/images/emoji/win10/ice_cube.png differ diff --git a/public/images/emoji/win10/otter.png b/public/images/emoji/win10/otter.png new file mode 100644 index 00000000000..8831ea40e60 Binary files /dev/null and b/public/images/emoji/win10/otter.png differ diff --git a/public/images/emoji/win10/ringer_planet.png b/public/images/emoji/win10/ringer_planet.png new file mode 100644 index 00000000000..ed288909415 Binary files /dev/null and b/public/images/emoji/win10/ringer_planet.png differ diff --git a/public/images/emoji/win10/sloth.png b/public/images/emoji/win10/sloth.png new file mode 100644 index 00000000000..0d84d15b19a Binary files /dev/null and b/public/images/emoji/win10/sloth.png differ diff --git a/public/images/emoji/win10/waffle.png b/public/images/emoji/win10/waffle.png new file mode 100644 index 00000000000..298a3435850 Binary files /dev/null and b/public/images/emoji/win10/waffle.png differ