1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-02-09 02:43:32 +00:00

emojimap: axe 🐸 for 🥜

ref:
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345283599
- https://github.com/emojisum/emojisum/issues/5#issuecomment-345349184

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-11-17 15:12:55 -05:00
parent df4c3dfd66
commit 3bb071a975
Signed by: vbatts
GPG key ID: 10937E57733F1362
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@
[":four_leaf_clover:", "U+1F340"], [":four_leaf_clover:", "U+1F340"],
[":fr:", "U+1F1EB", "U+1F1F7"], [":fr:", "U+1F1EB", "U+1F1F7"],
[":fries:", "U+1F35F"], [":fries:", "U+1F35F"],
[":frog:"], [":peanuts:", "U+1F95C"],
[":fu:", "U+1F595"], [":fu:", "U+1F595"],
[":full_moon:", "U+1F315"], [":full_moon:", "U+1F315"],
[":game_die:", "U+1F3B2"], [":game_die:", "U+1F3B2"],

View file

@ -97,7 +97,7 @@ draft+2
* `79` -- :four_leaf_clover: `:four_leaf_clover:` [U+1F340](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f340) * `79` -- :four_leaf_clover: `:four_leaf_clover:` [U+1F340](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f340)
* `80` -- :fr: `:fr:` [U+1F1EB](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f1eb) [U+1F1F7](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f1f7) * `80` -- :fr: `:fr:` [U+1F1EB](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f1eb) [U+1F1F7](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f1f7)
* `81` -- :fries: `:fries:` [U+1F35F](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f35f) * `81` -- :fries: `:fries:` [U+1F35F](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f35f)
* `82` -- :frog: `:frog:` * `82` -- :peanuts: `:peanuts:` [U+1F95C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f95c)
* `83` -- :fu: `:fu:` [U+1F595](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f595) * `83` -- :fu: `:fu:` [U+1F595](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f595)
* `84` -- :full_moon: `:full_moon:` [U+1F315](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f315) * `84` -- :full_moon: `:full_moon:` [U+1F315](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f315)
* `85` -- :game_die: `:game_die:` [U+1F3B2](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3b2) * `85` -- :game_die: `:game_die:` [U+1F3B2](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3b2)

View file

@ -172,7 +172,7 @@ func init() {
}, },
Words{ ":fries:","U+1F35F", Words{ ":fries:","U+1F35F",
}, },
Words{ ":frog:", Words{ ":peanuts:","U+1F95C",
}, },
Words{ ":fu:","U+1F595", Words{ ":fu:","U+1F595",
}, },