Revert "Add "thanks" and "thank you" to "pray" emoji (#24090)" (#24969)

This reverts commit 6abaf04a95.
Этот коммит содержится в:
Harrison Healey
2023-10-17 11:57:35 -04:00
коммит произвёл GitHub
родитель 2ba91e43b6
Коммит 77cc356d46
6 изменённых файлов: 10 добавлений и 20 удалений

Просмотреть файл

@@ -2200,11 +2200,6 @@
"om_symbol":[
"om"
],
"pray": [
"thanks",
"thank you",
"thank_you"
],
"racing_motorcycle":[
"motorcycle"
],

Просмотреть файл

@@ -13,17 +13,17 @@
* npm run make-emojis -- --help
*/
import * as fs from 'node:fs';
import * as fsPromise from 'node:fs/promises';
import path from 'node:path';
import * as fsPromise from 'node:fs/promises';
import * as fs from 'node:fs';
import * as url from 'node:url';
import chalk from 'chalk';
import jsonCategories from 'emoji-datasource/categories.json' assert { type: 'json' };
import jsonData from 'emoji-datasource/emoji.json' assert { type: 'json' };
import yargs from 'yargs';
import chalk from 'chalk';
import jsonData from 'emoji-datasource/emoji.json';
import jsonCategories from 'emoji-datasource/categories.json';
import additionalShortnames from './additional_shortnames.json' assert { type: 'json' };
import additionalShortnames from './additional_shortnames.json';
const EMOJI_SIZE = 64;
const EMOJI_SIZE_PADDED = EMOJI_SIZE + 2; // 1px per side