Fixes automobile being an alias now
|
@ -701,7 +701,6 @@ const groups = [
|
||||||
"rotating_light",
|
"rotating_light",
|
||||||
"taxi",
|
"taxi",
|
||||||
"oncoming_taxi",
|
"oncoming_taxi",
|
||||||
"automobile",
|
|
||||||
"oncoming_automobile",
|
"oncoming_automobile",
|
||||||
"blue_car",
|
"blue_car",
|
||||||
"truck",
|
"truck",
|
||||||
|
|
|
@ -6450,8 +6450,9 @@
|
||||||
"new_moon": [
|
"new_moon": [
|
||||||
"moon"
|
"moon"
|
||||||
],
|
],
|
||||||
"automobile": [
|
"oncoming_automobile": [
|
||||||
"car"
|
"car",
|
||||||
|
"automobile"
|
||||||
],
|
],
|
||||||
"fleur_de_lis": [
|
"fleur_de_lis": [
|
||||||
"fleur-de-lis"
|
"fleur-de-lis"
|
||||||
|
|
|
@ -208,7 +208,7 @@ EMOJI_ALIASES ||= {
|
||||||
"tipping_hand_woman" => [ "information_desk_person" ],
|
"tipping_hand_woman" => [ "information_desk_person" ],
|
||||||
"rowing_man" => [ "rowboat" ],
|
"rowing_man" => [ "rowboat" ],
|
||||||
"new_moon" => [ "moon" ],
|
"new_moon" => [ "moon" ],
|
||||||
"automobile" => [ "car" ],
|
"oncoming_automobile" => [ "car", "automobile" ],
|
||||||
"fleur_de_lis" => [ "fleur-de-lis" ],
|
"fleur_de_lis" => [ "fleur-de-lis" ],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -912,7 +912,6 @@ EMOJI_GROUPS ||= [
|
||||||
"rotating_light",
|
"rotating_light",
|
||||||
"taxi",
|
"taxi",
|
||||||
"oncoming_taxi",
|
"oncoming_taxi",
|
||||||
"automobile",
|
|
||||||
"oncoming_automobile",
|
"oncoming_automobile",
|
||||||
"blue_car",
|
"blue_car",
|
||||||
"truck",
|
"truck",
|
||||||
|
|
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 568 B |
After Width: | Height: | Size: 568 B |