mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-23 16:05:40 +00:00
emojimap: :hurtrealbad: -> 🕵
Ref: #5 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e55f1cc730
commit
5f05be6e73
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@
|
||||||
[":horse_racing:"],
|
[":horse_racing:"],
|
||||||
[":hourglass:"],
|
[":hourglass:"],
|
||||||
[":house:"],
|
[":house:"],
|
||||||
[":hurtrealbad:"],
|
[":female_detective:", "U+1F575", "U+1FE0F", "U+200D", "U+2640"],
|
||||||
[":icecream:"],
|
[":icecream:"],
|
||||||
[":imp:"],
|
[":imp:"],
|
||||||
[":it:"],
|
[":it:"],
|
||||||
|
|
|
@ -127,7 +127,7 @@ draft+2
|
||||||
* `109` -- :horse_racing: `:horse_racing:`
|
* `109` -- :horse_racing: `:horse_racing:`
|
||||||
* `110` -- :hourglass: `:hourglass:`
|
* `110` -- :hourglass: `:hourglass:`
|
||||||
* `111` -- :house: `:house:`
|
* `111` -- :house: `:house:`
|
||||||
* `112` -- :hurtrealbad: `:hurtrealbad:`
|
* `112` -- :female_detective: `:female_detective:` U+1F575 U+1FE0F U+200D U+2640
|
||||||
* `113` -- :icecream: `:icecream:`
|
* `113` -- :icecream: `:icecream:`
|
||||||
* `114` -- :imp: `:imp:`
|
* `114` -- :imp: `:imp:`
|
||||||
* `115` -- :it: `:it:`
|
* `115` -- :it: `:it:`
|
||||||
|
|
|
@ -232,7 +232,7 @@ func init() {
|
||||||
},
|
},
|
||||||
Words{ ":house:",
|
Words{ ":house:",
|
||||||
},
|
},
|
||||||
Words{ ":hurtrealbad:",
|
Words{ ":female_detective:","U+1F575","U+1FE0F","U+200D","U+2640",
|
||||||
},
|
},
|
||||||
Words{ ":icecream:",
|
Words{ ":icecream:",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue