diff --git a/emoji/emojimap.json b/emoji/emojimap.json index 1137d4e..2cbd225 100644 --- a/emoji/emojimap.json +++ b/emoji/emojimap.json @@ -103,7 +103,7 @@ [":hear_no_evil:", "U+1F649"], [":heart:", "U+2764"], [":heart_eyes_cat:", "U+1F63B"], - [":hearts:"], + [":heavy_heart_exclamation:", "U+2763"], [":heavy_check_mark:", "U+2714"], [":moyai:", ":moai:", "U+1F5FF"], [":izakaya_lantern:", "U+1F3EE"], @@ -146,7 +146,7 @@ [":new_moon:", "U+1F311 "], [":no_entry:", "U+26D4"], [":nose:", "U+1F443"], - [":notes:"], + [":control_knobs:", "U+1F39B"], [":nut_and_bolt:", "U+1F529"], [":o:", "U+2B55"], [":ocean:", "U+1F30A"], diff --git a/emoji/list.md b/emoji/list.md index eb7c90b..fd27853 100644 --- a/emoji/list.md +++ b/emoji/list.md @@ -116,7 +116,7 @@ draft+2 * `98` -- :hear_no_evil: `:hear_no_evil:` [U+1F649](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f649) * `99` -- :heart: `:heart:` [U+2764](http://www.unicode.org/emoji/charts/full-emoji-list.html#2764) * `100` -- :heart_eyes_cat: `:heart_eyes_cat:` [U+1F63B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f63b) - * `101` -- :hearts: `:hearts:` + * `101` -- :heavy_heart_exclamation: `:heavy_heart_exclamation:` [U+2763](http://www.unicode.org/emoji/charts/full-emoji-list.html#2763) * `102` -- :heavy_check_mark: `:heavy_check_mark:` [U+2714](http://www.unicode.org/emoji/charts/full-emoji-list.html#2714) * `103` -- :moyai: `:moyai:`:moai: `:moai:` [U+1F5FF](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f5ff) * `104` -- :izakaya_lantern: `:izakaya_lantern:` [U+1F3EE](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3ee) @@ -159,7 +159,7 @@ draft+2 * `141` -- :new_moon: `:new_moon:` [U+1F311 ](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f311 ) * `142` -- :no_entry: `:no_entry:` [U+26D4](http://www.unicode.org/emoji/charts/full-emoji-list.html#26d4) * `143` -- :nose: `:nose:` [U+1F443](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f443) - * `144` -- :notes: `:notes:` + * `144` -- :control_knobs: `:control_knobs:` [U+1F39B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f39b) * `145` -- :nut_and_bolt: `:nut_and_bolt:` [U+1F529](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f529) * `146` -- :o: `:o:` [U+2B55](http://www.unicode.org/emoji/charts/full-emoji-list.html#2b55) * `147` -- :ocean: `:ocean:` [U+1F30A](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f30a) diff --git a/emoji/map_gen.go b/emoji/map_gen.go index bdd28d3..819c6d9 100644 --- a/emoji/map_gen.go +++ b/emoji/map_gen.go @@ -210,7 +210,7 @@ func init() { }, Words{ ":heart_eyes_cat:","U+1F63B", }, - Words{ ":hearts:", + Words{ ":heavy_heart_exclamation:","U+2763", }, Words{ ":heavy_check_mark:","U+2714", }, @@ -296,7 +296,7 @@ func init() { }, Words{ ":nose:","U+1F443", }, - Words{ ":notes:", + Words{ ":control_knobs:","U+1F39B", }, Words{ ":nut_and_bolt:","U+1F529", },