mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-27 01:35:40 +00:00
emoji: forgot to regen the files after airplane
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
45637bcc70
commit
dddcd7a159
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ draft+3
|
|||
### List
|
||||
* `0` -- :+1: `:+1:` [U+1F44D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f44d)
|
||||
* `1` -- :8ball: `:8ball:` [U+1F3B1](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3b1)
|
||||
* `2` -- :airplane: `:airplane:` [U+2708](http://www.unicode.org/emoji/charts/full-emoji-list.html#2708)
|
||||
* `2` -- :airplane: `:airplane:` [U+2708U+FE0F](http://www.unicode.org/emoji/charts/full-emoji-list.html#2708_fe0f) [U+2708](http://www.unicode.org/emoji/charts/full-emoji-list.html#2708)
|
||||
* `3` -- :alien: `:alien:` [U+1F47D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f47d)
|
||||
* `4` -- :anchor: `:anchor:` [U+2693](http://www.unicode.org/emoji/charts/full-emoji-list.html#2693)
|
||||
* `5` -- :angel: `:angel:` [U+1F607](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f607)
|
||||
|
|
|
@ -9,7 +9,7 @@ func init() {
|
|||
EmojiWords: []Words{
|
||||
{":+1:", "U+1F44D"},
|
||||
{":8ball:", "U+1F3B1"},
|
||||
{":airplane:", "U+2708"},
|
||||
{":airplane:", "U+2708U+FE0F", "U+2708"},
|
||||
{":alien:", "U+1F47D"},
|
||||
{":anchor:", "U+2693"},
|
||||
{":angel:", "U+1F607"},
|
||||
|
|
Loading…
Reference in a new issue