emoji: forgot to regen the files after airplane

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2021-11-23 11:10:02 -05:00
parent 45637bcc70
commit dddcd7a159
No known key found for this signature in database
GPG Key ID: 524F155275DF0C3E
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"},