From f0b49f4385fdc479ef5da680fc8788e41366d673 Mon Sep 17 00:00:00 2001 From: Constantin A Date: Fri, 22 Apr 2022 22:10:51 +0200 Subject: [PATCH] Add Emoji 15 --- emoji-test.txt | 33 +++++++++++++++++++ svg/black bird.svg | 1 + svg/donkey.svg | 1 + svg/flute.svg | 1 + svg/folding hand fan.svg | 1 + svg/ginger root.svg | 1 + svg/goose.svg | 1 + svg/grey heart.svg | 1 + svg/hair pick.svg | 1 + svg/hyacinth.svg | 1 + svg/jellyfish.svg | 1 + svg/khanda.svg | 1 + svg/leftwards pushing hand dark skin tone.svg | 1 + ...leftwards pushing hand light skin tone.svg | 1 + ...eftwards pushing hand medium skin tone.svg | 1 + ...rds pushing hand medium-dark skin tone.svg | 1 + ...ds pushing hand medium-light skin tone.svg | 1 + svg/leftwards pushing hand.svg | 1 + svg/light blue heart.svg | 1 + svg/maracas.svg | 1 + svg/moose.svg | 1 + svg/pea pod.svg | 1 + svg/pink heart.svg | 1 + ...rightwards pushing hand dark skin tone.svg | 1 + ...ightwards pushing hand light skin tone.svg | 1 + ...ghtwards pushing hand medium skin tone.svg | 1 + ...rds pushing hand medium-dark skin tone.svg | 1 + ...ds pushing hand medium-light skin tone.svg | 1 + svg/rightwards pushing hand.svg | 1 + svg/shaking face.svg | 1 + svg/wing.svg | 1 + svg/wireless.svg | 1 + 32 files changed, 64 insertions(+) create mode 100644 svg/black bird.svg create mode 100644 svg/donkey.svg create mode 100644 svg/flute.svg create mode 100644 svg/folding hand fan.svg create mode 100644 svg/ginger root.svg create mode 100644 svg/goose.svg create mode 100644 svg/grey heart.svg create mode 100644 svg/hair pick.svg create mode 100644 svg/hyacinth.svg create mode 100644 svg/jellyfish.svg create mode 100644 svg/khanda.svg create mode 100644 svg/leftwards pushing hand dark skin tone.svg create mode 100644 svg/leftwards pushing hand light skin tone.svg create mode 100644 svg/leftwards pushing hand medium skin tone.svg create mode 100644 svg/leftwards pushing hand medium-dark skin tone.svg create mode 100644 svg/leftwards pushing hand medium-light skin tone.svg create mode 100644 svg/leftwards pushing hand.svg create mode 100644 svg/light blue heart.svg create mode 100644 svg/maracas.svg create mode 100644 svg/moose.svg create mode 100644 svg/pea pod.svg create mode 100644 svg/pink heart.svg create mode 100644 svg/rightwards pushing hand dark skin tone.svg create mode 100644 svg/rightwards pushing hand light skin tone.svg create mode 100644 svg/rightwards pushing hand medium skin tone.svg create mode 100644 svg/rightwards pushing hand medium-dark skin tone.svg create mode 100644 svg/rightwards pushing hand medium-light skin tone.svg create mode 100644 svg/rightwards pushing hand.svg create mode 100644 svg/shaking face.svg create mode 100644 svg/wing.svg create mode 100644 svg/wireless.svg diff --git a/emoji-test.txt b/emoji-test.txt index f2f36afc34..e503f8128e 100644 --- a/emoji-test.txt +++ b/emoji-test.txt @@ -4988,4 +4988,37 @@ # unqualified : 252 # component : 9 +# Additions Emoji 15 +1FAE8 ; fully-qualified # ? E15.0 shaking face +1FA75 ; fully-qualified # ? E15.0 light blue heart +1FA76 ; fully-qualified # ? E15.0 grey heart +1FA77 ; fully-qualified # ? E15.0 pink heart +1FAF7 ; fully-qualified # ? E15.0 leftwards pushing hand +1FAF8 ; fully-qualified # ? E15.0 rightwards pushing hand +1FACE ; fully-qualified # ? E15.0 moose +1FACF ; fully-qualified # ? E15.0 donkey +1FABD ; fully-qualified # ? E15.0 wing +1FABF ; fully-qualified # ? E15.0 goose +1FABC ; fully-qualified # ? E15.0 jellyfish +1FABB ; fully-qualified # ? E15.0 hyacinth +1FADA ; fully-qualified # ? E15.0 ginger root +1FADB ; fully-qualified # ? E15.0 pea pod +1FAAD ; fully-qualified # ? E15.0 folding hand fan +1FAAE ; fully-qualified # ? E15.0 hair pick +1FA87 ; fully-qualified # ? E15.0 maracas +1FA88 ; fully-qualified # ? E15.0 flute +1FAAF ; fully-qualified # ? E15.0 khanda +1F6DC ; fully-qualified # ? E15.0 wireless + +1FAF7 1F3FB ; fully-qualified # ? E15.0 leftwards pushing hand: light skin tone +1FAF7 1F3FC ; fully-qualified # ? E15.0 leftwards pushing hand: medium-light skin tone +1FAF7 1F3FD ; fully-qualified # ? E15.0 leftwards pushing hand: medium skin tone +1FAF7 1F3FE ; fully-qualified # ? E15.0 leftwards pushing hand: medium-dark skin tone +1FAF7 1F3FF ; fully-qualified # ? E15.0 leftwards pushing hand: dark skin tone +1FAF8 1F3FB ; fully-qualified # ? E15.0 rightwards pushing hand: light skin tone +1FAF8 1F3FC ; fully-qualified # ? E15.0 rightwards pushing hand: medium-light skin tone +1FAF8 1F3FD ; fully-qualified # ? E15.0 rightwards pushing hand: medium skin tone +1FAF8 1F3FE ; fully-qualified # ? E15.0 rightwards pushing hand: medium-dark skin tone +1FAF8 1F3FF ; fully-qualified # ? E15.0 rightwards pushing hand: dark skin tone + #EOF diff --git a/svg/black bird.svg b/svg/black bird.svg new file mode 100644 index 0000000000..55a059ddcc --- /dev/null +++ b/svg/black bird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/donkey.svg b/svg/donkey.svg new file mode 100644 index 0000000000..75c1e90c1a --- /dev/null +++ b/svg/donkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/flute.svg b/svg/flute.svg new file mode 100644 index 0000000000..be63c56833 --- /dev/null +++ b/svg/flute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/folding hand fan.svg b/svg/folding hand fan.svg new file mode 100644 index 0000000000..7bf479253c --- /dev/null +++ b/svg/folding hand fan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/ginger root.svg b/svg/ginger root.svg new file mode 100644 index 0000000000..532446d767 --- /dev/null +++ b/svg/ginger root.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/goose.svg b/svg/goose.svg new file mode 100644 index 0000000000..470e5a1d9e --- /dev/null +++ b/svg/goose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/grey heart.svg b/svg/grey heart.svg new file mode 100644 index 0000000000..be8f0114c4 --- /dev/null +++ b/svg/grey heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/hair pick.svg b/svg/hair pick.svg new file mode 100644 index 0000000000..c46dd05f19 --- /dev/null +++ b/svg/hair pick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/hyacinth.svg b/svg/hyacinth.svg new file mode 100644 index 0000000000..9ba3b0b59c --- /dev/null +++ b/svg/hyacinth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/jellyfish.svg b/svg/jellyfish.svg new file mode 100644 index 0000000000..f732118072 --- /dev/null +++ b/svg/jellyfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/khanda.svg b/svg/khanda.svg new file mode 100644 index 0000000000..c6f1ce43ab --- /dev/null +++ b/svg/khanda.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/leftwards pushing hand dark skin tone.svg b/svg/leftwards pushing hand dark skin tone.svg new file mode 100644 index 0000000000..d40b53b687 --- /dev/null +++ b/svg/leftwards pushing hand dark skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/leftwards pushing hand light skin tone.svg b/svg/leftwards pushing hand light skin tone.svg new file mode 100644 index 0000000000..d2536d554d --- /dev/null +++ b/svg/leftwards pushing hand light skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/leftwards pushing hand medium skin tone.svg b/svg/leftwards pushing hand medium skin tone.svg new file mode 100644 index 0000000000..5ebe3463ee --- /dev/null +++ b/svg/leftwards pushing hand medium skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/leftwards pushing hand medium-dark skin tone.svg b/svg/leftwards pushing hand medium-dark skin tone.svg new file mode 100644 index 0000000000..eb6b84f336 --- /dev/null +++ b/svg/leftwards pushing hand medium-dark skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/leftwards pushing hand medium-light skin tone.svg b/svg/leftwards pushing hand medium-light skin tone.svg new file mode 100644 index 0000000000..fa8e98164e --- /dev/null +++ b/svg/leftwards pushing hand medium-light skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/leftwards pushing hand.svg b/svg/leftwards pushing hand.svg new file mode 100644 index 0000000000..a8b2d439e3 --- /dev/null +++ b/svg/leftwards pushing hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/light blue heart.svg b/svg/light blue heart.svg new file mode 100644 index 0000000000..604da29fcb --- /dev/null +++ b/svg/light blue heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/maracas.svg b/svg/maracas.svg new file mode 100644 index 0000000000..a3d13b0e1b --- /dev/null +++ b/svg/maracas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/moose.svg b/svg/moose.svg new file mode 100644 index 0000000000..02c4adc0c5 --- /dev/null +++ b/svg/moose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/pea pod.svg b/svg/pea pod.svg new file mode 100644 index 0000000000..d7108ee826 --- /dev/null +++ b/svg/pea pod.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/pink heart.svg b/svg/pink heart.svg new file mode 100644 index 0000000000..c1fdb7c920 --- /dev/null +++ b/svg/pink heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/rightwards pushing hand dark skin tone.svg b/svg/rightwards pushing hand dark skin tone.svg new file mode 100644 index 0000000000..cc44fbf6b5 --- /dev/null +++ b/svg/rightwards pushing hand dark skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/rightwards pushing hand light skin tone.svg b/svg/rightwards pushing hand light skin tone.svg new file mode 100644 index 0000000000..5bc1d3852a --- /dev/null +++ b/svg/rightwards pushing hand light skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/rightwards pushing hand medium skin tone.svg b/svg/rightwards pushing hand medium skin tone.svg new file mode 100644 index 0000000000..cafefbab1b --- /dev/null +++ b/svg/rightwards pushing hand medium skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/rightwards pushing hand medium-dark skin tone.svg b/svg/rightwards pushing hand medium-dark skin tone.svg new file mode 100644 index 0000000000..4f343fbbe8 --- /dev/null +++ b/svg/rightwards pushing hand medium-dark skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/rightwards pushing hand medium-light skin tone.svg b/svg/rightwards pushing hand medium-light skin tone.svg new file mode 100644 index 0000000000..1eaddc676f --- /dev/null +++ b/svg/rightwards pushing hand medium-light skin tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/rightwards pushing hand.svg b/svg/rightwards pushing hand.svg new file mode 100644 index 0000000000..67a2d7a18a --- /dev/null +++ b/svg/rightwards pushing hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/shaking face.svg b/svg/shaking face.svg new file mode 100644 index 0000000000..6d9ccd7034 --- /dev/null +++ b/svg/shaking face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/wing.svg b/svg/wing.svg new file mode 100644 index 0000000000..7479273b50 --- /dev/null +++ b/svg/wing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg/wireless.svg b/svg/wireless.svg new file mode 100644 index 0000000000..2fd4548581 --- /dev/null +++ b/svg/wireless.svg @@ -0,0 +1 @@ + \ No newline at end of file