diff --git a/.commitlintrc b/.commitlintrc
deleted file mode 100644
index faa40a26f1..0000000000
--- a/.commitlintrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "extends": "@commitlint/config-conventional"
-}
diff --git a/.github/CONTRIBUTING/en-US.md b/.github/CONTRIBUTING/en-US.md
deleted file mode 100644
index 5aa7420631..0000000000
--- a/.github/CONTRIBUTING/en-US.md
+++ /dev/null
@@ -1,75 +0,0 @@
-# Contribution Guidelines
-
-Thanks for your interests and contributions to `EcoPaste`! Before you submit your Pull Request, please take a moment to review the following guidelines to ensure a smooth process.
-
-## Transparent Development
-
-All work is conducted openly on GitHub. Whether you are a core team member or an external contributor, all Pull Requests must go through the same review process.
-
-## Submitting Issues
-
-We use [GitHub Issues](https://github.com/EcoPasteHub/EcoPaste/issues) for bug reports and feature suggestions.
-
-Before submitting an issue, please search for similar problems, as they may have already been addressed or are in progress.
-
-- For feature suggestions, describe the change you want and the expected behavior.
-
-- For bug reports, please include detailed steps to reproduce the issue.
-
-## Submitting Pull Requests
-
-### Contribution Workflow
-
-- Claim an issue: Create a new issue on GitHub and claim it (or claim an existing one) to inform others that you are working on it, avoiding duplicate efforts.
-
-- Project Development: Once you are ready, proceed with bug fixes or feature development in your local environment.
-
-- Test: Test your changes thoroughly to ensure they do not break existing functionality.
-
-- Submit a PR.
-
-### Setup
-
-- [Rust](https://v1.tauri.app/v1/guides/getting-started/prerequisites/): Install Rust according to the official instructions.
-
-- [Node.js](https://nodejs.org/en/): Required to run the project.
-
-- [Pnpm](https://pnpm.io/): This project uses Pnpm for package management.
-
-### Install Dependencies
-
-```shell
-pnpm install
-```
-
-### Start the Application
-
-```shell
-pnpm tauri dev
-```
-
-### Build the Application
-
-> If you need to debug after building, add `--debug` to the following command
-
-```shell
-pnpm tauri build
-```
-
-## Commit Guidelines
-
-Please follow the [conventional-changelog standard](https://www.conventionalcommits.org/en/v1.0.0/) for commit messages.
-
-### Commit Types
-
-Here are the available commit types:
-
-- feat: New feature or functionality
-- fix: Bug fix
-- docs: Documentation updates
-- style: Code style updates
-- refactor: Code refactoring without new features or bug fixes
-- perf: Performance improvements
-- chore: Other changes
-
-We're looking forward to your contributions to make EcoPaste much better!
diff --git a/.github/CONTRIBUTING/ja-JP.md b/.github/CONTRIBUTING/ja-JP.md
deleted file mode 100644
index 70faf840f9..0000000000
--- a/.github/CONTRIBUTING/ja-JP.md
+++ /dev/null
@@ -1,75 +0,0 @@
-# 貢献ガイドライン
-
-`EcoPaste` に関心と貢献を寄せていただきありがとうございます!プルリクエストを送信する前に、スムーズなプロセスを確保するために以下のガイドラインを確認してください。
-
-## 透明な開発
-
-すべての作業は GitHub 上で公開されています。コアチームメンバーであれ外部の貢献者であれ、すべてのプルリクエストは同じレビュープロセスを通過する必要があります。
-
-## Issue を提出
-
-バグ報告と機能提案のために[GitHub Issues](https://github.com/EcoPasteHub/EcoPaste/issues)を使用しています。
-
-問題を提出する前に、既に対処済みまたは進行中の類似の問題がないか検索してください。
-
-- 機能の提案については、変更内容と期待される動作を記述してください。
-
-- バグレポートについては、問題を再現するための詳細な手順を含めてください。
-
-## Pull Request を提出
-
-### 貢献ワークフロー
-
-- 問題を主張する: GitHub で新しい問題を作成し、または既存のものを主張して他の人に自分が取り組んでいることを知らせ、重複する取り組みを避けます。
-
-- プロジェクト開発: 準備ができたら、ローカル環境でバグ修正や機能開発を進めましょう。
-
-- テスト: 変更が既存の機能を壊さないことを確認するために徹底的にテストしてください。
-
-- PR を提出する。
-
-### セットアップ
-
-- [Rust](https://v1.tauri.app/v1/guides/getting-started/prerequisites/): 公式の指示に従って Rust をインストールしてください。
-
-- [Node.js](https://nodejs.org/en/): プロジェクトの実行に必要です。
-
-- [Pnpm](https://pnpm.io/): このプロジェクトでは、パッケージ管理に Pnpm を使用します。
-
-### 依存関係をインストール
-
-```shell
-pnpm install
-```
-
-### アプリケーションを開始します
-
-```shell
-pnpm tauri dev
-```
-
-### アプリケーションの構築
-
-> ビルド後にデバッグする必要がある場合は、以下のコマンドに `--debug` を追加してください
-
-```shell
-pnpm tauri build
-```
-
-## コミットガイドライン
-
-コミットメッセージには[conventional-changelog 標準](https://www.conventionalcommits.org/ja/v1.0.0/)に従ってください。
-
-### コミットの種類
-
-利用可能な commit タイプ:
-
-- feat: 新機能または機能性
-- fix: バグ修正
-- docs: ドキュメントの更新
-- style: コードスタイルの更新
-- refactor: 新機能やバグ修正のないコードリファクタリング
-- perf: パフォーマンスの向上
-- chore: その他の変更
-
-「エコパス」をより良くするためのあなたの貢献を楽しみにしています!
diff --git a/.github/CONTRIBUTING/zh-CN.md b/.github/CONTRIBUTING/zh-CN.md
deleted file mode 100644
index 2b11965da4..0000000000
--- a/.github/CONTRIBUTING/zh-CN.md
+++ /dev/null
@@ -1,63 +0,0 @@
-# 贡献指南
-
-非常感谢您对 EcoPaste 的关注和贡献!在您提交贡献之前,请先花一些时间阅读以下指南,以确保您的贡献能够顺利进行。
-
-## 透明的开发
-
-所有工作都在 GitHub 上公开进行。无论是核心团队成员还是外部贡献者的 Pull Request,都需要经过相同的 review 流程。
-
-## 提交 Issue
-
-我们使用 [Github Issues](https://github.com/EcoPasteHub/EcoPaste/issues) 进行 Bug 报告和新 Feature 建议。在提交 Issue 之前,请确保已经搜索过类似的问题,因为它们可能已经得到解答或正在被修复。对于 Bug 报告,请包含可用于重现问题的完整步骤。对于新 Feature 建议,请指出你想要的更改以及期望的行为。
-
-## 提交 Pull Request
-
-### 共建流程
-
-- 认领 issue:在 Github 建立 Issue 并认领(或直接认领已有 Issue),告知大家自己正在修复,避免重复工作。
-- 项目开发:在完成准备工作后,进行 Bug 修复或功能开发。
-- 提交 PR。
-
-### 准备工作
-
-- [Rust](https://v2.tauri.app/start/prerequisites/): 请自行根据官网步骤安装 rust 环境。
-- [Node.js](https://nodejs.org/en/): 用于运行项目。
-- [Pnpm](https://pnpm.io/):本项目使用 Pnpm 进行包管理。
-
-### 下载依赖
-
-```shell
-pnpm install
-```
-
-### 启动应用
-
-```shell
-pnpm tauri dev
-```
-
-### 打包应用
-
-> 如果需要打包后进行调试,请在以下命令后面加上 `--debug`
-
-```shell
-pnpm tauri build
-```
-
-## Commit 指南
-
-Commit messages 请遵循[conventional-changelog 标准](https://www.conventionalcommits.org/en/v1.0.0/)。
-
-### Commit 类型
-
-以下是 commit 类型列表:
-
-- feat: 新特性或功能
-- fix: 缺陷修复
-- docs: 文档更新
-- style: 代码风格更新
-- refactor: 代码重构,不引入新功能和缺陷修复
-- perf: 性能优化
-- chore: 其他提交
-
-期待您的参与,让我们一起使 EcoPaste 变得更好!
diff --git a/.github/CONTRIBUTING/zh-TW.md b/.github/CONTRIBUTING/zh-TW.md
deleted file mode 100644
index d39ea741fa..0000000000
--- a/.github/CONTRIBUTING/zh-TW.md
+++ /dev/null
@@ -1,63 +0,0 @@
-# 貢獻指南
-
-非常感謝您對 EcoPaste 的關注和貢獻!在您提交貢獻之前,請先花一些時間閱讀以下指南,以確保您的貢獻能夠順利進行。
-
-## 透明的開發
-
-所有工作都在 GitHub 上公開進行。無論是核心團隊成員還是外部貢獻者的 Pull Request,都需要經過相同的 review 流程。
-
-## 提交 Issue
-
-我們使用 [Github Issues](https://github.com/EcoPasteHub/EcoPaste/issues) 進行 Bug 報告和新 Feature 建議。在提交 Issue 之前,請確保已經搜索過類似的問題,因為它們可能已經得到解答或正在被修復。對於 Bug 報告,請包含可用於重現問題的完整步驟。對於新 Feature 建議,請指出你想要的更改以及期望的行為。
-
-## 提交 Pull Request
-
-### 共建流程
-
-- 認領 issue:在 Github 建立 Issue 並認領(或直接認領已有 Issue),告知大家自己正在修復,避免重複工作。
-- 項目開發:在完成準備工作後,進行 Bug 修復或功能開發。
-- 提交 PR。
-
-### 準備工作
-
-- [Rust](https://v1.tauri.app/v1/guides/getting-started/prerequisites/): 請自行根據官網步驟安裝 rust 環境。
-- [Node.js](https://nodejs.org/en/): 用於運行項目。
-- [Pnpm](https://pnpm.io/):本項目使用 Pnpm 進行包管理。
-
-### 下載依賴
-
-```shell
-pnpm install
-```
-
-### 啟動應用
-
-```shell
-pnpm tauri dev
-```
-
-### 打包應用
-
-> 如果需要打包後進行調試,請在以下命令後面加上 `--debug`
-
-```shell
-pnpm tauri build
-```
-
-## Commit 指南
-
-Commit messages 請遵循[conventional-changelog 標準](https://www.conventionalcommits.org/en/v1.0.0/)。
-
-### Commit 類型
-
-以下是 commit 類型列表:
-
-- feat: 新特性或功能
-- fix: 缺陷修復
-- docs: 文檔更新
-- style: 代碼風格更新
-- refactor: 代碼重構,不引入新功能和缺陷修復
-- perf: 性能優化
-- chore: 其他提交
-
-期待您的參與,讓我們一起使 EcoPaste 變得更好!
diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml
deleted file mode 100644
index 19bebfa011..0000000000
--- a/.github/ISSUE_TEMPLATE/01-bug.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-name: 🐞 Bug 报告
-title: "[bug] "
-description: 报告一个 Bug
-labels: ["type: bug", "status: needs triage"]
-
-body:
- - type: markdown
- attributes:
- value: |
- ## 温馨提示
- 1. 请先查阅[常见问题](https://ecopaste.cn/problem/macos/damage)或现有的 [issues](https://github.com/EcoPasteHub/EcoPaste/issues)。
- 2. 请确保你使用的是[最新版本](https://github.com/EcoPasteHub/EcoPaste/releases/latest)。
- 3. 请确保该问题不是由其他软件引起的。
- 4. 请始终保持友好与尊重,感谢你的理解与配合。
-
- - type: textarea
- id: description
- attributes:
- label: 描述 Bug
- description: 请详细描述 Bug 并提供截图或视频以帮助我们更好地理解问题。
- validations:
- required: true
-
- - type: textarea
- id: reproduction
- attributes:
- label: 重现步骤
- description: 请详细列出重现问题的步骤,并附带截图或视频。
-
- - type: textarea
- id: expected-behavior
- attributes:
- label: 预期行为
- description: 请描述你期望发生的行为。
-
- - type: textarea
- id: info
- attributes:
- render: text
- label: 软件信息
- description: 请复制`偏好设置 > 关于`页面中的软件信息。
- validations:
- required: true
-
- - type: textarea
- id: context
- attributes:
- label: 附加信息
- description: 请在此提供有关该问题的其他相关信息,帮助我们更全面地理解问题。
diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml
deleted file mode 100644
index cf21ab83f9..0000000000
--- a/.github/ISSUE_TEMPLATE/02-feature.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-name: 💡 功能请求
-title: "[feat] "
-description: 提出一个想法
-labels: "type: feature request"
-
-body:
- - type: textarea
- id: problem
- attributes:
- label: 描述问题
- description: 请清晰地描述此功能将解决的具体问题。
- validations:
- required: true
-
- - type: textarea
- id: solution
- attributes:
- label: 描述您希望的解决方案
- description: 请清晰地描述您期望的变更或改进。
- validations:
- required: true
-
- - type: textarea
- id: alternatives
- attributes:
- label: 考虑的替代方案
- description: 提供您考虑过的其他替代解决方案。
-
- - type: textarea
- id: context
- attributes:
- label: 附加信息
- description: 请在此提供有关该问题的其他相关信息,帮助我们更全面地理解问题。
diff --git a/.github/ISSUE_TEMPLATE/11-bug.en-US.yml b/.github/ISSUE_TEMPLATE/11-bug.en-US.yml
deleted file mode 100644
index 8c05ff947f..0000000000
--- a/.github/ISSUE_TEMPLATE/11-bug.en-US.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-name: 🐞 Bug Report
-title: "[bug] "
-description: Report a Bug
-labels: ["type: bug", "status: needs triage"]
-
-body:
- - type: markdown
- attributes:
- value: |
- ## Friendly Reminder
- 1. Please check the [FAQ](https://ecopaste.cn/problem/macos/damage) or existing [issues](https://github.com/EcoPasteHub/EcoPaste/issues) first.
- 2. Make sure you're using the [latest version](https://github.com/EcoPasteHub/EcoPaste/releases/latest).
- 3. Ensure the issue is not caused by other software.
- 4. Please always remain friendly and respectful. Thank you for your understanding and cooperation.
-
- - type: textarea
- id: description
- attributes:
- label: Describe the Bug
- description: Please describe the bug in detail and provide screenshots or videos to help us better understand the issue.
- validations:
- required: true
-
- - type: textarea
- id: reproduction
- attributes:
- label: Reproduction Steps
- description: Please list the steps to reproduce the issue, and include screenshots or videos.
-
- - type: textarea
- id: expected-behavior
- attributes:
- label: Expected Behavior
- description: Please describe the behavior you expected to happen.
-
- - type: textarea
- id: info
- attributes:
- render: text
- label: Software Information
- description: Please copy the software information from `Preferences > About` page.
- validations:
- required: true
-
- - type: textarea
- id: context
- attributes:
- label: Additional context
- description: Please provide any other relevant information that may help us better understand the issue.
diff --git a/.github/ISSUE_TEMPLATE/12-feature.en-US.yml b/.github/ISSUE_TEMPLATE/12-feature.en-US.yml
deleted file mode 100644
index 4e10b0081b..0000000000
--- a/.github/ISSUE_TEMPLATE/12-feature.en-US.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-name: 💡 Feature Request
-title: "[feat] "
-description: Suggest an idea
-labels: "type: feature request"
-
-body:
- - type: textarea
- id: problem
- attributes:
- label: Describe the Problem
- description: Please clearly describe the problem this feature will solve.
- validations:
- required: true
-
- - type: textarea
- id: solution
- attributes:
- label: Describe Your Desired Solution
- description: Please clearly describe the changes or improvements you expect.
- validations:
- required: true
-
- - type: textarea
- id: alternatives
- attributes:
- label: Considered Alternatives
- description: Provide any alternative solutions you have considered.
-
- - type: textarea
- id: context
- attributes:
- label: Additional context
- description: Please provide any other relevant information that may help us better understand the issue.
diff --git a/.github/LINUX_AUR/preview/PKGBUILD b/.github/LINUX_AUR/preview/PKGBUILD
deleted file mode 100644
index e8b485b3e4..0000000000
--- a/.github/LINUX_AUR/preview/PKGBUILD
+++ /dev/null
@@ -1,59 +0,0 @@
-# Maintainer: witt <1989161762 at qq dot com>
-
-pkgname=eco-paste-beta-bin
-_pkgname="EcoPaste"
-pkgver=0.1.0-rc.1
-pkgrel=1
-pkgdesc="内测预览版!!!🎉跨平台的剪贴板管理工具 | Cross-platform clipboard management tool ."
-arch=('any')
-url="https://github.com/EcoPasteHub/EcoPaste"
-license=('Apache-2.0')
-provides=("eco-paste" "EcoPaste" "eco-paste-beta")
-conflicts=("eco-paste" "eco-paste-git" "eco-paste-appimage" "eco-paste-bin")
-depends=("webkit2gtk-4.1")
-optdepends=()
-_ocr_languages=(afr amh ara asm aze_cyrl aze bel ben bod bos bre bul cat ceb ces chi_sim chi_sim_vert
-chi_tra chi_tra_vert chr cos cym dan deu div dzo ell eng enm epo est eus fao fas fil fin fra frk
-frm fry gla gle glg grc guj hat heb hin hrv hun hye iku ind isl ita_old ita jav jpn jpn_vert kan
-kat_old kat kaz khm kir kmr kor kor_vert lao lat lav lit ltz mal mar mkd mlt mon mri msa mya nep
-nld nor oci ori osd pan pol por pus que ron rus san sin slk slv snd spa_old spa sqi srp_latn srp
-sun swa swe syr tam tat tel tgk tha tir ton tur uig ukr urd uzb_cyrl uzb vie yid yor)
-for lang in "${_ocr_languages[@]}"; do
- # if [[ $lang == osd ]]; then continue; fi
- _depends="tesseract-data-best-${lang}: ${lang} supported image OCR library tesseract";
- optdepends+=("${_depends}");
-done
-source=(
- "${_pkgname}-${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb"
- "LICENSE::https://raw.githubusercontent.com/EcoPasteHub/EcoPaste/refs/heads/master/LICENSE"
-)
-sha256sums=('7e24917cd0a772dcb8cb733f47c8853f1aa972a17d3fa3247dc0f085af08e28d'
- 'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')
-# 修复不能出现短线的问题
-fixver(){
- pkgver="${pkgver//[:\/\- ]/}";
-}
-fixver;
-
-build() {
- mkdir -p "build/";
- bsdtar -xf data.tar.gz -C "build/"
-}
-
-package() {
- # binary
- install -Dm755 "${srcdir}/build/usr/bin/"* -t "${pkgdir}/usr/bin/"
-
- # desktop
- install -Dm644 "${srcdir}/build/usr/share/applications/"*.desktop -t "${pkgdir}/usr/share/applications"
-
- cd "${srcdir}/build/";
- # icon
- find "usr/share/icons" -type f -exec install -Dm644 {} "${pkgdir}/{}" \;
- # lib
- find "usr/lib/${_pkgname}/assets" -type f -exec install -Dm644 {} "${pkgdir}/{}" \;
-
- # license
- install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-# vim: set sw=2 ts=2 et:
diff --git a/.github/LINUX_AUR/release/PKGBUILD b/.github/LINUX_AUR/release/PKGBUILD
deleted file mode 100644
index 6c897ff290..0000000000
--- a/.github/LINUX_AUR/release/PKGBUILD
+++ /dev/null
@@ -1,53 +0,0 @@
-# Maintainer: witt <1989161762 at qq dot com>
-
-pkgname=eco-paste-bin
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="🎉跨平台的剪贴板管理工具 | Cross-platform clipboard management tool ."
-arch=('any')
-url="https://github.com/EcoPasteHub/EcoPaste"
-license=('Apache-2.0')
-provides=("eco-paste" "EcoPaste" "eco-paste")
-conflicts=("eco-paste" "eco-paste-git" "eco-paste-appimage" "eco-paste-beta" "eco-paste-beta-bin")
-depends=("webkit2gtk-4.1")
-optdepends=()
-_ocr_languages=(afr amh ara asm aze_cyrl aze bel ben bod bos bre bul cat ceb ces chi_sim chi_sim_vert
-chi_tra chi_tra_vert chr cos cym dan deu div dzo ell eng enm epo est eus fao fas fil fin fra frk
-frm fry gla gle glg grc guj hat heb hin hrv hun hye iku ind isl ita_old ita jav jpn jpn_vert kan
-kat_old kat kaz khm kir kmr kor kor_vert lao lat lav lit ltz mal mar mkd mlt mon mri msa mya nep
-nld nor oci ori osd pan pol por pus que ron rus san sin slk slv snd spa_old spa sqi srp_latn srp
-sun swa swe syr tam tat tel tgk tha tir ton tur uig ukr urd uzb_cyrl uzb vie yid yor)
-for lang in "${_ocr_languages[@]}"; do
- # if [[ $lang == osd ]]; then continue; fi
- _depends="tesseract-data-best-${lang}: ${lang} supported image OCR library tesseract";
- optdepends+=("${_depends}");
-done
-source=(
- "${pkgname%-bin}-${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/EcoPaste_${pkgver}_amd64.deb"
- "LICENSE::https://raw.githubusercontent.com/EcoPasteHub/EcoPaste/refs/heads/master/LICENSE"
-)
-sha256sums=('87c8d1b6523b2a0319b509e811cd7e3f7be13c08a4c546a153a96cfd3cec02cc'
- 'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')
-
-build() {
- mkdir -p "build/";
- bsdtar -xf data.tar.gz -C "build/"
-}
-
-package() {
- # binary
- install -Dm755 "${srcdir}/build/usr/bin/"* -t "${pkgdir}/usr/bin/"
-
- # desktop
- install -Dm644 "${srcdir}/build/usr/share/applications/"*.desktop -t "${pkgdir}/usr/share/applications"
-
- cd "${srcdir}/build/";
- # icon
- find "usr/share/icons" -type f -exec install -Dm644 {} "${pkgdir}/{}" \;
- # lib
- find "usr/lib/EcoPaste/assets" -type f -exec install -Dm644 {} "${pkgdir}/{}" \;
-
- # license
- install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-# vim: set sw=2 ts=2 et:
diff --git a/.github/workflows/aur-publish-preview.yaml b/.github/workflows/aur-publish-preview.yaml
deleted file mode 100644
index 439db578ad..0000000000
--- a/.github/workflows/aur-publish-preview.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-# link aur/preview/PKGBUILD
-# 当前仓库不更新PKGBUILD,每次版本,将当前仓库的pkgver更新,覆盖到AUR,PKGBUILD以当前仓库为准
-# 如果设置了aur_submodule_path,则git_email、git_username、commit_message两个仓库共用
-name: Publish Preview AUR Package
-
-on:
- release:
- types: [published]
-
-jobs:
- aur-publish:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
-
- - name: Publish AUR package
- uses: anas-elgarhy/aur-release-action@v4.1
- with:
- package_name: eco-paste-beta-bin
- ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
- github_token: ${{ secrets.GITHUB_TOKEN }}
- pkgbuild_path: .github/LINUX_AUR/preview/PKGBUILD
- # 禁止使用AUR仓库的PKGBUILD覆盖当前仓库的PKGBUILD
- update_pkgbuild: false
- try_build_and_install: true
- git_username: witt
- git_email: 1989161762@qq.com
- commit_message: "feat: Update %FILENAME% to %VERSION% by Github Action ."
diff --git a/.github/workflows/aur-publish-release.yaml b/.github/workflows/aur-publish-release.yaml
deleted file mode 100644
index 5b3576f1ef..0000000000
--- a/.github/workflows/aur-publish-release.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-# link aur/release/PKGBUILD
-# 当前仓库不更新PKGBUILD,每次版本,将当前仓库的pkgver更新,覆盖到AUR,PKGBUILD以当前仓库为准
-# 如果设置了aur_submodule_path,则git_email、git_username、commit_message两个仓库共用
-name: Publish Release AUR Package
-
-on:
- release:
- types: [published]
-
-jobs:
- aur-publish:
- runs-on: ubuntu-latest
- if: "!github.event.release.prerelease"
- steps:
- - uses: actions/checkout@v2
-
- - name: Publish AUR package
- uses: anas-elgarhy/aur-release-action@v4.1
- with:
- package_name: eco-paste-bin
- ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
- github_token: ${{ secrets.GITHUB_TOKEN }}
- pkgbuild_path: .github/LINUX_AUR/release/PKGBUILD
- # 禁止使用AUR仓库的PKGBUILD覆盖当前仓库的PKGBUILD
- update_pkgbuild: false
- try_build_and_install: true
- git_username: witt
- git_email: 1989161762@qq.com
- commit_message: "feat: Update %FILENAME% to %VERSION% by Github Action ."
diff --git a/.github/workflows/beta_build.yml b/.github/workflows/beta_build.yml
deleted file mode 100644
index 484c1ccb2e..0000000000
--- a/.github/workflows/beta_build.yml
+++ /dev/null
@@ -1,219 +0,0 @@
-name: Build Beta Package
-
-on:
- schedule:
- - cron: "22 22 * * *"
- workflow_dispatch:
- inputs:
- updater:
- description: "Enable updater?"
- required: true
- type: boolean
- default: true
- platform_windows:
- description: "windows"
- required: true
- type: boolean
- default: true
- platform_linux:
- description: "linux"
- required: true
- type: boolean
- default: false
- platform_macos:
- description: "macos"
- required: true
- type: boolean
- default: false
- retain_days:
- description: "Artifacts retention time (days)"
- required: true
- type: string
- default: "1"
-
-jobs:
- preprocess:
- runs-on: ubuntu-latest
- outputs:
- matrix: ${{ steps.setting.outputs.matrix }}
- retain_days: ${{ steps.setting.outputs.retain_days }}
- file_prefix: ${{ steps.filename.outputs.file_prefix }}
- # build_time: ${{ steps.filename.outputs.build_time }}
- steps:
- - name: Checkout repository
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
-
- - name: Install yq
- uses: mikefarah/yq@master
- with:
- cmd: yq -V
-
- - name: Update tauri.conf.json
- if: ${{ github.event_name != 'schedule' && !inputs.updater }}
- run: |
- cp src-tauri/tauri.conf.json tauri.conf.json
- yq -i '.bundle.createUpdaterArtifacts = false' tauri.conf.json
-
- - name: Upload tauri-config
- if: ${{ github.event_name != 'schedule' && !inputs.updater }}
- uses: actions/upload-artifact@v4
- with:
- name: tauri-config
- path: tauri.conf.json
- retention-days: 1
-
- - name: Get file name
- id: filename
- run: |
- productName=$(yq e -r '.productName' src-tauri/tauri.conf.json)
- # build_time=$(TZ=UTC-8 date +%y%m%d%H)
- git_des=$(git describe --long --tags --always --dirty | sed 's/-g/-/')
- echo "file_prefix=${productName}_${git_des}" >> "$GITHUB_OUTPUT"
- # echo "build_time=${build_time}" >> "$GITHUB_OUTPUT"
-
- - name: Setting variable
- id: setting
- run: |
- matrix=""
- if [ "${{ github.event_name }}" == "schedule" ]; then
- matrix="\"windows-latest\",\"ubuntu-24.04\",\"macos-latest\""
- retain_days='1'
- else
- if [ "${{ inputs.platform_windows }}" == "true" ]; then
- matrix="${matrix}\"windows-latest\","
- fi
- if [ "${{ inputs.platform_linux }}" == "true" ]; then
- matrix="${matrix}\"ubuntu-24.04\","
- fi
- if [ "${{ inputs.platform_macos }}" == "true" ]; then
- matrix="${matrix}\"macos-latest\","
- fi
- if [ -z "${matrix}" ]; then
- matrix="\"windows-latest\","
- fi
- matrix="${matrix%,}"
- retain_days="${{ inputs.retain_days }}"
- fi
- echo "matrix=[${matrix}]" >> "$GITHUB_OUTPUT"
- echo "retain_days=${retain_days}" >> "$GITHUB_OUTPUT"
-
- auto-build:
- needs: preprocess
- permissions:
- contents: write
- strategy:
- fail-fast: false
- matrix:
- os: ${{ fromJson(needs.preprocess.outputs.matrix) }}
-
- runs-on: ${{ matrix.os }}
- env:
- retain_days: ${{ needs.preprocess.outputs.retain_days }}
- FILE_PREFIX: ${{ needs.preprocess.outputs.file_prefix }}
- # BUILD_TIME: ${{ needs.preprocess.outputs.build_time }}
- TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
- TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
- NO_STRIP: true
- CI: false
- steps:
- - name: Checkout repository
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
-
- - name: Download artifact
- if: ${{ github.event_name != 'schedule' && !inputs.updater }}
- uses: actions/download-artifact@v4
- with:
- name: tauri-config
- path: src-tauri
-
- - name: Install pnpm
- uses: pnpm/action-setup@v4
- with:
- version: latest
-
- - name: Install Node.js
- uses: actions/setup-node@v4
- with:
- node-version: lts/*
- cache: "pnpm"
-
- - name: Install dependencies (ubuntu only)
- if: matrix.os == 'ubuntu-24.04'
- run: |
- sudo apt-get update
- sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
-
- - name: Install Rust
- uses: dtolnay/rust-toolchain@stable
- with:
- # 那些目标仅在 macos 运行器上使用,因此将其置于 `if` 语句中,以稍微加快 Windows 和 Linux 的构建速度。
- targets: ${{ startsWith(matrix.os, 'macos') && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
-
- - name: Rust cache
- uses: swatinem/rust-cache@v2
- with:
- workspaces: "./src-tauri -> target"
-
- - name: Install dependencies
- run: pnpm install --frozen-lockfile
-
- - name: Build MacOS app
- if: startsWith(matrix.os, 'macos')
- run: |
- pnpm tauri build --target aarch64-apple-darwin
- pnpm tauri build --target x86_64-apple-darwin
-
- - name: Build Other app
- if: matrix.os == 'windows-latest' || matrix.os == 'ubuntu-24.04'
- run: pnpm tauri build
-
- - name: Rename macos
- if: startsWith(matrix.os, 'macos')
- run: |
- mv target/aarch64-apple-darwin/release/bundle/dmg/*.dmg target/${{ env.FILE_PREFIX }}_aarch64.dmg
- mv target/x86_64-apple-darwin/release/bundle/dmg/*.dmg target/${{ env.FILE_PREFIX }}_x64.dmg
-
- - name: Rename windows
- if: matrix.os == 'windows-latest'
- run: mv target/release/bundle/nsis/*.exe target/${{ env.FILE_PREFIX }}_x64-setup.exe
-
- - name: Rename linux
- if: startsWith(matrix.os, 'ubuntu')
- run: |
- mv target/release/bundle/deb/*.deb target/${{ env.FILE_PREFIX }}_amd64.deb
- mv target/release/bundle/rpm/*.rpm target/${{ env.FILE_PREFIX }}_x64.rpm
- mv target/release/bundle/appimage/*.AppImage target/${{ env.FILE_PREFIX }}_amd64.AppImage
-
- - name: Upload artifacts (Windows)
- if: matrix.os == 'windows-latest'
- uses: actions/upload-artifact@v4
- with:
- name: ${{ env.FILE_PREFIX }}-windows_x64
- path: target/*.exe
- retention-days: ${{ env.retain_days}}
- compression-level: 0
-
- - name: Upload artifacts (MacOS)
- if: startsWith(matrix.os, 'macos')
- uses: actions/upload-artifact@v4
- with:
- name: ${{ env.FILE_PREFIX }}-macos_x64_aarch64
- path: target/*.dmg
- retention-days: ${{ env.retain_days}}
- compression-level: 0
-
- - name: Upload artifacts (Linux)
- if: startsWith(matrix.os, 'ubuntu')
- uses: actions/upload-artifact@v4
- with:
- name: ${{ env.FILE_PREFIX }}-linux_amd64
- path: |
- target/*.deb
- target/*.rpm
- target/*.AppImage
- retention-days: ${{ env.retain_days}}
- compression-level: 0
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
deleted file mode 100644
index d756530b3d..0000000000
--- a/.github/workflows/pull_request.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Code quality
-
-on:
- push:
- pull_request:
-
-jobs:
- quality:
- runs-on: ubuntu-latest
- permissions:
- contents: read
- steps:
- - name: Checkout
- uses: actions/checkout@v5
- with:
- persist-credentials: false
- - name: Setup Biome
- uses: biomejs/setup-biome@v2
- with:
- version: latest
- - name: Run Biome
- run: biome ci .
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index 9f7dbb6f3e..0000000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,117 +0,0 @@
-# 可选,将显示在 GitHub 存储库的“操作”选项卡中的工作流名称
-name: Release CI
-
-# 指定此工作流的触发器
-on:
- push:
- # 匹配特定标签 (refs/tags)
- tags:
- - "v*" # 推送事件匹配 v*, 例如 v1.0,v20.15.10 等来触发工作流
- workflow_dispatch:
-
-jobs:
- create-release:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- fetch-depth: 0
- - name: Set output
- id: vars
- run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
-
- # 安装 Node.js
- - name: Setup node
- uses: actions/setup-node@v4
- with:
- node-version: 20
-
- # 发布 Release,使用自定义名称
- - name: Generate changelog
- id: create_release
- run: npx changelogithub --draft --name ${{ steps.vars.outputs.tag }}
- env:
- GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
-
- # 编译 Tauri
- build-app:
- needs: create-release
- permissions:
- contents: write
- strategy:
- fail-fast: false
- matrix:
- include:
- - platform: "macos-latest"
- target: "aarch64-apple-darwin"
- - platform: "macos-latest"
- target: "x86_64-apple-darwin"
-
- - platform: "windows-latest"
- target: "x86_64-pc-windows-msvc"
- - platform: "windows-latest"
- target: "i686-pc-windows-msvc"
- - platform: "windows-latest"
- target: "aarch64-pc-windows-msvc"
-
- - platform: "ubuntu-22.04"
- target: "x86_64-unknown-linux-gnu"
-
- runs-on: ${{ matrix.platform }}
- steps:
- - name: Checkout repository
- uses: actions/checkout@v4
- - name: Setup node
- uses: actions/setup-node@v4
- with:
- node-version: 20
- - uses: pnpm/action-setup@v3
- with:
- version: latest
-
- - name: Install rust target
- run: rustup target add ${{ matrix.target }}
-
- - name: Install dependencies (ubuntu only)
- if: matrix.platform == 'ubuntu-22.04'
- run: |
- sudo apt-get update
- sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
-
- # 安装 Rust
- - name: Install Rust stable
- uses: dtolnay/rust-toolchain@stable
-
- # 使用 Rust 缓存,加快安装速度
- - name: Rust cache
- uses: swatinem/rust-cache@v2
- with:
- workspaces: target
-
- # 获取 pnpm 缓存
- - name: Sync node version and setup cache
- uses: actions/setup-node@v4
- with:
- node-version: 20
- cache: pnpm
-
- # 安装依赖, 前端打包
- - name: Install app dependencies and build web
- run: pnpm install --frozen-lockfile
-
- # 执行构建,以及推送 github release
- - name: Build the app
- uses: tauri-apps/tauri-action@v0
- env:
- CI: false
- PLATFORM: ${{ matrix.platform }}
- GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
- TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
- with:
- tagName: ${{ github.ref_name }}
- releaseName: EcoPaste ${{ needs.create-release.outputs.APP_VERSION }}
- releaseBody: ""
- releaseDraft: true
- prerelease: false
- args: --target ${{ matrix.target }}
diff --git a/.github/workflows/sync-to-gitee.yml b/.github/workflows/sync-to-gitee.yml
deleted file mode 100644
index fba13b8e6b..0000000000
--- a/.github/workflows/sync-to-gitee.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Sync Github Repos To Gitee
-on:
- push:
- branches:
- - master
-
-jobs:
- repo-sync:
- runs-on: ubuntu-latest
- steps:
- - name: Sync Github Repos To Gitee
- uses: Yikun/hub-mirror-action@master
- with:
- src: github/EcoPasteHub
- dst: gitee/ayangweb
- dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
- dst_token: ${{ secrets.GITEE_TOKEN }}
- static_list: "EcoPaste"
- force_update: true
diff --git a/.release-it.ts b/.release-it.ts
deleted file mode 100644
index 46b6ad6859..0000000000
--- a/.release-it.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import type { Config } from "release-it";
-
-export default {
- git: {
- commitMessage: "v${version}",
- tagName: "v${version}",
- },
- hooks: {
- "after:bump": "tsx scripts/release.ts",
- },
- npm: {
- publish: false,
- },
-} satisfies Config;
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
deleted file mode 100644
index e98cb0f865..0000000000
--- a/.vscode/extensions.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "recommendations": [
- "tauri-apps.tauri-vscode",
- "rust-lang.rust-analyzer",
- "biomejs.biome",
- "antfu.unocss",
- "lokalise.i18n-ally",
- "nidu.copy-json-path"
- ]
-}
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 429194c324..c65e57773a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,19 +1,3 @@
{
- "[json]": {
- "editor.defaultFormatter": "biomejs.biome"
- },
- "[typescript]": {
- "editor.defaultFormatter": "biomejs.biome"
- },
- "[typescriptreact]": {
- "editor.defaultFormatter": "biomejs.biome"
- },
- "editor.codeActionsOnSave": {
- "source.fixAll.biome": "explicit"
- },
- "i18n-ally.displayLanguage": "zh-CN",
- "i18n-ally.keystyle": "nested",
- "i18n-ally.localesPaths": ["src/locales"],
- "typescript.enablePromptUseWorkspaceTsdk": true,
- "typescript.tsdk": "node_modules/typescript/lib"
+ "i18n-ally.localesPaths": ["src/locales"]
}
diff --git a/Cargo.lock b/Cargo.lock
index 101e564f2d..b8e2ba15d0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -14,6 +14,7 @@ dependencies = [
"tauri-plugin-autostart",
"tauri-plugin-clipboard-x",
"tauri-plugin-dialog",
+ "tauri-plugin-drag",
"tauri-plugin-eco-autostart",
"tauri-plugin-eco-paste",
"tauri-plugin-eco-window",
@@ -394,6 +395,21 @@ version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
+[[package]]
+name = "bit-set"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
+dependencies = [
+ "bit-vec",
+]
+
+[[package]]
+name = "bit-vec"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
+
[[package]]
name = "bit_field"
version = "0.10.3"
@@ -463,7 +479,7 @@ version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
dependencies = [
- "objc2 0.6.3",
+ "objc2 0.6.4",
]
[[package]]
@@ -649,7 +665,7 @@ dependencies = [
"semver",
"serde",
"serde_json",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -743,7 +759,7 @@ checksum = "afede46921767868c5c7f8f55202bdd8bec0bab6bc9605174200f45924f93c62"
dependencies = [
"clipboard-win",
"image",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
"windows 0.59.0",
@@ -1063,6 +1079,19 @@ dependencies = [
"syn 1.0.109",
]
+[[package]]
+name = "cssparser"
+version = "0.36.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2"
+dependencies = [
+ "cssparser-macros",
+ "dtoa-short",
+ "itoa",
+ "phf 0.13.1",
+ "smallvec",
+]
+
[[package]]
name = "cssparser-macros"
version = "0.6.1"
@@ -1075,14 +1104,20 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.2.9"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
+checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98"
dependencies = [
- "quote",
- "syn 2.0.107",
+ "ctor-proc-macro",
+ "dtor",
]
+[[package]]
+name = "ctor-proc-macro"
+version = "0.0.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
+
[[package]]
name = "current_locale"
version = "0.1.1"
@@ -1175,6 +1210,27 @@ dependencies = [
"syn 2.0.107",
]
+[[package]]
+name = "derive_more"
+version = "2.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
+dependencies = [
+ "derive_more-impl",
+]
+
+[[package]]
+name = "derive_more-impl"
+version = "2.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "rustc_version",
+ "syn 2.0.107",
+]
+
[[package]]
name = "digest"
version = "0.10.7"
@@ -1243,7 +1299,7 @@ dependencies = [
"bitflags 2.9.4",
"block2 0.6.2",
"libc",
- "objc2 0.6.3",
+ "objc2 0.6.4",
]
[[package]]
@@ -1289,6 +1345,21 @@ dependencies = [
"syn 2.0.107",
]
+[[package]]
+name = "dom_query"
+version = "0.27.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89"
+dependencies = [
+ "bit-set",
+ "cssparser 0.36.0",
+ "foldhash 0.2.0",
+ "html5ever 0.38.0",
+ "precomputed-hash",
+ "selectors 0.36.1",
+ "tendril 0.5.0",
+]
+
[[package]]
name = "dotenvy"
version = "0.15.7"
@@ -1310,6 +1381,28 @@ dependencies = [
"serde",
]
+[[package]]
+name = "drag"
+version = "2.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7e90b4a25ace5ce0561534b073943594cbcd21af936e64d09aec444568411f8c"
+dependencies = [
+ "core-graphics 0.24.0",
+ "dunce",
+ "gdk",
+ "gdkx11",
+ "gtk",
+ "log",
+ "objc2 0.6.4",
+ "objc2-app-kit 0.3.2",
+ "objc2-foundation 0.3.2",
+ "raw-window-handle",
+ "serde",
+ "thiserror 2.0.18",
+ "windows 0.52.0",
+ "windows-core 0.58.0",
+]
+
[[package]]
name = "dtoa"
version = "1.0.10"
@@ -1325,6 +1418,21 @@ dependencies = [
"dtoa",
]
+[[package]]
+name = "dtor"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4"
+dependencies = [
+ "dtor-proc-macro",
+]
+
+[[package]]
+name = "dtor-proc-macro"
+version = "0.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
+
[[package]]
name = "dunce"
version = "1.0.5"
@@ -1384,7 +1492,7 @@ dependencies = [
"libc",
"log",
"nom 8.0.0",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
"windows 0.61.3",
@@ -1644,6 +1752,12 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
+[[package]]
+name = "foldhash"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
+
[[package]]
name = "foreign-types"
version = "0.3.2"
@@ -2157,11 +2271,11 @@ checksum = "b9247516746aa8e53411a0db9b62b0e24efbcf6a76e0ba73e5a91b512ddabed7"
dependencies = [
"crossbeam-channel",
"keyboard-types",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"once_cell",
"serde",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"windows-sys 0.59.0",
"x11rb",
"xkeysym",
@@ -2269,7 +2383,7 @@ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"allocator-api2",
"equivalent",
- "foldhash",
+ "foldhash 0.1.5",
]
[[package]]
@@ -2346,10 +2460,20 @@ checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
dependencies = [
"log",
"mac",
- "markup5ever",
+ "markup5ever 0.14.1",
"match_token",
]
+[[package]]
+name = "html5ever"
+version = "0.38.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2"
+dependencies = [
+ "log",
+ "markup5ever 0.38.0",
+]
+
[[package]]
name = "http"
version = "1.3.1"
@@ -2851,10 +2975,10 @@ version = "0.8.8-speedreader"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2"
dependencies = [
- "cssparser",
- "html5ever",
+ "cssparser 0.29.6",
+ "html5ever 0.29.1",
"indexmap 2.12.0",
- "selectors",
+ "selectors 0.24.0",
]
[[package]]
@@ -3039,9 +3163,20 @@ dependencies = [
"log",
"phf 0.11.3",
"phf_codegen 0.11.3",
- "string_cache",
- "string_cache_codegen",
- "tendril",
+ "string_cache 0.8.9",
+ "string_cache_codegen 0.5.4",
+ "tendril 0.4.3",
+]
+
+[[package]]
+name = "markup5ever"
+version = "0.38.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862"
+dependencies = [
+ "log",
+ "tendril 0.5.0",
+ "web_atoms",
]
[[package]]
@@ -3164,14 +3299,14 @@ dependencies = [
"dpi",
"gtk",
"keyboard-types",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
"once_cell",
"png 0.17.16",
"serde",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"windows-sys 0.60.2",
]
@@ -3409,9 +3544,9 @@ dependencies = [
[[package]]
name = "objc2"
-version = "0.6.3"
+version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
+checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
dependencies = [
"objc2-encode",
"objc2-exception-helper",
@@ -3442,7 +3577,7 @@ dependencies = [
"bitflags 2.9.4",
"block2 0.6.2",
"libc",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-cloud-kit",
"objc2-core-data 0.3.2",
"objc2-core-foundation",
@@ -3461,7 +3596,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-foundation 0.3.2",
]
@@ -3484,7 +3619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-foundation 0.3.2",
]
@@ -3496,7 +3631,7 @@ checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
dependencies = [
"bitflags 2.9.4",
"dispatch2",
- "objc2 0.6.3",
+ "objc2 0.6.4",
]
[[package]]
@@ -3507,7 +3642,7 @@ checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
dependencies = [
"bitflags 2.9.4",
"dispatch2",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
"objc2-io-surface",
]
@@ -3530,7 +3665,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
dependencies = [
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-foundation 0.3.2",
]
@@ -3541,7 +3676,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
"objc2-core-graphics",
]
@@ -3553,7 +3688,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
"objc2-core-graphics",
"objc2-io-surface",
@@ -3595,7 +3730,7 @@ dependencies = [
"bitflags 2.9.4",
"block2 0.6.2",
"libc",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
]
@@ -3606,7 +3741,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
]
@@ -3616,7 +3751,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a1e6550c4caed348956ce3370c9ffeca70bb1dbed4fa96112e7c6170e074586"
dependencies = [
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
]
@@ -3639,7 +3774,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f112d1746737b0da274ef79a23aac283376f335f4095a083a267a082f21db0c0"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
]
@@ -3664,7 +3799,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-foundation 0.3.2",
]
@@ -3675,7 +3810,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
]
@@ -3686,7 +3821,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
dependencies = [
"bitflags 2.9.4",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
]
@@ -3699,7 +3834,7 @@ checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
dependencies = [
"bitflags 2.9.4",
"block2 0.6.2",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
@@ -3768,12 +3903,12 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732c71caeaa72c065bb69d7ea08717bd3f4863a4f451402fc9513e29dbd5261b"
dependencies = [
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-foundation 0.3.2",
"objc2-osa-kit",
"serde",
"serde_json",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -3889,10 +4024,20 @@ version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
dependencies = [
- "phf_macros 0.11.3",
"phf_shared 0.11.3",
]
+[[package]]
+name = "phf"
+version = "0.13.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
+dependencies = [
+ "phf_macros 0.13.1",
+ "phf_shared 0.13.1",
+ "serde",
+]
+
[[package]]
name = "phf_codegen"
version = "0.8.0"
@@ -3913,6 +4058,16 @@ dependencies = [
"phf_shared 0.11.3",
]
+[[package]]
+name = "phf_codegen"
+version = "0.13.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
+dependencies = [
+ "phf_generator 0.13.1",
+ "phf_shared 0.13.1",
+]
+
[[package]]
name = "phf_generator"
version = "0.8.0"
@@ -3943,6 +4098,16 @@ dependencies = [
"rand 0.8.5",
]
+[[package]]
+name = "phf_generator"
+version = "0.13.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
+dependencies = [
+ "fastrand",
+ "phf_shared 0.13.1",
+]
+
[[package]]
name = "phf_macros"
version = "0.10.0"
@@ -3959,12 +4124,12 @@ dependencies = [
[[package]]
name = "phf_macros"
-version = "0.11.3"
+version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
+checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
dependencies = [
- "phf_generator 0.11.3",
- "phf_shared 0.11.3",
+ "phf_generator 0.13.1",
+ "phf_shared 0.13.1",
"proc-macro2",
"quote",
"syn 2.0.107",
@@ -3997,6 +4162,15 @@ dependencies = [
"siphasher 1.0.1",
]
+[[package]]
+name = "phf_shared"
+version = "0.13.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
+dependencies = [
+ "siphasher 1.0.1",
+]
+
[[package]]
name = "pin-project-lite"
version = "0.2.16"
@@ -4293,7 +4467,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"tokio",
"tracing",
"web-time",
@@ -4314,7 +4488,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"tinyvec",
"tracing",
"web-time",
@@ -4585,7 +4759,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [
"getrandom 0.2.16",
"libredox",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -4701,7 +4875,7 @@ dependencies = [
"gtk-sys",
"js-sys",
"log",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
@@ -4957,14 +5131,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
dependencies = [
"bitflags 1.3.2",
- "cssparser",
- "derive_more",
+ "cssparser 0.29.6",
+ "derive_more 0.99.20",
"fxhash",
"log",
"phf 0.8.0",
"phf_codegen 0.8.0",
"precomputed-hash",
- "servo_arc",
+ "servo_arc 0.2.0",
+ "smallvec",
+]
+
+[[package]]
+name = "selectors"
+version = "0.36.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c"
+dependencies = [
+ "bitflags 2.9.4",
+ "cssparser 0.36.0",
+ "derive_more 2.1.1",
+ "log",
+ "new_debug_unreachable",
+ "phf 0.13.1",
+ "phf_codegen 0.13.1",
+ "precomputed-hash",
+ "rustc-hash",
+ "servo_arc 0.4.3",
"smallvec",
]
@@ -5148,6 +5341,15 @@ dependencies = [
"stable_deref_trait",
]
+[[package]]
+name = "servo_arc"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
+dependencies = [
+ "stable_deref_trait",
+]
+
[[package]]
name = "sha1"
version = "0.10.6"
@@ -5360,7 +5562,7 @@ dependencies = [
"serde_json",
"sha2",
"smallvec",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
"tokio",
"tokio-stream",
@@ -5443,7 +5645,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
"tracing",
"whoami",
@@ -5481,7 +5683,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
"tracing",
"whoami",
@@ -5506,7 +5708,7 @@ dependencies = [
"serde",
"serde_urlencoded",
"sqlx-core",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
"tracing",
"url",
@@ -5537,6 +5739,18 @@ dependencies = [
"serde",
]
+[[package]]
+name = "string_cache"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
+dependencies = [
+ "new_debug_unreachable",
+ "parking_lot",
+ "phf_shared 0.13.1",
+ "precomputed-hash",
+]
+
[[package]]
name = "string_cache_codegen"
version = "0.5.4"
@@ -5549,6 +5763,18 @@ dependencies = [
"quote",
]
+[[package]]
+name = "string_cache_codegen"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
+dependencies = [
+ "phf_generator 0.13.1",
+ "phf_shared 0.13.1",
+ "proc-macro2",
+ "quote",
+]
+
[[package]]
name = "stringprep"
version = "0.1.5"
@@ -5705,7 +5931,7 @@ dependencies = [
"ndk",
"ndk-context",
"ndk-sys",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
"once_cell",
@@ -5785,7 +6011,7 @@ dependencies = [
"log",
"mime",
"muda",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
"objc2-ui-kit",
@@ -5804,7 +6030,7 @@ dependencies = [
"tauri-runtime",
"tauri-runtime-wry",
"tauri-utils",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"tokio",
"tray-icon",
"url",
@@ -5857,7 +6083,7 @@ dependencies = [
"sha2",
"syn 2.0.107",
"tauri-utils",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
"url",
"uuid",
@@ -5883,7 +6109,7 @@ name = "tauri-nspanel"
version = "2.1.0"
source = "git+https://github.com/ahkohd/tauri-nspanel?branch=v2.1#da9c9a8d4eb7f0524a2508988df1a7d9585b4904"
dependencies = [
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
"pastey",
@@ -5892,9 +6118,9 @@ dependencies = [
[[package]]
name = "tauri-plugin"
-version = "2.4.0"
+version = "2.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9946a3cede302eac0c6eb6c6070ac47b1768e326092d32efbb91f21ed58d978f"
+checksum = "e126abc9e84e35cdfd01596140a73a1850cdb0df0a23acf0185776c30b469a6e"
dependencies = [
"anyhow",
"glob",
@@ -5903,7 +6129,6 @@ dependencies = [
"serde",
"serde_json",
"tauri-utils",
- "toml 0.9.8",
"walkdir",
]
@@ -5918,7 +6143,7 @@ dependencies = [
"serde_json",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -5932,7 +6157,7 @@ dependencies = [
"serde",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -5949,10 +6174,25 @@ dependencies = [
"tauri",
"tauri-plugin",
"tauri-plugin-fs",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"url",
]
+[[package]]
+name = "tauri-plugin-drag"
+version = "2.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "729ca0ce4b1169869d3405216d3c09a524f41ea5e2eec89f917cd6623f8a70ca"
+dependencies = [
+ "base64 0.22.1",
+ "drag",
+ "serde",
+ "serde_json",
+ "tauri",
+ "tauri-plugin",
+ "thiserror 2.0.18",
+]
+
[[package]]
name = "tauri-plugin-eco-autostart"
version = "0.1.0"
@@ -6006,7 +6246,7 @@ dependencies = [
"tauri",
"tauri-plugin",
"tauri-utils",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"toml 0.9.8",
"url",
]
@@ -6025,7 +6265,7 @@ dependencies = [
"tar",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -6040,7 +6280,7 @@ dependencies = [
"serde_json",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -6053,7 +6293,7 @@ dependencies = [
"serde",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -6066,7 +6306,7 @@ dependencies = [
"byte-unit",
"fern",
"log",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-foundation 0.3.2",
"serde",
"serde_json",
@@ -6074,7 +6314,7 @@ dependencies = [
"swift-rs",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
]
@@ -6085,12 +6325,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5607e0707d37d7b20e287cf0ce396d1efebe7b833b8e9cbd2ea4257091d9c604"
dependencies = [
"macos-accessibility-client",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-foundation 0.3.2",
"serde",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -6109,7 +6349,7 @@ dependencies = [
"serde_json",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"url",
"windows 0.61.3",
"zbus",
@@ -6130,7 +6370,7 @@ dependencies = [
"sys-locale",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -6145,7 +6385,7 @@ dependencies = [
"strum",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
]
[[package]]
@@ -6167,7 +6407,7 @@ dependencies = [
"serde",
"serde_json",
"tauri",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"tracing",
"windows-sys 0.60.2",
"zbus",
@@ -6187,7 +6427,7 @@ dependencies = [
"sqlx",
"tauri",
"tauri-plugin",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
"tokio",
]
@@ -6216,7 +6456,7 @@ dependencies = [
"tauri",
"tauri-plugin",
"tempfile",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"time",
"tokio",
"url",
@@ -6235,14 +6475,14 @@ dependencies = [
"gtk",
"http",
"jni",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-ui-kit",
"objc2-web-kit",
"raw-window-handle",
"serde",
"serde_json",
"tauri-utils",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"url",
"webkit2gtk",
"webview2-com",
@@ -6259,7 +6499,7 @@ dependencies = [
"http",
"jni",
"log",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
"once_cell",
@@ -6278,24 +6518,26 @@ dependencies = [
[[package]]
name = "tauri-utils"
-version = "2.7.0"
+version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41a3852fdf9a4f8fbeaa63dc3e9a85284dd6ef7200751f0bd66ceee30c93f212"
+checksum = "092379df9a707631978e6c56b1bc2401d387f01e2d4a3c123360d167bbb9aa95"
dependencies = [
"anyhow",
"brotli",
"cargo_metadata",
"ctor",
+ "dom_query",
"dunce",
"glob",
- "html5ever",
+ "html5ever 0.29.1",
"http",
"infer",
"json-patch",
"kuchikiki",
"log",
"memchr",
- "phf 0.11.3",
+ "phf 0.13.1",
+ "plist",
"proc-macro2",
"quote",
"regex",
@@ -6306,7 +6548,7 @@ dependencies = [
"serde_json",
"serde_with",
"swift-rs",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"toml 0.9.8",
"url",
"urlpattern",
@@ -6348,6 +6590,16 @@ dependencies = [
"utf-8",
]
+[[package]]
+name = "tendril"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
+dependencies = [
+ "new_debug_unreachable",
+ "utf-8",
+]
+
[[package]]
name = "thiserror"
version = "1.0.69"
@@ -6359,11 +6611,11 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "2.0.17"
+version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
+checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
- "thiserror-impl 2.0.17",
+ "thiserror-impl 2.0.18",
]
[[package]]
@@ -6379,9 +6631,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
-version = "2.0.17"
+version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
+checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",
@@ -6693,7 +6945,7 @@ dependencies = [
"dirs 6.0.0",
"libappindicator",
"muda",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-core-foundation",
"objc2-core-graphics",
@@ -6701,7 +6953,7 @@ dependencies = [
"once_cell",
"png 0.17.16",
"serde",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"windows-sys 0.59.0",
]
@@ -7134,6 +7386,18 @@ dependencies = [
"wasm-bindgen",
]
+[[package]]
+name = "web_atoms"
+version = "0.2.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d7cff6eef815df1834fd250e3a2ff436044d82a9f1bc1980ca1dbdf07effc538"
+dependencies = [
+ "phf 0.13.1",
+ "phf_codegen 0.13.1",
+ "string_cache 0.9.0",
+ "string_cache_codegen 0.6.1",
+]
+
[[package]]
name = "webkit2gtk"
version = "2.0.1"
@@ -7218,7 +7482,7 @@ version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c"
dependencies = [
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"windows 0.61.3",
"windows-core 0.61.2",
]
@@ -7276,7 +7540,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
dependencies = [
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
@@ -7285,6 +7549,18 @@ dependencies = [
"windows-version",
]
+[[package]]
+name = "windows"
+version = "0.52.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
+dependencies = [
+ "windows-core 0.52.0",
+ "windows-implement 0.52.0",
+ "windows-interface 0.52.0",
+ "windows-targets 0.52.6",
+]
+
[[package]]
name = "windows"
version = "0.58.0"
@@ -7327,6 +7603,15 @@ dependencies = [
"windows-core 0.61.2",
]
+[[package]]
+name = "windows-core"
+version = "0.52.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
+dependencies = [
+ "windows-targets 0.52.6",
+]
+
[[package]]
name = "windows-core"
version = "0.58.0"
@@ -7390,6 +7675,17 @@ dependencies = [
"windows-threading",
]
+[[package]]
+name = "windows-implement"
+version = "0.52.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.107",
+]
+
[[package]]
name = "windows-implement"
version = "0.58.0"
@@ -7423,6 +7719,17 @@ dependencies = [
"syn 2.0.107",
]
+[[package]]
+name = "windows-interface"
+version = "0.52.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.107",
+]
+
[[package]]
name = "windows-interface"
version = "0.58.0"
@@ -7919,14 +8226,14 @@ dependencies = [
"dunce",
"gdkx11",
"gtk",
- "html5ever",
+ "html5ever 0.29.1",
"http",
"javascriptcore-rs",
"jni",
"kuchikiki",
"libc",
"ndk",
- "objc2 0.6.3",
+ "objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-core-foundation",
"objc2-foundation 0.3.2",
@@ -7938,7 +8245,7 @@ dependencies = [
"sha2",
"soup3",
"tao-macros",
- "thiserror 2.0.17",
+ "thiserror 2.0.18",
"url",
"webkit2gtk",
"webkit2gtk-sys",
diff --git a/README.en-US.md b/README.en-US.md
deleted file mode 100644
index 0f70a8cae2..0000000000
--- a/README.en-US.md
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Download
-
-### Windows
-
-Manual Download: [x86](https://api.ecopaste.cn/download?platform=windows-x86) | [x64](https://api.ecopaste.cn/download?platform=windows-x64) | [ARM64](https://api.ecopaste.cn/download?platform=windows-arm)
-
-### MacOS
-
-Manual Download: [Apple Silicon](https://api.ecopaste.cn/download?platform=macos-arm) | [Intel](https://api.ecopaste.cn/download?platform=macos-x64)
-
-HomeBrew: [Click here](https://ecopaste.cn/guide/install#%E4%BD%BF%E7%94%A8-homebrew-%E5%AE%89%E8%A3%85)
-
-### Linux(x11)
-
-Manual Download: [deb](https://api.ecopaste.cn/download?platform=linux-deb) | [AppImage](https://api.ecopaste.cn/download?platform=linux-appimage) | [rpm](https://api.ecopaste.cn/download?platform=linux-rpm)
-
-Installation Guide: [Click here](https://ecopaste.cn/guide/install#linux)
-
-## Features
-
-- 🎉 Built with Tauri v2, lightweight and efficient, taking cross-platform experience to the next level.
-- 💻 Compatible with Windows, macOS, and Linux (X11), enabling seamless switching between devices.
-- ✨ Simple and intuitive user interface, easy to operate, zero learning curve, ready to use out of the box.
-- 📋 Supports clipboard content types like plain text, rich text, HTML, images, and files.
-- 🔒 Local data storage ensures user privacy and gives users full control over their data.
-- 📝 Notes feature allows easy categorization, management, and retrieval to boost productivity.
-- ⚙️ Rich personalization settings to meet diverse user needs and create a tailored experience.
-- 🤝 Comprehensive documentation and community support to explore and grow with developers.
-- 🧩 Continuously optimized with more exciting features waiting to be discovered.
-
-## Feedback
-
-1. 🔍 First, check out the [FAQ](https://ecopaste.cn/problem/macos/damage) or browse through the existing [issues](https://github.com/EcoPasteHub/EcoPaste/issues)。
-
-2. ❓ If your issue remains unresolved, please submit a new [issue](https://github.com/EcoPasteHub/EcoPaste/issues/new/choose) with a detailed description to help us quickly identify and address the problem.
-
-## Star History
-
-
-
-
-
-
-
-
-
-## Community
-
-⚠️ Friendly Reminder: Group chats are for casual discussions and experience sharing only. For issue reporting or submitting new feature requests, please refer to [Feedback](#Feedback).
-
-
-
-
- WeChat Group
- QQ Group
- Telegram
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Contributors
-
-Thank you to everyone who has contributed to EcoPaste! If you’d like to contribute, check out the [Contributing Guide](./.github/CONTRIBUTING/en-US.md).
-
-
-
-
-
-## Sponsors
-
-If you find this project helpful, consider sponsoring us! Your support helps us maintain and improve EcoPaste, bringing more value to the community.
-
-Please leave a message when sponsoring so we can include you in our [Sponsors List](https://ecopaste.cn/sponsor/list). Thank you for your support and encouragement!
-
-| WeChat Pay | Alipay |
-| :-------------------------------------------------------: | :-------------------------------------------------: |
-|  |  |
diff --git a/README.ja-JP.md b/README.ja-JP.md
deleted file mode 100644
index 345dc08ea3..0000000000
--- a/README.ja-JP.md
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## ダウンロード
-
-### Windows
-
-手動ダウンロード:[x86](https://api.ecopaste.cn/download?platform=windows-x86) | [x64](https://api.ecopaste.cn/download?platform=windows-x64) | [ARM64](https://api.ecopaste.cn/download?platform=windows-arm)
-
-### MacOS
-
-手動ダウンロード:[Apple Silicon](https://api.ecopaste.cn/download?platform=macos-arm) | [Intel](https://api.ecopaste.cn/download?platform=macos-x64)
-
-HomeBrew:[クリックして確認する](https://ecopaste.cn/guide/install#%E4%BD%BF%E7%94%A8-homebrew-%E5%AE%89%E8%A3%85)
-
-### Linux(x11)
-
-手動ダウンロード:[deb](https://api.ecopaste.cn/download?platform=linux-deb) | [AppImage](https://api.ecopaste.cn/download?platform=linux-appimage) | [rpm](https://api.ecopaste.cn/download?platform=linux-rpm)
-
-インストールガイド:[クリックして確認する](https://ecopaste.cn/guide/install#linux)
-
-## 機能紹介
-
-- 🎉 Tauri v2 をもとに開発、軽量で効率的、クロスプラットフォームの体験をさらに向上させる。
-- 💻 Windows、macOS、Linux(x11)とも対応でき、複数デバイス間でシームレスに切り替え可能である。
-- ✨ シンプルで直感的なユーザーインターフェース、敷居が低く簡単に利用可能になる。
-- 📋 テキスト、リッチテキスト、HTML、画像、ファイル形式のクリップボード内容をサポートできる。
-- 🔒 データはローカルに保存され、ユーザーのプライバシーを保護、データはユーザー自身が完全に管理できる。
-- 📝 メモ機能をサポートでき、簡単に分類、管理、検索が可能で作業効率を向上させる。
-- ⚙️ 豊富なカスタマイズ設定で、異なるユーザーのニーズを満たす個別体験を提供できる。
-- 🤝 完善なドキュメントとコミュニティ機能をサポート、開発者と共に成長を目指す。
-- 🧩 継続的な最適化し、もっと驚きの機能があなたの発見を待っている。
-
-## 問題のフィードバック
-
-1. 🔍 まず、[よくある質問](https://ecopaste.cn/problem/macos/damage)を確認するか、既存の [issues](https://github.com/EcoPasteHub/EcoPaste/issues) をご覧ください。
-
-2. ❓ 問題が解決しない場合は、新しい [issue](https://github.com/EcoPasteHub/EcoPaste/issues/new/choose) を提出し、詳細な説明を添えてください。迅速な解決に役立てます。
-
-## 履歴スター
-
-
-
-
-
-
-
-
-
-## コミュニティ交流
-
-⚠️ ご注意: グループチャットは日常的な議論と経験の共有に限ります。問題のフィードバックや新しい機能のリクエストが必要な場合は、[問題のフィードバック](#問題のフィードバック)をご確認ください。
-
-
-
-
- WeChat Group
- QQ Group
- Telegram
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## 貢献者
-
-EcoPaste へ貴重なご貢献をいただいた皆様に感謝します!もし EcoPaste にご協力のご希望があれば、[貢献ガイド](./.github/CONTRIBUTING/ja-JP.md)をご覧ください。
-
-
-
-
-
-## 寄付
-
-このプロジェクトがお役に立てば光栄に思い、応援しいただければ助かります!貴重なご寄付を頂戴していただければ,プロジェクトの維持と発展に活用させていただい、EcoPaste はコミュニティに価値を提供し続けるようになります。
-
-ご寄付の場合には必ずメッセージしていただき、[寄附者名簿](https://ecopaste.cn/sponsor/list)に記載させていただきます。ご支援とご協力を賜り御礼申し上げます。
-
-| WeChat Pay | Alipay |
-| :-------------------------------------------------------: | :-------------------------------------------------: |
-|  |  |
diff --git a/README.md b/README.md
index a2e7507f2b..45bad6b6c6 100644
--- a/README.md
+++ b/README.md
@@ -1,163 +1,101 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## 下载
-
-### Windows
-
-手动下载:[x86](https://api.ecopaste.cn/download?platform=windows-x86) | [x64](https://api.ecopaste.cn/download?platform=windows-x64) | [ARM64](https://api.ecopaste.cn/download?platform=windows-arm)
-
-### MacOS
-
-手动下载:[Apple Silicon](https://api.ecopaste.cn/download?platform=macos-arm) | [Intel](https://api.ecopaste.cn/download?platform=macos-x64)
-
-HomeBrew:[点击查看](https://ecopaste.cn/guide/install#%E4%BD%BF%E7%94%A8-homebrew-%E5%AE%89%E8%A3%85)
-
-### Linux(x11)
-
-手动下载:[deb](https://api.ecopaste.cn/download?platform=linux-deb) | [AppImage](https://api.ecopaste.cn/download?platform=linux-appimage) | [rpm](https://api.ecopaste.cn/download?platform=linux-rpm)
-
-安装指南:[点击查看](https://ecopaste.cn/guide/install#linux)
-
-## 功能介绍
-
-- 🎉 基于 Tauri v2 开发,轻量高效,跨平台体验更进一步。
-- 💻 支持 Windows、macOS 和 Linux(x11),在多设备间无缝切换。
-- ✨ 简洁直观的用户界面,操作简单,零门槛上手,开箱即用。
-- 📋 支持纯文本、富文本、HTML、图片和文件类型的剪贴板内容。
-- 🔒 数据本地存储,确保用户隐私安全,数据完全掌控在用户手中。
-- 📝 支持备注功能,轻松分类、管理和检索,让工作更高效。
-- ⚙️ 丰富的个性化设置,满足不同用户需求,打造专属体验。
-- 🤝 完善的文档与社区支持,与开发者共同探索与成长。
-- 🧩 持续优化中,更多惊喜功能等你发现。
-
-## 问题反馈
-
-1. 🔍 优先查阅[常见问题](https://ecopaste.cn/problem/macos/damage)或浏览已有 [issues](https://github.com/EcoPasteHub/EcoPaste/issues)。
-
-2. ❓ 如果问题仍未解决,请提交新的 [issue](https://github.com/EcoPasteHub/EcoPaste/issues/new/choose),并附上详细描述,方便我们快速定位和解决。
-
-## 历史星标
-
-
-
-
-
-
-
-
-
-## 社区交流
-
-⚠️ 温馨提示:群聊仅限日常讨论和经验分享,如需反馈问题或提交新需求,请查看[问题反馈](#问题反馈)。
-
-
-
-
- 微信群
- QQ 群
- Telegram
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## 贡献者
-
-感谢大家为 EcoPaste 做出的宝贵贡献!如果你也希望为 EcoPaste 做出贡献,请查阅[贡献指南](./.github/CONTRIBUTING/zh-CN.md)。
+# EcoPaste (增强版)
-
-
-
+EcoPaste 是一款开源的跨平台剪贴板管理工具。本项目在官方版本的基础上进行了深度定制和增强,专门为高频输入场景引入了**四大独立特殊面板**(Emoji、颜文字、符号、GIF),并提供高度可自定义的外观设置,带来更沉浸、更流畅的输入体验。
-## 赞助
-
-如果您觉得这个项目对您有帮助,可以考虑赞助支持我们!您的支持将帮助我们更好地维护和发展项目,让 EcoPaste 持续为社区创造价值。
+## ✨ 核心增强功能
-赞助时请务必填写留言,以便我们收录到[赞助名单](https://ecopaste.cn/sponsor/list)中,感谢您的支持与鼓励!
+### 1. 独立特殊面板 (Special Panels)
+在原有基于数据库的剪贴板历史列表外,全新增加了 4 种独立面板,不经过数据库查询,渲染更快:
+- **😀 Emoji 面板**:内置完整的 Emoji 数据源,支持虚拟滚动显示。
+- **(❁´◡`❁) 颜文字面板**:内置上千条常用颜文字,按情感精准分类(常用、开心、喜欢、害羞、无语、生气等)。
+- **∑ 符号面板**:批量生成常用 Unicode 符号(标点、货币、拉丁、数学、几何等),模拟 Windows 原生 `Win+.` 面板体验。
+- **🎬 GIF 面板**:深度集成 Tenor API,支持动图的热门推荐与关键词搜索。
-| 微信 | 支付宝 |
-| :-------------------------------------------------------: | :-------------------------------------------------: |
-|  |  |
+### 2. 深度优化的 Emoji 体验
+- **全面中文化支持**:整合 `@emoji-mart/data`、`cldr.json` 与 `zh-emoji-ful.json`,在保持原有肤色和分类骨架的同时,实现了**纯中文的名称与关键词搜索**。
+- **本地 PNG 渲染**:将 Emoji 的显示从系统原生字符切换为本地 PNG 图片渲染。彻底解决了系统字体在首次栅格化时带来的滚动卡顿感,并在不同操作系统下保持完全统一的视觉风格。点击图片后依然输出正确的原生 Unicode 字符。
+
+### 3. Tenor GIF 无缝集成
+- 支持在偏好设置中自由配置 Tenor API Key。
+- 提供“热门”、“开心”、“喜欢”、“搞笑”、“震惊”等 7 大快捷分类。
+- 支持关键词实时防抖搜索,采用瀑布流网格展示与触底加载更多逻辑。
+
+### 4. 沉浸式交互:不污染历史记录
+在 Emoji / 颜文字 / 符号 面板中单击任何一项,程序会立即将其输入(粘贴)到目标应用中。
+**重点优化**:这部分通过内部程序自动输入的内容,**已被底层剪贴板监听器智能过滤(内置 TTL 缓存控制),绝不会作为新记录污染你的剪贴板历史列表**,实现了“用完即走”的干净体验。
+
+### 5. 丝滑的分类联动与 UI 细节
+- 面板顶部配备**二级分类标签栏**,支持点击平滑滚动(Smooth Scroll)定位。
+- 彻底解决虚拟列表与滚动联动的焦点跳跃 BUG:目标分类进入视口后智能锁定高亮状态,不再闪烁。
+- **一级标签高度可定制**:在“偏好设置 - 外观”中,支持对主界面的顶部 Tab(全部、Emoji、颜文字、符号、GIF、文本、图片、文件、收藏等)进行**自由拖拽排序**与**隐藏/显示控制**。
+
+## 🖼 界面预览
+
+### Emoji 面板
+支持中文分类、关键词搜索、本地 PNG 渲染,以及旗帜等细分类浏览。
+
+
+
+
+
+### 颜文字面板
+内置常用、开心、喜欢、害羞、无语、生气等多种情绪分类,适合高频输入场景快速选用。
+
+
+
+
+
+### 符号面板
+提供常规标点、货币、拉丁、几何、数学等符号分组,接近 Windows 原生 `Win+.` 的使用体验。
+
+
+
+### GIF 面板
+集成 Tenor API,可在主界面直接配置 Key,启用后支持热门推荐与关键词搜索。
+
+
+
+### 一级标签自定义
+支持在偏好设置中对主界面一级标签进行拖拽排序、显示隐藏和恢复默认。
+
+
+
+
+
+## 🚀 本地开发与构建
+
+### 环境要求
+- Node.js >= 18
+- pnpm >= 8
+- Rust 基础构建环境 (用于 Tauri 桌面端)
+
+### 快速开始
+
+```bash
+# 1. 确保使用 pnpm 安装依赖
+pnpm install
+
+# 2. 启动开发环境测试功能 (包含 Vite 前端和 Tauri 后端)
+pnpm dev
+
+# 3. 构建桌面程序安装包/可执行文件 (包含构建 Icon 和 Vite 产物)
+pnpm build:tauri
+```
+
+> **注意**:若需正常使用 GIF 搜索面板,请在程序运行后的**偏好设置**中,配置你的 Tenor API Key。
+
+## 🛠 技术栈
+- **前端**: React 18, TypeScript, Vite, UnoCSS, Ant Design
+- **桌面端**: Tauri (Rust)
+- **数据库**: Kysely (SQLite)
+- **核心组件**: React Virtuoso (虚拟列表)
+- **动图服务**: Tenor API v2
+
+## 📄 许可证
+本项目继承原项目的开源协议,详见 [LICENSE](./LICENSE) 文件。
+
+## 🙏 致谢 (Acknowledgments)
+本项目基于优秀的开源剪贴板管理工具 [EcoPaste](https://github.com/ayangweb/EcoPaste) 进行深度定制与二次开发。
+特别感谢原作者 [@ayangweb](https://github.com/ayangweb) 及其贡献者团队为本项目奠定的坚实基础。如果你喜欢原版的设计与理念,欢迎前往官方仓库点亮 Star!
+
+- **官方原仓库地址**: [https://github.com/ayangweb/EcoPaste](https://github.com/ayangweb/EcoPaste)
diff --git a/README.zh-TW.md b/README.zh-TW.md
deleted file mode 100644
index d30aa04aa7..0000000000
--- a/README.zh-TW.md
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## 下載
-
-### Windows
-
-手動下載:[x86](https://api.ecopaste.cn/download?platform=windows-x86) | [x64](https://api.ecopaste.cn/download?platform=windows-x64) | [ARM64](https://api.ecopaste.cn/download?platform=windows-arm)
-
-### MacOS
-
-手動下載:[Apple Silicon](https://api.ecopaste.cn/download?platform=macos-arm) | [Intel](https://api.ecopaste.cn/download?platform=macos-x64)
-
-HomeBrew:[點擊查看](https://ecopaste.cn/guide/install#%E4%BD%BF%E7%94%A8-homebrew-%E5%AE%89%E8%A3%85)
-
-### Linux(x11)
-
-手動下載:[deb](https://api.ecopaste.cn/download?platform=linux-deb) | [AppImage](https://api.ecopaste.cn/download?platform=linux-appimage) | [rpm](https://api.ecopaste.cn/download?platform=linux-rpm)
-
-安裝指南:[點擊查看](https://ecopaste.cn/guide/install#linux)
-
-## 功能介紹
-
-- 🎉 基於 Tauri v2 開發,輕量高效,跨平臺體驗更進一步。
-- 💻 支持 Windows、macOS 和 Linux(x11),在多設備間無縫切換。
-- ✨ 簡潔直觀的使用者介面,操作簡單,零門檻上手,開箱即用。
-- 📋 支持純文字、富文字、HTML、圖片和檔案類型的剪貼板內容。
-- 🔒 數據本地存儲,確保用戶隱私安全,數據完全掌控在用戶手中。
-- 📝 支持備註功能,輕鬆分類、管理和檢索,讓工作更高效。
-- ⚙️ 豐富的個性化設定,滿足不同用戶需求,打造專屬體驗。
-- 🤝 完善的檔案與社區支持,與開發者共同探索與成長。
-- 🧩 持續優化中,更多驚喜功能等你發現。
-
-## 問題迴響
-
-1. 🔍 優先查閱[常見問題](https://ecopaste.cn/problem/macos/damage)或瀏覽已有 [issues](https://github.com/EcoPasteHub/EcoPaste/issues)。
-
-2. ❓ 如果問題仍未解决,請提交新的 [issue](https://github.com/EcoPasteHub/EcoPaste/issues/new/choose),並附上詳細描述,方便我們快速定位和解决。
-
-## 歷史星標
-
-
-
-
-
-
-
-
-
-## 社區交流
-
-⚠️ 溫馨提示:群聊僅限日常討論和經驗分享,如需迴響問題或提交新需求,請查看[問題迴響](#問題迴響)。
-
-
-
-
- 微信群
- QQ 群
- Telegram
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## 貢獻者
-
-感謝大家為 EcoPaste 做出的寶貴貢獻!如果你也希望為 EcoPaste 做出貢獻,請查閱[貢獻指南](./.github/CONTRIBUTING/zh-TW.md)。
-
-
-
-
-
-## 贊助
-
-如果您覺得這個項目對您有幫助,可以考慮贊助支持我們!您的支持將幫助我們更好地維護和發展項目,讓 EcoPaste 持續為社區創造價值。
-
-贊助時請務必填寫留言,以便我們收錄到[贊助名單](https://ecopaste.cn/sponsor/index)中,感謝您的支持與鼓勵!
-
-| 微信 | 支付寶 |
-| :-------------------------------------------------------: | :-------------------------------------------------: |
-|  |  |
diff --git a/biome.json b/biome.json
deleted file mode 100644
index 2e144b113a..0000000000
--- a/biome.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
- "assist": {
- "actions": {
- "source": {
- "organizeImports": "on",
- "useSortedAttributes": "on",
- "useSortedKeys": "on",
- "useSortedProperties": "on"
- }
- }
- },
- "files": {
- "includes": ["**", "!package.json", "!.release-it.ts"]
- },
- "formatter": {
- "indentStyle": "space"
- },
- "linter": {
- "enabled": true,
- "includes": ["**", "!package.json"],
- "rules": {
- "a11y": {
- "noStaticElementInteractions": "off",
- "useAltText": "off",
- "useKeyWithClickEvents": "off",
- "useMediaCaption": "off"
- },
- "correctness": {
- "noUnusedImports": {
- "fix": "safe",
- "level": "error",
- "options": {}
- },
- "noUnusedVariables": "error",
- "useExhaustiveDependencies": "off"
- },
- "nursery": {
- "useSortedClasses": {
- "fix": "safe",
- "level": "error",
- "options": {}
- }
- },
- "recommended": true,
- "security": {
- "noDangerouslySetInnerHtml": "off"
- },
- "style": {
- "noNonNullAssertion": "off",
- "noUnusedTemplateLiteral": {
- "fix": "safe",
- "level": "error",
- "options": {}
- },
- "useSelfClosingElements": {
- "fix": "safe",
- "level": "error",
- "options": {}
- },
- "useTemplate": {
- "fix": "safe",
- "level": "error",
- "options": {}
- }
- },
- "suspicious": {
- "noConsole": "error",
- "noExplicitAny": "off"
- }
- }
- }
-}
diff --git a/bootstrap-data-merged.json b/bootstrap-data-merged.json
new file mode 100644
index 0000000000..9e94aa1fa4
--- /dev/null
+++ b/bootstrap-data-merged.json
@@ -0,0 +1,4792 @@
+{
+ "kaomojis": [
+ {
+ "text": "(╯°□°)╯︵ ┻━┻",
+ "keywords": "沮丧 table angry 掀桌 生气 frustrated tableflip flip"
+ },
+ {
+ "text": "┻━┻ ︵╰(°□°)╯︵ ┻━┻",
+ "keywords": "沮丧 table 桌子 angry 掀桌 flip 生气 翻转 tableflip frustrated 双倍 double"
+ },
+ {
+ "text": "ノ┬─┬ノ ︵ ( \\o°o)\\",
+ "keywords": "table 俄罗斯 掀桌 russia soviet tableflip 苏联 flip"
+ },
+ {
+ "text": "┬─┬ノ( º _ ºノ)",
+ "keywords": "relax 放回 down 放松 table unflip calm tableunflip back 冷静下来 放回桌子 putting 回来"
+ },
+ {
+ "text": "ಠ_ಠ",
+ "keywords": "disapproval 厌恶 angry upset 心烦 生气 不赞成 disgust"
+ },
+ {
+ "text": "╰( ◕ ᗜ ◕ )╯",
+ "keywords": "happy joy 开心 快乐"
+ },
+ {
+ "text": "( ◕ ʖ̯ ◕ )",
+ "keywords": "sad 含泪 teary-eyed 孤独 forlorn 悲伤"
+ },
+ {
+ "text": "(>﹏<)",
+ "keywords": "沮丧 angry upset 心烦 生气 frustrated"
+ },
+ {
+ "text": "(ノ°益°)ノ",
+ "keywords": "furious angry 愤怒 生气 mad 疯狂"
+ },
+ {
+ "text": "(⇀‸↼‶)",
+ "keywords": "沮丧 upset 心烦 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(◕‿◕)♡",
+ "keywords": "爱 love happy 开心"
+ },
+ {
+ "text": "\(^▽^)/",
+ "keywords": "praise excited 开心 快乐 happy 赞美 兴奋 joy"
+ },
+ {
+ "text": "(。•́︿•̀。)",
+ "keywords": "悲痛 sad upset 心烦 sorrow 悲伤"
+ },
+ {
+ "text": "\(º □ º l|l)/",
+ "keywords": "fear shocked 惊恐 震惊 害怕 scared frightened"
+ },
+ {
+ "text": "¯\\_(ツ)_/¯",
+ "keywords": "whatever well shrug oh 耸肩 冷漠 indifferent 无所谓 哦好吧"
+ },
+ {
+ "text": "╮(︶︿︶)╭",
+ "keywords": "whatever indifferent shrug 一般般 耸肩 冷漠 meh 无所谓"
+ },
+ {
+ "text": "( ̄. ̄;)",
+ "keywords": "confused 困惑 什么 不确定 unsure what"
+ },
+ {
+ "text": "(⇀_⇀)",
+ "keywords": "skeptical 不确定 怀疑 doubt unsure"
+ },
+ {
+ "text": "(°ロ°) !",
+ "keywords": "震惊 surprised shocked 惊讶"
+ },
+ {
+ "text": "(´• ω •`)ノ",
+ "keywords": "hello 你好 嗨 问候 greetings wave 挥手 嘿 hey hi"
+ },
+ {
+ "text": "(づ ◕‿◕ )づ",
+ "keywords": "拥抱 embrace hug"
+ },
+ {
+ "text": "(^_−)☆",
+ "keywords": "wink 眨眼"
+ },
+ {
+ "text": "┬┴┬┴┤(・_├┬┴┬┴",
+ "keywords": "偷看 hiding wall 墙 shy 害羞 peeking 躲藏"
+ },
+ {
+ "text": "(^• ω •^)",
+ "keywords": "kitty 小猫 猫 cat"
+ },
+ {
+ "text": "∪・ェ・∪",
+ "keywords": "dog 狗 doggy puppy 小狗"
+ },
+ {
+ "text": "(´♡‿♡`)",
+ "keywords": "infatuated 爱 迷恋 love"
+ },
+ {
+ "text": "(*≧m≦*)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(>;_<;)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(,,#゚Д゚)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "ヽ(o`皿′o)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "o(>;<; )o",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "o( >;<;)o",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "ヽ(≧Д≦)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(>д<)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(;≧皿≦)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "[○・`Д´・○]",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "ヽ(#`Д´)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "Σ(-`Д´-ノ;)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(((p(>;o<;)q)))",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(/゚Д゚)/",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(¬д¬。)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (¬、¬)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (;¬_¬)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (;¬_¬)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (;¬д¬)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (≧σ≦)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " o(-`д´- 。)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " ヽ(●-`Д´-)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (* ̄m ̄)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (´Д`)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (; ̄Д ̄)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (¬_¬)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(#`д´)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(」゜ロ゜)」",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "Σ(▼□▼メ)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(━┳━ _ ━┳━)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(┳◇┳)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "{{|└(>;o<; )┘|}}",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "\(@O@)/",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(≧▼≦;)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "\(〇O〇)/",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "s(・`ヘ´・;)ゞ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(▼へ▼メ)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "\(`O´θ/",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "θ\(;¬_¬)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " ヽ(`⌒´メ)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " 凸(-0-メ)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " 凸(`△´+)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " 凸(`0´)凸",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " 凸(`⌒´メ)凸",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " \(`0´)/",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " -`д´-",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (>;人<;)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "щ(ಠ益ಠщ)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(ノಠ益ಠ)ノ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "щ(ಥДಥщ)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "o(≧o≦)o",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (⋋▂⋌)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(◣_◢)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "ᕙ(⇀‸↼‶)ᕗ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "ᕦ(ò_óˇ)ᕤ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "( ಠ ಠ )",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (¬▂¬)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": " (¬_¬)",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "ಥ⌣ಥ",
+ "keywords": "沮丧 angry 生气 mad 疯狂 frustrated"
+ },
+ {
+ "text": "(ノ´д`)",
+ "keywords": "抱歉 apologize 道歉 sorry"
+ },
+ {
+ "text": "(シ_ _)シ",
+ "keywords": "抱歉 apologize 道歉 sorry"
+ },
+ {
+ "text": "<(_ _)>",
+ "keywords": "抱歉 apologize 道歉 sorry"
+ },
+ {
+ "text": "<(。_。)>",
+ "keywords": "抱歉 apologize 道歉 sorry"
+ },
+ {
+ "text": " m(_ _;;m",
+ "keywords": "抱歉 apologize 道歉 sorry"
+ },
+ {
+ "text": " m(¬0¬)m",
+ "keywords": "抱歉 apologize 道歉 sorry"
+ },
+ {
+ "text": "(*ノ・ω・)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "川´・ω・`川",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "( (ミ´ω`ミ))",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "ヾ(T(エ)Tヽ)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "\(・`(ェ)・)/",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "⊂(ο・㉨・ο)⊃(^(エ)^)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "(^(I)^)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "( ̄(エ) ̄)ノ",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "⊂( ̄(工) ̄)⊃",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "⊂(^(工)^)⊃",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "⊂(・(ェ)・)⊃",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "(* ̄(エ) ̄*)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "ヾ(´(エ)`ノ゙",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "(/(エ)\)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "⊂( ̄(エ) ̄)⊃",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " “(`(エ)´)ノ",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " (`(エ)´)ノ",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " (ó㉨ò)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "(♥ó㉨ò)ノ♡",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " (/-(エ)-\)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " (´(エ)`)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " ヽ( ̄(エ) ̄)ノ",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " (/ ̄(エ) ̄)/",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "⊂(◎(工)◎)⊃",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "(● ̄(エ) ̄●)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " 《/( ̄(エ) ̄)ゞ》",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "⁝⁞⁝⁞ʕु•̫͡•ʔु☂⁝⁞⁝⁝",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": " (✪㉨✪)",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "Ψ( ̄(エ) ̄)Ψ",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "┏((= ̄(エ) ̄=))┛",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "・㉨・",
+ "keywords": "动物 熊 bear animal"
+ },
+ {
+ "text": "V(=^・ω・^=)v",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=`ω´=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "o(^・x・^)o",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "\(=^‥^)/'`",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "( =①ω①=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "d(=^・ω・^=)b",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=TェT=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=;ェ;=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "ヽ(=^・ω・^=)丿",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=^・ω・^)y=",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(^-人-^)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "ヽ(^‥^=ゞ)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(^・ω・^ )",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=^-ω-^=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "b(=^‥^=)o",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(.=^・ェ・^=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=´∇`=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "ヾ(=゚・゚=)ノ",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "~(=^‥^)ノ",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "~(=^‥^)/",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=xェx=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=;ェ;=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(=`ェ´=)",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(^・o・^)ノ\\\"",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(^._.^)ノ",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "└(=^‥^=)┐",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "='①。①'=",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "<(*ΦωΦ*)>",
+ "keywords": "动物 cat animal 猫"
+ },
+ {
+ "text": "(◎-◎;)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(・_・ヾ",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "( ̄(エ) ̄)ゞ",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(-_-)ゞ゛",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(‘◇’)?",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "ヽ(゜Q。)ノ?",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(´`;) ?",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "【・ヘ・?】",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "【・_・?】",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "( ・◇・)?",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(゜-゜)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "ヾ(´・ ・`。)ノ”",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "「(゚ペ)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "( ?´_ゝ`)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "o(´^`)o",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(´−`) ンー",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(」゚ペ)」",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(•ิ_•ิ)?",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "「(°ヘ°)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(。ヘ°)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "〈(゜。゜)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(゜。゜)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "く(^_・)ゝ",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(^~^;)ゞ",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": " ٩(͡๏̯͡๏)۶",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "٩(̾●̮̮̃̾•̃̾)۶",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "(⊙_◎)",
+ "keywords": "什么 confused 困惑 哈 uh huh 呃 what"
+ },
+ {
+ "text": "Dancing",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヘ(^_^ヘ)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ^_^)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "o(^^o)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(o^^)o",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ´_ゝ`)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(^ ^ゞ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ‥)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "( ノ^ω^)ノ゚",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(*´∇`)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(・ω・*)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(*ノ´□`)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "。(⌒∇⌒。)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(。⌒∇⌒)。",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "〜( ̄▽ ̄〜)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(〜 ̄▽ ̄)〜",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "〜(^∇^〜)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(〜^∇^)〜",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "〜( ̄△ ̄〜)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(〜 ̄△ ̄)〜",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "┗(`ー´)┓",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "┏(`ー´)┛",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "┗(^0^)┓",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "┏(^0^)┛",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ ̄ー ̄)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヘ( ̄ー ̄ヘ)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヘ( ̄ω ̄ヘ)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ ̄ω ̄)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヘ(^o^ヘ)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ^o^)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(-_- )ゞ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(@^∇^@)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ≧∀≦)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "\(^ω^\)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ゚▽゚)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヽ(゚ー゚*ヽ)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヽ(*゚ー゚*)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ*゚ー゚)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヽ(*´Д`*)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(o´・_・)っ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(*д*)ノ゛",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヽ(°◇° )ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヽ( °◇°)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ°ο°)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(ノ・o・)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(^^ゞ)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(゚∀゚ゞ)",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヽ(´ー`)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "ヾ(*⌒ヮ⌒*)ゞ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "〈( ^.^)ノ",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "┌(★o☆)┘",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "└(★o★)┐",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "♪(┌・。・)┌",
+ "keywords": "dance party 跳舞 派对"
+ },
+ {
+ "text": "(x_x;)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(*_*)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(×_×;)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(×_×#",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(#+_+)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(+_+)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "ヾ(×× ) ツ",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(Ω_Ω)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "へ(<_>へ)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(*0*;)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(u_u)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": " (✖╭╮✖)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(º_º)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "٩(×̯×)۶",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(ñ_ñ)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "(o_-)",
+ "keywords": "在 死亡 休息 dead 和平 安息 rip peace rest in"
+ },
+ {
+ "text": "Defeated",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "_| ̄|○",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "\(--)/",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "\(-___________-;)/",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "/(;-_-)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "~(>_<。)\",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "((-_-))",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(ー△ー;)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(◎ー◎;)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(/ _ ; )",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(o_ _)o",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "ヘ( ̄  ̄;ヘ)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(;*´Д`)ノ",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(ノ_ _)ノ",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "ヘ(_ _ヘ)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(ノ ̄д ̄)ノ",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(;-_-)ノ",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "o(-_-;*)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "ヘ(;´Д`ヘ)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(;-_-)/",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(oT-T)尸",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "ヘ(´o`)ヘ",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(一。一;;)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(ノ#-_-)ノ",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "(~~~)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "y-(~。~;)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "( -。-)",
+ "keywords": "up give surrender defeated 投降 给予 向上 失败"
+ },
+ {
+ "text": "Uo・ェ・o",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "∪・ω・∪",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "U。・ェ・。",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "▽・ω・▽",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "▽・w・▽",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "U^皿^U",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "v・。・V",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "UTェTU",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "(^・(I)・^)",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "U・♀・",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "o(U・ω・)⊃",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "(^・x・^)",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "(U・x・U)",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "▼o・ェ・o▼",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "U^ェ^",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "U ̄ー ̄",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "┌U・ェ・U┘",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "└@(・ェ・)@┐",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "ヾ(●ω●)ノ",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "(〓 ̄(∵エ∵) ̄〓)",
+ "keywords": "dog 狗 puppy 狗狗 doggo animal 动物 小狗 pupper"
+ },
+ {
+ "text": "o口(・∀・ )",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "(。・・)_且",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "且_(゚◇゚;)ノ゙",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "~旦_(^O^ )",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "( ゜Д゜)⊃旦",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "( ´・ω・`)_且~",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "( ^-^)_旦”\\\"",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "(*^◇^)_旦",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "(*`▽´)_旦~~",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "~(=^‥^)_旦~",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "(^-^)_日",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "~~旦_(・o・;)",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "( -_-)旦~",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "(#´ー´)旦",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "且_(・_・ )",
+ "keywords": "喝酒 drink"
+ },
+ {
+ "text": "(・`ω´・)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "ψ(`∇´)ψ",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(`ー´)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(。・`ω´・。)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "o(`ω´*)o",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "| `Д´|",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(`ε´)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(σ-`д・´)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(`Д´*)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(=`〜´=)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(メ`ロ´)/",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "Ψ(`▽´)Ψ",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "^(#`∀´)_Ψ",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(*-`ω´- )人",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(ц`ω´ц*)",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "(`∀´)Ψ",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "ψ(*`ー´)ψ",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "Ψ(`◇´)Ψ",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": "“ψ(`∇´)ψ",
+ "keywords": "sneaky 偷偷摸摸 evil 邪恶 策划 狡猾 devious plotting"
+ },
+ {
+ "text": ">=<",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": ">゜))))彡",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "ζ°)))彡",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": ">_)))彡",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": ">^)))< ~~",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "(°)#))<<",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "(:。)ミ",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "C:。ミ",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "(Q )) >",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "(°))<<",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": ">°))))彡",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "≧〔゜゜〕≦",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "ミ(・・)ミ",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "V=(° °)=V",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "<コ:ミ",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "(゜))<<",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "ミ[°°]ミ",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "くコ:彡",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "ミ..ミ",
+ "keywords": "动物 鱼 fish animal"
+ },
+ {
+ "text": "ヽ(∀゜ )人( ゜∀)ノ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(*・∀・)/\(・∀・*)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "\(^∀^)メ(^∀^)ノ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "\(★´−`)人(´▽`★)/",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "( ^^)人(^^ )",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(〃⌒▽⌒)八(〃⌒▽⌒〃)八(⌒▽⌒〃)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "☆-(ノ゚Д゚)八(゚Д゚ )ノ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "( 。・_・。)人(。・_・。 )",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヽ(*^ー^)人(^ー^*)ノ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "━(○´エ`)(´エ`●)━",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(◎`・ω・´)人(´・ω・`*)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "。*:★(´・ω・人・ω・`)。:゜★。",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(*´∀`*人*´∀`*)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(^▽^)/\(^▽^)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(*^ω^)人(^ω^*)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヽ(○´∀)乂(*´∀`*)乂(∀`●)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヽ(´Д`)人(´Д`)人(´Д`)ノ〜♪",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(((*°▽°*)八(*°▽°*)))♪",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "♡(*´∀`*)人(*´∀`*)♡",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(〃 ̄д ̄)八(  ̄д ̄ )八( ̄д ̄〃)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヽ(^▽^)人(^▽^)人(^▽^)ノ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(((@°▽°@)八(@°▽°@)))",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(・_・”)/\(・_・”)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(○`ε´○)/\(○`ε´○)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヘ( ^o^)ノ\(^_^ )",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(/^-^(^ ^*)/",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "( 。・_・。)人(。・_・。 )",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(・_・)〆\(T_T)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(^^)-(^^)-(^^)-(^^)-(^^)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヽ(´Д`)人(´Д`)人(´Д`)ノ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヾ( ̄ー ̄)X(^∇^)ゞ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "♪ヽ( ⌒o⌒)人(⌒-⌒ )v ♪",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(*^o^)人(^o^*)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "\( ^o)( ^ 0 ^ )(o^ )/",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "ヽ( ^^)人(^^ )ノ",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(・_・”)/\(・_・”)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "└(^o^ )X( ^o^)┘",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(^○^)オ(^▽^)ハ(^0^)ツ~",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "( ⌒o⌒)人(⌒-⌒ )v",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "(°◇°人°◇°)",
+ "keywords": "朋友 friends"
+ },
+ {
+ "text": "( ^_^)/",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(^o^)/",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(^ _ ^)/",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "( ´ ▽ ` )ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(ノ´∀`*)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヾ(´・ω・`)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "☆ミ(o*・ω・)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "\(^▽^*)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(*^▽^)/",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "( ̄▽ ̄)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヾ(-_-;)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヾ( ‘ – ‘*)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヾ(@⌒ー⌒@)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "~ヾ ^∇^",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "~ヾ(^∇^)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "\( ̄O ̄)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(。・ω・)ノ゙",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(*^・ェ・)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "( ̄∠  ̄ )ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(* ̄O ̄)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヾ(。´・_●・`。)☆",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(/・0・)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(ノ^∇^)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(,, ・∀・)ノ゛",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(。・д・)ノ゙",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "\(°o°;)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(。´∀`)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(o´ω`o)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "( ・ω・)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(。^_・)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "( ・_・)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "\(-o- )",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(。-ω-)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "\(-_- )",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "\( ・_・)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヾ(´¬`)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヾ(☆▽☆)",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(^ Q ^)/゛",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "~(^◇^)/",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヘ(‘◇’、)/",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヘ(°◇、°)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヘ(°¬°)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヘ(゜Д、゜)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "( ゜ρ゜)ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ー( ´ ▽ ` )ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "ヽ(๏∀๏ )ノ",
+ "keywords": "嗨 问候 再见 greetings 挥手 goodbye hi bye wave"
+ },
+ {
+ "text": "(●´∀`●)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(`・ω・´)”",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(;▽;)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(*´・v・)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(((o(*゚▽゚*)o)))",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "☆*:.。. o(≧▽≦)o .。.:*☆",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(⌒▽⌒)☆",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "⊂((・▽・))⊃",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(≧∇≦)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(´∇ノ`*)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(・◇・)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(^_^)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "( ̄ー ̄)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(*^▽^*)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(^▽^)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(’-’*)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "∩( ・ω・)∩",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(*≧▽≦)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\(^ ^)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "O(≧∇≦)O",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "( ´∀`)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(^~^)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\(@ ̄∇ ̄@)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(☆^O^☆)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(★^O^★)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(☆^ー^☆)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(´ω`★)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\(T∇T)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(*≧ω≦)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "*(*´∀`*)☆",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "O(≧▽≦)O",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(*⌒∇⌒*)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "d=(´▽`)=b",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\(*T▽T*)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(‘ ∇‘ )ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(*^ワ^*)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(^Д^)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(´∀`)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(°◇°;)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(゜▽゜;)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(/^▽^)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(ノ´ー`)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "( ^∇^)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\( `.∀´)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(●⌒∇⌒●)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "o(≧∇≦o)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(`◇´)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(*・ω・)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(^ω^)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "。◕‿◕。",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "⊙ω⊙",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "⊙△⊙",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "⊙▽⊙",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "o (◡‿◡✿)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(◕‿◕✿)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(∩_∩)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(•ิ_•ิ)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(/•ิ_•ิ)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(ΦωΦ)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(*^^*)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(^⊆^)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(-^〇^-)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(ノ*゜▽゜*)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヾ(´▽`;)ゝ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(゜▼゜*)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "( ̄个 ̄)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\(^▽^@)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(“⌒∇⌒”)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "へ(゜∇、°)へ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(-^〇^-)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(>y<)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(^。^)丿",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(ヘ。ヘ)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(^v^)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヾ(@^▽^@)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヾ(@°▽°@)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヾ(@^▽^@)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "o((*^▽^*))o",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヾ(@゜∇゜@)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヾ(@゜▽゜@)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(@´_`@)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヾ(@† ▽ †@)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(ノ>▽<。)ノ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\(@;◇;@)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "\(☆o◎)/",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(((\(@v@)/)))",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(o;TωT)o",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ヽ(;^o^ヽ)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(⌒▽⌒ゞ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "“ヽ(´▽`)ノ”",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "Ψ(´▽`)Ψ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(v^_^)v",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": " (ી(΄◞ิ౪◟ิ‵)ʃ)♥",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(❁´◡`❁)*✲゚*",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(ღ˘⌣˘ღ) ♫・*:.。. .。.:*・",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": " ლ(╹◡╹ლ)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(✿◠‿◠)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(◑‿◐)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ლ(́◉◞౪◟◉‵ლ)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "✖‿✖",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(*~▽~)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(─‿‿─)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "∩(︶▽︶)∩",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": " (︶ω︶)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "(∩▂∩)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": " (¬‿¬)",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": " (n˘v˘•)¬",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": " ಥ‿ಥ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "≖‿≖",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "ʘ‿ʘ",
+ "keywords": "开心 joyful yay 快乐 happy 耶 joy"
+ },
+ {
+ "text": "|・ω・`)",
+ "keywords": "peek 偷看 hide 隐藏"
+ },
+ {
+ "text": "ヘ(・_|",
+ "keywords": "peek 偷看 hide 隐藏"
+ },
+ {
+ "text": "|−・;)",
+ "keywords": "peek 偷看 hide 隐藏"
+ },
+ {
+ "text": "|ω・)",
+ "keywords": "peek 偷看 hide 隐藏"
+ },
+ {
+ "text": "|_・)",
+ "keywords": "peek 偷看 hide 隐藏"
+ },
+ {
+ "text": "(´∀`)♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(‘∀’●)♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(*´▽`*)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(*°∀°)=3",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(´ω`♡%)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "ヽ(愛´∀`愛)ノ",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "♡o。.(✿ฺ。 ✿ฺ)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(。・ω・。)ノ♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(●´∀`)ノ♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "♡^▽^♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(。-_-。 )人( 。-_-。)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(●♡∀♡)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(_´ω`)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(´ ▽`).。o♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(o⌒.⌒o)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(人´∀`*)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(〃・・〃)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "♥(ノ´∀`)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(ღ˘⌣˘ღ)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(。’▽’。)♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": " (●´□`)♡",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": " (。♥‿♥。)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(✿ ♥‿♥)",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "♥╣[-_-]╠♥",
+ "keywords": "爱 心 love infatuation 爱心 <3 heart 迷恋"
+ },
+ {
+ "text": "(´ε` )♡",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "~(^з^)-☆",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "|°з°|",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(_ε_)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(‘ε’)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "|( ̄3 ̄)|",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "( ̄ε ̄@)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(*^3^)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(´ε`*)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(○´3`)ノ",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(☆´3`)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(* ̄з ̄)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(づ ̄ ³ ̄)づ",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(○゜ε^○)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(TεT)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(-ε- )",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(@ーεー@)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(*^3^)/~☆",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "ლ(|||⌒εー|||)ლ",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": " (╯3╰)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": " (ΘεΘ;)",
+ "keywords": "kiss 亲吻"
+ },
+ {
+ "text": "(・∀・)",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": "(⌒▽⌒)",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": " (*≧▽≦)ノシ))",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": " (●´艸`)",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": " (*´艸`*)",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": "(。 >艸<)",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": "(*≧艸≦)",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": "(*・艸・)",
+ "keywords": "haha 笑 哈哈 laugh"
+ },
+ {
+ "text": "ヽ(´ー`)┌",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "┗┐ヽ(′Д、`*)ノ┌┛",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ( ´¬`)ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "┗┃・ ■ ・┃┛",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヾ(´A`)ノ゚",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ(・_・;)ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ(  ̄д ̄;)ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "\(〇_o)/",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ(。_°)ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "\(;´□`)/",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヾ(*´ー`)ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ(‘ー`)ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ(ー_ー )ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ(´~`;)",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "┐(‘~`;)┌",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "ヽ(*ω。)ノ",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "(;´・`)>",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "(^~^)",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "╮(─▽─)╭",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": " ¯\\_(ツ)_/¯",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "٩(-̮̮̃-̃)۶",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "٩(-̮̮̃•̃)۶",
+ "keywords": "whatever 什么 so 温和 shrug 一般般 耸肩 meh 无所谓 mellow 所以 what"
+ },
+ {
+ "text": "(=゚ω゚)ノ",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(○’ω’○)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "[´・ω・`]",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヾ(。・ω・。)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(´-ω-`)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(*・ω・)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(*-ω-)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "┗(・ω・;)┛",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "{・ω-*}",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(* >ω<)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヾ(o・ω・)ノ",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "w(´・ω・`)w",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(´・ω・`)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(・ω・;)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "Σ(・ω・`|||)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヾ(・ω・o)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(´o・┏ω┓・o`)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヽ(・ω・。)ノ",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(ノ・ω・)ノ゙",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヽ(・ω・ゞ)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヾ(・ω・`。)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(。-`ω´-)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(=゚ω゚)ノ",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(。+・`ω・´)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヽ(。ゝω・。)ノ",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "⊂^j^⊃",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(⊂((・⊥・))⊃)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "~(-仝-)~",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "⊂((〃’⊥’〃))⊃",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "○(・x・)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "◎▼◎",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(-Φ-)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "⊆(⌒◎⌒)⊇",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "≫(‘♀’)≪",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(’∽’)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(≡・ x ・≡)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(∵)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "Σ( ゚ω゚;≡⊃",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "ヽ(´・ω・`)、",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(*´ω`)o",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(´・ω・)ノ",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "~>゜)~~~~",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": ">°)m~~~∈",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "~>°)mニニニニ=~",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(∩ё∩)",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "~>`)~~~",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "]^:山",
+ "keywords": "动物 animal"
+ },
+ {
+ "text": "(´Д` )",
+ "keywords": ""
+ },
+ {
+ "text": "・゜・(ノД`)",
+ "keywords": ""
+ },
+ {
+ "text": "ヽ(´Д`ヽ",
+ "keywords": ""
+ },
+ {
+ "text": "(ゝ。∂)",
+ "keywords": ""
+ },
+ {
+ "text": "(-_\)",
+ "keywords": ""
+ },
+ {
+ "text": "( ゚,_ゝ゚)",
+ "keywords": ""
+ },
+ {
+ "text": "ヽ(・∀・)ノ",
+ "keywords": ""
+ },
+ {
+ "text": "v(。-_-。)v",
+ "keywords": ""
+ },
+ {
+ "text": "(^凹^)",
+ "keywords": ""
+ },
+ {
+ "text": "( ゚д゚)",
+ "keywords": ""
+ },
+ {
+ "text": "(/・・)ノ",
+ "keywords": ""
+ },
+ {
+ "text": "(ノ・ェ・)ノ",
+ "keywords": ""
+ },
+ {
+ "text": "\(゚ー゚\)",
+ "keywords": ""
+ },
+ {
+ "text": "o(‧”’‧)",
+ "keywords": ""
+ },
+ {
+ "text": "(◕〝◕)",
+ "keywords": ""
+ },
+ {
+ "text": "( c//”-}{-*\\x)",
+ "keywords": ""
+ },
+ {
+ "text": "(◐ o ◑ )",
+ "keywords": ""
+ },
+ {
+ "text": "(;´_ヘ;)",
+ "keywords": ""
+ },
+ {
+ "text": "(πーπ)",
+ "keywords": ""
+ },
+ {
+ "text": "w(@。@;)w",
+ "keywords": ""
+ },
+ {
+ "text": "\(●o○;)ノ",
+ "keywords": ""
+ },
+ {
+ "text": "(V)o\\o;;(V)",
+ "keywords": ""
+ },
+ {
+ "text": "($0$)",
+ "keywords": ""
+ },
+ {
+ "text": "(o。o;)",
+ "keywords": ""
+ },
+ {
+ "text": "ヘ(゜◇、゜)ノ",
+ "keywords": ""
+ },
+ {
+ "text": "☆⌒(*^-°)v",
+ "keywords": ""
+ },
+ {
+ "text": "☆⌒(*^∇゜)v",
+ "keywords": ""
+ },
+ {
+ "text": "m{oYo}屮",
+ "keywords": ""
+ },
+ {
+ "text": "*~●>^)",
+ "keywords": ""
+ },
+ {
+ "text": "━━☆>^)",
+ "keywords": ""
+ },
+ {
+ "text": "(´・` )",
+ "keywords": ""
+ },
+ {
+ "text": "(^ц^ )",
+ "keywords": ""
+ },
+ {
+ "text": "【:εω",
+ "keywords": ""
+ },
+ {
+ "text": " (๑ ऀืົཽ₍₍ළ₎₎ ऀืົཽ)✧",
+ "keywords": ""
+ },
+ {
+ "text": " ‹(•¿•)›",
+ "keywords": ""
+ },
+ {
+ "text": "(⊙ヮ⊙)",
+ "keywords": ""
+ },
+ {
+ "text": "( °٢° )",
+ "keywords": ""
+ },
+ {
+ "text": " ( ゚,_ゝ゚)",
+ "keywords": ""
+ },
+ {
+ "text": "@(o・ェ・)@",
+ "keywords": "动物 猴子 monkey animal"
+ },
+ {
+ "text": "@(。・o・)@",
+ "keywords": "动物 猴子 monkey animal"
+ },
+ {
+ "text": "@(o・ェ・o)@",
+ "keywords": "动物 猴子 monkey animal"
+ },
+ {
+ "text": "@(/o・ェ・o)@/",
+ "keywords": "动物 猴子 monkey animal"
+ },
+ {
+ "text": "@(*^ェ^)@",
+ "keywords": "动物 猴子 monkey animal"
+ },
+ {
+ "text": "Moustache",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "(´┏o┓`)",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "ミ(´┏ω┓`)/",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "(´┏・┓`)",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "( ̄┏Д┓ ̄°*)",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "( ̄┏Д┓ ̄ )",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "(  ̄┏_┓ ̄)",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "(ノ≧┏Д┓≦)ノ",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "( ̄┏∞┓ ̄)",
+ "keywords": "胡子 moustache stache"
+ },
+ {
+ "text": "☆⌒(>。≪)",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "☆ ̄(>。☆)",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "~(>_<~)",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "ヘ(>_<ヘ)",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "(。_+)\",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "(xLx)ヾ",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "/(*ι*)ヾ",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "(ノ>ノ)",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "/(x~x)\",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "◎☆(♯××)┘",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "ヘ(。□°)ヘ",
+ "keywords": "urgh ugh pain 疼痛 哎哟 呃 ow"
+ },
+ {
+ "text": "( ´(00)`)",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "ヾ(;゚(OO)゚)ノ",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "ヽ(*’(OO)’)ノ",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "( ̄(oo) ̄)ノ",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "(○`(●●)´○)ノ",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "(*’(OO)’*)",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "(;゚(OO)゚)",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "(*´(00)`)’",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "ヽ(*’(OO)’)ノ゚",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "q( ̄(oo) ̄)p",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "。゚(゚´(00)`゚)゚。",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "( ̄(∞) ̄)",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "( ̄(▽▽) ̄)",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "(=`(∞)´=)",
+ "keywords": "动物 animal 猪 pig"
+ },
+ {
+ "text": "( ; ; )",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(T_T)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "( TДT)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(ToT)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(T▽T)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(‘A`)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(;_・)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(T_T)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "((T.T; )",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(; T.T))",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(;へ:)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(ノД`)・゜・。",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "・(/Д`)・",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(´_`。)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(´Д`。)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(´A`。)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(´∩`。)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "。:゚(。ノω\。)゚・。",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(┳Д┳)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(´;д;`)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(*´;ェ;`*)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "。・゚゚・(>д<)・゚゚・。",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(。┰ω┰。)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(゜´Д`゜)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(iДi)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(´;ω;`)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "。゚(゚ノД`゚)゚。",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "ヽ(´□`。)ノ",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(゚´Д`゚)゚",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "{{p´Д`q}}",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "ヽ(●゚´Д`゚●)ノ゚",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "( p_q)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": ".・゜゜・(/。\)・゜゜・.",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(个_个)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "((´д`))",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "( ≧Д≦)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "。゜(`Д´)゜。",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "p(´⌒`。q)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(/□\*)・゜",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "((o(;△;)o))",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(; ̄д ̄)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(ㄒoㄒ)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "⊙︿⊙",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "o(╥﹏╥)o",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "o(;△;)o",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(;*△*;)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(´_`)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "╥﹏╥",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": " (´°̥̥̥̥̥̥̥̥ω°̥̥̥̥̥̥̥̥`)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": " (∩︵∩)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": " (╯︵╰,)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(︶︹︺)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": " (╥_╥)",
+ "keywords": "sad 眼泪 tears upset 心烦 悲伤 crying 哭泣"
+ },
+ {
+ "text": "(ノдヽ)",
+ "keywords": "shy 害羞 scared 害怕"
+ },
+ {
+ "text": "ヽ(゚Д゚)ノ",
+ "keywords": "shy 害羞 scared 害怕"
+ },
+ {
+ "text": "(/。\)",
+ "keywords": "shy 害羞 scared 害怕"
+ },
+ {
+ "text": "(/_\)",
+ "keywords": "shy 害羞 scared 害怕"
+ },
+ {
+ "text": "(/.\)",
+ "keywords": "shy 害羞 scared 害怕"
+ },
+ {
+ "text": "( ꒪Д꒪)ノ",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "(((( ;°Д°))))",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "((((;゜Д゜)))",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "(゜◇゜)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "( ̄□ ̄;)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "∑(O_O;)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "\(>o<)ノ",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "━Σ(゚Д゚|||)━",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "Σ(゜ロ゜;)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "Σ(゜゜)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "(*゚ロ゚)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "щ(゜ロ゜щ)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "(ノ゚0゚)ノ~",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "⊙▂⊙",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "⊙0⊙",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "w(°o°)w",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "L(・o・)」",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "(○o○)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "(・□・;)",
+ "keywords": "什么 what way 方式 surprise no 震惊 mouth 嘴巴 不 shock open 打开 惊讶"
+ },
+ {
+ "text": "(^_^;)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(^^ゞ",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(^^;)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(#^.^#)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(‘-’*)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(*^^*)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(⌒_⌒;)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(#`ε´#ゞ",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(*/∇\*)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(〃 ̄ω ̄〃ゞ",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(*´ェ`*)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(*´∀`*)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(*´_ゝ`)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(/ω\)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(*ノ▽ノ)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(*ノωノ)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(/。\)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(。-_-。)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(#/。\#)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": " (╯_╰)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "(╯ಊ╰)",
+ "keywords": "bashful embarrassed shy 害羞 尴尬"
+ },
+ {
+ "text": "ヾ(´□`* )ノ",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "(^O^☆♪",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "\(^o^)/",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "(´▽`)ノ♪",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "ヽ(´▽`;)/♪",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "ヽ(´・`)ノ",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "ヽ(○´∀`)ノ♪",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "ヾ(´ρ`)〃",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "ヾ(´〇`)ノ",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "(´△`)♪",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "(ノ´▽`)ノ♪",
+ "keywords": "singing 唱歌"
+ },
+ {
+ "text": "Σ( ̄。 ̄ノ)ノ",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(-ェ-)。o",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(;´ρ`)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(*´ο`*)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "ε-(´・`)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "\(o ̄∇ ̄o)/",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "\(´O`)/",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "[(--)]zzz",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(´~`)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "ヾ(。 ̄□ ̄)ツ",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "ヾ( ̄0 ̄; )ノ",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "ヾ( ̄□ ̄;)ノ",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(。-ω-)zzz",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(-_-) zzz",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(∪。∪)。。。zzz",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(´〜`*) zzz",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "∑( ̄□ ̄)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(o´Д`)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "()´д`()",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(´□`川)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": " ᕙ(⇀‸↼‶)ᕗ",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": " (ι´Д`)ノ",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(ᴗ˳ᴗ)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": " _ノ乙(、ン、)_",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "(_ _)ヾ(‘ロ‘)",
+ "keywords": "up 疲倦 打哈欠 yawning sleepy wake 醒来 tired 困倦 向上"
+ },
+ {
+ "text": "ー( ̄~ ̄)ξ",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "((( ̄へ ̄井)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(`へ´*)ノ",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "( ̄^ ̄)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "( ̄へ ̄)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "( ̄~ ̄;)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "( ̄ェ ̄;)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(-、-)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "( ;`ヘ´)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "( ̄ω ̄;)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(`^´)ノ",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "<( ̄︶ ̄)>",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "Winking",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(^_-)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(-o⌒)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(^_−)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(^_-)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(^_−)☆",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(⌒.−)=★",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(^_-)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(^_・)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "๏[-ิ_•ิ]๏",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(^_-)≡★",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "☆~(ゝ。∂)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "\(^0^)/",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": " (・ェ-)",
+ "keywords": "自鸣得意 smug"
+ },
+ {
+ "text": "(ーー;)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "( ;´Д`)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(; ̄ェ ̄)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "ヽ( ̄д ̄;)ノ",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "( ̄◇ ̄;)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(−_−;)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(~_~;)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "((*゜Д゜)ゞ”",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(・_-。 )",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "⊙﹏⊙",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "ミ●﹏☉ミ",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(-’๏_๏’-)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(⊙…⊙ )",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "( ´△`)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(;° ロ°)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "ヽ(゜ロ゜;)ノ",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "(°o°;)",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "。:゚*+;(●´・д・`●);+*゚:。",
+ "keywords": "worried 担心"
+ },
+ {
+ "text": "φ( ̄ー ̄ )ノ",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(°ρ°*)メ",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "_φ(□□ヘ)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "_φ( ̄ー ̄ )",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(._.)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(..)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "___ψ(‥ )",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "ψ(。。)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(◎◎ヘ)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "_φ( °-°)/",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "_φ(°-°=)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(◎◎へ)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(^∇^ )",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "_〆(。。)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(..;)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "φ(・ω・` )",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "〆(・∀・@)",
+ "keywords": "writing 写作"
+ },
+ {
+ "text": "(╯°□°)╯︵ ┻━┻",
+ "keywords": ""
+ },
+ {
+ "text": "┬──┬◡ノ(° -°ノ)",
+ "keywords": ""
+ },
+ {
+ "text": "(╯°Д°)╯︵/(.□ . \\)",
+ "keywords": ""
+ },
+ {
+ "text": "((((*。_。)_",
+ "keywords": ""
+ },
+ {
+ "text": "(*・_・)ノ⌒*",
+ "keywords": ""
+ },
+ {
+ "text": "八(^□^*)",
+ "keywords": ""
+ },
+ {
+ "text": "(?・・)σ",
+ "keywords": ""
+ },
+ {
+ "text": "(ι´Д`)ノ",
+ "keywords": ""
+ },
+ {
+ "text": "\(\◇ ̄ )ヘン~(  ̄▽/)ゝシン!!! \(○ `O´ ○)/トゥーー!!",
+ "keywords": ""
+ },
+ {
+ "text": "(/ ̄△ ̄)/ヘーン\( ̄_ ̄\)シン!\( ̄△ ̄)/トォー!!",
+ "keywords": ""
+ },
+ {
+ "text": "d(-_^)",
+ "keywords": ""
+ },
+ {
+ "text": "( ゚∀(・-・)",
+ "keywords": ""
+ },
+ {
+ "text": "p(*^-^*)q",
+ "keywords": ""
+ },
+ {
+ "text": "(*・)σσσ(*゜Д゜*)",
+ "keywords": ""
+ },
+ {
+ "text": "ヽ`、ヽ`ヽ(* ̄o ̄*)>ヽ`、ヽ`",
+ "keywords": ""
+ },
+ {
+ "text": "¬o( ̄- ̄メ)",
+ "keywords": ""
+ },
+ {
+ "text": "( ^)/占~~~~~",
+ "keywords": ""
+ },
+ {
+ "text": "(*^^)/~~~~~~~~~~◎",
+ "keywords": ""
+ },
+ {
+ "text": "(。_°☆\(- – )",
+ "keywords": ""
+ },
+ {
+ "text": "( `_)乂(_’ )",
+ "keywords": ""
+ },
+ {
+ "text": "O( `_´)乂(`_´ )O",
+ "keywords": ""
+ },
+ {
+ "text": "(`・ω・´)ゞ",
+ "keywords": ""
+ },
+ {
+ "text": "(●ゝω)ノヽ(∀<●)",
+ "keywords": ""
+ },
+ {
+ "text": "凸(⊙▂⊙✖ )",
+ "keywords": ""
+ },
+ {
+ "text": "( ^o)ρ┳┻┳°σ(o^ )",
+ "keywords": ""
+ },
+ {
+ "text": "ヽ(^o^)ρ┳┻┳°σ(^o^)/",
+ "keywords": ""
+ },
+ {
+ "text": " (/_^)/ ● \(^_\)",
+ "keywords": ""
+ },
+ {
+ "text": "=( ^o^)ノ ...…___o",
+ "keywords": ""
+ },
+ {
+ "text": " (-^-^)p_____|_o____q(^-^ )",
+ "keywords": ""
+ },
+ {
+ "text": "(/o^)/ °⊥ \(^o\)",
+ "keywords": ""
+ },
+ {
+ "text": " (o・_・)ノ”(ノ_<。)",
+ "keywords": ""
+ },
+ {
+ "text": "―(T_T)→",
+ "keywords": ""
+ },
+ {
+ "text": "ლ(´ڡ`ლ)",
+ "keywords": ""
+ },
+ {
+ "text": " (☞゚∀゚)☞",
+ "keywords": ""
+ },
+ {
+ "text": "('-'*)オハヨ♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "(*゚ー゚)vオハヨ♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "ヾ(@⌒ー⌒@)ノおはよう",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": " ̄O ̄)ノオハー",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "~~~ヾ(^∇^)おはよー♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "才ノヽ∋―_φ(゚▽゚*)♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "オ川・o・川 ハ川・▽・川 ヨ川・0・川 ウ川・ε・川",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "...φ(ー ̄*)カキカキ_φ(* ̄0 ̄)ノ[才八∃一]ペタッ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "( 'o')b オッ ( 'O')L ハー♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "(b*^0)d (ノ*^▽)ノ オッハー♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "お~o(⌒0⌒)oは~♪\(⌒▽⌒)/",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "b(⌒o⌒)d おっ \(*^▽^*)/ はぁー!!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "b( ̄ロ ̄)d w( ̄◇ ̄)w オッハーァ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "b(^o^)d w(^0^)w オッハー♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "p( ̄o ̄)qオッ!!w( ̄0 ̄)wハー!!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "p( ̄o ̄)qオッ!!w( ̄0 ̄)wハー!!v( ̄■ ̄)vグロッ!!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "o(^0^)oオッw(^○^)wハ~♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "o川・o・川oオッ!\川・o・川/ハー!!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "b(≧δ≦)d おっ…*(≧〇≦)* はー!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "オッ*´○`)/ハァ*´▽`)/~~",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "(ヾ(´▽`)ノオハヨウ(o´_`)o)ペコッ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "b(・o・)dおw(・0・)wはぁで(・<>・)まよc(^・^)っちゅ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "ヾ(´ω`=´ω`)ノ オハヨォ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "6(o ̄O ̄o)∂オッ!\(o ̄∇ ̄o)/ ハッーーー♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "ν(o ̄O ̄o)γアーロ!\(o ̄∇ ̄o)/ ハッーーー♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "お( ̄ー ̄ )ノ は( ̄ー ̄)ノ よっ(  ̄ー ̄)ノ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "お(~∇~* )ノ は(*~∇~*)ノ よっ( *~∇~)ノ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "( ̄o  ̄;)オ( ̄0  ̄;)ハ( ̄、 ̄;)ヨ...",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "(*^o^*)オ (*^O^*)ハ (*^。^*)ヨー!!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "( 'Θ')ノ( 'Θ')ノ( 'Θ')ノオハオハオハ♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "~(=^‥^)ノ☆ おはよぉニャ!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "(^オ^)(^ハ^)(^ヨ^)(^ウ^)(^ー^)",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "☆お(^O^)☆は(^o^)☆よ(^0^)☆う(^ー^☆♪",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "オ(´┏○┓`)ハ(´┏▽┓`)ヨ(´┏0┓`)ウ(´┏3┓`)ノ\\\"))",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "オ波ー!( ^-)<≡≡(((( ☆ドゴーン!☆)´0`)ノハウー",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "おはよ~~(  ̄Д ̄)σ)* ̄- ̄)オラオラ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "オハヨウカウンターパンチイー!!o( ゚o゚)==○) ゚ο゚)☆グハァッ゙",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "><(((( ゚<.。o○オ.。o○ハ.。o○ヨ.。o○ウ.。o○",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "◎\( ̄O ̄)オハヨーヨー!!Ξ(  ̄▽ ̄)ノ―――――――◎)+o+)グシャ",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "((s-_-)sズン,,((s-_・)sズン,,((((/゚◇゚)/<オッハヨォーーーーーーーーーーーー!!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "~~-v(* ̄・ ̄)。。o(オ)(ハ)(ヨ)(ウ)~",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "~~~ヾ(〓 ̄(∵エ∵) ̄〓)オハヨウ!!",
+ "keywords": "morning good 早安"
+ },
+ {
+ "text": "^-^*)/コンチャ!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(。・ω・)ノ゙ コンチャ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(*^・ェ・)ノ コンチャ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "U。・x・)ノ チワン!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "▼o・_・o▼コンニチワン♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ヾ(〃⌒ ー―――⌒)ノ~~コンニチワァ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "☆Hey!ヽ('ー'#)/ Hello!☆",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(^コ^)(^ン^)(^ニ^)(^チ^)(^ワ^)",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "≫≫o(-0-o)スゥ・・・(o゚□゚)o≪≪≪コンニチワァアアアアアアアアア!!!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "o( ̄・・ ̄o)))=3。o○コ。o○ン。o○ニ。o○チ。o○プー",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(*^o^*)コ(*^_^*)ン(*^ー^*)ニ(*^ー^*)チ(*^O^*)ワーー!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "おこぉ~にちわぁ~んわぁ~ぱぁ~ん~ち~~о(・_・O",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "こ(^0^)ん(-_-)に( ̄ー ̄)ち( ̄∞ ̄)・・・Ψ( ̄∇ ̄)Ψわっはっは~♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "*゚o゚)ノ*゚o゚)ノ*゚o゚)ノコンチコンチコンチッ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "クルクル (*^ー^)ノ(^-^)(-^ )(^ )( )( ^)( ^-)(^-^)ノコンチャ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(; ̄o☆O=(・_・O オコンニチ ワンツーパーンチ!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "><(((( ゚<.。o○コ.。o○ン.。o○ニ.。o○チ.。o○ワ.。o○",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "~~-v(* ̄・ ̄)。。o(コ)(ン)(ニ)(チ)(ワ)~",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "コンニチ波!( ゜o)<≡≡((((☆ガゴーン☆)>o<)ノ オゥー",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ちわ~v( ̄∇ ̄)v",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "こ( ̄0 ̄)ん( ̄ー ̄)に( ̄△ ̄)ち\\\"<( ̄∇ ̄)>\\\"わっはっは!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "こ( ̄□ ̄)か( ̄ー ̄)き( ̄◇ ̄)く( ̄△ ̄)け( ̄O ̄)ノ~こんちゃ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "⊃`ノ二千ヮ...φ(´ー`*)",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "\\\"( ´ ▽ ` )ノ\\\"ちわぁ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(〃 ´ ▽ ` )ノ\\\"▽ ちわぁ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(・Ω・)ノ チワー!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ボンジュール ( ̄∠  ̄ )ノ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "☆ボンジュール ♪( ̄∠  ̄ )ノ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "( ´_ゝ`)ノボンジュール♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "o(・\\\"・;)ゞ=3コンニチブッ~!\(゚0゚;)/ウヒャー((ヾ(*ヘ*;)クセー!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "こんにち▼・。・▼」」」」ーワンワン!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "( )/!-ろは んっ( ^) こっちだ!(^-^)/はろ-!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "は(* ̄▽ ̄)ノろぉ(* ̄O ̄)ノ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(*~▼~)ノ ハロー元気~??",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "川 ̄_ゝ ̄)ノ ハロー♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(/*^^)/ハッロ-!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "==((( (/* ^^)/ ハローーー!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ハロー ( ̄∠  ̄ )ノハロー ( ̄∠  ̄ )ノハロー ( ̄∠  ̄)ノ<ハロー注意報",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "( )/!ーロハ ンッ( ・) コッチダ!(^ー^)/ハロー!!",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ハロッo(~∇~*o)(o*~∇~)oハローッ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ハロッo( ̄▽ ̄o)(o ̄▽ ̄)oハロー",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "♪ハロo(・x・o) !!o(・x・)/ハロ!! (o・x・)oハロ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ヾ(〃 ̄ ̄ ̄ ̄▽ ̄ ̄ ̄ ̄〃)ノ ハロハロー♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ヾ(〃 ̄ ̄ ̄ ̄(エ) ̄ ̄ ̄ ̄〃)ノヽ口―♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "ノヽ口―_φ(゚▽゚*)♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "(o^-')o∠☆:゚*'ノヽ口―",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "川・ム・川ノハロー",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "はろ~ん あるふぁ~♪( ^ー^)ニΣニニ⊃‐・:;プニィィィ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "|^・ω・)/ ハロー♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "壁|≡ヾ(*゚▽゚)ノ ハロー♪ ",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "( ̄┏∞┓ ̄)/ ニイハオ♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "o( ´_ゝ`)ノ アニョハセヨ♪♪",
+ "keywords": "afternoon good 下午 好"
+ },
+ {
+ "text": "こ(^0^)ん(^_^)ば(^▽^)ん(^_^)わ(^○^)",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "( ̄0 ̄)こ( ̄ー ̄)ん( ̄〇 ̄)ば( ̄ー ̄)ん( ̄〇 ̄)わ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "こヾ(^o^-) ん(o^ー^)o ばo(^0^o*) ん(o^-^)ヾわ(*^〇^*)ノ”",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "(*^ο^)こ(*^-^)ん(*^○^)ば(*^-^)ん(*^〇^)わ(*^∇^)vニパッ♪",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "⊃`ノ八\\\"`ノ八_〆┤'-'*├",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "⊃`ノ八\\\"`ノ八,,,((φ( ̄Д ̄)ノ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "><(((( ゚<.。o○コ.。o○ン.。o○バ.。o○ン.。o○ワ.。o○",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "こんぱんだ♪ヾ(●ω●)ノ”フリフリ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "( ゚▽゚)/コンバンハ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "(*・ェ・*)ノ~☆コンバンワ♪",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "( ^-^)ノ(* ^-^)ノこんばんわぁ♪",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "(*^o^*)コ(*^_^*)ン(*^O^*)バ(*^_^*)ン(*^O^*)ワーー!",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "こんばんわぁo(^-^ o )(ノ ^-^)ノゃぁゃぁ♪",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "(^o^)コ(^-^)ン(^0^)バ(^-^)ン(^0^)ハ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "( -。-)スゥーーー・・・ (o>ロ<)oコンバンハアアアアアアアア",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "ヾ(* ̄ ̄ ̄ ̄▽ ̄ ̄ ̄ ̄*)ノこんばんわ♪",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "ヾ(。・ェ・)コンバン波!!(。・ェ・)ノノ^\/\/\/\/\☆)゚д゚||)グハッ!",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "こんばん波!(^-)<≡(((((( ☆ぼしゅ!☆()‘0')ノあうっ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "こんばん波!(* ̄ー)<≡(((((( ☆ぼしゅ!☆)ToT)ノ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "コンバン波!(  ̄ー)<≡≡((((☆バゴーン☆)ToT)ノアゥー",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "( +o☆O=(・_・O オコンバン ワンツーパーンチ!!",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "「(」。・_・)こんばん(。・_・)=《《≠≠≠≠≠≠≠≠〇波!!",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "ヾ(。・_・)コンバン(。・o・)ノノ=≪≪≠≠≠≠≠≠≠≠〇波!!Σ(゚□゚||)ハゥゥ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "o(。・_・)コンバンワン!( 。・_)oツー!!ε==ΞΞ(o- -)=○パーンチ!!☆",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "▽・w・▽こんばんわんこ",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "ウィー (*^¬^)ノ∀ コンバンワインー",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "U。・ェ・。Uノ~コンバンワン♪",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "▽・ェ・▽ノ\\\"\\\"コンバンワン♪",
+ "keywords": "evening good 晚上 好"
+ },
+ {
+ "text": "( ̄○ ̄)お( ̄◇ ̄)や( ̄o ̄)す( ̄ー ̄)ノみ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お( ̄o ̄) や( ̄O ̄) す( ̄。 ̄) みぃ( ̄ー ̄)ノ”",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "( ̄0  ̄お( ̄〇 ̄や( ̄ε ̄す( ̄¬ ̄みぃ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(^o^) や(^O^) す(^。^) みぃ(^-^)ノ゙",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "ヾ(´○` )お♪( ´▽`)や♪(´ε` )す♪( ´θ`)ノみ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(・O・。)お(・▽・。)や(・.・。)す(・ー・。)み",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(=^o^=) や(=^O^=) す(=^。^=) みぃ(=^-^)/~~ニャ- ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(*'O'*)お(*'∇'*)や(*'・'*)す(*'ー'*)み♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "( ゚o゚ )オ(゚▽゚)ヤ( ゚・゚ )ス(゚━゚)/~ミー",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ(*゚o゚)ヤ(*゚O゚)ス(*゚。゚)ミ(*゚ー~)^☆",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ(・ェ・)ヤ(・ェ-)ス(-ェ・)ミ(-ェ-)。o○Zzz…",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(゚o゚)オ(゚0゚)ヤ(゚・゚)ス(゚-゚)ミ ネロ!(o゚ロ゚)θ☆(o_ロ_)ozzZ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ((゚0゚| ヤ((゚o| ス((゚| ミ!((三[家]o_ω_)ozZZ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ(メ▼O▼)ヤ(メ▼◇▼)ス(メ▼。▼)ミ(メ▼皿▼)┳*--バキューン!!",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(*´○`*)あ(*´ー`*)い(*´△`*)う(*´0`*)え(*´◇`*)ノ~おやすみ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "@(。・o・)@お@(。・◇・)@や@(。・。・)@す@(。・_・)@ノみ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(-o-;) お(^◇^;)や(◎。◎;)す(T0T) み・・・",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(T¬T)/~~~サヨナラ・・・オヤスミナサイ・・",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "○Oo。.(T¬T)/~~~オヤスミナサイ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "~(=^‥^)ノ☆ おやすみニャ。",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "ξ・◇・ξ/~~~ オヤスミー",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(θωθ)おやすみ~☆",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "おやすみなさい~♪(⌒∇⌒)ノ\\\"\\\"フリフリ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "☆GOODNIGHT☆(;д;)ノ~▽''。・゚゚・",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "★*♪。☆*★*♪。☆*★*♪。☆*(^∇゚*)ノ\\\"オヤスミィ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(*'o'*)や(*'O'*)す(*'。'*)みぃ(*'-'*)ノ\\\"\\\"",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ(*゚o゚*)ヤ(*^0^*)ス(*゚▽゚*)ミィ(゚-^*)ノ\\\"\\\"マタネ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(^o^) や(^O^) す(^^) みぃ(^-^)",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(^○^)や(~o~)す(゚o゚)みぃ(- -)。0O",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(^o^)や(^◇^)す(^〇^)み(^-^)で(^・^)チュッ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(+o+) や(+O+) す(++) みぃ(+-+)",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(。・o・)お(。・д・)や(。・。・)す(。・_・)ノみ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ(o・0・o)ヤ(o・ェ・o)ス(o-ェ-o)ミィ(o_ _)o.zZ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(=o=)お(=O=)や(=。=)す(=w=)み~~zzZZ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お《≡^o^》や《≡^O^》 す《≡^^》 みぃ《≡^-^》",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(≧○≦)お(≧◇≦)や(≧o≦)す(≧▽≦)ノみ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "川*'o'*川ノ~お川*'0'*川ノ~や川*'・'*川ノ~す川*'ー'*川ノ~み",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お^(w^0^w)^や^(w^o^w)^す^(w^。^w)^み^(w^-^w)^♪☆・゚",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お~♪>(´0`(´0` や~♪>(~▽~(~▽~す~♪>(^ε^(^ε^ み~♪>(~Θ~(~Θ~",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オヤスッスーコーラスヽ(*゚o゚)(゚0゚)(゚o゚*)ノオヤスッスーオヤスッスーデュゥワァーワァー♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "(*⌒○⌒*)おー(*⌒▽⌒*)やー(*⌒o⌒*)すー(*⌒ー⌒*)みっ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "( ̄○ ̄)お( ̄◇ ̄)や( ̄ο ̄)す( ̄ー ̄)ノ~~~み~♪・:*:・゚★,。・:*:・゚☆",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ(^o^*)ヤ(*^O^)ス(*^^*)ミー(*^-^)ノフリフリ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ(´┏o┓`)ヤ(´┏0┓`)ス(´┏・┓`)ミ(´┏ω┓`)/",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "あちらさんも(・_・ )ノこちらさんも(・ ・)そちらさんも(・_・)ノおやすみい♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(○`o´○) や(○`O´○) す(○`ε´○) みぃ(○`-´○)",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "寝る5秒前(p.-)4(ρ.-)3(p.-)2(ρ.-)1…(ToT)/~~~おやすみぃ~♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "ヾ(*~▼~)おやすみいーっ(~▼~*)ノ~''",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "┌|^o^|┘オ┌|^O^|┘ヤ┌|^・^|┘ス┌|^-^|┘ミィ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オ┤* ̄O ̄*├ヤ┤*-.-*├ス┤_ _├ミ",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "お(ノ ̄0 ̄)ノや(o ̄・ ̄)oす(。_ _)。みzzz..",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オヤスミ (*~¬~*)/。・:*:・゚★,。・:*:・゚☆",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "川*'-'*川ノ~☆・*。.:*・゚☆オヤスミ♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "オヤスミ♪<(゚ー^)ノ^*・'゚☆。.:*:・'☆'・:*:.。.:*:・'゚:*:・'゚☆",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "睡魔→Ψ(`∀´#)ノ\_(T◇T)ノ\\\")),,,,,,,,,オヤスミー",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "||寝室||Ю o(▽` o) =3 =3 =3 オヤスミー♪",
+ "keywords": "晚安 night good"
+ },
+ {
+ "text": "・。・゜゜・☆彡*:.。.:*・゜Xmas+.(○・艸)(艸・●)゜+.☆彡・゜・。・*:.。.:*・゜",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "(〃 ̄▽ ̄)o-o∠※PAN!\\\"。・:*:・゚☆メリークリスマス・:*:・゚☆",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "*<(*´-`)o∠※PAN!\\\"。・:*:・゚Merry Christmas♪",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "(*´ω`)o【★メ☆リ★ク☆リ★】o(´ω`*)",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "(o´∀`o):.*メ゚::リ.。:ク..*.リ゚:..(o´∀`o)",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "(*´▽`)v☆・゜:*☆メ☆リ☆ク☆リ ☆・゜:*☆v(´▽`=)",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "。∠(*゚∇゚*)☆メリークリスマス☆(*・ェ・*)>。",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "☆*Merry*☆=- ★=- ヽ(^∇^*)ノ -=★ -=☆*X'mas*☆",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "メリーーーーー。・:*:・゚`★(o≧□≦)o☆.。・:*:・゚`クリスマーーーーース!!!!!",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "*<( ^O^)/□☆□\(^O^ )>* メリー クリスマス!",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "メリー *<( ≧▽≦)/□☆□\(≧▽≦ )>* クリスマス!",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "メリ━ *<( ・∀・)ノ□☆□ヽ(・∀・ )>* ━クリスマス!",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "。∠(* ̄  ̄)〃∇〃)η .。.:*・゚Merry X'mas:*・゚。:.*",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "*<(* ̄▽ ̄)ノ☆;:*:;☆",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "★:゜*☆※>o( ̄▽ ̄*)>*",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "★:゚*☆※>o(´ー´*)Merry*Christmas(*´ー´)o<※☆:゚*★",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "★:゚*☆※>o('ー'*)>o Merry*Christmas o<(*'ー')o<※☆:゚*★",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "v(゚∇^*)>o⌒☆merry X'mas☆ミ",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "(´・ω・)ノ★*゚*☆*゚*めりーくりすます*゚*☆*゚*★ヽ(・ω・`)",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "プレゼント置イテクネ *<(´・ω・)っ由 |[(*´ェ`)]|zZZ",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "ソリ⇒└*・・*┘----┐(・ω・`)>* ジャァ、ボクハ帰ルネ",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "└*・・*┘----┐(´;ω;)ノシ マタ来年会オウネ |[(*´ェ`)]|Zzz",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "ルンルン♪ヾ(´ I `*)o<【:*・゚☆†Merry X'mas†.。.:*・゚】",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "×└|勹└|_φ(・ω・`)>* ___]\(*´・●・`)\(*´・○・`)♪メリークリスマス",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": ".。+゚*[o・ω・]ノ*мёЯЯЧ CнЯIsтмДs*.。+゚*",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "∈・`*┘ミ-ヽ(m`*)>*_[†+。:.゜Merry Christmas゜.:。+†]",
+ "keywords": "christmas 快乐 merry holiday 圣诞节 假期"
+ },
+ {
+ "text": "。+。゚☆ァケオメ(p*'v`*q)コトョロ☆゚。+。",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "|ョ・∀・)ぁヶぉめ★",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "アケ━(。´>∀)ノ━オメ♪",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "(●>∇<ノ)ノ・.。*あけおめぇ・.。* ",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "*☆━。゚ΑКЁ.+゚(p・ω・。q)゚+ОМЁ.゚。━★*!!",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "☆・:.,:*明ヶマシテェェヾ(*´・エ・`)ノオメデト*:,.:・★",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "・゚+А。・。ндрру ヾ(′エ+`)ノйёщ・゚+уёая。・。",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "+。:.(*′艸`)★アケオメ♪コトヨロ★(*′艸`).::+。",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "☆*+:.★ヾ(o´∀`o)ノ{今年もよろしくね}ヾ(o´∀`o)ノ☆.:+*★",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "☆゚+。*゚(*´д`良い年になりますように´д`*)゚*。+゚☆",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "++U*´∀`ァアアケオメエエェ´∀`*U++",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "(m*uωu)m今年も宜しくネッ♪",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "┃賽銭箱┃⑩ ⌒ヾ(uωu*)今年モヨロピク★",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "(@o´∀`)o~[нарру йёω уёая]三3",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "(@´∀`) o наppч йёw чёar o( ´∀`@)",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "(ゝ∀・★Α ΗΑΡΡΥ ΝΕШ ΥΕΑЯ☆´∀`)",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "A HAPPY*.+゚(*'ω`人)゚+.*NEW YEAR",
+ "keywords": "年 新 new year"
+ },
+ {
+ "text": "ε=ε=ε=(o・д・ノ)ノ【。+゚:.A HAPPY NEWYEAR.:゚+。】",
+ "keywords": "年 新 new year"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/cldr.json b/cldr.json
new file mode 100644
index 0000000000..ef3c0728e6
--- /dev/null
+++ b/cldr.json
@@ -0,0 +1,23489 @@
+{
+ "annotations": {
+ "identity": {
+ "language": "zh"
+ },
+ "annotations": {
+ "{": {
+ "default": [
+ "大括号",
+ "左花括号",
+ "括号",
+ "花括号",
+ "鸥翼"
+ ],
+ "tts": [
+ "左花括号"
+ ]
+ },
+ "🏻": {
+ "default": [
+ "肤色",
+ "较浅肤色"
+ ],
+ "tts": [
+ "较浅肤色"
+ ]
+ },
+ "🏼": {
+ "default": [
+ "中等-浅肤色",
+ "肤色"
+ ],
+ "tts": [
+ "中等-浅肤色"
+ ]
+ },
+ "🏽": {
+ "default": [
+ "中等肤色",
+ "肤色"
+ ],
+ "tts": [
+ "中等肤色"
+ ]
+ },
+ "🏾": {
+ "default": [
+ "中等-深肤色",
+ "肤色"
+ ],
+ "tts": [
+ "中等-深肤色"
+ ]
+ },
+ "🏿": {
+ "default": [
+ "肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "较深肤色"
+ ]
+ },
+ "‾": {
+ "default": [
+ "上划线"
+ ],
+ "tts": [
+ "上划线"
+ ]
+ },
+ "_": {
+ "default": [
+ "下划线",
+ "下横线",
+ "低线",
+ "横线",
+ "线条"
+ ],
+ "tts": [
+ "低线"
+ ]
+ },
+ "-": {
+ "default": [
+ "横线",
+ "负号",
+ "连字符",
+ "连字符-负号"
+ ],
+ "tts": [
+ "连字符-负号"
+ ]
+ },
+ "‐": {
+ "default": [
+ "横线",
+ "连字符"
+ ],
+ "tts": [
+ "连字符"
+ ]
+ },
+ "–": {
+ "default": [
+ "横线",
+ "短划线",
+ "连接号"
+ ],
+ "tts": [
+ "连接号"
+ ]
+ },
+ "—": {
+ "default": [
+ "横线",
+ "破折号",
+ "长划线"
+ ],
+ "tts": [
+ "破折号"
+ ]
+ },
+ "―": {
+ "default": [
+ "条形",
+ "横条",
+ "横线",
+ "线条"
+ ],
+ "tts": [
+ "横条"
+ ]
+ },
+ "・": {
+ "default": [
+ "圆点",
+ "片假名",
+ "片假名间隔号",
+ "间隔号"
+ ],
+ "tts": [
+ "片假名间隔号"
+ ]
+ },
+ ",": {
+ "default": [
+ "逗号"
+ ],
+ "tts": [
+ "逗号"
+ ]
+ },
+ "،": {
+ "default": [
+ "逗号",
+ "阿拉伯",
+ "阿拉伯文逗号"
+ ],
+ "tts": [
+ "阿拉伯文逗号"
+ ]
+ },
+ "、": {
+ "default": [
+ "顿号"
+ ],
+ "tts": [
+ "顿号"
+ ]
+ },
+ ";": {
+ "default": [
+ "分号"
+ ],
+ "tts": [
+ "分号"
+ ]
+ },
+ "؛": {
+ "default": [
+ "分号",
+ "阿拉伯",
+ "阿拉伯文分号"
+ ],
+ "tts": [
+ "阿拉伯文分号"
+ ]
+ },
+ ":": {
+ "default": [
+ "冒号"
+ ],
+ "tts": [
+ "冒号"
+ ]
+ },
+ "!": {
+ "default": [
+ "惊叹号",
+ "惊心动魄",
+ "感叹",
+ "感叹号"
+ ],
+ "tts": [
+ "感叹号"
+ ]
+ },
+ "¡": {
+ "default": [
+ "倒置",
+ "倒置的感叹号",
+ "惊叹号",
+ "感叹",
+ "感叹号",
+ "猛撞"
+ ],
+ "tts": [
+ "倒置的感叹号"
+ ]
+ },
+ "?": {
+ "default": [
+ "问号"
+ ],
+ "tts": [
+ "问号"
+ ]
+ },
+ "¿": {
+ "default": [
+ "倒置",
+ "倒置的问号",
+ "疑问",
+ "问号"
+ ],
+ "tts": [
+ "倒置的问号"
+ ]
+ },
+ "؟": {
+ "default": [
+ "疑问",
+ "问号",
+ "阿拉伯",
+ "阿拉伯文问号"
+ ],
+ "tts": [
+ "阿拉伯文问号"
+ ]
+ },
+ "‽": {
+ "default": [
+ "疑问惊叹号"
+ ],
+ "tts": [
+ "疑问惊叹号"
+ ]
+ },
+ ".": {
+ "default": [
+ "句点",
+ "圆点"
+ ],
+ "tts": [
+ "句点"
+ ]
+ },
+ "…": {
+ "default": [
+ "多个圆点",
+ "省略",
+ "省略号"
+ ],
+ "tts": [
+ "省略号"
+ ]
+ },
+ "。": {
+ "default": [
+ "句号",
+ "表意文字",
+ "表意文字的句号"
+ ],
+ "tts": [
+ "表意文字的句号"
+ ]
+ },
+ "·": {
+ "default": [
+ "中点",
+ "中间",
+ "点",
+ "间隔号"
+ ],
+ "tts": [
+ "间隔号"
+ ]
+ },
+ "'": {
+ "default": [
+ "单引号",
+ "引号",
+ "打字机撇号",
+ "撇号"
+ ],
+ "tts": [
+ "打字机撇号"
+ ]
+ },
+ "‘": {
+ "default": [
+ "单引号",
+ "左撇号",
+ "引号",
+ "撇号",
+ "花引号"
+ ],
+ "tts": [
+ "左撇号"
+ ]
+ },
+ "’": {
+ "default": [
+ "单引号",
+ "右撇号",
+ "引号",
+ "撇号",
+ "花引号"
+ ],
+ "tts": [
+ "右撇号"
+ ]
+ },
+ "‚": {
+ "default": [
+ "低右撇号",
+ "低引号",
+ "引号",
+ "撇号"
+ ],
+ "tts": [
+ "低右撇号"
+ ]
+ },
+ "“": {
+ "default": [
+ "双引号",
+ "左双引号",
+ "引号",
+ "引用",
+ "花引用"
+ ],
+ "tts": [
+ "左双引号"
+ ]
+ },
+ "”": {
+ "default": [
+ "双引号",
+ "右双引号",
+ "引号",
+ "引用",
+ "花引号"
+ ],
+ "tts": [
+ "右双引号"
+ ]
+ },
+ "„": {
+ "default": [
+ "低右双引号",
+ "低引号",
+ "双引号",
+ "引号",
+ "引用",
+ "花引号"
+ ],
+ "tts": [
+ "低右双引号"
+ ]
+ },
+ "«": {
+ "default": [
+ "尾巴",
+ "左",
+ "左燕尾号",
+ "引用",
+ "方框",
+ "燕子",
+ "角"
+ ],
+ "tts": [
+ "左燕尾号"
+ ]
+ },
+ "»": {
+ "default": [
+ "右",
+ "右燕尾号",
+ "尾巴",
+ "引用",
+ "方框",
+ "燕子",
+ "角"
+ ],
+ "tts": [
+ "右燕尾号"
+ ]
+ },
+ ")": {
+ "default": [
+ "右括号",
+ "圆括号",
+ "括号",
+ "括弧"
+ ],
+ "tts": [
+ "右括号"
+ ]
+ },
+ "[": {
+ "default": [
+ "四分音符",
+ "左方括号",
+ "括号",
+ "方括号"
+ ],
+ "tts": [
+ "左方括号"
+ ]
+ },
+ "]": {
+ "default": [
+ "右方括号",
+ "四分音符",
+ "括号",
+ "方括号"
+ ],
+ "tts": [
+ "右方括号"
+ ]
+ },
+ "}": {
+ "default": [
+ "右花括号",
+ "大括号",
+ "括号",
+ "花括号",
+ "鸥翼"
+ ],
+ "tts": [
+ "右花括号"
+ ]
+ },
+ "〈": {
+ "default": [
+ "人字形标记",
+ "元组",
+ "尖括号",
+ "尖角括号",
+ "左尖括号",
+ "括号",
+ "菱形括号"
+ ],
+ "tts": [
+ "左尖括号"
+ ]
+ },
+ "〉": {
+ "default": [
+ "人字形标记",
+ "元组",
+ "右尖括号",
+ "尖括号",
+ "尖角括号",
+ "括号",
+ "菱形括号"
+ ],
+ "tts": [
+ "右尖括号"
+ ]
+ },
+ "《": {
+ "default": [
+ "双尖括号",
+ "左双尖括号",
+ "括号"
+ ],
+ "tts": [
+ "左双尖括号"
+ ]
+ },
+ "》": {
+ "default": [
+ "双尖括号",
+ "右双尖括号",
+ "括号"
+ ],
+ "tts": [
+ "右双尖括号"
+ ]
+ },
+ "「": {
+ "default": [
+ "左角括号",
+ "方括号",
+ "角括号"
+ ],
+ "tts": [
+ "左角括号"
+ ]
+ },
+ "」": {
+ "default": [
+ "右角括号",
+ "方括号",
+ "角括号"
+ ],
+ "tts": [
+ "右角括号"
+ ]
+ },
+ "『": {
+ "default": [
+ "中空角括号",
+ "左中空角括号",
+ "方括号"
+ ],
+ "tts": [
+ "左中空角括号"
+ ]
+ },
+ "』": {
+ "default": [
+ "中空角括号",
+ "右中空角括号",
+ "方括号"
+ ],
+ "tts": [
+ "右中空角括号"
+ ]
+ },
+ "【": {
+ "default": [
+ "左黑色透镜状方括号",
+ "方括号",
+ "荚状方括号",
+ "透镜状方括号"
+ ],
+ "tts": [
+ "左黑色透镜状方括号"
+ ]
+ },
+ "】": {
+ "default": [
+ "右黑色透镜状方括号",
+ "方括号",
+ "荚状方括号",
+ "透镜状方括号"
+ ],
+ "tts": [
+ "右黑色透镜状方括号"
+ ]
+ },
+ "〔": {
+ "default": [
+ "六角括号",
+ "左六角括号",
+ "括号",
+ "龟壳形括号"
+ ],
+ "tts": [
+ "左六角括号"
+ ]
+ },
+ "〕": {
+ "default": [
+ "六角括号",
+ "右六角括号",
+ "括号",
+ "龟壳形括号"
+ ],
+ "tts": [
+ "右六角括号"
+ ]
+ },
+ "〖": {
+ "default": [
+ "中空荚状方括号",
+ "中空透镜状方括号",
+ "左中空透镜状方括号",
+ "方括号"
+ ],
+ "tts": [
+ "左中空透镜状方括号"
+ ]
+ },
+ "〗": {
+ "default": [
+ "中空荚状方括号",
+ "中空透镜状方括号",
+ "右中空透镜状方括号",
+ "方括号"
+ ],
+ "tts": [
+ "右中空透镜状方括号"
+ ]
+ },
+ "§": {
+ "default": [
+ "双S",
+ "段落",
+ "部分",
+ "章节",
+ "章节符号"
+ ],
+ "tts": [
+ "章节符号"
+ ]
+ },
+ "¶": {
+ "default": [
+ "段落",
+ "段落标记",
+ "段落符号"
+ ],
+ "tts": [
+ "段落标记"
+ ]
+ },
+ "@": {
+ "default": [
+ "@ 符号",
+ "单价记号"
+ ],
+ "tts": [
+ "@ 符号"
+ ]
+ },
+ "*": {
+ "default": [
+ "星号",
+ "星形",
+ "通配符"
+ ],
+ "tts": [
+ "星号"
+ ]
+ },
+ "/": {
+ "default": [
+ "倾斜",
+ "划掉",
+ "斜杠",
+ "斜线符号",
+ "短斜线"
+ ],
+ "tts": [
+ "斜杠"
+ ]
+ },
+ "\\": {
+ "default": [
+ "反向斜线",
+ "反斜杠"
+ ],
+ "tts": [
+ "反斜杠"
+ ]
+ },
+ "&": {
+ "default": [
+ "与号",
+ "和",
+ "等"
+ ],
+ "tts": [
+ "与号"
+ ]
+ },
+ "#": {
+ "default": [
+ "主题符号",
+ "井号",
+ "编号"
+ ],
+ "tts": [
+ "井号"
+ ]
+ },
+ "%": {
+ "default": [
+ "百分号",
+ "百分比"
+ ],
+ "tts": [
+ "百分号"
+ ]
+ },
+ "‰": {
+ "default": [
+ "千分号",
+ "千分比"
+ ],
+ "tts": [
+ "千分号"
+ ]
+ },
+ "†": {
+ "default": [
+ "剑",
+ "剑号",
+ "十字架"
+ ],
+ "tts": [
+ "剑号"
+ ]
+ },
+ "‡": {
+ "default": [
+ "剑",
+ "剑号",
+ "双",
+ "双剑号"
+ ],
+ "tts": [
+ "双剑号"
+ ]
+ },
+ "•": {
+ "default": [
+ "圆点",
+ "项目符号"
+ ],
+ "tts": [
+ "项目符号"
+ ]
+ },
+ "‧": {
+ "default": [
+ "点",
+ "破折号",
+ "连字符",
+ "连字符点"
+ ],
+ "tts": [
+ "连字符点"
+ ]
+ },
+ "′": {
+ "default": [
+ "角分符号"
+ ],
+ "tts": [
+ "角分符号"
+ ]
+ },
+ "″": {
+ "default": [
+ "角秒符号"
+ ],
+ "tts": [
+ "角秒符号"
+ ]
+ },
+ "‴": {
+ "default": [
+ "三撇"
+ ],
+ "tts": [
+ "三撇"
+ ]
+ },
+ "‸": {
+ "default": [
+ "脱字符"
+ ],
+ "tts": [
+ "脱字符"
+ ]
+ },
+ "※": {
+ "default": [
+ "参考标记"
+ ],
+ "tts": [
+ "参考标记"
+ ]
+ },
+ "⁂": {
+ "default": [
+ "星群"
+ ],
+ "tts": [
+ "星群"
+ ]
+ },
+ "`": {
+ "default": [
+ "抑音符",
+ "沉重",
+ "语调",
+ "重音符号"
+ ],
+ "tts": [
+ "抑音符"
+ ]
+ },
+ "´": {
+ "default": [
+ "尖锐",
+ "语调",
+ "重音符号"
+ ],
+ "tts": [
+ "重音符号"
+ ]
+ },
+ "^": {
+ "default": [
+ "人字形标记",
+ "帽子",
+ "幂",
+ "抑扬音",
+ "抑扬音符号",
+ "指针",
+ "按位异或符号",
+ "控制",
+ "楔子",
+ "补字符",
+ "重音"
+ ],
+ "tts": [
+ "抑扬音符号"
+ ]
+ },
+ "¨": {
+ "default": [
+ "元音变音",
+ "分音符",
+ "分音符号"
+ ],
+ "tts": [
+ "分音符号"
+ ]
+ },
+ "°": {
+ "default": [
+ "度",
+ "度数",
+ "时角",
+ "标准酒精度"
+ ],
+ "tts": [
+ "度"
+ ]
+ },
+ "℗": {
+ "default": [
+ "录音",
+ "录音版权",
+ "版权",
+ "音频"
+ ],
+ "tts": [
+ "录音版权"
+ ]
+ },
+ "←": {
+ "default": [
+ "向左的箭头",
+ "左",
+ "箭头"
+ ],
+ "tts": [
+ "向左的箭头"
+ ]
+ },
+ "↚": {
+ "default": [
+ "带删除线的向左箭头"
+ ],
+ "tts": [
+ "带删除线的向左箭头"
+ ]
+ },
+ "→": {
+ "default": [
+ "右",
+ "向右的箭头",
+ "箭头"
+ ],
+ "tts": [
+ "向右的箭头"
+ ]
+ },
+ "↛": {
+ "default": [
+ "带删除线的向右箭头"
+ ],
+ "tts": [
+ "带删除线的向右箭头"
+ ]
+ },
+ "↑": {
+ "default": [
+ "上",
+ "向上的箭头",
+ "箭头"
+ ],
+ "tts": [
+ "向上的箭头"
+ ]
+ },
+ "↓": {
+ "default": [
+ "下",
+ "向下的箭头",
+ "箭头"
+ ],
+ "tts": [
+ "向下的箭头"
+ ]
+ },
+ "↜": {
+ "default": [
+ "向左波浪箭头"
+ ],
+ "tts": [
+ "向左波浪箭头"
+ ]
+ },
+ "↝": {
+ "default": [
+ "向右波浪箭头"
+ ],
+ "tts": [
+ "向右波浪箭头"
+ ]
+ },
+ "↞": {
+ "default": [
+ "向左双头箭头"
+ ],
+ "tts": [
+ "向左双头箭头"
+ ]
+ },
+ "↟": {
+ "default": [
+ "向上双头箭头"
+ ],
+ "tts": [
+ "向上双头箭头"
+ ]
+ },
+ "↠": {
+ "default": [
+ "向右双头箭头"
+ ],
+ "tts": [
+ "向右双头箭头"
+ ]
+ },
+ "↡": {
+ "default": [
+ "向下双头箭头"
+ ],
+ "tts": [
+ "向下双头箭头"
+ ]
+ },
+ "↢": {
+ "default": [
+ "带尾的向左箭头"
+ ],
+ "tts": [
+ "带尾的向左箭头"
+ ]
+ },
+ "↣": {
+ "default": [
+ "带尾的向右箭头"
+ ],
+ "tts": [
+ "带尾的向右箭头"
+ ]
+ },
+ "↤": {
+ "default": [
+ "尾部带杠的向左箭头"
+ ],
+ "tts": [
+ "尾部带杠的向左箭头"
+ ]
+ },
+ "↥": {
+ "default": [
+ "尾部带杠的向上箭头"
+ ],
+ "tts": [
+ "尾部带杠的向上箭头"
+ ]
+ },
+ "↦": {
+ "default": [
+ "尾部带杠的向右箭头"
+ ],
+ "tts": [
+ "尾部带杠的向右箭头"
+ ]
+ },
+ "↧": {
+ "default": [
+ "尾部带杠的向下箭头"
+ ],
+ "tts": [
+ "尾部带杠的向下箭头"
+ ]
+ },
+ "↨": {
+ "default": [
+ "带底边的上下箭头"
+ ],
+ "tts": [
+ "带底边的上下箭头"
+ ]
+ },
+ "↫": {
+ "default": [
+ "尾部带环的向左箭头"
+ ],
+ "tts": [
+ "尾部带环的向左箭头"
+ ]
+ },
+ "↬": {
+ "default": [
+ "尾部带环的向右箭头"
+ ],
+ "tts": [
+ "尾部带环的向右箭头"
+ ]
+ },
+ "↭": {
+ "default": [
+ "左右波浪箭头"
+ ],
+ "tts": [
+ "左右波浪箭头"
+ ]
+ },
+ "↯": {
+ "default": [
+ "向下锯齿形箭头"
+ ],
+ "tts": [
+ "向下锯齿形箭头"
+ ]
+ },
+ "↰": {
+ "default": [
+ "头朝左的向上箭头"
+ ],
+ "tts": [
+ "头朝左的向上箭头"
+ ]
+ },
+ "↱": {
+ "default": [
+ "头朝右的向上箭头"
+ ],
+ "tts": [
+ "头朝右的向上箭头"
+ ]
+ },
+ "↲": {
+ "default": [
+ "头朝左的向下箭头"
+ ],
+ "tts": [
+ "头朝左的向下箭头"
+ ]
+ },
+ "↳": {
+ "default": [
+ "头朝右的向下箭头"
+ ],
+ "tts": [
+ "头朝右的向下箭头"
+ ]
+ },
+ "↴": {
+ "default": [
+ "下拐的向右箭头"
+ ],
+ "tts": [
+ "下拐的向右箭头"
+ ]
+ },
+ "↵": {
+ "default": [
+ "左拐的向下箭头"
+ ],
+ "tts": [
+ "左拐的向下箭头"
+ ]
+ },
+ "↶": {
+ "default": [
+ "逆时针上半圆箭头"
+ ],
+ "tts": [
+ "逆时针上半圆箭头"
+ ]
+ },
+ "↷": {
+ "default": [
+ "顺时针上半圆箭头"
+ ],
+ "tts": [
+ "顺时针上半圆箭头"
+ ]
+ },
+ "↸": {
+ "default": [
+ "指向长杠的西北箭头"
+ ],
+ "tts": [
+ "指向长杠的西北箭头"
+ ]
+ },
+ "↹": {
+ "default": [
+ "上面是头带杠的向左箭头,下面是头带杠的向右箭头"
+ ],
+ "tts": [
+ "上面是头带杠的向左箭头,下面是头带杠的向右箭头"
+ ]
+ },
+ "↺": {
+ "default": [
+ "逆时针开口圆箭头"
+ ],
+ "tts": [
+ "逆时针开口圆箭头"
+ ]
+ },
+ "↻": {
+ "default": [
+ "顺时针开口圆箭头"
+ ],
+ "tts": [
+ "顺时针开口圆箭头"
+ ]
+ },
+ "↼": {
+ "default": [
+ "倒钩在上的向左鱼叉"
+ ],
+ "tts": [
+ "倒钩在上的向左鱼叉"
+ ]
+ },
+ "↽": {
+ "default": [
+ "倒钩在下的向左鱼叉"
+ ],
+ "tts": [
+ "倒钩在下的向左鱼叉"
+ ]
+ },
+ "↾": {
+ "default": [
+ "倒钩在右的向上鱼叉"
+ ],
+ "tts": [
+ "倒钩在右的向上鱼叉"
+ ]
+ },
+ "↿": {
+ "default": [
+ "倒钩在左的向上鱼叉"
+ ],
+ "tts": [
+ "倒钩在左的向上鱼叉"
+ ]
+ },
+ "⇀": {
+ "default": [
+ "倒钩在上的向右鱼叉"
+ ],
+ "tts": [
+ "倒钩在上的向右鱼叉"
+ ]
+ },
+ "⇁": {
+ "default": [
+ "倒钩在下的向右鱼叉"
+ ],
+ "tts": [
+ "倒钩在下的向右鱼叉"
+ ]
+ },
+ "⇂": {
+ "default": [
+ "倒钩在右的向下鱼叉"
+ ],
+ "tts": [
+ "倒钩在右的向下鱼叉"
+ ]
+ },
+ "⇃": {
+ "default": [
+ "倒钩在左的向下鱼叉"
+ ],
+ "tts": [
+ "倒钩在左的向下鱼叉"
+ ]
+ },
+ "⇄": {
+ "default": [
+ "上面是向右箭头,下面是向左箭头"
+ ],
+ "tts": [
+ "上面是向右箭头,下面是向左箭头"
+ ]
+ },
+ "⇅": {
+ "default": [
+ "上",
+ "下",
+ "左上右下两个箭头",
+ "箭头"
+ ],
+ "tts": [
+ "左上右下两个箭头"
+ ]
+ },
+ "⇆": {
+ "default": [
+ "上左下右两个箭头",
+ "右",
+ "左",
+ "箭头"
+ ],
+ "tts": [
+ "上左下右两个箭头"
+ ]
+ },
+ "⇇": {
+ "default": [
+ "两个向左箭头"
+ ],
+ "tts": [
+ "两个向左箭头"
+ ]
+ },
+ "⇈": {
+ "default": [
+ "两个向上箭头"
+ ],
+ "tts": [
+ "两个向上箭头"
+ ]
+ },
+ "⇉": {
+ "default": [
+ "两个向右箭头"
+ ],
+ "tts": [
+ "两个向右箭头"
+ ]
+ },
+ "⇊": {
+ "default": [
+ "两个向下箭头"
+ ],
+ "tts": [
+ "两个向下箭头"
+ ]
+ },
+ "⇋": {
+ "default": [
+ "上面是向左鱼叉,下面是向右鱼叉"
+ ],
+ "tts": [
+ "上面是向左鱼叉,下面是向右鱼叉"
+ ]
+ },
+ "⇌": {
+ "default": [
+ "上面是向右鱼叉,下面是向左鱼叉"
+ ],
+ "tts": [
+ "上面是向右鱼叉,下面是向左鱼叉"
+ ]
+ },
+ "⇐": {
+ "default": [
+ "向左双箭头"
+ ],
+ "tts": [
+ "向左双箭头"
+ ]
+ },
+ "⇍": {
+ "default": [
+ "带删除线的向左双箭头"
+ ],
+ "tts": [
+ "带删除线的向左双箭头"
+ ]
+ },
+ "⇑": {
+ "default": [
+ "向上双箭头"
+ ],
+ "tts": [
+ "向上双箭头"
+ ]
+ },
+ "⇒": {
+ "default": [
+ "向右双箭头"
+ ],
+ "tts": [
+ "向右双箭头"
+ ]
+ },
+ "⇏": {
+ "default": [
+ "带删除线的向右双箭头"
+ ],
+ "tts": [
+ "带删除线的向右双箭头"
+ ]
+ },
+ "⇓": {
+ "default": [
+ "向下双箭头"
+ ],
+ "tts": [
+ "向下双箭头"
+ ]
+ },
+ "⇔": {
+ "default": [
+ "左右双箭头"
+ ],
+ "tts": [
+ "左右双箭头"
+ ]
+ },
+ "⇎": {
+ "default": [
+ "带删除线的左右双箭头"
+ ],
+ "tts": [
+ "带删除线的左右双箭头"
+ ]
+ },
+ "⇖": {
+ "default": [
+ "西北双箭头"
+ ],
+ "tts": [
+ "西北双箭头"
+ ]
+ },
+ "⇗": {
+ "default": [
+ "东北双箭头"
+ ],
+ "tts": [
+ "东北双箭头"
+ ]
+ },
+ "⇘": {
+ "default": [
+ "东南双箭头"
+ ],
+ "tts": [
+ "东南双箭头"
+ ]
+ },
+ "⇙": {
+ "default": [
+ "西南双箭头"
+ ],
+ "tts": [
+ "西南双箭头"
+ ]
+ },
+ "⇚": {
+ "default": [
+ "向左三箭头"
+ ],
+ "tts": [
+ "向左三箭头"
+ ]
+ },
+ "⇛": {
+ "default": [
+ "向右三箭头"
+ ],
+ "tts": [
+ "向右三箭头"
+ ]
+ },
+ "⇜": {
+ "default": [
+ "向左曲线箭头"
+ ],
+ "tts": [
+ "向左曲线箭头"
+ ]
+ },
+ "⇝": {
+ "default": [
+ "向右曲线箭头"
+ ],
+ "tts": [
+ "向右曲线箭头"
+ ]
+ },
+ "⇞": {
+ "default": [
+ "带双删除线的向上箭头"
+ ],
+ "tts": [
+ "带双删除线的向上箭头"
+ ]
+ },
+ "⇟": {
+ "default": [
+ "带双删除线的向下箭头"
+ ],
+ "tts": [
+ "带双删除线的向下箭头"
+ ]
+ },
+ "⇠": {
+ "default": [
+ "向左虚线箭头"
+ ],
+ "tts": [
+ "向左虚线箭头"
+ ]
+ },
+ "⇡": {
+ "default": [
+ "向上虚线箭头"
+ ],
+ "tts": [
+ "向上虚线箭头"
+ ]
+ },
+ "⇢": {
+ "default": [
+ "向右虚线箭头"
+ ],
+ "tts": [
+ "向右虚线箭头"
+ ]
+ },
+ "⇣": {
+ "default": [
+ "向下虚线箭头"
+ ],
+ "tts": [
+ "向下虚线箭头"
+ ]
+ },
+ "⇤": {
+ "default": [
+ "头带杠的向左箭头"
+ ],
+ "tts": [
+ "头带杠的向左箭头"
+ ]
+ },
+ "⇥": {
+ "default": [
+ "头带杠的向右箭头"
+ ],
+ "tts": [
+ "头带杠的向右箭头"
+ ]
+ },
+ "⇦": {
+ "default": [
+ "向左空心箭头"
+ ],
+ "tts": [
+ "向左空心箭头"
+ ]
+ },
+ "⇧": {
+ "default": [
+ "向上空心箭头"
+ ],
+ "tts": [
+ "向上空心箭头"
+ ]
+ },
+ "⇨": {
+ "default": [
+ "向右空心箭头"
+ ],
+ "tts": [
+ "向右空心箭头"
+ ]
+ },
+ "⇩": {
+ "default": [
+ "向下空心箭头"
+ ],
+ "tts": [
+ "向下空心箭头"
+ ]
+ },
+ "⇪": {
+ "default": [
+ "尾部带杠的向上空心箭头"
+ ],
+ "tts": [
+ "尾部带杠的向上空心箭头"
+ ]
+ },
+ "⇵": {
+ "default": [
+ "左边是向下箭头,右边是向上箭头"
+ ],
+ "tts": [
+ "左边是向下箭头,右边是向上箭头"
+ ]
+ },
+ "∀": {
+ "default": [
+ "全称量词"
+ ],
+ "tts": [
+ "全称量词"
+ ]
+ },
+ "∂": {
+ "default": [
+ "偏微分"
+ ],
+ "tts": [
+ "偏微分"
+ ]
+ },
+ "∃": {
+ "default": [
+ "存在量词"
+ ],
+ "tts": [
+ "存在量词"
+ ]
+ },
+ "∅": {
+ "default": [
+ "空集"
+ ],
+ "tts": [
+ "空集"
+ ]
+ },
+ "∆": {
+ "default": [
+ "三角",
+ "增量"
+ ],
+ "tts": [
+ "增量"
+ ]
+ },
+ "∇": {
+ "default": [
+ "倒三角",
+ "向量微分"
+ ],
+ "tts": [
+ "向量微分"
+ ]
+ },
+ "∈": {
+ "default": [
+ "元素",
+ "包含",
+ "成员",
+ "是...的元素",
+ "集合"
+ ],
+ "tts": [
+ "是...的元素"
+ ]
+ },
+ "∉": {
+ "default": [
+ "不属于"
+ ],
+ "tts": [
+ "不属于"
+ ]
+ },
+ "∋": {
+ "default": [
+ "包含为成员"
+ ],
+ "tts": [
+ "包含为成员"
+ ]
+ },
+ "∎": {
+ "default": [
+ "证明完毕"
+ ],
+ "tts": [
+ "证明完毕"
+ ]
+ },
+ "∏": {
+ "default": [
+ "N元乘积"
+ ],
+ "tts": [
+ "N元乘积"
+ ]
+ },
+ "∑": {
+ "default": [
+ "N元求和"
+ ],
+ "tts": [
+ "N元求和"
+ ]
+ },
+ "+": {
+ "default": [
+ "加",
+ "加号",
+ "相加"
+ ],
+ "tts": [
+ "加号"
+ ]
+ },
+ "±": {
+ "default": [
+ "正负"
+ ],
+ "tts": [
+ "正负"
+ ]
+ },
+ "÷": {
+ "default": [
+ "商数",
+ "除以",
+ "除号",
+ "除商",
+ "除法"
+ ],
+ "tts": [
+ "除号"
+ ]
+ },
+ "×": {
+ "default": [
+ "乘以",
+ "乘号",
+ "乘法",
+ "乘积",
+ "倍数"
+ ],
+ "tts": [
+ "乘号"
+ ]
+ },
+ "<": {
+ "default": [
+ "小于",
+ "标记",
+ "起始标记"
+ ],
+ "tts": [
+ "小于"
+ ]
+ },
+ "≮": {
+ "default": [
+ "不小于"
+ ],
+ "tts": [
+ "不小于"
+ ]
+ },
+ "=": {
+ "default": [
+ "相等",
+ "等于",
+ "等号"
+ ],
+ "tts": [
+ "等号"
+ ]
+ },
+ "≠": {
+ "default": [
+ "不相等",
+ "不等",
+ "不等于"
+ ],
+ "tts": [
+ "不等于"
+ ]
+ },
+ ">": {
+ "default": [
+ "大于",
+ "标记",
+ "结束标记"
+ ],
+ "tts": [
+ "大于"
+ ]
+ },
+ "≯": {
+ "default": [
+ "不大于"
+ ],
+ "tts": [
+ "不大于"
+ ]
+ },
+ "¬": {
+ "default": [
+ "否",
+ "非"
+ ],
+ "tts": [
+ "非"
+ ]
+ },
+ "|": {
+ "default": [
+ "杆",
+ "竖条",
+ "竖线",
+ "管线",
+ "线",
+ "线条",
+ "谢费尔竖线"
+ ],
+ "tts": [
+ "竖线"
+ ]
+ },
+ "~": {
+ "default": [
+ "波浪号"
+ ],
+ "tts": [
+ "波浪号"
+ ]
+ },
+ "−": {
+ "default": [
+ "减",
+ "减去",
+ "减号"
+ ],
+ "tts": [
+ "减号"
+ ]
+ },
+ "⁻": {
+ "default": [
+ "上标",
+ "减号"
+ ],
+ "tts": [
+ "上标减号"
+ ]
+ },
+ "∓": {
+ "default": [
+ "减或加"
+ ],
+ "tts": [
+ "减或加"
+ ]
+ },
+ "∕": {
+ "default": [
+ "除号斜线"
+ ],
+ "tts": [
+ "除号斜线"
+ ]
+ },
+ "⁄": {
+ "default": [
+ "分数斜线"
+ ],
+ "tts": [
+ "分数斜线"
+ ]
+ },
+ "∗": {
+ "default": [
+ "星号运算符"
+ ],
+ "tts": [
+ "星号运算符"
+ ]
+ },
+ "∘": {
+ "default": [
+ "环运算符"
+ ],
+ "tts": [
+ "环运算符"
+ ]
+ },
+ "∙": {
+ "default": [
+ "项目符号运算符"
+ ],
+ "tts": [
+ "项目符号运算符"
+ ]
+ },
+ "√": {
+ "default": [
+ "不尽根",
+ "平方根",
+ "开平方",
+ "开根",
+ "根号"
+ ],
+ "tts": [
+ "平方根"
+ ]
+ },
+ "∝": {
+ "default": [
+ "成比例"
+ ],
+ "tts": [
+ "成比例"
+ ]
+ },
+ "∞": {
+ "default": [
+ "无穷大",
+ "无穷大符号"
+ ],
+ "tts": [
+ "无穷大符号"
+ ]
+ },
+ "∟": {
+ "default": [
+ "直角"
+ ],
+ "tts": [
+ "直角"
+ ]
+ },
+ "∠": {
+ "default": [
+ "角"
+ ],
+ "tts": [
+ "角"
+ ]
+ },
+ "∣": {
+ "default": [
+ "整除"
+ ],
+ "tts": [
+ "整除"
+ ]
+ },
+ "∥": {
+ "default": [
+ "平行"
+ ],
+ "tts": [
+ "平行"
+ ]
+ },
+ "∧": {
+ "default": [
+ "逻辑与"
+ ],
+ "tts": [
+ "逻辑与"
+ ]
+ },
+ "∩": {
+ "default": [
+ "交集",
+ "集",
+ "集合"
+ ],
+ "tts": [
+ "交集"
+ ]
+ },
+ "∪": {
+ "default": [
+ "并集",
+ "集",
+ "集合"
+ ],
+ "tts": [
+ "并集"
+ ]
+ },
+ "∫": {
+ "default": [
+ "积分"
+ ],
+ "tts": [
+ "积分"
+ ]
+ },
+ "∬": {
+ "default": [
+ "二重积分"
+ ],
+ "tts": [
+ "二重积分"
+ ]
+ },
+ "∮": {
+ "default": [
+ "曲线积分"
+ ],
+ "tts": [
+ "曲线积分"
+ ]
+ },
+ "∴": {
+ "default": [
+ "所以"
+ ],
+ "tts": [
+ "所以"
+ ]
+ },
+ "∵": {
+ "default": [
+ "因为"
+ ],
+ "tts": [
+ "因为"
+ ]
+ },
+ "∶": {
+ "default": [
+ "比率"
+ ],
+ "tts": [
+ "比率"
+ ]
+ },
+ "∷": {
+ "default": [
+ "比例"
+ ],
+ "tts": [
+ "比例"
+ ]
+ },
+ "∼": {
+ "default": [
+ "波浪号运算符"
+ ],
+ "tts": [
+ "波浪号运算符"
+ ]
+ },
+ "∽": {
+ "default": [
+ "反转波浪号"
+ ],
+ "tts": [
+ "反转波浪号"
+ ]
+ },
+ "∾": {
+ "default": [
+ "倒置躺倒s"
+ ],
+ "tts": [
+ "倒置躺倒s"
+ ]
+ },
+ "≃": {
+ "default": [
+ "渐近相等"
+ ],
+ "tts": [
+ "渐近相等"
+ ]
+ },
+ "≅": {
+ "default": [
+ "近似相等"
+ ],
+ "tts": [
+ "近似相等"
+ ]
+ },
+ "≈": {
+ "default": [
+ "大概",
+ "约等于",
+ "近似值"
+ ],
+ "tts": [
+ "约等于"
+ ]
+ },
+ "≌": {
+ "default": [
+ "全等"
+ ],
+ "tts": [
+ "全等"
+ ]
+ },
+ "≒": {
+ "default": [
+ "约等于或近似于"
+ ],
+ "tts": [
+ "约等于或近似于"
+ ]
+ },
+ "≖": {
+ "default": [
+ "环等于"
+ ],
+ "tts": [
+ "环等于"
+ ]
+ },
+ "≡": {
+ "default": [
+ "三线",
+ "相同",
+ "等于",
+ "等同",
+ "等同于"
+ ],
+ "tts": [
+ "等同于"
+ ]
+ },
+ "≣": {
+ "default": [
+ "严格等价于"
+ ],
+ "tts": [
+ "严格等价于"
+ ]
+ },
+ "≤": {
+ "default": [
+ "不等式",
+ "小于",
+ "小于等于",
+ "相等",
+ "等于"
+ ],
+ "tts": [
+ "小于等于"
+ ]
+ },
+ "≥": {
+ "default": [
+ "不等",
+ "大于",
+ "大于等于",
+ "相等",
+ "等于"
+ ],
+ "tts": [
+ "大于等于"
+ ]
+ },
+ "≦": {
+ "default": [
+ "小于或等于"
+ ],
+ "tts": [
+ "小于或等于"
+ ]
+ },
+ "≧": {
+ "default": [
+ "大于或等于"
+ ],
+ "tts": [
+ "大于或等于"
+ ]
+ },
+ "≪": {
+ "default": [
+ "远小于"
+ ],
+ "tts": [
+ "远小于"
+ ]
+ },
+ "≫": {
+ "default": [
+ "远大于"
+ ],
+ "tts": [
+ "远大于"
+ ]
+ },
+ "≬": {
+ "default": [
+ "介于"
+ ],
+ "tts": [
+ "介于"
+ ]
+ },
+ "≳": {
+ "default": [
+ "大于或等价于"
+ ],
+ "tts": [
+ "大于或等价于"
+ ]
+ },
+ "≺": {
+ "default": [
+ "先于"
+ ],
+ "tts": [
+ "先于"
+ ]
+ },
+ "≻": {
+ "default": [
+ "后于"
+ ],
+ "tts": [
+ "后于"
+ ]
+ },
+ "⊁": {
+ "default": [
+ "不后于"
+ ],
+ "tts": [
+ "不后于"
+ ]
+ },
+ "⊂": {
+ "default": [
+ "子集",
+ "是...的子集",
+ "集合"
+ ],
+ "tts": [
+ "是...的子集"
+ ]
+ },
+ "⊃": {
+ "default": [
+ "超集"
+ ],
+ "tts": [
+ "超集"
+ ]
+ },
+ "⊆": {
+ "default": [
+ "子集或等于"
+ ],
+ "tts": [
+ "子集或等于"
+ ]
+ },
+ "⊇": {
+ "default": [
+ "超集或等于"
+ ],
+ "tts": [
+ "超集或等于"
+ ]
+ },
+ "⊕": {
+ "default": [
+ "带圆圈加号"
+ ],
+ "tts": [
+ "带圆圈加号"
+ ]
+ },
+ "⊖": {
+ "default": [
+ "带圆圈减号"
+ ],
+ "tts": [
+ "带圆圈减号"
+ ]
+ },
+ "⊗": {
+ "default": [
+ "带圆圈乘号"
+ ],
+ "tts": [
+ "带圆圈乘号"
+ ]
+ },
+ "⊘": {
+ "default": [
+ "带圆圈除号斜线"
+ ],
+ "tts": [
+ "带圆圈除号斜线"
+ ]
+ },
+ "⊙": {
+ "default": [
+ "带圆圈点运算符"
+ ],
+ "tts": [
+ "带圆圈点运算符"
+ ]
+ },
+ "⊚": {
+ "default": [
+ "带圆圈环运算符"
+ ],
+ "tts": [
+ "带圆圈环运算符"
+ ]
+ },
+ "⊛": {
+ "default": [
+ "带圆圈星号运算符"
+ ],
+ "tts": [
+ "带圆圈星号运算符"
+ ]
+ },
+ "⊞": {
+ "default": [
+ "带方框加号"
+ ],
+ "tts": [
+ "带方框加号"
+ ]
+ },
+ "⊟": {
+ "default": [
+ "带方框减号"
+ ],
+ "tts": [
+ "带方框减号"
+ ]
+ },
+ "⊥": {
+ "default": [
+ "上丁字"
+ ],
+ "tts": [
+ "上丁字"
+ ]
+ },
+ "⊮": {
+ "default": [
+ "不强制"
+ ],
+ "tts": [
+ "不强制"
+ ]
+ },
+ "⊰": {
+ "default": [
+ "关系上先于"
+ ],
+ "tts": [
+ "关系上先于"
+ ]
+ },
+ "⊱": {
+ "default": [
+ "关系上后于"
+ ],
+ "tts": [
+ "关系上后于"
+ ]
+ },
+ "⋭": {
+ "default": [
+ "不属于正规子群或等于"
+ ],
+ "tts": [
+ "不属于正规子群或等于"
+ ]
+ },
+ "⊶": {
+ "default": [
+ "原"
+ ],
+ "tts": [
+ "原"
+ ]
+ },
+ "⊹": {
+ "default": [
+ "厄米共轭矩阵"
+ ],
+ "tts": [
+ "厄米共轭矩阵"
+ ]
+ },
+ "⊿": {
+ "default": [
+ "直角三角形"
+ ],
+ "tts": [
+ "直角三角形"
+ ]
+ },
+ "⋁": {
+ "default": [
+ "N元逻辑或"
+ ],
+ "tts": [
+ "N元逻辑或"
+ ]
+ },
+ "⋂": {
+ "default": [
+ "N元交集"
+ ],
+ "tts": [
+ "N元交集"
+ ]
+ },
+ "⋃": {
+ "default": [
+ "N元并集"
+ ],
+ "tts": [
+ "N元并集"
+ ]
+ },
+ "⋅": {
+ "default": [
+ "点运算符"
+ ],
+ "tts": [
+ "点运算符"
+ ]
+ },
+ "⋆": {
+ "default": [
+ "星运算符"
+ ],
+ "tts": [
+ "星运算符"
+ ]
+ },
+ "⋈": {
+ "default": [
+ "自然连接"
+ ],
+ "tts": [
+ "自然连接"
+ ]
+ },
+ "⋒": {
+ "default": [
+ "双交集"
+ ],
+ "tts": [
+ "双交集"
+ ]
+ },
+ "⋘": {
+ "default": [
+ "极小于"
+ ],
+ "tts": [
+ "极小于"
+ ]
+ },
+ "⋙": {
+ "default": [
+ "极大于"
+ ],
+ "tts": [
+ "极大于"
+ ]
+ },
+ "⋮": {
+ "default": [
+ "垂直省略号"
+ ],
+ "tts": [
+ "垂直省略号"
+ ]
+ },
+ "⋯": {
+ "default": [
+ "中线水平省略号"
+ ],
+ "tts": [
+ "中线水平省略号"
+ ]
+ },
+ "⋰": {
+ "default": [
+ "右上对角线省略号"
+ ],
+ "tts": [
+ "右上对角线省略号"
+ ]
+ },
+ "⋱": {
+ "default": [
+ "右下对角线省略号"
+ ],
+ "tts": [
+ "右下对角线省略号"
+ ]
+ },
+ "■": {
+ "default": [
+ "实心方形"
+ ],
+ "tts": [
+ "实心方形"
+ ]
+ },
+ "□": {
+ "default": [
+ "空心方形"
+ ],
+ "tts": [
+ "空心方形"
+ ]
+ },
+ "▢": {
+ "default": [
+ "带圆角的空心方形"
+ ],
+ "tts": [
+ "带圆角的空心方形"
+ ]
+ },
+ "▣": {
+ "default": [
+ "包含实心方形的空心方形"
+ ],
+ "tts": [
+ "包含实心方形的空心方形"
+ ]
+ },
+ "▤": {
+ "default": [
+ "带水平填充符的方形"
+ ],
+ "tts": [
+ "带水平填充符的方形"
+ ]
+ },
+ "▥": {
+ "default": [
+ "带垂直填充符的方形"
+ ],
+ "tts": [
+ "带垂直填充符的方形"
+ ]
+ },
+ "▦": {
+ "default": [
+ "带直角交叉填充符的方形"
+ ],
+ "tts": [
+ "带直角交叉填充符的方形"
+ ]
+ },
+ "▧": {
+ "default": [
+ "带左上到右下填充符的方形"
+ ],
+ "tts": [
+ "带左上到右下填充符的方形"
+ ]
+ },
+ "▨": {
+ "default": [
+ "带右上到左下填充符的方形"
+ ],
+ "tts": [
+ "带右上到左下填充符的方形"
+ ]
+ },
+ "▩": {
+ "default": [
+ "带对角线交叉填充符的方形"
+ ],
+ "tts": [
+ "带对角线交叉填充符的方形"
+ ]
+ },
+ "▬": {
+ "default": [
+ "实心矩形"
+ ],
+ "tts": [
+ "实心矩形"
+ ]
+ },
+ "▭": {
+ "default": [
+ "空心矩形"
+ ],
+ "tts": [
+ "空心矩形"
+ ]
+ },
+ "▮": {
+ "default": [
+ "实心垂直矩形"
+ ],
+ "tts": [
+ "实心垂直矩形"
+ ]
+ },
+ "▰": {
+ "default": [
+ "实心平行四边形"
+ ],
+ "tts": [
+ "实心平行四边形"
+ ]
+ },
+ "▲": {
+ "default": [
+ "三角",
+ "上",
+ "填充",
+ "实心",
+ "实心向上三角",
+ "实心向上箭头",
+ "箭头"
+ ],
+ "tts": [
+ "实心向上三角"
+ ]
+ },
+ "△": {
+ "default": [
+ "空心向上三角"
+ ],
+ "tts": [
+ "空心向上三角"
+ ]
+ },
+ "▴": {
+ "default": [
+ "实心向上小型三角"
+ ],
+ "tts": [
+ "实心向上小型三角"
+ ]
+ },
+ "▵": {
+ "default": [
+ "空心向上小型三角"
+ ],
+ "tts": [
+ "空心向上小型三角"
+ ]
+ },
+ "▷": {
+ "default": [
+ "空心向右三角"
+ ],
+ "tts": [
+ "空心向右三角"
+ ]
+ },
+ "▸": {
+ "default": [
+ "实心向右小型三角"
+ ],
+ "tts": [
+ "实心向右小型三角"
+ ]
+ },
+ "▹": {
+ "default": [
+ "空心向右小型三角"
+ ],
+ "tts": [
+ "空心向右小型三角"
+ ]
+ },
+ "►": {
+ "default": [
+ "实心向右指针"
+ ],
+ "tts": [
+ "实心向右指针"
+ ]
+ },
+ "▻": {
+ "default": [
+ "空心向右指针"
+ ],
+ "tts": [
+ "空心向右指针"
+ ]
+ },
+ "▼": {
+ "default": [
+ "三角",
+ "下",
+ "填充",
+ "实心",
+ "实心向下三角",
+ "实心向下箭头",
+ "箭头"
+ ],
+ "tts": [
+ "实心向下三角"
+ ]
+ },
+ "▽": {
+ "default": [
+ "空心向下三角"
+ ],
+ "tts": [
+ "空心向下三角"
+ ]
+ },
+ "▾": {
+ "default": [
+ "实心向下小型三角"
+ ],
+ "tts": [
+ "实心向下小型三角"
+ ]
+ },
+ "▿": {
+ "default": [
+ "空心向下小型三角"
+ ],
+ "tts": [
+ "空心向下小型三角"
+ ]
+ },
+ "◁": {
+ "default": [
+ "空心向左三角"
+ ],
+ "tts": [
+ "空心向左三角"
+ ]
+ },
+ "◂": {
+ "default": [
+ "实心向左小型三角"
+ ],
+ "tts": [
+ "实心向左小型三角"
+ ]
+ },
+ "◃": {
+ "default": [
+ "空心向左小型三角"
+ ],
+ "tts": [
+ "空心向左小型三角"
+ ]
+ },
+ "◄": {
+ "default": [
+ "实心向左指针"
+ ],
+ "tts": [
+ "实心向左指针"
+ ]
+ },
+ "◅": {
+ "default": [
+ "空心向左指针"
+ ],
+ "tts": [
+ "空心向左指针"
+ ]
+ },
+ "◆": {
+ "default": [
+ "实心菱形"
+ ],
+ "tts": [
+ "实心菱形"
+ ]
+ },
+ "◇": {
+ "default": [
+ "空心菱形"
+ ],
+ "tts": [
+ "空心菱形"
+ ]
+ },
+ "◈": {
+ "default": [
+ "包含实心菱形的空心菱形"
+ ],
+ "tts": [
+ "包含实心菱形的空心菱形"
+ ]
+ },
+ "◉": {
+ "default": [
+ "包含实心圆圈的空心圆圈"
+ ],
+ "tts": [
+ "包含实心圆圈的空心圆圈"
+ ]
+ },
+ "◊": {
+ "default": [
+ "扑克",
+ "方块",
+ "菱形",
+ "钻石"
+ ],
+ "tts": [
+ "菱形"
+ ]
+ },
+ "○": {
+ "default": [
+ "圆",
+ "环形",
+ "空心圆"
+ ],
+ "tts": [
+ "空心圆"
+ ]
+ },
+ "◌": {
+ "default": [
+ "虚线圆圈"
+ ],
+ "tts": [
+ "虚线圆圈"
+ ]
+ },
+ "◍": {
+ "default": [
+ "带垂直填充符的圆圈"
+ ],
+ "tts": [
+ "带垂直填充符的圆圈"
+ ]
+ },
+ "◎": {
+ "default": [
+ "同心圆"
+ ],
+ "tts": [
+ "同心圆"
+ ]
+ },
+ "●": {
+ "default": [
+ "圆",
+ "实心圆"
+ ],
+ "tts": [
+ "实心圆"
+ ]
+ },
+ "◐": {
+ "default": [
+ "左半实心的圆圈"
+ ],
+ "tts": [
+ "左半实心的圆圈"
+ ]
+ },
+ "◑": {
+ "default": [
+ "右半实心的圆圈"
+ ],
+ "tts": [
+ "右半实心的圆圈"
+ ]
+ },
+ "◒": {
+ "default": [
+ "下半实心的圆圈"
+ ],
+ "tts": [
+ "下半实心的圆圈"
+ ]
+ },
+ "◓": {
+ "default": [
+ "上半实心的圆圈"
+ ],
+ "tts": [
+ "上半实心的圆圈"
+ ]
+ },
+ "◔": {
+ "default": [
+ "右上象限实心的圆圈"
+ ],
+ "tts": [
+ "右上象限实心的圆圈"
+ ]
+ },
+ "◕": {
+ "default": [
+ "除左上象限外均实心的圆圈"
+ ],
+ "tts": [
+ "除左上象限外均实心的圆圈"
+ ]
+ },
+ "◖": {
+ "default": [
+ "左半实心圆圈"
+ ],
+ "tts": [
+ "左半实心圆圈"
+ ]
+ },
+ "◗": {
+ "default": [
+ "右半实心圆圈"
+ ],
+ "tts": [
+ "右半实心圆圈"
+ ]
+ },
+ "◘": {
+ "default": [
+ "反白项目符号"
+ ],
+ "tts": [
+ "反白项目符号"
+ ]
+ },
+ "◙": {
+ "default": [
+ "包含空心圆圈的实心方形"
+ ],
+ "tts": [
+ "包含空心圆圈的实心方形"
+ ]
+ },
+ "◜": {
+ "default": [
+ "左上象限圆弧"
+ ],
+ "tts": [
+ "左上象限圆弧"
+ ]
+ },
+ "◝": {
+ "default": [
+ "右上象限圆弧"
+ ],
+ "tts": [
+ "右上象限圆弧"
+ ]
+ },
+ "◞": {
+ "default": [
+ "右下象限圆弧"
+ ],
+ "tts": [
+ "右下象限圆弧"
+ ]
+ },
+ "◟": {
+ "default": [
+ "左下象限圆弧"
+ ],
+ "tts": [
+ "左下象限圆弧"
+ ]
+ },
+ "◠": {
+ "default": [
+ "上半圆圈"
+ ],
+ "tts": [
+ "上半圆圈"
+ ]
+ },
+ "◡": {
+ "default": [
+ "下半圆圈"
+ ],
+ "tts": [
+ "下半圆圈"
+ ]
+ },
+ "◢": {
+ "default": [
+ "实心右下三角"
+ ],
+ "tts": [
+ "实心右下三角"
+ ]
+ },
+ "◣": {
+ "default": [
+ "实心左下三角"
+ ],
+ "tts": [
+ "实心左下三角"
+ ]
+ },
+ "◤": {
+ "default": [
+ "实心左上三角"
+ ],
+ "tts": [
+ "实心左上三角"
+ ]
+ },
+ "◥": {
+ "default": [
+ "实心右上三角"
+ ],
+ "tts": [
+ "实心右上三角"
+ ]
+ },
+ "◦": {
+ "default": [
+ "空心项目符号"
+ ],
+ "tts": [
+ "空心项目符号"
+ ]
+ },
+ "◯": {
+ "default": [
+ "圆",
+ "大空心圆",
+ "环形"
+ ],
+ "tts": [
+ "大空心圆"
+ ]
+ },
+ "◳": {
+ "default": [
+ "右上象限空心方形"
+ ],
+ "tts": [
+ "右上象限空心方形"
+ ]
+ },
+ "◷": {
+ "default": [
+ "右上象限空心圆圈"
+ ],
+ "tts": [
+ "右上象限空心圆圈"
+ ]
+ },
+ "◿": {
+ "default": [
+ "右下三角"
+ ],
+ "tts": [
+ "右下三角"
+ ]
+ },
+ "♪": {
+ "default": [
+ "八分音符",
+ "音乐",
+ "音符"
+ ],
+ "tts": [
+ "八分音符"
+ ]
+ },
+ "⨧": {
+ "default": [
+ "带下标二的加号"
+ ],
+ "tts": [
+ "带下标二的加号"
+ ]
+ },
+ "⨯": {
+ "default": [
+ "向量叉乘"
+ ],
+ "tts": [
+ "向量叉乘"
+ ]
+ },
+ "⨼": {
+ "default": [
+ "内积"
+ ],
+ "tts": [
+ "内积"
+ ]
+ },
+ "⩣": {
+ "default": [
+ "带双底线的逻辑或"
+ ],
+ "tts": [
+ "带双底线的逻辑或"
+ ]
+ },
+ "⩽": {
+ "default": [
+ "小于或倾斜等于"
+ ],
+ "tts": [
+ "小于或倾斜等于"
+ ]
+ },
+ "⪍": {
+ "default": [
+ "小于或相似"
+ ],
+ "tts": [
+ "小于或相似"
+ ]
+ },
+ "⪚": {
+ "default": [
+ "双线等于或大于"
+ ],
+ "tts": [
+ "双线等于或大于"
+ ]
+ },
+ "⪺": {
+ "default": [
+ "后于或不约等于"
+ ],
+ "tts": [
+ "后于或不约等于"
+ ]
+ },
+ "♭": {
+ "default": [
+ "降号",
+ "降音符",
+ "音乐",
+ "音符"
+ ],
+ "tts": [
+ "降音符"
+ ]
+ },
+ "♯": {
+ "default": [
+ "升号",
+ "升音符",
+ "音乐",
+ "音符"
+ ],
+ "tts": [
+ "升号"
+ ]
+ },
+ "😀": {
+ "default": [
+ "嘿嘿",
+ "笑脸",
+ "脸",
+ "高兴"
+ ],
+ "tts": [
+ "嘿嘿"
+ ]
+ },
+ "😃": {
+ "default": [
+ "哈哈",
+ "太棒了",
+ "开口笑",
+ "开口笑脸",
+ "笑脸",
+ "脸",
+ "高兴"
+ ],
+ "tts": [
+ "哈哈"
+ ]
+ },
+ "😄": {
+ "default": [
+ "哈哈",
+ "大笑",
+ "开口而笑的脸",
+ "开心",
+ "笑",
+ "脸",
+ "露齿而笑",
+ "高兴"
+ ],
+ "tts": [
+ "大笑"
+ ]
+ },
+ "😁": {
+ "default": [
+ "嘻嘻",
+ "笑脸",
+ "笑颜",
+ "脸",
+ "露齿而笑"
+ ],
+ "tts": [
+ "嘻嘻"
+ ]
+ },
+ "😆": {
+ "default": [
+ "lol",
+ "咧嘴笑",
+ "哈哈",
+ "开心",
+ "斜眼笑",
+ "眯眼",
+ "眯眼大笑",
+ "笑",
+ "脸",
+ "高兴"
+ ],
+ "tts": [
+ "斜眼笑"
+ ]
+ },
+ "😅": {
+ "default": [
+ "冷汗",
+ "出汗",
+ "开口冒冷汗的脸",
+ "汗",
+ "泄气",
+ "紧张",
+ "脸",
+ "苦笑"
+ ],
+ "tts": [
+ "苦笑"
+ ]
+ },
+ "🤣": {
+ "default": [
+ "lolol",
+ "乐翻了",
+ "哈哈",
+ "地板",
+ "太扯了",
+ "打滚",
+ "满地打滚的笑",
+ "笑",
+ "笑得流泪",
+ "笑得满地打滚",
+ "脸",
+ "超扯"
+ ],
+ "tts": [
+ "笑得满地打滚"
+ ]
+ },
+ "😂": {
+ "default": [
+ "lol",
+ "喜极而泣",
+ "大笑",
+ "眼泪",
+ "笑",
+ "笑哭",
+ "笑哭了",
+ "脸"
+ ],
+ "tts": [
+ "笑哭了"
+ ]
+ },
+ "🙂": {
+ "default": [
+ "呵呵",
+ "开心",
+ "浅笑的脸",
+ "笑",
+ "脸"
+ ],
+ "tts": [
+ "呵呵"
+ ]
+ },
+ "🙃": {
+ "default": [
+ "倒脸",
+ "好玩",
+ "好笑",
+ "脸",
+ "颠倒",
+ "颠倒的脸"
+ ],
+ "tts": [
+ "倒脸"
+ ]
+ },
+ "🫠": {
+ "default": [
+ "冷笑",
+ "哈哈",
+ "尴尬",
+ "微笑",
+ "消失",
+ "液体",
+ "溶解",
+ "热",
+ "融化"
+ ],
+ "tts": [
+ "融化"
+ ]
+ },
+ "😉": {
+ "default": [
+ "媚眼",
+ "撩拨",
+ "眨眼",
+ "眨眼的脸",
+ "笑",
+ "脸"
+ ],
+ "tts": [
+ "眨眼"
+ ]
+ },
+ "😊": {
+ "default": [
+ "害羞",
+ "微笑",
+ "满意",
+ "笑脸相迎",
+ "羞涩",
+ "羞涩微笑",
+ "脸",
+ "脸红"
+ ],
+ "tts": [
+ "羞涩微笑"
+ ]
+ },
+ "😇": {
+ "default": [
+ "光环",
+ "天使",
+ "天真",
+ "幻想",
+ "微笑",
+ "微笑天使",
+ "脸",
+ "顶罩光环的笑脸"
+ ],
+ "tts": [
+ "微笑天使"
+ ]
+ },
+ "🥰": {
+ "default": [
+ "三颗爱心的笑脸",
+ "喜笑颜开",
+ "心",
+ "我爱你",
+ "爱慕",
+ "相爱",
+ "笑脸",
+ "迷恋",
+ "陷入爱河"
+ ],
+ "tts": [
+ "喜笑颜开"
+ ]
+ },
+ "😍": {
+ "default": [
+ "我爱你",
+ "爱",
+ "红心",
+ "脸",
+ "花痴"
+ ],
+ "tts": [
+ "花痴"
+ ]
+ },
+ "🤩": {
+ "default": [
+ "兴奋",
+ "咧嘴笑",
+ "好崇拜哦",
+ "满天星",
+ "满眼星",
+ "脸",
+ "追星族",
+ "露齿笑"
+ ],
+ "tts": [
+ "好崇拜哦"
+ ]
+ },
+ "😘": {
+ "default": [
+ "亲亲",
+ "想你",
+ "我爱你",
+ "眨眼",
+ "脸",
+ "飞吻"
+ ],
+ "tts": [
+ "飞吻"
+ ]
+ },
+ "😗": {
+ "default": [
+ "亲亲",
+ "亲吻",
+ "吻",
+ "脸"
+ ],
+ "tts": [
+ "亲亲"
+ ]
+ },
+ "☺": {
+ "default": [
+ "呵呵",
+ "开心",
+ "微笑",
+ "放松",
+ "笑",
+ "脸"
+ ],
+ "tts": [
+ "微笑"
+ ]
+ },
+ "😚": {
+ "default": [
+ "亲亲",
+ "吻",
+ "我爱你",
+ "羞涩",
+ "羞涩亲亲",
+ "脸",
+ "闭眼",
+ "闭眼亲吻"
+ ],
+ "tts": [
+ "羞涩亲亲"
+ ]
+ },
+ "😙": {
+ "default": [
+ "亲亲",
+ "吻",
+ "微笑",
+ "微笑亲亲",
+ "笑颜亲吻",
+ "脸"
+ ],
+ "tts": [
+ "微笑亲亲"
+ ]
+ },
+ "🥲": {
+ "default": [
+ "含泪的笑脸",
+ "喜悦",
+ "喜极而泣",
+ "幸福",
+ "微笑",
+ "微笑的",
+ "感动",
+ "感动的",
+ "感恩的",
+ "感激",
+ "眼泪",
+ "笑中带泪",
+ "笑脸",
+ "自豪",
+ "苦中作乐",
+ "释怀的",
+ "骄傲的"
+ ],
+ "tts": [
+ "含泪的笑脸"
+ ]
+ },
+ "😋": {
+ "default": [
+ "口水",
+ "哈喇子",
+ "好吃",
+ "津津有味",
+ "流口水",
+ "美味",
+ "脸"
+ ],
+ "tts": [
+ "好吃"
+ ]
+ },
+ "😛": {
+ "default": [
+ "吐舌",
+ "吐舌头的脸",
+ "太好了",
+ "脸",
+ "舌头",
+ "调皮"
+ ],
+ "tts": [
+ "吐舌"
+ ]
+ },
+ "😜": {
+ "default": [
+ "单眼",
+ "单眼吐舌",
+ "古怪",
+ "吐舌",
+ "开玩笑",
+ "怪人",
+ "挤眉弄眼",
+ "脸"
+ ],
+ "tts": [
+ "单眼吐舌"
+ ]
+ },
+ "🤪": {
+ "default": [
+ "大小眼",
+ "大眼",
+ "小眼",
+ "滑稽",
+ "滑稽的脸",
+ "疯狂的脸",
+ "疯眼",
+ "疯脸",
+ "脸"
+ ],
+ "tts": [
+ "滑稽"
+ ]
+ },
+ "😝": {
+ "default": [
+ "可怕",
+ "吐舌",
+ "尝",
+ "眯眼",
+ "眯眼吐舌",
+ "眼睛",
+ "脸",
+ "都好",
+ "随便"
+ ],
+ "tts": [
+ "眯眼吐舌"
+ ]
+ },
+ "🤑": {
+ "default": [
+ "发财",
+ "拜金",
+ "脸",
+ "见钱眼开",
+ "金钱至上",
+ "钱"
+ ],
+ "tts": [
+ "发财"
+ ]
+ },
+ "🤗": {
+ "default": [
+ "抱",
+ "抱抱",
+ "拥抱",
+ "笑",
+ "脸"
+ ],
+ "tts": [
+ "抱抱"
+ ]
+ },
+ "🤭": {
+ "default": [
+ "不可说",
+ "不说",
+ "傻笑",
+ "吃吃傻笑",
+ "哎呀",
+ "意外",
+ "捂嘴而笑",
+ "猛然发现",
+ "秘密",
+ "脸"
+ ],
+ "tts": [
+ "不说"
+ ]
+ },
+ "🫢": {
+ "default": [
+ "哇塞",
+ "哑口无言",
+ "害怕",
+ "尴尬",
+ "怀疑",
+ "惊奇",
+ "惊愕",
+ "惊讶",
+ "敬畏",
+ "睁眼捂嘴",
+ "震惊"
+ ],
+ "tts": [
+ "睁眼捂嘴"
+ ]
+ },
+ "🫣": {
+ "default": [
+ "偷看",
+ "偷窥",
+ "凝视",
+ "害怕",
+ "害羞",
+ "尴尬",
+ "迷住"
+ ],
+ "tts": [
+ "偷看"
+ ]
+ },
+ "🤫": {
+ "default": [
+ "嘘",
+ "嘘声手势的脸",
+ "安静",
+ "安静的脸"
+ ],
+ "tts": [
+ "安静的脸"
+ ]
+ },
+ "🤔": {
+ "default": [
+ "思考",
+ "想",
+ "想一想",
+ "想事情",
+ "脸"
+ ],
+ "tts": [
+ "想一想"
+ ]
+ },
+ "🫡": {
+ "default": [
+ "军队",
+ "好",
+ "好的",
+ "收到",
+ "敬礼",
+ "是",
+ "致敬",
+ "阳光"
+ ],
+ "tts": [
+ "致敬"
+ ]
+ },
+ "🤐": {
+ "default": [
+ "住嘴",
+ "嘴",
+ "封口",
+ "秘密",
+ "脸",
+ "闭嘴"
+ ],
+ "tts": [
+ "闭嘴"
+ ]
+ },
+ "🤨": {
+ "default": [
+ "不信任",
+ "不敢置信",
+ "不赞同",
+ "怀疑",
+ "挑眉",
+ "氧起眉毛的脸",
+ "眉毛上挑的脸",
+ "脸"
+ ],
+ "tts": [
+ "挑眉"
+ ]
+ },
+ "😐": {
+ "default": [
+ "冷漠",
+ "无感",
+ "脸",
+ "表情空洞",
+ "面无表情"
+ ],
+ "tts": [
+ "冷漠"
+ ]
+ },
+ "😑": {
+ "default": [
+ "无语",
+ "没有反应",
+ "绷着脸",
+ "脸",
+ "茫然",
+ "面无表情"
+ ],
+ "tts": [
+ "无语"
+ ]
+ },
+ "😶": {
+ "default": [
+ "嘴",
+ "安静",
+ "沉默",
+ "没嘴",
+ "秘密",
+ "脸"
+ ],
+ "tts": [
+ "沉默"
+ ]
+ },
+ "🫥": {
+ "default": [
+ "内向",
+ "无所谓",
+ "沮丧",
+ "消失",
+ "虚线脸",
+ "隐形",
+ "隐藏"
+ ],
+ "tts": [
+ "虚线脸"
+ ]
+ },
+ "😶🌫": {
+ "default": [
+ "迷茫"
+ ],
+ "tts": [
+ "迷茫"
+ ]
+ },
+ "😏": {
+ "default": [
+ "假笑",
+ "冷笑",
+ "得意",
+ "得意的笑",
+ "脸",
+ "诡异地笑"
+ ],
+ "tts": [
+ "得意"
+ ]
+ },
+ "😒": {
+ "default": [
+ "不屑",
+ "不服",
+ "不爽的脸",
+ "不高兴",
+ "脸",
+ "郁闷",
+ "鄙视",
+ "随便啦"
+ ],
+ "tts": [
+ "不高兴"
+ ]
+ },
+ "🙄": {
+ "default": [
+ "不敢苟同",
+ "无语",
+ "白眼",
+ "翻白眼",
+ "脸",
+ "随便啦"
+ ],
+ "tts": [
+ "翻白眼"
+ ]
+ },
+ "😬": {
+ "default": [
+ "咬牙切齿",
+ "尴尬",
+ "牙医",
+ "脸",
+ "露齿",
+ "露齿而笑",
+ "鬼脸",
+ "龇牙咧嘴"
+ ],
+ "tts": [
+ "龇牙咧嘴"
+ ]
+ },
+ "😮💨": {
+ "default": [
+ "叹息",
+ "叹气",
+ "吹气",
+ "呼气",
+ "呼气的脸",
+ "唉",
+ "无奈",
+ "松一口气",
+ "疲惫",
+ "笑脸",
+ "释然"
+ ],
+ "tts": [
+ "呼气"
+ ]
+ },
+ "🤥": {
+ "default": [
+ "匹诺曹",
+ "脸",
+ "说谎",
+ "长鼻子",
+ "长鼻子脸"
+ ],
+ "tts": [
+ "说谎"
+ ]
+ },
+ "🫨": {
+ "default": [
+ "哇",
+ "地震",
+ "天啊",
+ "惊喜",
+ "惊慌",
+ "晕头转向",
+ "疯狂",
+ "脸",
+ "震动",
+ "震惊",
+ "颤抖"
+ ],
+ "tts": [
+ "颤抖"
+ ]
+ },
+ "🙂↔": {
+ "default": [
+ "否定",
+ "左右摇头",
+ "摇头"
+ ],
+ "tts": [
+ "左右摇头"
+ ]
+ },
+ "🙂↕": {
+ "default": [
+ "上下点头",
+ "点头,肯定"
+ ],
+ "tts": [
+ "上下点头"
+ ]
+ },
+ "😌": {
+ "default": [
+ "如释重负",
+ "松了口气",
+ "松口气",
+ "脸",
+ "蝉"
+ ],
+ "tts": [
+ "松了口气"
+ ]
+ },
+ "😔": {
+ "default": [
+ "失落",
+ "心事重重",
+ "忧虑",
+ "沉思",
+ "脸"
+ ],
+ "tts": [
+ "沉思"
+ ]
+ },
+ "😪": {
+ "default": [
+ "哭",
+ "困",
+ "想睡",
+ "满脸睡容",
+ "疲惫",
+ "睡觉",
+ "瞌睡",
+ "脸"
+ ],
+ "tts": [
+ "困"
+ ]
+ },
+ "🤤": {
+ "default": [
+ "口水",
+ "垂涎",
+ "垂涎三尺",
+ "流口水",
+ "流口水的脸",
+ "脸"
+ ],
+ "tts": [
+ "流口水"
+ ]
+ },
+ "😴": {
+ "default": [
+ "呼噜",
+ "小睡",
+ "想睡",
+ "打呼",
+ "晚安",
+ "睡容",
+ "睡着了",
+ "睡觉",
+ "累",
+ "累了",
+ "脸"
+ ],
+ "tts": [
+ "睡着了"
+ ]
+ },
+ "": {
+ "default": [
+ "厌倦",
+ "困倦",
+ "晚睡",
+ "熬夜",
+ "疲倦",
+ "疲劳",
+ "疲惫",
+ "眼",
+ "眼袋",
+ "脸"
+ ],
+ "tts": [
+ "有眼袋"
+ ]
+ },
+ "😷": {
+ "default": [
+ "医生",
+ "口罩",
+ "感冒",
+ "戴口罩",
+ "戴口罩的脸",
+ "生病",
+ "病菌",
+ "脸"
+ ],
+ "tts": [
+ "感冒"
+ ]
+ },
+ "🤒": {
+ "default": [
+ "体温计",
+ "发烧",
+ "咬着体温计的脸",
+ "温度计",
+ "生病",
+ "脸",
+ "量体温"
+ ],
+ "tts": [
+ "发烧"
+ ]
+ },
+ "🤕": {
+ "default": [
+ "受伤",
+ "头绑绷带",
+ "打绷带",
+ "脸"
+ ],
+ "tts": [
+ "受伤"
+ ]
+ },
+ "🤢": {
+ "default": [
+ "吐",
+ "呕",
+ "恶心",
+ "恶心作呕的脸",
+ "脸",
+ "脸绿了"
+ ],
+ "tts": [
+ "恶心"
+ ]
+ },
+ "🤮": {
+ "default": [
+ "不舒服",
+ "吐",
+ "呕吐",
+ "呕吐的脸",
+ "生病",
+ "病容",
+ "病恹恹",
+ "脸"
+ ],
+ "tts": [
+ "呕吐"
+ ]
+ },
+ "🤧": {
+ "default": [
+ "喷嚏",
+ "打喷嚏",
+ "打喷嚏的脸",
+ "生病",
+ "脸",
+ "鼻涕"
+ ],
+ "tts": [
+ "打喷嚏"
+ ]
+ },
+ "🥵": {
+ "default": [
+ "中暑",
+ "冒汗",
+ "出汗",
+ "发烧",
+ "发热",
+ "吐舌",
+ "心狂跳",
+ "热",
+ "脸发烧",
+ "脸红"
+ ],
+ "tts": [
+ "脸发烧"
+ ]
+ },
+ "🥶": {
+ "default": [
+ "冰柱",
+ "冷",
+ "冷冰冰",
+ "冷脸",
+ "冻",
+ "冻僵",
+ "满面寒霜",
+ "脸",
+ "脸色发青",
+ "蓝色",
+ "零下"
+ ],
+ "tts": [
+ "冷脸"
+ ]
+ },
+ "🥴": {
+ "default": [
+ "两眼不平",
+ "喝醉",
+ "嘴唇颤抖",
+ "头昏眼花",
+ "头晕目眩",
+ "头晕眼花",
+ "微醉",
+ "微醺",
+ "波浪嘴形",
+ "眩晕的脸",
+ "眼花",
+ "醉醺醺"
+ ],
+ "tts": [
+ "头昏眼花"
+ ]
+ },
+ "😵": {
+ "default": [
+ "头晕",
+ "头晕眼花",
+ "晕头",
+ "晕头的脸",
+ "晕头转向",
+ "脸"
+ ],
+ "tts": [
+ "晕头转向"
+ ]
+ },
+ "😵💫": {
+ "default": [
+ "哇",
+ "哎呀",
+ "头晕",
+ "晕",
+ "笑脸",
+ "迷糊"
+ ],
+ "tts": [
+ "晕"
+ ]
+ },
+ "🤯": {
+ "default": [
+ "不可能",
+ "印象深刻",
+ "吓到了",
+ "惊吓",
+ "爆炸头",
+ "震惊"
+ ],
+ "tts": [
+ "爆炸头"
+ ]
+ },
+ "🤠": {
+ "default": [
+ "帽",
+ "牛仔",
+ "牛仔帽脸",
+ "脸"
+ ],
+ "tts": [
+ "牛仔帽脸"
+ ]
+ },
+ "🥳": {
+ "default": [
+ "号角",
+ "喝彩",
+ "帽子",
+ "庆祝",
+ "派对",
+ "狂欢的脸",
+ "生日",
+ "聚会",
+ "聚会笑脸",
+ "脸",
+ "节日快乐"
+ ],
+ "tts": [
+ "聚会笑脸"
+ ]
+ },
+ "🥸": {
+ "default": [
+ "人物",
+ "伪装",
+ "伪装的脸",
+ "眉毛",
+ "眼镜",
+ "胡子",
+ "脸",
+ "间谍",
+ "隐瞒身份",
+ "鼻子"
+ ],
+ "tts": [
+ "伪装的脸"
+ ]
+ },
+ "😎": {
+ "default": [
+ "太阳镜",
+ "眼镜",
+ "耶",
+ "脸",
+ "酷",
+ "墨镜",
+ "墨镜笑脸"
+ ],
+ "tts": [
+ "墨镜笑脸"
+ ]
+ },
+ "🤓": {
+ "default": [
+ "专家",
+ "书呆子",
+ "书呆子脸",
+ "天才",
+ "奇葩",
+ "宅男",
+ "极客",
+ "眼镜",
+ "眼镜笑脸",
+ "聪明",
+ "脸"
+ ],
+ "tts": [
+ "书呆子脸"
+ ]
+ },
+ "🧐": {
+ "default": [
+ "单眼镜",
+ "古板",
+ "奢华",
+ "富有",
+ "带单片眼镜的脸",
+ "戴单眼镜的脸"
+ ],
+ "tts": [
+ "带单片眼镜的脸"
+ ]
+ },
+ "😕": {
+ "default": [
+ "不懂",
+ "不确定",
+ "困惑",
+ "困扰",
+ "疑惑",
+ "脸"
+ ],
+ "tts": [
+ "困扰"
+ ]
+ },
+ "🫤": {
+ "default": [
+ "不相信",
+ "不确定",
+ "困惑",
+ "失望",
+ "怀疑",
+ "无所谓",
+ "无聊",
+ "沮丧",
+ "疑惑",
+ "迷惘",
+ "郁闷"
+ ],
+ "tts": [
+ "郁闷"
+ ]
+ },
+ "😟": {
+ "default": [
+ "不高兴",
+ "伤心",
+ "忧心的脸",
+ "意外",
+ "担心",
+ "担忧",
+ "焦虑",
+ "紧张",
+ "脸"
+ ],
+ "tts": [
+ "担心"
+ ]
+ },
+ "🙁": {
+ "default": [
+ "不开心",
+ "不高兴",
+ "不高兴的脸",
+ "委屈",
+ "小委屈",
+ "微微不满",
+ "心情不好",
+ "脸"
+ ],
+ "tts": [
+ "微微不满"
+ ]
+ },
+ "☹": {
+ "default": [
+ "不满",
+ "不爽",
+ "不高兴",
+ "委屈",
+ "皱眉",
+ "皱眉的脸",
+ "脸"
+ ],
+ "tts": [
+ "不满"
+ ]
+ },
+ "😮": {
+ "default": [
+ "吃惊",
+ "同情",
+ "啊",
+ "忘记",
+ "我不信",
+ "我的天",
+ "脸"
+ ],
+ "tts": [
+ "吃惊"
+ ]
+ },
+ "😯": {
+ "default": [
+ "吃惊",
+ "哦",
+ "我的天",
+ "缄默",
+ "脸",
+ "静而无语"
+ ],
+ "tts": [
+ "缄默"
+ ]
+ },
+ "😲": {
+ "default": [
+ "不可以",
+ "惊",
+ "惊讶",
+ "惊讶的脸",
+ "没可能",
+ "绝不",
+ "脸",
+ "震惊"
+ ],
+ "tts": [
+ "震惊"
+ ]
+ },
+ "😳": {
+ "default": [
+ "困惑",
+ "天呀",
+ "害羞",
+ "羞涩",
+ "脸",
+ "脸红",
+ "茫然",
+ "迷茫",
+ "难以置信"
+ ],
+ "tts": [
+ "脸红"
+ ]
+ },
+ "": {
+ "default": [
+ "惊喜",
+ "惊恐",
+ "惊慌",
+ "焦虑",
+ "脆弱",
+ "膨胀",
+ "震惊"
+ ],
+ "tts": [
+ "变形的脸"
+ ]
+ },
+ "🥺": {
+ "default": [
+ "可怜兮兮的眼神",
+ "大眼睛",
+ "小狗的脸",
+ "怜悯",
+ "恳求的脸",
+ "祈求",
+ "祈求的脸",
+ "脸",
+ "请求"
+ ],
+ "tts": [
+ "恳求的脸"
+ ]
+ },
+ "🥹": {
+ "default": [
+ "哭泣",
+ "喜极而泣",
+ "尴尬",
+ "忍住泪水",
+ "悲伤",
+ "情绪",
+ "感激",
+ "感谢",
+ "抗拒",
+ "拜托",
+ "生气",
+ "自豪"
+ ],
+ "tts": [
+ "忍住泪水"
+ ]
+ },
+ "😦": {
+ "default": [
+ "啊",
+ "惊讶",
+ "意外",
+ "目瞪口呆",
+ "脸"
+ ],
+ "tts": [
+ "啊"
+ ]
+ },
+ "😧": {
+ "default": [
+ "极度痛苦",
+ "痛",
+ "痛啊",
+ "痛苦",
+ "脸",
+ "难受"
+ ],
+ "tts": [
+ "极度痛苦"
+ ]
+ },
+ "😨": {
+ "default": [
+ "不安",
+ "害怕",
+ "怕",
+ "恐怖",
+ "恐惧",
+ "脸"
+ ],
+ "tts": [
+ "害怕"
+ ]
+ },
+ "😰": {
+ "default": [
+ "冷汗",
+ "张嘴冒冷汗的脸",
+ "惊讶",
+ "无语",
+ "汗",
+ "焦虑",
+ "紧张",
+ "脸"
+ ],
+ "tts": [
+ "冷汗"
+ ]
+ },
+ "😥": {
+ "default": [
+ "下次吧",
+ "出冷汗",
+ "失望",
+ "失望但如释重负",
+ "失望但解脱",
+ "如释重负",
+ "脸"
+ ],
+ "tts": [
+ "失望但如释重负"
+ ]
+ },
+ "😢": {
+ "default": [
+ "伤心",
+ "哀伤",
+ "哭",
+ "哭脸",
+ "泪",
+ "脸"
+ ],
+ "tts": [
+ "哭"
+ ]
+ },
+ "😭": {
+ "default": [
+ "哭",
+ "大哭",
+ "放声大哭",
+ "放声大哭的脸",
+ "泪",
+ "痛哭",
+ "脸"
+ ],
+ "tts": [
+ "放声大哭"
+ ]
+ },
+ "😱": {
+ "default": [
+ "吓死",
+ "吓死了",
+ "害怕",
+ "尖叫",
+ "恐怖",
+ "惊吓大叫的脸",
+ "脸"
+ ],
+ "tts": [
+ "吓死了"
+ ]
+ },
+ "😖": {
+ "default": [
+ "困惑",
+ "困惑的脸",
+ "焦头烂额",
+ "纠结",
+ "脸"
+ ],
+ "tts": [
+ "困惑"
+ ]
+ },
+ "😣": {
+ "default": [
+ "专注",
+ "入定",
+ "头痛",
+ "忍耐",
+ "痛苦",
+ "脸",
+ "难受"
+ ],
+ "tts": [
+ "痛苦"
+ ]
+ },
+ "😞": {
+ "default": [
+ "不高兴",
+ "失望",
+ "失望的脸",
+ "脸",
+ "难过"
+ ],
+ "tts": [
+ "失望"
+ ]
+ },
+ "😓": {
+ "default": [
+ "冒冷汗",
+ "冒汗",
+ "冷",
+ "尴尬",
+ "担心",
+ "汗",
+ "脸"
+ ],
+ "tts": [
+ "汗"
+ ]
+ },
+ "😩": {
+ "default": [
+ "疲倦",
+ "疲劳",
+ "疲惫",
+ "累",
+ "累死了",
+ "脸"
+ ],
+ "tts": [
+ "累死了"
+ ]
+ },
+ "😫": {
+ "default": [
+ "倦容",
+ "疲倦",
+ "疲劳",
+ "疲惫",
+ "累",
+ "脸"
+ ],
+ "tts": [
+ "累"
+ ]
+ },
+ "🥱": {
+ "default": [
+ "呵欠",
+ "哈欠",
+ "困",
+ "困倦",
+ "夜里",
+ "打呵欠",
+ "打哈欠",
+ "打哈欠的脸",
+ "无聊",
+ "昏昏欲睡",
+ "晚安",
+ "疲倦",
+ "累"
+ ],
+ "tts": [
+ "打呵欠"
+ ]
+ },
+ "😤": {
+ "default": [
+ "不爽",
+ "傲慢",
+ "愤怒",
+ "气炸了",
+ "胜利",
+ "自负",
+ "赢",
+ "趾高气昂"
+ ],
+ "tts": [
+ "傲慢"
+ ]
+ },
+ "😡": {
+ "default": [
+ "发火",
+ "发飙",
+ "怒",
+ "怒火中烧",
+ "生气",
+ "脸"
+ ],
+ "tts": [
+ "怒火中烧"
+ ]
+ },
+ "😠": {
+ "default": [
+ "不爽",
+ "不高兴",
+ "怒",
+ "愤怒",
+ "生气",
+ "脸"
+ ],
+ "tts": [
+ "生气"
+ ]
+ },
+ "🤬": {
+ "default": [
+ "不爽",
+ "发誓",
+ "咒骂",
+ "嘴上有符号的脸",
+ "生气",
+ "碎碎唸的脸",
+ "脸",
+ "诅咒"
+ ],
+ "tts": [
+ "嘴上有符号的脸"
+ ]
+ },
+ "😈": {
+ "default": [
+ "幻想",
+ "微笑",
+ "恶魔微笑",
+ "犄角",
+ "神话故事",
+ "脸",
+ "邪魔"
+ ],
+ "tts": [
+ "恶魔微笑"
+ ]
+ },
+ "👿": {
+ "default": [
+ "带角的怒容",
+ "幻想",
+ "恶魔",
+ "犄角",
+ "生气的恶魔",
+ "脸",
+ "顽童"
+ ],
+ "tts": [
+ "生气的恶魔"
+ ]
+ },
+ "💀": {
+ "default": [
+ "头骨",
+ "妖怪",
+ "怪兽",
+ "死亡",
+ "神话故事",
+ "脸",
+ "身体",
+ "骷髅"
+ ],
+ "tts": [
+ "头骨"
+ ]
+ },
+ "☠": {
+ "default": [
+ "交叉股骨",
+ "头骨",
+ "妖怪",
+ "怪物",
+ "死亡",
+ "海盗",
+ "脸",
+ "骨头",
+ "骷髅"
+ ],
+ "tts": [
+ "骷髅"
+ ]
+ },
+ "💩": {
+ "default": [
+ "大便",
+ "好臭",
+ "屎",
+ "怪物",
+ "粑粑",
+ "脸",
+ "臭"
+ ],
+ "tts": [
+ "大便"
+ ]
+ },
+ "🤡": {
+ "default": [
+ "小丑",
+ "小丑脸",
+ "脸"
+ ],
+ "tts": [
+ "小丑脸"
+ ]
+ },
+ "👹": {
+ "default": [
+ "吓人",
+ "妖怪",
+ "幻想",
+ "日本",
+ "神话故事",
+ "脸",
+ "面具",
+ "食人魔",
+ "鬼",
+ "魔鬼"
+ ],
+ "tts": [
+ "食人魔"
+ ]
+ },
+ "👺": {
+ "default": [
+ "妖怪",
+ "小妖精",
+ "幻想",
+ "怪物",
+ "日本",
+ "神话故事",
+ "脸",
+ "鬼"
+ ],
+ "tts": [
+ "小妖精"
+ ]
+ },
+ "👻": {
+ "default": [
+ "万圣节",
+ "妖怪",
+ "幻想",
+ "幽灵",
+ "怪物",
+ "神话故事",
+ "脸",
+ "鬼",
+ "鬼脸"
+ ],
+ "tts": [
+ "鬼"
+ ]
+ },
+ "👽": {
+ "default": [
+ "ufo",
+ "外太空",
+ "外星",
+ "外星人",
+ "太空",
+ "幻想",
+ "星际",
+ "脸",
+ "飞碟"
+ ],
+ "tts": [
+ "外星人"
+ ]
+ },
+ "👾": {
+ "default": [
+ "ufo",
+ "外星",
+ "外星人",
+ "外星怪物",
+ "太空",
+ "怪物",
+ "星际",
+ "脸",
+ "飞碟"
+ ],
+ "tts": [
+ "外星怪物"
+ ]
+ },
+ "🤖": {
+ "default": [
+ "怪物",
+ "机器人",
+ "脸"
+ ],
+ "tts": [
+ "机器人"
+ ]
+ },
+ "😺": {
+ "default": [
+ "哈哈",
+ "大笑的猫",
+ "大笑的猫脸",
+ "猫脸",
+ "笑",
+ "脸"
+ ],
+ "tts": [
+ "大笑的猫"
+ ]
+ },
+ "😸": {
+ "default": [
+ "呵呵",
+ "微笑的猫",
+ "微笑的猫脸",
+ "猫脸",
+ "笑",
+ "笑颜逐开",
+ "脸"
+ ],
+ "tts": [
+ "微笑的猫"
+ ]
+ },
+ "😹": {
+ "default": [
+ "喜极而泣",
+ "快乐",
+ "猫脸",
+ "眼泪",
+ "笑出眼泪",
+ "笑出眼泪的猫",
+ "笑出眼泪的猫脸",
+ "脸"
+ ],
+ "tts": [
+ "笑出眼泪的猫"
+ ]
+ },
+ "😻": {
+ "default": [
+ "WC",
+ "喜欢",
+ "心",
+ "猫",
+ "猫脸",
+ "脸",
+ "花痴",
+ "花痴的猫",
+ "花痴的猫脸"
+ ],
+ "tts": [
+ "花痴的猫"
+ ]
+ },
+ "😼": {
+ "default": [
+ "嘲讽笑容",
+ "奸笑",
+ "奸笑的猫",
+ "奸笑的猫脸",
+ "猫脸",
+ "脸",
+ "讽刺"
+ ],
+ "tts": [
+ "奸笑的猫"
+ ]
+ },
+ "😽": {
+ "default": [
+ "亲亲",
+ "亲亲猫",
+ "吻",
+ "猫脸",
+ "猫脸亲亲",
+ "脸",
+ "闭眼亲亲的猫脸"
+ ],
+ "tts": [
+ "亲亲猫"
+ ]
+ },
+ "🙀": {
+ "default": [
+ "惊讶",
+ "猫脸",
+ "疲倦",
+ "疲倦的猫",
+ "疲倦的猫脸",
+ "疲劳",
+ "疲惫",
+ "累",
+ "脸"
+ ],
+ "tts": [
+ "疲倦的猫"
+ ]
+ },
+ "😿": {
+ "default": [
+ "哭",
+ "哭泣的猫",
+ "哭泣的猫脸",
+ "泪",
+ "猫脸",
+ "眼泪",
+ "脸",
+ "难过"
+ ],
+ "tts": [
+ "哭泣的猫"
+ ]
+ },
+ "😾": {
+ "default": [
+ "猫脸",
+ "生气",
+ "生气的猫",
+ "生气的猫脸",
+ "脸"
+ ],
+ "tts": [
+ "生气的猫"
+ ]
+ },
+ "🙈": {
+ "default": [
+ "不许看",
+ "别看",
+ "尴尬",
+ "糗",
+ "脸",
+ "蒙住眼睛",
+ "蒙眼",
+ "非礼勿视"
+ ],
+ "tts": [
+ "非礼勿视"
+ ]
+ },
+ "🙉": {
+ "default": [
+ "嘘",
+ "堵上耳朵",
+ "堵耳",
+ "猴子",
+ "脸",
+ "非礼勿听"
+ ],
+ "tts": [
+ "非礼勿听"
+ ]
+ },
+ "🙊": {
+ "default": [
+ "不许说",
+ "捂上嘴巴",
+ "捂嘴",
+ "秘密",
+ "脸",
+ "非礼勿言"
+ ],
+ "tts": [
+ "非礼勿言"
+ ]
+ },
+ "💌": {
+ "default": [
+ "信",
+ "心",
+ "情书",
+ "邮件"
+ ],
+ "tts": [
+ "情书"
+ ]
+ },
+ "💘": {
+ "default": [
+ "一箭穿心",
+ "丘比特",
+ "心中箭了",
+ "我爱你",
+ "浪漫",
+ "爱情",
+ "箭",
+ "红心"
+ ],
+ "tts": [
+ "心中箭了"
+ ]
+ },
+ "💝": {
+ "default": [
+ "我爱你",
+ "爱的礼物",
+ "系有缎带的心",
+ "绑丝带的心",
+ "送你一颗心"
+ ],
+ "tts": [
+ "系有缎带的心"
+ ]
+ },
+ "💖": {
+ "default": [
+ "我爱你",
+ "激动",
+ "红心",
+ "闪亮",
+ "闪亮的心"
+ ],
+ "tts": [
+ "闪亮的心"
+ ]
+ },
+ "💗": {
+ "default": [
+ "亲亲",
+ "吻",
+ "我爱你",
+ "搏动",
+ "搏动的心",
+ "激动",
+ "红心",
+ "紧张"
+ ],
+ "tts": [
+ "搏动的心"
+ ]
+ },
+ "💓": {
+ "default": [
+ "心动",
+ "心跳",
+ "我爱你",
+ "爱"
+ ],
+ "tts": [
+ "心跳"
+ ]
+ },
+ "💞": {
+ "default": [
+ "我爱你",
+ "旋转",
+ "涌动",
+ "舞动的心",
+ "跃动"
+ ],
+ "tts": [
+ "舞动的心"
+ ]
+ },
+ "💕": {
+ "default": [
+ "两颗心",
+ "我爱你",
+ "爱情"
+ ],
+ "tts": [
+ "两颗心"
+ ]
+ },
+ "💟": {
+ "default": [
+ "心",
+ "心型装饰",
+ "我爱你",
+ "装饰"
+ ],
+ "tts": [
+ "心型装饰"
+ ]
+ },
+ "❣": {
+ "default": [
+ "叹号",
+ "心动",
+ "心叹号",
+ "标点符号"
+ ],
+ "tts": [
+ "心叹号"
+ ]
+ },
+ "💔": {
+ "default": [
+ "伤心",
+ "心碎"
+ ],
+ "tts": [
+ "心碎"
+ ]
+ },
+ "❤🔥": {
+ "default": [
+ "渴望",
+ "火上之心",
+ "燃烧",
+ "爱"
+ ],
+ "tts": [
+ "火上之心"
+ ]
+ },
+ "❤🩹": {
+ "default": [
+ "修复受伤的心灵",
+ "修补",
+ "恢复",
+ "痊愈"
+ ],
+ "tts": [
+ "修复受伤的心灵"
+ ]
+ },
+ "❤": {
+ "default": [
+ "心",
+ "爱",
+ "红心"
+ ],
+ "tts": [
+ "红心"
+ ]
+ },
+ "🩷": {
+ "default": [
+ "可爱",
+ "喜欢",
+ "心",
+ "感情",
+ "我爱你",
+ "爱",
+ "特殊",
+ "甜蜜",
+ "粉红",
+ "粉红色的心",
+ "讨人喜欢"
+ ],
+ "tts": [
+ "粉红色的心"
+ ]
+ },
+ "🧡": {
+ "default": [
+ "橘心",
+ "橘色",
+ "橘色的心",
+ "橙",
+ "橙心"
+ ],
+ "tts": [
+ "橙心"
+ ]
+ },
+ "💛": {
+ "default": [
+ "我爱你",
+ "黄",
+ "黄心"
+ ],
+ "tts": [
+ "黄心"
+ ]
+ },
+ "💚": {
+ "default": [
+ "我爱你",
+ "绿",
+ "绿心"
+ ],
+ "tts": [
+ "绿心"
+ ]
+ },
+ "💙": {
+ "default": [
+ "我爱你",
+ "蓝",
+ "蓝心"
+ ],
+ "tts": [
+ "蓝心"
+ ]
+ },
+ "🩵": {
+ "default": [
+ "可爱",
+ "喜欢",
+ "天蓝",
+ "心",
+ "感情",
+ "我爱你",
+ "浅蓝",
+ "浅蓝色的心",
+ "爱",
+ "特殊",
+ "蓝绿",
+ "蓝绿色",
+ "青色"
+ ],
+ "tts": [
+ "浅蓝色的心"
+ ]
+ },
+ "💜": {
+ "default": [
+ "我爱你",
+ "紫",
+ "紫心"
+ ],
+ "tts": [
+ "紫心"
+ ]
+ },
+ "🤎": {
+ "default": [
+ "心",
+ "心形",
+ "棕",
+ "棕心",
+ "棕色",
+ "棕色爱心",
+ "爱心"
+ ],
+ "tts": [
+ "棕心"
+ ]
+ },
+ "🖤": {
+ "default": [
+ "心",
+ "邪恶",
+ "黑",
+ "黑心",
+ "黑色",
+ "黑色的心"
+ ],
+ "tts": [
+ "黑心"
+ ]
+ },
+ "🩶": {
+ "default": [
+ "心",
+ "感情",
+ "我爱你",
+ "暗灰",
+ "灰",
+ "灰心",
+ "灰色",
+ "爱",
+ "特殊",
+ "银",
+ "银色"
+ ],
+ "tts": [
+ "灰心"
+ ]
+ },
+ "🤍": {
+ "default": [
+ "心",
+ "心形",
+ "爱心",
+ "白",
+ "白心",
+ "白色",
+ "白色爱心"
+ ],
+ "tts": [
+ "白心"
+ ]
+ },
+ "💋": {
+ "default": [
+ "亲吻",
+ "吻",
+ "唇",
+ "唇印",
+ "性感",
+ "接吻",
+ "浪漫"
+ ],
+ "tts": [
+ "唇印"
+ ]
+ },
+ "💯": {
+ "default": [
+ "100",
+ "一百分",
+ "满分",
+ "百分百",
+ "绝对",
+ "考试"
+ ],
+ "tts": [
+ "一百分"
+ ]
+ },
+ "💢": {
+ "default": [
+ "怒",
+ "火大",
+ "生气",
+ "青筋"
+ ],
+ "tts": [
+ "怒"
+ ]
+ },
+ "": {
+ "default": [
+ "争论",
+ "吵架",
+ "战斗",
+ "打斗",
+ "打架",
+ "摔跤",
+ "斗殴",
+ "骚动"
+ ],
+ "tts": [
+ "打斗云团"
+ ]
+ },
+ "💥": {
+ "default": [
+ "撞",
+ "旺",
+ "炸",
+ "爆",
+ "爆炸"
+ ],
+ "tts": [
+ "爆炸"
+ ]
+ },
+ "💫": {
+ "default": [
+ "头晕",
+ "头晕目眩",
+ "星星",
+ "流星"
+ ],
+ "tts": [
+ "头晕"
+ ]
+ },
+ "💦": {
+ "default": [
+ "喷溅",
+ "小水滴",
+ "小水珠",
+ "汗",
+ "汗滴",
+ "泼贱",
+ "溅"
+ ],
+ "tts": [
+ "汗滴"
+ ]
+ },
+ "💨": {
+ "default": [
+ "尾气",
+ "扬尘而去",
+ "放屁",
+ "烟",
+ "疾驰而去",
+ "飞奔而去"
+ ],
+ "tts": [
+ "尾气"
+ ]
+ },
+ "🕳": {
+ "default": [
+ "井盖",
+ "坑",
+ "洞",
+ "陷阱"
+ ],
+ "tts": [
+ "洞"
+ ]
+ },
+ "💬": {
+ "default": [
+ "发言",
+ "对话框",
+ "气泡",
+ "气泡对话框",
+ "气球",
+ "漫画",
+ "话语气泡"
+ ],
+ "tts": [
+ "话语气泡"
+ ]
+ },
+ "👁🗨": {
+ "default": [
+ "对话框",
+ "目擊",
+ "眼睛",
+ "眼睛对话框"
+ ],
+ "tts": [
+ "眼睛对话框"
+ ]
+ },
+ "🗨": {
+ "default": [
+ "对话框",
+ "朝左的话语气泡",
+ "话语"
+ ],
+ "tts": [
+ "朝左的话语气泡"
+ ]
+ },
+ "🗯": {
+ "default": [
+ "右倾愤怒对话框",
+ "对话框",
+ "愤怒",
+ "愤怒话语气泡"
+ ],
+ "tts": [
+ "愤怒话语气泡"
+ ]
+ },
+ "💭": {
+ "default": [
+ "内心活动气泡",
+ "对话框",
+ "思想",
+ "思想活动",
+ "想法",
+ "梦",
+ "气泡",
+ "泡泡对话框",
+ "白日梦"
+ ],
+ "tts": [
+ "内心活动气泡"
+ ]
+ },
+ "💤": {
+ "default": [
+ "呼噜",
+ "困了",
+ "想睡",
+ "打呼",
+ "晚安",
+ "疲倦",
+ "睡着"
+ ],
+ "tts": [
+ "睡着"
+ ]
+ },
+ "👋": {
+ "default": [
+ "你好",
+ "再见",
+ "嗨",
+ "在吗",
+ "手",
+ "挥手",
+ "等一下",
+ "等等",
+ "该走了"
+ ],
+ "tts": [
+ "挥手"
+ ]
+ },
+ "🤚": {
+ "default": [
+ "举起",
+ "举起手背",
+ "手",
+ "手背",
+ "立起",
+ "立起的手背"
+ ],
+ "tts": [
+ "立起的手背"
+ ]
+ },
+ "🖐": {
+ "default": [
+ "举起张开的手掌",
+ "击掌",
+ "布",
+ "手",
+ "手掌",
+ "禁止"
+ ],
+ "tts": [
+ "手掌"
+ ]
+ },
+ "✋": {
+ "default": [
+ "举手",
+ "举起手",
+ "举起的手",
+ "五指",
+ "停",
+ "击掌",
+ "手"
+ ],
+ "tts": [
+ "举起手"
+ ]
+ },
+ "🖖": {
+ "default": [
+ "手",
+ "敬礼",
+ "斯波克",
+ "星际迷航",
+ "瓦肯",
+ "瓦肯举手礼"
+ ],
+ "tts": [
+ "瓦肯举手礼"
+ ]
+ },
+ "🫱": {
+ "default": [
+ "伸手",
+ "右",
+ "右手",
+ "向右",
+ "向右的手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向右的手"
+ ]
+ },
+ "🫲": {
+ "default": [
+ "伸手",
+ "向左",
+ "向左的手",
+ "左",
+ "左手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向左的手"
+ ]
+ },
+ "🫳": {
+ "default": [
+ "下投",
+ "手",
+ "扔掉",
+ "拿起",
+ "捡起",
+ "掌心向下的手",
+ "解散",
+ "驱赶"
+ ],
+ "tts": [
+ "掌心向下的手"
+ ]
+ },
+ "🫴": {
+ "default": [
+ "不知道",
+ "召唤",
+ "告诉我",
+ "手",
+ "拿着",
+ "掌心向上的手",
+ "接住",
+ "提供",
+ "过来",
+ "送出"
+ ],
+ "tts": [
+ "掌心向上的手"
+ ]
+ },
+ "🫷": {
+ "default": [
+ "中止",
+ "停止",
+ "击掌",
+ "向左",
+ "向左推",
+ "往左",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向左推"
+ ]
+ },
+ "🫸": {
+ "default": [
+ "中止",
+ "停止",
+ "击掌",
+ "向右",
+ "向右推",
+ "往右",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向右推"
+ ]
+ },
+ "👌": {
+ "default": [
+ "OK",
+ "OK 手势",
+ "可以",
+ "同意",
+ "好的",
+ "当然",
+ "手",
+ "没问题",
+ "确定"
+ ],
+ "tts": [
+ "OK"
+ ]
+ },
+ "🤌": {
+ "default": [
+ "为什么",
+ "你到底在说什么",
+ "匮乏",
+ "审讯",
+ "强调",
+ "您要什么",
+ "手势",
+ "手指",
+ "挖苦",
+ "捏手指",
+ "放松点"
+ ],
+ "tts": [
+ "捏手指"
+ ]
+ },
+ "🤏": {
+ "default": [
+ "一点",
+ "一点点",
+ "小",
+ "少",
+ "少量",
+ "手指",
+ "捏合的手势",
+ "捏着",
+ "某种程度上"
+ ],
+ "tts": [
+ "捏合的手势"
+ ]
+ },
+ "✌": {
+ "default": [
+ "V",
+ "和平",
+ "成功",
+ "手",
+ "胜利",
+ "胜利手势"
+ ],
+ "tts": [
+ "胜利手势"
+ ]
+ },
+ "🤞": {
+ "default": [
+ "交叉",
+ "交叉的手指",
+ "幸运",
+ "手",
+ "手指",
+ "祝好运"
+ ],
+ "tts": [
+ "交叉的手指"
+ ]
+ },
+ "🫰": {
+ "default": [
+ "响指",
+ "心",
+ "手",
+ "昂贵",
+ "比心",
+ "爱",
+ "爱心",
+ "金钱",
+ "钞票",
+ "食指与拇指交叉的手"
+ ],
+ "tts": [
+ "食指与拇指交叉的手"
+ ]
+ },
+ "🤟": {
+ "default": [
+ "三种",
+ "我爱你",
+ "手",
+ "爱你",
+ "爱你的手势"
+ ],
+ "tts": [
+ "爱你的手势"
+ ]
+ },
+ "🤘": {
+ "default": [
+ "手",
+ "摇滚",
+ "摇滚精神",
+ "燥起来",
+ "角",
+ "金属礼"
+ ],
+ "tts": [
+ "摇滚"
+ ]
+ },
+ "🤙": {
+ "default": [
+ "手",
+ "打电话给我",
+ "电话",
+ "给我打电话",
+ "给我打电话的手势"
+ ],
+ "tts": [
+ "给我打电话"
+ ]
+ },
+ "👈": {
+ "default": [
+ "反手",
+ "反手食指向左指",
+ "向左指",
+ "手",
+ "指左",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向左指"
+ ]
+ },
+ "👉": {
+ "default": [
+ "反手",
+ "反手食指向右指",
+ "向右指",
+ "手",
+ "指右",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向右指"
+ ]
+ },
+ "👆": {
+ "default": [
+ "反手",
+ "反手食指向上指",
+ "向上指",
+ "手",
+ "指上",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向上指"
+ ]
+ },
+ "🖕": {
+ "default": [
+ "中指",
+ "反手",
+ "手",
+ "竖中指"
+ ],
+ "tts": [
+ "竖中指"
+ ]
+ },
+ "👇": {
+ "default": [
+ "反手",
+ "反手食指向下指",
+ "向下指",
+ "手",
+ "指下",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向下指"
+ ]
+ },
+ "☝": {
+ "default": [
+ "向上指",
+ "手",
+ "指上",
+ "食指",
+ "食指向上指"
+ ],
+ "tts": [
+ "食指向上指"
+ ]
+ },
+ "🫵": {
+ "default": [
+ "伸出手指",
+ "你",
+ "戳",
+ "手指",
+ "指",
+ "指向",
+ "指向观察者的食指"
+ ],
+ "tts": [
+ "指向观察者的食指"
+ ]
+ },
+ "👍": {
+ "default": [
+ "同意",
+ "好",
+ "手",
+ "拇指",
+ "拇指向上",
+ "真棒",
+ "赞",
+ "赞成",
+ "顶一下"
+ ],
+ "tts": [
+ "拇指向上"
+ ]
+ },
+ "👎": {
+ "default": [
+ "不赞成",
+ "反对",
+ "否决",
+ "手",
+ "拇指向下",
+ "责备"
+ ],
+ "tts": [
+ "拇指向下"
+ ]
+ },
+ "✊": {
+ "default": [
+ "举拳",
+ "举起拳头",
+ "团结",
+ "手",
+ "拳头",
+ "握拳"
+ ],
+ "tts": [
+ "举起拳头"
+ ]
+ },
+ "👊": {
+ "default": [
+ "出拳",
+ "完全同意",
+ "手",
+ "打",
+ "拳",
+ "挥拳过来",
+ "绝对正确"
+ ],
+ "tts": [
+ "出拳"
+ ]
+ },
+ "🤛": {
+ "default": [
+ "拳头",
+ "朝左",
+ "朝左的拳头"
+ ],
+ "tts": [
+ "朝左的拳头"
+ ]
+ },
+ "🤜": {
+ "default": [
+ "手",
+ "拳头",
+ "朝右",
+ "朝右的拳头"
+ ],
+ "tts": [
+ "朝右的拳头"
+ ]
+ },
+ "👏": {
+ "default": [
+ "干得好",
+ "恭喜",
+ "拍手",
+ "赞成",
+ "鼓掌"
+ ],
+ "tts": [
+ "鼓掌"
+ ]
+ },
+ "🙌": {
+ "default": [
+ "举双手",
+ "举手",
+ "击掌",
+ "双手",
+ "庆祝",
+ "手"
+ ],
+ "tts": [
+ "举双手"
+ ]
+ },
+ "🫶": {
+ "default": [
+ "做成心形的双手",
+ "手",
+ "比心",
+ "爱",
+ "爱你",
+ "爱心"
+ ],
+ "tts": [
+ "做成心形的双手"
+ ]
+ },
+ "👐": {
+ "default": [
+ "十",
+ "双手",
+ "张开双手",
+ "摊手"
+ ],
+ "tts": [
+ "张开双手"
+ ]
+ },
+ "🤲": {
+ "default": [
+ "双掌",
+ "双掌向上",
+ "希望",
+ "掌心向上托起",
+ "祈祷",
+ "祷告"
+ ],
+ "tts": [
+ "掌心向上托起"
+ ]
+ },
+ "🤝": {
+ "default": [
+ "一言为定",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手"
+ ]
+ },
+ "🙏": {
+ "default": [
+ "双手合十",
+ "合掌",
+ "感恩",
+ "拜托",
+ "祈求",
+ "祈祷",
+ "祈福",
+ "祝福",
+ "谢谢"
+ ],
+ "tts": [
+ "双手合十"
+ ]
+ },
+ "✍": {
+ "default": [
+ "写",
+ "写字",
+ "手",
+ "笔"
+ ],
+ "tts": [
+ "写字"
+ ]
+ },
+ "💅": {
+ "default": [
+ "修指甲",
+ "忙完了",
+ "护手",
+ "指甲油",
+ "涂指甲油",
+ "美甲",
+ "闷",
+ "随便啦"
+ ],
+ "tts": [
+ "涂指甲油"
+ ]
+ },
+ "🤳": {
+ "default": [
+ "手机",
+ "相机",
+ "自拍"
+ ],
+ "tts": [
+ "自拍"
+ ]
+ },
+ "💪": {
+ "default": [
+ "二头肌",
+ "健身房",
+ "强壮",
+ "肌肉"
+ ],
+ "tts": [
+ "肌肉"
+ ]
+ },
+ "🦾": {
+ "default": [
+ "义肢",
+ "手臂",
+ "无障碍",
+ "机械手臂"
+ ],
+ "tts": [
+ "机械手臂"
+ ]
+ },
+ "🦿": {
+ "default": [
+ "义肢",
+ "无障碍",
+ "机械腿",
+ "腿"
+ ],
+ "tts": [
+ "机械腿"
+ ]
+ },
+ "🦵": {
+ "default": [
+ "弯腿",
+ "肢体",
+ "脚",
+ "腿",
+ "跛行",
+ "踢"
+ ],
+ "tts": [
+ "腿"
+ ]
+ },
+ "🦶": {
+ "default": [
+ "脚",
+ "足踝",
+ "踏",
+ "踝",
+ "踢",
+ "踩",
+ "踱"
+ ],
+ "tts": [
+ "脚"
+ ]
+ },
+ "👂": {
+ "default": [
+ "仔细听",
+ "听",
+ "耳",
+ "耳朵"
+ ],
+ "tts": [
+ "耳朵"
+ ]
+ },
+ "🦻": {
+ "default": [
+ "助听器",
+ "听力障碍",
+ "听障",
+ "失聪",
+ "戴助听器的耳朵",
+ "无障碍",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "戴助听器的耳朵"
+ ]
+ },
+ "👃": {
+ "default": [
+ "嗅",
+ "气味",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "tts": [
+ "鼻子"
+ ]
+ },
+ "🧠": {
+ "default": [
+ "大脑",
+ "头脑",
+ "智慧",
+ "智能",
+ "聪明",
+ "脑"
+ ],
+ "tts": [
+ "脑"
+ ]
+ },
+ "🫀": {
+ "default": [
+ "中心",
+ "器官",
+ "心率",
+ "心脏",
+ "心脏器官",
+ "心脏病学",
+ "心跳",
+ "真心",
+ "红心",
+ "解剖",
+ "身体"
+ ],
+ "tts": [
+ "心脏器官"
+ ]
+ },
+ "🫁": {
+ "default": [
+ "吸气",
+ "呼吸",
+ "呼吸作用",
+ "呼气",
+ "器官",
+ "肺",
+ "肺部",
+ "身体"
+ ],
+ "tts": [
+ "肺"
+ ]
+ },
+ "🦷": {
+ "default": [
+ "牙医",
+ "牙科医生",
+ "牙齿",
+ "珍珠色",
+ "白色"
+ ],
+ "tts": [
+ "牙齿"
+ ]
+ },
+ "🦴": {
+ "default": [
+ "叉骨",
+ "狗",
+ "骨头",
+ "骨骼"
+ ],
+ "tts": [
+ "骨头"
+ ]
+ },
+ "👀": {
+ "default": [
+ "双眼",
+ "看",
+ "眼睛",
+ "窥视",
+ "身体"
+ ],
+ "tts": [
+ "双眼"
+ ]
+ },
+ "👁": {
+ "default": [
+ "单眼",
+ "看",
+ "眼",
+ "眼睛",
+ "身体"
+ ],
+ "tts": [
+ "眼睛"
+ ]
+ },
+ "👅": {
+ "default": [
+ "啧啧地喝",
+ "舌",
+ "舌头",
+ "舔",
+ "身体"
+ ],
+ "tts": [
+ "舌头"
+ ]
+ },
+ "👄": {
+ "default": [
+ "口",
+ "口红",
+ "吻",
+ "唇",
+ "唇膏",
+ "嘴"
+ ],
+ "tts": [
+ "嘴"
+ ]
+ },
+ "🫦": {
+ "default": [
+ "不舒服",
+ "口红",
+ "咬住嘴唇",
+ "咬嘴唇",
+ "嘴唇",
+ "害怕",
+ "性感",
+ "担心",
+ "接吻",
+ "焦虑",
+ "紧张",
+ "调情"
+ ],
+ "tts": [
+ "咬住嘴唇"
+ ]
+ },
+ "👶": {
+ "default": [
+ "孩子",
+ "宝宝",
+ "小宝贝",
+ "小毛头"
+ ],
+ "tts": [
+ "小宝贝"
+ ]
+ },
+ "🧒": {
+ "default": [
+ "中性",
+ "儿童",
+ "小孩",
+ "年轻人",
+ "性别不明",
+ "性别中立"
+ ],
+ "tts": [
+ "儿童"
+ ]
+ },
+ "👦": {
+ "default": [
+ "儿童",
+ "孩子",
+ "小孩",
+ "男",
+ "男孩"
+ ],
+ "tts": [
+ "男孩"
+ ]
+ },
+ "👧": {
+ "default": [
+ "儿童",
+ "大眼女孩",
+ "女",
+ "女儿",
+ "女孩",
+ "孩子",
+ "小孩"
+ ],
+ "tts": [
+ "女孩"
+ ]
+ },
+ "🧑": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人"
+ ]
+ },
+ "👱": {
+ "default": [
+ "人",
+ "脸",
+ "金发",
+ "金色头发的人"
+ ],
+ "tts": [
+ "金色头发的人"
+ ]
+ },
+ "👨": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人"
+ ]
+ },
+ "🧔": {
+ "default": [
+ "人",
+ "大胡子",
+ "有胡子的人",
+ "男",
+ "络腮胡",
+ "胡子",
+ "胡须",
+ "腮帮子",
+ "连鬓胡子"
+ ],
+ "tts": [
+ "有胡子的人"
+ ]
+ },
+ "🧔♂": {
+ "default": [
+ "有络腮胡子的男人",
+ "男人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的男人"
+ ]
+ },
+ "👱♂": {
+ "default": [
+ "男",
+ "金发",
+ "金发男"
+ ],
+ "tts": [
+ "金发男"
+ ]
+ },
+ "👩": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人"
+ ]
+ },
+ "🧔♀": {
+ "default": [
+ "女人",
+ "有络腮胡子的女人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的女人"
+ ]
+ },
+ "👱♀": {
+ "default": [
+ "女",
+ "金发",
+ "金发女"
+ ],
+ "tts": [
+ "金发女"
+ ]
+ },
+ "🧓": {
+ "default": [
+ "中性",
+ "性别不明",
+ "性别中性",
+ "成人",
+ "熟龄",
+ "老人",
+ "老年人",
+ "老男人",
+ "老龄"
+ ],
+ "tts": [
+ "老年人"
+ ]
+ },
+ "👴": {
+ "default": [
+ "祖父",
+ "秃头",
+ "老人",
+ "老头",
+ "老爷爷"
+ ],
+ "tts": [
+ "老爷爷"
+ ]
+ },
+ "👵": {
+ "default": [
+ "祖母",
+ "老人",
+ "老太",
+ "老奶奶"
+ ],
+ "tts": [
+ "老奶奶"
+ ]
+ },
+ "🙍": {
+ "default": [
+ "不开心",
+ "不满",
+ "不爽",
+ "失望",
+ "心烦意乱",
+ "恼火",
+ "沮丧",
+ "皱眉",
+ "皱眉的人"
+ ],
+ "tts": [
+ "皱眉"
+ ]
+ },
+ "🙍♂": {
+ "default": [
+ "不开心",
+ "男",
+ "皱眉",
+ "皱眉男",
+ "表情"
+ ],
+ "tts": [
+ "皱眉男"
+ ]
+ },
+ "🙍♀": {
+ "default": [
+ "不开心",
+ "女",
+ "皱眉",
+ "皱眉女"
+ ],
+ "tts": [
+ "皱眉女"
+ ]
+ },
+ "🙎": {
+ "default": [
+ "不开心",
+ "不高兴",
+ "低落",
+ "噘嘴",
+ "失望",
+ "怒视",
+ "撅嘴",
+ "撅嘴的人",
+ "生闷气",
+ "皱眉",
+ "苦相",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴"
+ ]
+ },
+ "🙎♂": {
+ "default": [
+ "不开心",
+ "噘嘴",
+ "撅嘴男",
+ "男",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴男"
+ ]
+ },
+ "🙎♀": {
+ "default": [
+ "不开心",
+ "噘嘴",
+ "女",
+ "撅嘴女"
+ ],
+ "tts": [
+ "撅嘴女"
+ ]
+ },
+ "🙅": {
+ "default": [
+ "不允许",
+ "不可能",
+ "不行",
+ "不通过",
+ "反对",
+ "手",
+ "用手势表示不的人",
+ "禁止",
+ "禁止手势"
+ ],
+ "tts": [
+ "禁止手势"
+ ]
+ },
+ "🙅♂": {
+ "default": [
+ "不行",
+ "反对",
+ "男",
+ "禁止",
+ "禁止手势男"
+ ],
+ "tts": [
+ "禁止手势男"
+ ]
+ },
+ "🙅♀": {
+ "default": [
+ "不行",
+ "反对",
+ "女",
+ "禁止",
+ "禁止手势女"
+ ],
+ "tts": [
+ "禁止手势女"
+ ]
+ },
+ "🙆": {
+ "default": [
+ "ok",
+ "OK手势",
+ "同意",
+ "女子用手势表示好",
+ "好的",
+ "手",
+ "手势",
+ "摆姿势",
+ "锻炼"
+ ],
+ "tts": [
+ "OK手势"
+ ]
+ },
+ "🙆♂": {
+ "default": [
+ "ok",
+ "OK",
+ "ok手势男",
+ "OK手势男",
+ "可以",
+ "同意",
+ "好的",
+ "男",
+ "运动"
+ ],
+ "tts": [
+ "OK手势男"
+ ]
+ },
+ "🙆♀": {
+ "default": [
+ "OK",
+ "OK手势女",
+ "可以",
+ "同意",
+ "女",
+ "好的"
+ ],
+ "tts": [
+ "OK手势女"
+ ]
+ },
+ "💁": {
+ "default": [
+ "介绍",
+ "伸手给小费",
+ "信息",
+ "八卦",
+ "前台",
+ "帮助",
+ "手",
+ "拨弄头发",
+ "自信时髦",
+ "请您离开",
+ "随便啦"
+ ],
+ "tts": [
+ "前台"
+ ]
+ },
+ "💁♂": {
+ "default": [
+ "前台",
+ "前台男",
+ "嘲讽",
+ "小费",
+ "男"
+ ],
+ "tts": [
+ "前台男"
+ ]
+ },
+ "💁♀": {
+ "default": [
+ "前台",
+ "前台女",
+ "女"
+ ],
+ "tts": [
+ "前台女"
+ ]
+ },
+ "🙋": {
+ "default": [
+ "举手",
+ "举手的人",
+ "嗨",
+ "开心",
+ "我参加",
+ "我可以帮忙",
+ "我知道",
+ "手",
+ "看这里",
+ "选我"
+ ],
+ "tts": [
+ "举手"
+ ]
+ },
+ "🙋♂": {
+ "default": [
+ "举手",
+ "发问",
+ "手势",
+ "男",
+ "男生举手"
+ ],
+ "tts": [
+ "男生举手"
+ ]
+ },
+ "🙋♀": {
+ "default": [
+ "举手",
+ "女",
+ "女生举手"
+ ],
+ "tts": [
+ "女生举手"
+ ]
+ },
+ "🧏": {
+ "default": [
+ "听力",
+ "听力障碍",
+ "听障",
+ "失聪者",
+ "无障碍",
+ "耳朵",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "失聪者"
+ ]
+ },
+ "🧏♂": {
+ "default": [
+ "听力障碍",
+ "失聪的男人",
+ "男",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的男人"
+ ]
+ },
+ "🧏♀": {
+ "default": [
+ "听力障碍",
+ "失聪的女人",
+ "女",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的女人"
+ ]
+ },
+ "🙇": {
+ "default": [
+ "不好意思",
+ "冥想",
+ "姿势",
+ "对不起",
+ "惭愧",
+ "感谢",
+ "懊悔",
+ "祈求宽恕",
+ "道歉",
+ "鞠躬",
+ "鞠躬的人"
+ ],
+ "tts": [
+ "鞠躬"
+ ]
+ },
+ "🙇♂": {
+ "default": [
+ "不好意思",
+ "对不起",
+ "男",
+ "男生鞠躬",
+ "道歉"
+ ],
+ "tts": [
+ "男生鞠躬"
+ ]
+ },
+ "🙇♀": {
+ "default": [
+ "不好意思",
+ "女",
+ "女生鞠躬",
+ "对不起",
+ "道歉",
+ "静思",
+ "鞠躬"
+ ],
+ "tts": [
+ "女生鞠躬"
+ ]
+ },
+ "🤦": {
+ "default": [
+ "人",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "捂脸"
+ ]
+ },
+ "🤦♂": {
+ "default": [
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "男",
+ "男子捂脸",
+ "男生捂脸",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "男生捂脸"
+ ]
+ },
+ "🤦♀": {
+ "default": [
+ "女",
+ "女子捂脸",
+ "女生捂脸",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "女生捂脸"
+ ]
+ },
+ "🤷": {
+ "default": [
+ "不关心",
+ "不知道",
+ "人",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "耸肩"
+ ]
+ },
+ "🤷♂": {
+ "default": [
+ "不关心",
+ "不知道",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "男",
+ "男子耸肩",
+ "男生耸肩",
+ "耸肩"
+ ],
+ "tts": [
+ "男生耸肩"
+ ]
+ },
+ "🤷♀": {
+ "default": [
+ "不关心",
+ "不知道",
+ "天晓得",
+ "女",
+ "女子耸肩",
+ "女生耸肩",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "女生耸肩"
+ ]
+ },
+ "🧑⚕": {
+ "default": [
+ "医生",
+ "卫生工作者",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "卫生工作者"
+ ]
+ },
+ "👨⚕": {
+ "default": [
+ "医护人员",
+ "医生",
+ "护士",
+ "治疗师",
+ "男",
+ "男人",
+ "男医生",
+ "男治疗师"
+ ],
+ "tts": [
+ "男医生"
+ ]
+ },
+ "👩⚕": {
+ "default": [
+ "医护人员",
+ "医生",
+ "女",
+ "女人",
+ "女医生",
+ "女治疗师",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "女医生"
+ ]
+ },
+ "🧑🎓": {
+ "default": [
+ "学生",
+ "毕业",
+ "毕业生"
+ ],
+ "tts": [
+ "学生"
+ ]
+ },
+ "👨🎓": {
+ "default": [
+ "学生",
+ "毕业",
+ "男",
+ "男学生"
+ ],
+ "tts": [
+ "男学生"
+ ]
+ },
+ "👩🎓": {
+ "default": [
+ "女",
+ "女学生",
+ "学生",
+ "毕业"
+ ],
+ "tts": [
+ "女学生"
+ ]
+ },
+ "🧑🏫": {
+ "default": [
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "老师"
+ ]
+ },
+ "👨🏫": {
+ "default": [
+ "教师",
+ "教授",
+ "男",
+ "男老师",
+ "老师"
+ ],
+ "tts": [
+ "男老师"
+ ]
+ },
+ "👩🏫": {
+ "default": [
+ "女",
+ "女老师",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "女老师"
+ ]
+ },
+ "🧑⚖": {
+ "default": [
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "法官"
+ ]
+ },
+ "👨⚖": {
+ "default": [
+ "正义",
+ "法官",
+ "法律",
+ "男",
+ "男法官"
+ ],
+ "tts": [
+ "男法官"
+ ]
+ },
+ "👩⚖": {
+ "default": [
+ "女",
+ "女法官",
+ "正义",
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "女法官"
+ ]
+ },
+ "🧑🌾": {
+ "default": [
+ "农民",
+ "园丁"
+ ],
+ "tts": [
+ "农民"
+ ]
+ },
+ "👨🌾": {
+ "default": [
+ "农夫",
+ "农民",
+ "园丁",
+ "牧场主人",
+ "牧场工人",
+ "男"
+ ],
+ "tts": [
+ "农夫"
+ ]
+ },
+ "👩🌾": {
+ "default": [
+ "农妇",
+ "农民",
+ "园丁",
+ "女",
+ "牧场主人",
+ "牧场工"
+ ],
+ "tts": [
+ "农妇"
+ ]
+ },
+ "🧑🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨"
+ ],
+ "tts": [
+ "厨师"
+ ]
+ },
+ "👨🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "男",
+ "男厨师"
+ ],
+ "tts": [
+ "男厨师"
+ ]
+ },
+ "👩🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "女",
+ "女厨师"
+ ],
+ "tts": [
+ "女厨师"
+ ]
+ },
+ "🧑🔧": {
+ "default": [
+ "技工",
+ "水管工",
+ "电工"
+ ],
+ "tts": [
+ "技工"
+ ]
+ },
+ "👨🔧": {
+ "default": [
+ "技工",
+ "机械工",
+ "杂工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "男",
+ "男技工"
+ ],
+ "tts": [
+ "男技工"
+ ]
+ },
+ "👩🔧": {
+ "default": [
+ "修理工",
+ "女",
+ "女技工",
+ "技工",
+ "水电工",
+ "水管工",
+ "水管工人",
+ "电工"
+ ],
+ "tts": [
+ "女技工"
+ ]
+ },
+ "🧑🏭": {
+ "default": [
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "工人"
+ ]
+ },
+ "👨🏭": {
+ "default": [
+ "工业",
+ "工人",
+ "工厂",
+ "男",
+ "男工人",
+ "组装工",
+ "装配"
+ ],
+ "tts": [
+ "男工人"
+ ]
+ },
+ "👩🏭": {
+ "default": [
+ "女",
+ "女工人",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "女工人"
+ ]
+ },
+ "🧑💼": {
+ "default": [
+ "商人",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "白领"
+ ]
+ },
+ "👨💼": {
+ "default": [
+ "商人",
+ "建筑师",
+ "男",
+ "男白领",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "男白领"
+ ]
+ },
+ "👩💼": {
+ "default": [
+ "人物",
+ "商人",
+ "女",
+ "女白领",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "女白领"
+ ]
+ },
+ "🧑🔬": {
+ "default": [
+ "化学家",
+ "工程学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "科学家"
+ ]
+ },
+ "👨🔬": {
+ "default": [
+ "化学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "男",
+ "男科学家",
+ "科学家"
+ ],
+ "tts": [
+ "男科学家"
+ ]
+ },
+ "👩🔬": {
+ "default": [
+ "化学家",
+ "女",
+ "女科学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "女科学家"
+ ]
+ },
+ "🧑💻": {
+ "default": [
+ "发明",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "程序员"
+ ]
+ },
+ "👨💻": {
+ "default": [
+ "发明家",
+ "工程师",
+ "开发人员",
+ "男",
+ "男程序员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "男程序员"
+ ]
+ },
+ "👩💻": {
+ "default": [
+ "发明家",
+ "女",
+ "女程序员",
+ "工程师",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "女程序员"
+ ]
+ },
+ "🧑🎤": {
+ "default": [
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "歌手"
+ ]
+ },
+ "👨🎤": {
+ "default": [
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "男",
+ "男歌手",
+ "男演员",
+ "艺人"
+ ],
+ "tts": [
+ "男歌手"
+ ]
+ },
+ "👩🎤": {
+ "default": [
+ "女",
+ "女歌手",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "女歌手"
+ ]
+ },
+ "🧑🎨": {
+ "default": [
+ "画家",
+ "艺术家"
+ ],
+ "tts": [
+ "艺术家"
+ ]
+ },
+ "👨🎨": {
+ "default": [
+ "男",
+ "男艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "男艺术家"
+ ]
+ },
+ "👩🎨": {
+ "default": [
+ "女",
+ "女艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "女艺术家"
+ ]
+ },
+ "🧑✈": {
+ "default": [
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "飞行员"
+ ]
+ },
+ "👨✈": {
+ "default": [
+ "机长",
+ "男",
+ "男飞行员",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "男飞行员"
+ ]
+ },
+ "👩✈": {
+ "default": [
+ "女",
+ "女飞行员",
+ "机长",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "女飞行员"
+ ]
+ },
+ "🧑🚀": {
+ "default": [
+ "宇航员",
+ "火箭"
+ ],
+ "tts": [
+ "宇航员"
+ ]
+ },
+ "👨🚀": {
+ "default": [
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "男",
+ "男宇航员",
+ "航天"
+ ],
+ "tts": [
+ "男宇航员"
+ ]
+ },
+ "👩🚀": {
+ "default": [
+ "女",
+ "女宇航员",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "航天"
+ ],
+ "tts": [
+ "女宇航员"
+ ]
+ },
+ "🧑🚒": {
+ "default": [
+ "消防员",
+ "消防车"
+ ],
+ "tts": [
+ "消防员"
+ ]
+ },
+ "👨🚒": {
+ "default": [
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "男",
+ "男消防员"
+ ],
+ "tts": [
+ "男消防员"
+ ]
+ },
+ "👩🚒": {
+ "default": [
+ "女",
+ "女消防员",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "火灾"
+ ],
+ "tts": [
+ "女消防员"
+ ]
+ },
+ "👮": {
+ "default": [
+ "交警",
+ "传唤",
+ "公安",
+ "卧底",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "警察"
+ ]
+ },
+ "👮♂": {
+ "default": [
+ "男",
+ "男警察",
+ "警官",
+ "警察"
+ ],
+ "tts": [
+ "男警察"
+ ]
+ },
+ "👮♀": {
+ "default": [
+ "交警",
+ "公安",
+ "卧底",
+ "女",
+ "女警察",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "女警察"
+ ]
+ },
+ "🕵": {
+ "default": [
+ "侦探",
+ "特工",
+ "男",
+ "间谍"
+ ],
+ "tts": [
+ "侦探"
+ ]
+ },
+ "🕵♂": {
+ "default": [
+ "侦探",
+ "男",
+ "男侦探",
+ "间谍"
+ ],
+ "tts": [
+ "男侦探"
+ ]
+ },
+ "🕵♀": {
+ "default": [
+ "侦探",
+ "女",
+ "女侦探",
+ "特工",
+ "间谍"
+ ],
+ "tts": [
+ "女侦探"
+ ]
+ },
+ "💂": {
+ "default": [
+ "伦敦",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "白金汉宫"
+ ],
+ "tts": [
+ "卫兵"
+ ]
+ },
+ "💂♂": {
+ "default": [
+ "卫兵",
+ "卫士",
+ "守卫",
+ "男",
+ "男卫兵"
+ ],
+ "tts": [
+ "男卫兵"
+ ]
+ },
+ "💂♀": {
+ "default": [
+ "卫兵",
+ "卫士",
+ "女",
+ "女卫兵",
+ "守卫"
+ ],
+ "tts": [
+ "女卫兵"
+ ]
+ },
+ "🥷": {
+ "default": [
+ "人物",
+ "侠客",
+ "刺客",
+ "士兵",
+ "忍者",
+ "战斗",
+ "打斗",
+ "狡猾",
+ "秘密",
+ "隐藏",
+ "隐身"
+ ],
+ "tts": [
+ "忍者"
+ ]
+ },
+ "👷": {
+ "default": [
+ "包工头",
+ "头盔",
+ "安全帽",
+ "工人",
+ "工程师",
+ "建筑",
+ "建筑工人",
+ "建造",
+ "搬砖",
+ "改造"
+ ],
+ "tts": [
+ "建筑工人"
+ ]
+ },
+ "👷♂": {
+ "default": [
+ "工人",
+ "建筑",
+ "男",
+ "男建筑工人"
+ ],
+ "tts": [
+ "男建筑工人"
+ ]
+ },
+ "👷♀": {
+ "default": [
+ "头盔",
+ "女",
+ "女建筑工人",
+ "工人",
+ "建筑"
+ ],
+ "tts": [
+ "女建筑工人"
+ ]
+ },
+ "🫅": {
+ "default": [
+ "君主",
+ "君威",
+ "国王",
+ "戴王冠的人",
+ "王冠",
+ "王后",
+ "王室",
+ "皇室",
+ "贵族"
+ ],
+ "tts": [
+ "戴王冠的人"
+ ]
+ },
+ "🤴": {
+ "default": [
+ "王子",
+ "皇家"
+ ],
+ "tts": [
+ "王子"
+ ]
+ },
+ "👸": {
+ "default": [
+ "公主",
+ "皇冠",
+ "童话"
+ ],
+ "tts": [
+ "公主"
+ ]
+ },
+ "👳": {
+ "default": [
+ "头巾",
+ "戴头巾的人"
+ ],
+ "tts": [
+ "戴头巾的人"
+ ]
+ },
+ "👳♂": {
+ "default": [
+ "头巾",
+ "戴头巾的男人",
+ "男"
+ ],
+ "tts": [
+ "戴头巾的男人"
+ ]
+ },
+ "👳♀": {
+ "default": [
+ "头巾",
+ "女",
+ "戴头巾的女人",
+ "特本"
+ ],
+ "tts": [
+ "戴头巾的女人"
+ ]
+ },
+ "👲": {
+ "default": [
+ "人物",
+ "帽子",
+ "戴瓜皮帽的人",
+ "瓜皮帽"
+ ],
+ "tts": [
+ "戴瓜皮帽的人"
+ ]
+ },
+ "🧕": {
+ "default": [
+ "头巾",
+ "希贾布",
+ "带头饰的女人",
+ "戴头巾的女人"
+ ],
+ "tts": [
+ "带头饰的女人"
+ ]
+ },
+ "🤵": {
+ "default": [
+ "人",
+ "新郎",
+ "正式",
+ "燕尾服",
+ "男人",
+ "穿燕尾服的人",
+ "穿燕尾服的男人"
+ ],
+ "tts": [
+ "穿燕尾服的人"
+ ]
+ },
+ "🤵♂": {
+ "default": [
+ "男人",
+ "礼服",
+ "穿礼服的男人"
+ ],
+ "tts": [
+ "穿礼服的男人"
+ ]
+ },
+ "🤵♀": {
+ "default": [
+ "女人",
+ "礼服",
+ "穿礼服的女人"
+ ],
+ "tts": [
+ "穿礼服的女人"
+ ]
+ },
+ "👰": {
+ "default": [
+ "人",
+ "头纱",
+ "婚礼",
+ "戴头纱的人",
+ "戴头纱的新娘",
+ "新娘",
+ "结婚"
+ ],
+ "tts": [
+ "戴头纱的人"
+ ]
+ },
+ "👰♂": {
+ "default": [
+ "头纱",
+ "戴头纱的男人",
+ "男人"
+ ],
+ "tts": [
+ "戴头纱的男人"
+ ]
+ },
+ "👰♀": {
+ "default": [
+ "头纱",
+ "女人",
+ "戴头纱的女人"
+ ],
+ "tts": [
+ "戴头纱的女人"
+ ]
+ },
+ "🤰": {
+ "default": [
+ "女人",
+ "孕妇",
+ "怀孕",
+ "怀孕的女人"
+ ],
+ "tts": [
+ "孕妇"
+ ]
+ },
+ "🫃": {
+ "default": [
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的男人",
+ "男子",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的男人"
+ ]
+ },
+ "🫄": {
+ "default": [
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的人",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的人"
+ ]
+ },
+ "🤱": {
+ "default": [
+ "乳房",
+ "哺乳",
+ "喂奶",
+ "婴儿",
+ "母乳喂养"
+ ],
+ "tts": [
+ "母乳喂养"
+ ]
+ },
+ "👩🍼": {
+ "default": [
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的女人",
+ "喂养",
+ "女人",
+ "妈咪",
+ "妈妈",
+ "婴儿",
+ "宝宝",
+ "母亲",
+ "爱"
+ ],
+ "tts": [
+ "哺乳的女人"
+ ]
+ },
+ "👨🍼": {
+ "default": [
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的男人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "爱",
+ "父亲",
+ "父子情",
+ "父爱",
+ "男人"
+ ],
+ "tts": [
+ "哺乳的男人"
+ ]
+ },
+ "🧑🍼": {
+ "default": [
+ "人",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿"
+ ],
+ "tts": [
+ "哺乳的人"
+ ]
+ },
+ "👼": {
+ "default": [
+ "儿童",
+ "天使",
+ "孩子",
+ "小天使"
+ ],
+ "tts": [
+ "小天使"
+ ]
+ },
+ "🎅": {
+ "default": [
+ "圣诞",
+ "圣诞老人",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞老人"
+ ]
+ },
+ "🤶": {
+ "default": [
+ "圣诞",
+ "圣诞奶奶",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞奶奶"
+ ]
+ },
+ "🧑🎄": {
+ "default": [
+ "人",
+ "人物",
+ "圣诞",
+ "圣诞人",
+ "圣诞帽",
+ "圣诞快乐",
+ "圣诞老人",
+ "圣诞老公公",
+ "节日"
+ ],
+ "tts": [
+ "圣诞人"
+ ]
+ },
+ "🦸": {
+ "default": [
+ "女英雄",
+ "女超人",
+ "好人",
+ "英雄",
+ "蝙蝠侠",
+ "超人",
+ "超级英雄",
+ "超能力"
+ ],
+ "tts": [
+ "超级英雄"
+ ]
+ },
+ "🦸♂": {
+ "default": [
+ "好人",
+ "男人",
+ "男超级英雄",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "男超级英雄"
+ ]
+ },
+ "🦸♀": {
+ "default": [
+ "女人",
+ "女超级英雄",
+ "好人",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "女超级英雄"
+ ]
+ },
+ "🦹": {
+ "default": [
+ "人",
+ "坏蛋",
+ "大反派",
+ "恶魔",
+ "罪犯",
+ "超级大坏蛋",
+ "超级恶棍",
+ "超能力",
+ "邪恶"
+ ],
+ "tts": [
+ "超级大坏蛋"
+ ]
+ },
+ "🦹♂": {
+ "default": [
+ "坏蛋",
+ "男人",
+ "男超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "男超级大坏蛋"
+ ]
+ },
+ "🦹♀": {
+ "default": [
+ "坏蛋",
+ "女人",
+ "女超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "女超级大坏蛋"
+ ]
+ },
+ "🧙": {
+ "default": [
+ "召唤",
+ "女巫",
+ "女魔术师",
+ "巫师",
+ "智者",
+ "法师",
+ "法术",
+ "男巫",
+ "男魔术师",
+ "魔咒",
+ "魔术师"
+ ],
+ "tts": [
+ "法师"
+ ]
+ },
+ "🧙♂": {
+ "default": [
+ "男巫",
+ "男法师",
+ "男魔术师"
+ ],
+ "tts": [
+ "男法师"
+ ]
+ },
+ "🧙♀": {
+ "default": [
+ "女巫",
+ "女法师",
+ "女魔术师"
+ ],
+ "tts": [
+ "女法师"
+ ]
+ },
+ "🧚": {
+ "default": [
+ "仙女",
+ "仙子",
+ "童话",
+ "精灵",
+ "翅膀"
+ ],
+ "tts": [
+ "精灵"
+ ]
+ },
+ "🧚♂": {
+ "default": [
+ "仙人",
+ "仙男",
+ "天卫十五",
+ "天卫四",
+ "男精灵"
+ ],
+ "tts": [
+ "仙人"
+ ]
+ },
+ "🧚♀": {
+ "default": [
+ "仙女",
+ "女精灵",
+ "妖精王后"
+ ],
+ "tts": [
+ "仙女"
+ ]
+ },
+ "🧛": {
+ "default": [
+ "万圣节",
+ "不死族",
+ "利牙",
+ "吸血鬼",
+ "恐怖",
+ "毒牙",
+ "装扮服装",
+ "超自然"
+ ],
+ "tts": [
+ "吸血鬼"
+ ]
+ },
+ "🧛♂": {
+ "default": [
+ "男不死族",
+ "男吸血鬼"
+ ],
+ "tts": [
+ "男吸血鬼"
+ ]
+ },
+ "🧛♀": {
+ "default": [
+ "女不死族",
+ "女吸血鬼"
+ ],
+ "tts": [
+ "女吸血鬼"
+ ]
+ },
+ "🧜": {
+ "default": [
+ "三叉戟",
+ "人鱼",
+ "女人鱼",
+ "民间传说",
+ "海妖",
+ "海底",
+ "海洋生物",
+ "男人鱼",
+ "童话",
+ "美人鱼"
+ ],
+ "tts": [
+ "人鱼"
+ ]
+ },
+ "🧜♂": {
+ "default": [
+ "特里同",
+ "男人鱼"
+ ],
+ "tts": [
+ "男人鱼"
+ ]
+ },
+ "🧜♀": {
+ "default": [
+ "女人鱼",
+ "美人鱼"
+ ],
+ "tts": [
+ "美人鱼"
+ ]
+ },
+ "🧝": {
+ "default": [
+ "小精灵",
+ "神秘",
+ "精灵",
+ "魔幻",
+ "魔法"
+ ],
+ "tts": [
+ "小精灵"
+ ]
+ },
+ "🧝♂": {
+ "default": [
+ "男小精灵",
+ "男性魔术"
+ ],
+ "tts": [
+ "男小精灵"
+ ]
+ },
+ "🧝♀": {
+ "default": [
+ "女小精灵",
+ "女性魔术"
+ ],
+ "tts": [
+ "女小精灵"
+ ]
+ },
+ "🧞": {
+ "default": [
+ "奇幻",
+ "妖怪",
+ "愿望",
+ "擦拭神灯",
+ "杰尼",
+ "灯神",
+ "神灵",
+ "神秘",
+ "神话",
+ "精灵",
+ "镇尼"
+ ],
+ "tts": [
+ "妖怪"
+ ]
+ },
+ "🧞♂": {
+ "default": [
+ "男妖怪",
+ "男神灵"
+ ],
+ "tts": [
+ "男妖怪"
+ ]
+ },
+ "🧞♀": {
+ "default": [
+ "女妖怪",
+ "女神灵"
+ ],
+ "tts": [
+ "女妖怪"
+ ]
+ },
+ "🧟": {
+ "default": [
+ "万圣节",
+ "不死族",
+ "僵尸",
+ "半死不活",
+ "吓人",
+ "行尸走肉"
+ ],
+ "tts": [
+ "僵尸"
+ ]
+ },
+ "🧟♂": {
+ "default": [
+ "男僵尸",
+ "男行尸走肉"
+ ],
+ "tts": [
+ "男僵尸"
+ ]
+ },
+ "🧟♀": {
+ "default": [
+ "女僵尸",
+ "女行尸走肉"
+ ],
+ "tts": [
+ "女僵尸"
+ ]
+ },
+ "🧌": {
+ "default": [
+ "幻想",
+ "怪兽",
+ "怪物",
+ "神话故事",
+ "穴居巨怪"
+ ],
+ "tts": [
+ "穴居巨怪"
+ ]
+ },
+ "": {
+ "default": [
+ "多毛",
+ "大型",
+ "大脚怪",
+ "大脚野人",
+ "森林",
+ "欧洲野人",
+ "神秘生物",
+ "雪怪"
+ ],
+ "tts": [
+ "毛怪"
+ ]
+ },
+ "💆": {
+ "default": [
+ "享受按摩的人",
+ "头痛",
+ "按摩",
+ "放松",
+ "水疗",
+ "治疗",
+ "紧张",
+ "缓解",
+ "美容",
+ "美容沙龙",
+ "面部"
+ ],
+ "tts": [
+ "按摩"
+ ]
+ },
+ "💆♂": {
+ "default": [
+ "头痛",
+ "按摩",
+ "男",
+ "男生按摩",
+ "脸"
+ ],
+ "tts": [
+ "男生按摩"
+ ]
+ },
+ "💆♀": {
+ "default": [
+ "女",
+ "女生按摩",
+ "按摩"
+ ],
+ "tts": [
+ "女生按摩"
+ ]
+ },
+ "💇": {
+ "default": [
+ "剪头",
+ "发型",
+ "理发",
+ "理发师",
+ "理发的人",
+ "美发",
+ "美容",
+ "美容沙龙",
+ "美容院",
+ "造型师"
+ ],
+ "tts": [
+ "理发"
+ ]
+ },
+ "💇♂": {
+ "default": [
+ "剪头",
+ "理发",
+ "男",
+ "男生理发"
+ ],
+ "tts": [
+ "男生理发"
+ ]
+ },
+ "💇♀": {
+ "default": [
+ "剪头",
+ "女",
+ "女生理发",
+ "理发"
+ ],
+ "tts": [
+ "女生理发"
+ ]
+ },
+ "🚶": {
+ "default": [
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛"
+ ],
+ "tts": [
+ "行人"
+ ]
+ },
+ "🚶♂": {
+ "default": [
+ "徒步",
+ "男",
+ "男行人",
+ "走路"
+ ],
+ "tts": [
+ "男行人"
+ ]
+ },
+ "🚶♀": {
+ "default": [
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人"
+ ],
+ "tts": [
+ "女行人"
+ ]
+ },
+ "🧍": {
+ "default": [
+ "人物",
+ "站着",
+ "站着的人",
+ "站立",
+ "站立者"
+ ],
+ "tts": [
+ "站立者"
+ ]
+ },
+ "🧍♂": {
+ "default": [
+ "男",
+ "站着",
+ "站立",
+ "站立的男人"
+ ],
+ "tts": [
+ "站立的男人"
+ ]
+ },
+ "🧍♀": {
+ "default": [
+ "女",
+ "站着",
+ "站立",
+ "站立的女人"
+ ],
+ "tts": [
+ "站立的女人"
+ ]
+ },
+ "🧎": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "跪下",
+ "跪坐"
+ ],
+ "tts": [
+ "下跪者"
+ ]
+ },
+ "🧎♂": {
+ "default": [
+ "下跪",
+ "男",
+ "跪下的男人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的男人"
+ ]
+ },
+ "🧎♀": {
+ "default": [
+ "下跪",
+ "女",
+ "跪下的女人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的女人"
+ ]
+ },
+ "🧑🦯": {
+ "default": [
+ "拄盲杖的人",
+ "无障碍",
+ "盲"
+ ],
+ "tts": [
+ "拄盲杖的人"
+ ]
+ },
+ "👨🦯": {
+ "default": [
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的男人"
+ ]
+ },
+ "👩🦯": {
+ "default": [
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的女人"
+ ]
+ },
+ "🧑🦼": {
+ "default": [
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的人"
+ ]
+ },
+ "👨🦼": {
+ "default": [
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的男人"
+ ]
+ },
+ "👩🦼": {
+ "default": [
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的女人"
+ ]
+ },
+ "🧑🦽": {
+ "default": [
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的人"
+ ]
+ },
+ "👨🦽": {
+ "default": [
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的男人"
+ ]
+ },
+ "👩🦽": {
+ "default": [
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的女人"
+ ]
+ },
+ "🏃": {
+ "default": [
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者"
+ ]
+ },
+ "🏃♂": {
+ "default": [
+ "男",
+ "男生跑步",
+ "跑",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步"
+ ]
+ },
+ "🏃♀": {
+ "default": [
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步"
+ ]
+ },
+ "🧑🩰": {
+ "default": [
+ "舞者",
+ "芭蕾",
+ "芭蕾舞"
+ ],
+ "tts": [
+ "芭蕾舞者"
+ ]
+ },
+ "💃": {
+ "default": [
+ "优雅",
+ "佛拉门戈",
+ "女人",
+ "女舞者",
+ "探戈",
+ "舞者",
+ "萨尔萨舞",
+ "跳舞",
+ "跳舞的女人"
+ ],
+ "tts": [
+ "跳舞的女人"
+ ]
+ },
+ "🕺": {
+ "default": [
+ "佛拉门戈",
+ "男人",
+ "男舞者",
+ "舞者",
+ "跳舞",
+ "跳舞的男人"
+ ],
+ "tts": [
+ "跳舞的男人"
+ ]
+ },
+ "🕴": {
+ "default": [
+ "商务",
+ "正装",
+ "男",
+ "西装革履",
+ "西装革履的人"
+ ],
+ "tts": [
+ "西装革履的人"
+ ]
+ },
+ "👯": {
+ "default": [
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人"
+ ]
+ },
+ "👯♂": {
+ "default": [
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生"
+ ]
+ },
+ "👯♀": {
+ "default": [
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎"
+ ]
+ },
+ "🧖": {
+ "default": [
+ "在桑拿间的人",
+ "放松",
+ "桑拿",
+ "桑拿浴",
+ "蒸房",
+ "蒸房里的人",
+ "蒸气漫溢",
+ "蒸汽浴"
+ ],
+ "tts": [
+ "蒸房里的人"
+ ]
+ },
+ "🧖♂": {
+ "default": [
+ "桑拿",
+ "蒸房里的男人",
+ "男性桑拿"
+ ],
+ "tts": [
+ "蒸房里的男人"
+ ]
+ },
+ "🧖♀": {
+ "default": [
+ "女性桑拿",
+ "桑拿",
+ "蒸房里的女人"
+ ],
+ "tts": [
+ "蒸房里的女人"
+ ]
+ },
+ "🧗": {
+ "default": [
+ "向上爬的人",
+ "攀岩",
+ "攀岩者",
+ "攀爬的人",
+ "爬山",
+ "登山",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的人"
+ ]
+ },
+ "🧗♂": {
+ "default": [
+ "攀爬的男人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的男人"
+ ]
+ },
+ "🧗♀": {
+ "default": [
+ "攀爬的女人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的女人"
+ ]
+ },
+ "🤺": {
+ "default": [
+ "人",
+ "体育",
+ "击剑",
+ "击剑选手",
+ "剑"
+ ],
+ "tts": [
+ "击剑选手"
+ ]
+ },
+ "🏇": {
+ "default": [
+ "三冠",
+ "赛马",
+ "赛马骑师",
+ "马",
+ "骑师",
+ "骑马"
+ ],
+ "tts": [
+ "赛马"
+ ]
+ },
+ "⛷": {
+ "default": [
+ "滑雪",
+ "滑雪的人",
+ "雪"
+ ],
+ "tts": [
+ "滑雪的人"
+ ]
+ },
+ "🏂": {
+ "default": [
+ "单板",
+ "单板滑雪",
+ "滑雪",
+ "滑雪板",
+ "雪"
+ ],
+ "tts": [
+ "滑雪板"
+ ]
+ },
+ "🏌": {
+ "default": [
+ "pga",
+ "小鸟球",
+ "打高尔夫的人",
+ "推杆进球",
+ "球",
+ "球座",
+ "球穴区",
+ "球童",
+ "职业高尔夫协会",
+ "运动",
+ "高尔夫"
+ ],
+ "tts": [
+ "打高尔夫的人"
+ ]
+ },
+ "🏌♂": {
+ "default": [
+ "男",
+ "男生打高尔夫",
+ "高尔夫"
+ ],
+ "tts": [
+ "男生打高尔夫"
+ ]
+ },
+ "🏌♀": {
+ "default": [
+ "女",
+ "女生打高尔夫",
+ "高尔夫",
+ "高尔夫练球场"
+ ],
+ "tts": [
+ "女生打高尔夫"
+ ]
+ },
+ "🏄": {
+ "default": [
+ "冲浪",
+ "冲浪的人",
+ "冲浪者",
+ "波浪",
+ "海上运动",
+ "海洋",
+ "海滩",
+ "涌浪",
+ "网上冲浪",
+ "运动"
+ ],
+ "tts": [
+ "冲浪"
+ ]
+ },
+ "🏄♂": {
+ "default": [
+ "冲浪",
+ "男",
+ "男生冲浪"
+ ],
+ "tts": [
+ "男生冲浪"
+ ]
+ },
+ "🏄♀": {
+ "default": [
+ "冲浪",
+ "女",
+ "女生冲浪",
+ "海滩"
+ ],
+ "tts": [
+ "女生冲浪"
+ ]
+ },
+ "🚣": {
+ "default": [
+ "划桨",
+ "划船运动",
+ "划艇",
+ "木筏",
+ "河",
+ "泛舟湖上",
+ "湖",
+ "独木舟",
+ "船",
+ "钓鱼"
+ ],
+ "tts": [
+ "划艇"
+ ]
+ },
+ "🚣♂": {
+ "default": [
+ "划船",
+ "划艇",
+ "男",
+ "男生划船",
+ "船"
+ ],
+ "tts": [
+ "男生划船"
+ ]
+ },
+ "🚣♀": {
+ "default": [
+ "划船",
+ "划艇",
+ "女",
+ "女生划船",
+ "船"
+ ],
+ "tts": [
+ "女生划船"
+ ]
+ },
+ "🏊": {
+ "default": [
+ "游泳",
+ "游泳的人",
+ "游泳者",
+ "自由泳",
+ "运动",
+ "铁人三项"
+ ],
+ "tts": [
+ "游泳"
+ ]
+ },
+ "🏊♂": {
+ "default": [
+ "游泳",
+ "男",
+ "男生游泳"
+ ],
+ "tts": [
+ "男生游泳"
+ ]
+ },
+ "🏊♀": {
+ "default": [
+ "女",
+ "女生游泳",
+ "游泳"
+ ],
+ "tts": [
+ "女生游泳"
+ ]
+ },
+ "⛹": {
+ "default": [
+ "体育",
+ "全网无阻",
+ "打球",
+ "游戏",
+ "玩",
+ "玩球",
+ "球",
+ "篮球",
+ "篮球运动员",
+ "罚球",
+ "运动",
+ "运球",
+ "锦标赛"
+ ],
+ "tts": [
+ "玩球"
+ ]
+ },
+ "⛹♂": {
+ "default": [
+ "球",
+ "男",
+ "男生玩球"
+ ],
+ "tts": [
+ "男生玩球"
+ ]
+ },
+ "⛹♀": {
+ "default": [
+ "女",
+ "女生打篮球",
+ "女生玩球",
+ "游戏",
+ "玩",
+ "球",
+ "篮球"
+ ],
+ "tts": [
+ "女生玩球"
+ ]
+ },
+ "🏋": {
+ "default": [
+ "举重",
+ "举重的人",
+ "举重运动员",
+ "举铁",
+ "健美者",
+ "力量举重",
+ "杠铃",
+ "硬拉",
+ "训练",
+ "运动"
+ ],
+ "tts": [
+ "举重"
+ ]
+ },
+ "🏋♂": {
+ "default": [
+ "举重",
+ "男",
+ "男生举重"
+ ],
+ "tts": [
+ "男生举重"
+ ]
+ },
+ "🏋♀": {
+ "default": [
+ "举重",
+ "女",
+ "女生举重",
+ "训练"
+ ],
+ "tts": [
+ "女生举重"
+ ]
+ },
+ "🚴": {
+ "default": [
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车赛",
+ "自行车骑士",
+ "运动",
+ "骑单车",
+ "骑脚踏车者",
+ "骑自行车",
+ "骑自行车的人",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑自行车"
+ ]
+ },
+ "🚴♂": {
+ "default": [
+ "单车",
+ "男",
+ "男生骑自行车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "男生骑自行车"
+ ]
+ },
+ "🚴♀": {
+ "default": [
+ "单车",
+ "女",
+ "女生骑自行车",
+ "女生骑车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑自行车"
+ ]
+ },
+ "🚵": {
+ "default": [
+ "体育竞技",
+ "单车",
+ "山",
+ "山地自行车",
+ "山地车",
+ "山地骑行的人",
+ "自行车",
+ "运动",
+ "骑山地车",
+ "骑山地车的人",
+ "骑自行车",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑山地车"
+ ]
+ },
+ "🚵♂": {
+ "default": [
+ "单车",
+ "山地车",
+ "男",
+ "男生骑山地车",
+ "自行车",
+ "骑山地车的人"
+ ],
+ "tts": [
+ "男生骑山地车"
+ ]
+ },
+ "🚵♀": {
+ "default": [
+ "单车",
+ "女",
+ "女生骑山地车",
+ "山地车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑山地车"
+ ]
+ },
+ "🤸": {
+ "default": [
+ "人",
+ "体操",
+ "体育",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "侧手翻"
+ ]
+ },
+ "🤸♂": {
+ "default": [
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "男",
+ "男子侧手翻",
+ "男生侧手翻",
+ "翻筋斗"
+ ],
+ "tts": [
+ "男生侧手翻"
+ ]
+ },
+ "🤸♀": {
+ "default": [
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "女",
+ "女子侧手翻",
+ "女生侧手翻",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "女生侧手翻"
+ ]
+ },
+ "🤼": {
+ "default": [
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手"
+ ]
+ },
+ "🤼♂": {
+ "default": [
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤"
+ ]
+ },
+ "🤼♀": {
+ "default": [
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤"
+ ]
+ },
+ "🤽": {
+ "default": [
+ "人",
+ "体育",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "水球"
+ ]
+ },
+ "🤽♂": {
+ "default": [
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "男",
+ "男子玩水球",
+ "男生玩水球",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "男生玩水球"
+ ]
+ },
+ "🤽♀": {
+ "default": [
+ "女",
+ "女子玩水球",
+ "女生玩水球",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "女生玩水球"
+ ]
+ },
+ "🤾": {
+ "default": [
+ "人",
+ "体育",
+ "手球",
+ "投",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "手球"
+ ]
+ },
+ "🤾♂": {
+ "default": [
+ "墙手球",
+ "手球",
+ "男",
+ "男生玩手球"
+ ],
+ "tts": [
+ "男生玩手球"
+ ]
+ },
+ "🤾♀": {
+ "default": [
+ "女",
+ "女子玩手球",
+ "女生玩手球",
+ "手球",
+ "扔",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "女生玩手球"
+ ]
+ },
+ "🤹": {
+ "default": [
+ "一心多用",
+ "人",
+ "平衡",
+ "平衡艺术",
+ "抛接",
+ "抛接杂耍",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "表演"
+ ],
+ "tts": [
+ "抛接杂耍"
+ ]
+ },
+ "🤹♂": {
+ "default": [
+ "一心多用",
+ "平衡艺术",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "男",
+ "男子",
+ "男生抛接杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "男生抛接杂耍"
+ ]
+ },
+ "🤹♀": {
+ "default": [
+ "女",
+ "女生抛接杂耍",
+ "杂技",
+ "杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "女生抛接杂耍"
+ ]
+ },
+ "🧘": {
+ "default": [
+ "冥想",
+ "放松",
+ "沉思",
+ "瑜伽",
+ "盘腿的人",
+ "盘腿而坐",
+ "禅",
+ "莲花坐的人"
+ ],
+ "tts": [
+ "盘腿的人"
+ ]
+ },
+ "🧘♂": {
+ "default": [
+ "和尚",
+ "瑜伽男",
+ "盘腿的男人"
+ ],
+ "tts": [
+ "盘腿的男人"
+ ]
+ },
+ "🧘♀": {
+ "default": [
+ "尼姑",
+ "比丘尼",
+ "瑜伽女",
+ "盘腿的女人"
+ ],
+ "tts": [
+ "盘腿的女人"
+ ]
+ },
+ "🛀": {
+ "default": [
+ "洗澡",
+ "洗澡的人",
+ "浴盆",
+ "浴缸",
+ "澡盆",
+ "盆浴"
+ ],
+ "tts": [
+ "洗澡的人"
+ ]
+ },
+ "🛌": {
+ "default": [
+ "入睡",
+ "夜里",
+ "宾馆",
+ "晚安",
+ "躺在床上的人",
+ "酒店"
+ ],
+ "tts": [
+ "躺在床上的人"
+ ]
+ },
+ "🧑🤝🧑": {
+ "default": [
+ "两个人手牵手",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人"
+ ]
+ },
+ "👭": {
+ "default": [
+ "两个女人",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人"
+ ]
+ },
+ "👫": {
+ "default": [
+ "一男一女",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女"
+ ]
+ },
+ "👬": {
+ "default": [
+ "两个男人",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人"
+ ]
+ },
+ "💏": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻"
+ ]
+ },
+ "💑": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣"
+ ]
+ },
+ "🗣": {
+ "default": [
+ "剪影",
+ "头",
+ "脸",
+ "讲话",
+ "说话",
+ "说话头"
+ ],
+ "tts": [
+ "说话"
+ ]
+ },
+ "👤": {
+ "default": [
+ "人像",
+ "剪影",
+ "半身",
+ "半身像"
+ ],
+ "tts": [
+ "人像"
+ ]
+ },
+ "👥": {
+ "default": [
+ "剪影",
+ "半身",
+ "半身像",
+ "双人像",
+ "朋友"
+ ],
+ "tts": [
+ "双人像"
+ ]
+ },
+ "🫂": {
+ "default": [
+ "人的拥抱",
+ "再见",
+ "友谊",
+ "告别",
+ "安慰",
+ "您好",
+ "感谢",
+ "抱抱",
+ "拥抱",
+ "爱"
+ ],
+ "tts": [
+ "人的拥抱"
+ ]
+ },
+ "👪": {
+ "default": [
+ "亲子",
+ "家庭",
+ "父母和儿子"
+ ],
+ "tts": [
+ "家庭"
+ ]
+ },
+ "🧑🧑🧒": {
+ "default": [
+ "一孩",
+ "一孩家庭",
+ "家庭",
+ "父母",
+ "独生子女"
+ ],
+ "tts": [
+ "一孩家庭"
+ ]
+ },
+ "🧑🧑🧒🧒": {
+ "default": [
+ "二孩",
+ "二孩家庭",
+ "家庭",
+ "父母",
+ "非独生子女"
+ ],
+ "tts": [
+ "二孩家庭"
+ ]
+ },
+ "🧑🧒": {
+ "default": [
+ "一孩",
+ "单亲",
+ "单亲一孩家庭",
+ "孩子",
+ "家庭"
+ ],
+ "tts": [
+ "单亲一孩家庭"
+ ]
+ },
+ "🧑🧒🧒": {
+ "default": [
+ "二孩",
+ "单亲",
+ "单亲二孩家庭",
+ "孩子",
+ "家庭"
+ ],
+ "tts": [
+ "单亲二孩家庭"
+ ]
+ },
+ "👣": {
+ "default": [
+ "在路上",
+ "脚印",
+ "赤脚",
+ "足迹"
+ ],
+ "tts": [
+ "脚印"
+ ]
+ },
+ "": {
+ "default": [
+ "侦探",
+ "印迹",
+ "安全",
+ "指纹",
+ "犯罪",
+ "痕迹",
+ "神秘",
+ "线索",
+ "身份",
+ "鉴证"
+ ],
+ "tts": [
+ "指纹"
+ ]
+ },
+ "🦰": {
+ "default": [
+ "姜黄色",
+ "红发"
+ ],
+ "tts": [
+ "红发"
+ ]
+ },
+ "🦱": {
+ "default": [
+ "卷发",
+ "蓬松发",
+ "鬈发"
+ ],
+ "tts": [
+ "卷发"
+ ]
+ },
+ "🦳": {
+ "default": [
+ "头发",
+ "年老",
+ "灰色",
+ "白发",
+ "白色"
+ ],
+ "tts": [
+ "白发"
+ ]
+ },
+ "🦲": {
+ "default": [
+ "光头",
+ "化疗",
+ "秃顶"
+ ],
+ "tts": [
+ "秃顶"
+ ]
+ },
+ "🐵": {
+ "default": [
+ "动物",
+ "猴",
+ "猴头",
+ "猴子"
+ ],
+ "tts": [
+ "猴头"
+ ]
+ },
+ "🐒": {
+ "default": [
+ "猴",
+ "猴子"
+ ],
+ "tts": [
+ "猴子"
+ ]
+ },
+ "🦍": {
+ "default": [
+ "动物",
+ "大猩猩"
+ ],
+ "tts": [
+ "大猩猩"
+ ]
+ },
+ "🦧": {
+ "default": [
+ "动物",
+ "猩猩",
+ "猴",
+ "猴子",
+ "猿",
+ "红毛猩猩"
+ ],
+ "tts": [
+ "红毛猩猩"
+ ]
+ },
+ "🐶": {
+ "default": [
+ "宠物",
+ "小狗",
+ "汪星人",
+ "狗",
+ "狗脸",
+ "脸"
+ ],
+ "tts": [
+ "狗脸"
+ ]
+ },
+ "🐕": {
+ "default": [
+ "动物",
+ "宠物",
+ "小狗",
+ "汪星人",
+ "狗"
+ ],
+ "tts": [
+ "狗"
+ ]
+ },
+ "🦮": {
+ "default": [
+ "导盲犬",
+ "指引",
+ "无障碍",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "导盲犬"
+ ]
+ },
+ "🐕🦺": {
+ "default": [
+ "工作犬",
+ "无障碍",
+ "服务",
+ "服务犬",
+ "犬",
+ "狗",
+ "辅助"
+ ],
+ "tts": [
+ "服务犬"
+ ]
+ },
+ "🐩": {
+ "default": [
+ "卷毛狗",
+ "毛茸茸",
+ "狗",
+ "贵宾犬"
+ ],
+ "tts": [
+ "贵宾犬"
+ ]
+ },
+ "🐺": {
+ "default": [
+ "头",
+ "狼",
+ "狼头",
+ "脸"
+ ],
+ "tts": [
+ "狼"
+ ]
+ },
+ "🦊": {
+ "default": [
+ "动物",
+ "头",
+ "狐狸",
+ "狐狸的脸",
+ "脸"
+ ],
+ "tts": [
+ "狐狸"
+ ]
+ },
+ "🦝": {
+ "default": [
+ "动物",
+ "好奇",
+ "浣熊",
+ "淘气",
+ "狡猾"
+ ],
+ "tts": [
+ "浣熊"
+ ]
+ },
+ "🐱": {
+ "default": [
+ "宠物",
+ "猫",
+ "猫咪",
+ "猫脸",
+ "脸"
+ ],
+ "tts": [
+ "猫脸"
+ ]
+ },
+ "🐈": {
+ "default": [
+ "宠物",
+ "小猫",
+ "猫"
+ ],
+ "tts": [
+ "猫"
+ ]
+ },
+ "🐈⬛": {
+ "default": [
+ "万圣节",
+ "不吉利",
+ "动物",
+ "喵",
+ "喵星人",
+ "猫",
+ "猫科",
+ "黑猫",
+ "黑色"
+ ],
+ "tts": [
+ "黑猫"
+ ]
+ },
+ "🦁": {
+ "default": [
+ "狮子",
+ "狮子头",
+ "狮子座",
+ "脸",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "狮子"
+ ]
+ },
+ "🐯": {
+ "default": [
+ "森林之王",
+ "老虎",
+ "老虎头",
+ "脸"
+ ],
+ "tts": [
+ "老虎头"
+ ]
+ },
+ "🐅": {
+ "default": [
+ "动物园",
+ "老虎",
+ "虎"
+ ],
+ "tts": [
+ "老虎"
+ ]
+ },
+ "🐆": {
+ "default": [
+ "动物",
+ "猎豹",
+ "豹",
+ "豹子"
+ ],
+ "tts": [
+ "豹子"
+ ]
+ },
+ "🐴": {
+ "default": [
+ "盛装舞步",
+ "马",
+ "马头"
+ ],
+ "tts": [
+ "马头"
+ ]
+ },
+ "🫎": {
+ "default": [
+ "动物",
+ "哺乳动物",
+ "驼鹿",
+ "鹿角",
+ "麋鹿"
+ ],
+ "tts": [
+ "驼鹿"
+ ]
+ },
+ "🫏": {
+ "default": [
+ "倔强",
+ "动物",
+ "哺乳动物",
+ "固执的",
+ "犟",
+ "驴",
+ "驴子",
+ "骡",
+ "骡子"
+ ],
+ "tts": [
+ "驴"
+ ]
+ },
+ "🐎": {
+ "default": [
+ "动物",
+ "比赛",
+ "赛马",
+ "马",
+ "骑马"
+ ],
+ "tts": [
+ "马"
+ ]
+ },
+ "🦄": {
+ "default": [
+ "头",
+ "独角兽",
+ "独角兽头",
+ "脸"
+ ],
+ "tts": [
+ "独角兽"
+ ]
+ },
+ "🦓": {
+ "default": [
+ "斑马",
+ "条纹"
+ ],
+ "tts": [
+ "斑马"
+ ]
+ },
+ "🦌": {
+ "default": [
+ "动物",
+ "鹿"
+ ],
+ "tts": [
+ "鹿"
+ ]
+ },
+ "🦬": {
+ "default": [
+ "动物",
+ "大野牛",
+ "欧洲野牛",
+ "水牛",
+ "牛",
+ "牦牛",
+ "畜群",
+ "野牛"
+ ],
+ "tts": [
+ "大野牛"
+ ]
+ },
+ "🐮": {
+ "default": [
+ "乳牛",
+ "奶牛",
+ "奶牛头",
+ "母牛",
+ "牛头",
+ "脸"
+ ],
+ "tts": [
+ "奶牛头"
+ ]
+ },
+ "🐂": {
+ "default": [
+ "公牛",
+ "牛",
+ "金牛座",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "公牛"
+ ]
+ },
+ "🐃": {
+ "default": [
+ "水牛"
+ ],
+ "tts": [
+ "水牛"
+ ]
+ },
+ "🐄": {
+ "default": [
+ "乳牛",
+ "奶牛",
+ "牛"
+ ],
+ "tts": [
+ "奶牛"
+ ]
+ },
+ "🐷": {
+ "default": [
+ "八戒",
+ "猪",
+ "猪头",
+ "脸"
+ ],
+ "tts": [
+ "猪头"
+ ]
+ },
+ "🐖": {
+ "default": [
+ "培根",
+ "猪",
+ "猪肉"
+ ],
+ "tts": [
+ "猪"
+ ]
+ },
+ "🐗": {
+ "default": [
+ "动物",
+ "猪",
+ "野猪"
+ ],
+ "tts": [
+ "野猪"
+ ]
+ },
+ "🐽": {
+ "default": [
+ "猪",
+ "猪鼻子",
+ "脸",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "tts": [
+ "猪鼻子"
+ ]
+ },
+ "🐏": {
+ "default": [
+ "公羊",
+ "白羊座",
+ "羊",
+ "雄性",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "公羊"
+ ]
+ },
+ "🐑": {
+ "default": [
+ "咩",
+ "母羊",
+ "毛茸茸",
+ "绵羊",
+ "羊",
+ "羊毛",
+ "雌性"
+ ],
+ "tts": [
+ "母羊"
+ ]
+ },
+ "🐐": {
+ "default": [
+ "山羊",
+ "摩羯座",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "山羊"
+ ]
+ },
+ "🐪": {
+ "default": [
+ "单峰",
+ "单峰驼",
+ "沙漠",
+ "驼峰",
+ "骆驼"
+ ],
+ "tts": [
+ "骆驼"
+ ]
+ },
+ "🐫": {
+ "default": [
+ "双峰",
+ "双峰骆驼",
+ "沙漠",
+ "骆驼"
+ ],
+ "tts": [
+ "双峰骆驼"
+ ]
+ },
+ "🦙": {
+ "default": [
+ "动物",
+ "原驼",
+ "小羊驼",
+ "无峰驼",
+ "羊毛",
+ "羊驼",
+ "美洲鸵",
+ "骆马"
+ ],
+ "tts": [
+ "美洲鸵"
+ ]
+ },
+ "🦒": {
+ "default": [
+ "斑点",
+ "长颈鹿"
+ ],
+ "tts": [
+ "长颈鹿"
+ ]
+ },
+ "🐘": {
+ "default": [
+ "动物",
+ "大象",
+ "象"
+ ],
+ "tts": [
+ "大象"
+ ]
+ },
+ "🦣": {
+ "default": [
+ "动物",
+ "大型",
+ "有绒毛的",
+ "灭绝",
+ "猛犸",
+ "猛犸象",
+ "长毛象",
+ "长牙"
+ ],
+ "tts": [
+ "猛犸"
+ ]
+ },
+ "🦏": {
+ "default": [
+ "动物",
+ "犀牛"
+ ],
+ "tts": [
+ "犀牛"
+ ]
+ },
+ "🦛": {
+ "default": [
+ "动物",
+ "河马"
+ ],
+ "tts": [
+ "河马"
+ ]
+ },
+ "🐭": {
+ "default": [
+ "老鼠头",
+ "鼠"
+ ],
+ "tts": [
+ "老鼠头"
+ ]
+ },
+ "🐁": {
+ "default": [
+ "老鼠",
+ "耗子",
+ "鼠"
+ ],
+ "tts": [
+ "老鼠"
+ ]
+ },
+ "🐀": {
+ "default": [
+ "耗子",
+ "鼠"
+ ],
+ "tts": [
+ "耗子"
+ ]
+ },
+ "🐹": {
+ "default": [
+ "仓鼠",
+ "仓鼠头",
+ "啮齿",
+ "头",
+ "宠物",
+ "脸"
+ ],
+ "tts": [
+ "仓鼠"
+ ]
+ },
+ "🐰": {
+ "default": [
+ "兔",
+ "兔子头",
+ "兔宝宝",
+ "宠物"
+ ],
+ "tts": [
+ "兔子头"
+ ]
+ },
+ "🐇": {
+ "default": [
+ "兔",
+ "兔子",
+ "动物"
+ ],
+ "tts": [
+ "兔子"
+ ]
+ },
+ "🐿": {
+ "default": [
+ "松鼠",
+ "花栗鼠",
+ "金花鼠"
+ ],
+ "tts": [
+ "松鼠"
+ ]
+ },
+ "🦫": {
+ "default": [
+ "动物",
+ "大板牙",
+ "母畜",
+ "海狸"
+ ],
+ "tts": [
+ "海狸"
+ ]
+ },
+ "🦔": {
+ "default": [
+ "刺猬",
+ "多刺"
+ ],
+ "tts": [
+ "刺猬"
+ ]
+ },
+ "🦇": {
+ "default": [
+ "吸血鬼",
+ "蝙蝠"
+ ],
+ "tts": [
+ "蝙蝠"
+ ]
+ },
+ "🐻": {
+ "default": [
+ "低吼",
+ "头",
+ "灰熊",
+ "熊",
+ "熊头",
+ "熊脸",
+ "脸"
+ ],
+ "tts": [
+ "熊"
+ ]
+ },
+ "🐻❄": {
+ "default": [
+ "北极",
+ "北极熊",
+ "熊",
+ "白色"
+ ],
+ "tts": [
+ "北极熊"
+ ]
+ },
+ "🐨": {
+ "default": [
+ "动物",
+ "有袋类动物",
+ "树袋熊",
+ "澳大利亚",
+ "考拉"
+ ],
+ "tts": [
+ "考拉"
+ ]
+ },
+ "🐼": {
+ "default": [
+ "头",
+ "熊猫",
+ "熊猫脸",
+ "猫熊",
+ "猫熊脸",
+ "胖达",
+ "脸"
+ ],
+ "tts": [
+ "熊猫"
+ ]
+ },
+ "🦥": {
+ "default": [
+ "慢",
+ "懒",
+ "树懒",
+ "爬树",
+ "迟缓"
+ ],
+ "tts": [
+ "树懒"
+ ]
+ },
+ "🦦": {
+ "default": [
+ "动物",
+ "好玩",
+ "捕鱼",
+ "水獭",
+ "爱开玩笑",
+ "獭",
+ "鼬"
+ ],
+ "tts": [
+ "水獭"
+ ]
+ },
+ "🦨": {
+ "default": [
+ "熏",
+ "臭",
+ "臭鼬",
+ "鼬"
+ ],
+ "tts": [
+ "臭鼬"
+ ]
+ },
+ "🦘": {
+ "default": [
+ "动物",
+ "小袋鼠",
+ "有袋目动物",
+ "有袋类动物",
+ "澳洲",
+ "袋鼠",
+ "跳",
+ "跳跃"
+ ],
+ "tts": [
+ "袋鼠"
+ ]
+ },
+ "🦡": {
+ "default": [
+ "动物",
+ "打扰",
+ "獾",
+ "纠缠",
+ "蜜獾"
+ ],
+ "tts": [
+ "獾"
+ ]
+ },
+ "🐾": {
+ "default": [
+ "爪",
+ "爪印",
+ "爪子",
+ "足迹"
+ ],
+ "tts": [
+ "爪印"
+ ]
+ },
+ "🦃": {
+ "default": [
+ "感恩节",
+ "火鸡"
+ ],
+ "tts": [
+ "火鸡"
+ ]
+ },
+ "🐔": {
+ "default": [
+ "动物",
+ "鸡"
+ ],
+ "tts": [
+ "鸡"
+ ]
+ },
+ "🐓": {
+ "default": [
+ "公鸡",
+ "动物",
+ "鸡"
+ ],
+ "tts": [
+ "公鸡"
+ ]
+ },
+ "🐣": {
+ "default": [
+ "小鸡",
+ "小鸡破壳",
+ "破壳"
+ ],
+ "tts": [
+ "小鸡破壳"
+ ]
+ },
+ "🐤": {
+ "default": [
+ "小鸡",
+ "鸡"
+ ],
+ "tts": [
+ "小鸡"
+ ]
+ },
+ "🐥": {
+ "default": [
+ "小鸡",
+ "正面朝向的小鸡"
+ ],
+ "tts": [
+ "正面朝向的小鸡"
+ ]
+ },
+ "🐦": {
+ "default": [
+ "动物",
+ "鸟",
+ "鸟类学"
+ ],
+ "tts": [
+ "鸟"
+ ]
+ },
+ "🐧": {
+ "default": [
+ "企鹅",
+ "南极",
+ "南极洲"
+ ],
+ "tts": [
+ "企鹅"
+ ]
+ },
+ "🕊": {
+ "default": [
+ "和平",
+ "和平象征",
+ "飞翔",
+ "鸟",
+ "鸽",
+ "鸽子"
+ ],
+ "tts": [
+ "鸽"
+ ]
+ },
+ "🦅": {
+ "default": [
+ "老鹰",
+ "鸟",
+ "鹰"
+ ],
+ "tts": [
+ "鹰"
+ ]
+ },
+ "🦆": {
+ "default": [
+ "鸟",
+ "鸭",
+ "鸭子"
+ ],
+ "tts": [
+ "鸭子"
+ ]
+ },
+ "🦢": {
+ "default": [
+ "丑小鸭",
+ "动物",
+ "天鹅",
+ "小天鹅",
+ "鸟"
+ ],
+ "tts": [
+ "天鹅"
+ ]
+ },
+ "🦉": {
+ "default": [
+ "猫头鹰",
+ "睿智",
+ "鸟"
+ ],
+ "tts": [
+ "猫头鹰"
+ ]
+ },
+ "🦤": {
+ "default": [
+ "动物",
+ "渡渡鸟",
+ "灭绝",
+ "鸟"
+ ],
+ "tts": [
+ "渡渡鸟"
+ ]
+ },
+ "🪶": {
+ "default": [
+ "羽毛",
+ "轻",
+ "飞",
+ "鸟"
+ ],
+ "tts": [
+ "羽毛"
+ ]
+ },
+ "🦩": {
+ "default": [
+ "华丽",
+ "火烈鸟",
+ "热带",
+ "红鹳",
+ "艳丽"
+ ],
+ "tts": [
+ "火烈鸟"
+ ]
+ },
+ "🦚": {
+ "default": [
+ "卖弄",
+ "孔雀",
+ "招摇",
+ "色彩缤纷",
+ "雌孔雀",
+ "骄傲",
+ "鸟"
+ ],
+ "tts": [
+ "孔雀"
+ ]
+ },
+ "🦜": {
+ "default": [
+ "剽窃",
+ "模仿",
+ "说话",
+ "鸟",
+ "鹦鹉"
+ ],
+ "tts": [
+ "鹦鹉"
+ ]
+ },
+ "🪽": {
+ "default": [
+ "升天",
+ "天使",
+ "天使的",
+ "天堂的",
+ "神话",
+ "翅膀",
+ "翱翔",
+ "飞翔",
+ "飞行",
+ "鸟"
+ ],
+ "tts": [
+ "翅膀"
+ ]
+ },
+ "🐦⬛": {
+ "default": [
+ "乌鸦",
+ "动物",
+ "喙",
+ "渡鸦",
+ "秃鼻乌鸦",
+ "老鸦",
+ "鸟",
+ "鸦叫声",
+ "鸦科",
+ "黑色",
+ "黑色的鸟"
+ ],
+ "tts": [
+ "黑色的鸟"
+ ]
+ },
+ "🪿": {
+ "default": [
+ "傻",
+ "傻瓜",
+ "动物",
+ "嘎嘎叫声",
+ "家禽",
+ "雄鹅",
+ "鸟",
+ "鸣叫",
+ "鸭子",
+ "鸭群",
+ "鹅",
+ "鹅群"
+ ],
+ "tts": [
+ "鹅"
+ ]
+ },
+ "🐦🔥": {
+ "default": [
+ "不朽",
+ "不死鸟",
+ "东山再起",
+ "凤凰",
+ "凤凰传奇",
+ "幻兽",
+ "幻想",
+ "浴火重生",
+ "火鸟",
+ "灵魂转世",
+ "神奇动物",
+ "重生",
+ "重获新生"
+ ],
+ "tts": [
+ "凤凰"
+ ]
+ },
+ "🐸": {
+ "default": [
+ "动物",
+ "头",
+ "脸",
+ "青蛙",
+ "青蛙头"
+ ],
+ "tts": [
+ "青蛙"
+ ]
+ },
+ "🐊": {
+ "default": [
+ "鳄鱼"
+ ],
+ "tts": [
+ "鳄鱼"
+ ]
+ },
+ "🐢": {
+ "default": [
+ "乌龟",
+ "海龟",
+ "陆龟",
+ "龟"
+ ],
+ "tts": [
+ "龟"
+ ]
+ },
+ "🦎": {
+ "default": [
+ "爬行动物",
+ "蜥蜴"
+ ],
+ "tts": [
+ "蜥蜴"
+ ]
+ },
+ "🐍": {
+ "default": [
+ "持票人",
+ "狡猾的人",
+ "蛇",
+ "蛇夫座",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "蛇"
+ ]
+ },
+ "🐲": {
+ "default": [
+ "神话",
+ "童话",
+ "龙",
+ "龙头"
+ ],
+ "tts": [
+ "龙头"
+ ]
+ },
+ "🐉": {
+ "default": [
+ "中国",
+ "权力的游戏",
+ "龙"
+ ],
+ "tts": [
+ "龙"
+ ]
+ },
+ "🦕": {
+ "default": [
+ "万龙属",
+ "恐龙",
+ "梁龙",
+ "腕龙",
+ "蜥蜴类",
+ "雷龙"
+ ],
+ "tts": [
+ "蜥蜴类"
+ ]
+ },
+ "🦖": {
+ "default": [
+ "恐龙",
+ "暴龙",
+ "暴龙君主",
+ "霸王龙"
+ ],
+ "tts": [
+ "霸王龙"
+ ]
+ },
+ "🐳": {
+ "default": [
+ "喷水",
+ "喷水的鲸",
+ "鲸"
+ ],
+ "tts": [
+ "喷水的鲸"
+ ]
+ },
+ "🐋": {
+ "default": [
+ "鲸鱼"
+ ],
+ "tts": [
+ "鲸鱼"
+ ]
+ },
+ "🐬": {
+ "default": [
+ "海豚",
+ "鸭脚板"
+ ],
+ "tts": [
+ "海豚"
+ ]
+ },
+ "": {
+ "default": [
+ "大海",
+ "海洋",
+ "鲸",
+ "鲸鱼"
+ ],
+ "tts": [
+ "虎鲸"
+ ]
+ },
+ "🦭": {
+ "default": [
+ "动物",
+ "海洋",
+ "海狮",
+ "海豹"
+ ],
+ "tts": [
+ "海豹"
+ ]
+ },
+ "🐟": {
+ "default": [
+ "双鱼座",
+ "星座",
+ "鱼",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "鱼"
+ ]
+ },
+ "🐠": {
+ "default": [
+ "热带",
+ "热带鱼",
+ "鱼"
+ ],
+ "tts": [
+ "热带鱼"
+ ]
+ },
+ "🐡": {
+ "default": [
+ "河豚",
+ "鱼"
+ ],
+ "tts": [
+ "河豚"
+ ]
+ },
+ "🦈": {
+ "default": [
+ "鱼",
+ "鲨",
+ "鲨鱼"
+ ],
+ "tts": [
+ "鲨鱼"
+ ]
+ },
+ "🐙": {
+ "default": [
+ "八爪",
+ "章鱼",
+ "鱼"
+ ],
+ "tts": [
+ "章鱼"
+ ]
+ },
+ "🐚": {
+ "default": [
+ "海螺",
+ "螺",
+ "螺旋"
+ ],
+ "tts": [
+ "海螺"
+ ]
+ },
+ "🪸": {
+ "default": [
+ "气候变化",
+ "海洋",
+ "珊瑚",
+ "珊瑚礁",
+ "礁"
+ ],
+ "tts": [
+ "珊瑚"
+ ]
+ },
+ "🪼": {
+ "default": [
+ "刺毛",
+ "动物",
+ "发光",
+ "哎哟",
+ "无脊椎动物",
+ "有刺动物",
+ "果冻",
+ "水族馆",
+ "水母",
+ "浮游生物",
+ "海洋",
+ "海洋生物",
+ "海蜇",
+ "触手"
+ ],
+ "tts": [
+ "水母"
+ ]
+ },
+ "🦀": {
+ "default": [
+ "巨蟹座",
+ "螃蟹",
+ "蟹",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "蟹"
+ ]
+ },
+ "🦞": {
+ "default": [
+ "浓汤",
+ "海鲜",
+ "红龙虾",
+ "贝类浓汤",
+ "钳",
+ "鳌",
+ "龙虾"
+ ],
+ "tts": [
+ "龙虾"
+ ]
+ },
+ "🦐": {
+ "default": [
+ "甲壳",
+ "虾",
+ "贝类水产",
+ "食物"
+ ],
+ "tts": [
+ "虾"
+ ]
+ },
+ "🦑": {
+ "default": [
+ "乌贼",
+ "软体动物",
+ "食物",
+ "鱿鱼",
+ "墨鱼"
+ ],
+ "tts": [
+ "乌贼"
+ ]
+ },
+ "🦪": {
+ "default": [
+ "海鲜",
+ "牡蛎",
+ "珍珠",
+ "生蚝"
+ ],
+ "tts": [
+ "牡蛎"
+ ]
+ },
+ "🐌": {
+ "default": [
+ "法国蜗牛",
+ "蜗牛"
+ ],
+ "tts": [
+ "蜗牛"
+ ]
+ },
+ "🦋": {
+ "default": [
+ "昆虫",
+ "漂亮",
+ "美丽",
+ "蝴蝶"
+ ],
+ "tts": [
+ "蝴蝶"
+ ]
+ },
+ "🐛": {
+ "default": [
+ "昆虫",
+ "毛毛虫",
+ "毛虫"
+ ],
+ "tts": [
+ "毛毛虫"
+ ]
+ },
+ "🐜": {
+ "default": [
+ "蚂蚁"
+ ],
+ "tts": [
+ "蚂蚁"
+ ]
+ },
+ "🐝": {
+ "default": [
+ "勤劳",
+ "昆虫",
+ "蜂蜜",
+ "蜜蜂"
+ ],
+ "tts": [
+ "蜜蜂"
+ ]
+ },
+ "🪲": {
+ "default": [
+ "动物",
+ "昆虫",
+ "甲虫",
+ "虫子"
+ ],
+ "tts": [
+ "甲虫"
+ ]
+ },
+ "🐞": {
+ "default": [
+ "昆虫",
+ "母",
+ "瓢虫"
+ ],
+ "tts": [
+ "瓢虫"
+ ]
+ },
+ "🦗": {
+ "default": [
+ "昆虫",
+ "蚱蜢",
+ "蛐蛐",
+ "蟋蟀"
+ ],
+ "tts": [
+ "蟋蟀"
+ ]
+ },
+ "🪳": {
+ "default": [
+ "动物",
+ "害虫",
+ "小强",
+ "昆虫",
+ "虫子",
+ "蟑螂"
+ ],
+ "tts": [
+ "蟑螂"
+ ]
+ },
+ "🕷": {
+ "default": [
+ "昆虫",
+ "蜘蛛"
+ ],
+ "tts": [
+ "蜘蛛"
+ ]
+ },
+ "🕸": {
+ "default": [
+ "蛛网",
+ "蜘蛛",
+ "蜘蛛网"
+ ],
+ "tts": [
+ "蜘蛛网"
+ ]
+ },
+ "🦂": {
+ "default": [
+ "天蝎宫",
+ "天蝎座",
+ "蝎子",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "蝎子"
+ ]
+ },
+ "🦟": {
+ "default": [
+ "发烧",
+ "发热",
+ "昆虫",
+ "疟疾",
+ "疾病",
+ "病",
+ "病毒",
+ "蚊子"
+ ],
+ "tts": [
+ "蚊子"
+ ]
+ },
+ "🪰": {
+ "default": [
+ "动物",
+ "害虫",
+ "疾病",
+ "腐烂",
+ "苍蝇",
+ "虫子",
+ "蛆"
+ ],
+ "tts": [
+ "苍蝇"
+ ]
+ },
+ "🪱": {
+ "default": [
+ "动物",
+ "寄生虫",
+ "环节动物",
+ "蚯蚓",
+ "蠕虫"
+ ],
+ "tts": [
+ "蠕虫"
+ ]
+ },
+ "🦠": {
+ "default": [
+ "变形虫",
+ "病毒",
+ "科学",
+ "细菌",
+ "阿米巴"
+ ],
+ "tts": [
+ "细菌"
+ ]
+ },
+ "💐": {
+ "default": [
+ "周年纪念",
+ "生日",
+ "罗曼史",
+ "花束",
+ "鲜花"
+ ],
+ "tts": [
+ "花束"
+ ]
+ },
+ "🌸": {
+ "default": [
+ "樱花",
+ "花"
+ ],
+ "tts": [
+ "樱花"
+ ]
+ },
+ "💮": {
+ "default": [
+ "白花",
+ "花"
+ ],
+ "tts": [
+ "白花"
+ ]
+ },
+ "🪷": {
+ "default": [
+ "佛教",
+ "印度教",
+ "幽静",
+ "恬静",
+ "纯洁",
+ "花",
+ "花朵",
+ "莲花"
+ ],
+ "tts": [
+ "莲花"
+ ]
+ },
+ "🏵": {
+ "default": [
+ "光荣花",
+ "圆形花饰",
+ "植物",
+ "花",
+ "花圈"
+ ],
+ "tts": [
+ "圆形花饰"
+ ]
+ },
+ "🌹": {
+ "default": [
+ "优雅",
+ "玫瑰",
+ "红玫瑰",
+ "花"
+ ],
+ "tts": [
+ "玫瑰"
+ ]
+ },
+ "🥀": {
+ "default": [
+ "凋谢",
+ "枯萎",
+ "枯萎的花",
+ "花"
+ ],
+ "tts": [
+ "枯萎的花"
+ ]
+ },
+ "🌺": {
+ "default": [
+ "木槿",
+ "植物",
+ "芙蓉",
+ "花"
+ ],
+ "tts": [
+ "芙蓉"
+ ]
+ },
+ "🌻": {
+ "default": [
+ "向日葵",
+ "太阳",
+ "太阳花",
+ "花"
+ ],
+ "tts": [
+ "向日葵"
+ ]
+ },
+ "🌼": {
+ "default": [
+ "开花",
+ "花",
+ "蒲公英"
+ ],
+ "tts": [
+ "开花"
+ ]
+ },
+ "🌷": {
+ "default": [
+ "开花",
+ "花",
+ "郁金香"
+ ],
+ "tts": [
+ "郁金香"
+ ]
+ },
+ "🪻": {
+ "default": [
+ "春天",
+ "植物",
+ "灌木",
+ "矢车菊",
+ "紫丁香",
+ "紫罗兰",
+ "紫色",
+ "羽扇豆",
+ "花",
+ "花朵",
+ "蓝帽花",
+ "薰衣草",
+ "金鱼草",
+ "靛蓝",
+ "风信子"
+ ],
+ "tts": [
+ "风信子"
+ ]
+ },
+ "🌱": {
+ "default": [
+ "发芽",
+ "幼苗",
+ "芽",
+ "苗"
+ ],
+ "tts": [
+ "幼苗"
+ ]
+ },
+ "🪴": {
+ "default": [
+ "培育",
+ "房子",
+ "枯燥",
+ "植物",
+ "生长",
+ "盆景",
+ "盆栽",
+ "盆栽植物",
+ "花盆"
+ ],
+ "tts": [
+ "盆栽植物"
+ ]
+ },
+ "🌲": {
+ "default": [
+ "圣诞树",
+ "常青树",
+ "松树",
+ "树"
+ ],
+ "tts": [
+ "松树"
+ ]
+ },
+ "🌳": {
+ "default": [
+ "树",
+ "落叶",
+ "落叶树",
+ "落叶植物"
+ ],
+ "tts": [
+ "落叶树"
+ ]
+ },
+ "🌴": {
+ "default": [
+ "树",
+ "棕榈",
+ "棕榈树",
+ "热带"
+ ],
+ "tts": [
+ "棕榈树"
+ ]
+ },
+ "🌵": {
+ "default": [
+ "仙人掌",
+ "干旱",
+ "植物",
+ "沙漠"
+ ],
+ "tts": [
+ "仙人掌"
+ ]
+ },
+ "🌾": {
+ "default": [
+ "稻",
+ "稻子",
+ "米",
+ "粮食",
+ "谷物"
+ ],
+ "tts": [
+ "稻子"
+ ]
+ },
+ "🌿": {
+ "default": [
+ "草药",
+ "药草",
+ "香草"
+ ],
+ "tts": [
+ "药草"
+ ]
+ },
+ "☘": {
+ "default": [
+ "三叶草",
+ "爱尔兰",
+ "苜蓿",
+ "酢浆草"
+ ],
+ "tts": [
+ "三叶草"
+ ]
+ },
+ "🍀": {
+ "default": [
+ "四叶草",
+ "幸运",
+ "爱尔兰的"
+ ],
+ "tts": [
+ "四叶草"
+ ]
+ },
+ "🍁": {
+ "default": [
+ "枫叶",
+ "树叶",
+ "秋叶",
+ "落叶"
+ ],
+ "tts": [
+ "枫叶"
+ ]
+ },
+ "🍂": {
+ "default": [
+ "叶",
+ "秋",
+ "落叶"
+ ],
+ "tts": [
+ "落叶"
+ ]
+ },
+ "🍃": {
+ "default": [
+ "叶子",
+ "树叶",
+ "随风飘舞",
+ "风吹叶落"
+ ],
+ "tts": [
+ "风吹叶落"
+ ]
+ },
+ "🪹": {
+ "default": [
+ "家",
+ "树枝",
+ "空巢",
+ "筑巢",
+ "鸟巢"
+ ],
+ "tts": [
+ "空巢"
+ ]
+ },
+ "🪺": {
+ "default": [
+ "有蛋的巢",
+ "树枝",
+ "筑巢",
+ "蛋",
+ "鸟",
+ "鸟巢",
+ "鸟蛋"
+ ],
+ "tts": [
+ "有蛋的巢"
+ ]
+ },
+ "🍄": {
+ "default": [
+ "毒蕈",
+ "真菌",
+ "蘑菇"
+ ],
+ "tts": [
+ "蘑菇"
+ ]
+ },
+ "": {
+ "default": [
+ "冬天",
+ "冬季",
+ "干旱",
+ "无叶",
+ "木",
+ "树",
+ "树干",
+ "树枝",
+ "死",
+ "秃",
+ "荒芜"
+ ],
+ "tts": [
+ "无叶树"
+ ]
+ },
+ "🍇": {
+ "default": [
+ "水果",
+ "葡萄"
+ ],
+ "tts": [
+ "葡萄"
+ ]
+ },
+ "🍈": {
+ "default": [
+ "哈密瓜",
+ "水果",
+ "甜瓜",
+ "蜜瓜",
+ "香瓜"
+ ],
+ "tts": [
+ "甜瓜"
+ ]
+ },
+ "🍉": {
+ "default": [
+ "水果",
+ "西瓜"
+ ],
+ "tts": [
+ "西瓜"
+ ]
+ },
+ "🍊": {
+ "default": [
+ "柑桔",
+ "柑橘",
+ "桔子",
+ "橘子",
+ "水果",
+ "油桃",
+ "维他命 C"
+ ],
+ "tts": [
+ "橘子"
+ ]
+ },
+ "🍋": {
+ "default": [
+ "柑橘",
+ "柠檬",
+ "水果",
+ "酸"
+ ],
+ "tts": [
+ "柠檬"
+ ]
+ },
+ "🍋🟩": {
+ "default": [
+ "柑橘属",
+ "橘属",
+ "水果",
+ "清爽",
+ "热带",
+ "绿色",
+ "莫吉托",
+ "调味汁",
+ "酸味酒精饮料",
+ "酸橙",
+ "酸橙派",
+ "酸爽",
+ "青柠"
+ ],
+ "tts": [
+ "青柠"
+ ]
+ },
+ "🍌": {
+ "default": [
+ "水果",
+ "钾",
+ "香蕉"
+ ],
+ "tts": [
+ "香蕉"
+ ]
+ },
+ "🍍": {
+ "default": [
+ "水果",
+ "热带",
+ "菠萝"
+ ],
+ "tts": [
+ "菠萝"
+ ]
+ },
+ "🥭": {
+ "default": [
+ "水果",
+ "热带",
+ "芒果",
+ "食物"
+ ],
+ "tts": [
+ "芒果"
+ ]
+ },
+ "🍎": {
+ "default": [
+ "健康",
+ "水果",
+ "熟",
+ "红",
+ "红苹果",
+ "苹果",
+ "食物"
+ ],
+ "tts": [
+ "红苹果"
+ ]
+ },
+ "🍏": {
+ "default": [
+ "水果",
+ "苹果",
+ "青",
+ "青苹果"
+ ],
+ "tts": [
+ "青苹果"
+ ]
+ },
+ "🍐": {
+ "default": [
+ "梨",
+ "水果"
+ ],
+ "tts": [
+ "梨"
+ ]
+ },
+ "🍑": {
+ "default": [
+ "桃",
+ "水果"
+ ],
+ "tts": [
+ "桃"
+ ]
+ },
+ "🍒": {
+ "default": [
+ "樱桃",
+ "水果"
+ ],
+ "tts": [
+ "樱桃"
+ ]
+ },
+ "🍓": {
+ "default": [
+ "水果",
+ "浆果",
+ "草莓"
+ ],
+ "tts": [
+ "草莓"
+ ]
+ },
+ "🫐": {
+ "default": [
+ "水果",
+ "浆果",
+ "蓝莓",
+ "越桔",
+ "食物"
+ ],
+ "tts": [
+ "蓝莓"
+ ]
+ },
+ "🥝": {
+ "default": [
+ "奇异果",
+ "水果",
+ "猕猴桃",
+ "食物"
+ ],
+ "tts": [
+ "猕猴桃"
+ ]
+ },
+ "🍅": {
+ "default": [
+ "水果",
+ "番茄",
+ "蔬菜",
+ "西红柿"
+ ],
+ "tts": [
+ "西红柿"
+ ]
+ },
+ "🫒": {
+ "default": [
+ "橄榄",
+ "食物"
+ ],
+ "tts": [
+ "橄榄"
+ ]
+ },
+ "🥥": {
+ "default": [
+ "棕榈",
+ "椰子",
+ "菠萝椰子兰姆酒"
+ ],
+ "tts": [
+ "椰子"
+ ]
+ },
+ "🥑": {
+ "default": [
+ "水果",
+ "牛油果",
+ "酪梨",
+ "食物",
+ "鳄梨",
+ "黄油果"
+ ],
+ "tts": [
+ "鳄梨"
+ ]
+ },
+ "🍆": {
+ "default": [
+ "茄子",
+ "蔬菜"
+ ],
+ "tts": [
+ "茄子"
+ ]
+ },
+ "🥔": {
+ "default": [
+ "土豆",
+ "蔬菜",
+ "食物",
+ "马铃薯"
+ ],
+ "tts": [
+ "土豆"
+ ]
+ },
+ "🥕": {
+ "default": [
+ "胡萝卜",
+ "蔬菜",
+ "食物"
+ ],
+ "tts": [
+ "胡萝卜"
+ ]
+ },
+ "🌽": {
+ "default": [
+ "农作物",
+ "包谷",
+ "玉米",
+ "苞米"
+ ],
+ "tts": [
+ "玉米"
+ ]
+ },
+ "🌶": {
+ "default": [
+ "红辣椒",
+ "辣",
+ "辣椒"
+ ],
+ "tts": [
+ "红辣椒"
+ ]
+ },
+ "🫑": {
+ "default": [
+ "灯笼椒",
+ "蔬菜",
+ "辣椒",
+ "青椒",
+ "食物"
+ ],
+ "tts": [
+ "灯笼椒"
+ ]
+ },
+ "🥒": {
+ "default": [
+ "泡菜",
+ "腌菜",
+ "蔬菜",
+ "食物",
+ "黄瓜"
+ ],
+ "tts": [
+ "黄瓜"
+ ]
+ },
+ "🥬": {
+ "default": [
+ "卷心菜",
+ "圆白菜",
+ "小白菜",
+ "甘蓝",
+ "生菜",
+ "绿叶蔬菜",
+ "羽衣甘蓝",
+ "色拉",
+ "莴苣"
+ ],
+ "tts": [
+ "绿叶蔬菜"
+ ]
+ },
+ "🥦": {
+ "default": [
+ "甘蓝",
+ "西兰花",
+ "野生卷心菜"
+ ],
+ "tts": [
+ "西兰花"
+ ]
+ },
+ "🧄": {
+ "default": [
+ "佐料",
+ "大蒜",
+ "蒜",
+ "蒜头",
+ "调味"
+ ],
+ "tts": [
+ "蒜"
+ ]
+ },
+ "🧅": {
+ "default": [
+ "佐料",
+ "洋葱",
+ "调味"
+ ],
+ "tts": [
+ "洋葱"
+ ]
+ },
+ "🥜": {
+ "default": [
+ "坚果",
+ "花生",
+ "蔬菜",
+ "食物"
+ ],
+ "tts": [
+ "花生"
+ ]
+ },
+ "🫘": {
+ "default": [
+ "肾",
+ "豆",
+ "豆子",
+ "豆类",
+ "食物"
+ ],
+ "tts": [
+ "豆"
+ ]
+ },
+ "🌰": {
+ "default": [
+ "杏仁",
+ "栗子"
+ ],
+ "tts": [
+ "栗子"
+ ]
+ },
+ "🫚": {
+ "default": [
+ "健康",
+ "啤酒",
+ "天然",
+ "姜",
+ "根",
+ "根汁啤酒",
+ "根茎",
+ "草药",
+ "香料"
+ ],
+ "tts": [
+ "姜"
+ ]
+ },
+ "🫛": {
+ "default": [
+ "大豆",
+ "毛豆",
+ "素食者",
+ "荚",
+ "蔬菜",
+ "豆",
+ "豆类",
+ "豆茎",
+ "豆荚",
+ "豌豆",
+ "豌豆荚",
+ "黄豆"
+ ],
+ "tts": [
+ "豌豆荚"
+ ]
+ },
+ "🍄🟫": {
+ "default": [
+ "披萨配料",
+ "拖沓",
+ "无聊",
+ "棕色",
+ "植物",
+ "素食",
+ "素食主义者",
+ "自然",
+ "菌类",
+ "蔬菜",
+ "蘑菇",
+ "褐色",
+ "褐色蘑菇",
+ "褐菇",
+ "食物"
+ ],
+ "tts": [
+ "褐色蘑菇"
+ ]
+ },
+ "": {
+ "default": [
+ "根",
+ "甜菜",
+ "素食",
+ "色拉",
+ "芜菁",
+ "菜园",
+ "萝卜",
+ "蔬菜",
+ "食物"
+ ],
+ "tts": [
+ "根菜"
+ ]
+ },
+ "🍞": {
+ "default": [
+ "一条面包",
+ "全麦面包",
+ "小麦",
+ "淀粉",
+ "烤面包",
+ "谷类",
+ "面包",
+ "食物",
+ "餐厅"
+ ],
+ "tts": [
+ "面包"
+ ]
+ },
+ "🥐": {
+ "default": [
+ "新月形面包",
+ "法式",
+ "牛角面包",
+ "羊角面包",
+ "面包",
+ "食物"
+ ],
+ "tts": [
+ "羊角面包"
+ ]
+ },
+ "🥖": {
+ "default": [
+ "法式",
+ "法式长条面包",
+ "法式长棍面包",
+ "面包",
+ "食物"
+ ],
+ "tts": [
+ "法式长棍面包"
+ ]
+ },
+ "🫓": {
+ "default": [
+ "圆盘状烤饼",
+ "扁面包",
+ "玉米饼",
+ "皮塔饼",
+ "薄脆饼",
+ "面包",
+ "面饼",
+ "食物"
+ ],
+ "tts": [
+ "扁面包"
+ ]
+ },
+ "🥨": {
+ "default": [
+ "弯曲",
+ "扭曲食品",
+ "椒盐卷饼",
+ "盘绕",
+ "缠绕",
+ "错综复杂"
+ ],
+ "tts": [
+ "椒盐卷饼"
+ ]
+ },
+ "🥯": {
+ "default": [
+ "奶酪酱",
+ "早餐",
+ "烘烤食品",
+ "硬面包圈",
+ "贝果",
+ "面包",
+ "面包圈"
+ ],
+ "tts": [
+ "面包圈"
+ ]
+ },
+ "🥞": {
+ "default": [
+ "烙饼",
+ "煎饼",
+ "薄煎饼",
+ "薄饼",
+ "食物"
+ ],
+ "tts": [
+ "烙饼"
+ ]
+ },
+ "🧇": {
+ "default": [
+ "华夫饼",
+ "松饼",
+ "格子饼",
+ "点心",
+ "烤",
+ "甜点",
+ "窝夫饼"
+ ],
+ "tts": [
+ "华夫饼"
+ ]
+ },
+ "🧀": {
+ "default": [
+ "奶酪",
+ "芝士",
+ "起司"
+ ],
+ "tts": [
+ "芝士"
+ ]
+ },
+ "🍖": {
+ "default": [
+ "带骨的肉",
+ "排骨",
+ "肉",
+ "骨"
+ ],
+ "tts": [
+ "排骨"
+ ]
+ },
+ "🍗": {
+ "default": [
+ "家禽",
+ "家禽的腿",
+ "火鸡",
+ "饿",
+ "骨",
+ "鸡肉",
+ "鸡腿"
+ ],
+ "tts": [
+ "家禽的腿"
+ ]
+ },
+ "🥩": {
+ "default": [
+ "排骨",
+ "牛排",
+ "猪排",
+ "红肉",
+ "羊排",
+ "肉",
+ "肉块",
+ "肉排"
+ ],
+ "tts": [
+ "肉块"
+ ]
+ },
+ "🥓": {
+ "default": [
+ "培根",
+ "烟肉",
+ "熏肉",
+ "肉",
+ "背肯",
+ "食物"
+ ],
+ "tts": [
+ "培根"
+ ]
+ },
+ "🍔": {
+ "default": [
+ "吃",
+ "汉堡",
+ "汉堡包",
+ "速食",
+ "食物",
+ "饿"
+ ],
+ "tts": [
+ "汉堡"
+ ]
+ },
+ "🍟": {
+ "default": [
+ "快餐",
+ "油炸",
+ "薯条",
+ "食物"
+ ],
+ "tts": [
+ "薯条"
+ ]
+ },
+ "🍕": {
+ "default": [
+ "一片比萨",
+ "披萨",
+ "比萨",
+ "比萨饼",
+ "起司",
+ "辣味香肠",
+ "食物",
+ "饿"
+ ],
+ "tts": [
+ "披萨"
+ ]
+ },
+ "🌭": {
+ "default": [
+ "热狗",
+ "香肠"
+ ],
+ "tts": [
+ "热狗"
+ ]
+ },
+ "🥪": {
+ "default": [
+ "三明治",
+ "面包"
+ ],
+ "tts": [
+ "三明治"
+ ]
+ },
+ "🌮": {
+ "default": [
+ "卷饼",
+ "玉米卷饼",
+ "墨西哥",
+ "墨西哥卷饼",
+ "墨西哥玉米卷"
+ ],
+ "tts": [
+ "墨西哥卷饼"
+ ]
+ },
+ "🌯": {
+ "default": [
+ "卷饼",
+ "玉米煎饼",
+ "墨西哥",
+ "墨西哥卷饼",
+ "墨西哥玉米煎饼"
+ ],
+ "tts": [
+ "墨西哥玉米煎饼"
+ ]
+ },
+ "🫔": {
+ "default": [
+ "巴西粽",
+ "粽子",
+ "食物",
+ "墨西哥",
+ "墨西哥粽子",
+ "墨西哥饼"
+ ],
+ "tts": [
+ "墨西哥粽子"
+ ]
+ },
+ "🥙": {
+ "default": [
+ "大饼",
+ "夹心",
+ "夹心饼",
+ "沙拉三明治",
+ "炸豆丸子",
+ "烤肉串",
+ "肉夹馍",
+ "食物"
+ ],
+ "tts": [
+ "夹心饼"
+ ]
+ },
+ "🧆": {
+ "default": [
+ "中东蔬菜球",
+ "油炸鹰嘴豆饼",
+ "炸豆丸子",
+ "肉丸",
+ "鹰嘴豆"
+ ],
+ "tts": [
+ "炸豆丸子"
+ ]
+ },
+ "🥚": {
+ "default": [
+ "蛋",
+ "食物"
+ ],
+ "tts": [
+ "蛋"
+ ]
+ },
+ "🍳": {
+ "default": [
+ "一面老一面嫩的煎蛋",
+ "做菜",
+ "只煎一面老",
+ "平底锅",
+ "早餐",
+ "煎",
+ "煎蛋",
+ "蛋",
+ "食堂"
+ ],
+ "tts": [
+ "煎蛋"
+ ]
+ },
+ "🥘": {
+ "default": [
+ "平底锅",
+ "浅底",
+ "炖菜",
+ "炖锅",
+ "煎锅",
+ "装有食物的浅底锅",
+ "西班牙海鲜饭",
+ "食物"
+ ],
+ "tts": [
+ "装有食物的浅底锅"
+ ]
+ },
+ "🍲": {
+ "default": [
+ "一锅食物",
+ "炖菜",
+ "锅",
+ "食物"
+ ],
+ "tts": [
+ "一锅食物"
+ ]
+ },
+ "🫕": {
+ "default": [
+ "奶酪",
+ "奶酪火锅",
+ "奶酪锅",
+ "巧克力",
+ "火锅",
+ "煮",
+ "煲汤",
+ "瑞士",
+ "融化",
+ "锅",
+ "食物"
+ ],
+ "tts": [
+ "奶酪火锅"
+ ]
+ },
+ "🥣": {
+ "default": [
+ "早餐",
+ "燕麦",
+ "燕麦粥",
+ "碗中汤匙",
+ "碗勺",
+ "碗和汤匙",
+ "稀饭",
+ "粥",
+ "谷物"
+ ],
+ "tts": [
+ "碗勺"
+ ]
+ },
+ "🥗": {
+ "default": [
+ "沙拉",
+ "绿色沙拉",
+ "绿色蔬菜",
+ "食物"
+ ],
+ "tts": [
+ "绿色沙拉"
+ ]
+ },
+ "🍿": {
+ "default": [
+ "爆米花",
+ "看电影"
+ ],
+ "tts": [
+ "爆米花"
+ ]
+ },
+ "🧈": {
+ "default": [
+ "乳制品",
+ "牛奶",
+ "黄油"
+ ],
+ "tts": [
+ "黄油"
+ ]
+ },
+ "🧂": {
+ "default": [
+ "佐料瓶",
+ "味道",
+ "咸",
+ "火大",
+ "盐",
+ "调味品",
+ "调味料"
+ ],
+ "tts": [
+ "盐"
+ ]
+ },
+ "🥫": {
+ "default": [
+ "罐头",
+ "罐头食品"
+ ],
+ "tts": [
+ "罐头食品"
+ ]
+ },
+ "🍱": {
+ "default": [
+ "便当",
+ "便当盒",
+ "盒饭",
+ "食物"
+ ],
+ "tts": [
+ "盒饭"
+ ]
+ },
+ "🍘": {
+ "default": [
+ "米",
+ "米果",
+ "米饼",
+ "食物"
+ ],
+ "tts": [
+ "米饼"
+ ]
+ },
+ "🍙": {
+ "default": [
+ "日式饭团",
+ "日本",
+ "米",
+ "食物",
+ "饭团"
+ ],
+ "tts": [
+ "饭团"
+ ]
+ },
+ "🍚": {
+ "default": [
+ "主食",
+ "米",
+ "米饭",
+ "食物",
+ "饭"
+ ],
+ "tts": [
+ "米饭"
+ ]
+ },
+ "🍛": {
+ "default": [
+ "咖喱",
+ "咖喱饭",
+ "食物",
+ "饭"
+ ],
+ "tts": [
+ "咖喱饭"
+ ]
+ },
+ "🍜": {
+ "default": [
+ "拉面",
+ "河粉",
+ "热气腾腾",
+ "热气腾腾面碗",
+ "碗",
+ "筷子",
+ "面条",
+ "食物"
+ ],
+ "tts": [
+ "面条"
+ ]
+ },
+ "🍝": {
+ "default": [
+ "意大利面",
+ "意粉",
+ "意面",
+ "肉丸",
+ "食物",
+ "餐厅"
+ ],
+ "tts": [
+ "意粉"
+ ]
+ },
+ "🍠": {
+ "default": [
+ "地瓜",
+ "烤地瓜",
+ "烤红薯",
+ "红薯",
+ "食物"
+ ],
+ "tts": [
+ "烤红薯"
+ ]
+ },
+ "🍢": {
+ "default": [
+ "串",
+ "关东煮",
+ "卡博",
+ "海鲜",
+ "食物",
+ "餐馆"
+ ],
+ "tts": [
+ "关东煮"
+ ]
+ },
+ "🍣": {
+ "default": [
+ "寿司",
+ "食物"
+ ],
+ "tts": [
+ "寿司"
+ ]
+ },
+ "🍤": {
+ "default": [
+ "天妇罗",
+ "对虾",
+ "油炸",
+ "炸虾",
+ "虾"
+ ],
+ "tts": [
+ "天妇罗"
+ ]
+ },
+ "🍥": {
+ "default": [
+ "鱼",
+ "鱼板",
+ "鱼饼"
+ ],
+ "tts": [
+ "鱼板"
+ ]
+ },
+ "🥮": {
+ "default": [
+ "中秋节",
+ "月饼",
+ "秋",
+ "秋天",
+ "节日"
+ ],
+ "tts": [
+ "月饼"
+ ]
+ },
+ "🍡": {
+ "default": [
+ "串",
+ "和果子",
+ "团子",
+ "日本",
+ "甜点",
+ "糖葫芦"
+ ],
+ "tts": [
+ "团子"
+ ]
+ },
+ "🥟": {
+ "default": [
+ "恩潘纳达",
+ "水饺",
+ "波兰饺子",
+ "煎饺",
+ "饺子"
+ ],
+ "tts": [
+ "饺子"
+ ]
+ },
+ "🥠": {
+ "default": [
+ "幸运饼干",
+ "签餅",
+ "算命",
+ "预言"
+ ],
+ "tts": [
+ "幸运饼干"
+ ]
+ },
+ "🥡": {
+ "default": [
+ "中式外卖",
+ "外卖",
+ "外卖包装",
+ "外卖桶",
+ "外卖盒",
+ "外卖餐盒",
+ "牡蛎桶",
+ "盒饭",
+ "筷子",
+ "送餐",
+ "送餐服务"
+ ],
+ "tts": [
+ "外卖盒"
+ ]
+ },
+ "🍦": {
+ "default": [
+ "冰淇淋",
+ "圆筒冰淇淋",
+ "圆筒冰激凌",
+ "甜",
+ "甜点",
+ "霜淇淋",
+ "食物"
+ ],
+ "tts": [
+ "圆筒冰激凌"
+ ]
+ },
+ "🍧": {
+ "default": [
+ "冰",
+ "冰沙",
+ "刨冰",
+ "沙冰",
+ "甜",
+ "甜点",
+ "餐馆"
+ ],
+ "tts": [
+ "刨冰"
+ ]
+ },
+ "🍨": {
+ "default": [
+ "冰",
+ "冰淇淋",
+ "冰激凌",
+ "奶油",
+ "甜",
+ "甜点",
+ "雪糕"
+ ],
+ "tts": [
+ "冰淇淋"
+ ]
+ },
+ "🍩": {
+ "default": [
+ "甜",
+ "甜点",
+ "甜甜圈",
+ "食物"
+ ],
+ "tts": [
+ "甜甜圈"
+ ]
+ },
+ "🍪": {
+ "default": [
+ "巧克力片",
+ "曲奇",
+ "曲奇饼",
+ "甜点",
+ "饼干"
+ ],
+ "tts": [
+ "饼干"
+ ]
+ },
+ "🎂": {
+ "default": [
+ "庆祝",
+ "甜",
+ "甜点",
+ "生日",
+ "生日快乐",
+ "生日蛋糕",
+ "糕点",
+ "蛋糕"
+ ],
+ "tts": [
+ "生日蛋糕"
+ ]
+ },
+ "🍰": {
+ "default": [
+ "一片蛋糕",
+ "奶油",
+ "奶油酥饼",
+ "水果蛋糕",
+ "甜点",
+ "糕点",
+ "蛋糕"
+ ],
+ "tts": [
+ "水果蛋糕"
+ ]
+ },
+ "🧁": {
+ "default": [
+ "烘焙食品",
+ "甜点",
+ "纸杯蛋糕",
+ "请客",
+ "面包店"
+ ],
+ "tts": [
+ "纸杯蛋糕"
+ ]
+ },
+ "🥧": {
+ "default": [
+ "一片派",
+ "南瓜派",
+ "水果派",
+ "油酥点心",
+ "派",
+ "糕点",
+ "肉排",
+ "苹果派",
+ "馅"
+ ],
+ "tts": [
+ "派"
+ ]
+ },
+ "🍫": {
+ "default": [
+ "万圣节",
+ "巧克力",
+ "巧克力棒",
+ "甜",
+ "甜品",
+ "甜点",
+ "糖果"
+ ],
+ "tts": [
+ "巧克力"
+ ]
+ },
+ "🍬": {
+ "default": [
+ "万圣节",
+ "嗜甜食",
+ "爱吃甜食",
+ "甜",
+ "甜点",
+ "糖",
+ "糖果",
+ "糖果纸",
+ "蛀牙",
+ "餐馆"
+ ],
+ "tts": [
+ "糖"
+ ]
+ },
+ "🍭": {
+ "default": [
+ "果子",
+ "棒棒糖",
+ "甜",
+ "糖",
+ "糖果"
+ ],
+ "tts": [
+ "棒棒糖"
+ ]
+ },
+ "🍮": {
+ "default": [
+ "卡士达",
+ "奶黄",
+ "甜点",
+ "蛋奶冻",
+ "蛋奶沙司"
+ ],
+ "tts": [
+ "奶黄"
+ ]
+ },
+ "🍯": {
+ "default": [
+ "小熊维尼",
+ "桶",
+ "甜",
+ "蜂蜜",
+ "蜜罐"
+ ],
+ "tts": [
+ "蜂蜜"
+ ]
+ },
+ "🍼": {
+ "default": [
+ "奶",
+ "奶瓶",
+ "婴儿",
+ "新生儿"
+ ],
+ "tts": [
+ "奶瓶"
+ ]
+ },
+ "🥛": {
+ "default": [
+ "一杯奶",
+ "喝",
+ "奶",
+ "杯",
+ "牛奶"
+ ],
+ "tts": [
+ "一杯奶"
+ ]
+ },
+ "☕": {
+ "default": [
+ "咖啡",
+ "早晨",
+ "星巴克",
+ "热气腾腾",
+ "热饮",
+ "茶",
+ "饮料"
+ ],
+ "tts": [
+ "热饮"
+ ]
+ },
+ "🫖": {
+ "default": [
+ "冲泡",
+ "壶",
+ "茶",
+ "茶壶",
+ "食物"
+ ],
+ "tts": [
+ "茶壶"
+ ]
+ },
+ "🍵": {
+ "default": [
+ "乌龙茶",
+ "无柄茶杯",
+ "杯",
+ "没有把手的茶杯",
+ "热茶",
+ "热饮",
+ "茶",
+ "茶杯",
+ "饮料"
+ ],
+ "tts": [
+ "热茶"
+ ]
+ },
+ "🍶": {
+ "default": [
+ "喝酒",
+ "清酒",
+ "清酒杯",
+ "清酒瓶",
+ "瓶",
+ "酒",
+ "酒吧",
+ "酒杯",
+ "饮料"
+ ],
+ "tts": [
+ "清酒"
+ ]
+ },
+ "🍾": {
+ "default": [
+ "喝酒",
+ "庆祝",
+ "开香槟",
+ "木塞",
+ "瓶子",
+ "砰",
+ "砰木塞的瓶子",
+ "香槟"
+ ],
+ "tts": [
+ "开香槟"
+ ]
+ },
+ "🍷": {
+ "default": [
+ "俱乐部",
+ "喝酒",
+ "葡萄酒",
+ "酒",
+ "酒吧",
+ "酒杯",
+ "饮料"
+ ],
+ "tts": [
+ "葡萄酒"
+ ]
+ },
+ "🍸": {
+ "default": [
+ "俱乐部",
+ "喝酒",
+ "杯",
+ "玻璃杯",
+ "酒",
+ "酒吧",
+ "马丁尼",
+ "鸡尾酒",
+ "鸡尾酒杯"
+ ],
+ "tts": [
+ "鸡尾酒"
+ ]
+ },
+ "🍹": {
+ "default": [
+ "俱乐部",
+ "喝酒",
+ "热带水果饮料",
+ "热带饮料",
+ "酒",
+ "酒吧",
+ "饮料",
+ "鸡尾酒"
+ ],
+ "tts": [
+ "热带水果饮料"
+ ]
+ },
+ "🍺": {
+ "default": [
+ "啤酒",
+ "啤酒节",
+ "喝酒",
+ "杯",
+ "酒",
+ "酒吧"
+ ],
+ "tts": [
+ "啤酒"
+ ]
+ },
+ "🍻": {
+ "default": [
+ "啤酒",
+ "喝酒",
+ "干杯",
+ "碰杯",
+ "酒",
+ "酒吧"
+ ],
+ "tts": [
+ "干杯"
+ ]
+ },
+ "🥂": {
+ "default": [
+ "喝",
+ "干杯",
+ "庆祝",
+ "杯",
+ "碰杯"
+ ],
+ "tts": [
+ "碰杯"
+ ]
+ },
+ "🥃": {
+ "default": [
+ "一杯威士忌",
+ "威士忌",
+ "平底无脚杯",
+ "平底杯",
+ "杯",
+ "玻璃杯",
+ "酒",
+ "随行杯"
+ ],
+ "tts": [
+ "平底杯"
+ ]
+ },
+ "🫗": {
+ "default": [
+ "倒出",
+ "倾倒",
+ "倾倒液体",
+ "洒出",
+ "流出",
+ "玻璃杯",
+ "碰倒",
+ "空",
+ "饮料"
+ ],
+ "tts": [
+ "倾倒液体"
+ ]
+ },
+ "🥤": {
+ "default": [
+ "带吸管杯",
+ "带吸管的杯子",
+ "果汁",
+ "水",
+ "汽水",
+ "苏打",
+ "苏打饮料",
+ "软饮料",
+ "麦乳精饮料"
+ ],
+ "tts": [
+ "带吸管杯"
+ ]
+ },
+ "🧋": {
+ "default": [
+ "奶茶",
+ "泡泡",
+ "牛奶",
+ "珍珠",
+ "珍珠奶茶",
+ "茶",
+ "茶饮",
+ "饮料"
+ ],
+ "tts": [
+ "珍珠奶茶"
+ ]
+ },
+ "🧃": {
+ "default": [
+ "吸管",
+ "果汁",
+ "果汁盒",
+ "甜味",
+ "盒装",
+ "饮料盒"
+ ],
+ "tts": [
+ "饮料盒"
+ ]
+ },
+ "🧉": {
+ "default": [
+ "茶",
+ "饮料",
+ "马黛茶"
+ ],
+ "tts": [
+ "马黛茶"
+ ]
+ },
+ "🧊": {
+ "default": [
+ "冰",
+ "冰冷",
+ "冰块",
+ "冰山",
+ "冷",
+ "冷却",
+ "冷饮"
+ ],
+ "tts": [
+ "冰块"
+ ]
+ },
+ "🥢": {
+ "default": [
+ "筷子",
+ "箸"
+ ],
+ "tts": [
+ "筷子"
+ ]
+ },
+ "🍽": {
+ "default": [
+ "做菜",
+ "刀",
+ "刀叉与盘",
+ "叉",
+ "晚餐",
+ "烹饪",
+ "盘",
+ "西餐",
+ "餐具"
+ ],
+ "tts": [
+ "餐具"
+ ]
+ },
+ "🍴": {
+ "default": [
+ "中餐",
+ "刀",
+ "刀叉",
+ "午餐",
+ "叉",
+ "吃",
+ "吃早餐",
+ "吃饭",
+ "好吃",
+ "早餐",
+ "晚餐",
+ "烹调",
+ "西餐",
+ "餐具",
+ "饿了"
+ ],
+ "tts": [
+ "刀叉"
+ ]
+ },
+ "🥄": {
+ "default": [
+ "勺",
+ "勺子",
+ "匙",
+ "匙子",
+ "汤匙",
+ "调羹",
+ "餐具"
+ ],
+ "tts": [
+ "匙"
+ ]
+ },
+ "🔪": {
+ "default": [
+ "主厨",
+ "刀",
+ "武器",
+ "烹饪",
+ "菜刀"
+ ],
+ "tts": [
+ "菜刀"
+ ]
+ },
+ "🫙": {
+ "default": [
+ "容器",
+ "瓶子",
+ "空",
+ "空瓶",
+ "罐",
+ "调味品",
+ "贮藏",
+ "酱"
+ ],
+ "tts": [
+ "罐"
+ ]
+ },
+ "🏺": {
+ "default": [
+ "双耳瓶",
+ "壶",
+ "水瓶",
+ "罐"
+ ],
+ "tts": [
+ "双耳瓶"
+ ]
+ },
+ "🌍": {
+ "default": [
+ "世界",
+ "地球",
+ "地球上的欧洲非洲",
+ "欧洲",
+ "非洲"
+ ],
+ "tts": [
+ "地球上的欧洲非洲"
+ ]
+ },
+ "🌎": {
+ "default": [
+ "世界",
+ "全球",
+ "地球",
+ "地球上的美洲",
+ "美洲"
+ ],
+ "tts": [
+ "地球上的美洲"
+ ]
+ },
+ "🌏": {
+ "default": [
+ "世界",
+ "亚洲",
+ "亚澳",
+ "全球",
+ "地球",
+ "地球上的亚洲",
+ "地球上的亚洲澳洲",
+ "澳洲"
+ ],
+ "tts": [
+ "地球上的亚洲澳洲"
+ ]
+ },
+ "🌐": {
+ "default": [
+ "世界",
+ "全球",
+ "地球",
+ "子午线",
+ "带经纬线的地球",
+ "经纬",
+ "经线"
+ ],
+ "tts": [
+ "带经纬线的地球"
+ ]
+ },
+ "🗺": {
+ "default": [
+ "世界",
+ "世界地图",
+ "地图"
+ ],
+ "tts": [
+ "世界地图"
+ ]
+ },
+ "🗾": {
+ "default": [
+ "地图",
+ "日本",
+ "日本地图"
+ ],
+ "tts": [
+ "日本地图"
+ ]
+ },
+ "🧭": {
+ "default": [
+ "定向",
+ "导航",
+ "指南针",
+ "方向",
+ "磁性",
+ "罗盘"
+ ],
+ "tts": [
+ "指南针"
+ ]
+ },
+ "🏔": {
+ "default": [
+ "冷",
+ "山",
+ "泠",
+ "雪",
+ "雪封山头",
+ "雪山",
+ "雪顶"
+ ],
+ "tts": [
+ "雪山"
+ ]
+ },
+ "⛰": {
+ "default": [
+ "山",
+ "峰"
+ ],
+ "tts": [
+ "山"
+ ]
+ },
+ "": {
+ "default": [
+ "危险",
+ "地震",
+ "塌方",
+ "山",
+ "山崩",
+ "山石",
+ "岩石",
+ "泥石流",
+ "灾害",
+ "灾难"
+ ],
+ "tts": [
+ "山体滑坡"
+ ]
+ },
+ "🌋": {
+ "default": [
+ "喷发",
+ "大自然",
+ "山",
+ "火山",
+ "爆发"
+ ],
+ "tts": [
+ "火山"
+ ]
+ },
+ "🗻": {
+ "default": [
+ "大自然",
+ "富士山",
+ "山"
+ ],
+ "tts": [
+ "富士山"
+ ]
+ },
+ "🏕": {
+ "default": [
+ "帐篷",
+ "露营"
+ ],
+ "tts": [
+ "露营"
+ ]
+ },
+ "🏖": {
+ "default": [
+ "伞",
+ "有伞的海滩",
+ "沙滩",
+ "沙滩伞",
+ "海滩",
+ "阳伞"
+ ],
+ "tts": [
+ "沙滩伞"
+ ]
+ },
+ "🏜": {
+ "default": [
+ "沙漠",
+ "荒漠"
+ ],
+ "tts": [
+ "沙漠"
+ ]
+ },
+ "🏝": {
+ "default": [
+ "岛",
+ "无人荒岛",
+ "沙滩孤岛",
+ "沙漠",
+ "荒岛"
+ ],
+ "tts": [
+ "无人荒岛"
+ ]
+ },
+ "🏞": {
+ "default": [
+ "公园",
+ "国家公园",
+ "自然",
+ "风景"
+ ],
+ "tts": [
+ "国家公园"
+ ]
+ },
+ "🏟": {
+ "default": [
+ "体育馆",
+ "竞技场"
+ ],
+ "tts": [
+ "体育馆"
+ ]
+ },
+ "🏛": {
+ "default": [
+ "古典",
+ "古典建筑",
+ "古建筑"
+ ],
+ "tts": [
+ "古典建筑"
+ ]
+ },
+ "🏗": {
+ "default": [
+ "兴建",
+ "建筑施工",
+ "施工"
+ ],
+ "tts": [
+ "施工"
+ ]
+ },
+ "🧱": {
+ "default": [
+ "墙",
+ "砂浆",
+ "砖",
+ "黏土"
+ ],
+ "tts": [
+ "砖"
+ ]
+ },
+ "🪨": {
+ "default": [
+ "固体",
+ "坚不可摧",
+ "岩石",
+ "巨石",
+ "石头"
+ ],
+ "tts": [
+ "岩石"
+ ]
+ },
+ "🪵": {
+ "default": [
+ "原木",
+ "圆木",
+ "木头",
+ "木材",
+ "木桩"
+ ],
+ "tts": [
+ "木头"
+ ]
+ },
+ "🛖": {
+ "default": [
+ "圆屋",
+ "家",
+ "小屋",
+ "茅屋",
+ "蒙古包"
+ ],
+ "tts": [
+ "小屋"
+ ]
+ },
+ "🏘": {
+ "default": [
+ "住宅",
+ "小区",
+ "房",
+ "房子",
+ "房屋建筑"
+ ],
+ "tts": [
+ "房屋建筑"
+ ]
+ },
+ "🏚": {
+ "default": [
+ "废墟",
+ "废屋",
+ "荒宅",
+ "荒废",
+ "鬼屋"
+ ],
+ "tts": [
+ "废墟"
+ ]
+ },
+ "🏠": {
+ "default": [
+ "住家",
+ "家",
+ "乡村家园",
+ "建筑",
+ "心之所在",
+ "房子",
+ "房屋",
+ "郊区"
+ ],
+ "tts": [
+ "房子"
+ ]
+ },
+ "🏡": {
+ "default": [
+ "住家",
+ "别墅",
+ "家",
+ "乡村家园",
+ "庭院",
+ "庭院居家",
+ "建筑",
+ "心之所在",
+ "房子",
+ "花园",
+ "郊区"
+ ],
+ "tts": [
+ "别墅"
+ ]
+ },
+ "🏢": {
+ "default": [
+ "写字楼",
+ "办公楼",
+ "建筑"
+ ],
+ "tts": [
+ "办公楼"
+ ]
+ },
+ "🏣": {
+ "default": [
+ "建筑",
+ "日本",
+ "日本邮局",
+ "邮便",
+ "邮局"
+ ],
+ "tts": [
+ "日本邮局"
+ ]
+ },
+ "🏤": {
+ "default": [
+ "建筑",
+ "欧洲",
+ "欧洲邮局",
+ "邮局"
+ ],
+ "tts": [
+ "邮局"
+ ]
+ },
+ "🏥": {
+ "default": [
+ "医生",
+ "医药",
+ "医院",
+ "建筑",
+ "看病"
+ ],
+ "tts": [
+ "医院"
+ ]
+ },
+ "🏦": {
+ "default": [
+ "建筑",
+ "银行"
+ ],
+ "tts": [
+ "银行"
+ ]
+ },
+ "🏨": {
+ "default": [
+ "建筑",
+ "旅馆",
+ "酒店"
+ ],
+ "tts": [
+ "酒店"
+ ]
+ },
+ "🏩": {
+ "default": [
+ "建筑",
+ "情人旅馆",
+ "情人酒店",
+ "情侣酒店",
+ "旅馆"
+ ],
+ "tts": [
+ "情人酒店"
+ ]
+ },
+ "🏪": {
+ "default": [
+ "24 小时",
+ "便利店",
+ "商店",
+ "建筑"
+ ],
+ "tts": [
+ "便利店"
+ ]
+ },
+ "🏫": {
+ "default": [
+ "学校",
+ "建筑",
+ "教学楼"
+ ],
+ "tts": [
+ "学校"
+ ]
+ },
+ "🏬": {
+ "default": [
+ "商场",
+ "建筑",
+ "百货公司",
+ "百货商城",
+ "百货商店"
+ ],
+ "tts": [
+ "商场"
+ ]
+ },
+ "🏭": {
+ "default": [
+ "工厂",
+ "建筑"
+ ],
+ "tts": [
+ "工厂"
+ ]
+ },
+ "🏯": {
+ "default": [
+ "城堡",
+ "建筑",
+ "日本",
+ "日本城堡"
+ ],
+ "tts": [
+ "日本城堡"
+ ]
+ },
+ "🏰": {
+ "default": [
+ "城堡",
+ "建筑",
+ "欧洲",
+ "欧洲城堡"
+ ],
+ "tts": [
+ "欧洲城堡"
+ ]
+ },
+ "💒": {
+ "default": [
+ "婚礼",
+ "教堂",
+ "浪漫",
+ "结婚"
+ ],
+ "tts": [
+ "婚礼"
+ ]
+ },
+ "🗼": {
+ "default": [
+ "东京",
+ "东京塔",
+ "塔"
+ ],
+ "tts": [
+ "东京塔"
+ ]
+ },
+ "🗽": {
+ "default": [
+ "塑像",
+ "纽约",
+ "自由",
+ "自由女神像",
+ "雕塑"
+ ],
+ "tts": [
+ "自由女神像"
+ ]
+ },
+ "⛪": {
+ "default": [
+ "基督",
+ "基督教",
+ "宗教",
+ "小教堂",
+ "教堂"
+ ],
+ "tts": [
+ "教堂"
+ ]
+ },
+ "🕌": {
+ "default": [
+ "伊斯兰",
+ "宗教",
+ "清真寺",
+ "穆斯林"
+ ],
+ "tts": [
+ "清真寺"
+ ]
+ },
+ "🛕": {
+ "default": [
+ "佛寺",
+ "佛教",
+ "印度寺庙",
+ "寺庙",
+ "寺院",
+ "庙宇"
+ ],
+ "tts": [
+ "印度寺庙"
+ ]
+ },
+ "🕍": {
+ "default": [
+ "会堂",
+ "宗教",
+ "犹太",
+ "犹太教",
+ "犹太教堂"
+ ],
+ "tts": [
+ "犹太教堂"
+ ]
+ },
+ "⛩": {
+ "default": [
+ "宗教",
+ "日本",
+ "神社",
+ "神道教"
+ ],
+ "tts": [
+ "神社"
+ ]
+ },
+ "🕋": {
+ "default": [
+ "伊斯兰",
+ "克尔白",
+ "天房",
+ "宗教",
+ "穆斯林"
+ ],
+ "tts": [
+ "克尔白"
+ ]
+ },
+ "⛲": {
+ "default": [
+ "喷泉"
+ ],
+ "tts": [
+ "喷泉"
+ ]
+ },
+ "⛺": {
+ "default": [
+ "帐篷",
+ "露营"
+ ],
+ "tts": [
+ "帐篷"
+ ]
+ },
+ "🌁": {
+ "default": [
+ "有雾",
+ "雾",
+ "霾"
+ ],
+ "tts": [
+ "有雾"
+ ]
+ },
+ "🌃": {
+ "default": [
+ "夜晚",
+ "星空",
+ "晚上"
+ ],
+ "tts": [
+ "夜晚"
+ ]
+ },
+ "🏙": {
+ "default": [
+ "城市",
+ "城市风光",
+ "都市",
+ "都市景观",
+ "高楼大厦"
+ ],
+ "tts": [
+ "城市风光"
+ ]
+ },
+ "🌄": {
+ "default": [
+ "太阳",
+ "山",
+ "山顶日出",
+ "日出",
+ "早晨",
+ "清晨"
+ ],
+ "tts": [
+ "山顶日出"
+ ]
+ },
+ "🌅": {
+ "default": [
+ "大自然",
+ "太阳",
+ "日出",
+ "早晨",
+ "清晨"
+ ],
+ "tts": [
+ "日出"
+ ]
+ },
+ "🌆": {
+ "default": [
+ "城市",
+ "城市黄昏",
+ "夜晚",
+ "日落",
+ "都市",
+ "黄昏"
+ ],
+ "tts": [
+ "城市黄昏"
+ ]
+ },
+ "🌇": {
+ "default": [
+ "夕阳",
+ "日落"
+ ],
+ "tts": [
+ "日落"
+ ]
+ },
+ "🌉": {
+ "default": [
+ "夜幕",
+ "夜幕下的桥",
+ "晚上",
+ "桥"
+ ],
+ "tts": [
+ "夜幕下的桥"
+ ]
+ },
+ "♨": {
+ "default": [
+ "水",
+ "泉",
+ "温泉",
+ "热气腾腾",
+ "蒸汽"
+ ],
+ "tts": [
+ "温泉"
+ ]
+ },
+ "🎠": {
+ "default": [
+ "旋转木马",
+ "木马",
+ "游乐园"
+ ],
+ "tts": [
+ "旋转木马"
+ ]
+ },
+ "🛝": {
+ "default": [
+ "游乐园",
+ "游乐场",
+ "游乐场滑梯",
+ "滑梯",
+ "玩",
+ "玩耍"
+ ],
+ "tts": [
+ "游乐场滑梯"
+ ]
+ },
+ "🎡": {
+ "default": [
+ "摩天轮",
+ "游乐园"
+ ],
+ "tts": [
+ "摩天轮"
+ ]
+ },
+ "🎢": {
+ "default": [
+ "游乐园",
+ "过山车"
+ ],
+ "tts": [
+ "过山车"
+ ]
+ },
+ "💈": {
+ "default": [
+ "旋转",
+ "柱",
+ "理发",
+ "理发师",
+ "理发店",
+ "理发店旋转彩柱"
+ ],
+ "tts": [
+ "理发店"
+ ]
+ },
+ "🎪": {
+ "default": [
+ "帐篷",
+ "马戏团",
+ "马戏团帐篷"
+ ],
+ "tts": [
+ "马戏团帐篷"
+ ]
+ },
+ "🚂": {
+ "default": [
+ "守车",
+ "旅行",
+ "火车",
+ "火车头",
+ "蒸汽",
+ "蒸汽火车",
+ "蒸汽车头",
+ "铁路"
+ ],
+ "tts": [
+ "蒸汽火车"
+ ]
+ },
+ "🚃": {
+ "default": [
+ "旅行",
+ "电车",
+ "轨道车",
+ "铁路"
+ ],
+ "tts": [
+ "轨道车"
+ ]
+ },
+ "🚄": {
+ "default": [
+ "动车",
+ "新干线",
+ "火车",
+ "速度",
+ "高速列车",
+ "高铁"
+ ],
+ "tts": [
+ "高速列车"
+ ]
+ },
+ "🚅": {
+ "default": [
+ "动车",
+ "子弹列车",
+ "子弹头",
+ "子弹头高速列车",
+ "新干线",
+ "火车",
+ "高速",
+ "高铁"
+ ],
+ "tts": [
+ "子弹头高速列车"
+ ]
+ },
+ "🚆": {
+ "default": [
+ "到站",
+ "呜呜",
+ "火车",
+ "铁路"
+ ],
+ "tts": [
+ "火车"
+ ]
+ },
+ "🚇": {
+ "default": [
+ "地铁",
+ "捷运"
+ ],
+ "tts": [
+ "地铁"
+ ]
+ },
+ "🚈": {
+ "default": [
+ "到站",
+ "单轨电车",
+ "火车",
+ "轻轨"
+ ],
+ "tts": [
+ "轻轨"
+ ]
+ },
+ "🚉": {
+ "default": [
+ "地铁",
+ "捷运",
+ "火车",
+ "车站",
+ "铁路"
+ ],
+ "tts": [
+ "车站"
+ ]
+ },
+ "🚊": {
+ "default": [
+ "捷运",
+ "电车",
+ "路面电车"
+ ],
+ "tts": [
+ "路面电车"
+ ]
+ },
+ "🚝": {
+ "default": [
+ "单轨",
+ "单轨电车",
+ "火车"
+ ],
+ "tts": [
+ "单轨"
+ ]
+ },
+ "🚞": {
+ "default": [
+ "山区",
+ "山区铁路",
+ "山地铁路",
+ "火车",
+ "铁路"
+ ],
+ "tts": [
+ "山区铁路"
+ ]
+ },
+ "🚋": {
+ "default": [
+ "有轨电车",
+ "轨道"
+ ],
+ "tts": [
+ "有轨电车"
+ ]
+ },
+ "🚌": {
+ "default": [
+ "公交",
+ "公交车",
+ "公共汽车",
+ "大巴"
+ ],
+ "tts": [
+ "公交车"
+ ]
+ },
+ "🚍": {
+ "default": [
+ "公交",
+ "公共汽车",
+ "大巴",
+ "迎面驶来",
+ "迎面驶来的公交车"
+ ],
+ "tts": [
+ "迎面驶来的公交车"
+ ]
+ },
+ "🚎": {
+ "default": [
+ "公共汽车",
+ "无轨电车",
+ "电车"
+ ],
+ "tts": [
+ "无轨电车"
+ ]
+ },
+ "🚐": {
+ "default": [
+ "公共汽车",
+ "小巴",
+ "开车",
+ "移动房车"
+ ],
+ "tts": [
+ "小巴"
+ ]
+ },
+ "🚑": {
+ "default": [
+ "急救",
+ "救护车",
+ "车辆"
+ ],
+ "tts": [
+ "救护车"
+ ]
+ },
+ "🚒": {
+ "default": [
+ "救火车",
+ "消防车",
+ "火灾"
+ ],
+ "tts": [
+ "消防车"
+ ]
+ },
+ "🚓": {
+ "default": [
+ "檀岛警騎",
+ "汽车",
+ "警察",
+ "警车",
+ "巡逻"
+ ],
+ "tts": [
+ "警车"
+ ]
+ },
+ "🚔": {
+ "default": [
+ "汽车",
+ "警察",
+ "警车",
+ "迎面驶来的警车"
+ ],
+ "tts": [
+ "迎面驶来的警车"
+ ]
+ },
+ "🚕": {
+ "default": [
+ "出租车",
+ "小黄",
+ "开车",
+ "汽车",
+ "的士",
+ "计程车"
+ ],
+ "tts": [
+ "出租车"
+ ]
+ },
+ "🚖": {
+ "default": [
+ "优步",
+ "出租车",
+ "叫车",
+ "小黄",
+ "开车",
+ "的士",
+ "迎面驶来的出租车"
+ ],
+ "tts": [
+ "迎面驶来的出租车"
+ ]
+ },
+ "🚗": {
+ "default": [
+ "开车",
+ "汽车",
+ "轿车"
+ ],
+ "tts": [
+ "汽车"
+ ]
+ },
+ "🚘": {
+ "default": [
+ "开车",
+ "汽车",
+ "轿车",
+ "迎面而来",
+ "迎面驶来的汽车"
+ ],
+ "tts": [
+ "迎面驶来的汽车"
+ ]
+ },
+ "🚙": {
+ "default": [
+ "SUV",
+ "休旅车",
+ "休闲车",
+ "开车",
+ "房车",
+ "汽车",
+ "车辆",
+ "轿车",
+ "运动型多用途车",
+ "驾驶"
+ ],
+ "tts": [
+ "运动型多用途车"
+ ]
+ },
+ "🛻": {
+ "default": [
+ "交通工具",
+ "卡车",
+ "敞蓬小型载货卡车",
+ "汽车",
+ "皮卡",
+ "车",
+ "载货"
+ ],
+ "tts": [
+ "敞蓬小型载货卡车"
+ ]
+ },
+ "🚚": {
+ "default": [
+ "卡车",
+ "开车",
+ "货车",
+ "送货"
+ ],
+ "tts": [
+ "货车"
+ ]
+ },
+ "🚛": {
+ "default": [
+ "卡车",
+ "拖车",
+ "搬运",
+ "货车",
+ "铰接式卡车",
+ "铰接式货车"
+ ],
+ "tts": [
+ "铰接式货车"
+ ]
+ },
+ "🚜": {
+ "default": [
+ "拖拉机"
+ ],
+ "tts": [
+ "拖拉机"
+ ]
+ },
+ "🏎": {
+ "default": [
+ "汽车",
+ "疾驰",
+ "赛车",
+ "跑车"
+ ],
+ "tts": [
+ "赛车"
+ ]
+ },
+ "🏍": {
+ "default": [
+ "摩托",
+ "摩托车",
+ "赛车"
+ ],
+ "tts": [
+ "摩托车"
+ ]
+ },
+ "🛵": {
+ "default": [
+ "小型摩托车",
+ "摩托车",
+ "踏板车"
+ ],
+ "tts": [
+ "小型摩托车"
+ ]
+ },
+ "🦽": {
+ "default": [
+ "手动轮椅",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "手动轮椅"
+ ]
+ },
+ "🦼": {
+ "default": [
+ "无障碍",
+ "电动轮椅",
+ "轮椅"
+ ],
+ "tts": [
+ "电动轮椅"
+ ]
+ },
+ "🛺": {
+ "default": [
+ "三脚鸡",
+ "三蹦子",
+ "三轮摩托车",
+ "嘟嘟车",
+ "电动三轮车",
+ "自动人力车",
+ "黄包车"
+ ],
+ "tts": [
+ "三轮摩托车"
+ ]
+ },
+ "🚲": {
+ "default": [
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车骑士",
+ "飞驰",
+ "骑车",
+ "骑车疾驰"
+ ],
+ "tts": [
+ "自行车"
+ ]
+ },
+ "🛴": {
+ "default": [
+ "滑板车"
+ ],
+ "tts": [
+ "滑板车"
+ ]
+ },
+ "🛹": {
+ "default": [
+ "板",
+ "滑板",
+ "踩滑板"
+ ],
+ "tts": [
+ "滑板"
+ ]
+ },
+ "🛼": {
+ "default": [
+ "四轮滑冰鞋",
+ "旱冰",
+ "溜冰",
+ "溜冰鞋",
+ "滑冰",
+ "轮式",
+ "运动"
+ ],
+ "tts": [
+ "四轮滑冰鞋"
+ ]
+ },
+ "🚏": {
+ "default": [
+ "公交站",
+ "公交车站",
+ "公共汽车站"
+ ],
+ "tts": [
+ "公交车站"
+ ]
+ },
+ "🛣": {
+ "default": [
+ "公路",
+ "高速公路"
+ ],
+ "tts": [
+ "高速公路"
+ ]
+ },
+ "🛤": {
+ "default": [
+ "火车",
+ "铁路",
+ "铁轨"
+ ],
+ "tts": [
+ "铁轨"
+ ]
+ },
+ "🛢": {
+ "default": [
+ "桶",
+ "油桶",
+ "石油",
+ "石油桶"
+ ],
+ "tts": [
+ "石油桶"
+ ]
+ },
+ "⛽": {
+ "default": [
+ "加油",
+ "加油站",
+ "柴油",
+ "油泵",
+ "燃料",
+ "燃油"
+ ],
+ "tts": [
+ "油泵"
+ ]
+ },
+ "🛞": {
+ "default": [
+ "圆圈",
+ "汽车",
+ "车轮",
+ "车辆",
+ "转动",
+ "轮胎"
+ ],
+ "tts": [
+ "车轮"
+ ]
+ },
+ "🚨": {
+ "default": [
+ "灯",
+ "紧急",
+ "警报",
+ "警灯",
+ "警示",
+ "警车灯"
+ ],
+ "tts": [
+ "警车灯"
+ ]
+ },
+ "🚥": {
+ "default": [
+ "交通灯",
+ "信号灯",
+ "横向的红绿灯",
+ "红绿灯"
+ ],
+ "tts": [
+ "横向的红绿灯"
+ ]
+ },
+ "🚦": {
+ "default": [
+ "交叉口",
+ "交通灯",
+ "信号灯",
+ "直的红绿灯",
+ "红绿灯",
+ "纵向的红绿灯"
+ ],
+ "tts": [
+ "纵向的红绿灯"
+ ]
+ },
+ "🛑": {
+ "default": [
+ "停止",
+ "停止标志",
+ "八角形",
+ "八边形",
+ "标志"
+ ],
+ "tts": [
+ "停止标志"
+ ]
+ },
+ "🚧": {
+ "default": [
+ "施工",
+ "路障"
+ ],
+ "tts": [
+ "路障"
+ ]
+ },
+ "⚓": {
+ "default": [
+ "停泊",
+ "工具",
+ "船",
+ "锚"
+ ],
+ "tts": [
+ "锚"
+ ]
+ },
+ "🛟": {
+ "default": [
+ "安全",
+ "救援",
+ "救生",
+ "救生圈",
+ "救生用具",
+ "游泳",
+ "漂浮"
+ ],
+ "tts": [
+ "救生圈"
+ ]
+ },
+ "⛵": {
+ "default": [
+ "帆船",
+ "游艇",
+ "船",
+ "驾帆船"
+ ],
+ "tts": [
+ "帆船"
+ ]
+ },
+ "🛶": {
+ "default": [
+ "独木舟",
+ "船"
+ ],
+ "tts": [
+ "独木舟"
+ ]
+ },
+ "🚤": {
+ "default": [
+ "亿万富翁",
+ "快艇",
+ "船",
+ "豪华游艇"
+ ],
+ "tts": [
+ "快艇"
+ ]
+ },
+ "🛳": {
+ "default": [
+ "客船",
+ "客轮",
+ "旅客"
+ ],
+ "tts": [
+ "客轮"
+ ]
+ },
+ "⛴": {
+ "default": [
+ "旅客",
+ "渡船",
+ "渡轮",
+ "轮船"
+ ],
+ "tts": [
+ "渡轮"
+ ]
+ },
+ "🛥": {
+ "default": [
+ "摩托艇",
+ "船"
+ ],
+ "tts": [
+ "摩托艇"
+ ]
+ },
+ "🚢": {
+ "default": [
+ "旅客",
+ "旅行",
+ "船"
+ ],
+ "tts": [
+ "船"
+ ]
+ },
+ "✈": {
+ "default": [
+ "喷气机",
+ "旅行",
+ "飞机",
+ "飞行"
+ ],
+ "tts": [
+ "飞机"
+ ]
+ },
+ "🛩": {
+ "default": [
+ "小型飞机",
+ "小飞机",
+ "飞机"
+ ],
+ "tts": [
+ "小型飞机"
+ ]
+ },
+ "🛫": {
+ "default": [
+ "值机",
+ "出境",
+ "报到",
+ "登机",
+ "离境",
+ "航班",
+ "航班起飞",
+ "起飞",
+ "飞机"
+ ],
+ "tts": [
+ "航班起飞"
+ ]
+ },
+ "🛬": {
+ "default": [
+ "到达",
+ "着陆",
+ "航班",
+ "航班降落",
+ "降落",
+ "飞机"
+ ],
+ "tts": [
+ "航班降落"
+ ]
+ },
+ "🪂": {
+ "default": [
+ "帆伞",
+ "悬挂滑翔",
+ "滑翔",
+ "滑翔伞",
+ "跳伞",
+ "降落伞"
+ ],
+ "tts": [
+ "降落伞"
+ ]
+ },
+ "💺": {
+ "default": [
+ "位子",
+ "座位",
+ "椅子"
+ ],
+ "tts": [
+ "座位"
+ ]
+ },
+ "🚁": {
+ "default": [
+ "旅行",
+ "直升机",
+ "直升飞机"
+ ],
+ "tts": [
+ "直升机"
+ ]
+ },
+ "🚟": {
+ "default": [
+ "悬挂",
+ "悬挂式单轨",
+ "空中轨道列车",
+ "空轨"
+ ],
+ "tts": [
+ "空轨"
+ ]
+ },
+ "🚠": {
+ "default": [
+ "空中",
+ "索道",
+ "缆车"
+ ],
+ "tts": [
+ "缆车"
+ ]
+ },
+ "🚡": {
+ "default": [
+ "空中",
+ "索道",
+ "缆车"
+ ],
+ "tts": [
+ "索道"
+ ]
+ },
+ "🛰": {
+ "default": [
+ "卫星",
+ "太空"
+ ],
+ "tts": [
+ "卫星"
+ ]
+ },
+ "🚀": {
+ "default": [
+ "发射",
+ "太空",
+ "旅行",
+ "火箭"
+ ],
+ "tts": [
+ "火箭"
+ ]
+ },
+ "🛸": {
+ "default": [
+ "UFO",
+ "不明飞行物",
+ "外星人",
+ "外星球",
+ "飞碟"
+ ],
+ "tts": [
+ "飞碟"
+ ]
+ },
+ "🛎": {
+ "default": [
+ "服务铃",
+ "行李员",
+ "酒店",
+ "铃"
+ ],
+ "tts": [
+ "服务铃"
+ ]
+ },
+ "🧳": {
+ "default": [
+ "包装",
+ "手提箱",
+ "旅行",
+ "滚轮提箱",
+ "行李",
+ "行李箱"
+ ],
+ "tts": [
+ "行李箱"
+ ]
+ },
+ "⌛": {
+ "default": [
+ "时间",
+ "沙漏",
+ "计时",
+ "计时器"
+ ],
+ "tts": [
+ "沙漏"
+ ]
+ },
+ "⏳": {
+ "default": [
+ "沙",
+ "沙正往下流的沙漏",
+ "沙漏",
+ "等待",
+ "计时器"
+ ],
+ "tts": [
+ "沙正往下流的沙漏"
+ ]
+ },
+ "⌚": {
+ "default": [
+ "手表",
+ "时间",
+ "表"
+ ],
+ "tts": [
+ "手表"
+ ]
+ },
+ "⏰": {
+ "default": [
+ "小时",
+ "时间",
+ "钟",
+ "闹钟"
+ ],
+ "tts": [
+ "闹钟"
+ ]
+ },
+ "⏱": {
+ "default": [
+ "码表",
+ "秒表",
+ "计时",
+ "计时器"
+ ],
+ "tts": [
+ "秒表"
+ ]
+ },
+ "⏲": {
+ "default": [
+ "定时器",
+ "时间",
+ "计时",
+ "计时器"
+ ],
+ "tts": [
+ "定时器"
+ ]
+ },
+ "🕰": {
+ "default": [
+ "台钟",
+ "壁炉钟",
+ "座钟",
+ "时钟"
+ ],
+ "tts": [
+ "座钟"
+ ]
+ },
+ "🕛": {
+ "default": [
+ "00",
+ "12",
+ "12:00",
+ "十二点",
+ "整点",
+ "时间",
+ "点钟",
+ "钟"
+ ],
+ "tts": [
+ "十二点"
+ ]
+ },
+ "🕧": {
+ "default": [
+ "12",
+ "12:30",
+ "30",
+ "十二点半",
+ "时钟"
+ ],
+ "tts": [
+ "十二点半"
+ ]
+ },
+ "🕐": {
+ "default": [
+ "00",
+ "1",
+ "1:00",
+ "一点",
+ "时间"
+ ],
+ "tts": [
+ "一点"
+ ]
+ },
+ "🕜": {
+ "default": [
+ "1",
+ "1:30",
+ "30",
+ "一点半",
+ "时间",
+ "钟"
+ ],
+ "tts": [
+ "一点半"
+ ]
+ },
+ "🕑": {
+ "default": [
+ "00",
+ "2",
+ "2:00",
+ "两点",
+ "时钟"
+ ],
+ "tts": [
+ "两点"
+ ]
+ },
+ "🕝": {
+ "default": [
+ "2",
+ "2:30",
+ "30",
+ "两点半",
+ "时间",
+ "钟"
+ ],
+ "tts": [
+ "两点半"
+ ]
+ },
+ "🕒": {
+ "default": [
+ "00",
+ "3",
+ "3:00",
+ "三点",
+ "时钟"
+ ],
+ "tts": [
+ "三点"
+ ]
+ },
+ "🕞": {
+ "default": [
+ "3",
+ "3:30",
+ "30",
+ "三点半",
+ "时间",
+ "钟"
+ ],
+ "tts": [
+ "三点半"
+ ]
+ },
+ "🕓": {
+ "default": [
+ "00",
+ "4",
+ "4:00",
+ "四点",
+ "时钟"
+ ],
+ "tts": [
+ "四点"
+ ]
+ },
+ "🕟": {
+ "default": [
+ "30",
+ "4",
+ "4:30",
+ "四点半",
+ "时间",
+ "钟"
+ ],
+ "tts": [
+ "四点半"
+ ]
+ },
+ "🕔": {
+ "default": [
+ "00",
+ "5",
+ "5:00",
+ "五点",
+ "时钟"
+ ],
+ "tts": [
+ "五点"
+ ]
+ },
+ "🕠": {
+ "default": [
+ "30",
+ "5",
+ "5:30",
+ "五点半",
+ "时钟"
+ ],
+ "tts": [
+ "五点半"
+ ]
+ },
+ "🕕": {
+ "default": [
+ "00",
+ "6",
+ "6:00",
+ "六点",
+ "时钟"
+ ],
+ "tts": [
+ "六点"
+ ]
+ },
+ "🕡": {
+ "default": [
+ "30",
+ "6",
+ "6:30",
+ "六点半",
+ "时钟"
+ ],
+ "tts": [
+ "六点半"
+ ]
+ },
+ "🕖": {
+ "default": [
+ "00",
+ "7",
+ "7:00",
+ "七点",
+ "时钟"
+ ],
+ "tts": [
+ "七点"
+ ]
+ },
+ "🕢": {
+ "default": [
+ "30",
+ "7",
+ "7:30",
+ "七点半",
+ "时钟"
+ ],
+ "tts": [
+ "七点半"
+ ]
+ },
+ "🕗": {
+ "default": [
+ "00",
+ "8",
+ "8:00",
+ "八点",
+ "时间",
+ "钟"
+ ],
+ "tts": [
+ "八点"
+ ]
+ },
+ "🕣": {
+ "default": [
+ "30",
+ "8",
+ "8:30",
+ "八点半",
+ "时钟"
+ ],
+ "tts": [
+ "八点半"
+ ]
+ },
+ "🕘": {
+ "default": [
+ "00",
+ "9",
+ "9:00",
+ "九点",
+ "时钟"
+ ],
+ "tts": [
+ "九点"
+ ]
+ },
+ "🕤": {
+ "default": [
+ "30",
+ "9",
+ "9:30",
+ "九点半",
+ "时钟"
+ ],
+ "tts": [
+ "九点半"
+ ]
+ },
+ "🕙": {
+ "default": [
+ "00",
+ "10",
+ "10:00",
+ "十点",
+ "时钟"
+ ],
+ "tts": [
+ "十点"
+ ]
+ },
+ "🕥": {
+ "default": [
+ "10",
+ "10:30",
+ "30",
+ "十点半",
+ "时钟"
+ ],
+ "tts": [
+ "十点半"
+ ]
+ },
+ "🕚": {
+ "default": [
+ "00",
+ "11",
+ "11:00",
+ "十一点",
+ "时钟"
+ ],
+ "tts": [
+ "十一点"
+ ]
+ },
+ "🕦": {
+ "default": [
+ "11",
+ "11:30",
+ "30",
+ "十一点半",
+ "时钟"
+ ],
+ "tts": [
+ "十一点半"
+ ]
+ },
+ "🌑": {
+ "default": [
+ "新月",
+ "月亮",
+ "朔月"
+ ],
+ "tts": [
+ "朔月"
+ ]
+ },
+ "🌒": {
+ "default": [
+ "三日月",
+ "娥眉月",
+ "弯月",
+ "月亮",
+ "盈月",
+ "眉月",
+ "蛾眉月"
+ ],
+ "tts": [
+ "蛾眉月"
+ ]
+ },
+ "🌓": {
+ "default": [
+ "上弦月",
+ "月亮"
+ ],
+ "tts": [
+ "上弦月"
+ ]
+ },
+ "🌔": {
+ "default": [
+ "月亮",
+ "盈凸月"
+ ],
+ "tts": [
+ "盈凸月"
+ ]
+ },
+ "🌕": {
+ "default": [
+ "月亮",
+ "望月",
+ "满月"
+ ],
+ "tts": [
+ "满月"
+ ]
+ },
+ "🌖": {
+ "default": [
+ "亏凸月",
+ "月亮",
+ "衰落"
+ ],
+ "tts": [
+ "亏凸月"
+ ]
+ },
+ "🌗": {
+ "default": [
+ "下弦月",
+ "月亮"
+ ],
+ "tts": [
+ "下弦月"
+ ]
+ },
+ "🌘": {
+ "default": [
+ "亏眉月",
+ "弯月",
+ "月亮",
+ "残月"
+ ],
+ "tts": [
+ "残月"
+ ]
+ },
+ "🌙": {
+ "default": [
+ "娥眉月",
+ "弯月",
+ "新月形",
+ "月亮",
+ "残月",
+ "蛾眉月"
+ ],
+ "tts": [
+ "弯月"
+ ]
+ },
+ "🌚": {
+ "default": [
+ "微笑的朔月",
+ "新月",
+ "月亮",
+ "朔月"
+ ],
+ "tts": [
+ "微笑的朔月"
+ ]
+ },
+ "🌛": {
+ "default": [
+ "上弦月",
+ "微笑的上弦月",
+ "月亮",
+ "蛾眉月"
+ ],
+ "tts": [
+ "微笑的上弦月"
+ ]
+ },
+ "🌜": {
+ "default": [
+ "下弦月",
+ "微笑的下弦月",
+ "月亮",
+ "残月"
+ ],
+ "tts": [
+ "微笑的下弦月"
+ ]
+ },
+ "🌡": {
+ "default": [
+ "天气",
+ "气温",
+ "温度",
+ "温度计"
+ ],
+ "tts": [
+ "温度计"
+ ]
+ },
+ "☀": {
+ "default": [
+ "光线",
+ "太阳",
+ "晴",
+ "晴天",
+ "阳光明媚",
+ "阳光普照"
+ ],
+ "tts": [
+ "太阳"
+ ]
+ },
+ "🌝": {
+ "default": [
+ "微笑的月亮",
+ "月亮",
+ "望月",
+ "满月"
+ ],
+ "tts": [
+ "微笑的月亮"
+ ]
+ },
+ "🌞": {
+ "default": [
+ "太阳",
+ "微笑的太阳",
+ "温暖阳光",
+ "阳光明媚"
+ ],
+ "tts": [
+ "微笑的太阳"
+ ]
+ },
+ "🪐": {
+ "default": [
+ "土星",
+ "有环行星",
+ "行星"
+ ],
+ "tts": [
+ "有环行星"
+ ]
+ },
+ "⭐": {
+ "default": [
+ "五角星",
+ "星星",
+ "白色星星"
+ ],
+ "tts": [
+ "星星"
+ ]
+ },
+ "🌟": {
+ "default": [
+ "发光",
+ "星星",
+ "闪亮",
+ "闪亮的星星",
+ "闪光"
+ ],
+ "tts": [
+ "闪亮的星星"
+ ]
+ },
+ "🌠": {
+ "default": [
+ "夜晚",
+ "太空",
+ "星空",
+ "流星",
+ "陨落之星"
+ ],
+ "tts": [
+ "流星"
+ ]
+ },
+ "🌌": {
+ "default": [
+ "太空",
+ "星空",
+ "银河"
+ ],
+ "tts": [
+ "银河"
+ ]
+ },
+ "☁": {
+ "default": [
+ "云",
+ "云彩",
+ "云朵",
+ "天气",
+ "阴"
+ ],
+ "tts": [
+ "云"
+ ]
+ },
+ "⛅": {
+ "default": [
+ "乌云蔽日",
+ "多云",
+ "阴"
+ ],
+ "tts": [
+ "阴"
+ ]
+ },
+ "⛈": {
+ "default": [
+ "暴风雨",
+ "阵雨",
+ "雨",
+ "雷",
+ "雷暴",
+ "雷阵雨"
+ ],
+ "tts": [
+ "雷阵雨"
+ ]
+ },
+ "🌤": {
+ "default": [
+ "云",
+ "天气",
+ "太阳",
+ "少云",
+ "晴",
+ "晴偶有云",
+ "阴"
+ ],
+ "tts": [
+ "晴偶有云"
+ ]
+ },
+ "🌥": {
+ "default": [
+ "云",
+ "多云",
+ "太阳",
+ "泠",
+ "阴"
+ ],
+ "tts": [
+ "多云"
+ ]
+ },
+ "🌦": {
+ "default": [
+ "下雨",
+ "云",
+ "天气",
+ "太阳",
+ "晴时多云偶阵雨",
+ "晴转雨",
+ "雨"
+ ],
+ "tts": [
+ "晴转雨"
+ ]
+ },
+ "🌧": {
+ "default": [
+ "下雨",
+ "云",
+ "天气",
+ "雨"
+ ],
+ "tts": [
+ "下雨"
+ ]
+ },
+ "🌨": {
+ "default": [
+ "下雪",
+ "云",
+ "天气",
+ "雪"
+ ],
+ "tts": [
+ "下雪"
+ ]
+ },
+ "🌩": {
+ "default": [
+ "云",
+ "天气",
+ "打雷",
+ "闪电",
+ "雷"
+ ],
+ "tts": [
+ "打雷"
+ ]
+ },
+ "🌪": {
+ "default": [
+ "云",
+ "天气",
+ "旋风",
+ "龙卷风"
+ ],
+ "tts": [
+ "龙卷风"
+ ]
+ },
+ "🌫": {
+ "default": [
+ "云",
+ "雾",
+ "霾"
+ ],
+ "tts": [
+ "雾"
+ ]
+ },
+ "🌬": {
+ "default": [
+ "大风",
+ "狂风",
+ "风吹"
+ ],
+ "tts": [
+ "大风"
+ ]
+ },
+ "🌀": {
+ "default": [
+ "台风",
+ "天气",
+ "旋风",
+ "晕",
+ "气旋",
+ "飓风",
+ "龙卷风"
+ ],
+ "tts": [
+ "台风"
+ ]
+ },
+ "🌈": {
+ "default": [
+ "LGBT",
+ "双性恋",
+ "同志",
+ "彩虹",
+ "跨性别"
+ ],
+ "tts": [
+ "彩虹"
+ ]
+ },
+ "🌂": {
+ "default": [
+ "下雨",
+ "伞",
+ "收起的伞",
+ "雨",
+ "雨伞"
+ ],
+ "tts": [
+ "收起的伞"
+ ]
+ },
+ "☂": {
+ "default": [
+ "伞",
+ "雨",
+ "雨伞"
+ ],
+ "tts": [
+ "伞"
+ ]
+ },
+ "☔": {
+ "default": [
+ "下雨",
+ "伞",
+ "雨伞",
+ "雨滴"
+ ],
+ "tts": [
+ "雨伞"
+ ]
+ },
+ "⛱": {
+ "default": [
+ "下雨",
+ "伞",
+ "地上的阳伞",
+ "太阳",
+ "阳伞"
+ ],
+ "tts": [
+ "阳伞"
+ ]
+ },
+ "⚡": {
+ "default": [
+ "危险",
+ "有电",
+ "闪电",
+ "高压"
+ ],
+ "tts": [
+ "高压"
+ ]
+ },
+ "❄": {
+ "default": [
+ "冷",
+ "天气",
+ "雪",
+ "雪花"
+ ],
+ "tts": [
+ "雪花"
+ ]
+ },
+ "☃": {
+ "default": [
+ "泠",
+ "雪",
+ "雪与雪人",
+ "雪人"
+ ],
+ "tts": [
+ "雪与雪人"
+ ]
+ },
+ "⛄": {
+ "default": [
+ "下雪",
+ "泠",
+ "雪人"
+ ],
+ "tts": [
+ "雪人"
+ ]
+ },
+ "☄": {
+ "default": [
+ "太空",
+ "彗星"
+ ],
+ "tts": [
+ "彗星"
+ ]
+ },
+ "🔥": {
+ "default": [
+ "火",
+ "火焰",
+ "烧",
+ "燃烧"
+ ],
+ "tts": [
+ "火焰"
+ ]
+ },
+ "💧": {
+ "default": [
+ "冷",
+ "天气",
+ "水",
+ "水滴",
+ "泪",
+ "眼泪"
+ ],
+ "tts": [
+ "水滴"
+ ]
+ },
+ "🌊": {
+ "default": [
+ "波浪",
+ "浪",
+ "浪花",
+ "海洋"
+ ],
+ "tts": [
+ "浪花"
+ ]
+ },
+ "🎃": {
+ "default": [
+ "万圣节",
+ "南瓜",
+ "南瓜灯",
+ "庆祝",
+ "灯",
+ "灯笼"
+ ],
+ "tts": [
+ "南瓜灯"
+ ]
+ },
+ "🎄": {
+ "default": [
+ "圣诞",
+ "圣诞树",
+ "庆祝",
+ "树",
+ "装饰"
+ ],
+ "tts": [
+ "圣诞树"
+ ]
+ },
+ "🎆": {
+ "default": [
+ "庆典",
+ "庆祝",
+ "炮竹",
+ "烟花",
+ "焰火",
+ "爆竹"
+ ],
+ "tts": [
+ "焰火"
+ ]
+ },
+ "🎇": {
+ "default": [
+ "庆祝",
+ "火花",
+ "烟火",
+ "烟花",
+ "焰火"
+ ],
+ "tts": [
+ "烟花"
+ ]
+ },
+ "🧨": {
+ "default": [
+ "光亮",
+ "火花",
+ "炸药",
+ "烟火",
+ "烟花",
+ "爆炸",
+ "爆竹",
+ "鞭炮"
+ ],
+ "tts": [
+ "爆竹"
+ ]
+ },
+ "✨": {
+ "default": [
+ "星星",
+ "火花",
+ "闪亮",
+ "闪光",
+ "闪耀"
+ ],
+ "tts": [
+ "闪亮"
+ ]
+ },
+ "🎈": {
+ "default": [
+ "庆祝",
+ "气球",
+ "生日",
+ "节日"
+ ],
+ "tts": [
+ "气球"
+ ]
+ },
+ "🎉": {
+ "default": [
+ "兴奋",
+ "呱呱叫",
+ "庆祝",
+ "彩带",
+ "拉炮",
+ "拉炮彩带",
+ "派对",
+ "派对礼宾花",
+ "生日"
+ ],
+ "tts": [
+ "拉炮彩带"
+ ]
+ },
+ "🎊": {
+ "default": [
+ "五彩纸屑",
+ "五彩纸屑球",
+ "庆祝",
+ "彩色纸屑",
+ "球",
+ "舞会"
+ ],
+ "tts": [
+ "五彩纸屑球"
+ ]
+ },
+ "🎋": {
+ "default": [
+ "七夕",
+ "七夕树",
+ "庆祝",
+ "日本",
+ "条幅",
+ "树"
+ ],
+ "tts": [
+ "七夕树"
+ ]
+ },
+ "🎍": {
+ "default": [
+ "庆祝",
+ "日本",
+ "松树",
+ "盆栽",
+ "竹",
+ "门松"
+ ],
+ "tts": [
+ "门松"
+ ]
+ },
+ "🎎": {
+ "default": [
+ "人偶",
+ "娃娃",
+ "庆祝",
+ "日本",
+ "日本人偶",
+ "日本人形",
+ "节日"
+ ],
+ "tts": [
+ "日本人形"
+ ]
+ },
+ "🎏": {
+ "default": [
+ "庆祝",
+ "日本",
+ "男孩节",
+ "长旗",
+ "鲤鱼旗"
+ ],
+ "tts": [
+ "鲤鱼旗"
+ ]
+ },
+ "🎐": {
+ "default": [
+ "庆祝",
+ "铃铛",
+ "风",
+ "风铃"
+ ],
+ "tts": [
+ "风铃"
+ ]
+ },
+ "🎑": {
+ "default": [
+ "中秋",
+ "佳节",
+ "庆祝",
+ "月亮",
+ "祭月",
+ "赏月"
+ ],
+ "tts": [
+ "赏月"
+ ]
+ },
+ "🧧": {
+ "default": [
+ "利事",
+ "利是",
+ "好运",
+ "礼物",
+ "红信封",
+ "红包",
+ "运气",
+ "钱"
+ ],
+ "tts": [
+ "红包"
+ ]
+ },
+ "🎀": {
+ "default": [
+ "丝带",
+ "庆祝",
+ "缎带",
+ "蝴蝶结"
+ ],
+ "tts": [
+ "蝴蝶结"
+ ]
+ },
+ "🎁": {
+ "default": [
+ "包礼物",
+ "包装",
+ "圣诞",
+ "庆祝",
+ "惊喜",
+ "生日礼物",
+ "盒子",
+ "礼品",
+ "礼物"
+ ],
+ "tts": [
+ "礼物"
+ ]
+ },
+ "🎗": {
+ "default": [
+ "丝带",
+ "庆典",
+ "庆祝",
+ "提示丝带",
+ "暗示",
+ "飘带"
+ ],
+ "tts": [
+ "提示丝带"
+ ]
+ },
+ "🎟": {
+ "default": [
+ "入场券",
+ "票",
+ "门票"
+ ],
+ "tts": [
+ "入场券"
+ ]
+ },
+ "🎫": {
+ "default": [
+ "入场券",
+ "电影票",
+ "票",
+ "票根",
+ "车票",
+ "门票"
+ ],
+ "tts": [
+ "票"
+ ]
+ },
+ "🎖": {
+ "default": [
+ "军功章",
+ "军队",
+ "勋章",
+ "奖章"
+ ],
+ "tts": [
+ "军功章"
+ ]
+ },
+ "🏆": {
+ "default": [
+ "冠军",
+ "奖励",
+ "奖品",
+ "奖杯",
+ "奖赏",
+ "胜利",
+ "获胜"
+ ],
+ "tts": [
+ "奖杯"
+ ]
+ },
+ "🏅": {
+ "default": [
+ "奖牌",
+ "获胜",
+ "运动会奖牌",
+ "运动员",
+ "金牌"
+ ],
+ "tts": [
+ "奖牌"
+ ]
+ },
+ "🥇": {
+ "default": [
+ "奖牌",
+ "第一",
+ "第一名奖牌",
+ "金牌"
+ ],
+ "tts": [
+ "金牌"
+ ]
+ },
+ "🥈": {
+ "default": [
+ "亚军",
+ "奖牌",
+ "第二",
+ "第二名奖牌",
+ "银牌"
+ ],
+ "tts": [
+ "银牌"
+ ]
+ },
+ "🥉": {
+ "default": [
+ "奖牌",
+ "季军",
+ "第三",
+ "第三名奖牌",
+ "铜牌"
+ ],
+ "tts": [
+ "铜牌"
+ ]
+ },
+ "⚽": {
+ "default": [
+ "大罗",
+ "梅西",
+ "球",
+ "球赛",
+ "罗纳尔多",
+ "胖罗",
+ "英式足球",
+ "足球",
+ "运动"
+ ],
+ "tts": [
+ "足球"
+ ]
+ },
+ "⚾": {
+ "default": [
+ "棒球",
+ "球",
+ "运动"
+ ],
+ "tts": [
+ "棒球"
+ ]
+ },
+ "🥎": {
+ "default": [
+ "垒球",
+ "手套",
+ "球",
+ "腋下",
+ "运动"
+ ],
+ "tts": [
+ "垒球"
+ ]
+ },
+ "🏀": {
+ "default": [
+ "打球",
+ "球",
+ "篮球",
+ "篮筐",
+ "运动"
+ ],
+ "tts": [
+ "篮球"
+ ]
+ },
+ "🏐": {
+ "default": [
+ "排球",
+ "球",
+ "球赛"
+ ],
+ "tts": [
+ "排球"
+ ]
+ },
+ "🏈": {
+ "default": [
+ "橄榄球",
+ "球",
+ "美式橄榄球"
+ ],
+ "tts": [
+ "美式橄榄球"
+ ]
+ },
+ "🏉": {
+ "default": [
+ "橄榄球",
+ "球",
+ "英式橄榄球",
+ "运动"
+ ],
+ "tts": [
+ "英式橄榄球"
+ ]
+ },
+ "🎾": {
+ "default": [
+ "球",
+ "球拍",
+ "网球",
+ "网球拍"
+ ],
+ "tts": [
+ "网球"
+ ]
+ },
+ "🥏": {
+ "default": [
+ "圆盘",
+ "极限",
+ "极限运动",
+ "终极",
+ "飞盘"
+ ],
+ "tts": [
+ "飞盘"
+ ]
+ },
+ "🎳": {
+ "default": [
+ "保龄球",
+ "全倒",
+ "球",
+ "运动"
+ ],
+ "tts": [
+ "保龄球"
+ ]
+ },
+ "🏏": {
+ "default": [
+ "板球",
+ "球",
+ "球拍"
+ ],
+ "tts": [
+ "板球"
+ ]
+ },
+ "🏑": {
+ "default": [
+ "曲棍球",
+ "球",
+ "球棍",
+ "球赛"
+ ],
+ "tts": [
+ "曲棍球"
+ ]
+ },
+ "🏒": {
+ "default": [
+ "冰球",
+ "冰球杆",
+ "球",
+ "球棍"
+ ],
+ "tts": [
+ "冰球"
+ ]
+ },
+ "🥍": {
+ "default": [
+ "得分",
+ "球",
+ "球棍",
+ "球门",
+ "袋棍球",
+ "运动",
+ "长曲棍球"
+ ],
+ "tts": [
+ "袋棍球"
+ ]
+ },
+ "🏓": {
+ "default": [
+ "乒乓",
+ "乒乓球",
+ "桌球",
+ "比赛",
+ "球",
+ "球拍"
+ ],
+ "tts": [
+ "乒乓球"
+ ]
+ },
+ "🏸": {
+ "default": [
+ "球拍",
+ "羽毛球",
+ "羽球"
+ ],
+ "tts": [
+ "羽毛球"
+ ]
+ },
+ "🥊": {
+ "default": [
+ "手套",
+ "拳击",
+ "拳击手套"
+ ],
+ "tts": [
+ "拳击手套"
+ ]
+ },
+ "🥋": {
+ "default": [
+ "制服",
+ "柔道",
+ "武术",
+ "空手道",
+ "练武服",
+ "跆拳道"
+ ],
+ "tts": [
+ "练武服"
+ ]
+ },
+ "🥅": {
+ "default": [
+ "球网",
+ "球门"
+ ],
+ "tts": [
+ "球门"
+ ]
+ },
+ "⛳": {
+ "default": [
+ "果岭",
+ "果岭旗",
+ "球洞",
+ "高尔夫",
+ "高尔夫球洞",
+ "高球"
+ ],
+ "tts": [
+ "高尔夫球洞"
+ ]
+ },
+ "⛸": {
+ "default": [
+ "冰刀",
+ "溜冰",
+ "滑冰"
+ ],
+ "tts": [
+ "滑冰"
+ ]
+ },
+ "🎣": {
+ "default": [
+ "钓竿",
+ "钓鱼竿",
+ "鱼杆"
+ ],
+ "tts": [
+ "钓鱼竿"
+ ]
+ },
+ "🤿": {
+ "default": [
+ "浮潜",
+ "深潜",
+ "潜水",
+ "潜水面罩"
+ ],
+ "tts": [
+ "潜水面罩"
+ ]
+ },
+ "🎽": {
+ "default": [
+ "上衣",
+ "跑步",
+ "运动服",
+ "运动背心",
+ "饰带"
+ ],
+ "tts": [
+ "运动背心"
+ ]
+ },
+ "🎿": {
+ "default": [
+ "滑雪",
+ "运动",
+ "雪"
+ ],
+ "tts": [
+ "滑雪"
+ ]
+ },
+ "🛷": {
+ "default": [
+ "下雪",
+ "乘雪橇",
+ "平底雪橇",
+ "雪橇",
+ "驾雪橇"
+ ],
+ "tts": [
+ "雪橇"
+ ]
+ },
+ "🥌": {
+ "default": [
+ "冰上溜石",
+ "冰壶",
+ "比赛",
+ "游戏",
+ "石壶"
+ ],
+ "tts": [
+ "冰壶"
+ ]
+ },
+ "🎯": {
+ "default": [
+ "命中",
+ "标的",
+ "正中靶心的飞镖",
+ "直接命中",
+ "要害",
+ "靶心",
+ "飞镖"
+ ],
+ "tts": [
+ "正中靶心的飞镖"
+ ]
+ },
+ "🪀": {
+ "default": [
+ "上下起落",
+ "悠悠球",
+ "溜溜球",
+ "犹豫不决",
+ "玩具"
+ ],
+ "tts": [
+ "悠悠球"
+ ]
+ },
+ "🪁": {
+ "default": [
+ "翱翔",
+ "风筝",
+ "飞翔"
+ ],
+ "tts": [
+ "风筝"
+ ]
+ },
+ "🔫": {
+ "default": [
+ "工具",
+ "左轮",
+ "手枪",
+ "枪",
+ "武器",
+ "水枪"
+ ],
+ "tts": [
+ "水枪"
+ ]
+ },
+ "🎱": {
+ "default": [
+ "8 球制桌球",
+ "8号球",
+ "台球",
+ "台球台",
+ "游戏",
+ "霹雳八球"
+ ],
+ "tts": [
+ "台球"
+ ]
+ },
+ "🔮": {
+ "default": [
+ "命运",
+ "工具",
+ "梦幻",
+ "水晶",
+ "水晶球",
+ "球",
+ "童话",
+ "财富",
+ "魔法"
+ ],
+ "tts": [
+ "水晶球"
+ ]
+ },
+ "🪄": {
+ "default": [
+ "女巫",
+ "巫师",
+ "魔术",
+ "魔术师",
+ "魔杖",
+ "魔棒",
+ "魔法"
+ ],
+ "tts": [
+ "魔棒"
+ ]
+ },
+ "🎮": {
+ "default": [
+ "手柄",
+ "游戏",
+ "游戏手柄",
+ "游戏控制器",
+ "电子游戏"
+ ],
+ "tts": [
+ "游戏手柄"
+ ]
+ },
+ "🕹": {
+ "default": [
+ "操控杆",
+ "游戏",
+ "游戏操控杆",
+ "电子游戏"
+ ],
+ "tts": [
+ "游戏操控杆"
+ ]
+ },
+ "🎰": {
+ "default": [
+ "吃角子老虎",
+ "游戏",
+ "老虎机",
+ "角子机",
+ "赌博",
+ "赌场"
+ ],
+ "tts": [
+ "老虎机"
+ ]
+ },
+ "🎲": {
+ "default": [
+ "掷骰子",
+ "色子",
+ "骰子",
+ "骰子游戏"
+ ],
+ "tts": [
+ "骰子"
+ ]
+ },
+ "🧩": {
+ "default": [
+ "图片",
+ "拼图",
+ "智力游戏",
+ "相扣",
+ "线索",
+ "联锁",
+ "部件"
+ ],
+ "tts": [
+ "拼图"
+ ]
+ },
+ "🧸": {
+ "default": [
+ "填充",
+ "毛绒玩具",
+ "泰迪熊",
+ "熊",
+ "玩偶",
+ "玩具",
+ "玩物",
+ "长毛绒"
+ ],
+ "tts": [
+ "泰迪熊"
+ ]
+ },
+ "🪅": {
+ "default": [
+ "五月节",
+ "庆祝",
+ "彩罐",
+ "皮纳塔",
+ "糖果",
+ "聚会",
+ "节日",
+ "墨西哥"
+ ],
+ "tts": [
+ "彩罐"
+ ]
+ },
+ "🪩": {
+ "default": [
+ "派对",
+ "聚会",
+ "舞会",
+ "舞厅",
+ "舞蹈",
+ "蹦迪",
+ "迪斯科",
+ "镜球",
+ "闪耀"
+ ],
+ "tts": [
+ "镜球"
+ ]
+ },
+ "🪆": {
+ "default": [
+ "俄罗斯套娃",
+ "俄罗斯娃娃",
+ "套娃",
+ "娃娃"
+ ],
+ "tts": [
+ "套娃"
+ ]
+ },
+ "♠": {
+ "default": [
+ "扑克",
+ "牌",
+ "葵扇",
+ "黑桃",
+ "黑桃花色"
+ ],
+ "tts": [
+ "黑桃"
+ ]
+ },
+ "♥": {
+ "default": [
+ "扑克",
+ "牌",
+ "红心",
+ "红桃",
+ "红桃花色"
+ ],
+ "tts": [
+ "红桃"
+ ]
+ },
+ "♦": {
+ "default": [
+ "扑克",
+ "方块",
+ "方片",
+ "牌",
+ "牌局"
+ ],
+ "tts": [
+ "方片"
+ ]
+ },
+ "♣": {
+ "default": [
+ "扑克",
+ "梅花",
+ "梅花花色",
+ "牌",
+ "草花"
+ ],
+ "tts": [
+ "梅花"
+ ]
+ },
+ "♟": {
+ "default": [
+ "兵",
+ "受骗者",
+ "国际象棋",
+ "牺牲品"
+ ],
+ "tts": [
+ "兵"
+ ]
+ },
+ "🃏": {
+ "default": [
+ "大小王",
+ "大王",
+ "小丑",
+ "小王",
+ "扑克",
+ "扑克小丑",
+ "牌",
+ "百搭牌",
+ "鬼牌"
+ ],
+ "tts": [
+ "大小王"
+ ]
+ },
+ "🀄": {
+ "default": [
+ "方城之战",
+ "牌局",
+ "红中",
+ "麻将",
+ "麻将红中"
+ ],
+ "tts": [
+ "红中"
+ ]
+ },
+ "🎴": {
+ "default": [
+ "卡牌",
+ "日本",
+ "游戏",
+ "花斗",
+ "花札",
+ "花牌"
+ ],
+ "tts": [
+ "花札"
+ ]
+ },
+ "🎭": {
+ "default": [
+ "剧院",
+ "女演员",
+ "戏剧",
+ "演员",
+ "艺术",
+ "莎士比亚",
+ "表演",
+ "表演艺术",
+ "面具"
+ ],
+ "tts": [
+ "表演艺术"
+ ]
+ },
+ "🖼": {
+ "default": [
+ "加框的照片",
+ "博物馆",
+ "带框的画",
+ "框",
+ "照片",
+ "画",
+ "画框",
+ "艺术"
+ ],
+ "tts": [
+ "带框的画"
+ ]
+ },
+ "🎨": {
+ "default": [
+ "创意",
+ "博物馆",
+ "多种色彩",
+ "娱乐",
+ "画家",
+ "画画",
+ "绘画",
+ "艺术",
+ "调色板",
+ "调色盘"
+ ],
+ "tts": [
+ "调色盘"
+ ]
+ },
+ "🧵": {
+ "default": [
+ "卷盘",
+ "线",
+ "线轴",
+ "绳子",
+ "缝纫",
+ "针",
+ "针线"
+ ],
+ "tts": [
+ "线"
+ ]
+ },
+ "🪡": {
+ "default": [
+ "线",
+ "绣花针",
+ "缝合",
+ "缝合针",
+ "缝纫",
+ "缝线",
+ "缝衣针",
+ "裁剪",
+ "针"
+ ],
+ "tts": [
+ "缝合针"
+ ]
+ },
+ "🧶": {
+ "default": [
+ "毛线",
+ "毛线球",
+ "线球",
+ "编织",
+ "钩针编织"
+ ],
+ "tts": [
+ "毛线"
+ ]
+ },
+ "🪢": {
+ "default": [
+ "八字结",
+ "打结",
+ "结",
+ "绳子",
+ "绳扣",
+ "绳结",
+ "缠结",
+ "麻线"
+ ],
+ "tts": [
+ "结"
+ ]
+ },
+ "👓": {
+ "default": [
+ "服饰",
+ "眼睛",
+ "眼镜"
+ ],
+ "tts": [
+ "眼镜"
+ ]
+ },
+ "🕶": {
+ "default": [
+ "太阳镜",
+ "墨镜"
+ ],
+ "tts": [
+ "墨镜"
+ ]
+ },
+ "🥽": {
+ "default": [
+ "护目",
+ "护目镜",
+ "护眼",
+ "水肺",
+ "游泳",
+ "潜水",
+ "焊接"
+ ],
+ "tts": [
+ "护目镜"
+ ]
+ },
+ "🥼": {
+ "default": [
+ "医生",
+ "外衣",
+ "实验",
+ "实验人员",
+ "实验室白大褂",
+ "实验服",
+ "白大褂",
+ "白衣",
+ "科学家",
+ "衣服"
+ ],
+ "tts": [
+ "白大褂"
+ ]
+ },
+ "🦺": {
+ "default": [
+ "安全",
+ "救生衣",
+ "紧急",
+ "背心",
+ "逃生"
+ ],
+ "tts": [
+ "救生衣"
+ ]
+ },
+ "👔": {
+ "default": [
+ "工作",
+ "正式",
+ "衬衫领带",
+ "领带"
+ ],
+ "tts": [
+ "领带"
+ ]
+ },
+ "👕": {
+ "default": [
+ "T恤",
+ "休闲服装",
+ "恤衫"
+ ],
+ "tts": [
+ "T恤"
+ ]
+ },
+ "👖": {
+ "default": [
+ "休闲",
+ "周末",
+ "牛仔裤",
+ "蓝色",
+ "裤子"
+ ],
+ "tts": [
+ "牛仔裤"
+ ]
+ },
+ "🧣": {
+ "default": [
+ "冷",
+ "包紧",
+ "围巾",
+ "围脖",
+ "头巾"
+ ],
+ "tts": [
+ "围巾"
+ ]
+ },
+ "🧤": {
+ "default": [
+ "手",
+ "手套"
+ ],
+ "tts": [
+ "手套"
+ ]
+ },
+ "🧥": {
+ "default": [
+ "冷",
+ "外套",
+ "夹克",
+ "超冷"
+ ],
+ "tts": [
+ "外套"
+ ]
+ },
+ "🧦": {
+ "default": [
+ "短袜",
+ "袜",
+ "袜子",
+ "长袜"
+ ],
+ "tts": [
+ "袜子"
+ ]
+ },
+ "👗": {
+ "default": [
+ "衣服",
+ "裙子",
+ "连衣裙"
+ ],
+ "tts": [
+ "连衣裙"
+ ]
+ },
+ "👘": {
+ "default": [
+ "和服",
+ "日本",
+ "衣服"
+ ],
+ "tts": [
+ "和服"
+ ]
+ },
+ "🥻": {
+ "default": [
+ "印度",
+ "披肩",
+ "纱丽",
+ "莎丽",
+ "衣服",
+ "连衣裙"
+ ],
+ "tts": [
+ "纱丽"
+ ]
+ },
+ "🩱": {
+ "default": [
+ "一片式",
+ "泳衣",
+ "泳装",
+ "游泳",
+ "连体泳衣",
+ "连身泳衣"
+ ],
+ "tts": [
+ "连体泳衣"
+ ]
+ },
+ "🩲": {
+ "default": [
+ "一片式",
+ "三角裤",
+ "内裤",
+ "泳衣",
+ "泳装",
+ "短裤"
+ ],
+ "tts": [
+ "三角裤"
+ ]
+ },
+ "🩳": {
+ "default": [
+ "内裤",
+ "四角裤",
+ "泳衣",
+ "泳装",
+ "泳裤",
+ "短裤",
+ "裤子"
+ ],
+ "tts": [
+ "短裤"
+ ]
+ },
+ "👙": {
+ "default": [
+ "三点式",
+ "比基尼",
+ "泳装",
+ "游泳"
+ ],
+ "tts": [
+ "比基尼"
+ ]
+ },
+ "👚": {
+ "default": [
+ "女",
+ "女生衣服",
+ "女衬衫",
+ "女装",
+ "衣服"
+ ],
+ "tts": [
+ "女装"
+ ]
+ },
+ "🪭": {
+ "default": [
+ "凉",
+ "凉快",
+ "啪嗒声",
+ "害羞",
+ "扇",
+ "扇动",
+ "扇子",
+ "折扇",
+ "拍手",
+ "热",
+ "羞涩",
+ "腼腆",
+ "舞蹈",
+ "调情",
+ "跳舞",
+ "降温"
+ ],
+ "tts": [
+ "折扇"
+ ]
+ },
+ "👛": {
+ "default": [
+ "血拼",
+ "钱包",
+ "铜板"
+ ],
+ "tts": [
+ "钱包"
+ ]
+ },
+ "👜": {
+ "default": [
+ "包包",
+ "手提包",
+ "挎包",
+ "血拼"
+ ],
+ "tts": [
+ "手提包"
+ ]
+ },
+ "👝": {
+ "default": [
+ "包",
+ "化妆包",
+ "手拿",
+ "手拿包",
+ "手袋"
+ ],
+ "tts": [
+ "手袋"
+ ]
+ },
+ "🛍": {
+ "default": [
+ "包",
+ "袋",
+ "购物",
+ "购物袋",
+ "逛街"
+ ],
+ "tts": [
+ "购物袋"
+ ]
+ },
+ "🎒": {
+ "default": [
+ "上学",
+ "书包",
+ "包"
+ ],
+ "tts": [
+ "书包"
+ ]
+ },
+ "🩴": {
+ "default": [
+ "人字拖",
+ "凉鞋",
+ "夹趾凉鞋",
+ "沙滩",
+ "沙滩凉鞋",
+ "草屡",
+ "鞋"
+ ],
+ "tts": [
+ "夹趾凉鞋"
+ ]
+ },
+ "👞": {
+ "default": [
+ "棕色",
+ "男鞋",
+ "皮鞋",
+ "鞋"
+ ],
+ "tts": [
+ "男鞋"
+ ]
+ },
+ "👟": {
+ "default": [
+ "跑",
+ "跑鞋",
+ "运动鞋",
+ "鞋"
+ ],
+ "tts": [
+ "跑鞋"
+ ]
+ },
+ "🥾": {
+ "default": [
+ "健行",
+ "徒步",
+ "户外",
+ "登山",
+ "登山鞋",
+ "背包",
+ "远足野营",
+ "露营",
+ "靴子",
+ "鞋"
+ ],
+ "tts": [
+ "登山鞋"
+ ]
+ },
+ "🥿": {
+ "default": [
+ "一脚蹬",
+ "便鞋",
+ "平底芭蕾舞鞋",
+ "平底鞋",
+ "芭蕾舞鞋"
+ ],
+ "tts": [
+ "平底鞋"
+ ]
+ },
+ "👠": {
+ "default": [
+ "女",
+ "时装",
+ "鞋",
+ "高跟",
+ "高跟鞋"
+ ],
+ "tts": [
+ "高跟鞋"
+ ]
+ },
+ "👡": {
+ "default": [
+ "凉鞋",
+ "女",
+ "女式凉鞋"
+ ],
+ "tts": [
+ "女式凉鞋"
+ ]
+ },
+ "🩰": {
+ "default": [
+ "舞蹈",
+ "舞鞋",
+ "芭蕾舞鞋",
+ "足尖鞋",
+ "跳舞"
+ ],
+ "tts": [
+ "芭蕾舞鞋"
+ ]
+ },
+ "👢": {
+ "default": [
+ "女",
+ "女式靴子",
+ "女靴",
+ "靴子"
+ ],
+ "tts": [
+ "女靴"
+ ]
+ },
+ "🪮": {
+ "default": [
+ "发夹",
+ "圆蓬",
+ "头发",
+ "夹子",
+ "小刷子",
+ "梳子",
+ "梳理",
+ "爆炸头",
+ "非洲头"
+ ],
+ "tts": [
+ "发夹"
+ ]
+ },
+ "👑": {
+ "default": [
+ "国王",
+ "权力的游戏",
+ "王冠",
+ "王后",
+ "皇冠",
+ "皇家"
+ ],
+ "tts": [
+ "皇冠"
+ ]
+ },
+ "👒": {
+ "default": [
+ "女",
+ "女帽",
+ "女式",
+ "帽子",
+ "花园派对"
+ ],
+ "tts": [
+ "女帽"
+ ]
+ },
+ "🎩": {
+ "default": [
+ "帽子",
+ "正式",
+ "礼帽",
+ "高帽"
+ ],
+ "tts": [
+ "礼帽"
+ ]
+ },
+ "🎓": {
+ "default": [
+ "四方帽",
+ "学位",
+ "学者",
+ "毕业",
+ "毕业帽"
+ ],
+ "tts": [
+ "毕业帽"
+ ]
+ },
+ "🧢": {
+ "default": [
+ "帽子",
+ "棒球帽",
+ "鸭舌帽"
+ ],
+ "tts": [
+ "鸭舌帽"
+ ]
+ },
+ "🪖": {
+ "default": [
+ "军事",
+ "军用",
+ "军用头盔",
+ "军队",
+ "士兵",
+ "头盔",
+ "战争",
+ "战士",
+ "部队"
+ ],
+ "tts": [
+ "军用头盔"
+ ]
+ },
+ "⛑": {
+ "default": [
+ "十字",
+ "头盔",
+ "安全帽",
+ "救援人员头盔",
+ "白十字头盔",
+ "脸"
+ ],
+ "tts": [
+ "白十字头盔"
+ ]
+ },
+ "📿": {
+ "default": [
+ "宗教",
+ "念珠",
+ "珠子",
+ "祈祷",
+ "项链"
+ ],
+ "tts": [
+ "念珠"
+ ]
+ },
+ "💄": {
+ "default": [
+ "化妆",
+ "化妆品",
+ "口红",
+ "唇膏",
+ "约会"
+ ],
+ "tts": [
+ "唇膏"
+ ]
+ },
+ "💍": {
+ "default": [
+ "戒指",
+ "结婚",
+ "订婚",
+ "钻戒",
+ "闪"
+ ],
+ "tts": [
+ "戒指"
+ ]
+ },
+ "💎": {
+ "default": [
+ "婚礼",
+ "宝石",
+ "珠宝",
+ "订婚",
+ "钻石"
+ ],
+ "tts": [
+ "宝石"
+ ]
+ },
+ "🔇": {
+ "default": [
+ "声音",
+ "安静",
+ "已静音的扬声器",
+ "扬声器",
+ "扬声器关闭",
+ "无声",
+ "静音"
+ ],
+ "tts": [
+ "已静音的扬声器"
+ ]
+ },
+ "🔈": {
+ "default": [
+ "低音量扬扬声",
+ "低音量的扬声器",
+ "喇叭",
+ "小声",
+ "小音量",
+ "扬声器",
+ "轻声",
+ "音量"
+ ],
+ "tts": [
+ "低音量的扬声器"
+ ]
+ },
+ "🔉": {
+ "default": [
+ "中等",
+ "中等音量",
+ "中等音量的扬声器",
+ "中音量",
+ "中音量扬声器",
+ "扬声器"
+ ],
+ "tts": [
+ "中等音量的扬声器"
+ ]
+ },
+ "🔊": {
+ "default": [
+ "大声",
+ "大音量",
+ "扬声器",
+ "音量",
+ "高音量",
+ "高音量的扬声器"
+ ],
+ "tts": [
+ "高音量的扬声器"
+ ]
+ },
+ "📢": {
+ "default": [
+ "公共广播",
+ "喇叭",
+ "大声",
+ "广播",
+ "扩音器",
+ "通知"
+ ],
+ "tts": [
+ "喇叭"
+ ]
+ },
+ "📣": {
+ "default": [
+ "呼喊",
+ "喇叭",
+ "喇叭筒",
+ "大声",
+ "扩音器",
+ "通知"
+ ],
+ "tts": [
+ "扩音器"
+ ]
+ },
+ "📯": {
+ "default": [
+ "号",
+ "号角",
+ "喇叭",
+ "邮号",
+ "邮政"
+ ],
+ "tts": [
+ "邮号"
+ ]
+ },
+ "🔔": {
+ "default": [
+ "叮当",
+ "响铃",
+ "钟",
+ "钟声",
+ "铃声",
+ "铃铛"
+ ],
+ "tts": [
+ "铃铛"
+ ]
+ },
+ "🔕": {
+ "default": [
+ "响铃关闭",
+ "安静",
+ "无声",
+ "禁止响铃",
+ "铃",
+ "静音"
+ ],
+ "tts": [
+ "禁止响铃"
+ ]
+ },
+ "🎼": {
+ "default": [
+ "乐谱",
+ "五线谱",
+ "曲谱",
+ "音乐",
+ "音符"
+ ],
+ "tts": [
+ "乐谱"
+ ]
+ },
+ "🎵": {
+ "default": [
+ "乐谱",
+ "五线谱",
+ "八分音符",
+ "音乐",
+ "音符"
+ ],
+ "tts": [
+ "音符"
+ ]
+ },
+ "🎶": {
+ "default": [
+ "乐谱",
+ "五线谱",
+ "八分音符",
+ "多个音符",
+ "音乐",
+ "音符"
+ ],
+ "tts": [
+ "多个音符"
+ ]
+ },
+ "🎙": {
+ "default": [
+ "录音室",
+ "录音室麦克风",
+ "音乐",
+ "麦",
+ "麦克",
+ "麦克风"
+ ],
+ "tts": [
+ "录音室麦克风"
+ ]
+ },
+ "🎚": {
+ "default": [
+ "滑块",
+ "电平",
+ "电平滑块",
+ "调节",
+ "调节滑块",
+ "音乐",
+ "音量"
+ ],
+ "tts": [
+ "电平滑块"
+ ]
+ },
+ "🎛": {
+ "default": [
+ "控制",
+ "控制旋钮",
+ "旋钮",
+ "调节",
+ "音乐"
+ ],
+ "tts": [
+ "控制旋钮"
+ ]
+ },
+ "🎤": {
+ "default": [
+ "k歌",
+ "卡拉ok",
+ "卡拉OK",
+ "唱K",
+ "唱歌",
+ "麦",
+ "麦克",
+ "麦克风"
+ ],
+ "tts": [
+ "麦克风"
+ ]
+ },
+ "🎧": {
+ "default": [
+ "头戴式耳机",
+ "耳塞",
+ "耳机"
+ ],
+ "tts": [
+ "耳机"
+ ]
+ },
+ "📻": {
+ "default": [
+ "娱乐",
+ "广播",
+ "广播电台",
+ "收音机",
+ "无线电",
+ "电台"
+ ],
+ "tts": [
+ "收音机"
+ ]
+ },
+ "🎷": {
+ "default": [
+ "乐器",
+ "吹奏",
+ "演奏",
+ "萨克斯管",
+ "萨克斯风",
+ "音乐"
+ ],
+ "tts": [
+ "萨克斯管"
+ ]
+ },
+ "🎺": {
+ "default": [
+ "乐器",
+ "吹奏",
+ "喇叭",
+ "小号",
+ "音乐"
+ ],
+ "tts": [
+ "小号"
+ ]
+ },
+ "": {
+ "default": [
+ "乐器",
+ "悲伤",
+ "滑动",
+ "爵士",
+ "铜管乐",
+ "音乐"
+ ],
+ "tts": [
+ "长号"
+ ]
+ },
+ "🪗": {
+ "default": [
+ "乐器",
+ "六角形风琴",
+ "手风琴",
+ "音乐",
+ "风琴"
+ ],
+ "tts": [
+ "手风琴"
+ ]
+ },
+ "🎸": {
+ "default": [
+ "乐器",
+ "吉他",
+ "弹奏",
+ "演奏",
+ "电吉他",
+ "音乐"
+ ],
+ "tts": [
+ "吉他"
+ ]
+ },
+ "🎹": {
+ "default": [
+ "乐器",
+ "弹奏",
+ "演奏",
+ "钢琴",
+ "音乐",
+ "音乐键盘"
+ ],
+ "tts": [
+ "音乐键盘"
+ ]
+ },
+ "🎻": {
+ "default": [
+ "乐器",
+ "小提琴",
+ "提琴",
+ "是特拉迪瓦尔",
+ "演奏",
+ "音乐"
+ ],
+ "tts": [
+ "小提琴"
+ ]
+ },
+ "🪕": {
+ "default": [
+ "弦乐器",
+ "弹奏",
+ "班卓琴",
+ "音乐"
+ ],
+ "tts": [
+ "班卓琴"
+ ]
+ },
+ "🥁": {
+ "default": [
+ "音乐",
+ "鼓",
+ "鼓声",
+ "鼓槌"
+ ],
+ "tts": [
+ "鼓"
+ ]
+ },
+ "🪘": {
+ "default": [
+ "乐器",
+ "康加鼓",
+ "康茄鼓",
+ "敲",
+ "节奏",
+ "长鼓",
+ "非洲手鼓",
+ "鼓"
+ ],
+ "tts": [
+ "长鼓"
+ ]
+ },
+ "🪇": {
+ "default": [
+ "乐器",
+ "恰恰",
+ "打击乐器",
+ "拨浪鼓",
+ "摇",
+ "摇动",
+ "沙槌",
+ "沙球",
+ "沙铃",
+ "派对",
+ "舞蹈",
+ "音乐"
+ ],
+ "tts": [
+ "沙球"
+ ]
+ },
+ "🪈": {
+ "default": [
+ "乐器",
+ "乐队",
+ "木管乐器",
+ "横笛",
+ "短笛",
+ "竖笛",
+ "管乐器",
+ "菲菲笛",
+ "长笛",
+ "长笛手",
+ "音乐"
+ ],
+ "tts": [
+ "长笛"
+ ]
+ },
+ "": {
+ "default": [
+ "丘比特",
+ "乐器",
+ "爱",
+ "竖琴",
+ "管弦乐队",
+ "音乐"
+ ],
+ "tts": [
+ "竖琴"
+ ]
+ },
+ "📱": {
+ "default": [
+ "手提电话",
+ "手机",
+ "智能手机",
+ "电话",
+ "移动",
+ "移动电话",
+ "移动通信",
+ "通信"
+ ],
+ "tts": [
+ "手机"
+ ]
+ },
+ "📲": {
+ "default": [
+ "带有箭头的手机",
+ "手机",
+ "接收",
+ "智能手机",
+ "来电",
+ "电话",
+ "移动电话",
+ "箭头",
+ "通信"
+ ],
+ "tts": [
+ "带有箭头的手机"
+ ]
+ },
+ "☎": {
+ "default": [
+ "固定电话",
+ "固话",
+ "座机",
+ "电话"
+ ],
+ "tts": [
+ "电话"
+ ]
+ },
+ "📞": {
+ "default": [
+ "听筒",
+ "固定电话",
+ "固话",
+ "座机",
+ "电话",
+ "电话听筒",
+ "通信"
+ ],
+ "tts": [
+ "电话听筒"
+ ]
+ },
+ "📟": {
+ "default": [
+ "BB 机",
+ "传呼机",
+ "呼机",
+ "寻呼机",
+ "通信"
+ ],
+ "tts": [
+ "寻呼机"
+ ]
+ },
+ "📠": {
+ "default": [
+ "传真",
+ "传真号",
+ "传真机",
+ "发传真"
+ ],
+ "tts": [
+ "传真机"
+ ]
+ },
+ "🔋": {
+ "default": [
+ "正极",
+ "电",
+ "电极",
+ "电池",
+ "电源",
+ "蓄电池",
+ "负极"
+ ],
+ "tts": [
+ "电池"
+ ]
+ },
+ "🪫": {
+ "default": [
+ "低能量",
+ "电子",
+ "电池",
+ "电池电量不足",
+ "电池电量低",
+ "电量不足"
+ ],
+ "tts": [
+ "电池电量不足"
+ ]
+ },
+ "🔌": {
+ "default": [
+ "插头",
+ "电插头",
+ "电源",
+ "电源插头",
+ "电线"
+ ],
+ "tts": [
+ "电源插头"
+ ]
+ },
+ "💻": {
+ "default": [
+ "PC",
+ "个人电脑",
+ "手提电脑",
+ "电脑",
+ "笔记本电脑"
+ ],
+ "tts": [
+ "笔记本电脑"
+ ]
+ },
+ "🖥": {
+ "default": [
+ "PC",
+ "个人电脑",
+ "台式",
+ "台式电脑",
+ "显示器",
+ "显示屏",
+ "电脑",
+ "计算机"
+ ],
+ "tts": [
+ "台式电脑"
+ ]
+ },
+ "🖨": {
+ "default": [
+ "印刷机",
+ "喷墨打印",
+ "复印",
+ "打印",
+ "打印机",
+ "扫描",
+ "激光打印"
+ ],
+ "tts": [
+ "打印机"
+ ]
+ },
+ "⌨": {
+ "default": [
+ "打字",
+ "按键",
+ "电脑",
+ "输入",
+ "键盘"
+ ],
+ "tts": [
+ "键盘"
+ ]
+ },
+ "🖱": {
+ "default": [
+ "有线鼠标",
+ "激光鼠标",
+ "点击",
+ "点按",
+ "电脑",
+ "电脑鼠标",
+ "鼠标"
+ ],
+ "tts": [
+ "电脑鼠标"
+ ]
+ },
+ "🖲": {
+ "default": [
+ "有线鼠标",
+ "电脑",
+ "轨迹球",
+ "追踪球",
+ "鼠标"
+ ],
+ "tts": [
+ "轨迹球"
+ ]
+ },
+ "💽": {
+ "default": [
+ "MD",
+ "minidisk",
+ "mini光盘",
+ "光盘",
+ "电脑",
+ "电脑光盘",
+ "迷你光盘",
+ "迷你光碟",
+ "迷你唱片"
+ ],
+ "tts": [
+ "电脑光盘"
+ ]
+ },
+ "💾": {
+ "default": [
+ "3.5英寸",
+ "便携",
+ "存储",
+ "电脑",
+ "磁盘",
+ "软盘"
+ ],
+ "tts": [
+ "软盘"
+ ]
+ },
+ "💿": {
+ "default": [
+ "cd",
+ "专辑",
+ "光盘",
+ "存储",
+ "影片",
+ "蓝光",
+ "音乐"
+ ],
+ "tts": [
+ "光盘"
+ ]
+ },
+ "📀": {
+ "default": [
+ "dvd",
+ "DVD",
+ "光盘",
+ "光碟",
+ "影片",
+ "电脑",
+ "蓝光",
+ "音乐"
+ ],
+ "tts": [
+ "DVD"
+ ]
+ },
+ "🧮": {
+ "default": [
+ "算盘",
+ "计算",
+ "计算器"
+ ],
+ "tts": [
+ "算盘"
+ ]
+ },
+ "🎥": {
+ "default": [
+ "录像",
+ "摄像机",
+ "摄录机",
+ "摄影",
+ "摄影机",
+ "电影",
+ "电影摄影机"
+ ],
+ "tts": [
+ "电影摄影机"
+ ]
+ },
+ "🎞": {
+ "default": [
+ "帧",
+ "影片帧",
+ "电影",
+ "电影胶卷",
+ "电影胶片",
+ "胶卷",
+ "胶片"
+ ],
+ "tts": [
+ "影片帧"
+ ]
+ },
+ "📽": {
+ "default": [
+ "影片",
+ "投影仪",
+ "放映机",
+ "电影",
+ "电影放映机",
+ "视频"
+ ],
+ "tts": [
+ "电影放映机"
+ ]
+ },
+ "🎬": {
+ "default": [
+ "场记",
+ "场记板",
+ "打板",
+ "拍电影"
+ ],
+ "tts": [
+ "场记板"
+ ]
+ },
+ "📺": {
+ "default": [
+ "电视",
+ "电视机",
+ "看电视",
+ "视频",
+ "节目"
+ ],
+ "tts": [
+ "电视机"
+ ]
+ },
+ "📷": {
+ "default": [
+ "卡片相机",
+ "拍照",
+ "摄影",
+ "照片",
+ "照相机",
+ "相机",
+ "自拍"
+ ],
+ "tts": [
+ "相机"
+ ]
+ },
+ "📸": {
+ "default": [
+ "带闪光灯的相机",
+ "开闪光灯的相机",
+ "拍照",
+ "相机",
+ "闪光灯",
+ "闪光灯打开"
+ ],
+ "tts": [
+ "开闪光灯的相机"
+ ]
+ },
+ "📹": {
+ "default": [
+ "录像",
+ "录像机",
+ "录影",
+ "拍摄",
+ "摄像机",
+ "摄影机",
+ "视频"
+ ],
+ "tts": [
+ "摄像机"
+ ]
+ },
+ "📼": {
+ "default": [
+ "VHS",
+ "录像带",
+ "录影带",
+ "磁带"
+ ],
+ "tts": [
+ "录像带"
+ ]
+ },
+ "🔍": {
+ "default": [
+ "工具",
+ "左斜的放大镜",
+ "搜索",
+ "放大",
+ "放大镜",
+ "查找"
+ ],
+ "tts": [
+ "左斜的放大镜"
+ ]
+ },
+ "🔎": {
+ "default": [
+ "右斜的放大镜",
+ "工具",
+ "搜索",
+ "放大",
+ "放大镜",
+ "查找"
+ ],
+ "tts": [
+ "右斜的放大镜"
+ ]
+ },
+ "🕯": {
+ "default": [
+ "光",
+ "烛光",
+ "烛火",
+ "照明",
+ "燃烧",
+ "蜡烛"
+ ],
+ "tts": [
+ "蜡烛"
+ ]
+ },
+ "💡": {
+ "default": [
+ "主意",
+ "想法",
+ "灯泡",
+ "点子",
+ "电",
+ "电灯泡",
+ "白炽灯"
+ ],
+ "tts": [
+ "灯泡"
+ ]
+ },
+ "🔦": {
+ "default": [
+ "光",
+ "工具",
+ "手电",
+ "手电筒",
+ "照明",
+ "电筒"
+ ],
+ "tts": [
+ "手电筒"
+ ]
+ },
+ "🏮": {
+ "default": [
+ "光",
+ "喜庆",
+ "居酒屋",
+ "日本",
+ "灯笼",
+ "红灯笼",
+ "节日",
+ "酒馆",
+ "餐馆"
+ ],
+ "tts": [
+ "红灯笼"
+ ]
+ },
+ "🪔": {
+ "default": [
+ "印度油灯",
+ "排灯节",
+ "油",
+ "灯",
+ "迪亚"
+ ],
+ "tts": [
+ "印度油灯"
+ ]
+ },
+ "📔": {
+ "default": [
+ "书",
+ "写作",
+ "学校",
+ "封面",
+ "教育",
+ "笔记本",
+ "精装笔记本"
+ ],
+ "tts": [
+ "精装笔记本"
+ ]
+ },
+ "📕": {
+ "default": [
+ "书",
+ "书本",
+ "书本合起",
+ "合上",
+ "合上的书本"
+ ],
+ "tts": [
+ "合上的书本"
+ ]
+ },
+ "📖": {
+ "default": [
+ "书",
+ "书本",
+ "图书馆",
+ "小说",
+ "开卷",
+ "打开",
+ "打开的书本",
+ "知识",
+ "读书",
+ "阅读"
+ ],
+ "tts": [
+ "打开的书本"
+ ]
+ },
+ "📗": {
+ "default": [
+ "书",
+ "书本",
+ "图书馆",
+ "教育",
+ "绿",
+ "绿皮书",
+ "绿色",
+ "绿色书本",
+ "阅读"
+ ],
+ "tts": [
+ "绿色书本"
+ ]
+ },
+ "📘": {
+ "default": [
+ "书",
+ "书本",
+ "图书馆",
+ "教育",
+ "篮",
+ "蓝皮书",
+ "蓝色",
+ "蓝色书本",
+ "阅读"
+ ],
+ "tts": [
+ "蓝色书本"
+ ]
+ },
+ "📙": {
+ "default": [
+ "书",
+ "书本",
+ "图书馆",
+ "教育",
+ "橘皮书",
+ "橘色",
+ "橙色",
+ "橙色书本",
+ "阅读"
+ ],
+ "tts": [
+ "橙色书本"
+ ]
+ },
+ "📚": {
+ "default": [
+ "书",
+ "书本",
+ "书籍",
+ "图书",
+ "图书馆",
+ "学习",
+ "学校",
+ "小说",
+ "教育",
+ "知识",
+ "阅读"
+ ],
+ "tts": [
+ "书"
+ ]
+ },
+ "📓": {
+ "default": [
+ "日记本",
+ "本子",
+ "笔记",
+ "笔记本",
+ "记事本",
+ "记录"
+ ],
+ "tts": [
+ "笔记本"
+ ]
+ },
+ "📒": {
+ "default": [
+ "笔记本",
+ "记事本",
+ "记账",
+ "账本",
+ "账簿"
+ ],
+ "tts": [
+ "账本"
+ ]
+ },
+ "📃": {
+ "default": [
+ "卷曲",
+ "卷边",
+ "带卷边的页面",
+ "文书",
+ "文件",
+ "文档",
+ "纸张",
+ "页面"
+ ],
+ "tts": [
+ "带卷边的页面"
+ ]
+ },
+ "📜": {
+ "default": [
+ "卷纸",
+ "卷轴",
+ "画卷",
+ "纸",
+ "纸卷",
+ "羊皮纸"
+ ],
+ "tts": [
+ "卷轴"
+ ]
+ },
+ "📄": {
+ "default": [
+ "文书",
+ "文件",
+ "文档",
+ "页面向上"
+ ],
+ "tts": [
+ "文件"
+ ]
+ },
+ "📰": {
+ "default": [
+ "传播",
+ "报纸",
+ "报道",
+ "新闻",
+ "看报",
+ "纸",
+ "读报"
+ ],
+ "tts": [
+ "报纸"
+ ]
+ },
+ "🗞": {
+ "default": [
+ "卷起",
+ "卷起的报纸",
+ "报纸",
+ "报纸卷",
+ "新闻",
+ "纸"
+ ],
+ "tts": [
+ "报纸卷"
+ ]
+ },
+ "📑": {
+ "default": [
+ "书签",
+ "书签页标签",
+ "有书签的页面",
+ "标签",
+ "标签页"
+ ],
+ "tts": [
+ "标签页"
+ ]
+ },
+ "🔖": {
+ "default": [
+ "书签",
+ "标签",
+ "读书",
+ "阅读"
+ ],
+ "tts": [
+ "书签"
+ ]
+ },
+ "🏷": {
+ "default": [
+ "吊牌",
+ "标签",
+ "标记",
+ "行李牌"
+ ],
+ "tts": [
+ "标签"
+ ]
+ },
+ "🪙": {
+ "default": [
+ "富有",
+ "欧元",
+ "硬币",
+ "美元",
+ "财富",
+ "金",
+ "金属",
+ "金币",
+ "钱",
+ "银"
+ ],
+ "tts": [
+ "硬币"
+ ]
+ },
+ "💰": {
+ "default": [
+ "付钱",
+ "十亿",
+ "变现",
+ "守财奴",
+ "富有",
+ "有钱",
+ "现金",
+ "百万",
+ "美元",
+ "赌钱",
+ "赢钱",
+ "钱",
+ "钱包",
+ "钱袋",
+ "银行"
+ ],
+ "tts": [
+ "钱袋"
+ ]
+ },
+ "": {
+ "default": [
+ "劫掠",
+ "奖赏",
+ "宝物",
+ "宝石",
+ "抢劫",
+ "珍宝",
+ "珠宝",
+ "藏宝箱",
+ "财富",
+ "金子",
+ "钱",
+ "银",
+ "黄金"
+ ],
+ "tts": [
+ "宝箱"
+ ]
+ },
+ "💴": {
+ "default": [
+ "日元",
+ "日币",
+ "现金",
+ "纸币",
+ "货币",
+ "钞票",
+ "钱",
+ "银行"
+ ],
+ "tts": [
+ "日元"
+ ]
+ },
+ "💵": {
+ "default": [
+ "现金",
+ "纸币",
+ "美元",
+ "美刀",
+ "美钞",
+ "货币",
+ "钱",
+ "银行"
+ ],
+ "tts": [
+ "美元"
+ ]
+ },
+ "💶": {
+ "default": [
+ "欧元",
+ "现金",
+ "纸币",
+ "货币",
+ "钞票",
+ "钱",
+ "银行"
+ ],
+ "tts": [
+ "欧元"
+ ]
+ },
+ "💷": {
+ "default": [
+ "现金",
+ "纸币",
+ "英镑",
+ "货币",
+ "钞票",
+ "钱",
+ "银行"
+ ],
+ "tts": [
+ "英镑"
+ ]
+ },
+ "💸": {
+ "default": [
+ "纸币",
+ "翅膀",
+ "花钱",
+ "钱",
+ "长翅膀的钱",
+ "飞"
+ ],
+ "tts": [
+ "长翅膀的钱"
+ ]
+ },
+ "💳": {
+ "default": [
+ "信用",
+ "信用卡",
+ "借记卡",
+ "刷卡",
+ "卡",
+ "收钱",
+ "现金",
+ "现金卡",
+ "贷记卡",
+ "银行",
+ "银行卡"
+ ],
+ "tts": [
+ "信用卡"
+ ]
+ },
+ "🧾": {
+ "default": [
+ "会计",
+ "信封",
+ "凭据",
+ "发票",
+ "收据",
+ "收条",
+ "簿记",
+ "记账",
+ "证据",
+ "证明",
+ "账单"
+ ],
+ "tts": [
+ "收据"
+ ]
+ },
+ "💹": {
+ "default": [
+ "上扬",
+ "上涨",
+ "日元",
+ "日元升值",
+ "日元汇率",
+ "日币",
+ "货币",
+ "货币升值图表",
+ "走势",
+ "趋势向上且带有日元符号的图表"
+ ],
+ "tts": [
+ "趋势向上且带有日元符号的图表"
+ ]
+ },
+ "✉": {
+ "default": [
+ "信件",
+ "信封",
+ "信息",
+ "来信",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "tts": [
+ "信封"
+ ]
+ },
+ "📧": {
+ "default": [
+ "信件",
+ "信封",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "tts": [
+ "电子邮件"
+ ]
+ },
+ "📨": {
+ "default": [
+ "信件",
+ "信封",
+ "发送",
+ "接收",
+ "收信",
+ "收到来信",
+ "收到邮件",
+ "来信",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "tts": [
+ "来信"
+ ]
+ },
+ "📩": {
+ "default": [
+ "信件",
+ "信封",
+ "发信",
+ "发出",
+ "发送",
+ "发邮件",
+ "收邮件",
+ "有箭头的信封",
+ "邮件"
+ ],
+ "tts": [
+ "收邮件"
+ ]
+ },
+ "📤": {
+ "default": [
+ "信件",
+ "发件箱",
+ "发信",
+ "发送",
+ "发邮件",
+ "收件箱",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "tts": [
+ "发件箱"
+ ]
+ },
+ "📥": {
+ "default": [
+ "信件",
+ "接收",
+ "收件箱",
+ "收信",
+ "收到邮件",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "tts": [
+ "收件箱"
+ ]
+ },
+ "📦": {
+ "default": [
+ "包裹",
+ "快递",
+ "指向",
+ "盒子",
+ "箱子",
+ "装货",
+ "运送"
+ ],
+ "tts": [
+ "包裹"
+ ]
+ },
+ "📫": {
+ "default": [
+ "信箱",
+ "旗标",
+ "有待收信件",
+ "有新信件",
+ "邮箱",
+ "邮箱关闭红旗升起"
+ ],
+ "tts": [
+ "有待收信件"
+ ]
+ },
+ "📪": {
+ "default": [
+ "信箱",
+ "信箱关闭红旗放下",
+ "放下",
+ "旗标",
+ "无待收信件",
+ "无新信件"
+ ],
+ "tts": [
+ "无待收信件"
+ ]
+ },
+ "📬": {
+ "default": [
+ "信箱",
+ "信箱打开红旗升起",
+ "打开",
+ "旗标",
+ "有待收信件",
+ "有新信件"
+ ],
+ "tts": [
+ "有新信件"
+ ]
+ },
+ "📭": {
+ "default": [
+ "信箱",
+ "信箱打开",
+ "信箱打开红旗放下",
+ "旗标",
+ "无待收信件",
+ "无新信件",
+ "邮件",
+ "邮递"
+ ],
+ "tts": [
+ "无新信件"
+ ]
+ },
+ "📮": {
+ "default": [
+ "信",
+ "信箱",
+ "寄信",
+ "邮筒",
+ "邮箱"
+ ],
+ "tts": [
+ "邮筒"
+ ]
+ },
+ "🗳": {
+ "default": [
+ "投票",
+ "投票箱",
+ "盒子",
+ "票箱",
+ "选举",
+ "选票"
+ ],
+ "tts": [
+ "投票箱"
+ ]
+ },
+ "✏": {
+ "default": [
+ "橡皮",
+ "橡皮擦",
+ "画画",
+ "画笔",
+ "笔",
+ "绘画",
+ "铅笔"
+ ],
+ "tts": [
+ "铅笔"
+ ]
+ },
+ "✒": {
+ "default": [
+ "写字",
+ "硬笔",
+ "笔",
+ "笔尖",
+ "钢笔",
+ "钢笔尖",
+ "黑色笔尖"
+ ],
+ "tts": [
+ "钢笔尖"
+ ]
+ },
+ "🖋": {
+ "default": [
+ "写字",
+ "硬笔",
+ "笔",
+ "钢笔"
+ ],
+ "tts": [
+ "钢笔"
+ ]
+ },
+ "🖊": {
+ "default": [
+ "原子笔",
+ "圆珠笔",
+ "油笔",
+ "笔"
+ ],
+ "tts": [
+ "笔"
+ ]
+ },
+ "🖌": {
+ "default": [
+ "刷",
+ "毛笔",
+ "画刷",
+ "画笔",
+ "笔刷"
+ ],
+ "tts": [
+ "画笔"
+ ]
+ },
+ "🖍": {
+ "default": [
+ "油画棒",
+ "画棒",
+ "蜡笔"
+ ],
+ "tts": [
+ "蜡笔"
+ ]
+ },
+ "📝": {
+ "default": [
+ "便条",
+ "便条簿",
+ "便笺",
+ "备忘录",
+ "铅笔"
+ ],
+ "tts": [
+ "备忘录"
+ ]
+ },
+ "💼": {
+ "default": [
+ "上班",
+ "公事包",
+ "公文包",
+ "办公室",
+ "包",
+ "手提包",
+ "文件"
+ ],
+ "tts": [
+ "公文包"
+ ]
+ },
+ "📁": {
+ "default": [
+ "办公",
+ "文件",
+ "文件夹",
+ "文具",
+ "硬纸夹"
+ ],
+ "tts": [
+ "文件夹"
+ ]
+ },
+ "📂": {
+ "default": [
+ "办公",
+ "打开",
+ "打开文件夹",
+ "打开的文件夹",
+ "文件",
+ "文件夹",
+ "文具"
+ ],
+ "tts": [
+ "打开的文件夹"
+ ]
+ },
+ "🗂": {
+ "default": [
+ "分隔",
+ "分隔卡",
+ "文件夹",
+ "索引",
+ "索引分隔文件夹",
+ "隔板"
+ ],
+ "tts": [
+ "索引分隔文件夹"
+ ]
+ },
+ "📅": {
+ "default": [
+ "日历",
+ "日期"
+ ],
+ "tts": [
+ "日历"
+ ]
+ },
+ "📆": {
+ "default": [
+ "手撕日历",
+ "日历",
+ "日期"
+ ],
+ "tts": [
+ "手撕日历"
+ ]
+ },
+ "🗒": {
+ "default": [
+ "文具",
+ "笔记本",
+ "线圈",
+ "线圈本",
+ "记事本"
+ ],
+ "tts": [
+ "线圈本"
+ ]
+ },
+ "🗓": {
+ "default": [
+ "日历",
+ "日期",
+ "线圈",
+ "线圈日历",
+ "记事本"
+ ],
+ "tts": [
+ "线圈日历"
+ ]
+ },
+ "📇": {
+ "default": [
+ "卡片",
+ "卡片索引",
+ "卡牌索引",
+ "名片索引",
+ "目录",
+ "索引"
+ ],
+ "tts": [
+ "卡片索引"
+ ]
+ },
+ "📈": {
+ "default": [
+ "上升",
+ "上涨",
+ "上涨图表",
+ "上涨趋势线",
+ "向上",
+ "图表",
+ "成长",
+ "趋势向上的图表",
+ "趋势线"
+ ],
+ "tts": [
+ "趋势向上的图表"
+ ]
+ },
+ "📉": {
+ "default": [
+ "下跌",
+ "下跌图表",
+ "下跌趋势线",
+ "下降",
+ "向下",
+ "图表",
+ "趋势向下的图表",
+ "趋势线"
+ ],
+ "tts": [
+ "趋势向下的图表"
+ ]
+ },
+ "📊": {
+ "default": [
+ "图形",
+ "图表",
+ "条形图",
+ "柱形图",
+ "直方图",
+ "资料",
+ "长条图"
+ ],
+ "tts": [
+ "条形图"
+ ]
+ },
+ "📋": {
+ "default": [
+ "写字夹板",
+ "写字板",
+ "剪贴板",
+ "剪贴簿",
+ "夹子",
+ "待办事项",
+ "待办表",
+ "纸张"
+ ],
+ "tts": [
+ "剪贴板"
+ ]
+ },
+ "📌": {
+ "default": [
+ "固定",
+ "图钉",
+ "拼贴",
+ "按钉"
+ ],
+ "tts": [
+ "图钉"
+ ]
+ },
+ "📍": {
+ "default": [
+ "位置",
+ "固定",
+ "图钉",
+ "圆图钉"
+ ],
+ "tts": [
+ "圆图钉"
+ ]
+ },
+ "📎": {
+ "default": [
+ "万字夹",
+ "回形针",
+ "回纹针",
+ "曲别针",
+ "纸夹"
+ ],
+ "tts": [
+ "回形针"
+ ]
+ },
+ "🖇": {
+ "default": [
+ "万字夹",
+ "回形针",
+ "回纹针",
+ "曲别针",
+ "纸夹",
+ "连接",
+ "连接的回形针",
+ "连起来的两个回形针"
+ ],
+ "tts": [
+ "连起来的两个回形针"
+ ]
+ },
+ "📏": {
+ "default": [
+ "尺",
+ "尺子",
+ "数学",
+ "文具",
+ "测量",
+ "直尺",
+ "量",
+ "长度"
+ ],
+ "tts": [
+ "直尺"
+ ]
+ },
+ "📐": {
+ "default": [
+ "三角",
+ "三角尺",
+ "尺",
+ "数学",
+ "文具",
+ "测量",
+ "角",
+ "角度"
+ ],
+ "tts": [
+ "三角尺"
+ ]
+ },
+ "✂": {
+ "default": [
+ "修剪",
+ "剪",
+ "剪刀",
+ "剪子",
+ "剪裁",
+ "工具"
+ ],
+ "tts": [
+ "剪刀"
+ ]
+ },
+ "🗃": {
+ "default": [
+ "卡片",
+ "卡片盒",
+ "存档",
+ "文件",
+ "标签",
+ "档案",
+ "箱",
+ "索引"
+ ],
+ "tts": [
+ "卡片盒"
+ ]
+ },
+ "🗄": {
+ "default": [
+ "存档",
+ "归档",
+ "收纳",
+ "文件柜",
+ "柜",
+ "档案"
+ ],
+ "tts": [
+ "文件柜"
+ ]
+ },
+ "🗑": {
+ "default": [
+ "垃圾",
+ "垃圾桶",
+ "垃圾篓",
+ "废纸篓"
+ ],
+ "tts": [
+ "垃圾桶"
+ ]
+ },
+ "🔒": {
+ "default": [
+ "上锁",
+ "合上的锁",
+ "私密",
+ "锁",
+ "锁住",
+ "锁头",
+ "锁定"
+ ],
+ "tts": [
+ "合上的锁"
+ ]
+ },
+ "🔓": {
+ "default": [
+ "取消锁定",
+ "开锁",
+ "打开",
+ "打开的锁",
+ "破解",
+ "解锁",
+ "锁"
+ ],
+ "tts": [
+ "打开的锁"
+ ]
+ },
+ "🔏": {
+ "default": [
+ "笔",
+ "笔尖",
+ "钢笔",
+ "锁",
+ "隐私",
+ "墨水笔和锁"
+ ],
+ "tts": [
+ "墨水笔和锁"
+ ]
+ },
+ "🔐": {
+ "default": [
+ "安全",
+ "脚踏车锁",
+ "钥匙",
+ "钥匙和锁",
+ "锁",
+ "锁上"
+ ],
+ "tts": [
+ "钥匙和锁"
+ ]
+ },
+ "🔑": {
+ "default": [
+ "密码",
+ "密钥",
+ "开锁",
+ "解锁",
+ "钥匙",
+ "锁"
+ ],
+ "tts": [
+ "钥匙"
+ ]
+ },
+ "🗝": {
+ "default": [
+ "古老的钥匙",
+ "旧钥匙",
+ "线索",
+ "老式钥匙",
+ "钥匙"
+ ],
+ "tts": [
+ "老式钥匙"
+ ]
+ },
+ "🔨": {
+ "default": [
+ "修理",
+ "家居修缮",
+ "工具",
+ "敲",
+ "施工",
+ "砸",
+ "铁锤",
+ "锤子"
+ ],
+ "tts": [
+ "锤子"
+ ]
+ },
+ "🪓": {
+ "default": [
+ "切",
+ "劈",
+ "斧头",
+ "木头",
+ "砍"
+ ],
+ "tts": [
+ "斧头"
+ ]
+ },
+ "⛏": {
+ "default": [
+ "工具",
+ "挖",
+ "挖掘",
+ "采矿",
+ "铁镐",
+ "锄头",
+ "鹤嘴锄"
+ ],
+ "tts": [
+ "铁镐"
+ ]
+ },
+ "⚒": {
+ "default": [
+ "工具",
+ "铁锤",
+ "铁镐",
+ "锤子",
+ "锤子与镐",
+ "镐",
+ "镐子"
+ ],
+ "tts": [
+ "锤子与镐"
+ ]
+ },
+ "🛠": {
+ "default": [
+ "工具",
+ "扳手",
+ "铁锤",
+ "锤子",
+ "锤子与扳手"
+ ],
+ "tts": [
+ "锤子与扳手"
+ ]
+ },
+ "🗡": {
+ "default": [
+ "剑",
+ "匕首",
+ "武器",
+ "短刀",
+ "短剑"
+ ],
+ "tts": [
+ "匕首"
+ ]
+ },
+ "⚔": {
+ "default": [
+ "交叉",
+ "交叉放置的剑",
+ "剑",
+ "十字",
+ "双剑",
+ "战死",
+ "武器"
+ ],
+ "tts": [
+ "交叉放置的剑"
+ ]
+ },
+ "💣": {
+ "default": [
+ "炸弹",
+ "爆炸"
+ ],
+ "tts": [
+ "炸弹"
+ ]
+ },
+ "🪃": {
+ "default": [
+ "反弹",
+ "回弹",
+ "回旋镖",
+ "土著",
+ "武器",
+ "飞镖"
+ ],
+ "tts": [
+ "回旋镖"
+ ]
+ },
+ "🏹": {
+ "default": [
+ "人马座",
+ "射手",
+ "射手座",
+ "射箭",
+ "弓",
+ "弓和箭",
+ "弓箭",
+ "箭"
+ ],
+ "tts": [
+ "弓和箭"
+ ]
+ },
+ "🛡": {
+ "default": [
+ "武器",
+ "盾",
+ "盾牌",
+ "防御"
+ ],
+ "tts": [
+ "盾牌"
+ ]
+ },
+ "🪚": {
+ "default": [
+ "修剪",
+ "工具",
+ "木匠",
+ "木工锯",
+ "木材",
+ "锯",
+ "锯子"
+ ],
+ "tts": [
+ "木工锯"
+ ]
+ },
+ "🔧": {
+ "default": [
+ "家居修缮",
+ "工具",
+ "扳手",
+ "螺丝扳手"
+ ],
+ "tts": [
+ "扳手"
+ ]
+ },
+ "🪛": {
+ "default": [
+ "工具",
+ "螺丝",
+ "螺丝刀"
+ ],
+ "tts": [
+ "螺丝刀"
+ ]
+ },
+ "🔩": {
+ "default": [
+ "工具",
+ "螺丝",
+ "螺帽",
+ "螺栓",
+ "螺母",
+ "螺母与螺栓",
+ "螺钉"
+ ],
+ "tts": [
+ "螺母与螺栓"
+ ]
+ },
+ "⚙": {
+ "default": [
+ "传动",
+ "工具",
+ "机械",
+ "零件",
+ "齿轮"
+ ],
+ "tts": [
+ "齿轮"
+ ]
+ },
+ "🗜": {
+ "default": [
+ "压缩",
+ "夹具",
+ "夹钳",
+ "工具",
+ "机械",
+ "紧固"
+ ],
+ "tts": [
+ "夹钳"
+ ]
+ },
+ "⚖": {
+ "default": [
+ "公平",
+ "公正",
+ "天平",
+ "天秤",
+ "天秤座",
+ "星座",
+ "正义",
+ "法律"
+ ],
+ "tts": [
+ "天平"
+ ]
+ },
+ "🦯": {
+ "default": [
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "盲杖"
+ ],
+ "tts": [
+ "盲杖"
+ ]
+ },
+ "🔗": {
+ "default": [
+ "网址",
+ "链接",
+ "链条",
+ "锁链"
+ ],
+ "tts": [
+ "链接"
+ ]
+ },
+ "⛓💥": {
+ "default": [
+ "手铐",
+ "断开",
+ "断开的链条",
+ "断链",
+ "自由",
+ "链",
+ "链条"
+ ],
+ "tts": [
+ "断链"
+ ]
+ },
+ "⛓": {
+ "default": [
+ "铁链",
+ "链",
+ "链条",
+ "锁链"
+ ],
+ "tts": [
+ "链条"
+ ]
+ },
+ "🪝": {
+ "default": [
+ "卖点",
+ "弯钩",
+ "抓",
+ "挂钩",
+ "曲线",
+ "钩子",
+ "钩状物",
+ "鱼钩"
+ ],
+ "tts": [
+ "挂钩"
+ ]
+ },
+ "🧰": {
+ "default": [
+ "大箱子",
+ "工具",
+ "工具箱",
+ "机修",
+ "箱子",
+ "红盒子"
+ ],
+ "tts": [
+ "工具箱"
+ ]
+ },
+ "🧲": {
+ "default": [
+ "U 型",
+ "吸引",
+ "吸引力",
+ "正负",
+ "磁性",
+ "磁铁",
+ "马蹄铁"
+ ],
+ "tts": [
+ "磁铁"
+ ]
+ },
+ "🪜": {
+ "default": [
+ "台阶",
+ "梯子",
+ "梯级",
+ "横档",
+ "爬",
+ "爬梯",
+ "阶梯"
+ ],
+ "tts": [
+ "梯子"
+ ]
+ },
+ "": {
+ "default": [
+ "埋",
+ "挖",
+ "掘",
+ "洞",
+ "种植",
+ "花园",
+ "铲",
+ "锹",
+ "雪"
+ ],
+ "tts": [
+ "铲"
+ ]
+ },
+ "⚗": {
+ "default": [
+ "净化",
+ "化学",
+ "实验",
+ "工具",
+ "蒸馏",
+ "蒸馏器"
+ ],
+ "tts": [
+ "蒸馏器"
+ ]
+ },
+ "🧪": {
+ "default": [
+ "化学",
+ "化学家",
+ "实验",
+ "实验室",
+ "科学",
+ "试管"
+ ],
+ "tts": [
+ "试管"
+ ]
+ },
+ "🧫": {
+ "default": [
+ "培养",
+ "培养皿",
+ "实验室",
+ "生物学",
+ "生物学家",
+ "细菌"
+ ],
+ "tts": [
+ "培养皿"
+ ]
+ },
+ "🧬": {
+ "default": [
+ "DNA",
+ "基因",
+ "演化",
+ "生命",
+ "生物学家",
+ "进化",
+ "遗传学"
+ ],
+ "tts": [
+ "DNA"
+ ]
+ },
+ "🔬": {
+ "default": [
+ "实验",
+ "实验室",
+ "工具",
+ "显微镜",
+ "生物",
+ "科学",
+ "细胞"
+ ],
+ "tts": [
+ "显微镜"
+ ]
+ },
+ "🔭": {
+ "default": [
+ "外星人",
+ "天体",
+ "天文",
+ "天文学",
+ "工具",
+ "接触",
+ "望远镜",
+ "科学",
+ "观星"
+ ],
+ "tts": [
+ "望远镜"
+ ]
+ },
+ "📡": {
+ "default": [
+ "信号接收",
+ "卫星",
+ "卫星天线",
+ "卫星接收天线",
+ "卫星碟形天线",
+ "外星人",
+ "天线",
+ "接触"
+ ],
+ "tts": [
+ "卫星天线"
+ ]
+ },
+ "💉": {
+ "default": [
+ "医学",
+ "医生",
+ "工具",
+ "打针",
+ "接种",
+ "治疗",
+ "注射器",
+ "疫苗",
+ "药",
+ "针头",
+ "针筒"
+ ],
+ "tts": [
+ "注射器"
+ ]
+ },
+ "🩸": {
+ "default": [
+ "医疗",
+ "月经",
+ "流血",
+ "献血",
+ "经血",
+ "血滴",
+ "输血"
+ ],
+ "tts": [
+ "血滴"
+ ]
+ },
+ "💊": {
+ "default": [
+ "医生",
+ "吃药",
+ "治疗",
+ "生病",
+ "用药",
+ "维他命",
+ "药",
+ "药丸",
+ "药物"
+ ],
+ "tts": [
+ "药丸"
+ ]
+ },
+ "🩹": {
+ "default": [
+ "OK绷",
+ "伤口",
+ "创可贴",
+ "受伤",
+ "绷带",
+ "胶布"
+ ],
+ "tts": [
+ "创可贴"
+ ]
+ },
+ "🩼": {
+ "default": [
+ "受伤",
+ "手杖",
+ "拐杖",
+ "残疾",
+ "活动助行类辅具",
+ "辅助"
+ ],
+ "tts": [
+ "拐杖"
+ ]
+ },
+ "🩺": {
+ "default": [
+ "医生",
+ "医疗",
+ "听诊器",
+ "心脏",
+ "心跳",
+ "诊断"
+ ],
+ "tts": [
+ "听诊器"
+ ]
+ },
+ "🩻": {
+ "default": [
+ "X 射线",
+ "X射线",
+ "医生",
+ "医疗",
+ "骨架",
+ "骨骼"
+ ],
+ "tts": [
+ "X射线"
+ ]
+ },
+ "🚪": {
+ "default": [
+ "出入口",
+ "前门",
+ "后门",
+ "大门",
+ "屋门",
+ "房门",
+ "房间",
+ "门"
+ ],
+ "tts": [
+ "门"
+ ]
+ },
+ "🛗": {
+ "default": [
+ "升降机",
+ "可达性",
+ "电梯"
+ ],
+ "tts": [
+ "电梯"
+ ]
+ },
+ "🪞": {
+ "default": [
+ "化妆",
+ "反射",
+ "反射镜",
+ "窥镜",
+ "镜子"
+ ],
+ "tts": [
+ "镜子"
+ ]
+ },
+ "🪟": {
+ "default": [
+ "开窗",
+ "新鲜空气",
+ "景色",
+ "窗口",
+ "窗户",
+ "窗框",
+ "透明"
+ ],
+ "tts": [
+ "窗户"
+ ]
+ },
+ "🛏": {
+ "default": [
+ "宾馆",
+ "床",
+ "床垫",
+ "床铺",
+ "睡",
+ "睡眠",
+ "睡觉"
+ ],
+ "tts": [
+ "床"
+ ]
+ },
+ "🛋": {
+ "default": [
+ "家",
+ "沙发",
+ "沙发和灯",
+ "灯",
+ "阅读"
+ ],
+ "tts": [
+ "沙发和灯"
+ ]
+ },
+ "🪑": {
+ "default": [
+ "坐",
+ "坐下",
+ "座位",
+ "椅子",
+ "椅背"
+ ],
+ "tts": [
+ "椅子"
+ ]
+ },
+ "🚽": {
+ "default": [
+ "WC",
+ "卫生间",
+ "厕所",
+ "洗手间",
+ "马桶"
+ ],
+ "tts": [
+ "马桶"
+ ]
+ },
+ "🪠": {
+ "default": [
+ "便便",
+ "吸力",
+ "搋子",
+ "水管工",
+ "活塞",
+ "通厕所",
+ "马桶"
+ ],
+ "tts": [
+ "活塞"
+ ]
+ },
+ "🚿": {
+ "default": [
+ "喷头",
+ "喷水",
+ "水",
+ "洗澡 花洒",
+ "淋浴",
+ "花洒"
+ ],
+ "tts": [
+ "淋浴"
+ ]
+ },
+ "🛁": {
+ "default": [
+ "沐浴",
+ "泡沫浴",
+ "泡澡",
+ "洗澡",
+ "浴盆",
+ "浴缸",
+ "澡盆"
+ ],
+ "tts": [
+ "浴缸"
+ ]
+ },
+ "🪤": {
+ "default": [
+ "奶酪",
+ "捕鼠器",
+ "老鼠夹",
+ "诱饵",
+ "陷进",
+ "陷阱"
+ ],
+ "tts": [
+ "捕鼠器"
+ ]
+ },
+ "🪒": {
+ "default": [
+ "刀",
+ "刮",
+ "刮刀",
+ "剃刀",
+ "剃须刀",
+ "毛",
+ "胡子",
+ "锋利"
+ ],
+ "tts": [
+ "剃须刀"
+ ]
+ },
+ "🧴": {
+ "default": [
+ "乳液",
+ "乳液瓶",
+ "保湿乳液",
+ "护肤霜",
+ "洗剂瓶",
+ "洗发水",
+ "洗发露",
+ "防嗮霜",
+ "防晒霜"
+ ],
+ "tts": [
+ "乳液瓶"
+ ]
+ },
+ "🧷": {
+ "default": [
+ "别针",
+ "安全别针",
+ "扣针"
+ ],
+ "tts": [
+ "安全别针"
+ ]
+ },
+ "🧹": {
+ "default": [
+ "女巫",
+ "巫婆",
+ "打扫",
+ "扫地",
+ "扫帚",
+ "清洁"
+ ],
+ "tts": [
+ "扫帚"
+ ]
+ },
+ "🧺": {
+ "default": [
+ "农作",
+ "洗衣",
+ "种植",
+ "筐",
+ "篮子",
+ "脏衣篮",
+ "野餐"
+ ],
+ "tts": [
+ "筐"
+ ]
+ },
+ "🧻": {
+ "default": [
+ "卫生纸",
+ "卷纸",
+ "手纸",
+ "纸卷",
+ "纸巾"
+ ],
+ "tts": [
+ "卷纸"
+ ]
+ },
+ "🪣": {
+ "default": [
+ "大桶",
+ "木桶",
+ "桶",
+ "水桶",
+ "缸"
+ ],
+ "tts": [
+ "桶"
+ ]
+ },
+ "🧼": {
+ "default": [
+ "杀菌",
+ "泡沫",
+ "洗手",
+ "洗澡",
+ "清洁",
+ "皂",
+ "肥皂",
+ "肥皂泡",
+ "肥皂盒",
+ "肥皂盘"
+ ],
+ "tts": [
+ "皂"
+ ]
+ },
+ "🫧": {
+ "default": [
+ "打嗝",
+ "气泡",
+ "水下",
+ "泡泡",
+ "清洁",
+ "漂浮",
+ "珍珠状",
+ "肥皂",
+ "肥皂泡"
+ ],
+ "tts": [
+ "气泡"
+ ]
+ },
+ "🪥": {
+ "default": [
+ "刷",
+ "刷子",
+ "卫生",
+ "情节",
+ "洗漱",
+ "浴室",
+ "清洁",
+ "牙刷",
+ "牙科",
+ "牙齿"
+ ],
+ "tts": [
+ "牙刷"
+ ]
+ },
+ "🧽": {
+ "default": [
+ "吸收",
+ "吸水",
+ "多孔",
+ "海绵",
+ "浸泡",
+ "清洁",
+ "渗透"
+ ],
+ "tts": [
+ "海绵"
+ ]
+ },
+ "🧯": {
+ "default": [
+ "压制",
+ "火灾",
+ "灭火",
+ "灭火器",
+ "熄灭"
+ ],
+ "tts": [
+ "灭火器"
+ ]
+ },
+ "🛒": {
+ "default": [
+ "手推车",
+ "购物",
+ "购物车",
+ "采购"
+ ],
+ "tts": [
+ "购物车"
+ ]
+ },
+ "🚬": {
+ "default": [
+ "卷烟",
+ "吸烟",
+ "抽烟",
+ "烟",
+ "烟草",
+ "香烟"
+ ],
+ "tts": [
+ "香烟"
+ ]
+ },
+ "⚰": {
+ "default": [
+ "埋葬",
+ "棺材",
+ "死亡",
+ "灵柩",
+ "葬礼",
+ "陵墓"
+ ],
+ "tts": [
+ "棺材"
+ ]
+ },
+ "🪦": {
+ "default": [
+ "公墓",
+ "坟墓",
+ "墓园",
+ "墓地",
+ "墓碑",
+ "安息",
+ "死亡",
+ "纪念"
+ ],
+ "tts": [
+ "墓碑"
+ ]
+ },
+ "⚱": {
+ "default": [
+ "丧礼",
+ "死亡",
+ "瓮",
+ "缸",
+ "葬礼",
+ "骨灰",
+ "骨灰缸",
+ "骨灰罐"
+ ],
+ "tts": [
+ "骨灰缸"
+ ]
+ },
+ "🧿": {
+ "default": [
+ "小装饰品",
+ "恶魔之眼",
+ "护身符",
+ "珠子",
+ "符咒",
+ "纳扎尔",
+ "纳扎尔护身符",
+ "蓝色",
+ "邪眼"
+ ],
+ "tts": [
+ "纳扎尔护身符"
+ ]
+ },
+ "🪬": {
+ "default": [
+ "保护",
+ "好运",
+ "手",
+ "手掌",
+ "护身符",
+ "法蒂玛",
+ "法蒂玛之手",
+ "玛丽",
+ "米里亚姆"
+ ],
+ "tts": [
+ "法蒂玛之手"
+ ]
+ },
+ "🗿": {
+ "default": [
+ "复活岛",
+ "复活节岛",
+ "复活节岛石像",
+ "摩埃",
+ "摩艾",
+ "摩艾石像",
+ "旅行",
+ "毛埃",
+ "脸"
+ ],
+ "tts": [
+ "摩埃"
+ ]
+ },
+ "🪧": {
+ "default": [
+ "告示",
+ "布告",
+ "标志",
+ "标牌",
+ "标语",
+ "标语牌",
+ "海报",
+ "示威",
+ "纠察队标语牌",
+ "警戒哨"
+ ],
+ "tts": [
+ "标语牌"
+ ]
+ },
+ "🪪": {
+ "default": [
+ "ID",
+ "凭证",
+ "安全",
+ "执照",
+ "证件",
+ "身份证"
+ ],
+ "tts": [
+ "身份证"
+ ]
+ },
+ "🏧": {
+ "default": [
+ "ATM",
+ "取款机",
+ "提款机",
+ "柜员机",
+ "标识",
+ "银行"
+ ],
+ "tts": [
+ "取款机"
+ ]
+ },
+ "🚮": {
+ "default": [
+ "倒垃圾",
+ "垃圾丢弃处",
+ "垃圾入篓",
+ "垃圾桶"
+ ],
+ "tts": [
+ "倒垃圾"
+ ]
+ },
+ "🚰": {
+ "default": [
+ "可以喝的",
+ "喝水",
+ "接水",
+ "水",
+ "水龙头",
+ "饮用水"
+ ],
+ "tts": [
+ "饮用水"
+ ]
+ },
+ "♿": {
+ "default": [
+ "无障碍",
+ "残疾",
+ "残障",
+ "轮椅",
+ "轮椅标识",
+ "轮椅符号"
+ ],
+ "tts": [
+ "轮椅标识"
+ ]
+ },
+ "🚹": {
+ "default": [
+ "卫生间",
+ "厕所",
+ "洗手间",
+ "男厕",
+ "男士"
+ ],
+ "tts": [
+ "男厕"
+ ]
+ },
+ "🚺": {
+ "default": [
+ "卫生间",
+ "厕所",
+ "女厕",
+ "女士",
+ "洗手间"
+ ],
+ "tts": [
+ "女厕"
+ ]
+ },
+ "🚻": {
+ "default": [
+ "WC",
+ "卫生间",
+ "厕所",
+ "洗手间"
+ ],
+ "tts": [
+ "卫生间"
+ ]
+ },
+ "🚼": {
+ "default": [
+ "婴儿",
+ "宝宝",
+ "换尿片",
+ "母婴室"
+ ],
+ "tts": [
+ "宝宝"
+ ]
+ },
+ "🚾": {
+ "default": [
+ "卫生间",
+ "厕所",
+ "洗手间",
+ "盥洗室"
+ ],
+ "tts": [
+ "厕所"
+ ]
+ },
+ "🛂": {
+ "default": [
+ "安检",
+ "护照",
+ "护照检查",
+ "检查",
+ "通行证"
+ ],
+ "tts": [
+ "护照检查"
+ ]
+ },
+ "🛃": {
+ "default": [
+ "海关",
+ "行李打包"
+ ],
+ "tts": [
+ "海关"
+ ]
+ },
+ "🛄": {
+ "default": [
+ "提取",
+ "提取行李",
+ "旅行",
+ "行李"
+ ],
+ "tts": [
+ "提取行李"
+ ]
+ },
+ "🛅": {
+ "default": [
+ "储物柜",
+ "寄存",
+ "寄存行李",
+ "行李"
+ ],
+ "tts": [
+ "寄存行李"
+ ]
+ },
+ "⚠": {
+ "default": [
+ "小心",
+ "警告"
+ ],
+ "tts": [
+ "警告"
+ ]
+ },
+ "🚸": {
+ "default": [
+ "交通",
+ "儿童过街",
+ "安全",
+ "指示牌",
+ "行人"
+ ],
+ "tts": [
+ "儿童过街"
+ ]
+ },
+ "⛔": {
+ "default": [
+ "交通",
+ "禁止入内",
+ "禁止通行",
+ "禁行",
+ "请勿入内",
+ "请勿驶入"
+ ],
+ "tts": [
+ "禁止通行"
+ ]
+ },
+ "🚫": {
+ "default": [
+ "不准",
+ "不许",
+ "严禁",
+ "禁入",
+ "禁止",
+ "禁行",
+ "阻止"
+ ],
+ "tts": [
+ "禁止"
+ ]
+ },
+ "🚳": {
+ "default": [
+ "严禁",
+ "交通",
+ "禁止",
+ "禁止自行车",
+ "禁行自行车",
+ "自行车",
+ "非机动车"
+ ],
+ "tts": [
+ "禁止自行车"
+ ]
+ },
+ "🚭": {
+ "default": [
+ "严禁",
+ "吸烟",
+ "抽烟",
+ "禁止",
+ "禁止吸烟",
+ "禁烟"
+ ],
+ "tts": [
+ "禁止吸烟"
+ ]
+ },
+ "🚯": {
+ "default": [
+ "严禁",
+ "垃圾",
+ "禁丢垃圾",
+ "禁止",
+ "禁止乱扔垃圾"
+ ],
+ "tts": [
+ "禁止乱扔垃圾"
+ ]
+ },
+ "🚱": {
+ "default": [
+ "水",
+ "禁止用水",
+ "节约用水",
+ "非直饮水",
+ "非饮用水"
+ ],
+ "tts": [
+ "非饮用水"
+ ]
+ },
+ "🚷": {
+ "default": [
+ "严禁",
+ "禁止行人通行",
+ "行人"
+ ],
+ "tts": [
+ "禁止行人通行"
+ ]
+ },
+ "📵": {
+ "default": [
+ "严禁",
+ "手机",
+ "电话",
+ "禁止",
+ "禁止使用手机"
+ ],
+ "tts": [
+ "禁止使用手机"
+ ]
+ },
+ "🔞": {
+ "default": [
+ "18禁",
+ "儿童不宜",
+ "未成年人不宜",
+ "禁止"
+ ],
+ "tts": [
+ "18禁"
+ ]
+ },
+ "☢": {
+ "default": [
+ "放射性",
+ "标识",
+ "辐射"
+ ],
+ "tts": [
+ "辐射"
+ ]
+ },
+ "☣": {
+ "default": [
+ "动物",
+ "当心感染",
+ "污染",
+ "生物危害",
+ "警告"
+ ],
+ "tts": [
+ "生物危害"
+ ]
+ },
+ "⬆": {
+ "default": [
+ "上",
+ "北",
+ "向上箭头",
+ "方位",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "tts": [
+ "向上箭头"
+ ]
+ },
+ "↗": {
+ "default": [
+ "东北",
+ "右上",
+ "右上箭头",
+ "方位",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "tts": [
+ "右上箭头"
+ ]
+ },
+ "➡": {
+ "default": [
+ "东",
+ "右",
+ "向右箭头",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "tts": [
+ "向右箭头"
+ ]
+ },
+ "↘": {
+ "default": [
+ "东南",
+ "右下",
+ "右下箭头",
+ "方位",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "tts": [
+ "右下箭头"
+ ]
+ },
+ "⬇": {
+ "default": [
+ "南",
+ "向下",
+ "向下箭头",
+ "基本",
+ "方位",
+ "正南",
+ "箭头"
+ ],
+ "tts": [
+ "向下箭头"
+ ]
+ },
+ "↙": {
+ "default": [
+ "左下",
+ "左下箭头",
+ "方向",
+ "标识",
+ "箭头",
+ "西南"
+ ],
+ "tts": [
+ "左下箭头"
+ ]
+ },
+ "⬅": {
+ "default": [
+ "向左箭头",
+ "左",
+ "方向",
+ "标识",
+ "箭头",
+ "西"
+ ],
+ "tts": [
+ "向左箭头"
+ ]
+ },
+ "↖": {
+ "default": [
+ "左上",
+ "左上箭头",
+ "方向",
+ "标识",
+ "箭头",
+ "西北"
+ ],
+ "tts": [
+ "左上箭头"
+ ]
+ },
+ "↕": {
+ "default": [
+ "上下",
+ "上下箭头",
+ "箭头"
+ ],
+ "tts": [
+ "上下箭头"
+ ]
+ },
+ "↔": {
+ "default": [
+ "左右",
+ "左右箭头",
+ "箭头"
+ ],
+ "tts": [
+ "左右箭头"
+ ]
+ },
+ "↮": {
+ "default": [
+ "带删除线的左右箭头"
+ ],
+ "tts": [
+ "带删除线的左右箭头"
+ ]
+ },
+ "↩": {
+ "default": [
+ "右转弯",
+ "右转弯箭头",
+ "向左弯曲的右箭头",
+ "箭头"
+ ],
+ "tts": [
+ "右转弯箭头"
+ ]
+ },
+ "↪": {
+ "default": [
+ "向右弯曲的左箭头",
+ "左转弯",
+ "左转弯箭头",
+ "箭头"
+ ],
+ "tts": [
+ "左转弯箭头"
+ ]
+ },
+ "⤴": {
+ "default": [
+ "右上弯",
+ "右上弯箭头",
+ "向上弯曲的右箭头",
+ "箭头"
+ ],
+ "tts": [
+ "右上弯箭头"
+ ]
+ },
+ "⤵": {
+ "default": [
+ "右下弯",
+ "右下弯箭头",
+ "向下弯曲的右箭头",
+ "箭头"
+ ],
+ "tts": [
+ "右下弯箭头"
+ ]
+ },
+ "🔃": {
+ "default": [
+ "刷新",
+ "垂直顺时针箭头",
+ "方向",
+ "标识",
+ "箭头",
+ "重新载入",
+ "顺时针",
+ "顺时针垂直箭头",
+ "顺时针箭头"
+ ],
+ "tts": [
+ "顺时针垂直箭头"
+ ]
+ },
+ "🔄": {
+ "default": [
+ "倒转",
+ "再次",
+ "刷新",
+ "箭头",
+ "逆时针",
+ "逆时针箭头",
+ "逆时针箭头按钮"
+ ],
+ "tts": [
+ "逆时针箭头按钮"
+ ]
+ },
+ "🔙": {
+ "default": [
+ "回退",
+ "箭头",
+ "返回",
+ "返回箭头"
+ ],
+ "tts": [
+ "返回箭头"
+ ]
+ },
+ "🔚": {
+ "default": [
+ "箭头",
+ "终点",
+ "结束",
+ "结束箭头"
+ ],
+ "tts": [
+ "结束箭头"
+ ]
+ },
+ "🔛": {
+ "default": [
+ "ON",
+ "ON! 箭头",
+ "开始",
+ "标识",
+ "箭头"
+ ],
+ "tts": [
+ "ON! 箭头"
+ ]
+ },
+ "🔜": {
+ "default": [
+ "SOON 箭头",
+ "在路上",
+ "立刻回来",
+ "箭头",
+ "马上"
+ ],
+ "tts": [
+ "SOON 箭头"
+ ]
+ },
+ "🔝": {
+ "default": [
+ "向上",
+ "标识",
+ "置顶",
+ "顶"
+ ],
+ "tts": [
+ "置顶"
+ ]
+ },
+ "🛐": {
+ "default": [
+ "地点",
+ "宗教",
+ "宗教场所",
+ "崇拜",
+ "敬神",
+ "礼拜",
+ "祈祷"
+ ],
+ "tts": [
+ "宗教场所"
+ ]
+ },
+ "⚛": {
+ "default": [
+ "原子",
+ "原子符号",
+ "无神论",
+ "物质"
+ ],
+ "tts": [
+ "原子符号"
+ ]
+ },
+ "🕉": {
+ "default": [
+ "印度",
+ "印度教",
+ "唵",
+ "奥姆",
+ "宗教"
+ ],
+ "tts": [
+ "奥姆"
+ ]
+ },
+ "✡": {
+ "default": [
+ "六芒星",
+ "六角星",
+ "大卫之星",
+ "大卫星",
+ "宗教",
+ "犹太",
+ "犹太教"
+ ],
+ "tts": [
+ "六芒星"
+ ]
+ },
+ "☸": {
+ "default": [
+ "佛",
+ "宗教",
+ "法轮",
+ "舵",
+ "轮盘",
+ "达摩"
+ ],
+ "tts": [
+ "法轮"
+ ]
+ },
+ "☯": {
+ "default": [
+ "太极",
+ "宗教",
+ "道",
+ "道教",
+ "阳",
+ "阴",
+ "阴阳"
+ ],
+ "tts": [
+ "阴阳"
+ ]
+ },
+ "✝": {
+ "default": [
+ "十字架",
+ "基督",
+ "天主教",
+ "宗教"
+ ],
+ "tts": [
+ "十字架"
+ ]
+ },
+ "☦": {
+ "default": [
+ "东正教",
+ "东正教十字架",
+ "十字架",
+ "基督",
+ "宗教",
+ "正教会十字"
+ ],
+ "tts": [
+ "东正教十字架"
+ ]
+ },
+ "☪": {
+ "default": [
+ "伊斯兰",
+ "宗教",
+ "斋戒月",
+ "星月",
+ "穆斯林"
+ ],
+ "tts": [
+ "星月"
+ ]
+ },
+ "☮": {
+ "default": [
+ "和平",
+ "和平符号"
+ ],
+ "tts": [
+ "和平符号"
+ ]
+ },
+ "🕎": {
+ "default": [
+ "光明节",
+ "宗教",
+ "灯台",
+ "烛台",
+ "犹太",
+ "犹太教"
+ ],
+ "tts": [
+ "烛台"
+ ]
+ },
+ "🔯": {
+ "default": [
+ "六芒星",
+ "六芒星加圆点",
+ "六角星",
+ "命运",
+ "带中间点的六芒星",
+ "犹太",
+ "犹太教"
+ ],
+ "tts": [
+ "带中间点的六芒星"
+ ]
+ },
+ "🪯": {
+ "default": [
+ "信仰",
+ "卡尔萨",
+ "善业与佩剑得胜",
+ "坎达",
+ "坎达长剑",
+ "宗教",
+ "锡克",
+ "锡克教",
+ "锡克教徒"
+ ],
+ "tts": [
+ "坎达"
+ ]
+ },
+ "♈": {
+ "default": [
+ "公羊",
+ "星座",
+ "牡羊座",
+ "白羊座"
+ ],
+ "tts": [
+ "白羊座"
+ ]
+ },
+ "♉": {
+ "default": [
+ "公牛",
+ "星座",
+ "金牛",
+ "金牛座"
+ ],
+ "tts": [
+ "金牛座"
+ ]
+ },
+ "♊": {
+ "default": [
+ "双子",
+ "双子座",
+ "孪生子",
+ "星座"
+ ],
+ "tts": [
+ "双子座"
+ ]
+ },
+ "♋": {
+ "default": [
+ "巨蟹",
+ "巨蟹座",
+ "星座",
+ "螃蟹"
+ ],
+ "tts": [
+ "巨蟹座"
+ ]
+ },
+ "♌": {
+ "default": [
+ "星座",
+ "狮子座",
+ "雄狮"
+ ],
+ "tts": [
+ "狮子座"
+ ]
+ },
+ "♍": {
+ "default": [
+ "处女座",
+ "室女座",
+ "星座",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "处女座"
+ ]
+ },
+ "♎": {
+ "default": [
+ "天秤座",
+ "平衡",
+ "星座",
+ "正义"
+ ],
+ "tts": [
+ "天秤座"
+ ]
+ },
+ "♏": {
+ "default": [
+ "天蝎",
+ "天蝎座",
+ "星座",
+ "蝎子"
+ ],
+ "tts": [
+ "天蝎座"
+ ]
+ },
+ "♐": {
+ "default": [
+ "人马座",
+ "射手",
+ "射手座",
+ "弓箭手",
+ "星座"
+ ],
+ "tts": [
+ "射手座"
+ ]
+ },
+ "♑": {
+ "default": [
+ "天宫图",
+ "山羊",
+ "摩羯",
+ "摩羯座",
+ "星座"
+ ],
+ "tts": [
+ "摩羯座"
+ ]
+ },
+ "♒": {
+ "default": [
+ "星座",
+ "水",
+ "水瓶座"
+ ],
+ "tts": [
+ "水瓶座"
+ ]
+ },
+ "♓": {
+ "default": [
+ "双鱼",
+ "双鱼座",
+ "星座",
+ "鱼"
+ ],
+ "tts": [
+ "双鱼座"
+ ]
+ },
+ "⛎": {
+ "default": [
+ "星座",
+ "蛇",
+ "蛇夫",
+ "蛇夫座"
+ ],
+ "tts": [
+ "蛇夫座"
+ ]
+ },
+ "🔀": {
+ "default": [
+ "交叉",
+ "打乱",
+ "随机",
+ "随机播放",
+ "随机播放音轨按钮"
+ ],
+ "tts": [
+ "随机播放音轨按钮"
+ ]
+ },
+ "🔁": {
+ "default": [
+ "循环",
+ "循环播放",
+ "箭头",
+ "重复按钮",
+ "顺时针"
+ ],
+ "tts": [
+ "重复按钮"
+ ]
+ },
+ "🔂": {
+ "default": [
+ "单曲循环",
+ "循环",
+ "箭头",
+ "重复一次按钮",
+ "顺时针"
+ ],
+ "tts": [
+ "重复一次按钮"
+ ]
+ },
+ "▶": {
+ "default": [
+ "三角",
+ "右",
+ "向右",
+ "播放",
+ "播放按钮",
+ "箭头"
+ ],
+ "tts": [
+ "播放按钮"
+ ]
+ },
+ "⏩": {
+ "default": [
+ "双箭头",
+ "向前",
+ "快进",
+ "快进按钮",
+ "快速"
+ ],
+ "tts": [
+ "快进按钮"
+ ]
+ },
+ "⏭": {
+ "default": [
+ "三角",
+ "下一个",
+ "下一个音轨按钮",
+ "下一曲",
+ "下一首",
+ "往后",
+ "箭头"
+ ],
+ "tts": [
+ "下一个音轨按钮"
+ ]
+ },
+ "⏯": {
+ "default": [
+ "三角",
+ "向右",
+ "播放",
+ "播放或暂停",
+ "播放或暂停按钮",
+ "暂停"
+ ],
+ "tts": [
+ "播放或暂停按钮"
+ ]
+ },
+ "◀": {
+ "default": [
+ "三角",
+ "倒转",
+ "倒退按钮",
+ "后退",
+ "向左",
+ "左"
+ ],
+ "tts": [
+ "倒退按钮"
+ ]
+ },
+ "⏪": {
+ "default": [
+ "倒回",
+ "双箭头",
+ "快退",
+ "快退按钮",
+ "快速倒带"
+ ],
+ "tts": [
+ "快退按钮"
+ ]
+ },
+ "⏮": {
+ "default": [
+ "三角",
+ "上一个",
+ "上一个音轨按钮",
+ "上一曲",
+ "上一首",
+ "箭头"
+ ],
+ "tts": [
+ "上一个音轨按钮"
+ ]
+ },
+ "🔼": {
+ "default": [
+ "上",
+ "向上",
+ "向上三角形按钮",
+ "向上按钮",
+ "往上",
+ "箭头"
+ ],
+ "tts": [
+ "向上三角形按钮"
+ ]
+ },
+ "⏫": {
+ "default": [
+ "上",
+ "双箭头",
+ "向上",
+ "快速上升按钮",
+ "快速向上"
+ ],
+ "tts": [
+ "快速上升按钮"
+ ]
+ },
+ "🔽": {
+ "default": [
+ "下",
+ "向下",
+ "向下三角形按钮",
+ "向下按钮",
+ "往下",
+ "箭头"
+ ],
+ "tts": [
+ "向下三角形按钮"
+ ]
+ },
+ "⏬": {
+ "default": [
+ "下",
+ "双箭头",
+ "向下",
+ "快速下降按钮",
+ "快速向下"
+ ],
+ "tts": [
+ "快速下降按钮"
+ ]
+ },
+ "⏸": {
+ "default": [
+ "停止",
+ "双条形",
+ "暂停",
+ "暂停按钮"
+ ],
+ "tts": [
+ "暂停按钮"
+ ]
+ },
+ "⏹": {
+ "default": [
+ "停止",
+ "停止按钮",
+ "方形",
+ "正方形",
+ "终止"
+ ],
+ "tts": [
+ "停止按钮"
+ ]
+ },
+ "⏺": {
+ "default": [
+ "制作",
+ "圆",
+ "录像",
+ "录制",
+ "录制按钮",
+ "录音"
+ ],
+ "tts": [
+ "录制按钮"
+ ]
+ },
+ "⏏": {
+ "default": [
+ "向上三角",
+ "弹出",
+ "推出按钮"
+ ],
+ "tts": [
+ "推出按钮"
+ ]
+ },
+ "🎦": {
+ "default": [
+ "剧院",
+ "场所",
+ "影片",
+ "摄影机",
+ "电影",
+ "电影院"
+ ],
+ "tts": [
+ "电影院"
+ ]
+ },
+ "🔅": {
+ "default": [
+ "亮度",
+ "低",
+ "低亮度",
+ "低亮度按钮",
+ "昏暗",
+ "暗"
+ ],
+ "tts": [
+ "低亮度按钮"
+ ]
+ },
+ "🔆": {
+ "default": [
+ "亮",
+ "亮度",
+ "太阳",
+ "明亮",
+ "高亮度",
+ "高亮度按钮"
+ ],
+ "tts": [
+ "高亮度按钮"
+ ]
+ },
+ "📶": {
+ "default": [
+ "信号",
+ "信号强度条",
+ "天线",
+ "强度",
+ "手机",
+ "条"
+ ],
+ "tts": [
+ "信号强度条"
+ ]
+ },
+ "🛜": {
+ "default": [
+ "Wi-Fi",
+ "WLAN",
+ "互联网",
+ "宽带",
+ "无线",
+ "智能手机",
+ "热点",
+ "电脑",
+ "网络",
+ "计算机",
+ "连接"
+ ],
+ "tts": [
+ "无线"
+ ]
+ },
+ "📳": {
+ "default": [
+ "手机",
+ "振动",
+ "振动模式",
+ "震动"
+ ],
+ "tts": [
+ "振动模式"
+ ]
+ },
+ "📴": {
+ "default": [
+ "关机",
+ "关闭",
+ "关闭手机",
+ "手机",
+ "手机关机"
+ ],
+ "tts": [
+ "手机关机"
+ ]
+ },
+ "♀": {
+ "default": [
+ "女性符号",
+ "符号",
+ "雌性"
+ ],
+ "tts": [
+ "女性符号"
+ ]
+ },
+ "♂": {
+ "default": [
+ "男性符号",
+ "符号",
+ "雄性"
+ ],
+ "tts": [
+ "男性符号"
+ ]
+ },
+ "⚧": {
+ "default": [
+ "跨性别",
+ "跨性别符号"
+ ],
+ "tts": [
+ "跨性别符号"
+ ]
+ },
+ "✖": {
+ "default": [
+ "x",
+ "乘",
+ "乘号",
+ "取消",
+ "相乘",
+ "符号"
+ ],
+ "tts": [
+ "乘"
+ ]
+ },
+ "➕": {
+ "default": [
+ "加",
+ "加号",
+ "十字",
+ "数学",
+ "相加",
+ "符号"
+ ],
+ "tts": [
+ "加"
+ ]
+ },
+ "➖": {
+ "default": [
+ "减",
+ "减号",
+ "数学",
+ "横线",
+ "符号"
+ ],
+ "tts": [
+ "减"
+ ]
+ },
+ "➗": {
+ "default": [
+ "数学",
+ "相除",
+ "符号",
+ "除",
+ "除号"
+ ],
+ "tts": [
+ "除"
+ ]
+ },
+ "🟰": {
+ "default": [
+ "回答",
+ "平等",
+ "数学",
+ "相等",
+ "等于",
+ "等号",
+ "答案",
+ "粗等号"
+ ],
+ "tts": [
+ "粗等号"
+ ]
+ },
+ "♾": {
+ "default": [
+ "宇宙",
+ "无尽",
+ "无穷大",
+ "极大"
+ ],
+ "tts": [
+ "无穷大"
+ ]
+ },
+ "‼": {
+ "default": [
+ "!",
+ "!!",
+ "两个",
+ "双叹号",
+ "双感叹号",
+ "叹号",
+ "吃惊",
+ "标点符号"
+ ],
+ "tts": [
+ "双感叹号"
+ ]
+ },
+ "⁉": {
+ "default": [
+ "!",
+ "!?",
+ "?",
+ "叹号",
+ "叹号加问号",
+ "吃惊",
+ "感叹疑问号",
+ "标点符号",
+ "疑问惊叹号",
+ "问号"
+ ],
+ "tts": [
+ "感叹疑问号"
+ ]
+ },
+ "❓": {
+ "default": [
+ "为什么",
+ "标点",
+ "标点符号",
+ "疑问",
+ "红色问号",
+ "问号"
+ ],
+ "tts": [
+ "红色问号"
+ ]
+ },
+ "❔": {
+ "default": [
+ "?",
+ "为什么",
+ "标点符号",
+ "白色问号",
+ "空心",
+ "空心问号",
+ "问号",
+ "问题"
+ ],
+ "tts": [
+ "白色问号"
+ ]
+ },
+ "❕": {
+ "default": [
+ "!",
+ "叹号",
+ "吃惊",
+ "标点符号",
+ "白色叹号",
+ "白色感叹号",
+ "空心",
+ "空心叹号"
+ ],
+ "tts": [
+ "白色感叹号"
+ ]
+ },
+ "❗": {
+ "default": [
+ "!",
+ "叹号",
+ "吃惊",
+ "惊讶",
+ "感叹",
+ "感叹号",
+ "标点符号",
+ "红色感叹号"
+ ],
+ "tts": [
+ "红色感叹号"
+ ]
+ },
+ "〰": {
+ "default": [
+ "标点符号",
+ "波浪型破折号",
+ "波浪线",
+ "浪花",
+ "象声号"
+ ],
+ "tts": [
+ "波浪型破折号"
+ ]
+ },
+ "💱": {
+ "default": [
+ "兑换",
+ "外汇",
+ "换汇",
+ "汇率",
+ "流通",
+ "货币兑换",
+ "银行"
+ ],
+ "tts": [
+ "货币兑换"
+ ]
+ },
+ "💲": {
+ "default": [
+ "现金",
+ "粗美元符号",
+ "美元",
+ "美元符号",
+ "美刀",
+ "货币",
+ "金钱"
+ ],
+ "tts": [
+ "粗美元符号"
+ ]
+ },
+ "⚕": {
+ "default": [
+ "医学",
+ "医疗",
+ "医疗标志",
+ "蛇杖",
+ "阿斯克勒庇俄斯",
+ "阿斯克勒庇俄斯蛇杖"
+ ],
+ "tts": [
+ "医疗标志"
+ ]
+ },
+ "♻": {
+ "default": [
+ "再利用",
+ "再生",
+ "回收",
+ "回收标志",
+ "循环"
+ ],
+ "tts": [
+ "回收标志"
+ ]
+ },
+ "⚜": {
+ "default": [
+ "百合花饰",
+ "鸢尾花"
+ ],
+ "tts": [
+ "百合花饰"
+ ]
+ },
+ "🔱": {
+ "default": [
+ "三叉戟",
+ "三叉戟徽章",
+ "工具",
+ "波塞冬",
+ "船",
+ "锚"
+ ],
+ "tts": [
+ "三叉戟徽章"
+ ]
+ },
+ "📛": {
+ "default": [
+ "名牌",
+ "姓名牌",
+ "徽章",
+ "胸牌",
+ "证章"
+ ],
+ "tts": [
+ "姓名牌"
+ ]
+ },
+ "🔰": {
+ "default": [
+ "V 型臂章",
+ "V形图案",
+ "人字形图记",
+ "军警",
+ "叶状",
+ "实习",
+ "新手",
+ "日本新手驾驶标志",
+ "箭尾"
+ ],
+ "tts": [
+ "日本新手驾驶标志"
+ ]
+ },
+ "⭕": {
+ "default": [
+ "0",
+ "O形",
+ "圆圈",
+ "大",
+ "大圆圈",
+ "红",
+ "红色空心圆圈",
+ "零"
+ ],
+ "tts": [
+ "红色空心圆圈"
+ ]
+ },
+ "✅": {
+ "default": [
+ "勾",
+ "勾号",
+ "勾号按钮",
+ "完成",
+ "打勾",
+ "按钮",
+ "绿色打勾"
+ ],
+ "tts": [
+ "勾号按钮"
+ ]
+ },
+ "☑": {
+ "default": [
+ "做好",
+ "勾号",
+ "勾选",
+ "勾选框",
+ "复选框",
+ "带勾方格",
+ "打勾",
+ "搞定",
+ "选票"
+ ],
+ "tts": [
+ "勾选框"
+ ]
+ },
+ "✔": {
+ "default": [
+ "勾号",
+ "对勾",
+ "打勾",
+ "正确",
+ "符号"
+ ],
+ "tts": [
+ "勾号"
+ ]
+ },
+ "❌": {
+ "default": [
+ "x",
+ "乘",
+ "交叉",
+ "叉号",
+ "取消",
+ "相乘",
+ "符号"
+ ],
+ "tts": [
+ "叉号"
+ ]
+ },
+ "❎": {
+ "default": [
+ "乘",
+ "乘号",
+ "叉",
+ "叉号按钮",
+ "取消",
+ "方形"
+ ],
+ "tts": [
+ "叉号按钮"
+ ]
+ },
+ "➰": {
+ "default": [
+ "单环",
+ "卷曲环",
+ "日本单环标志",
+ "标志"
+ ],
+ "tts": [
+ "卷曲环"
+ ]
+ },
+ "➿": {
+ "default": [
+ "免费电话",
+ "双卷曲环",
+ "双环",
+ "日本免费电话标志",
+ "标志"
+ ],
+ "tts": [
+ "双卷曲环"
+ ]
+ },
+ "〽": {
+ "default": [
+ "庵点",
+ "开始歌唱",
+ "歌记号",
+ "符号"
+ ],
+ "tts": [
+ "庵点"
+ ]
+ },
+ "✳": {
+ "default": [
+ "八芒星",
+ "八轮辐星号",
+ "星号"
+ ],
+ "tts": [
+ "八轮辐星号"
+ ]
+ },
+ "✴": {
+ "default": [
+ "八角星",
+ "星",
+ "符号"
+ ],
+ "tts": [
+ "八角星"
+ ]
+ },
+ "❇": {
+ "default": [
+ "火花",
+ "烟火",
+ "闪光",
+ "闪耀"
+ ],
+ "tts": [
+ "火花"
+ ]
+ },
+ "©": {
+ "default": [
+ "版权"
+ ],
+ "tts": [
+ "版权"
+ ]
+ },
+ "®": {
+ "default": [
+ "注册",
+ "注册标记"
+ ],
+ "tts": [
+ "注册"
+ ]
+ },
+ "™": {
+ "default": [
+ "产品",
+ "商标",
+ "标志"
+ ],
+ "tts": [
+ "商标"
+ ]
+ },
+ "": {
+ "default": [
+ "喷洒",
+ "污渍",
+ "油漆",
+ "泼溅",
+ "溢出"
+ ],
+ "tts": [
+ "泼溅"
+ ]
+ },
+ "🔠": {
+ "default": [
+ "ABCD",
+ "大写字母",
+ "大写字母键",
+ "字母",
+ "打字",
+ "拉丁文",
+ "输入大写拉丁字母",
+ "输入法"
+ ],
+ "tts": [
+ "输入大写拉丁字母"
+ ]
+ },
+ "🔡": {
+ "default": [
+ "abcd",
+ "小写字母",
+ "小写字母键",
+ "打字",
+ "拉丁文",
+ "输入小写字母",
+ "输入小写拉丁字母",
+ "输入法"
+ ],
+ "tts": [
+ "输入小写拉丁字母"
+ ]
+ },
+ "🔢": {
+ "default": [
+ "1234",
+ "打字",
+ "数字",
+ "输入数字"
+ ],
+ "tts": [
+ "输入数字"
+ ]
+ },
+ "🔣": {
+ "default": [
+ "字符",
+ "打字",
+ "符号",
+ "输入符号"
+ ],
+ "tts": [
+ "输入符号"
+ ]
+ },
+ "🔤": {
+ "default": [
+ "abc",
+ "字母",
+ "打字",
+ "拉丁字母",
+ "拉丁字母键",
+ "拉丁文",
+ "输入字母",
+ "输入拉丁字母"
+ ],
+ "tts": [
+ "输入拉丁字母"
+ ]
+ },
+ "🅰": {
+ "default": [
+ "a",
+ "A型血",
+ "字母a",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "tts": [
+ "A型血"
+ ]
+ },
+ "🆎": {
+ "default": [
+ "ab",
+ "AB型血",
+ "字母ab",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "tts": [
+ "AB型血"
+ ]
+ },
+ "🅱": {
+ "default": [
+ "b",
+ "B",
+ "B型血",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "tts": [
+ "B型血"
+ ]
+ },
+ "🆑": {
+ "default": [
+ "cl",
+ "CL按钮",
+ "手机",
+ "清理",
+ "清除"
+ ],
+ "tts": [
+ "CL按钮"
+ ]
+ },
+ "🆒": {
+ "default": [
+ "cool",
+ "cool按钮",
+ "按键",
+ "酷"
+ ],
+ "tts": [
+ "cool按钮"
+ ]
+ },
+ "🆓": {
+ "default": [
+ "free",
+ "不收费",
+ "免费",
+ "免费按钮",
+ "按钮",
+ "自由"
+ ],
+ "tts": [
+ "免费按钮"
+ ]
+ },
+ "ℹ": {
+ "default": [
+ "信息",
+ "信息中心",
+ "查询",
+ "资料"
+ ],
+ "tts": [
+ "信息"
+ ]
+ },
+ "🆔": {
+ "default": [
+ "id",
+ "ID按钮",
+ "按键",
+ "识别",
+ "身份"
+ ],
+ "tts": [
+ "ID按钮"
+ ]
+ },
+ "Ⓜ": {
+ "default": [
+ "m",
+ "圆圈包围的M",
+ "圈",
+ "字母",
+ "米"
+ ],
+ "tts": [
+ "圆圈包围的M"
+ ]
+ },
+ "🆕": {
+ "default": [
+ "new按钮",
+ "按键",
+ "新",
+ "新的"
+ ],
+ "tts": [
+ "new按钮"
+ ]
+ },
+ "🆖": {
+ "default": [
+ "ng",
+ "NG按钮",
+ "按钮",
+ "按键",
+ "花絮"
+ ],
+ "tts": [
+ "NG按钮"
+ ]
+ },
+ "🅾": {
+ "default": [
+ "o",
+ "O 型血",
+ "O型血",
+ "字母o",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "tts": [
+ "O 型血"
+ ]
+ },
+ "🆗": {
+ "default": [
+ "OK",
+ "ok按钮",
+ "OK按钮",
+ "同意",
+ "按键"
+ ],
+ "tts": [
+ "OK按钮"
+ ]
+ },
+ "🅿": {
+ "default": [
+ "p",
+ "停车",
+ "停车按钮",
+ "按键",
+ "泊车"
+ ],
+ "tts": [
+ "停车按钮"
+ ]
+ },
+ "🆘": {
+ "default": [
+ "sos",
+ "SOS",
+ "SOS按钮",
+ "按键",
+ "救命",
+ "求救",
+ "求救钮"
+ ],
+ "tts": [
+ "SOS按钮"
+ ]
+ },
+ "🆙": {
+ "default": [
+ "up",
+ "up按钮",
+ "向上",
+ "按键"
+ ],
+ "tts": [
+ "up按钮"
+ ]
+ },
+ "🆚": {
+ "default": [
+ "vs",
+ "VS",
+ "VS按钮",
+ "对",
+ "对决",
+ "按键"
+ ],
+ "tts": [
+ "VS按钮"
+ ]
+ },
+ "🈁": {
+ "default": [
+ "koko",
+ "按键",
+ "日文",
+ "日文的“这里”按钮",
+ "日语",
+ "此处",
+ "片假名",
+ "这里"
+ ],
+ "tts": [
+ "日文的“这里”按钮"
+ ]
+ },
+ "🈂": {
+ "default": [
+ "sa",
+ "按键",
+ "收费",
+ "日文",
+ "日文sa",
+ "日文的“服务费”按钮",
+ "日语",
+ "服务",
+ "服务费",
+ "片假名"
+ ],
+ "tts": [
+ "日文的“服务费”按钮"
+ ]
+ },
+ "🈷": {
+ "default": [
+ "按键",
+ "日文",
+ "日文的“月总量”按钮",
+ "日本",
+ "月",
+ "月度",
+ "统计",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“月总量”按钮"
+ ]
+ },
+ "🈶": {
+ "default": [
+ "按键",
+ "日文",
+ "日文的“收费”按钮",
+ "日本",
+ "有",
+ "有料",
+ "表意文字",
+ "要收费",
+ "费用"
+ ],
+ "tts": [
+ "日文的“收费”按钮"
+ ]
+ },
+ "🈯": {
+ "default": [
+ "保留",
+ "指",
+ "按键",
+ "日文",
+ "日文的“预留”按钮",
+ "日本",
+ "表意文字",
+ "预定",
+ "预订"
+ ],
+ "tts": [
+ "日文的“预留”按钮"
+ ]
+ },
+ "🉐": {
+ "default": [
+ "得",
+ "按键",
+ "日文",
+ "日文的“议价”按钮",
+ "日本",
+ "表意文字",
+ "讨价还价"
+ ],
+ "tts": [
+ "日文的“议价”按钮"
+ ]
+ },
+ "🈹": {
+ "default": [
+ "割",
+ "打折",
+ "折扣",
+ "按键",
+ "日文",
+ "日文的“打折”按钮",
+ "日本",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“打折”按钮"
+ ]
+ },
+ "🈚": {
+ "default": [
+ "免费",
+ "免钱",
+ "按键",
+ "无",
+ "日文",
+ "日文的“免费”按钮",
+ "日本",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“免费”按钮"
+ ]
+ },
+ "🈲": {
+ "default": [
+ "严禁",
+ "按键",
+ "日文",
+ "日文的“禁止”按钮",
+ "日本",
+ "禁",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“禁止”按钮"
+ ]
+ },
+ "🉑": {
+ "default": [
+ "可",
+ "可接受",
+ "按键",
+ "日文",
+ "日文的“可接受”按钮",
+ "日本",
+ "表意文字",
+ "许可"
+ ],
+ "tts": [
+ "日文的“可接受”按钮"
+ ]
+ },
+ "🈸": {
+ "default": [
+ "日文",
+ "日文的“申请”按钮",
+ "日本",
+ "日语",
+ "申",
+ "申请",
+ "申请书",
+ "申请表",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“申请”按钮"
+ ]
+ },
+ "🈴": {
+ "default": [
+ "及格",
+ "合",
+ "按键",
+ "日文",
+ "日文的“合格”按钮",
+ "日本",
+ "表意文字",
+ "过关",
+ "通过"
+ ],
+ "tts": [
+ "日文的“合格”按钮"
+ ]
+ },
+ "🈳": {
+ "default": [
+ "日文",
+ "日文的“有空位”按钮",
+ "日本",
+ "日语",
+ "有空位",
+ "空",
+ "空位",
+ "空闲",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“有空位”按钮"
+ ]
+ },
+ "㊗": {
+ "default": [
+ "庆贺",
+ "按键",
+ "日文",
+ "日文的“祝贺”按钮",
+ "日本",
+ "祝",
+ "祝福",
+ "祝贺",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“祝贺”按钮"
+ ]
+ },
+ "㊙": {
+ "default": [
+ "保密",
+ "按键",
+ "日文",
+ "日文的“秘密”按钮",
+ "日本",
+ "秘",
+ "秘密",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“秘密”按钮"
+ ]
+ },
+ "🈺": {
+ "default": [
+ "开门",
+ "按键",
+ "日文",
+ "日文的“开始营业”按钮",
+ "日本",
+ "营",
+ "营业",
+ "营业中",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“开始营业”按钮"
+ ]
+ },
+ "🈵": {
+ "default": [
+ "座位",
+ "按键",
+ "日文",
+ "日文的“没有空位”按钮",
+ "日本",
+ "满",
+ "表意文字"
+ ],
+ "tts": [
+ "日文的“没有空位”按钮"
+ ]
+ },
+ "🔴": {
+ "default": [
+ "几何",
+ "圆",
+ "圈",
+ "红",
+ "红圈",
+ "红色",
+ "红色圆"
+ ],
+ "tts": [
+ "红色圆"
+ ]
+ },
+ "🟠": {
+ "default": [
+ "圆",
+ "圆圈",
+ "圈",
+ "橙",
+ "橙色圆"
+ ],
+ "tts": [
+ "橙色圆"
+ ]
+ },
+ "🟡": {
+ "default": [
+ "圆",
+ "圈",
+ "黄",
+ "黄色",
+ "黄色圆",
+ "黄色圆圈"
+ ],
+ "tts": [
+ "黄色圆"
+ ]
+ },
+ "🟢": {
+ "default": [
+ "圆",
+ "圆圈",
+ "圈",
+ "绿",
+ "绿色圆"
+ ],
+ "tts": [
+ "绿色圆"
+ ]
+ },
+ "🔵": {
+ "default": [
+ "圆",
+ "圈",
+ "蓝",
+ "蓝圈",
+ "蓝色圆"
+ ],
+ "tts": [
+ "蓝色圆"
+ ]
+ },
+ "🟣": {
+ "default": [
+ "圆",
+ "圆圈",
+ "圈",
+ "紫",
+ "紫色",
+ "紫色圆",
+ "紫色圆圈"
+ ],
+ "tts": [
+ "紫色圆"
+ ]
+ },
+ "🟤": {
+ "default": [
+ "圆",
+ "圆圈",
+ "圈",
+ "棕",
+ "棕色圆"
+ ],
+ "tts": [
+ "棕色圆"
+ ]
+ },
+ "⚫": {
+ "default": [
+ "圆",
+ "圈",
+ "黑",
+ "黑色圆"
+ ],
+ "tts": [
+ "黑色圆"
+ ]
+ },
+ "⚪": {
+ "default": [
+ "圆",
+ "圈",
+ "白",
+ "白圈",
+ "白色圆"
+ ],
+ "tts": [
+ "白色圆"
+ ]
+ },
+ "🟥": {
+ "default": [
+ "方块",
+ "方框",
+ "正方形",
+ "红",
+ "红色",
+ "红色方块"
+ ],
+ "tts": [
+ "红色方块"
+ ]
+ },
+ "🟧": {
+ "default": [
+ "方块",
+ "方框",
+ "橙",
+ "橙色",
+ "橙色方块",
+ "正方形"
+ ],
+ "tts": [
+ "橙色方块"
+ ]
+ },
+ "🟨": {
+ "default": [
+ "方块",
+ "方框",
+ "正方形",
+ "黄",
+ "黄色",
+ "黄色方块"
+ ],
+ "tts": [
+ "黄色方块"
+ ]
+ },
+ "🟩": {
+ "default": [
+ "方块",
+ "方框",
+ "正方形",
+ "绿",
+ "绿色",
+ "绿色方块"
+ ],
+ "tts": [
+ "绿色方块"
+ ]
+ },
+ "🟦": {
+ "default": [
+ "方块",
+ "方框",
+ "正方形",
+ "蓝",
+ "蓝色",
+ "蓝色方块"
+ ],
+ "tts": [
+ "蓝色方块"
+ ]
+ },
+ "🟪": {
+ "default": [
+ "方块",
+ "方框",
+ "正方形",
+ "紫",
+ "紫色",
+ "紫色方块"
+ ],
+ "tts": [
+ "紫色方块"
+ ]
+ },
+ "🟫": {
+ "default": [
+ "方块",
+ "方框",
+ "棕",
+ "棕色",
+ "棕色方块",
+ "正方形"
+ ],
+ "tts": [
+ "棕色方块"
+ ]
+ },
+ "⬛": {
+ "default": [
+ "大",
+ "方形",
+ "正方形",
+ "黑线大方框",
+ "黑色",
+ "黑色大方形"
+ ],
+ "tts": [
+ "黑线大方框"
+ ]
+ },
+ "⬜": {
+ "default": [
+ "大",
+ "方形",
+ "正方形",
+ "白线大方框",
+ "白色",
+ "白色方块"
+ ],
+ "tts": [
+ "白线大方框"
+ ]
+ },
+ "◼": {
+ "default": [
+ "中等",
+ "几何",
+ "方形",
+ "正方形",
+ "黑色",
+ "黑色中方块"
+ ],
+ "tts": [
+ "黑色中方块"
+ ]
+ },
+ "◻": {
+ "default": [
+ "中等",
+ "方形",
+ "正方形",
+ "白色",
+ "白色中方块"
+ ],
+ "tts": [
+ "白色中方块"
+ ]
+ },
+ "◾": {
+ "default": [
+ "中小",
+ "方形",
+ "正方形",
+ "黑色",
+ "黑色中小方块"
+ ],
+ "tts": [
+ "黑色中小方块"
+ ]
+ },
+ "◽": {
+ "default": [
+ "中小 正方形",
+ "几何",
+ "方形",
+ "白色",
+ "白色中小方块"
+ ],
+ "tts": [
+ "白色中小方块"
+ ]
+ },
+ "▪": {
+ "default": [
+ "几何",
+ "几何图形",
+ "小",
+ "方形",
+ "正方形",
+ "黑色",
+ "黑色小方块"
+ ],
+ "tts": [
+ "黑色小方块"
+ ]
+ },
+ "▫": {
+ "default": [
+ "小",
+ "方形",
+ "正方形",
+ "白色",
+ "白色小方块"
+ ],
+ "tts": [
+ "白色小方块"
+ ]
+ },
+ "🔶": {
+ "default": [
+ "大",
+ "方块",
+ "方片",
+ "橘色方块",
+ "橘黄色",
+ "橙色大菱形",
+ "橙色方块",
+ "菱形",
+ "钻石"
+ ],
+ "tts": [
+ "橙色大菱形"
+ ]
+ },
+ "🔷": {
+ "default": [
+ "大",
+ "方块",
+ "方片",
+ "菱形",
+ "蓝色",
+ "蓝色大菱形",
+ "钻石"
+ ],
+ "tts": [
+ "蓝色大菱形"
+ ]
+ },
+ "🔸": {
+ "default": [
+ "小",
+ "方块",
+ "方片",
+ "橘色方块",
+ "橘黄色",
+ "橙色小菱形",
+ "菱形"
+ ],
+ "tts": [
+ "橙色小菱形"
+ ]
+ },
+ "🔹": {
+ "default": [
+ "小",
+ "方片",
+ "菱形",
+ "蓝色",
+ "蓝色小菱形",
+ "蓝色方块",
+ "钻石"
+ ],
+ "tts": [
+ "蓝色小菱形"
+ ]
+ },
+ "🔺": {
+ "default": [
+ "三角形",
+ "向上",
+ "正三角",
+ "红色",
+ "红色正三角"
+ ],
+ "tts": [
+ "红色正三角"
+ ]
+ },
+ "🔻": {
+ "default": [
+ "三角形",
+ "下",
+ "倒三角",
+ "向下",
+ "红色",
+ "红色倒三角"
+ ],
+ "tts": [
+ "红色倒三角"
+ ]
+ },
+ "💠": {
+ "default": [
+ "中心",
+ "内部",
+ "圆",
+ "带圆点的菱形",
+ "方块",
+ "方块内有点",
+ "梅花形",
+ "菱形"
+ ],
+ "tts": [
+ "带圆点的菱形"
+ ]
+ },
+ "🔘": {
+ "default": [
+ "单独",
+ "单选按钮",
+ "单选钮",
+ "圆心",
+ "按钮",
+ "按键",
+ "选中"
+ ],
+ "tts": [
+ "单选按钮"
+ ]
+ },
+ "🔳": {
+ "default": [
+ "按钮",
+ "方形",
+ "白线方形按钮",
+ "白线正方形按钮",
+ "白色方形按钮",
+ "白色正方形按钮",
+ "白边线方形按钮",
+ "白边线正方形按钮"
+ ],
+ "tts": [
+ "白色方形按钮"
+ ]
+ },
+ "🔲": {
+ "default": [
+ "几何",
+ "几何图形",
+ "按钮",
+ "方形",
+ "黑线方形按钮",
+ "黑线正方形按钮",
+ "黑色方形按钮",
+ "黑色正方形按钮",
+ "黑边线方形按钮",
+ "黑边线正方形按钮"
+ ],
+ "tts": [
+ "黑色方形按钮"
+ ]
+ },
+ "🏁": {
+ "default": [
+ "方格",
+ "格子旗",
+ "竞赛",
+ "终点",
+ "终点旗",
+ "黑白方格"
+ ],
+ "tts": [
+ "黑白方格旗"
+ ]
+ },
+ "🚩": {
+ "default": [
+ "三角旗",
+ "升旗",
+ "旗",
+ "旗杆上的三角旗",
+ "旗杆上的旗帜",
+ "红色旗帜",
+ "高尔夫"
+ ],
+ "tts": [
+ "三角旗"
+ ]
+ },
+ "🎌": {
+ "default": [
+ "交叉旗",
+ "对叉",
+ "旗",
+ "旗帜",
+ "日本"
+ ],
+ "tts": [
+ "交叉旗"
+ ]
+ },
+ "🏴": {
+ "default": [
+ "举黑旗",
+ "摇黑棋",
+ "黑旗",
+ "黑色旗",
+ "黑色旗子",
+ "黑色旗帜"
+ ],
+ "tts": [
+ "黑旗"
+ ]
+ },
+ "🏳": {
+ "default": [
+ "举白旗",
+ "摇白旗",
+ "白旗",
+ "白色旗子",
+ "白色旗帜"
+ ],
+ "tts": [
+ "白旗"
+ ]
+ },
+ "🏳🌈": {
+ "default": [
+ "双性",
+ "同性",
+ "多色",
+ "彩虹",
+ "彩虹旗",
+ "旗",
+ "旗帜",
+ "跨性别"
+ ],
+ "tts": [
+ "彩虹旗"
+ ]
+ },
+ "🏳⚧": {
+ "default": [
+ "旗帜",
+ "浅蓝色",
+ "白色",
+ "粉红色",
+ "跨性别",
+ "跨性别旗"
+ ],
+ "tts": [
+ "跨性别旗"
+ ]
+ },
+ "🏴☠": {
+ "default": [
+ "掠夺",
+ "海上",
+ "海盗旗",
+ "财宝",
+ "骷髅"
+ ],
+ "tts": [
+ "海盗旗"
+ ]
+ },
+ "¢": {
+ "default": [
+ "美分"
+ ],
+ "tts": [
+ "美分"
+ ]
+ },
+ "$": {
+ "default": [
+ "比索",
+ "美元",
+ "美元符号",
+ "金钱"
+ ],
+ "tts": [
+ "美元符号"
+ ]
+ },
+ "£": {
+ "default": [
+ "英镑",
+ "英镑符号",
+ "货币",
+ "镑"
+ ],
+ "tts": [
+ "英镑符号"
+ ]
+ },
+ "¥": {
+ "default": [
+ "中国",
+ "人民币",
+ "元",
+ "元符号",
+ "日元",
+ "日本",
+ "货币"
+ ],
+ "tts": [
+ "元符号"
+ ]
+ },
+ "₢": {
+ "default": [
+ "克鲁赛罗"
+ ],
+ "tts": [
+ "克鲁赛罗"
+ ]
+ },
+ "₣": {
+ "default": [
+ "法国法郎"
+ ],
+ "tts": [
+ "法国法郎"
+ ]
+ },
+ "₤": {
+ "default": [
+ "里拉"
+ ],
+ "tts": [
+ "里拉"
+ ]
+ },
+ "₥": {
+ "default": [
+ "密尔"
+ ],
+ "tts": [
+ "密尔"
+ ]
+ },
+ "₩": {
+ "default": [
+ "朝鲜元",
+ "韩元"
+ ],
+ "tts": [
+ "韩元"
+ ]
+ },
+ "€": {
+ "default": [
+ "欧元",
+ "欧元区",
+ "欧元符号",
+ "欧洲",
+ "货币"
+ ],
+ "tts": [
+ "欧元符号"
+ ]
+ },
+ "₰": {
+ "default": [
+ "德国便士"
+ ],
+ "tts": [
+ "德国便士"
+ ]
+ },
+ "₱": {
+ "default": [
+ "比索"
+ ],
+ "tts": [
+ "比索"
+ ]
+ },
+ "₳": {
+ "default": [
+ "奥斯特拉尔"
+ ],
+ "tts": [
+ "奥斯特拉尔"
+ ]
+ },
+ "₶": {
+ "default": [
+ "里弗尔"
+ ],
+ "tts": [
+ "里弗尔"
+ ]
+ },
+ "₷": {
+ "default": [
+ "斯佩斯米洛"
+ ],
+ "tts": [
+ "斯佩斯米洛"
+ ]
+ },
+ "₹": {
+ "default": [
+ "卢比",
+ "印度卢比",
+ "印度卢比符号",
+ "货币"
+ ],
+ "tts": [
+ "印度卢比符号"
+ ]
+ },
+ "₽": {
+ "default": [
+ "俄罗斯",
+ "俄罗斯卢布",
+ "卢布",
+ "卢布符号",
+ "货币"
+ ],
+ "tts": [
+ "卢布符号"
+ ]
+ },
+ "₿": {
+ "default": [
+ "BTC",
+ "比特币"
+ ],
+ "tts": [
+ "比特币"
+ ]
+ },
+ "0⃣": {
+ "default": [
+ "0",
+ "按键"
+ ],
+ "tts": [
+ "按键: 0"
+ ]
+ },
+ "1⃣": {
+ "default": [
+ "1",
+ "一",
+ "按键"
+ ],
+ "tts": [
+ "按键: 1"
+ ]
+ },
+ "2⃣": {
+ "default": [
+ "2",
+ "二",
+ "按键"
+ ],
+ "tts": [
+ "按键: 2"
+ ]
+ },
+ "3⃣": {
+ "default": [
+ "3",
+ "三",
+ "按键"
+ ],
+ "tts": [
+ "按键: 3"
+ ]
+ },
+ "4⃣": {
+ "default": [
+ "4",
+ "四",
+ "按键"
+ ],
+ "tts": [
+ "按键: 4"
+ ]
+ },
+ "5⃣": {
+ "default": [
+ "5",
+ "五",
+ "按键"
+ ],
+ "tts": [
+ "按键: 5"
+ ]
+ },
+ "6⃣": {
+ "default": [
+ "6",
+ "六",
+ "按键"
+ ],
+ "tts": [
+ "按键: 6"
+ ]
+ },
+ "7⃣": {
+ "default": [
+ "7",
+ "七",
+ "按键"
+ ],
+ "tts": [
+ "按键: 7"
+ ]
+ },
+ "8⃣": {
+ "default": [
+ "8",
+ "八",
+ "按键"
+ ],
+ "tts": [
+ "按键: 8"
+ ]
+ },
+ "9⃣": {
+ "default": [
+ "9",
+ "九",
+ "按键"
+ ],
+ "tts": [
+ "按键: 9"
+ ]
+ },
+ "¹": {
+ "default": [
+ "1",
+ "上标",
+ "上标1"
+ ],
+ "tts": [
+ "上标1"
+ ]
+ },
+ "²": {
+ "default": [
+ "2",
+ "上标",
+ "上标2",
+ "平方"
+ ],
+ "tts": [
+ "上标2"
+ ]
+ },
+ "³": {
+ "default": [
+ "3",
+ "上标",
+ "上标3",
+ "立方"
+ ],
+ "tts": [
+ "上标3"
+ ]
+ },
+ "₨": {
+ "default": [
+ "卢比"
+ ],
+ "tts": [
+ "卢比"
+ ]
+ },
+ "µ": {
+ "default": [
+ "度量",
+ "微符号"
+ ],
+ "tts": [
+ "微符号"
+ ]
+ },
+ "﷼": {
+ "default": [
+ "里亚尔"
+ ],
+ "tts": [
+ "里亚尔"
+ ]
+ }
+ }
+ }
+}
diff --git a/commitlint.config.js b/commitlint.config.js
new file mode 100644
index 0000000000..0616fb937b
--- /dev/null
+++ b/commitlint.config.js
@@ -0,0 +1,3 @@
+export default {
+ extends: ['@commitlint/config-conventional'],
+};
diff --git a/package.json b/package.json
index d64292cb31..fc2522c451 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,13 @@
"name": "ayangweb",
"email": "ayangweb@foxmail.com"
},
- "version": "0.6.0-beta.3",
+ "version": "0.6.1",
"type": "module",
"scripts": {
"dev": "run-s build:icon dev:vite",
- "build": "run-s build:*",
+ "dev:tauri": "tauri dev",
+ "build": "run-s build:icon build:vite",
+ "build:tauri": "tauri build",
"dev:vite": "vite",
"build:icon": "tsx scripts/buildIcon.ts",
"build:vite": "vite build",
@@ -24,6 +26,9 @@
"dependencies": {
"@ant-design/happy-work-theme": "^1.0.1",
"@ant-design/icons": "^5.6.1",
+ "@crabnebula/tauri-plugin-drag": "2.1.0",
+ "@emoji-mart/data": "^1.2.1",
+ "@emoji-mart/react": "^1.1.1",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-autostart": "^2.5.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cec4513455..099d4879a7 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -14,6 +14,15 @@ importers:
'@ant-design/icons':
specifier: ^5.6.1
version: 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@crabnebula/tauri-plugin-drag':
+ specifier: 2.1.0
+ version: 2.1.0
+ '@emoji-mart/data':
+ specifier: ^1.2.1
+ version: 1.2.1
+ '@emoji-mart/react':
+ specifier: ^1.1.1
+ version: 1.1.1(emoji-mart@5.6.0)(react@18.3.1)
'@tauri-apps/api':
specifier: ^2.8.0
version: 2.8.0
@@ -389,24 +398,28 @@ packages:
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
+ libc: [musl]
'@biomejs/cli-linux-arm64@2.2.6':
resolution: {integrity: sha512-BpGtuMJGN+o8pQjvYsUKZ+4JEErxdSmcRD/JG3mXoWc6zrcA7OkuyGFN1mDggO0Q1n7qXxo/PcupHk8gzijt5g==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
+ libc: [glibc]
'@biomejs/cli-linux-x64-musl@2.2.6':
resolution: {integrity: sha512-1ZcBux8zVM3JhWN2ZCPaYf0+ogxXG316uaoXJdgoPZcdK/rmRcRY7PqHdAos2ExzvjIdvhQp72UcveI98hgOog==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
+ libc: [musl]
'@biomejs/cli-linux-x64@2.2.6':
resolution: {integrity: sha512-1HaM/dpI/1Z68zp8ZdT6EiBq+/O/z97a2AiHMl+VAdv5/ELckFt9EvRb8hDHpk8hUMoz03gXkC7VPXOVtU7faA==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
+ libc: [glibc]
'@biomejs/cli-win32-arm64@2.2.6':
resolution: {integrity: sha512-h3A88G8PGM1ryTeZyLlSdfC/gz3e95EJw9BZmA6Po412DRqwqPBa2Y9U+4ZSGUAXCsnSQE00jLV8Pyrh0d+jQw==}
@@ -489,10 +502,22 @@ packages:
resolution: {integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==}
engines: {node: '>=v18'}
+ '@crabnebula/tauri-plugin-drag@2.1.0':
+ resolution: {integrity: sha512-LnUXAZwQt1cdMoGDLJ6ogW9wFCYServCZXlGadS7CA+CZ9eXS7L+Q7QyQW6g/zGw9YI2MwKFqf1aSNBGyWw+OA==}
+
'@ctrl/tinycolor@3.6.1':
resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
engines: {node: '>=10'}
+ '@emoji-mart/data@1.2.1':
+ resolution: {integrity: sha512-no2pQMWiBy6gpBEiqGeU77/bFejDqUTRY7KX+0+iur13op3bqUsXdnwoZs6Xb1zbv0gAj5VvS1PWoUUckSr5Dw==}
+
+ '@emoji-mart/react@1.1.1':
+ resolution: {integrity: sha512-NMlFNeWgv1//uPsvLxvGQoIerPuVdXwK/EUek8OOkJ6wVOWPUizRBJU0hDqWZCOROVpfBgCemaC3m6jDOXi03g==}
+ peerDependencies:
+ emoji-mart: ^5.2
+ react: ^16.8 || ^17 || ^18
+
'@emotion/hash@0.8.0':
resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==}
@@ -1080,36 +1105,42 @@ packages:
engines: {node: '>= 10.0.0'}
cpu: [arm]
os: [linux]
+ libc: [glibc]
'@parcel/watcher-linux-arm-musl@2.5.1':
resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==}
engines: {node: '>= 10.0.0'}
cpu: [arm]
os: [linux]
+ libc: [musl]
'@parcel/watcher-linux-arm64-glibc@2.5.1':
resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==}
engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [linux]
+ libc: [glibc]
'@parcel/watcher-linux-arm64-musl@2.5.1':
resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==}
engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [linux]
+ libc: [musl]
'@parcel/watcher-linux-x64-glibc@2.5.1':
resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==}
engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [linux]
+ libc: [glibc]
'@parcel/watcher-linux-x64-musl@2.5.1':
resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==}
engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [linux]
+ libc: [musl]
'@parcel/watcher-win32-arm64@2.5.1':
resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==}
@@ -1253,56 +1284,67 @@ packages:
resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==}
cpu: [arm]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-arm-musleabihf@4.52.5':
resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==}
cpu: [arm]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-arm64-gnu@4.52.5':
resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==}
cpu: [arm64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-arm64-musl@4.52.5':
resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==}
cpu: [arm64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-loong64-gnu@4.52.5':
resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==}
cpu: [loong64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-ppc64-gnu@4.52.5':
resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==}
cpu: [ppc64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-riscv64-gnu@4.52.5':
resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==}
cpu: [riscv64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-riscv64-musl@4.52.5':
resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==}
cpu: [riscv64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-linux-s390x-gnu@4.52.5':
resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==}
cpu: [s390x]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-x64-gnu@4.52.5':
resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==}
cpu: [x64]
os: [linux]
+ libc: [glibc]
'@rollup/rollup-linux-x64-musl@4.52.5':
resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==}
cpu: [x64]
os: [linux]
+ libc: [musl]
'@rollup/rollup-openharmony-arm64@4.52.5':
resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==}
@@ -1359,30 +1401,35 @@ packages:
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
+ libc: [glibc]
'@tauri-apps/cli-linux-arm64-musl@2.8.4':
resolution: {integrity: sha512-zumFeaU1Ws5Ay872FTyIm7z8kfzEHu8NcIn8M6TxbJs0a7GRV21KBdpW1zNj2qy7HynnpQCqjAYXTUUmm9JAOw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
+ libc: [musl]
'@tauri-apps/cli-linux-riscv64-gnu@2.8.4':
resolution: {integrity: sha512-qiqbB3Zz6IyO201f+1ojxLj65WYj8mixL5cOMo63nlg8CIzsP23cPYUrx1YaDPsCLszKZo7tVs14pc7BWf+/aQ==}
engines: {node: '>= 10'}
cpu: [riscv64]
os: [linux]
+ libc: [glibc]
'@tauri-apps/cli-linux-x64-gnu@2.8.4':
resolution: {integrity: sha512-TaqaDd9Oy6k45Hotx3pOf+pkbsxLaApv4rGd9mLuRM1k6YS/aw81YrsMryYPThrxrScEIUcmNIHaHsLiU4GMkw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
+ libc: [glibc]
'@tauri-apps/cli-linux-x64-musl@2.8.4':
resolution: {integrity: sha512-ot9STAwyezN8w+bBHZ+bqSQIJ0qPZFlz/AyscpGqB/JnJQVDFQcRDmUPFEaAtt2UUHSWzN3GoTJ5ypqLBp2WQA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
+ libc: [musl]
'@tauri-apps/cli-win32-arm64-msvc@2.8.4':
resolution: {integrity: sha512-+2aJ/g90dhLiOLFSD1PbElXX3SoMdpO7HFPAZB+xot3CWlAZD1tReUFy7xe0L5GAR16ZmrxpIDM9v9gn5xRy/w==}
@@ -2114,6 +2161,9 @@ packages:
electron-to-chromium@1.5.237:
resolution: {integrity: sha512-icUt1NvfhGLar5lSWH3tHNzablaA5js3HVHacQimfP8ViEBOQv+L7DKEuHdbTZ0SKCO1ogTJTIL1Gwk9S6Qvcg==}
+ emoji-mart@5.6.0:
+ resolution: {integrity: sha512-eJp3QRe79pjwa+duv+n7+5YsNhRcMl812EcFVwrnRvYKoNPoQb5qxU8DG6Bgwji0akHdp6D4Ln6tYLG58MFSow==}
+
emoji-regex@10.6.0:
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
@@ -4829,8 +4879,19 @@ snapshots:
'@types/conventional-commits-parser': 5.0.1
chalk: 5.6.2
+ '@crabnebula/tauri-plugin-drag@2.1.0':
+ dependencies:
+ '@tauri-apps/api': 2.8.0
+
'@ctrl/tinycolor@3.6.1': {}
+ '@emoji-mart/data@1.2.1': {}
+
+ '@emoji-mart/react@1.1.1(emoji-mart@5.6.0)(react@18.3.1)':
+ dependencies:
+ emoji-mart: 5.6.0
+ react: 18.3.1
+
'@emotion/hash@0.8.0': {}
'@emotion/unitless@0.7.5': {}
@@ -6343,6 +6404,8 @@ snapshots:
electron-to-chromium@1.5.237: {}
+ emoji-mart@5.6.0: {}
+
emoji-regex@10.6.0: {}
emoji-regex@8.0.0: {}
diff --git a/public/emojipng/1f004.png b/public/emojipng/1f004.png
new file mode 100644
index 0000000000..93c0fa92ca
Binary files /dev/null and b/public/emojipng/1f004.png differ
diff --git a/public/emojipng/1f0cf.png b/public/emojipng/1f0cf.png
new file mode 100644
index 0000000000..5530110afe
Binary files /dev/null and b/public/emojipng/1f0cf.png differ
diff --git a/public/emojipng/1f170.png b/public/emojipng/1f170.png
new file mode 100644
index 0000000000..8944eac4ff
Binary files /dev/null and b/public/emojipng/1f170.png differ
diff --git a/public/emojipng/1f171.png b/public/emojipng/1f171.png
new file mode 100644
index 0000000000..6662ffefc4
Binary files /dev/null and b/public/emojipng/1f171.png differ
diff --git a/public/emojipng/1f17e.png b/public/emojipng/1f17e.png
new file mode 100644
index 0000000000..7d38be20cc
Binary files /dev/null and b/public/emojipng/1f17e.png differ
diff --git a/public/emojipng/1f17f.png b/public/emojipng/1f17f.png
new file mode 100644
index 0000000000..afa850c900
Binary files /dev/null and b/public/emojipng/1f17f.png differ
diff --git a/public/emojipng/1f18e.png b/public/emojipng/1f18e.png
new file mode 100644
index 0000000000..0c6879c699
Binary files /dev/null and b/public/emojipng/1f18e.png differ
diff --git a/public/emojipng/1f191.png b/public/emojipng/1f191.png
new file mode 100644
index 0000000000..d4cb3afc63
Binary files /dev/null and b/public/emojipng/1f191.png differ
diff --git a/public/emojipng/1f192.png b/public/emojipng/1f192.png
new file mode 100644
index 0000000000..d1920bcc46
Binary files /dev/null and b/public/emojipng/1f192.png differ
diff --git a/public/emojipng/1f193.png b/public/emojipng/1f193.png
new file mode 100644
index 0000000000..20c351632c
Binary files /dev/null and b/public/emojipng/1f193.png differ
diff --git a/public/emojipng/1f194.png b/public/emojipng/1f194.png
new file mode 100644
index 0000000000..d2a9c0ac69
Binary files /dev/null and b/public/emojipng/1f194.png differ
diff --git a/public/emojipng/1f195.png b/public/emojipng/1f195.png
new file mode 100644
index 0000000000..9c0693701c
Binary files /dev/null and b/public/emojipng/1f195.png differ
diff --git a/public/emojipng/1f196.png b/public/emojipng/1f196.png
new file mode 100644
index 0000000000..1676a2b190
Binary files /dev/null and b/public/emojipng/1f196.png differ
diff --git a/public/emojipng/1f197.png b/public/emojipng/1f197.png
new file mode 100644
index 0000000000..90763be704
Binary files /dev/null and b/public/emojipng/1f197.png differ
diff --git a/public/emojipng/1f198.png b/public/emojipng/1f198.png
new file mode 100644
index 0000000000..2dd0eb0440
Binary files /dev/null and b/public/emojipng/1f198.png differ
diff --git a/public/emojipng/1f199.png b/public/emojipng/1f199.png
new file mode 100644
index 0000000000..177ee60634
Binary files /dev/null and b/public/emojipng/1f199.png differ
diff --git a/public/emojipng/1f19a.png b/public/emojipng/1f19a.png
new file mode 100644
index 0000000000..9f26ffe7f7
Binary files /dev/null and b/public/emojipng/1f19a.png differ
diff --git a/public/emojipng/1f1e6-1f1e8.png b/public/emojipng/1f1e6-1f1e8.png
new file mode 100644
index 0000000000..8e7a630b92
Binary files /dev/null and b/public/emojipng/1f1e6-1f1e8.png differ
diff --git a/public/emojipng/1f1e6-1f1e9.png b/public/emojipng/1f1e6-1f1e9.png
new file mode 100644
index 0000000000..69972dfe8c
Binary files /dev/null and b/public/emojipng/1f1e6-1f1e9.png differ
diff --git a/public/emojipng/1f1e6-1f1ea.png b/public/emojipng/1f1e6-1f1ea.png
new file mode 100644
index 0000000000..11d2bb6e9f
Binary files /dev/null and b/public/emojipng/1f1e6-1f1ea.png differ
diff --git a/public/emojipng/1f1e6-1f1eb.png b/public/emojipng/1f1e6-1f1eb.png
new file mode 100644
index 0000000000..7a37ec27e7
Binary files /dev/null and b/public/emojipng/1f1e6-1f1eb.png differ
diff --git a/public/emojipng/1f1e6-1f1ec.png b/public/emojipng/1f1e6-1f1ec.png
new file mode 100644
index 0000000000..8602fff488
Binary files /dev/null and b/public/emojipng/1f1e6-1f1ec.png differ
diff --git a/public/emojipng/1f1e6-1f1ee.png b/public/emojipng/1f1e6-1f1ee.png
new file mode 100644
index 0000000000..73f0c20398
Binary files /dev/null and b/public/emojipng/1f1e6-1f1ee.png differ
diff --git a/public/emojipng/1f1e6-1f1f1.png b/public/emojipng/1f1e6-1f1f1.png
new file mode 100644
index 0000000000..a6d45735f3
Binary files /dev/null and b/public/emojipng/1f1e6-1f1f1.png differ
diff --git a/public/emojipng/1f1e6-1f1f2.png b/public/emojipng/1f1e6-1f1f2.png
new file mode 100644
index 0000000000..16ef38ae5f
Binary files /dev/null and b/public/emojipng/1f1e6-1f1f2.png differ
diff --git a/public/emojipng/1f1e6-1f1f4.png b/public/emojipng/1f1e6-1f1f4.png
new file mode 100644
index 0000000000..934952555e
Binary files /dev/null and b/public/emojipng/1f1e6-1f1f4.png differ
diff --git a/public/emojipng/1f1e6-1f1f6.png b/public/emojipng/1f1e6-1f1f6.png
new file mode 100644
index 0000000000..d21e4bafd2
Binary files /dev/null and b/public/emojipng/1f1e6-1f1f6.png differ
diff --git a/public/emojipng/1f1e6-1f1f7.png b/public/emojipng/1f1e6-1f1f7.png
new file mode 100644
index 0000000000..a7d8a31dd1
Binary files /dev/null and b/public/emojipng/1f1e6-1f1f7.png differ
diff --git a/public/emojipng/1f1e6-1f1f8.png b/public/emojipng/1f1e6-1f1f8.png
new file mode 100644
index 0000000000..a5cdfccbcd
Binary files /dev/null and b/public/emojipng/1f1e6-1f1f8.png differ
diff --git a/public/emojipng/1f1e6-1f1f9.png b/public/emojipng/1f1e6-1f1f9.png
new file mode 100644
index 0000000000..3937efe840
Binary files /dev/null and b/public/emojipng/1f1e6-1f1f9.png differ
diff --git a/public/emojipng/1f1e6-1f1fa.png b/public/emojipng/1f1e6-1f1fa.png
new file mode 100644
index 0000000000..84a51806bf
Binary files /dev/null and b/public/emojipng/1f1e6-1f1fa.png differ
diff --git a/public/emojipng/1f1e6-1f1fc.png b/public/emojipng/1f1e6-1f1fc.png
new file mode 100644
index 0000000000..e250be924b
Binary files /dev/null and b/public/emojipng/1f1e6-1f1fc.png differ
diff --git a/public/emojipng/1f1e6-1f1fd.png b/public/emojipng/1f1e6-1f1fd.png
new file mode 100644
index 0000000000..a5444fc65e
Binary files /dev/null and b/public/emojipng/1f1e6-1f1fd.png differ
diff --git a/public/emojipng/1f1e6-1f1ff.png b/public/emojipng/1f1e6-1f1ff.png
new file mode 100644
index 0000000000..4f0c1c8678
Binary files /dev/null and b/public/emojipng/1f1e6-1f1ff.png differ
diff --git a/public/emojipng/1f1e6.png b/public/emojipng/1f1e6.png
new file mode 100644
index 0000000000..a030394274
Binary files /dev/null and b/public/emojipng/1f1e6.png differ
diff --git a/public/emojipng/1f1e7-1f1e6.png b/public/emojipng/1f1e7-1f1e6.png
new file mode 100644
index 0000000000..3ffe114d94
Binary files /dev/null and b/public/emojipng/1f1e7-1f1e6.png differ
diff --git a/public/emojipng/1f1e7-1f1e7.png b/public/emojipng/1f1e7-1f1e7.png
new file mode 100644
index 0000000000..e6fb3edddb
Binary files /dev/null and b/public/emojipng/1f1e7-1f1e7.png differ
diff --git a/public/emojipng/1f1e7-1f1e9.png b/public/emojipng/1f1e7-1f1e9.png
new file mode 100644
index 0000000000..c1c933e092
Binary files /dev/null and b/public/emojipng/1f1e7-1f1e9.png differ
diff --git a/public/emojipng/1f1e7-1f1ea.png b/public/emojipng/1f1e7-1f1ea.png
new file mode 100644
index 0000000000..93eaaff692
Binary files /dev/null and b/public/emojipng/1f1e7-1f1ea.png differ
diff --git a/public/emojipng/1f1e7-1f1eb.png b/public/emojipng/1f1e7-1f1eb.png
new file mode 100644
index 0000000000..29064ff376
Binary files /dev/null and b/public/emojipng/1f1e7-1f1eb.png differ
diff --git a/public/emojipng/1f1e7-1f1ec.png b/public/emojipng/1f1e7-1f1ec.png
new file mode 100644
index 0000000000..0519f963c5
Binary files /dev/null and b/public/emojipng/1f1e7-1f1ec.png differ
diff --git a/public/emojipng/1f1e7-1f1ed.png b/public/emojipng/1f1e7-1f1ed.png
new file mode 100644
index 0000000000..28c3ec6f69
Binary files /dev/null and b/public/emojipng/1f1e7-1f1ed.png differ
diff --git a/public/emojipng/1f1e7-1f1ee.png b/public/emojipng/1f1e7-1f1ee.png
new file mode 100644
index 0000000000..7133116525
Binary files /dev/null and b/public/emojipng/1f1e7-1f1ee.png differ
diff --git a/public/emojipng/1f1e7-1f1ef.png b/public/emojipng/1f1e7-1f1ef.png
new file mode 100644
index 0000000000..3ac1d995d1
Binary files /dev/null and b/public/emojipng/1f1e7-1f1ef.png differ
diff --git a/public/emojipng/1f1e7-1f1f1.png b/public/emojipng/1f1e7-1f1f1.png
new file mode 100644
index 0000000000..aa9bb0689f
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f1.png differ
diff --git a/public/emojipng/1f1e7-1f1f2.png b/public/emojipng/1f1e7-1f1f2.png
new file mode 100644
index 0000000000..13531297f2
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f2.png differ
diff --git a/public/emojipng/1f1e7-1f1f3.png b/public/emojipng/1f1e7-1f1f3.png
new file mode 100644
index 0000000000..f861221064
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f3.png differ
diff --git a/public/emojipng/1f1e7-1f1f4.png b/public/emojipng/1f1e7-1f1f4.png
new file mode 100644
index 0000000000..21c555bdd6
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f4.png differ
diff --git a/public/emojipng/1f1e7-1f1f6.png b/public/emojipng/1f1e7-1f1f6.png
new file mode 100644
index 0000000000..be922b0c12
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f6.png differ
diff --git a/public/emojipng/1f1e7-1f1f7.png b/public/emojipng/1f1e7-1f1f7.png
new file mode 100644
index 0000000000..642f3a520d
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f7.png differ
diff --git a/public/emojipng/1f1e7-1f1f8.png b/public/emojipng/1f1e7-1f1f8.png
new file mode 100644
index 0000000000..f959101b26
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f8.png differ
diff --git a/public/emojipng/1f1e7-1f1f9.png b/public/emojipng/1f1e7-1f1f9.png
new file mode 100644
index 0000000000..ee668fb7da
Binary files /dev/null and b/public/emojipng/1f1e7-1f1f9.png differ
diff --git a/public/emojipng/1f1e7-1f1fb.png b/public/emojipng/1f1e7-1f1fb.png
new file mode 100644
index 0000000000..d3a19fdf81
Binary files /dev/null and b/public/emojipng/1f1e7-1f1fb.png differ
diff --git a/public/emojipng/1f1e7-1f1fc.png b/public/emojipng/1f1e7-1f1fc.png
new file mode 100644
index 0000000000..4aeeb130f2
Binary files /dev/null and b/public/emojipng/1f1e7-1f1fc.png differ
diff --git a/public/emojipng/1f1e7-1f1fe.png b/public/emojipng/1f1e7-1f1fe.png
new file mode 100644
index 0000000000..fc2051bf7e
Binary files /dev/null and b/public/emojipng/1f1e7-1f1fe.png differ
diff --git a/public/emojipng/1f1e7-1f1ff.png b/public/emojipng/1f1e7-1f1ff.png
new file mode 100644
index 0000000000..0c23f8075a
Binary files /dev/null and b/public/emojipng/1f1e7-1f1ff.png differ
diff --git a/public/emojipng/1f1e7.png b/public/emojipng/1f1e7.png
new file mode 100644
index 0000000000..2322e67044
Binary files /dev/null and b/public/emojipng/1f1e7.png differ
diff --git a/public/emojipng/1f1e8-1f1e6.png b/public/emojipng/1f1e8-1f1e6.png
new file mode 100644
index 0000000000..fe777da3f5
Binary files /dev/null and b/public/emojipng/1f1e8-1f1e6.png differ
diff --git a/public/emojipng/1f1e8-1f1e8.png b/public/emojipng/1f1e8-1f1e8.png
new file mode 100644
index 0000000000..f232d71578
Binary files /dev/null and b/public/emojipng/1f1e8-1f1e8.png differ
diff --git a/public/emojipng/1f1e8-1f1e9.png b/public/emojipng/1f1e8-1f1e9.png
new file mode 100644
index 0000000000..f0855b2738
Binary files /dev/null and b/public/emojipng/1f1e8-1f1e9.png differ
diff --git a/public/emojipng/1f1e8-1f1eb.png b/public/emojipng/1f1e8-1f1eb.png
new file mode 100644
index 0000000000..18a6891661
Binary files /dev/null and b/public/emojipng/1f1e8-1f1eb.png differ
diff --git a/public/emojipng/1f1e8-1f1ec.png b/public/emojipng/1f1e8-1f1ec.png
new file mode 100644
index 0000000000..113face155
Binary files /dev/null and b/public/emojipng/1f1e8-1f1ec.png differ
diff --git a/public/emojipng/1f1e8-1f1ed.png b/public/emojipng/1f1e8-1f1ed.png
new file mode 100644
index 0000000000..bc50b99e54
Binary files /dev/null and b/public/emojipng/1f1e8-1f1ed.png differ
diff --git a/public/emojipng/1f1e8-1f1ee.png b/public/emojipng/1f1e8-1f1ee.png
new file mode 100644
index 0000000000..e19e84b00d
Binary files /dev/null and b/public/emojipng/1f1e8-1f1ee.png differ
diff --git a/public/emojipng/1f1e8-1f1f0.png b/public/emojipng/1f1e8-1f1f0.png
new file mode 100644
index 0000000000..e5ca391482
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f0.png differ
diff --git a/public/emojipng/1f1e8-1f1f1.png b/public/emojipng/1f1e8-1f1f1.png
new file mode 100644
index 0000000000..d4d91d0655
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f1.png differ
diff --git a/public/emojipng/1f1e8-1f1f2.png b/public/emojipng/1f1e8-1f1f2.png
new file mode 100644
index 0000000000..457a061631
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f2.png differ
diff --git a/public/emojipng/1f1e8-1f1f3.png b/public/emojipng/1f1e8-1f1f3.png
new file mode 100644
index 0000000000..dcc0fb1aea
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f3.png differ
diff --git a/public/emojipng/1f1e8-1f1f4.png b/public/emojipng/1f1e8-1f1f4.png
new file mode 100644
index 0000000000..0d2cf35564
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f4.png differ
diff --git a/public/emojipng/1f1e8-1f1f5.png b/public/emojipng/1f1e8-1f1f5.png
new file mode 100644
index 0000000000..662adc7b32
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f5.png differ
diff --git a/public/emojipng/1f1e8-1f1f6.png b/public/emojipng/1f1e8-1f1f6.png
new file mode 100644
index 0000000000..5626a9fa37
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f6.png differ
diff --git a/public/emojipng/1f1e8-1f1f7.png b/public/emojipng/1f1e8-1f1f7.png
new file mode 100644
index 0000000000..69b41acd29
Binary files /dev/null and b/public/emojipng/1f1e8-1f1f7.png differ
diff --git a/public/emojipng/1f1e8-1f1fa.png b/public/emojipng/1f1e8-1f1fa.png
new file mode 100644
index 0000000000..00e3299d6d
Binary files /dev/null and b/public/emojipng/1f1e8-1f1fa.png differ
diff --git a/public/emojipng/1f1e8-1f1fb.png b/public/emojipng/1f1e8-1f1fb.png
new file mode 100644
index 0000000000..88ac363003
Binary files /dev/null and b/public/emojipng/1f1e8-1f1fb.png differ
diff --git a/public/emojipng/1f1e8-1f1fc.png b/public/emojipng/1f1e8-1f1fc.png
new file mode 100644
index 0000000000..83a5a7d226
Binary files /dev/null and b/public/emojipng/1f1e8-1f1fc.png differ
diff --git a/public/emojipng/1f1e8-1f1fd.png b/public/emojipng/1f1e8-1f1fd.png
new file mode 100644
index 0000000000..b6f3608554
Binary files /dev/null and b/public/emojipng/1f1e8-1f1fd.png differ
diff --git a/public/emojipng/1f1e8-1f1fe.png b/public/emojipng/1f1e8-1f1fe.png
new file mode 100644
index 0000000000..5c333b0781
Binary files /dev/null and b/public/emojipng/1f1e8-1f1fe.png differ
diff --git a/public/emojipng/1f1e8-1f1ff.png b/public/emojipng/1f1e8-1f1ff.png
new file mode 100644
index 0000000000..ecad9fdbb5
Binary files /dev/null and b/public/emojipng/1f1e8-1f1ff.png differ
diff --git a/public/emojipng/1f1e8.png b/public/emojipng/1f1e8.png
new file mode 100644
index 0000000000..1683e3206e
Binary files /dev/null and b/public/emojipng/1f1e8.png differ
diff --git a/public/emojipng/1f1e9-1f1ea.png b/public/emojipng/1f1e9-1f1ea.png
new file mode 100644
index 0000000000..2933ab89e3
Binary files /dev/null and b/public/emojipng/1f1e9-1f1ea.png differ
diff --git a/public/emojipng/1f1e9-1f1ec.png b/public/emojipng/1f1e9-1f1ec.png
new file mode 100644
index 0000000000..aee82bade8
Binary files /dev/null and b/public/emojipng/1f1e9-1f1ec.png differ
diff --git a/public/emojipng/1f1e9-1f1ef.png b/public/emojipng/1f1e9-1f1ef.png
new file mode 100644
index 0000000000..24602c11d1
Binary files /dev/null and b/public/emojipng/1f1e9-1f1ef.png differ
diff --git a/public/emojipng/1f1e9-1f1f0.png b/public/emojipng/1f1e9-1f1f0.png
new file mode 100644
index 0000000000..095ff86cae
Binary files /dev/null and b/public/emojipng/1f1e9-1f1f0.png differ
diff --git a/public/emojipng/1f1e9-1f1f2.png b/public/emojipng/1f1e9-1f1f2.png
new file mode 100644
index 0000000000..05f78c9647
Binary files /dev/null and b/public/emojipng/1f1e9-1f1f2.png differ
diff --git a/public/emojipng/1f1e9-1f1f4.png b/public/emojipng/1f1e9-1f1f4.png
new file mode 100644
index 0000000000..4cb2f4ad23
Binary files /dev/null and b/public/emojipng/1f1e9-1f1f4.png differ
diff --git a/public/emojipng/1f1e9-1f1ff.png b/public/emojipng/1f1e9-1f1ff.png
new file mode 100644
index 0000000000..8bdb882bd9
Binary files /dev/null and b/public/emojipng/1f1e9-1f1ff.png differ
diff --git a/public/emojipng/1f1e9.png b/public/emojipng/1f1e9.png
new file mode 100644
index 0000000000..641d1641ee
Binary files /dev/null and b/public/emojipng/1f1e9.png differ
diff --git a/public/emojipng/1f1ea-1f1e6.png b/public/emojipng/1f1ea-1f1e6.png
new file mode 100644
index 0000000000..fddf21a1a3
Binary files /dev/null and b/public/emojipng/1f1ea-1f1e6.png differ
diff --git a/public/emojipng/1f1ea-1f1e8.png b/public/emojipng/1f1ea-1f1e8.png
new file mode 100644
index 0000000000..05b0a2ace0
Binary files /dev/null and b/public/emojipng/1f1ea-1f1e8.png differ
diff --git a/public/emojipng/1f1ea-1f1ea.png b/public/emojipng/1f1ea-1f1ea.png
new file mode 100644
index 0000000000..94d8d46443
Binary files /dev/null and b/public/emojipng/1f1ea-1f1ea.png differ
diff --git a/public/emojipng/1f1ea-1f1ec.png b/public/emojipng/1f1ea-1f1ec.png
new file mode 100644
index 0000000000..29dfd5bad8
Binary files /dev/null and b/public/emojipng/1f1ea-1f1ec.png differ
diff --git a/public/emojipng/1f1ea-1f1ed.png b/public/emojipng/1f1ea-1f1ed.png
new file mode 100644
index 0000000000..29d07917d0
Binary files /dev/null and b/public/emojipng/1f1ea-1f1ed.png differ
diff --git a/public/emojipng/1f1ea-1f1f7.png b/public/emojipng/1f1ea-1f1f7.png
new file mode 100644
index 0000000000..fd25d0e349
Binary files /dev/null and b/public/emojipng/1f1ea-1f1f7.png differ
diff --git a/public/emojipng/1f1ea-1f1f8.png b/public/emojipng/1f1ea-1f1f8.png
new file mode 100644
index 0000000000..5c449da194
Binary files /dev/null and b/public/emojipng/1f1ea-1f1f8.png differ
diff --git a/public/emojipng/1f1ea-1f1f9.png b/public/emojipng/1f1ea-1f1f9.png
new file mode 100644
index 0000000000..4f4e7fc249
Binary files /dev/null and b/public/emojipng/1f1ea-1f1f9.png differ
diff --git a/public/emojipng/1f1ea-1f1fa.png b/public/emojipng/1f1ea-1f1fa.png
new file mode 100644
index 0000000000..4f0b5d7f4f
Binary files /dev/null and b/public/emojipng/1f1ea-1f1fa.png differ
diff --git a/public/emojipng/1f1ea.png b/public/emojipng/1f1ea.png
new file mode 100644
index 0000000000..cb6286fcc4
Binary files /dev/null and b/public/emojipng/1f1ea.png differ
diff --git a/public/emojipng/1f1eb-1f1ee.png b/public/emojipng/1f1eb-1f1ee.png
new file mode 100644
index 0000000000..34096f2ca1
Binary files /dev/null and b/public/emojipng/1f1eb-1f1ee.png differ
diff --git a/public/emojipng/1f1eb-1f1ef.png b/public/emojipng/1f1eb-1f1ef.png
new file mode 100644
index 0000000000..3f4c0e0624
Binary files /dev/null and b/public/emojipng/1f1eb-1f1ef.png differ
diff --git a/public/emojipng/1f1eb-1f1f0.png b/public/emojipng/1f1eb-1f1f0.png
new file mode 100644
index 0000000000..5b2ecff4e4
Binary files /dev/null and b/public/emojipng/1f1eb-1f1f0.png differ
diff --git a/public/emojipng/1f1eb-1f1f2.png b/public/emojipng/1f1eb-1f1f2.png
new file mode 100644
index 0000000000..0fc25e88f9
Binary files /dev/null and b/public/emojipng/1f1eb-1f1f2.png differ
diff --git a/public/emojipng/1f1eb-1f1f4.png b/public/emojipng/1f1eb-1f1f4.png
new file mode 100644
index 0000000000..7f8e443512
Binary files /dev/null and b/public/emojipng/1f1eb-1f1f4.png differ
diff --git a/public/emojipng/1f1eb-1f1f7.png b/public/emojipng/1f1eb-1f1f7.png
new file mode 100644
index 0000000000..662adc7b32
Binary files /dev/null and b/public/emojipng/1f1eb-1f1f7.png differ
diff --git a/public/emojipng/1f1eb.png b/public/emojipng/1f1eb.png
new file mode 100644
index 0000000000..6d033081a5
Binary files /dev/null and b/public/emojipng/1f1eb.png differ
diff --git a/public/emojipng/1f1ec-1f1e6.png b/public/emojipng/1f1ec-1f1e6.png
new file mode 100644
index 0000000000..6f73a3793b
Binary files /dev/null and b/public/emojipng/1f1ec-1f1e6.png differ
diff --git a/public/emojipng/1f1ec-1f1e7.png b/public/emojipng/1f1ec-1f1e7.png
new file mode 100644
index 0000000000..af56765726
Binary files /dev/null and b/public/emojipng/1f1ec-1f1e7.png differ
diff --git a/public/emojipng/1f1ec-1f1e9.png b/public/emojipng/1f1ec-1f1e9.png
new file mode 100644
index 0000000000..66f160e0e7
Binary files /dev/null and b/public/emojipng/1f1ec-1f1e9.png differ
diff --git a/public/emojipng/1f1ec-1f1ea.png b/public/emojipng/1f1ec-1f1ea.png
new file mode 100644
index 0000000000..31af12832b
Binary files /dev/null and b/public/emojipng/1f1ec-1f1ea.png differ
diff --git a/public/emojipng/1f1ec-1f1eb.png b/public/emojipng/1f1ec-1f1eb.png
new file mode 100644
index 0000000000..99ff31b2f4
Binary files /dev/null and b/public/emojipng/1f1ec-1f1eb.png differ
diff --git a/public/emojipng/1f1ec-1f1ec.png b/public/emojipng/1f1ec-1f1ec.png
new file mode 100644
index 0000000000..72ac329c84
Binary files /dev/null and b/public/emojipng/1f1ec-1f1ec.png differ
diff --git a/public/emojipng/1f1ec-1f1ed.png b/public/emojipng/1f1ec-1f1ed.png
new file mode 100644
index 0000000000..2b19dbdad4
Binary files /dev/null and b/public/emojipng/1f1ec-1f1ed.png differ
diff --git a/public/emojipng/1f1ec-1f1ee.png b/public/emojipng/1f1ec-1f1ee.png
new file mode 100644
index 0000000000..26d4ef755e
Binary files /dev/null and b/public/emojipng/1f1ec-1f1ee.png differ
diff --git a/public/emojipng/1f1ec-1f1f1.png b/public/emojipng/1f1ec-1f1f1.png
new file mode 100644
index 0000000000..5df66b33ec
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f1.png differ
diff --git a/public/emojipng/1f1ec-1f1f2.png b/public/emojipng/1f1ec-1f1f2.png
new file mode 100644
index 0000000000..4d1a3b4c12
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f2.png differ
diff --git a/public/emojipng/1f1ec-1f1f3.png b/public/emojipng/1f1ec-1f1f3.png
new file mode 100644
index 0000000000..813c3caa1f
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f3.png differ
diff --git a/public/emojipng/1f1ec-1f1f5.png b/public/emojipng/1f1ec-1f1f5.png
new file mode 100644
index 0000000000..97a3dd9be7
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f5.png differ
diff --git a/public/emojipng/1f1ec-1f1f6.png b/public/emojipng/1f1ec-1f1f6.png
new file mode 100644
index 0000000000..02b7aec5fd
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f6.png differ
diff --git a/public/emojipng/1f1ec-1f1f7.png b/public/emojipng/1f1ec-1f1f7.png
new file mode 100644
index 0000000000..0478442a41
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f7.png differ
diff --git a/public/emojipng/1f1ec-1f1f8.png b/public/emojipng/1f1ec-1f1f8.png
new file mode 100644
index 0000000000..da4bbff9c6
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f8.png differ
diff --git a/public/emojipng/1f1ec-1f1f9.png b/public/emojipng/1f1ec-1f1f9.png
new file mode 100644
index 0000000000..23cec33928
Binary files /dev/null and b/public/emojipng/1f1ec-1f1f9.png differ
diff --git a/public/emojipng/1f1ec-1f1fa.png b/public/emojipng/1f1ec-1f1fa.png
new file mode 100644
index 0000000000..75c0945cfe
Binary files /dev/null and b/public/emojipng/1f1ec-1f1fa.png differ
diff --git a/public/emojipng/1f1ec-1f1fc.png b/public/emojipng/1f1ec-1f1fc.png
new file mode 100644
index 0000000000..cf8c9416c1
Binary files /dev/null and b/public/emojipng/1f1ec-1f1fc.png differ
diff --git a/public/emojipng/1f1ec-1f1fe.png b/public/emojipng/1f1ec-1f1fe.png
new file mode 100644
index 0000000000..2e102fdc8e
Binary files /dev/null and b/public/emojipng/1f1ec-1f1fe.png differ
diff --git a/public/emojipng/1f1ec.png b/public/emojipng/1f1ec.png
new file mode 100644
index 0000000000..f9f35b9928
Binary files /dev/null and b/public/emojipng/1f1ec.png differ
diff --git a/public/emojipng/1f1ed-1f1f0.png b/public/emojipng/1f1ed-1f1f0.png
new file mode 100644
index 0000000000..412b6841f8
Binary files /dev/null and b/public/emojipng/1f1ed-1f1f0.png differ
diff --git a/public/emojipng/1f1ed-1f1f2.png b/public/emojipng/1f1ed-1f1f2.png
new file mode 100644
index 0000000000..9972434a17
Binary files /dev/null and b/public/emojipng/1f1ed-1f1f2.png differ
diff --git a/public/emojipng/1f1ed-1f1f3.png b/public/emojipng/1f1ed-1f1f3.png
new file mode 100644
index 0000000000..e1617778cb
Binary files /dev/null and b/public/emojipng/1f1ed-1f1f3.png differ
diff --git a/public/emojipng/1f1ed-1f1f7.png b/public/emojipng/1f1ed-1f1f7.png
new file mode 100644
index 0000000000..2dafc9a092
Binary files /dev/null and b/public/emojipng/1f1ed-1f1f7.png differ
diff --git a/public/emojipng/1f1ed-1f1f9.png b/public/emojipng/1f1ed-1f1f9.png
new file mode 100644
index 0000000000..afbf0287b6
Binary files /dev/null and b/public/emojipng/1f1ed-1f1f9.png differ
diff --git a/public/emojipng/1f1ed-1f1fa.png b/public/emojipng/1f1ed-1f1fa.png
new file mode 100644
index 0000000000..b2f43f77d8
Binary files /dev/null and b/public/emojipng/1f1ed-1f1fa.png differ
diff --git a/public/emojipng/1f1ed.png b/public/emojipng/1f1ed.png
new file mode 100644
index 0000000000..519a4136d3
Binary files /dev/null and b/public/emojipng/1f1ed.png differ
diff --git a/public/emojipng/1f1ee-1f1e8.png b/public/emojipng/1f1ee-1f1e8.png
new file mode 100644
index 0000000000..44cb511f1b
Binary files /dev/null and b/public/emojipng/1f1ee-1f1e8.png differ
diff --git a/public/emojipng/1f1ee-1f1e9.png b/public/emojipng/1f1ee-1f1e9.png
new file mode 100644
index 0000000000..4e8df64737
Binary files /dev/null and b/public/emojipng/1f1ee-1f1e9.png differ
diff --git a/public/emojipng/1f1ee-1f1ea.png b/public/emojipng/1f1ee-1f1ea.png
new file mode 100644
index 0000000000..bbbeada96f
Binary files /dev/null and b/public/emojipng/1f1ee-1f1ea.png differ
diff --git a/public/emojipng/1f1ee-1f1f1.png b/public/emojipng/1f1ee-1f1f1.png
new file mode 100644
index 0000000000..6c390c3fe6
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f1.png differ
diff --git a/public/emojipng/1f1ee-1f1f2.png b/public/emojipng/1f1ee-1f1f2.png
new file mode 100644
index 0000000000..99304fca91
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f2.png differ
diff --git a/public/emojipng/1f1ee-1f1f3.png b/public/emojipng/1f1ee-1f1f3.png
new file mode 100644
index 0000000000..22d2bdfded
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f3.png differ
diff --git a/public/emojipng/1f1ee-1f1f4.png b/public/emojipng/1f1ee-1f1f4.png
new file mode 100644
index 0000000000..7ef54ae2ad
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f4.png differ
diff --git a/public/emojipng/1f1ee-1f1f6.png b/public/emojipng/1f1ee-1f1f6.png
new file mode 100644
index 0000000000..81de697331
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f6.png differ
diff --git a/public/emojipng/1f1ee-1f1f7.png b/public/emojipng/1f1ee-1f1f7.png
new file mode 100644
index 0000000000..5147905ec9
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f7.png differ
diff --git a/public/emojipng/1f1ee-1f1f8.png b/public/emojipng/1f1ee-1f1f8.png
new file mode 100644
index 0000000000..349e9efab5
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f8.png differ
diff --git a/public/emojipng/1f1ee-1f1f9.png b/public/emojipng/1f1ee-1f1f9.png
new file mode 100644
index 0000000000..2cd1da785e
Binary files /dev/null and b/public/emojipng/1f1ee-1f1f9.png differ
diff --git a/public/emojipng/1f1ee.png b/public/emojipng/1f1ee.png
new file mode 100644
index 0000000000..4a50ebe907
Binary files /dev/null and b/public/emojipng/1f1ee.png differ
diff --git a/public/emojipng/1f1ef-1f1ea.png b/public/emojipng/1f1ef-1f1ea.png
new file mode 100644
index 0000000000..bc974c1272
Binary files /dev/null and b/public/emojipng/1f1ef-1f1ea.png differ
diff --git a/public/emojipng/1f1ef-1f1f2.png b/public/emojipng/1f1ef-1f1f2.png
new file mode 100644
index 0000000000..2a48a73a5e
Binary files /dev/null and b/public/emojipng/1f1ef-1f1f2.png differ
diff --git a/public/emojipng/1f1ef-1f1f4.png b/public/emojipng/1f1ef-1f1f4.png
new file mode 100644
index 0000000000..5161701b24
Binary files /dev/null and b/public/emojipng/1f1ef-1f1f4.png differ
diff --git a/public/emojipng/1f1ef-1f1f5.png b/public/emojipng/1f1ef-1f1f5.png
new file mode 100644
index 0000000000..dd515aa063
Binary files /dev/null and b/public/emojipng/1f1ef-1f1f5.png differ
diff --git a/public/emojipng/1f1ef.png b/public/emojipng/1f1ef.png
new file mode 100644
index 0000000000..f52052fadb
Binary files /dev/null and b/public/emojipng/1f1ef.png differ
diff --git a/public/emojipng/1f1f0-1f1ea.png b/public/emojipng/1f1f0-1f1ea.png
new file mode 100644
index 0000000000..468ab957ac
Binary files /dev/null and b/public/emojipng/1f1f0-1f1ea.png differ
diff --git a/public/emojipng/1f1f0-1f1ec.png b/public/emojipng/1f1f0-1f1ec.png
new file mode 100644
index 0000000000..58f07a7ba6
Binary files /dev/null and b/public/emojipng/1f1f0-1f1ec.png differ
diff --git a/public/emojipng/1f1f0-1f1ed.png b/public/emojipng/1f1f0-1f1ed.png
new file mode 100644
index 0000000000..cf9c1a6649
Binary files /dev/null and b/public/emojipng/1f1f0-1f1ed.png differ
diff --git a/public/emojipng/1f1f0-1f1ee.png b/public/emojipng/1f1f0-1f1ee.png
new file mode 100644
index 0000000000..ee10d01349
Binary files /dev/null and b/public/emojipng/1f1f0-1f1ee.png differ
diff --git a/public/emojipng/1f1f0-1f1f2.png b/public/emojipng/1f1f0-1f1f2.png
new file mode 100644
index 0000000000..1035f149a6
Binary files /dev/null and b/public/emojipng/1f1f0-1f1f2.png differ
diff --git a/public/emojipng/1f1f0-1f1f3.png b/public/emojipng/1f1f0-1f1f3.png
new file mode 100644
index 0000000000..e021417b87
Binary files /dev/null and b/public/emojipng/1f1f0-1f1f3.png differ
diff --git a/public/emojipng/1f1f0-1f1f5.png b/public/emojipng/1f1f0-1f1f5.png
new file mode 100644
index 0000000000..7e05f75fc6
Binary files /dev/null and b/public/emojipng/1f1f0-1f1f5.png differ
diff --git a/public/emojipng/1f1f0-1f1f7.png b/public/emojipng/1f1f0-1f1f7.png
new file mode 100644
index 0000000000..8ff7ccd3ff
Binary files /dev/null and b/public/emojipng/1f1f0-1f1f7.png differ
diff --git a/public/emojipng/1f1f0-1f1fc.png b/public/emojipng/1f1f0-1f1fc.png
new file mode 100644
index 0000000000..76f53c2f7f
Binary files /dev/null and b/public/emojipng/1f1f0-1f1fc.png differ
diff --git a/public/emojipng/1f1f0-1f1fe.png b/public/emojipng/1f1f0-1f1fe.png
new file mode 100644
index 0000000000..158d5899b0
Binary files /dev/null and b/public/emojipng/1f1f0-1f1fe.png differ
diff --git a/public/emojipng/1f1f0-1f1ff.png b/public/emojipng/1f1f0-1f1ff.png
new file mode 100644
index 0000000000..d7e3401def
Binary files /dev/null and b/public/emojipng/1f1f0-1f1ff.png differ
diff --git a/public/emojipng/1f1f0.png b/public/emojipng/1f1f0.png
new file mode 100644
index 0000000000..00a31cbaed
Binary files /dev/null and b/public/emojipng/1f1f0.png differ
diff --git a/public/emojipng/1f1f1-1f1e6.png b/public/emojipng/1f1f1-1f1e6.png
new file mode 100644
index 0000000000..44f5e8da70
Binary files /dev/null and b/public/emojipng/1f1f1-1f1e6.png differ
diff --git a/public/emojipng/1f1f1-1f1e7.png b/public/emojipng/1f1f1-1f1e7.png
new file mode 100644
index 0000000000..f506228dd6
Binary files /dev/null and b/public/emojipng/1f1f1-1f1e7.png differ
diff --git a/public/emojipng/1f1f1-1f1e8.png b/public/emojipng/1f1f1-1f1e8.png
new file mode 100644
index 0000000000..1b7e53a859
Binary files /dev/null and b/public/emojipng/1f1f1-1f1e8.png differ
diff --git a/public/emojipng/1f1f1-1f1ee.png b/public/emojipng/1f1f1-1f1ee.png
new file mode 100644
index 0000000000..9a69e9a048
Binary files /dev/null and b/public/emojipng/1f1f1-1f1ee.png differ
diff --git a/public/emojipng/1f1f1-1f1f0.png b/public/emojipng/1f1f1-1f1f0.png
new file mode 100644
index 0000000000..8f8d0b3aea
Binary files /dev/null and b/public/emojipng/1f1f1-1f1f0.png differ
diff --git a/public/emojipng/1f1f1-1f1f7.png b/public/emojipng/1f1f1-1f1f7.png
new file mode 100644
index 0000000000..8ed6a5a877
Binary files /dev/null and b/public/emojipng/1f1f1-1f1f7.png differ
diff --git a/public/emojipng/1f1f1-1f1f8.png b/public/emojipng/1f1f1-1f1f8.png
new file mode 100644
index 0000000000..051b53ab12
Binary files /dev/null and b/public/emojipng/1f1f1-1f1f8.png differ
diff --git a/public/emojipng/1f1f1-1f1f9.png b/public/emojipng/1f1f1-1f1f9.png
new file mode 100644
index 0000000000..69de64e8b1
Binary files /dev/null and b/public/emojipng/1f1f1-1f1f9.png differ
diff --git a/public/emojipng/1f1f1-1f1fa.png b/public/emojipng/1f1f1-1f1fa.png
new file mode 100644
index 0000000000..d7a507d075
Binary files /dev/null and b/public/emojipng/1f1f1-1f1fa.png differ
diff --git a/public/emojipng/1f1f1-1f1fb.png b/public/emojipng/1f1f1-1f1fb.png
new file mode 100644
index 0000000000..5505550928
Binary files /dev/null and b/public/emojipng/1f1f1-1f1fb.png differ
diff --git a/public/emojipng/1f1f1-1f1fe.png b/public/emojipng/1f1f1-1f1fe.png
new file mode 100644
index 0000000000..426e9319db
Binary files /dev/null and b/public/emojipng/1f1f1-1f1fe.png differ
diff --git a/public/emojipng/1f1f1.png b/public/emojipng/1f1f1.png
new file mode 100644
index 0000000000..50ba60466f
Binary files /dev/null and b/public/emojipng/1f1f1.png differ
diff --git a/public/emojipng/1f1f2-1f1e6.png b/public/emojipng/1f1f2-1f1e6.png
new file mode 100644
index 0000000000..49d5f2f712
Binary files /dev/null and b/public/emojipng/1f1f2-1f1e6.png differ
diff --git a/public/emojipng/1f1f2-1f1e8.png b/public/emojipng/1f1f2-1f1e8.png
new file mode 100644
index 0000000000..cc71565d44
Binary files /dev/null and b/public/emojipng/1f1f2-1f1e8.png differ
diff --git a/public/emojipng/1f1f2-1f1e9.png b/public/emojipng/1f1f2-1f1e9.png
new file mode 100644
index 0000000000..72ab452b4c
Binary files /dev/null and b/public/emojipng/1f1f2-1f1e9.png differ
diff --git a/public/emojipng/1f1f2-1f1ea.png b/public/emojipng/1f1f2-1f1ea.png
new file mode 100644
index 0000000000..ed5d0c4198
Binary files /dev/null and b/public/emojipng/1f1f2-1f1ea.png differ
diff --git a/public/emojipng/1f1f2-1f1eb.png b/public/emojipng/1f1f2-1f1eb.png
new file mode 100644
index 0000000000..662adc7b32
Binary files /dev/null and b/public/emojipng/1f1f2-1f1eb.png differ
diff --git a/public/emojipng/1f1f2-1f1ec.png b/public/emojipng/1f1f2-1f1ec.png
new file mode 100644
index 0000000000..460babaa5d
Binary files /dev/null and b/public/emojipng/1f1f2-1f1ec.png differ
diff --git a/public/emojipng/1f1f2-1f1ed.png b/public/emojipng/1f1f2-1f1ed.png
new file mode 100644
index 0000000000..6b69a8d551
Binary files /dev/null and b/public/emojipng/1f1f2-1f1ed.png differ
diff --git a/public/emojipng/1f1f2-1f1f0.png b/public/emojipng/1f1f2-1f1f0.png
new file mode 100644
index 0000000000..9db397c936
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f0.png differ
diff --git a/public/emojipng/1f1f2-1f1f1.png b/public/emojipng/1f1f2-1f1f1.png
new file mode 100644
index 0000000000..d7db7397c1
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f1.png differ
diff --git a/public/emojipng/1f1f2-1f1f2.png b/public/emojipng/1f1f2-1f1f2.png
new file mode 100644
index 0000000000..d4b642c327
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f2.png differ
diff --git a/public/emojipng/1f1f2-1f1f3.png b/public/emojipng/1f1f2-1f1f3.png
new file mode 100644
index 0000000000..7f2225c80b
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f3.png differ
diff --git a/public/emojipng/1f1f2-1f1f4.png b/public/emojipng/1f1f2-1f1f4.png
new file mode 100644
index 0000000000..2fe5c8cb83
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f4.png differ
diff --git a/public/emojipng/1f1f2-1f1f5.png b/public/emojipng/1f1f2-1f1f5.png
new file mode 100644
index 0000000000..c9d6d57f64
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f5.png differ
diff --git a/public/emojipng/1f1f2-1f1f6.png b/public/emojipng/1f1f2-1f1f6.png
new file mode 100644
index 0000000000..aa46f114c2
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f6.png differ
diff --git a/public/emojipng/1f1f2-1f1f7.png b/public/emojipng/1f1f2-1f1f7.png
new file mode 100644
index 0000000000..e9767976cf
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f7.png differ
diff --git a/public/emojipng/1f1f2-1f1f8.png b/public/emojipng/1f1f2-1f1f8.png
new file mode 100644
index 0000000000..fd6b759a34
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f8.png differ
diff --git a/public/emojipng/1f1f2-1f1f9.png b/public/emojipng/1f1f2-1f1f9.png
new file mode 100644
index 0000000000..9265b06e1a
Binary files /dev/null and b/public/emojipng/1f1f2-1f1f9.png differ
diff --git a/public/emojipng/1f1f2-1f1fa.png b/public/emojipng/1f1f2-1f1fa.png
new file mode 100644
index 0000000000..b48e01b4bb
Binary files /dev/null and b/public/emojipng/1f1f2-1f1fa.png differ
diff --git a/public/emojipng/1f1f2-1f1fb.png b/public/emojipng/1f1f2-1f1fb.png
new file mode 100644
index 0000000000..c666d7ae6d
Binary files /dev/null and b/public/emojipng/1f1f2-1f1fb.png differ
diff --git a/public/emojipng/1f1f2-1f1fc.png b/public/emojipng/1f1f2-1f1fc.png
new file mode 100644
index 0000000000..e58fe389c8
Binary files /dev/null and b/public/emojipng/1f1f2-1f1fc.png differ
diff --git a/public/emojipng/1f1f2-1f1fd.png b/public/emojipng/1f1f2-1f1fd.png
new file mode 100644
index 0000000000..61775bf729
Binary files /dev/null and b/public/emojipng/1f1f2-1f1fd.png differ
diff --git a/public/emojipng/1f1f2-1f1fe.png b/public/emojipng/1f1f2-1f1fe.png
new file mode 100644
index 0000000000..ee84ec4d6c
Binary files /dev/null and b/public/emojipng/1f1f2-1f1fe.png differ
diff --git a/public/emojipng/1f1f2-1f1ff.png b/public/emojipng/1f1f2-1f1ff.png
new file mode 100644
index 0000000000..1a33e0c69e
Binary files /dev/null and b/public/emojipng/1f1f2-1f1ff.png differ
diff --git a/public/emojipng/1f1f2.png b/public/emojipng/1f1f2.png
new file mode 100644
index 0000000000..2539dab475
Binary files /dev/null and b/public/emojipng/1f1f2.png differ
diff --git a/public/emojipng/1f1f3-1f1e6.png b/public/emojipng/1f1f3-1f1e6.png
new file mode 100644
index 0000000000..860139dede
Binary files /dev/null and b/public/emojipng/1f1f3-1f1e6.png differ
diff --git a/public/emojipng/1f1f3-1f1e8.png b/public/emojipng/1f1f3-1f1e8.png
new file mode 100644
index 0000000000..81fa763884
Binary files /dev/null and b/public/emojipng/1f1f3-1f1e8.png differ
diff --git a/public/emojipng/1f1f3-1f1ea.png b/public/emojipng/1f1f3-1f1ea.png
new file mode 100644
index 0000000000..1f1dc36221
Binary files /dev/null and b/public/emojipng/1f1f3-1f1ea.png differ
diff --git a/public/emojipng/1f1f3-1f1eb.png b/public/emojipng/1f1f3-1f1eb.png
new file mode 100644
index 0000000000..599da68e6b
Binary files /dev/null and b/public/emojipng/1f1f3-1f1eb.png differ
diff --git a/public/emojipng/1f1f3-1f1ec.png b/public/emojipng/1f1f3-1f1ec.png
new file mode 100644
index 0000000000..6cbb424d3d
Binary files /dev/null and b/public/emojipng/1f1f3-1f1ec.png differ
diff --git a/public/emojipng/1f1f3-1f1ee.png b/public/emojipng/1f1f3-1f1ee.png
new file mode 100644
index 0000000000..3f14038212
Binary files /dev/null and b/public/emojipng/1f1f3-1f1ee.png differ
diff --git a/public/emojipng/1f1f3-1f1f1.png b/public/emojipng/1f1f3-1f1f1.png
new file mode 100644
index 0000000000..619bf8ce11
Binary files /dev/null and b/public/emojipng/1f1f3-1f1f1.png differ
diff --git a/public/emojipng/1f1f3-1f1f4.png b/public/emojipng/1f1f3-1f1f4.png
new file mode 100644
index 0000000000..d75873518c
Binary files /dev/null and b/public/emojipng/1f1f3-1f1f4.png differ
diff --git a/public/emojipng/1f1f3-1f1f5.png b/public/emojipng/1f1f3-1f1f5.png
new file mode 100644
index 0000000000..48acf5f2b7
Binary files /dev/null and b/public/emojipng/1f1f3-1f1f5.png differ
diff --git a/public/emojipng/1f1f3-1f1f7.png b/public/emojipng/1f1f3-1f1f7.png
new file mode 100644
index 0000000000..1748da9cab
Binary files /dev/null and b/public/emojipng/1f1f3-1f1f7.png differ
diff --git a/public/emojipng/1f1f3-1f1fa.png b/public/emojipng/1f1f3-1f1fa.png
new file mode 100644
index 0000000000..9bd5ec1ada
Binary files /dev/null and b/public/emojipng/1f1f3-1f1fa.png differ
diff --git a/public/emojipng/1f1f3-1f1ff.png b/public/emojipng/1f1f3-1f1ff.png
new file mode 100644
index 0000000000..0d193b3269
Binary files /dev/null and b/public/emojipng/1f1f3-1f1ff.png differ
diff --git a/public/emojipng/1f1f3.png b/public/emojipng/1f1f3.png
new file mode 100644
index 0000000000..11a883c397
Binary files /dev/null and b/public/emojipng/1f1f3.png differ
diff --git a/public/emojipng/1f1f4-1f1f2.png b/public/emojipng/1f1f4-1f1f2.png
new file mode 100644
index 0000000000..41176aa0de
Binary files /dev/null and b/public/emojipng/1f1f4-1f1f2.png differ
diff --git a/public/emojipng/1f1f4.png b/public/emojipng/1f1f4.png
new file mode 100644
index 0000000000..71ff5a54b2
Binary files /dev/null and b/public/emojipng/1f1f4.png differ
diff --git a/public/emojipng/1f1f5-1f1e6.png b/public/emojipng/1f1f5-1f1e6.png
new file mode 100644
index 0000000000..617422984c
Binary files /dev/null and b/public/emojipng/1f1f5-1f1e6.png differ
diff --git a/public/emojipng/1f1f5-1f1ea.png b/public/emojipng/1f1f5-1f1ea.png
new file mode 100644
index 0000000000..f7e54091a9
Binary files /dev/null and b/public/emojipng/1f1f5-1f1ea.png differ
diff --git a/public/emojipng/1f1f5-1f1eb.png b/public/emojipng/1f1f5-1f1eb.png
new file mode 100644
index 0000000000..f89b755744
Binary files /dev/null and b/public/emojipng/1f1f5-1f1eb.png differ
diff --git a/public/emojipng/1f1f5-1f1ec.png b/public/emojipng/1f1f5-1f1ec.png
new file mode 100644
index 0000000000..d75762c30a
Binary files /dev/null and b/public/emojipng/1f1f5-1f1ec.png differ
diff --git a/public/emojipng/1f1f5-1f1ed.png b/public/emojipng/1f1f5-1f1ed.png
new file mode 100644
index 0000000000..a0adbef2cf
Binary files /dev/null and b/public/emojipng/1f1f5-1f1ed.png differ
diff --git a/public/emojipng/1f1f5-1f1f0.png b/public/emojipng/1f1f5-1f1f0.png
new file mode 100644
index 0000000000..311ca9a14a
Binary files /dev/null and b/public/emojipng/1f1f5-1f1f0.png differ
diff --git a/public/emojipng/1f1f5-1f1f1.png b/public/emojipng/1f1f5-1f1f1.png
new file mode 100644
index 0000000000..8d6921db8d
Binary files /dev/null and b/public/emojipng/1f1f5-1f1f1.png differ
diff --git a/public/emojipng/1f1f5-1f1f2.png b/public/emojipng/1f1f5-1f1f2.png
new file mode 100644
index 0000000000..357a863146
Binary files /dev/null and b/public/emojipng/1f1f5-1f1f2.png differ
diff --git a/public/emojipng/1f1f5-1f1f3.png b/public/emojipng/1f1f5-1f1f3.png
new file mode 100644
index 0000000000..a7ced0f12c
Binary files /dev/null and b/public/emojipng/1f1f5-1f1f3.png differ
diff --git a/public/emojipng/1f1f5-1f1f7.png b/public/emojipng/1f1f5-1f1f7.png
new file mode 100644
index 0000000000..867df29d20
Binary files /dev/null and b/public/emojipng/1f1f5-1f1f7.png differ
diff --git a/public/emojipng/1f1f5-1f1f8.png b/public/emojipng/1f1f5-1f1f8.png
new file mode 100644
index 0000000000..9756c0427d
Binary files /dev/null and b/public/emojipng/1f1f5-1f1f8.png differ
diff --git a/public/emojipng/1f1f5-1f1f9.png b/public/emojipng/1f1f5-1f1f9.png
new file mode 100644
index 0000000000..c359291bd2
Binary files /dev/null and b/public/emojipng/1f1f5-1f1f9.png differ
diff --git a/public/emojipng/1f1f5-1f1fc.png b/public/emojipng/1f1f5-1f1fc.png
new file mode 100644
index 0000000000..8a7aea6a9d
Binary files /dev/null and b/public/emojipng/1f1f5-1f1fc.png differ
diff --git a/public/emojipng/1f1f5-1f1fe.png b/public/emojipng/1f1f5-1f1fe.png
new file mode 100644
index 0000000000..8bc9da32bd
Binary files /dev/null and b/public/emojipng/1f1f5-1f1fe.png differ
diff --git a/public/emojipng/1f1f5.png b/public/emojipng/1f1f5.png
new file mode 100644
index 0000000000..70f7afe0a6
Binary files /dev/null and b/public/emojipng/1f1f5.png differ
diff --git a/public/emojipng/1f1f6-1f1e6.png b/public/emojipng/1f1f6-1f1e6.png
new file mode 100644
index 0000000000..363099051c
Binary files /dev/null and b/public/emojipng/1f1f6-1f1e6.png differ
diff --git a/public/emojipng/1f1f6.png b/public/emojipng/1f1f6.png
new file mode 100644
index 0000000000..2628efd225
Binary files /dev/null and b/public/emojipng/1f1f6.png differ
diff --git a/public/emojipng/1f1f7-1f1ea.png b/public/emojipng/1f1f7-1f1ea.png
new file mode 100644
index 0000000000..8010d88dd7
Binary files /dev/null and b/public/emojipng/1f1f7-1f1ea.png differ
diff --git a/public/emojipng/1f1f7-1f1f4.png b/public/emojipng/1f1f7-1f1f4.png
new file mode 100644
index 0000000000..ce8f8e86bc
Binary files /dev/null and b/public/emojipng/1f1f7-1f1f4.png differ
diff --git a/public/emojipng/1f1f7-1f1f8.png b/public/emojipng/1f1f7-1f1f8.png
new file mode 100644
index 0000000000..0485b8639a
Binary files /dev/null and b/public/emojipng/1f1f7-1f1f8.png differ
diff --git a/public/emojipng/1f1f7-1f1fa.png b/public/emojipng/1f1f7-1f1fa.png
new file mode 100644
index 0000000000..9af1cb845e
Binary files /dev/null and b/public/emojipng/1f1f7-1f1fa.png differ
diff --git a/public/emojipng/1f1f7-1f1fc.png b/public/emojipng/1f1f7-1f1fc.png
new file mode 100644
index 0000000000..2802d1a2d7
Binary files /dev/null and b/public/emojipng/1f1f7-1f1fc.png differ
diff --git a/public/emojipng/1f1f7.png b/public/emojipng/1f1f7.png
new file mode 100644
index 0000000000..ecb868c0a1
Binary files /dev/null and b/public/emojipng/1f1f7.png differ
diff --git a/public/emojipng/1f1f8-1f1e6.png b/public/emojipng/1f1f8-1f1e6.png
new file mode 100644
index 0000000000..5f90f43d4b
Binary files /dev/null and b/public/emojipng/1f1f8-1f1e6.png differ
diff --git a/public/emojipng/1f1f8-1f1e7.png b/public/emojipng/1f1f8-1f1e7.png
new file mode 100644
index 0000000000..385dbaae36
Binary files /dev/null and b/public/emojipng/1f1f8-1f1e7.png differ
diff --git a/public/emojipng/1f1f8-1f1e8.png b/public/emojipng/1f1f8-1f1e8.png
new file mode 100644
index 0000000000..908f6b88e6
Binary files /dev/null and b/public/emojipng/1f1f8-1f1e8.png differ
diff --git a/public/emojipng/1f1f8-1f1e9.png b/public/emojipng/1f1f8-1f1e9.png
new file mode 100644
index 0000000000..5ef2fd9a6e
Binary files /dev/null and b/public/emojipng/1f1f8-1f1e9.png differ
diff --git a/public/emojipng/1f1f8-1f1ea.png b/public/emojipng/1f1f8-1f1ea.png
new file mode 100644
index 0000000000..2cf2258713
Binary files /dev/null and b/public/emojipng/1f1f8-1f1ea.png differ
diff --git a/public/emojipng/1f1f8-1f1ec.png b/public/emojipng/1f1f8-1f1ec.png
new file mode 100644
index 0000000000..454b82a079
Binary files /dev/null and b/public/emojipng/1f1f8-1f1ec.png differ
diff --git a/public/emojipng/1f1f8-1f1ed.png b/public/emojipng/1f1f8-1f1ed.png
new file mode 100644
index 0000000000..2d0df5102e
Binary files /dev/null and b/public/emojipng/1f1f8-1f1ed.png differ
diff --git a/public/emojipng/1f1f8-1f1ee.png b/public/emojipng/1f1f8-1f1ee.png
new file mode 100644
index 0000000000..86bffaf313
Binary files /dev/null and b/public/emojipng/1f1f8-1f1ee.png differ
diff --git a/public/emojipng/1f1f8-1f1ef.png b/public/emojipng/1f1f8-1f1ef.png
new file mode 100644
index 0000000000..d75873518c
Binary files /dev/null and b/public/emojipng/1f1f8-1f1ef.png differ
diff --git a/public/emojipng/1f1f8-1f1f0.png b/public/emojipng/1f1f8-1f1f0.png
new file mode 100644
index 0000000000..276c387e03
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f0.png differ
diff --git a/public/emojipng/1f1f8-1f1f1.png b/public/emojipng/1f1f8-1f1f1.png
new file mode 100644
index 0000000000..de88763d0d
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f1.png differ
diff --git a/public/emojipng/1f1f8-1f1f2.png b/public/emojipng/1f1f8-1f1f2.png
new file mode 100644
index 0000000000..ddecba8b9e
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f2.png differ
diff --git a/public/emojipng/1f1f8-1f1f3.png b/public/emojipng/1f1f8-1f1f3.png
new file mode 100644
index 0000000000..843bda4187
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f3.png differ
diff --git a/public/emojipng/1f1f8-1f1f4.png b/public/emojipng/1f1f8-1f1f4.png
new file mode 100644
index 0000000000..a4c573da18
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f4.png differ
diff --git a/public/emojipng/1f1f8-1f1f7.png b/public/emojipng/1f1f8-1f1f7.png
new file mode 100644
index 0000000000..77cd1d3bec
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f7.png differ
diff --git a/public/emojipng/1f1f8-1f1f8.png b/public/emojipng/1f1f8-1f1f8.png
new file mode 100644
index 0000000000..9cbf721edb
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f8.png differ
diff --git a/public/emojipng/1f1f8-1f1f9.png b/public/emojipng/1f1f8-1f1f9.png
new file mode 100644
index 0000000000..f209bcde4d
Binary files /dev/null and b/public/emojipng/1f1f8-1f1f9.png differ
diff --git a/public/emojipng/1f1f8-1f1fb.png b/public/emojipng/1f1f8-1f1fb.png
new file mode 100644
index 0000000000..333063f39e
Binary files /dev/null and b/public/emojipng/1f1f8-1f1fb.png differ
diff --git a/public/emojipng/1f1f8-1f1fd.png b/public/emojipng/1f1f8-1f1fd.png
new file mode 100644
index 0000000000..72401f5fcd
Binary files /dev/null and b/public/emojipng/1f1f8-1f1fd.png differ
diff --git a/public/emojipng/1f1f8-1f1fe.png b/public/emojipng/1f1f8-1f1fe.png
new file mode 100644
index 0000000000..877225169f
Binary files /dev/null and b/public/emojipng/1f1f8-1f1fe.png differ
diff --git a/public/emojipng/1f1f8-1f1ff.png b/public/emojipng/1f1f8-1f1ff.png
new file mode 100644
index 0000000000..0cf3fb1d73
Binary files /dev/null and b/public/emojipng/1f1f8-1f1ff.png differ
diff --git a/public/emojipng/1f1f8.png b/public/emojipng/1f1f8.png
new file mode 100644
index 0000000000..7a38fb9fc0
Binary files /dev/null and b/public/emojipng/1f1f8.png differ
diff --git a/public/emojipng/1f1f9-1f1e6.png b/public/emojipng/1f1f9-1f1e6.png
new file mode 100644
index 0000000000..15e4c3e159
Binary files /dev/null and b/public/emojipng/1f1f9-1f1e6.png differ
diff --git a/public/emojipng/1f1f9-1f1e8.png b/public/emojipng/1f1f9-1f1e8.png
new file mode 100644
index 0000000000..d3da08b9c7
Binary files /dev/null and b/public/emojipng/1f1f9-1f1e8.png differ
diff --git a/public/emojipng/1f1f9-1f1e9.png b/public/emojipng/1f1f9-1f1e9.png
new file mode 100644
index 0000000000..77184f4d06
Binary files /dev/null and b/public/emojipng/1f1f9-1f1e9.png differ
diff --git a/public/emojipng/1f1f9-1f1eb.png b/public/emojipng/1f1f9-1f1eb.png
new file mode 100644
index 0000000000..2c17f5e70a
Binary files /dev/null and b/public/emojipng/1f1f9-1f1eb.png differ
diff --git a/public/emojipng/1f1f9-1f1ec.png b/public/emojipng/1f1f9-1f1ec.png
new file mode 100644
index 0000000000..d9b238aa18
Binary files /dev/null and b/public/emojipng/1f1f9-1f1ec.png differ
diff --git a/public/emojipng/1f1f9-1f1ed.png b/public/emojipng/1f1f9-1f1ed.png
new file mode 100644
index 0000000000..902f55caba
Binary files /dev/null and b/public/emojipng/1f1f9-1f1ed.png differ
diff --git a/public/emojipng/1f1f9-1f1ef.png b/public/emojipng/1f1f9-1f1ef.png
new file mode 100644
index 0000000000..2fc5e4e9b5
Binary files /dev/null and b/public/emojipng/1f1f9-1f1ef.png differ
diff --git a/public/emojipng/1f1f9-1f1f0.png b/public/emojipng/1f1f9-1f1f0.png
new file mode 100644
index 0000000000..122903dfe2
Binary files /dev/null and b/public/emojipng/1f1f9-1f1f0.png differ
diff --git a/public/emojipng/1f1f9-1f1f1.png b/public/emojipng/1f1f9-1f1f1.png
new file mode 100644
index 0000000000..2f69d8d3f7
Binary files /dev/null and b/public/emojipng/1f1f9-1f1f1.png differ
diff --git a/public/emojipng/1f1f9-1f1f2.png b/public/emojipng/1f1f9-1f1f2.png
new file mode 100644
index 0000000000..8e6fbb11c5
Binary files /dev/null and b/public/emojipng/1f1f9-1f1f2.png differ
diff --git a/public/emojipng/1f1f9-1f1f3.png b/public/emojipng/1f1f9-1f1f3.png
new file mode 100644
index 0000000000..0838b9330d
Binary files /dev/null and b/public/emojipng/1f1f9-1f1f3.png differ
diff --git a/public/emojipng/1f1f9-1f1f4.png b/public/emojipng/1f1f9-1f1f4.png
new file mode 100644
index 0000000000..6a680b1171
Binary files /dev/null and b/public/emojipng/1f1f9-1f1f4.png differ
diff --git a/public/emojipng/1f1f9-1f1f7.png b/public/emojipng/1f1f9-1f1f7.png
new file mode 100644
index 0000000000..a80ec23d64
Binary files /dev/null and b/public/emojipng/1f1f9-1f1f7.png differ
diff --git a/public/emojipng/1f1f9-1f1f9.png b/public/emojipng/1f1f9-1f1f9.png
new file mode 100644
index 0000000000..7052a392b7
Binary files /dev/null and b/public/emojipng/1f1f9-1f1f9.png differ
diff --git a/public/emojipng/1f1f9-1f1fb.png b/public/emojipng/1f1f9-1f1fb.png
new file mode 100644
index 0000000000..44880afa7b
Binary files /dev/null and b/public/emojipng/1f1f9-1f1fb.png differ
diff --git a/public/emojipng/1f1f9-1f1fc.png b/public/emojipng/1f1f9-1f1fc.png
new file mode 100644
index 0000000000..d5d14aed27
Binary files /dev/null and b/public/emojipng/1f1f9-1f1fc.png differ
diff --git a/public/emojipng/1f1f9-1f1ff.png b/public/emojipng/1f1f9-1f1ff.png
new file mode 100644
index 0000000000..87c990d625
Binary files /dev/null and b/public/emojipng/1f1f9-1f1ff.png differ
diff --git a/public/emojipng/1f1f9.png b/public/emojipng/1f1f9.png
new file mode 100644
index 0000000000..a3faa0db6d
Binary files /dev/null and b/public/emojipng/1f1f9.png differ
diff --git a/public/emojipng/1f1fa-1f1e6.png b/public/emojipng/1f1fa-1f1e6.png
new file mode 100644
index 0000000000..81db6c222e
Binary files /dev/null and b/public/emojipng/1f1fa-1f1e6.png differ
diff --git a/public/emojipng/1f1fa-1f1ec.png b/public/emojipng/1f1fa-1f1ec.png
new file mode 100644
index 0000000000..f560449896
Binary files /dev/null and b/public/emojipng/1f1fa-1f1ec.png differ
diff --git a/public/emojipng/1f1fa-1f1f2.png b/public/emojipng/1f1fa-1f1f2.png
new file mode 100644
index 0000000000..6d18cb7088
Binary files /dev/null and b/public/emojipng/1f1fa-1f1f2.png differ
diff --git a/public/emojipng/1f1fa-1f1f3.png b/public/emojipng/1f1fa-1f1f3.png
new file mode 100644
index 0000000000..ea7fc4c7d7
Binary files /dev/null and b/public/emojipng/1f1fa-1f1f3.png differ
diff --git a/public/emojipng/1f1fa-1f1f8.png b/public/emojipng/1f1fa-1f1f8.png
new file mode 100644
index 0000000000..0ba064250e
Binary files /dev/null and b/public/emojipng/1f1fa-1f1f8.png differ
diff --git a/public/emojipng/1f1fa-1f1fe.png b/public/emojipng/1f1fa-1f1fe.png
new file mode 100644
index 0000000000..aa981ca381
Binary files /dev/null and b/public/emojipng/1f1fa-1f1fe.png differ
diff --git a/public/emojipng/1f1fa-1f1ff.png b/public/emojipng/1f1fa-1f1ff.png
new file mode 100644
index 0000000000..ae196dd459
Binary files /dev/null and b/public/emojipng/1f1fa-1f1ff.png differ
diff --git a/public/emojipng/1f1fa.png b/public/emojipng/1f1fa.png
new file mode 100644
index 0000000000..95651c65e4
Binary files /dev/null and b/public/emojipng/1f1fa.png differ
diff --git a/public/emojipng/1f1fb-1f1e6.png b/public/emojipng/1f1fb-1f1e6.png
new file mode 100644
index 0000000000..f0fe36f9ad
Binary files /dev/null and b/public/emojipng/1f1fb-1f1e6.png differ
diff --git a/public/emojipng/1f1fb-1f1e8.png b/public/emojipng/1f1fb-1f1e8.png
new file mode 100644
index 0000000000..234bf65ada
Binary files /dev/null and b/public/emojipng/1f1fb-1f1e8.png differ
diff --git a/public/emojipng/1f1fb-1f1ea.png b/public/emojipng/1f1fb-1f1ea.png
new file mode 100644
index 0000000000..70a249fec6
Binary files /dev/null and b/public/emojipng/1f1fb-1f1ea.png differ
diff --git a/public/emojipng/1f1fb-1f1ec.png b/public/emojipng/1f1fb-1f1ec.png
new file mode 100644
index 0000000000..72017181c9
Binary files /dev/null and b/public/emojipng/1f1fb-1f1ec.png differ
diff --git a/public/emojipng/1f1fb-1f1ee.png b/public/emojipng/1f1fb-1f1ee.png
new file mode 100644
index 0000000000..0feb6aebed
Binary files /dev/null and b/public/emojipng/1f1fb-1f1ee.png differ
diff --git a/public/emojipng/1f1fb-1f1f3.png b/public/emojipng/1f1fb-1f1f3.png
new file mode 100644
index 0000000000..5282bd4343
Binary files /dev/null and b/public/emojipng/1f1fb-1f1f3.png differ
diff --git a/public/emojipng/1f1fb-1f1fa.png b/public/emojipng/1f1fb-1f1fa.png
new file mode 100644
index 0000000000..6047a7bf46
Binary files /dev/null and b/public/emojipng/1f1fb-1f1fa.png differ
diff --git a/public/emojipng/1f1fb.png b/public/emojipng/1f1fb.png
new file mode 100644
index 0000000000..f431931f67
Binary files /dev/null and b/public/emojipng/1f1fb.png differ
diff --git a/public/emojipng/1f1fc-1f1eb.png b/public/emojipng/1f1fc-1f1eb.png
new file mode 100644
index 0000000000..15746dad01
Binary files /dev/null and b/public/emojipng/1f1fc-1f1eb.png differ
diff --git a/public/emojipng/1f1fc-1f1f8.png b/public/emojipng/1f1fc-1f1f8.png
new file mode 100644
index 0000000000..5356f6d468
Binary files /dev/null and b/public/emojipng/1f1fc-1f1f8.png differ
diff --git a/public/emojipng/1f1fc.png b/public/emojipng/1f1fc.png
new file mode 100644
index 0000000000..b9c56ae2ef
Binary files /dev/null and b/public/emojipng/1f1fc.png differ
diff --git a/public/emojipng/1f1fd-1f1f0.png b/public/emojipng/1f1fd-1f1f0.png
new file mode 100644
index 0000000000..043e9b514d
Binary files /dev/null and b/public/emojipng/1f1fd-1f1f0.png differ
diff --git a/public/emojipng/1f1fd.png b/public/emojipng/1f1fd.png
new file mode 100644
index 0000000000..328a53365f
Binary files /dev/null and b/public/emojipng/1f1fd.png differ
diff --git a/public/emojipng/1f1fe-1f1ea.png b/public/emojipng/1f1fe-1f1ea.png
new file mode 100644
index 0000000000..e858bb2c19
Binary files /dev/null and b/public/emojipng/1f1fe-1f1ea.png differ
diff --git a/public/emojipng/1f1fe-1f1f9.png b/public/emojipng/1f1fe-1f1f9.png
new file mode 100644
index 0000000000..642b133c08
Binary files /dev/null and b/public/emojipng/1f1fe-1f1f9.png differ
diff --git a/public/emojipng/1f1fe.png b/public/emojipng/1f1fe.png
new file mode 100644
index 0000000000..a1518ab3fa
Binary files /dev/null and b/public/emojipng/1f1fe.png differ
diff --git a/public/emojipng/1f1ff-1f1e6.png b/public/emojipng/1f1ff-1f1e6.png
new file mode 100644
index 0000000000..4535007787
Binary files /dev/null and b/public/emojipng/1f1ff-1f1e6.png differ
diff --git a/public/emojipng/1f1ff-1f1f2.png b/public/emojipng/1f1ff-1f1f2.png
new file mode 100644
index 0000000000..6283325081
Binary files /dev/null and b/public/emojipng/1f1ff-1f1f2.png differ
diff --git a/public/emojipng/1f1ff-1f1fc.png b/public/emojipng/1f1ff-1f1fc.png
new file mode 100644
index 0000000000..d87fd6ac15
Binary files /dev/null and b/public/emojipng/1f1ff-1f1fc.png differ
diff --git a/public/emojipng/1f1ff.png b/public/emojipng/1f1ff.png
new file mode 100644
index 0000000000..090d1bc408
Binary files /dev/null and b/public/emojipng/1f1ff.png differ
diff --git a/public/emojipng/1f201.png b/public/emojipng/1f201.png
new file mode 100644
index 0000000000..31952eaf9e
Binary files /dev/null and b/public/emojipng/1f201.png differ
diff --git a/public/emojipng/1f202.png b/public/emojipng/1f202.png
new file mode 100644
index 0000000000..d12881eda2
Binary files /dev/null and b/public/emojipng/1f202.png differ
diff --git a/public/emojipng/1f21a.png b/public/emojipng/1f21a.png
new file mode 100644
index 0000000000..671699d6fe
Binary files /dev/null and b/public/emojipng/1f21a.png differ
diff --git a/public/emojipng/1f22f.png b/public/emojipng/1f22f.png
new file mode 100644
index 0000000000..b07ad0826a
Binary files /dev/null and b/public/emojipng/1f22f.png differ
diff --git a/public/emojipng/1f232.png b/public/emojipng/1f232.png
new file mode 100644
index 0000000000..37ad941cf4
Binary files /dev/null and b/public/emojipng/1f232.png differ
diff --git a/public/emojipng/1f233.png b/public/emojipng/1f233.png
new file mode 100644
index 0000000000..9dc7c35f14
Binary files /dev/null and b/public/emojipng/1f233.png differ
diff --git a/public/emojipng/1f234.png b/public/emojipng/1f234.png
new file mode 100644
index 0000000000..5217963f44
Binary files /dev/null and b/public/emojipng/1f234.png differ
diff --git a/public/emojipng/1f235.png b/public/emojipng/1f235.png
new file mode 100644
index 0000000000..2ef4e02c81
Binary files /dev/null and b/public/emojipng/1f235.png differ
diff --git a/public/emojipng/1f236.png b/public/emojipng/1f236.png
new file mode 100644
index 0000000000..503ca0f311
Binary files /dev/null and b/public/emojipng/1f236.png differ
diff --git a/public/emojipng/1f237.png b/public/emojipng/1f237.png
new file mode 100644
index 0000000000..a8a13729c4
Binary files /dev/null and b/public/emojipng/1f237.png differ
diff --git a/public/emojipng/1f238.png b/public/emojipng/1f238.png
new file mode 100644
index 0000000000..c85c702091
Binary files /dev/null and b/public/emojipng/1f238.png differ
diff --git a/public/emojipng/1f239.png b/public/emojipng/1f239.png
new file mode 100644
index 0000000000..338aded4e9
Binary files /dev/null and b/public/emojipng/1f239.png differ
diff --git a/public/emojipng/1f23a.png b/public/emojipng/1f23a.png
new file mode 100644
index 0000000000..de3f1aa908
Binary files /dev/null and b/public/emojipng/1f23a.png differ
diff --git a/public/emojipng/1f250.png b/public/emojipng/1f250.png
new file mode 100644
index 0000000000..be414e9e1c
Binary files /dev/null and b/public/emojipng/1f250.png differ
diff --git a/public/emojipng/1f251.png b/public/emojipng/1f251.png
new file mode 100644
index 0000000000..bc0802fcc4
Binary files /dev/null and b/public/emojipng/1f251.png differ
diff --git a/public/emojipng/1f300.png b/public/emojipng/1f300.png
new file mode 100644
index 0000000000..12726261ee
Binary files /dev/null and b/public/emojipng/1f300.png differ
diff --git a/public/emojipng/1f301.png b/public/emojipng/1f301.png
new file mode 100644
index 0000000000..aef27ad589
Binary files /dev/null and b/public/emojipng/1f301.png differ
diff --git a/public/emojipng/1f302.png b/public/emojipng/1f302.png
new file mode 100644
index 0000000000..803de0a38c
Binary files /dev/null and b/public/emojipng/1f302.png differ
diff --git a/public/emojipng/1f303.png b/public/emojipng/1f303.png
new file mode 100644
index 0000000000..8eb0c12b66
Binary files /dev/null and b/public/emojipng/1f303.png differ
diff --git a/public/emojipng/1f304.png b/public/emojipng/1f304.png
new file mode 100644
index 0000000000..ab061858b8
Binary files /dev/null and b/public/emojipng/1f304.png differ
diff --git a/public/emojipng/1f305.png b/public/emojipng/1f305.png
new file mode 100644
index 0000000000..eda7cbee49
Binary files /dev/null and b/public/emojipng/1f305.png differ
diff --git a/public/emojipng/1f306.png b/public/emojipng/1f306.png
new file mode 100644
index 0000000000..768e2d22d9
Binary files /dev/null and b/public/emojipng/1f306.png differ
diff --git a/public/emojipng/1f307.png b/public/emojipng/1f307.png
new file mode 100644
index 0000000000..f0cc2745d8
Binary files /dev/null and b/public/emojipng/1f307.png differ
diff --git a/public/emojipng/1f308.png b/public/emojipng/1f308.png
new file mode 100644
index 0000000000..9952a393eb
Binary files /dev/null and b/public/emojipng/1f308.png differ
diff --git a/public/emojipng/1f309.png b/public/emojipng/1f309.png
new file mode 100644
index 0000000000..8e1d3a50c4
Binary files /dev/null and b/public/emojipng/1f309.png differ
diff --git a/public/emojipng/1f30a.png b/public/emojipng/1f30a.png
new file mode 100644
index 0000000000..f29f044ed5
Binary files /dev/null and b/public/emojipng/1f30a.png differ
diff --git a/public/emojipng/1f30b.png b/public/emojipng/1f30b.png
new file mode 100644
index 0000000000..4c220af1d8
Binary files /dev/null and b/public/emojipng/1f30b.png differ
diff --git a/public/emojipng/1f30c.png b/public/emojipng/1f30c.png
new file mode 100644
index 0000000000..9c3f134ad6
Binary files /dev/null and b/public/emojipng/1f30c.png differ
diff --git a/public/emojipng/1f30d.png b/public/emojipng/1f30d.png
new file mode 100644
index 0000000000..b5f62c3310
Binary files /dev/null and b/public/emojipng/1f30d.png differ
diff --git a/public/emojipng/1f30e.png b/public/emojipng/1f30e.png
new file mode 100644
index 0000000000..d74ff449d5
Binary files /dev/null and b/public/emojipng/1f30e.png differ
diff --git a/public/emojipng/1f30f.png b/public/emojipng/1f30f.png
new file mode 100644
index 0000000000..66c4bed3c3
Binary files /dev/null and b/public/emojipng/1f30f.png differ
diff --git a/public/emojipng/1f310.png b/public/emojipng/1f310.png
new file mode 100644
index 0000000000..faf027d8d1
Binary files /dev/null and b/public/emojipng/1f310.png differ
diff --git a/public/emojipng/1f311.png b/public/emojipng/1f311.png
new file mode 100644
index 0000000000..b4be1870e0
Binary files /dev/null and b/public/emojipng/1f311.png differ
diff --git a/public/emojipng/1f312.png b/public/emojipng/1f312.png
new file mode 100644
index 0000000000..1f2d7a1df1
Binary files /dev/null and b/public/emojipng/1f312.png differ
diff --git a/public/emojipng/1f313.png b/public/emojipng/1f313.png
new file mode 100644
index 0000000000..2e4ee20bb3
Binary files /dev/null and b/public/emojipng/1f313.png differ
diff --git a/public/emojipng/1f314.png b/public/emojipng/1f314.png
new file mode 100644
index 0000000000..63dda718ae
Binary files /dev/null and b/public/emojipng/1f314.png differ
diff --git a/public/emojipng/1f315.png b/public/emojipng/1f315.png
new file mode 100644
index 0000000000..b7aea1a030
Binary files /dev/null and b/public/emojipng/1f315.png differ
diff --git a/public/emojipng/1f316.png b/public/emojipng/1f316.png
new file mode 100644
index 0000000000..3d08d8dba7
Binary files /dev/null and b/public/emojipng/1f316.png differ
diff --git a/public/emojipng/1f317.png b/public/emojipng/1f317.png
new file mode 100644
index 0000000000..fb799d0353
Binary files /dev/null and b/public/emojipng/1f317.png differ
diff --git a/public/emojipng/1f318.png b/public/emojipng/1f318.png
new file mode 100644
index 0000000000..d16ee12ac2
Binary files /dev/null and b/public/emojipng/1f318.png differ
diff --git a/public/emojipng/1f319.png b/public/emojipng/1f319.png
new file mode 100644
index 0000000000..51c101ff96
Binary files /dev/null and b/public/emojipng/1f319.png differ
diff --git a/public/emojipng/1f31a.png b/public/emojipng/1f31a.png
new file mode 100644
index 0000000000..e5857351e5
Binary files /dev/null and b/public/emojipng/1f31a.png differ
diff --git a/public/emojipng/1f31b.png b/public/emojipng/1f31b.png
new file mode 100644
index 0000000000..2d974fda64
Binary files /dev/null and b/public/emojipng/1f31b.png differ
diff --git a/public/emojipng/1f31c.png b/public/emojipng/1f31c.png
new file mode 100644
index 0000000000..9538a024c2
Binary files /dev/null and b/public/emojipng/1f31c.png differ
diff --git a/public/emojipng/1f31d.png b/public/emojipng/1f31d.png
new file mode 100644
index 0000000000..02ceca4380
Binary files /dev/null and b/public/emojipng/1f31d.png differ
diff --git a/public/emojipng/1f31e.png b/public/emojipng/1f31e.png
new file mode 100644
index 0000000000..4a928c085e
Binary files /dev/null and b/public/emojipng/1f31e.png differ
diff --git a/public/emojipng/1f31f.png b/public/emojipng/1f31f.png
new file mode 100644
index 0000000000..3d5fce4a43
Binary files /dev/null and b/public/emojipng/1f31f.png differ
diff --git a/public/emojipng/1f320.png b/public/emojipng/1f320.png
new file mode 100644
index 0000000000..7a97429ff7
Binary files /dev/null and b/public/emojipng/1f320.png differ
diff --git a/public/emojipng/1f321.png b/public/emojipng/1f321.png
new file mode 100644
index 0000000000..ea557a7fd0
Binary files /dev/null and b/public/emojipng/1f321.png differ
diff --git a/public/emojipng/1f324.png b/public/emojipng/1f324.png
new file mode 100644
index 0000000000..61c53ff910
Binary files /dev/null and b/public/emojipng/1f324.png differ
diff --git a/public/emojipng/1f325.png b/public/emojipng/1f325.png
new file mode 100644
index 0000000000..93a39d5083
Binary files /dev/null and b/public/emojipng/1f325.png differ
diff --git a/public/emojipng/1f326.png b/public/emojipng/1f326.png
new file mode 100644
index 0000000000..e0ebf7437d
Binary files /dev/null and b/public/emojipng/1f326.png differ
diff --git a/public/emojipng/1f327.png b/public/emojipng/1f327.png
new file mode 100644
index 0000000000..950061b359
Binary files /dev/null and b/public/emojipng/1f327.png differ
diff --git a/public/emojipng/1f328.png b/public/emojipng/1f328.png
new file mode 100644
index 0000000000..51f7b80cc7
Binary files /dev/null and b/public/emojipng/1f328.png differ
diff --git a/public/emojipng/1f329.png b/public/emojipng/1f329.png
new file mode 100644
index 0000000000..0d6a16b344
Binary files /dev/null and b/public/emojipng/1f329.png differ
diff --git a/public/emojipng/1f32a.png b/public/emojipng/1f32a.png
new file mode 100644
index 0000000000..1f304d4d11
Binary files /dev/null and b/public/emojipng/1f32a.png differ
diff --git a/public/emojipng/1f32b.png b/public/emojipng/1f32b.png
new file mode 100644
index 0000000000..a51e486b33
Binary files /dev/null and b/public/emojipng/1f32b.png differ
diff --git a/public/emojipng/1f32c.png b/public/emojipng/1f32c.png
new file mode 100644
index 0000000000..89a0f5c875
Binary files /dev/null and b/public/emojipng/1f32c.png differ
diff --git a/public/emojipng/1f32d.png b/public/emojipng/1f32d.png
new file mode 100644
index 0000000000..ef0758877e
Binary files /dev/null and b/public/emojipng/1f32d.png differ
diff --git a/public/emojipng/1f32e.png b/public/emojipng/1f32e.png
new file mode 100644
index 0000000000..4080bd1014
Binary files /dev/null and b/public/emojipng/1f32e.png differ
diff --git a/public/emojipng/1f32f.png b/public/emojipng/1f32f.png
new file mode 100644
index 0000000000..6e2327063a
Binary files /dev/null and b/public/emojipng/1f32f.png differ
diff --git a/public/emojipng/1f330.png b/public/emojipng/1f330.png
new file mode 100644
index 0000000000..06ce776154
Binary files /dev/null and b/public/emojipng/1f330.png differ
diff --git a/public/emojipng/1f331.png b/public/emojipng/1f331.png
new file mode 100644
index 0000000000..57aaddb55c
Binary files /dev/null and b/public/emojipng/1f331.png differ
diff --git a/public/emojipng/1f332.png b/public/emojipng/1f332.png
new file mode 100644
index 0000000000..f9ca66ff0a
Binary files /dev/null and b/public/emojipng/1f332.png differ
diff --git a/public/emojipng/1f333.png b/public/emojipng/1f333.png
new file mode 100644
index 0000000000..0d51f232e3
Binary files /dev/null and b/public/emojipng/1f333.png differ
diff --git a/public/emojipng/1f334.png b/public/emojipng/1f334.png
new file mode 100644
index 0000000000..325ed94d16
Binary files /dev/null and b/public/emojipng/1f334.png differ
diff --git a/public/emojipng/1f335.png b/public/emojipng/1f335.png
new file mode 100644
index 0000000000..76c5096d17
Binary files /dev/null and b/public/emojipng/1f335.png differ
diff --git a/public/emojipng/1f336.png b/public/emojipng/1f336.png
new file mode 100644
index 0000000000..b0e51a9d28
Binary files /dev/null and b/public/emojipng/1f336.png differ
diff --git a/public/emojipng/1f337.png b/public/emojipng/1f337.png
new file mode 100644
index 0000000000..a0b89f7986
Binary files /dev/null and b/public/emojipng/1f337.png differ
diff --git a/public/emojipng/1f338.png b/public/emojipng/1f338.png
new file mode 100644
index 0000000000..3983b94fb2
Binary files /dev/null and b/public/emojipng/1f338.png differ
diff --git a/public/emojipng/1f339.png b/public/emojipng/1f339.png
new file mode 100644
index 0000000000..27608f3e61
Binary files /dev/null and b/public/emojipng/1f339.png differ
diff --git a/public/emojipng/1f33a.png b/public/emojipng/1f33a.png
new file mode 100644
index 0000000000..955d1f1c68
Binary files /dev/null and b/public/emojipng/1f33a.png differ
diff --git a/public/emojipng/1f33b.png b/public/emojipng/1f33b.png
new file mode 100644
index 0000000000..7770c79ae2
Binary files /dev/null and b/public/emojipng/1f33b.png differ
diff --git a/public/emojipng/1f33c.png b/public/emojipng/1f33c.png
new file mode 100644
index 0000000000..12f5ce461f
Binary files /dev/null and b/public/emojipng/1f33c.png differ
diff --git a/public/emojipng/1f33d.png b/public/emojipng/1f33d.png
new file mode 100644
index 0000000000..5f1d62b10a
Binary files /dev/null and b/public/emojipng/1f33d.png differ
diff --git a/public/emojipng/1f33e.png b/public/emojipng/1f33e.png
new file mode 100644
index 0000000000..5899de351b
Binary files /dev/null and b/public/emojipng/1f33e.png differ
diff --git a/public/emojipng/1f33f.png b/public/emojipng/1f33f.png
new file mode 100644
index 0000000000..72a53fe94d
Binary files /dev/null and b/public/emojipng/1f33f.png differ
diff --git a/public/emojipng/1f340.png b/public/emojipng/1f340.png
new file mode 100644
index 0000000000..265e245a96
Binary files /dev/null and b/public/emojipng/1f340.png differ
diff --git a/public/emojipng/1f341.png b/public/emojipng/1f341.png
new file mode 100644
index 0000000000..3eadf4bcfa
Binary files /dev/null and b/public/emojipng/1f341.png differ
diff --git a/public/emojipng/1f342.png b/public/emojipng/1f342.png
new file mode 100644
index 0000000000..dcdc17b80d
Binary files /dev/null and b/public/emojipng/1f342.png differ
diff --git a/public/emojipng/1f343.png b/public/emojipng/1f343.png
new file mode 100644
index 0000000000..51abe6c6ab
Binary files /dev/null and b/public/emojipng/1f343.png differ
diff --git a/public/emojipng/1f344-200d-1f7eb.png b/public/emojipng/1f344-200d-1f7eb.png
new file mode 100644
index 0000000000..686fc42bb0
Binary files /dev/null and b/public/emojipng/1f344-200d-1f7eb.png differ
diff --git a/public/emojipng/1f344.png b/public/emojipng/1f344.png
new file mode 100644
index 0000000000..80402a0cc1
Binary files /dev/null and b/public/emojipng/1f344.png differ
diff --git a/public/emojipng/1f345.png b/public/emojipng/1f345.png
new file mode 100644
index 0000000000..93eaaae6ef
Binary files /dev/null and b/public/emojipng/1f345.png differ
diff --git a/public/emojipng/1f346.png b/public/emojipng/1f346.png
new file mode 100644
index 0000000000..83f1ffabd3
Binary files /dev/null and b/public/emojipng/1f346.png differ
diff --git a/public/emojipng/1f347.png b/public/emojipng/1f347.png
new file mode 100644
index 0000000000..c5f99b4d8f
Binary files /dev/null and b/public/emojipng/1f347.png differ
diff --git a/public/emojipng/1f348.png b/public/emojipng/1f348.png
new file mode 100644
index 0000000000..8072ee1eb7
Binary files /dev/null and b/public/emojipng/1f348.png differ
diff --git a/public/emojipng/1f349.png b/public/emojipng/1f349.png
new file mode 100644
index 0000000000..9c23902148
Binary files /dev/null and b/public/emojipng/1f349.png differ
diff --git a/public/emojipng/1f34a.png b/public/emojipng/1f34a.png
new file mode 100644
index 0000000000..bb250acc92
Binary files /dev/null and b/public/emojipng/1f34a.png differ
diff --git a/public/emojipng/1f34b-200d-1f7e9.png b/public/emojipng/1f34b-200d-1f7e9.png
new file mode 100644
index 0000000000..9274d36cea
Binary files /dev/null and b/public/emojipng/1f34b-200d-1f7e9.png differ
diff --git a/public/emojipng/1f34b.png b/public/emojipng/1f34b.png
new file mode 100644
index 0000000000..78b6f953d0
Binary files /dev/null and b/public/emojipng/1f34b.png differ
diff --git a/public/emojipng/1f34c.png b/public/emojipng/1f34c.png
new file mode 100644
index 0000000000..9a0f2c5731
Binary files /dev/null and b/public/emojipng/1f34c.png differ
diff --git a/public/emojipng/1f34d.png b/public/emojipng/1f34d.png
new file mode 100644
index 0000000000..949edeab1f
Binary files /dev/null and b/public/emojipng/1f34d.png differ
diff --git a/public/emojipng/1f34e.png b/public/emojipng/1f34e.png
new file mode 100644
index 0000000000..a5c4892329
Binary files /dev/null and b/public/emojipng/1f34e.png differ
diff --git a/public/emojipng/1f34f.png b/public/emojipng/1f34f.png
new file mode 100644
index 0000000000..ac7be3e39f
Binary files /dev/null and b/public/emojipng/1f34f.png differ
diff --git a/public/emojipng/1f350.png b/public/emojipng/1f350.png
new file mode 100644
index 0000000000..0f578599be
Binary files /dev/null and b/public/emojipng/1f350.png differ
diff --git a/public/emojipng/1f351.png b/public/emojipng/1f351.png
new file mode 100644
index 0000000000..32e026cb1a
Binary files /dev/null and b/public/emojipng/1f351.png differ
diff --git a/public/emojipng/1f352.png b/public/emojipng/1f352.png
new file mode 100644
index 0000000000..ecd2e564af
Binary files /dev/null and b/public/emojipng/1f352.png differ
diff --git a/public/emojipng/1f353.png b/public/emojipng/1f353.png
new file mode 100644
index 0000000000..ac2454a4c6
Binary files /dev/null and b/public/emojipng/1f353.png differ
diff --git a/public/emojipng/1f354.png b/public/emojipng/1f354.png
new file mode 100644
index 0000000000..c6e7e93b56
Binary files /dev/null and b/public/emojipng/1f354.png differ
diff --git a/public/emojipng/1f355.png b/public/emojipng/1f355.png
new file mode 100644
index 0000000000..eaefc58a9f
Binary files /dev/null and b/public/emojipng/1f355.png differ
diff --git a/public/emojipng/1f356.png b/public/emojipng/1f356.png
new file mode 100644
index 0000000000..7fd839b48a
Binary files /dev/null and b/public/emojipng/1f356.png differ
diff --git a/public/emojipng/1f357.png b/public/emojipng/1f357.png
new file mode 100644
index 0000000000..a32c8a6af4
Binary files /dev/null and b/public/emojipng/1f357.png differ
diff --git a/public/emojipng/1f358.png b/public/emojipng/1f358.png
new file mode 100644
index 0000000000..e4cd7588a2
Binary files /dev/null and b/public/emojipng/1f358.png differ
diff --git a/public/emojipng/1f359.png b/public/emojipng/1f359.png
new file mode 100644
index 0000000000..d294d11755
Binary files /dev/null and b/public/emojipng/1f359.png differ
diff --git a/public/emojipng/1f35a.png b/public/emojipng/1f35a.png
new file mode 100644
index 0000000000..a0ff523cec
Binary files /dev/null and b/public/emojipng/1f35a.png differ
diff --git a/public/emojipng/1f35b.png b/public/emojipng/1f35b.png
new file mode 100644
index 0000000000..0826dca835
Binary files /dev/null and b/public/emojipng/1f35b.png differ
diff --git a/public/emojipng/1f35c.png b/public/emojipng/1f35c.png
new file mode 100644
index 0000000000..cc6233e336
Binary files /dev/null and b/public/emojipng/1f35c.png differ
diff --git a/public/emojipng/1f35d.png b/public/emojipng/1f35d.png
new file mode 100644
index 0000000000..d03a14d2a4
Binary files /dev/null and b/public/emojipng/1f35d.png differ
diff --git a/public/emojipng/1f35e.png b/public/emojipng/1f35e.png
new file mode 100644
index 0000000000..04dd14e8ad
Binary files /dev/null and b/public/emojipng/1f35e.png differ
diff --git a/public/emojipng/1f35f.png b/public/emojipng/1f35f.png
new file mode 100644
index 0000000000..b61e6bc73a
Binary files /dev/null and b/public/emojipng/1f35f.png differ
diff --git a/public/emojipng/1f360.png b/public/emojipng/1f360.png
new file mode 100644
index 0000000000..9efde9879b
Binary files /dev/null and b/public/emojipng/1f360.png differ
diff --git a/public/emojipng/1f361.png b/public/emojipng/1f361.png
new file mode 100644
index 0000000000..90c6fa1d0e
Binary files /dev/null and b/public/emojipng/1f361.png differ
diff --git a/public/emojipng/1f362.png b/public/emojipng/1f362.png
new file mode 100644
index 0000000000..db1343958b
Binary files /dev/null and b/public/emojipng/1f362.png differ
diff --git a/public/emojipng/1f363.png b/public/emojipng/1f363.png
new file mode 100644
index 0000000000..5c703ff7c7
Binary files /dev/null and b/public/emojipng/1f363.png differ
diff --git a/public/emojipng/1f364.png b/public/emojipng/1f364.png
new file mode 100644
index 0000000000..b1797f11f5
Binary files /dev/null and b/public/emojipng/1f364.png differ
diff --git a/public/emojipng/1f365.png b/public/emojipng/1f365.png
new file mode 100644
index 0000000000..b98a7419ca
Binary files /dev/null and b/public/emojipng/1f365.png differ
diff --git a/public/emojipng/1f366.png b/public/emojipng/1f366.png
new file mode 100644
index 0000000000..b1ac286333
Binary files /dev/null and b/public/emojipng/1f366.png differ
diff --git a/public/emojipng/1f367.png b/public/emojipng/1f367.png
new file mode 100644
index 0000000000..70860c53a8
Binary files /dev/null and b/public/emojipng/1f367.png differ
diff --git a/public/emojipng/1f368.png b/public/emojipng/1f368.png
new file mode 100644
index 0000000000..f142b35f99
Binary files /dev/null and b/public/emojipng/1f368.png differ
diff --git a/public/emojipng/1f369.png b/public/emojipng/1f369.png
new file mode 100644
index 0000000000..647f504a69
Binary files /dev/null and b/public/emojipng/1f369.png differ
diff --git a/public/emojipng/1f36a.png b/public/emojipng/1f36a.png
new file mode 100644
index 0000000000..074da61308
Binary files /dev/null and b/public/emojipng/1f36a.png differ
diff --git a/public/emojipng/1f36b.png b/public/emojipng/1f36b.png
new file mode 100644
index 0000000000..2f7e59bbbd
Binary files /dev/null and b/public/emojipng/1f36b.png differ
diff --git a/public/emojipng/1f36c.png b/public/emojipng/1f36c.png
new file mode 100644
index 0000000000..de50bdd580
Binary files /dev/null and b/public/emojipng/1f36c.png differ
diff --git a/public/emojipng/1f36d.png b/public/emojipng/1f36d.png
new file mode 100644
index 0000000000..d87f8e1f4f
Binary files /dev/null and b/public/emojipng/1f36d.png differ
diff --git a/public/emojipng/1f36e.png b/public/emojipng/1f36e.png
new file mode 100644
index 0000000000..50a3ef8bfc
Binary files /dev/null and b/public/emojipng/1f36e.png differ
diff --git a/public/emojipng/1f36f.png b/public/emojipng/1f36f.png
new file mode 100644
index 0000000000..8b283f880b
Binary files /dev/null and b/public/emojipng/1f36f.png differ
diff --git a/public/emojipng/1f370.png b/public/emojipng/1f370.png
new file mode 100644
index 0000000000..f9b848bec0
Binary files /dev/null and b/public/emojipng/1f370.png differ
diff --git a/public/emojipng/1f371.png b/public/emojipng/1f371.png
new file mode 100644
index 0000000000..fde795df59
Binary files /dev/null and b/public/emojipng/1f371.png differ
diff --git a/public/emojipng/1f372.png b/public/emojipng/1f372.png
new file mode 100644
index 0000000000..22775a2c2f
Binary files /dev/null and b/public/emojipng/1f372.png differ
diff --git a/public/emojipng/1f373.png b/public/emojipng/1f373.png
new file mode 100644
index 0000000000..6fba00ca3e
Binary files /dev/null and b/public/emojipng/1f373.png differ
diff --git a/public/emojipng/1f374.png b/public/emojipng/1f374.png
new file mode 100644
index 0000000000..1e8b70d304
Binary files /dev/null and b/public/emojipng/1f374.png differ
diff --git a/public/emojipng/1f375.png b/public/emojipng/1f375.png
new file mode 100644
index 0000000000..3cd74cd95d
Binary files /dev/null and b/public/emojipng/1f375.png differ
diff --git a/public/emojipng/1f376.png b/public/emojipng/1f376.png
new file mode 100644
index 0000000000..db30dd2201
Binary files /dev/null and b/public/emojipng/1f376.png differ
diff --git a/public/emojipng/1f377.png b/public/emojipng/1f377.png
new file mode 100644
index 0000000000..94d9830518
Binary files /dev/null and b/public/emojipng/1f377.png differ
diff --git a/public/emojipng/1f378.png b/public/emojipng/1f378.png
new file mode 100644
index 0000000000..d6e4c8da5f
Binary files /dev/null and b/public/emojipng/1f378.png differ
diff --git a/public/emojipng/1f379.png b/public/emojipng/1f379.png
new file mode 100644
index 0000000000..40f93365e2
Binary files /dev/null and b/public/emojipng/1f379.png differ
diff --git a/public/emojipng/1f37a.png b/public/emojipng/1f37a.png
new file mode 100644
index 0000000000..80de88052b
Binary files /dev/null and b/public/emojipng/1f37a.png differ
diff --git a/public/emojipng/1f37b.png b/public/emojipng/1f37b.png
new file mode 100644
index 0000000000..ad7800d64b
Binary files /dev/null and b/public/emojipng/1f37b.png differ
diff --git a/public/emojipng/1f37c.png b/public/emojipng/1f37c.png
new file mode 100644
index 0000000000..4493e2b56b
Binary files /dev/null and b/public/emojipng/1f37c.png differ
diff --git a/public/emojipng/1f37d.png b/public/emojipng/1f37d.png
new file mode 100644
index 0000000000..191c4e41a5
Binary files /dev/null and b/public/emojipng/1f37d.png differ
diff --git a/public/emojipng/1f37e.png b/public/emojipng/1f37e.png
new file mode 100644
index 0000000000..2342f1bdec
Binary files /dev/null and b/public/emojipng/1f37e.png differ
diff --git a/public/emojipng/1f37f.png b/public/emojipng/1f37f.png
new file mode 100644
index 0000000000..7708b1f109
Binary files /dev/null and b/public/emojipng/1f37f.png differ
diff --git a/public/emojipng/1f380.png b/public/emojipng/1f380.png
new file mode 100644
index 0000000000..3b6663d918
Binary files /dev/null and b/public/emojipng/1f380.png differ
diff --git a/public/emojipng/1f381.png b/public/emojipng/1f381.png
new file mode 100644
index 0000000000..af0b07e48b
Binary files /dev/null and b/public/emojipng/1f381.png differ
diff --git a/public/emojipng/1f382.png b/public/emojipng/1f382.png
new file mode 100644
index 0000000000..54a6232020
Binary files /dev/null and b/public/emojipng/1f382.png differ
diff --git a/public/emojipng/1f383.png b/public/emojipng/1f383.png
new file mode 100644
index 0000000000..3e68cb5290
Binary files /dev/null and b/public/emojipng/1f383.png differ
diff --git a/public/emojipng/1f384.png b/public/emojipng/1f384.png
new file mode 100644
index 0000000000..9e3e83a853
Binary files /dev/null and b/public/emojipng/1f384.png differ
diff --git a/public/emojipng/1f385-1f3fb.png b/public/emojipng/1f385-1f3fb.png
new file mode 100644
index 0000000000..ae26f1ffc0
Binary files /dev/null and b/public/emojipng/1f385-1f3fb.png differ
diff --git a/public/emojipng/1f385-1f3fc.png b/public/emojipng/1f385-1f3fc.png
new file mode 100644
index 0000000000..ae1e9a8eef
Binary files /dev/null and b/public/emojipng/1f385-1f3fc.png differ
diff --git a/public/emojipng/1f385-1f3fd.png b/public/emojipng/1f385-1f3fd.png
new file mode 100644
index 0000000000..3cd9a51351
Binary files /dev/null and b/public/emojipng/1f385-1f3fd.png differ
diff --git a/public/emojipng/1f385-1f3fe.png b/public/emojipng/1f385-1f3fe.png
new file mode 100644
index 0000000000..bbb8796fdb
Binary files /dev/null and b/public/emojipng/1f385-1f3fe.png differ
diff --git a/public/emojipng/1f385-1f3ff.png b/public/emojipng/1f385-1f3ff.png
new file mode 100644
index 0000000000..1432544fc2
Binary files /dev/null and b/public/emojipng/1f385-1f3ff.png differ
diff --git a/public/emojipng/1f385.png b/public/emojipng/1f385.png
new file mode 100644
index 0000000000..44e75755f2
Binary files /dev/null and b/public/emojipng/1f385.png differ
diff --git a/public/emojipng/1f386.png b/public/emojipng/1f386.png
new file mode 100644
index 0000000000..68d7bf45cb
Binary files /dev/null and b/public/emojipng/1f386.png differ
diff --git a/public/emojipng/1f387.png b/public/emojipng/1f387.png
new file mode 100644
index 0000000000..bfc84671ca
Binary files /dev/null and b/public/emojipng/1f387.png differ
diff --git a/public/emojipng/1f388.png b/public/emojipng/1f388.png
new file mode 100644
index 0000000000..f003fbea2e
Binary files /dev/null and b/public/emojipng/1f388.png differ
diff --git a/public/emojipng/1f389.png b/public/emojipng/1f389.png
new file mode 100644
index 0000000000..863661cd75
Binary files /dev/null and b/public/emojipng/1f389.png differ
diff --git a/public/emojipng/1f38a.png b/public/emojipng/1f38a.png
new file mode 100644
index 0000000000..234935a7ad
Binary files /dev/null and b/public/emojipng/1f38a.png differ
diff --git a/public/emojipng/1f38b.png b/public/emojipng/1f38b.png
new file mode 100644
index 0000000000..8fe41cf130
Binary files /dev/null and b/public/emojipng/1f38b.png differ
diff --git a/public/emojipng/1f38c.png b/public/emojipng/1f38c.png
new file mode 100644
index 0000000000..e65ed9a0f6
Binary files /dev/null and b/public/emojipng/1f38c.png differ
diff --git a/public/emojipng/1f38d.png b/public/emojipng/1f38d.png
new file mode 100644
index 0000000000..df1fec8f64
Binary files /dev/null and b/public/emojipng/1f38d.png differ
diff --git a/public/emojipng/1f38e.png b/public/emojipng/1f38e.png
new file mode 100644
index 0000000000..d026c99989
Binary files /dev/null and b/public/emojipng/1f38e.png differ
diff --git a/public/emojipng/1f38f.png b/public/emojipng/1f38f.png
new file mode 100644
index 0000000000..4371ba79e9
Binary files /dev/null and b/public/emojipng/1f38f.png differ
diff --git a/public/emojipng/1f390.png b/public/emojipng/1f390.png
new file mode 100644
index 0000000000..78b2db1878
Binary files /dev/null and b/public/emojipng/1f390.png differ
diff --git a/public/emojipng/1f391.png b/public/emojipng/1f391.png
new file mode 100644
index 0000000000..a2dfd88db1
Binary files /dev/null and b/public/emojipng/1f391.png differ
diff --git a/public/emojipng/1f392.png b/public/emojipng/1f392.png
new file mode 100644
index 0000000000..c064023730
Binary files /dev/null and b/public/emojipng/1f392.png differ
diff --git a/public/emojipng/1f393.png b/public/emojipng/1f393.png
new file mode 100644
index 0000000000..09d4757afc
Binary files /dev/null and b/public/emojipng/1f393.png differ
diff --git a/public/emojipng/1f396.png b/public/emojipng/1f396.png
new file mode 100644
index 0000000000..42a8e1f92f
Binary files /dev/null and b/public/emojipng/1f396.png differ
diff --git a/public/emojipng/1f397.png b/public/emojipng/1f397.png
new file mode 100644
index 0000000000..b40fb3fd3b
Binary files /dev/null and b/public/emojipng/1f397.png differ
diff --git a/public/emojipng/1f399.png b/public/emojipng/1f399.png
new file mode 100644
index 0000000000..1af0e3a7a5
Binary files /dev/null and b/public/emojipng/1f399.png differ
diff --git a/public/emojipng/1f39a.png b/public/emojipng/1f39a.png
new file mode 100644
index 0000000000..9b013eed6a
Binary files /dev/null and b/public/emojipng/1f39a.png differ
diff --git a/public/emojipng/1f39b.png b/public/emojipng/1f39b.png
new file mode 100644
index 0000000000..deeeec9307
Binary files /dev/null and b/public/emojipng/1f39b.png differ
diff --git a/public/emojipng/1f39e.png b/public/emojipng/1f39e.png
new file mode 100644
index 0000000000..431b759e64
Binary files /dev/null and b/public/emojipng/1f39e.png differ
diff --git a/public/emojipng/1f39f.png b/public/emojipng/1f39f.png
new file mode 100644
index 0000000000..d79c8e5d47
Binary files /dev/null and b/public/emojipng/1f39f.png differ
diff --git a/public/emojipng/1f3a0.png b/public/emojipng/1f3a0.png
new file mode 100644
index 0000000000..41fb66baaa
Binary files /dev/null and b/public/emojipng/1f3a0.png differ
diff --git a/public/emojipng/1f3a1.png b/public/emojipng/1f3a1.png
new file mode 100644
index 0000000000..ea4a06a580
Binary files /dev/null and b/public/emojipng/1f3a1.png differ
diff --git a/public/emojipng/1f3a2.png b/public/emojipng/1f3a2.png
new file mode 100644
index 0000000000..a881d3ee24
Binary files /dev/null and b/public/emojipng/1f3a2.png differ
diff --git a/public/emojipng/1f3a3.png b/public/emojipng/1f3a3.png
new file mode 100644
index 0000000000..aa7b3e9b74
Binary files /dev/null and b/public/emojipng/1f3a3.png differ
diff --git a/public/emojipng/1f3a4.png b/public/emojipng/1f3a4.png
new file mode 100644
index 0000000000..51e8d9063e
Binary files /dev/null and b/public/emojipng/1f3a4.png differ
diff --git a/public/emojipng/1f3a5.png b/public/emojipng/1f3a5.png
new file mode 100644
index 0000000000..5c990159ff
Binary files /dev/null and b/public/emojipng/1f3a5.png differ
diff --git a/public/emojipng/1f3a6.png b/public/emojipng/1f3a6.png
new file mode 100644
index 0000000000..7d22c83f7b
Binary files /dev/null and b/public/emojipng/1f3a6.png differ
diff --git a/public/emojipng/1f3a7.png b/public/emojipng/1f3a7.png
new file mode 100644
index 0000000000..847afe56c8
Binary files /dev/null and b/public/emojipng/1f3a7.png differ
diff --git a/public/emojipng/1f3a8.png b/public/emojipng/1f3a8.png
new file mode 100644
index 0000000000..1dda3e0c6e
Binary files /dev/null and b/public/emojipng/1f3a8.png differ
diff --git a/public/emojipng/1f3a9.png b/public/emojipng/1f3a9.png
new file mode 100644
index 0000000000..6698169056
Binary files /dev/null and b/public/emojipng/1f3a9.png differ
diff --git a/public/emojipng/1f3aa.png b/public/emojipng/1f3aa.png
new file mode 100644
index 0000000000..685c18bfb0
Binary files /dev/null and b/public/emojipng/1f3aa.png differ
diff --git a/public/emojipng/1f3ab.png b/public/emojipng/1f3ab.png
new file mode 100644
index 0000000000..072235f16e
Binary files /dev/null and b/public/emojipng/1f3ab.png differ
diff --git a/public/emojipng/1f3ac.png b/public/emojipng/1f3ac.png
new file mode 100644
index 0000000000..3a45826402
Binary files /dev/null and b/public/emojipng/1f3ac.png differ
diff --git a/public/emojipng/1f3ad.png b/public/emojipng/1f3ad.png
new file mode 100644
index 0000000000..a84cd97a9c
Binary files /dev/null and b/public/emojipng/1f3ad.png differ
diff --git a/public/emojipng/1f3ae.png b/public/emojipng/1f3ae.png
new file mode 100644
index 0000000000..10b366c9fe
Binary files /dev/null and b/public/emojipng/1f3ae.png differ
diff --git a/public/emojipng/1f3af.png b/public/emojipng/1f3af.png
new file mode 100644
index 0000000000..d96b850d3a
Binary files /dev/null and b/public/emojipng/1f3af.png differ
diff --git a/public/emojipng/1f3b0.png b/public/emojipng/1f3b0.png
new file mode 100644
index 0000000000..0e7ef1bea1
Binary files /dev/null and b/public/emojipng/1f3b0.png differ
diff --git a/public/emojipng/1f3b1.png b/public/emojipng/1f3b1.png
new file mode 100644
index 0000000000..4905297389
Binary files /dev/null and b/public/emojipng/1f3b1.png differ
diff --git a/public/emojipng/1f3b2.png b/public/emojipng/1f3b2.png
new file mode 100644
index 0000000000..c70ee4822c
Binary files /dev/null and b/public/emojipng/1f3b2.png differ
diff --git a/public/emojipng/1f3b3.png b/public/emojipng/1f3b3.png
new file mode 100644
index 0000000000..d8705bf55c
Binary files /dev/null and b/public/emojipng/1f3b3.png differ
diff --git a/public/emojipng/1f3b4.png b/public/emojipng/1f3b4.png
new file mode 100644
index 0000000000..d6935e19be
Binary files /dev/null and b/public/emojipng/1f3b4.png differ
diff --git a/public/emojipng/1f3b5.png b/public/emojipng/1f3b5.png
new file mode 100644
index 0000000000..dde36d4f98
Binary files /dev/null and b/public/emojipng/1f3b5.png differ
diff --git a/public/emojipng/1f3b6.png b/public/emojipng/1f3b6.png
new file mode 100644
index 0000000000..75b6f53721
Binary files /dev/null and b/public/emojipng/1f3b6.png differ
diff --git a/public/emojipng/1f3b7.png b/public/emojipng/1f3b7.png
new file mode 100644
index 0000000000..a87468ef84
Binary files /dev/null and b/public/emojipng/1f3b7.png differ
diff --git a/public/emojipng/1f3b8.png b/public/emojipng/1f3b8.png
new file mode 100644
index 0000000000..9e8daae5de
Binary files /dev/null and b/public/emojipng/1f3b8.png differ
diff --git a/public/emojipng/1f3b9.png b/public/emojipng/1f3b9.png
new file mode 100644
index 0000000000..39d91fa106
Binary files /dev/null and b/public/emojipng/1f3b9.png differ
diff --git a/public/emojipng/1f3ba.png b/public/emojipng/1f3ba.png
new file mode 100644
index 0000000000..493a9aa33b
Binary files /dev/null and b/public/emojipng/1f3ba.png differ
diff --git a/public/emojipng/1f3bb.png b/public/emojipng/1f3bb.png
new file mode 100644
index 0000000000..d14c4272ac
Binary files /dev/null and b/public/emojipng/1f3bb.png differ
diff --git a/public/emojipng/1f3bc.png b/public/emojipng/1f3bc.png
new file mode 100644
index 0000000000..9362582b99
Binary files /dev/null and b/public/emojipng/1f3bc.png differ
diff --git a/public/emojipng/1f3bd.png b/public/emojipng/1f3bd.png
new file mode 100644
index 0000000000..970d4167f4
Binary files /dev/null and b/public/emojipng/1f3bd.png differ
diff --git a/public/emojipng/1f3be.png b/public/emojipng/1f3be.png
new file mode 100644
index 0000000000..6eb3a19dc9
Binary files /dev/null and b/public/emojipng/1f3be.png differ
diff --git a/public/emojipng/1f3bf.png b/public/emojipng/1f3bf.png
new file mode 100644
index 0000000000..c5f5037702
Binary files /dev/null and b/public/emojipng/1f3bf.png differ
diff --git a/public/emojipng/1f3c0.png b/public/emojipng/1f3c0.png
new file mode 100644
index 0000000000..144a5d6acc
Binary files /dev/null and b/public/emojipng/1f3c0.png differ
diff --git a/public/emojipng/1f3c1.png b/public/emojipng/1f3c1.png
new file mode 100644
index 0000000000..31d2215af1
Binary files /dev/null and b/public/emojipng/1f3c1.png differ
diff --git a/public/emojipng/1f3c2-1f3fb.png b/public/emojipng/1f3c2-1f3fb.png
new file mode 100644
index 0000000000..c5f299d313
Binary files /dev/null and b/public/emojipng/1f3c2-1f3fb.png differ
diff --git a/public/emojipng/1f3c2-1f3fc.png b/public/emojipng/1f3c2-1f3fc.png
new file mode 100644
index 0000000000..33a3c31770
Binary files /dev/null and b/public/emojipng/1f3c2-1f3fc.png differ
diff --git a/public/emojipng/1f3c2-1f3fd.png b/public/emojipng/1f3c2-1f3fd.png
new file mode 100644
index 0000000000..bc172a919f
Binary files /dev/null and b/public/emojipng/1f3c2-1f3fd.png differ
diff --git a/public/emojipng/1f3c2-1f3fe.png b/public/emojipng/1f3c2-1f3fe.png
new file mode 100644
index 0000000000..c8800a85d8
Binary files /dev/null and b/public/emojipng/1f3c2-1f3fe.png differ
diff --git a/public/emojipng/1f3c2-1f3ff.png b/public/emojipng/1f3c2-1f3ff.png
new file mode 100644
index 0000000000..f7c766fc07
Binary files /dev/null and b/public/emojipng/1f3c2-1f3ff.png differ
diff --git a/public/emojipng/1f3c2.png b/public/emojipng/1f3c2.png
new file mode 100644
index 0000000000..4b1baa0376
Binary files /dev/null and b/public/emojipng/1f3c2.png differ
diff --git a/public/emojipng/1f3c3-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..5adbc60cb6
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f3c3-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1f2be9ceaa
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..f67e35b532
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f3c3-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5490f5eb8b
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fb-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fb-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..0cd3ec5a7a
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fb-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fb.png b/public/emojipng/1f3c3-1f3fb.png
new file mode 100644
index 0000000000..d412329c35
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fb.png differ
diff --git a/public/emojipng/1f3c3-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..a661d7093f
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f3c3-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..88151f6e4a
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..6639fe6d7f
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f3c3-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..21b944bcd4
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fc-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..7b9c0defd0
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fc.png b/public/emojipng/1f3c3-1f3fc.png
new file mode 100644
index 0000000000..1e4be4df88
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fc.png differ
diff --git a/public/emojipng/1f3c3-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..717287b7b3
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f3c3-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..df2f77de89
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..8821eaf0b0
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f3c3-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..200677994c
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fd-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..5e355999db
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fd.png b/public/emojipng/1f3c3-1f3fd.png
new file mode 100644
index 0000000000..949de3d358
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fd.png differ
diff --git a/public/emojipng/1f3c3-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..69d7ad6c59
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f3c3-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..565f91af86
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..7df41b4e66
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f3c3-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4965c7bfd0
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fe-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3fe-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..ad3a74c2b2
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fe-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3fe.png b/public/emojipng/1f3c3-1f3fe.png
new file mode 100644
index 0000000000..c4eedcb9e1
Binary files /dev/null and b/public/emojipng/1f3c3-1f3fe.png differ
diff --git a/public/emojipng/1f3c3-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..fc2e409c56
Binary files /dev/null and b/public/emojipng/1f3c3-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f3c3-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1fe6d0da10
Binary files /dev/null and b/public/emojipng/1f3c3-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..361ae58052
Binary files /dev/null and b/public/emojipng/1f3c3-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f3c3-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..eead2a8106
Binary files /dev/null and b/public/emojipng/1f3c3-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3ff-200d-27a1-fe0f.png b/public/emojipng/1f3c3-1f3ff-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..2127e12c07
Binary files /dev/null and b/public/emojipng/1f3c3-1f3ff-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-1f3ff.png b/public/emojipng/1f3c3-1f3ff.png
new file mode 100644
index 0000000000..9cfc207a2a
Binary files /dev/null and b/public/emojipng/1f3c3-1f3ff.png differ
diff --git a/public/emojipng/1f3c3-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..fbb55ba641
Binary files /dev/null and b/public/emojipng/1f3c3-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-200d-2640-fe0f.png b/public/emojipng/1f3c3-200d-2640-fe0f.png
new file mode 100644
index 0000000000..03bfd1f6f7
Binary files /dev/null and b/public/emojipng/1f3c3-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c3-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f3c3-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..eeef753526
Binary files /dev/null and b/public/emojipng/1f3c3-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3-200d-2642-fe0f.png b/public/emojipng/1f3c3-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9f4092dc07
Binary files /dev/null and b/public/emojipng/1f3c3-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c3-200d-27a1-fe0f.png b/public/emojipng/1f3c3-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..ba7ddf603d
Binary files /dev/null and b/public/emojipng/1f3c3-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f3c3.png b/public/emojipng/1f3c3.png
new file mode 100644
index 0000000000..0657112541
Binary files /dev/null and b/public/emojipng/1f3c3.png differ
diff --git a/public/emojipng/1f3c4-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f3c4-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c9877834d2
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f3c4-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..818f97682d
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fb.png b/public/emojipng/1f3c4-1f3fb.png
new file mode 100644
index 0000000000..483a0737f4
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fb.png differ
diff --git a/public/emojipng/1f3c4-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f3c4-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7f60894535
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f3c4-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..dfa13101f5
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fc.png b/public/emojipng/1f3c4-1f3fc.png
new file mode 100644
index 0000000000..ad55c3b4b8
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fc.png differ
diff --git a/public/emojipng/1f3c4-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f3c4-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..6044602f24
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f3c4-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d0c5918e95
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fd.png b/public/emojipng/1f3c4-1f3fd.png
new file mode 100644
index 0000000000..84672394fd
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fd.png differ
diff --git a/public/emojipng/1f3c4-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f3c4-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..db8f4ee613
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f3c4-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..db6ce1687d
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3fe.png b/public/emojipng/1f3c4-1f3fe.png
new file mode 100644
index 0000000000..736316e609
Binary files /dev/null and b/public/emojipng/1f3c4-1f3fe.png differ
diff --git a/public/emojipng/1f3c4-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f3c4-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..45a3620fc0
Binary files /dev/null and b/public/emojipng/1f3c4-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f3c4-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f863def125
Binary files /dev/null and b/public/emojipng/1f3c4-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c4-1f3ff.png b/public/emojipng/1f3c4-1f3ff.png
new file mode 100644
index 0000000000..4f3f5b216c
Binary files /dev/null and b/public/emojipng/1f3c4-1f3ff.png differ
diff --git a/public/emojipng/1f3c4-200d-2640-fe0f.png b/public/emojipng/1f3c4-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c11a60b08b
Binary files /dev/null and b/public/emojipng/1f3c4-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3c4-200d-2642-fe0f.png b/public/emojipng/1f3c4-200d-2642-fe0f.png
new file mode 100644
index 0000000000..82ffd6cb5a
Binary files /dev/null and b/public/emojipng/1f3c4-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3c4.png b/public/emojipng/1f3c4.png
new file mode 100644
index 0000000000..5f0626a59b
Binary files /dev/null and b/public/emojipng/1f3c4.png differ
diff --git a/public/emojipng/1f3c5.png b/public/emojipng/1f3c5.png
new file mode 100644
index 0000000000..b19a9ac56d
Binary files /dev/null and b/public/emojipng/1f3c5.png differ
diff --git a/public/emojipng/1f3c6.png b/public/emojipng/1f3c6.png
new file mode 100644
index 0000000000..cd4438f90e
Binary files /dev/null and b/public/emojipng/1f3c6.png differ
diff --git a/public/emojipng/1f3c7-1f3fb.png b/public/emojipng/1f3c7-1f3fb.png
new file mode 100644
index 0000000000..67053c98fd
Binary files /dev/null and b/public/emojipng/1f3c7-1f3fb.png differ
diff --git a/public/emojipng/1f3c7-1f3fc.png b/public/emojipng/1f3c7-1f3fc.png
new file mode 100644
index 0000000000..83eed6ee1a
Binary files /dev/null and b/public/emojipng/1f3c7-1f3fc.png differ
diff --git a/public/emojipng/1f3c7-1f3fd.png b/public/emojipng/1f3c7-1f3fd.png
new file mode 100644
index 0000000000..79d25a9411
Binary files /dev/null and b/public/emojipng/1f3c7-1f3fd.png differ
diff --git a/public/emojipng/1f3c7-1f3fe.png b/public/emojipng/1f3c7-1f3fe.png
new file mode 100644
index 0000000000..70a05d74b4
Binary files /dev/null and b/public/emojipng/1f3c7-1f3fe.png differ
diff --git a/public/emojipng/1f3c7-1f3ff.png b/public/emojipng/1f3c7-1f3ff.png
new file mode 100644
index 0000000000..be6aa30fcd
Binary files /dev/null and b/public/emojipng/1f3c7-1f3ff.png differ
diff --git a/public/emojipng/1f3c7.png b/public/emojipng/1f3c7.png
new file mode 100644
index 0000000000..904d7ea386
Binary files /dev/null and b/public/emojipng/1f3c7.png differ
diff --git a/public/emojipng/1f3c8.png b/public/emojipng/1f3c8.png
new file mode 100644
index 0000000000..4ff4d5e43a
Binary files /dev/null and b/public/emojipng/1f3c8.png differ
diff --git a/public/emojipng/1f3c9.png b/public/emojipng/1f3c9.png
new file mode 100644
index 0000000000..1d533f99d6
Binary files /dev/null and b/public/emojipng/1f3c9.png differ
diff --git a/public/emojipng/1f3ca-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f3ca-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3c424f3fc7
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f3ca-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d303f285b8
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fb.png b/public/emojipng/1f3ca-1f3fb.png
new file mode 100644
index 0000000000..6d020a4d05
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fb.png differ
diff --git a/public/emojipng/1f3ca-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f3ca-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1b3c39293e
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f3ca-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4da544a7b6
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fc.png b/public/emojipng/1f3ca-1f3fc.png
new file mode 100644
index 0000000000..b14a6b19a4
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fc.png differ
diff --git a/public/emojipng/1f3ca-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f3ca-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ed8eab1682
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f3ca-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..487bf48507
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fd.png b/public/emojipng/1f3ca-1f3fd.png
new file mode 100644
index 0000000000..76026bed75
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fd.png differ
diff --git a/public/emojipng/1f3ca-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f3ca-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bd1d02a4a6
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f3ca-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1e60588161
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3fe.png b/public/emojipng/1f3ca-1f3fe.png
new file mode 100644
index 0000000000..d40f61b1b7
Binary files /dev/null and b/public/emojipng/1f3ca-1f3fe.png differ
diff --git a/public/emojipng/1f3ca-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f3ca-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c7bd85610a
Binary files /dev/null and b/public/emojipng/1f3ca-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f3ca-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a9dd7d3dc8
Binary files /dev/null and b/public/emojipng/1f3ca-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3ca-1f3ff.png b/public/emojipng/1f3ca-1f3ff.png
new file mode 100644
index 0000000000..95eac61bcc
Binary files /dev/null and b/public/emojipng/1f3ca-1f3ff.png differ
diff --git a/public/emojipng/1f3ca-200d-2640-fe0f.png b/public/emojipng/1f3ca-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5f3f0483fc
Binary files /dev/null and b/public/emojipng/1f3ca-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3ca-200d-2642-fe0f.png b/public/emojipng/1f3ca-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f2c1433306
Binary files /dev/null and b/public/emojipng/1f3ca-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3ca.png b/public/emojipng/1f3ca.png
new file mode 100644
index 0000000000..c2896f43cc
Binary files /dev/null and b/public/emojipng/1f3ca.png differ
diff --git a/public/emojipng/1f3cb-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f3cb-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..df2b83f1e3
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f3cb-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..660634c312
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fb.png b/public/emojipng/1f3cb-1f3fb.png
new file mode 100644
index 0000000000..2955cf95e6
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fb.png differ
diff --git a/public/emojipng/1f3cb-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f3cb-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..647848baaa
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f3cb-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4ed8a9b2f6
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fc.png b/public/emojipng/1f3cb-1f3fc.png
new file mode 100644
index 0000000000..2a9af4a4c0
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fc.png differ
diff --git a/public/emojipng/1f3cb-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f3cb-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c6e0276786
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f3cb-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..18216413f2
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fd.png b/public/emojipng/1f3cb-1f3fd.png
new file mode 100644
index 0000000000..4be445c6d7
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fd.png differ
diff --git a/public/emojipng/1f3cb-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f3cb-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..94a62125fa
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f3cb-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8ceeb5ef3e
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3fe.png b/public/emojipng/1f3cb-1f3fe.png
new file mode 100644
index 0000000000..3c05ac275a
Binary files /dev/null and b/public/emojipng/1f3cb-1f3fe.png differ
diff --git a/public/emojipng/1f3cb-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f3cb-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..4e0d6d8df5
Binary files /dev/null and b/public/emojipng/1f3cb-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f3cb-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6e500d5cdb
Binary files /dev/null and b/public/emojipng/1f3cb-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cb-1f3ff.png b/public/emojipng/1f3cb-1f3ff.png
new file mode 100644
index 0000000000..3b4b183bea
Binary files /dev/null and b/public/emojipng/1f3cb-1f3ff.png differ
diff --git a/public/emojipng/1f3cb-fe0f-200d-2640-fe0f.png b/public/emojipng/1f3cb-fe0f-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1478cc88ba
Binary files /dev/null and b/public/emojipng/1f3cb-fe0f-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cb-fe0f-200d-2642-fe0f.png b/public/emojipng/1f3cb-fe0f-200d-2642-fe0f.png
new file mode 100644
index 0000000000..876096a509
Binary files /dev/null and b/public/emojipng/1f3cb-fe0f-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cb.png b/public/emojipng/1f3cb.png
new file mode 100644
index 0000000000..dcdf5fd270
Binary files /dev/null and b/public/emojipng/1f3cb.png differ
diff --git a/public/emojipng/1f3cc-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f3cc-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1c176850f4
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f3cc-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a6d86bbe18
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fb.png b/public/emojipng/1f3cc-1f3fb.png
new file mode 100644
index 0000000000..ada62af9ce
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fb.png differ
diff --git a/public/emojipng/1f3cc-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f3cc-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e1be1ec254
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f3cc-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d480b6bce1
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fc.png b/public/emojipng/1f3cc-1f3fc.png
new file mode 100644
index 0000000000..7aba672350
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fc.png differ
diff --git a/public/emojipng/1f3cc-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f3cc-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a31793fcd3
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f3cc-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..29bae8f98a
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fd.png b/public/emojipng/1f3cc-1f3fd.png
new file mode 100644
index 0000000000..cd31ce995d
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fd.png differ
diff --git a/public/emojipng/1f3cc-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f3cc-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f8eb7fabd5
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f3cc-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f7dcada7af
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3fe.png b/public/emojipng/1f3cc-1f3fe.png
new file mode 100644
index 0000000000..811b8bf83d
Binary files /dev/null and b/public/emojipng/1f3cc-1f3fe.png differ
diff --git a/public/emojipng/1f3cc-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f3cc-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1381b5fea4
Binary files /dev/null and b/public/emojipng/1f3cc-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f3cc-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5d005621e1
Binary files /dev/null and b/public/emojipng/1f3cc-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cc-1f3ff.png b/public/emojipng/1f3cc-1f3ff.png
new file mode 100644
index 0000000000..77024416bc
Binary files /dev/null and b/public/emojipng/1f3cc-1f3ff.png differ
diff --git a/public/emojipng/1f3cc-fe0f-200d-2640-fe0f.png b/public/emojipng/1f3cc-fe0f-200d-2640-fe0f.png
new file mode 100644
index 0000000000..92f4457bda
Binary files /dev/null and b/public/emojipng/1f3cc-fe0f-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f3cc-fe0f-200d-2642-fe0f.png b/public/emojipng/1f3cc-fe0f-200d-2642-fe0f.png
new file mode 100644
index 0000000000..cda196e7eb
Binary files /dev/null and b/public/emojipng/1f3cc-fe0f-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f3cc.png b/public/emojipng/1f3cc.png
new file mode 100644
index 0000000000..5816219995
Binary files /dev/null and b/public/emojipng/1f3cc.png differ
diff --git a/public/emojipng/1f3cd.png b/public/emojipng/1f3cd.png
new file mode 100644
index 0000000000..ac675cf4a0
Binary files /dev/null and b/public/emojipng/1f3cd.png differ
diff --git a/public/emojipng/1f3ce.png b/public/emojipng/1f3ce.png
new file mode 100644
index 0000000000..732ab9ff2f
Binary files /dev/null and b/public/emojipng/1f3ce.png differ
diff --git a/public/emojipng/1f3cf.png b/public/emojipng/1f3cf.png
new file mode 100644
index 0000000000..dd330cb80c
Binary files /dev/null and b/public/emojipng/1f3cf.png differ
diff --git a/public/emojipng/1f3d0.png b/public/emojipng/1f3d0.png
new file mode 100644
index 0000000000..5836514c03
Binary files /dev/null and b/public/emojipng/1f3d0.png differ
diff --git a/public/emojipng/1f3d1.png b/public/emojipng/1f3d1.png
new file mode 100644
index 0000000000..a663a0ca6e
Binary files /dev/null and b/public/emojipng/1f3d1.png differ
diff --git a/public/emojipng/1f3d2.png b/public/emojipng/1f3d2.png
new file mode 100644
index 0000000000..3f7b86896c
Binary files /dev/null and b/public/emojipng/1f3d2.png differ
diff --git a/public/emojipng/1f3d3.png b/public/emojipng/1f3d3.png
new file mode 100644
index 0000000000..6d5a36dbf3
Binary files /dev/null and b/public/emojipng/1f3d3.png differ
diff --git a/public/emojipng/1f3d4.png b/public/emojipng/1f3d4.png
new file mode 100644
index 0000000000..a177f1bad2
Binary files /dev/null and b/public/emojipng/1f3d4.png differ
diff --git a/public/emojipng/1f3d5.png b/public/emojipng/1f3d5.png
new file mode 100644
index 0000000000..73d9df795c
Binary files /dev/null and b/public/emojipng/1f3d5.png differ
diff --git a/public/emojipng/1f3d6.png b/public/emojipng/1f3d6.png
new file mode 100644
index 0000000000..19cf9ce916
Binary files /dev/null and b/public/emojipng/1f3d6.png differ
diff --git a/public/emojipng/1f3d7.png b/public/emojipng/1f3d7.png
new file mode 100644
index 0000000000..0c6e9dffe5
Binary files /dev/null and b/public/emojipng/1f3d7.png differ
diff --git a/public/emojipng/1f3d8.png b/public/emojipng/1f3d8.png
new file mode 100644
index 0000000000..b4b3bf2eb3
Binary files /dev/null and b/public/emojipng/1f3d8.png differ
diff --git a/public/emojipng/1f3d9.png b/public/emojipng/1f3d9.png
new file mode 100644
index 0000000000..048591245f
Binary files /dev/null and b/public/emojipng/1f3d9.png differ
diff --git a/public/emojipng/1f3da.png b/public/emojipng/1f3da.png
new file mode 100644
index 0000000000..feb0a21465
Binary files /dev/null and b/public/emojipng/1f3da.png differ
diff --git a/public/emojipng/1f3db.png b/public/emojipng/1f3db.png
new file mode 100644
index 0000000000..e49f54e847
Binary files /dev/null and b/public/emojipng/1f3db.png differ
diff --git a/public/emojipng/1f3dc.png b/public/emojipng/1f3dc.png
new file mode 100644
index 0000000000..7775db168d
Binary files /dev/null and b/public/emojipng/1f3dc.png differ
diff --git a/public/emojipng/1f3dd.png b/public/emojipng/1f3dd.png
new file mode 100644
index 0000000000..c8a6edaab0
Binary files /dev/null and b/public/emojipng/1f3dd.png differ
diff --git a/public/emojipng/1f3de.png b/public/emojipng/1f3de.png
new file mode 100644
index 0000000000..478bacc9c3
Binary files /dev/null and b/public/emojipng/1f3de.png differ
diff --git a/public/emojipng/1f3df.png b/public/emojipng/1f3df.png
new file mode 100644
index 0000000000..cef6dead0c
Binary files /dev/null and b/public/emojipng/1f3df.png differ
diff --git a/public/emojipng/1f3e0.png b/public/emojipng/1f3e0.png
new file mode 100644
index 0000000000..a804a62786
Binary files /dev/null and b/public/emojipng/1f3e0.png differ
diff --git a/public/emojipng/1f3e1.png b/public/emojipng/1f3e1.png
new file mode 100644
index 0000000000..e8eb761a95
Binary files /dev/null and b/public/emojipng/1f3e1.png differ
diff --git a/public/emojipng/1f3e2.png b/public/emojipng/1f3e2.png
new file mode 100644
index 0000000000..0ad23d8b05
Binary files /dev/null and b/public/emojipng/1f3e2.png differ
diff --git a/public/emojipng/1f3e3.png b/public/emojipng/1f3e3.png
new file mode 100644
index 0000000000..da0982b011
Binary files /dev/null and b/public/emojipng/1f3e3.png differ
diff --git a/public/emojipng/1f3e4.png b/public/emojipng/1f3e4.png
new file mode 100644
index 0000000000..e1ff2da636
Binary files /dev/null and b/public/emojipng/1f3e4.png differ
diff --git a/public/emojipng/1f3e5.png b/public/emojipng/1f3e5.png
new file mode 100644
index 0000000000..b038bb58eb
Binary files /dev/null and b/public/emojipng/1f3e5.png differ
diff --git a/public/emojipng/1f3e6.png b/public/emojipng/1f3e6.png
new file mode 100644
index 0000000000..011412337e
Binary files /dev/null and b/public/emojipng/1f3e6.png differ
diff --git a/public/emojipng/1f3e7.png b/public/emojipng/1f3e7.png
new file mode 100644
index 0000000000..1e36fefdbd
Binary files /dev/null and b/public/emojipng/1f3e7.png differ
diff --git a/public/emojipng/1f3e8.png b/public/emojipng/1f3e8.png
new file mode 100644
index 0000000000..646fe6e42e
Binary files /dev/null and b/public/emojipng/1f3e8.png differ
diff --git a/public/emojipng/1f3e9.png b/public/emojipng/1f3e9.png
new file mode 100644
index 0000000000..6c789fc22a
Binary files /dev/null and b/public/emojipng/1f3e9.png differ
diff --git a/public/emojipng/1f3ea.png b/public/emojipng/1f3ea.png
new file mode 100644
index 0000000000..bb84d3e665
Binary files /dev/null and b/public/emojipng/1f3ea.png differ
diff --git a/public/emojipng/1f3eb.png b/public/emojipng/1f3eb.png
new file mode 100644
index 0000000000..ae15884cc2
Binary files /dev/null and b/public/emojipng/1f3eb.png differ
diff --git a/public/emojipng/1f3ec.png b/public/emojipng/1f3ec.png
new file mode 100644
index 0000000000..5c94977ebd
Binary files /dev/null and b/public/emojipng/1f3ec.png differ
diff --git a/public/emojipng/1f3ed.png b/public/emojipng/1f3ed.png
new file mode 100644
index 0000000000..555c8a7ed5
Binary files /dev/null and b/public/emojipng/1f3ed.png differ
diff --git a/public/emojipng/1f3ee.png b/public/emojipng/1f3ee.png
new file mode 100644
index 0000000000..a6e883285d
Binary files /dev/null and b/public/emojipng/1f3ee.png differ
diff --git a/public/emojipng/1f3ef.png b/public/emojipng/1f3ef.png
new file mode 100644
index 0000000000..3819a53812
Binary files /dev/null and b/public/emojipng/1f3ef.png differ
diff --git a/public/emojipng/1f3f0.png b/public/emojipng/1f3f0.png
new file mode 100644
index 0000000000..78bc6200ca
Binary files /dev/null and b/public/emojipng/1f3f0.png differ
diff --git a/public/emojipng/1f3f3-fe0f-200d-1f308.png b/public/emojipng/1f3f3-fe0f-200d-1f308.png
new file mode 100644
index 0000000000..a79b58c8c1
Binary files /dev/null and b/public/emojipng/1f3f3-fe0f-200d-1f308.png differ
diff --git a/public/emojipng/1f3f3-fe0f-200d-26a7-fe0f.png b/public/emojipng/1f3f3-fe0f-200d-26a7-fe0f.png
new file mode 100644
index 0000000000..8994b2d055
Binary files /dev/null and b/public/emojipng/1f3f3-fe0f-200d-26a7-fe0f.png differ
diff --git a/public/emojipng/1f3f3.png b/public/emojipng/1f3f3.png
new file mode 100644
index 0000000000..49317273b4
Binary files /dev/null and b/public/emojipng/1f3f3.png differ
diff --git a/public/emojipng/1f3f4-200d-2620-fe0f.png b/public/emojipng/1f3f4-200d-2620-fe0f.png
new file mode 100644
index 0000000000..f5fc239943
Binary files /dev/null and b/public/emojipng/1f3f4-200d-2620-fe0f.png differ
diff --git a/public/emojipng/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png b/public/emojipng/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png
new file mode 100644
index 0000000000..fcdd94aa9d
Binary files /dev/null and b/public/emojipng/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png differ
diff --git a/public/emojipng/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png b/public/emojipng/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png
new file mode 100644
index 0000000000..05a827ffd0
Binary files /dev/null and b/public/emojipng/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png differ
diff --git a/public/emojipng/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png b/public/emojipng/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png
new file mode 100644
index 0000000000..0370dbf432
Binary files /dev/null and b/public/emojipng/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png differ
diff --git a/public/emojipng/1f3f4.png b/public/emojipng/1f3f4.png
new file mode 100644
index 0000000000..71a7af8304
Binary files /dev/null and b/public/emojipng/1f3f4.png differ
diff --git a/public/emojipng/1f3f5.png b/public/emojipng/1f3f5.png
new file mode 100644
index 0000000000..0ba33a9051
Binary files /dev/null and b/public/emojipng/1f3f5.png differ
diff --git a/public/emojipng/1f3f7.png b/public/emojipng/1f3f7.png
new file mode 100644
index 0000000000..355b9e375d
Binary files /dev/null and b/public/emojipng/1f3f7.png differ
diff --git a/public/emojipng/1f3f8.png b/public/emojipng/1f3f8.png
new file mode 100644
index 0000000000..1e0a95a180
Binary files /dev/null and b/public/emojipng/1f3f8.png differ
diff --git a/public/emojipng/1f3f9.png b/public/emojipng/1f3f9.png
new file mode 100644
index 0000000000..87dea7a594
Binary files /dev/null and b/public/emojipng/1f3f9.png differ
diff --git a/public/emojipng/1f3fa.png b/public/emojipng/1f3fa.png
new file mode 100644
index 0000000000..83caa8d108
Binary files /dev/null and b/public/emojipng/1f3fa.png differ
diff --git a/public/emojipng/1f3fb.png b/public/emojipng/1f3fb.png
new file mode 100644
index 0000000000..84f81dfcfb
Binary files /dev/null and b/public/emojipng/1f3fb.png differ
diff --git a/public/emojipng/1f3fc.png b/public/emojipng/1f3fc.png
new file mode 100644
index 0000000000..e9e39e53fd
Binary files /dev/null and b/public/emojipng/1f3fc.png differ
diff --git a/public/emojipng/1f3fd.png b/public/emojipng/1f3fd.png
new file mode 100644
index 0000000000..661cfc2e58
Binary files /dev/null and b/public/emojipng/1f3fd.png differ
diff --git a/public/emojipng/1f3fe.png b/public/emojipng/1f3fe.png
new file mode 100644
index 0000000000..5001b8017d
Binary files /dev/null and b/public/emojipng/1f3fe.png differ
diff --git a/public/emojipng/1f3ff.png b/public/emojipng/1f3ff.png
new file mode 100644
index 0000000000..bc2c6e58fb
Binary files /dev/null and b/public/emojipng/1f3ff.png differ
diff --git a/public/emojipng/1f400.png b/public/emojipng/1f400.png
new file mode 100644
index 0000000000..a2150f2d3b
Binary files /dev/null and b/public/emojipng/1f400.png differ
diff --git a/public/emojipng/1f401.png b/public/emojipng/1f401.png
new file mode 100644
index 0000000000..e2509b0729
Binary files /dev/null and b/public/emojipng/1f401.png differ
diff --git a/public/emojipng/1f402.png b/public/emojipng/1f402.png
new file mode 100644
index 0000000000..e20bd7d42b
Binary files /dev/null and b/public/emojipng/1f402.png differ
diff --git a/public/emojipng/1f403.png b/public/emojipng/1f403.png
new file mode 100644
index 0000000000..ced075f6af
Binary files /dev/null and b/public/emojipng/1f403.png differ
diff --git a/public/emojipng/1f404.png b/public/emojipng/1f404.png
new file mode 100644
index 0000000000..bb0e16c3c3
Binary files /dev/null and b/public/emojipng/1f404.png differ
diff --git a/public/emojipng/1f405.png b/public/emojipng/1f405.png
new file mode 100644
index 0000000000..eb20e615c5
Binary files /dev/null and b/public/emojipng/1f405.png differ
diff --git a/public/emojipng/1f406.png b/public/emojipng/1f406.png
new file mode 100644
index 0000000000..2f019b86e5
Binary files /dev/null and b/public/emojipng/1f406.png differ
diff --git a/public/emojipng/1f407.png b/public/emojipng/1f407.png
new file mode 100644
index 0000000000..afbdaf3b0d
Binary files /dev/null and b/public/emojipng/1f407.png differ
diff --git a/public/emojipng/1f408-200d-2b1b.png b/public/emojipng/1f408-200d-2b1b.png
new file mode 100644
index 0000000000..b8fe4db9e2
Binary files /dev/null and b/public/emojipng/1f408-200d-2b1b.png differ
diff --git a/public/emojipng/1f408.png b/public/emojipng/1f408.png
new file mode 100644
index 0000000000..f92e1aad84
Binary files /dev/null and b/public/emojipng/1f408.png differ
diff --git a/public/emojipng/1f409.png b/public/emojipng/1f409.png
new file mode 100644
index 0000000000..824e37d940
Binary files /dev/null and b/public/emojipng/1f409.png differ
diff --git a/public/emojipng/1f40a.png b/public/emojipng/1f40a.png
new file mode 100644
index 0000000000..8e15d44959
Binary files /dev/null and b/public/emojipng/1f40a.png differ
diff --git a/public/emojipng/1f40b.png b/public/emojipng/1f40b.png
new file mode 100644
index 0000000000..c103c6ef38
Binary files /dev/null and b/public/emojipng/1f40b.png differ
diff --git a/public/emojipng/1f40c.png b/public/emojipng/1f40c.png
new file mode 100644
index 0000000000..898bdd1b19
Binary files /dev/null and b/public/emojipng/1f40c.png differ
diff --git a/public/emojipng/1f40d.png b/public/emojipng/1f40d.png
new file mode 100644
index 0000000000..920bc69382
Binary files /dev/null and b/public/emojipng/1f40d.png differ
diff --git a/public/emojipng/1f40e.png b/public/emojipng/1f40e.png
new file mode 100644
index 0000000000..dc91a0d91f
Binary files /dev/null and b/public/emojipng/1f40e.png differ
diff --git a/public/emojipng/1f40f.png b/public/emojipng/1f40f.png
new file mode 100644
index 0000000000..96380f1497
Binary files /dev/null and b/public/emojipng/1f40f.png differ
diff --git a/public/emojipng/1f410.png b/public/emojipng/1f410.png
new file mode 100644
index 0000000000..696e91c93a
Binary files /dev/null and b/public/emojipng/1f410.png differ
diff --git a/public/emojipng/1f411.png b/public/emojipng/1f411.png
new file mode 100644
index 0000000000..f803dd80b8
Binary files /dev/null and b/public/emojipng/1f411.png differ
diff --git a/public/emojipng/1f412.png b/public/emojipng/1f412.png
new file mode 100644
index 0000000000..cf52ab1518
Binary files /dev/null and b/public/emojipng/1f412.png differ
diff --git a/public/emojipng/1f413.png b/public/emojipng/1f413.png
new file mode 100644
index 0000000000..61a94d4729
Binary files /dev/null and b/public/emojipng/1f413.png differ
diff --git a/public/emojipng/1f414.png b/public/emojipng/1f414.png
new file mode 100644
index 0000000000..b6cfed1f66
Binary files /dev/null and b/public/emojipng/1f414.png differ
diff --git a/public/emojipng/1f415-200d-1f9ba.png b/public/emojipng/1f415-200d-1f9ba.png
new file mode 100644
index 0000000000..f09349e64e
Binary files /dev/null and b/public/emojipng/1f415-200d-1f9ba.png differ
diff --git a/public/emojipng/1f415.png b/public/emojipng/1f415.png
new file mode 100644
index 0000000000..7c869c487a
Binary files /dev/null and b/public/emojipng/1f415.png differ
diff --git a/public/emojipng/1f416.png b/public/emojipng/1f416.png
new file mode 100644
index 0000000000..1bb3b6e5bc
Binary files /dev/null and b/public/emojipng/1f416.png differ
diff --git a/public/emojipng/1f417.png b/public/emojipng/1f417.png
new file mode 100644
index 0000000000..049f5bc9d1
Binary files /dev/null and b/public/emojipng/1f417.png differ
diff --git a/public/emojipng/1f418.png b/public/emojipng/1f418.png
new file mode 100644
index 0000000000..ebc666dce3
Binary files /dev/null and b/public/emojipng/1f418.png differ
diff --git a/public/emojipng/1f419.png b/public/emojipng/1f419.png
new file mode 100644
index 0000000000..c90c5f4d23
Binary files /dev/null and b/public/emojipng/1f419.png differ
diff --git a/public/emojipng/1f41a.png b/public/emojipng/1f41a.png
new file mode 100644
index 0000000000..496e7a8146
Binary files /dev/null and b/public/emojipng/1f41a.png differ
diff --git a/public/emojipng/1f41b.png b/public/emojipng/1f41b.png
new file mode 100644
index 0000000000..6010258f4a
Binary files /dev/null and b/public/emojipng/1f41b.png differ
diff --git a/public/emojipng/1f41c.png b/public/emojipng/1f41c.png
new file mode 100644
index 0000000000..268571bb07
Binary files /dev/null and b/public/emojipng/1f41c.png differ
diff --git a/public/emojipng/1f41d.png b/public/emojipng/1f41d.png
new file mode 100644
index 0000000000..2440295b91
Binary files /dev/null and b/public/emojipng/1f41d.png differ
diff --git a/public/emojipng/1f41e.png b/public/emojipng/1f41e.png
new file mode 100644
index 0000000000..f605bd5d22
Binary files /dev/null and b/public/emojipng/1f41e.png differ
diff --git a/public/emojipng/1f41f.png b/public/emojipng/1f41f.png
new file mode 100644
index 0000000000..1d6e90fa69
Binary files /dev/null and b/public/emojipng/1f41f.png differ
diff --git a/public/emojipng/1f420.png b/public/emojipng/1f420.png
new file mode 100644
index 0000000000..5f1e2e5e8e
Binary files /dev/null and b/public/emojipng/1f420.png differ
diff --git a/public/emojipng/1f421.png b/public/emojipng/1f421.png
new file mode 100644
index 0000000000..1dc9bd9a0e
Binary files /dev/null and b/public/emojipng/1f421.png differ
diff --git a/public/emojipng/1f422.png b/public/emojipng/1f422.png
new file mode 100644
index 0000000000..5253638fea
Binary files /dev/null and b/public/emojipng/1f422.png differ
diff --git a/public/emojipng/1f423.png b/public/emojipng/1f423.png
new file mode 100644
index 0000000000..23b0dd1bf4
Binary files /dev/null and b/public/emojipng/1f423.png differ
diff --git a/public/emojipng/1f424.png b/public/emojipng/1f424.png
new file mode 100644
index 0000000000..bd87c6fac3
Binary files /dev/null and b/public/emojipng/1f424.png differ
diff --git a/public/emojipng/1f425.png b/public/emojipng/1f425.png
new file mode 100644
index 0000000000..66e7b973b1
Binary files /dev/null and b/public/emojipng/1f425.png differ
diff --git a/public/emojipng/1f426-200d-1f525.png b/public/emojipng/1f426-200d-1f525.png
new file mode 100644
index 0000000000..28d17bc160
Binary files /dev/null and b/public/emojipng/1f426-200d-1f525.png differ
diff --git a/public/emojipng/1f426-200d-2b1b.png b/public/emojipng/1f426-200d-2b1b.png
new file mode 100644
index 0000000000..c3e1865175
Binary files /dev/null and b/public/emojipng/1f426-200d-2b1b.png differ
diff --git a/public/emojipng/1f426.png b/public/emojipng/1f426.png
new file mode 100644
index 0000000000..d129ac778f
Binary files /dev/null and b/public/emojipng/1f426.png differ
diff --git a/public/emojipng/1f427.png b/public/emojipng/1f427.png
new file mode 100644
index 0000000000..2ee0dbc6ae
Binary files /dev/null and b/public/emojipng/1f427.png differ
diff --git a/public/emojipng/1f428.png b/public/emojipng/1f428.png
new file mode 100644
index 0000000000..0c2ae778a7
Binary files /dev/null and b/public/emojipng/1f428.png differ
diff --git a/public/emojipng/1f429.png b/public/emojipng/1f429.png
new file mode 100644
index 0000000000..ebc9aef972
Binary files /dev/null and b/public/emojipng/1f429.png differ
diff --git a/public/emojipng/1f42a.png b/public/emojipng/1f42a.png
new file mode 100644
index 0000000000..4ede95a2aa
Binary files /dev/null and b/public/emojipng/1f42a.png differ
diff --git a/public/emojipng/1f42b.png b/public/emojipng/1f42b.png
new file mode 100644
index 0000000000..af4a976b32
Binary files /dev/null and b/public/emojipng/1f42b.png differ
diff --git a/public/emojipng/1f42c.png b/public/emojipng/1f42c.png
new file mode 100644
index 0000000000..86b97d8a3c
Binary files /dev/null and b/public/emojipng/1f42c.png differ
diff --git a/public/emojipng/1f42d.png b/public/emojipng/1f42d.png
new file mode 100644
index 0000000000..fa31afc1b0
Binary files /dev/null and b/public/emojipng/1f42d.png differ
diff --git a/public/emojipng/1f42e.png b/public/emojipng/1f42e.png
new file mode 100644
index 0000000000..c872a5fe67
Binary files /dev/null and b/public/emojipng/1f42e.png differ
diff --git a/public/emojipng/1f42f.png b/public/emojipng/1f42f.png
new file mode 100644
index 0000000000..cb9915252d
Binary files /dev/null and b/public/emojipng/1f42f.png differ
diff --git a/public/emojipng/1f430.png b/public/emojipng/1f430.png
new file mode 100644
index 0000000000..2397ddd337
Binary files /dev/null and b/public/emojipng/1f430.png differ
diff --git a/public/emojipng/1f431.png b/public/emojipng/1f431.png
new file mode 100644
index 0000000000..292aff7841
Binary files /dev/null and b/public/emojipng/1f431.png differ
diff --git a/public/emojipng/1f432.png b/public/emojipng/1f432.png
new file mode 100644
index 0000000000..88a42e2fba
Binary files /dev/null and b/public/emojipng/1f432.png differ
diff --git a/public/emojipng/1f433.png b/public/emojipng/1f433.png
new file mode 100644
index 0000000000..1bae0fc3a2
Binary files /dev/null and b/public/emojipng/1f433.png differ
diff --git a/public/emojipng/1f434.png b/public/emojipng/1f434.png
new file mode 100644
index 0000000000..79d0ba1ee5
Binary files /dev/null and b/public/emojipng/1f434.png differ
diff --git a/public/emojipng/1f435.png b/public/emojipng/1f435.png
new file mode 100644
index 0000000000..780034d553
Binary files /dev/null and b/public/emojipng/1f435.png differ
diff --git a/public/emojipng/1f436.png b/public/emojipng/1f436.png
new file mode 100644
index 0000000000..a4c07a081f
Binary files /dev/null and b/public/emojipng/1f436.png differ
diff --git a/public/emojipng/1f437.png b/public/emojipng/1f437.png
new file mode 100644
index 0000000000..1c9215aae2
Binary files /dev/null and b/public/emojipng/1f437.png differ
diff --git a/public/emojipng/1f438.png b/public/emojipng/1f438.png
new file mode 100644
index 0000000000..9f61856983
Binary files /dev/null and b/public/emojipng/1f438.png differ
diff --git a/public/emojipng/1f439.png b/public/emojipng/1f439.png
new file mode 100644
index 0000000000..7081211244
Binary files /dev/null and b/public/emojipng/1f439.png differ
diff --git a/public/emojipng/1f43a.png b/public/emojipng/1f43a.png
new file mode 100644
index 0000000000..8f676db32d
Binary files /dev/null and b/public/emojipng/1f43a.png differ
diff --git a/public/emojipng/1f43b-200d-2744-fe0f.png b/public/emojipng/1f43b-200d-2744-fe0f.png
new file mode 100644
index 0000000000..ac27142489
Binary files /dev/null and b/public/emojipng/1f43b-200d-2744-fe0f.png differ
diff --git a/public/emojipng/1f43b.png b/public/emojipng/1f43b.png
new file mode 100644
index 0000000000..726115f19e
Binary files /dev/null and b/public/emojipng/1f43b.png differ
diff --git a/public/emojipng/1f43c.png b/public/emojipng/1f43c.png
new file mode 100644
index 0000000000..e3995ee938
Binary files /dev/null and b/public/emojipng/1f43c.png differ
diff --git a/public/emojipng/1f43d.png b/public/emojipng/1f43d.png
new file mode 100644
index 0000000000..1aee7931c0
Binary files /dev/null and b/public/emojipng/1f43d.png differ
diff --git a/public/emojipng/1f43e.png b/public/emojipng/1f43e.png
new file mode 100644
index 0000000000..2c6266d248
Binary files /dev/null and b/public/emojipng/1f43e.png differ
diff --git a/public/emojipng/1f43f.png b/public/emojipng/1f43f.png
new file mode 100644
index 0000000000..4e284b89bb
Binary files /dev/null and b/public/emojipng/1f43f.png differ
diff --git a/public/emojipng/1f440.png b/public/emojipng/1f440.png
new file mode 100644
index 0000000000..1b3d0daf01
Binary files /dev/null and b/public/emojipng/1f440.png differ
diff --git a/public/emojipng/1f441-200d-1f5e8.png b/public/emojipng/1f441-200d-1f5e8.png
new file mode 100644
index 0000000000..515c73a477
Binary files /dev/null and b/public/emojipng/1f441-200d-1f5e8.png differ
diff --git a/public/emojipng/1f441.png b/public/emojipng/1f441.png
new file mode 100644
index 0000000000..9a59d28b09
Binary files /dev/null and b/public/emojipng/1f441.png differ
diff --git a/public/emojipng/1f442-1f3fb.png b/public/emojipng/1f442-1f3fb.png
new file mode 100644
index 0000000000..80566ef86f
Binary files /dev/null and b/public/emojipng/1f442-1f3fb.png differ
diff --git a/public/emojipng/1f442-1f3fc.png b/public/emojipng/1f442-1f3fc.png
new file mode 100644
index 0000000000..a926069af7
Binary files /dev/null and b/public/emojipng/1f442-1f3fc.png differ
diff --git a/public/emojipng/1f442-1f3fd.png b/public/emojipng/1f442-1f3fd.png
new file mode 100644
index 0000000000..89f758f3bf
Binary files /dev/null and b/public/emojipng/1f442-1f3fd.png differ
diff --git a/public/emojipng/1f442-1f3fe.png b/public/emojipng/1f442-1f3fe.png
new file mode 100644
index 0000000000..997fbb346e
Binary files /dev/null and b/public/emojipng/1f442-1f3fe.png differ
diff --git a/public/emojipng/1f442-1f3ff.png b/public/emojipng/1f442-1f3ff.png
new file mode 100644
index 0000000000..1b6842c5d8
Binary files /dev/null and b/public/emojipng/1f442-1f3ff.png differ
diff --git a/public/emojipng/1f442.png b/public/emojipng/1f442.png
new file mode 100644
index 0000000000..d8e2ad76e2
Binary files /dev/null and b/public/emojipng/1f442.png differ
diff --git a/public/emojipng/1f443-1f3fb.png b/public/emojipng/1f443-1f3fb.png
new file mode 100644
index 0000000000..6aea7ccc76
Binary files /dev/null and b/public/emojipng/1f443-1f3fb.png differ
diff --git a/public/emojipng/1f443-1f3fc.png b/public/emojipng/1f443-1f3fc.png
new file mode 100644
index 0000000000..76dcb3d7b6
Binary files /dev/null and b/public/emojipng/1f443-1f3fc.png differ
diff --git a/public/emojipng/1f443-1f3fd.png b/public/emojipng/1f443-1f3fd.png
new file mode 100644
index 0000000000..c3a48df072
Binary files /dev/null and b/public/emojipng/1f443-1f3fd.png differ
diff --git a/public/emojipng/1f443-1f3fe.png b/public/emojipng/1f443-1f3fe.png
new file mode 100644
index 0000000000..946fd2b330
Binary files /dev/null and b/public/emojipng/1f443-1f3fe.png differ
diff --git a/public/emojipng/1f443-1f3ff.png b/public/emojipng/1f443-1f3ff.png
new file mode 100644
index 0000000000..492fdc35d5
Binary files /dev/null and b/public/emojipng/1f443-1f3ff.png differ
diff --git a/public/emojipng/1f443.png b/public/emojipng/1f443.png
new file mode 100644
index 0000000000..ece7bb8dd8
Binary files /dev/null and b/public/emojipng/1f443.png differ
diff --git a/public/emojipng/1f444.png b/public/emojipng/1f444.png
new file mode 100644
index 0000000000..16dbe112fe
Binary files /dev/null and b/public/emojipng/1f444.png differ
diff --git a/public/emojipng/1f445.png b/public/emojipng/1f445.png
new file mode 100644
index 0000000000..441866f0a7
Binary files /dev/null and b/public/emojipng/1f445.png differ
diff --git a/public/emojipng/1f446-1f3fb.png b/public/emojipng/1f446-1f3fb.png
new file mode 100644
index 0000000000..024353211d
Binary files /dev/null and b/public/emojipng/1f446-1f3fb.png differ
diff --git a/public/emojipng/1f446-1f3fc.png b/public/emojipng/1f446-1f3fc.png
new file mode 100644
index 0000000000..8fe07a76f1
Binary files /dev/null and b/public/emojipng/1f446-1f3fc.png differ
diff --git a/public/emojipng/1f446-1f3fd.png b/public/emojipng/1f446-1f3fd.png
new file mode 100644
index 0000000000..7e795d6695
Binary files /dev/null and b/public/emojipng/1f446-1f3fd.png differ
diff --git a/public/emojipng/1f446-1f3fe.png b/public/emojipng/1f446-1f3fe.png
new file mode 100644
index 0000000000..c3b6373178
Binary files /dev/null and b/public/emojipng/1f446-1f3fe.png differ
diff --git a/public/emojipng/1f446-1f3ff.png b/public/emojipng/1f446-1f3ff.png
new file mode 100644
index 0000000000..9df30a7730
Binary files /dev/null and b/public/emojipng/1f446-1f3ff.png differ
diff --git a/public/emojipng/1f446.png b/public/emojipng/1f446.png
new file mode 100644
index 0000000000..8a5dfb10b0
Binary files /dev/null and b/public/emojipng/1f446.png differ
diff --git a/public/emojipng/1f447-1f3fb.png b/public/emojipng/1f447-1f3fb.png
new file mode 100644
index 0000000000..9b87944e1c
Binary files /dev/null and b/public/emojipng/1f447-1f3fb.png differ
diff --git a/public/emojipng/1f447-1f3fc.png b/public/emojipng/1f447-1f3fc.png
new file mode 100644
index 0000000000..05da2e0ef6
Binary files /dev/null and b/public/emojipng/1f447-1f3fc.png differ
diff --git a/public/emojipng/1f447-1f3fd.png b/public/emojipng/1f447-1f3fd.png
new file mode 100644
index 0000000000..cf8393f057
Binary files /dev/null and b/public/emojipng/1f447-1f3fd.png differ
diff --git a/public/emojipng/1f447-1f3fe.png b/public/emojipng/1f447-1f3fe.png
new file mode 100644
index 0000000000..3daf8e0c06
Binary files /dev/null and b/public/emojipng/1f447-1f3fe.png differ
diff --git a/public/emojipng/1f447-1f3ff.png b/public/emojipng/1f447-1f3ff.png
new file mode 100644
index 0000000000..54ee9d9be2
Binary files /dev/null and b/public/emojipng/1f447-1f3ff.png differ
diff --git a/public/emojipng/1f447.png b/public/emojipng/1f447.png
new file mode 100644
index 0000000000..b5d06ca53b
Binary files /dev/null and b/public/emojipng/1f447.png differ
diff --git a/public/emojipng/1f448-1f3fb.png b/public/emojipng/1f448-1f3fb.png
new file mode 100644
index 0000000000..576a0f3f21
Binary files /dev/null and b/public/emojipng/1f448-1f3fb.png differ
diff --git a/public/emojipng/1f448-1f3fc.png b/public/emojipng/1f448-1f3fc.png
new file mode 100644
index 0000000000..08ecf7e6d5
Binary files /dev/null and b/public/emojipng/1f448-1f3fc.png differ
diff --git a/public/emojipng/1f448-1f3fd.png b/public/emojipng/1f448-1f3fd.png
new file mode 100644
index 0000000000..c5b5a71402
Binary files /dev/null and b/public/emojipng/1f448-1f3fd.png differ
diff --git a/public/emojipng/1f448-1f3fe.png b/public/emojipng/1f448-1f3fe.png
new file mode 100644
index 0000000000..f1ed6f7a21
Binary files /dev/null and b/public/emojipng/1f448-1f3fe.png differ
diff --git a/public/emojipng/1f448-1f3ff.png b/public/emojipng/1f448-1f3ff.png
new file mode 100644
index 0000000000..89821cd395
Binary files /dev/null and b/public/emojipng/1f448-1f3ff.png differ
diff --git a/public/emojipng/1f448.png b/public/emojipng/1f448.png
new file mode 100644
index 0000000000..441c2f819a
Binary files /dev/null and b/public/emojipng/1f448.png differ
diff --git a/public/emojipng/1f449-1f3fb.png b/public/emojipng/1f449-1f3fb.png
new file mode 100644
index 0000000000..82ea57957b
Binary files /dev/null and b/public/emojipng/1f449-1f3fb.png differ
diff --git a/public/emojipng/1f449-1f3fc.png b/public/emojipng/1f449-1f3fc.png
new file mode 100644
index 0000000000..31c5fa365e
Binary files /dev/null and b/public/emojipng/1f449-1f3fc.png differ
diff --git a/public/emojipng/1f449-1f3fd.png b/public/emojipng/1f449-1f3fd.png
new file mode 100644
index 0000000000..ee0081eb16
Binary files /dev/null and b/public/emojipng/1f449-1f3fd.png differ
diff --git a/public/emojipng/1f449-1f3fe.png b/public/emojipng/1f449-1f3fe.png
new file mode 100644
index 0000000000..a8aa2f3439
Binary files /dev/null and b/public/emojipng/1f449-1f3fe.png differ
diff --git a/public/emojipng/1f449-1f3ff.png b/public/emojipng/1f449-1f3ff.png
new file mode 100644
index 0000000000..2b72da33b1
Binary files /dev/null and b/public/emojipng/1f449-1f3ff.png differ
diff --git a/public/emojipng/1f449.png b/public/emojipng/1f449.png
new file mode 100644
index 0000000000..85c300aaa8
Binary files /dev/null and b/public/emojipng/1f449.png differ
diff --git a/public/emojipng/1f44a-1f3fb.png b/public/emojipng/1f44a-1f3fb.png
new file mode 100644
index 0000000000..90bffd8278
Binary files /dev/null and b/public/emojipng/1f44a-1f3fb.png differ
diff --git a/public/emojipng/1f44a-1f3fc.png b/public/emojipng/1f44a-1f3fc.png
new file mode 100644
index 0000000000..f800eabcea
Binary files /dev/null and b/public/emojipng/1f44a-1f3fc.png differ
diff --git a/public/emojipng/1f44a-1f3fd.png b/public/emojipng/1f44a-1f3fd.png
new file mode 100644
index 0000000000..d9de1ad26d
Binary files /dev/null and b/public/emojipng/1f44a-1f3fd.png differ
diff --git a/public/emojipng/1f44a-1f3fe.png b/public/emojipng/1f44a-1f3fe.png
new file mode 100644
index 0000000000..029c1b3bc3
Binary files /dev/null and b/public/emojipng/1f44a-1f3fe.png differ
diff --git a/public/emojipng/1f44a-1f3ff.png b/public/emojipng/1f44a-1f3ff.png
new file mode 100644
index 0000000000..4ad7a4a646
Binary files /dev/null and b/public/emojipng/1f44a-1f3ff.png differ
diff --git a/public/emojipng/1f44a.png b/public/emojipng/1f44a.png
new file mode 100644
index 0000000000..264880fd86
Binary files /dev/null and b/public/emojipng/1f44a.png differ
diff --git a/public/emojipng/1f44b-1f3fb.png b/public/emojipng/1f44b-1f3fb.png
new file mode 100644
index 0000000000..8dd2c95e36
Binary files /dev/null and b/public/emojipng/1f44b-1f3fb.png differ
diff --git a/public/emojipng/1f44b-1f3fc.png b/public/emojipng/1f44b-1f3fc.png
new file mode 100644
index 0000000000..4d983cd4d8
Binary files /dev/null and b/public/emojipng/1f44b-1f3fc.png differ
diff --git a/public/emojipng/1f44b-1f3fd.png b/public/emojipng/1f44b-1f3fd.png
new file mode 100644
index 0000000000..478ee389fb
Binary files /dev/null and b/public/emojipng/1f44b-1f3fd.png differ
diff --git a/public/emojipng/1f44b-1f3fe.png b/public/emojipng/1f44b-1f3fe.png
new file mode 100644
index 0000000000..cba0b2d9a4
Binary files /dev/null and b/public/emojipng/1f44b-1f3fe.png differ
diff --git a/public/emojipng/1f44b-1f3ff.png b/public/emojipng/1f44b-1f3ff.png
new file mode 100644
index 0000000000..34c61982dc
Binary files /dev/null and b/public/emojipng/1f44b-1f3ff.png differ
diff --git a/public/emojipng/1f44b.png b/public/emojipng/1f44b.png
new file mode 100644
index 0000000000..250e857fb7
Binary files /dev/null and b/public/emojipng/1f44b.png differ
diff --git a/public/emojipng/1f44c-1f3fb.png b/public/emojipng/1f44c-1f3fb.png
new file mode 100644
index 0000000000..f93153c582
Binary files /dev/null and b/public/emojipng/1f44c-1f3fb.png differ
diff --git a/public/emojipng/1f44c-1f3fc.png b/public/emojipng/1f44c-1f3fc.png
new file mode 100644
index 0000000000..68e450716d
Binary files /dev/null and b/public/emojipng/1f44c-1f3fc.png differ
diff --git a/public/emojipng/1f44c-1f3fd.png b/public/emojipng/1f44c-1f3fd.png
new file mode 100644
index 0000000000..869d982cb0
Binary files /dev/null and b/public/emojipng/1f44c-1f3fd.png differ
diff --git a/public/emojipng/1f44c-1f3fe.png b/public/emojipng/1f44c-1f3fe.png
new file mode 100644
index 0000000000..b3d2e82631
Binary files /dev/null and b/public/emojipng/1f44c-1f3fe.png differ
diff --git a/public/emojipng/1f44c-1f3ff.png b/public/emojipng/1f44c-1f3ff.png
new file mode 100644
index 0000000000..f0c6a8cf2b
Binary files /dev/null and b/public/emojipng/1f44c-1f3ff.png differ
diff --git a/public/emojipng/1f44c.png b/public/emojipng/1f44c.png
new file mode 100644
index 0000000000..6a7b897693
Binary files /dev/null and b/public/emojipng/1f44c.png differ
diff --git a/public/emojipng/1f44d-1f3fb.png b/public/emojipng/1f44d-1f3fb.png
new file mode 100644
index 0000000000..ceab0da2e2
Binary files /dev/null and b/public/emojipng/1f44d-1f3fb.png differ
diff --git a/public/emojipng/1f44d-1f3fc.png b/public/emojipng/1f44d-1f3fc.png
new file mode 100644
index 0000000000..e78a835459
Binary files /dev/null and b/public/emojipng/1f44d-1f3fc.png differ
diff --git a/public/emojipng/1f44d-1f3fd.png b/public/emojipng/1f44d-1f3fd.png
new file mode 100644
index 0000000000..56a60600de
Binary files /dev/null and b/public/emojipng/1f44d-1f3fd.png differ
diff --git a/public/emojipng/1f44d-1f3fe.png b/public/emojipng/1f44d-1f3fe.png
new file mode 100644
index 0000000000..14a8eb91ad
Binary files /dev/null and b/public/emojipng/1f44d-1f3fe.png differ
diff --git a/public/emojipng/1f44d-1f3ff.png b/public/emojipng/1f44d-1f3ff.png
new file mode 100644
index 0000000000..6fddfe1058
Binary files /dev/null and b/public/emojipng/1f44d-1f3ff.png differ
diff --git a/public/emojipng/1f44d.png b/public/emojipng/1f44d.png
new file mode 100644
index 0000000000..51b8c75bb9
Binary files /dev/null and b/public/emojipng/1f44d.png differ
diff --git a/public/emojipng/1f44e-1f3fb.png b/public/emojipng/1f44e-1f3fb.png
new file mode 100644
index 0000000000..48e16a253b
Binary files /dev/null and b/public/emojipng/1f44e-1f3fb.png differ
diff --git a/public/emojipng/1f44e-1f3fc.png b/public/emojipng/1f44e-1f3fc.png
new file mode 100644
index 0000000000..8fdb6a1279
Binary files /dev/null and b/public/emojipng/1f44e-1f3fc.png differ
diff --git a/public/emojipng/1f44e-1f3fd.png b/public/emojipng/1f44e-1f3fd.png
new file mode 100644
index 0000000000..1f7ff2b13a
Binary files /dev/null and b/public/emojipng/1f44e-1f3fd.png differ
diff --git a/public/emojipng/1f44e-1f3fe.png b/public/emojipng/1f44e-1f3fe.png
new file mode 100644
index 0000000000..f971e494a3
Binary files /dev/null and b/public/emojipng/1f44e-1f3fe.png differ
diff --git a/public/emojipng/1f44e-1f3ff.png b/public/emojipng/1f44e-1f3ff.png
new file mode 100644
index 0000000000..62f23f40d8
Binary files /dev/null and b/public/emojipng/1f44e-1f3ff.png differ
diff --git a/public/emojipng/1f44e.png b/public/emojipng/1f44e.png
new file mode 100644
index 0000000000..3801fe8f3e
Binary files /dev/null and b/public/emojipng/1f44e.png differ
diff --git a/public/emojipng/1f44f-1f3fb.png b/public/emojipng/1f44f-1f3fb.png
new file mode 100644
index 0000000000..4194338799
Binary files /dev/null and b/public/emojipng/1f44f-1f3fb.png differ
diff --git a/public/emojipng/1f44f-1f3fc.png b/public/emojipng/1f44f-1f3fc.png
new file mode 100644
index 0000000000..28f2ab9716
Binary files /dev/null and b/public/emojipng/1f44f-1f3fc.png differ
diff --git a/public/emojipng/1f44f-1f3fd.png b/public/emojipng/1f44f-1f3fd.png
new file mode 100644
index 0000000000..aef3c3398f
Binary files /dev/null and b/public/emojipng/1f44f-1f3fd.png differ
diff --git a/public/emojipng/1f44f-1f3fe.png b/public/emojipng/1f44f-1f3fe.png
new file mode 100644
index 0000000000..7d64a24db5
Binary files /dev/null and b/public/emojipng/1f44f-1f3fe.png differ
diff --git a/public/emojipng/1f44f-1f3ff.png b/public/emojipng/1f44f-1f3ff.png
new file mode 100644
index 0000000000..389765736a
Binary files /dev/null and b/public/emojipng/1f44f-1f3ff.png differ
diff --git a/public/emojipng/1f44f.png b/public/emojipng/1f44f.png
new file mode 100644
index 0000000000..8512b44bfe
Binary files /dev/null and b/public/emojipng/1f44f.png differ
diff --git a/public/emojipng/1f450-1f3fb.png b/public/emojipng/1f450-1f3fb.png
new file mode 100644
index 0000000000..d049c49418
Binary files /dev/null and b/public/emojipng/1f450-1f3fb.png differ
diff --git a/public/emojipng/1f450-1f3fc.png b/public/emojipng/1f450-1f3fc.png
new file mode 100644
index 0000000000..95155ca5d5
Binary files /dev/null and b/public/emojipng/1f450-1f3fc.png differ
diff --git a/public/emojipng/1f450-1f3fd.png b/public/emojipng/1f450-1f3fd.png
new file mode 100644
index 0000000000..44a91e5408
Binary files /dev/null and b/public/emojipng/1f450-1f3fd.png differ
diff --git a/public/emojipng/1f450-1f3fe.png b/public/emojipng/1f450-1f3fe.png
new file mode 100644
index 0000000000..cb7c763be0
Binary files /dev/null and b/public/emojipng/1f450-1f3fe.png differ
diff --git a/public/emojipng/1f450-1f3ff.png b/public/emojipng/1f450-1f3ff.png
new file mode 100644
index 0000000000..8fe0efb743
Binary files /dev/null and b/public/emojipng/1f450-1f3ff.png differ
diff --git a/public/emojipng/1f450.png b/public/emojipng/1f450.png
new file mode 100644
index 0000000000..43b0021baf
Binary files /dev/null and b/public/emojipng/1f450.png differ
diff --git a/public/emojipng/1f451.png b/public/emojipng/1f451.png
new file mode 100644
index 0000000000..ee8792481e
Binary files /dev/null and b/public/emojipng/1f451.png differ
diff --git a/public/emojipng/1f452.png b/public/emojipng/1f452.png
new file mode 100644
index 0000000000..ae6e88c2bc
Binary files /dev/null and b/public/emojipng/1f452.png differ
diff --git a/public/emojipng/1f453.png b/public/emojipng/1f453.png
new file mode 100644
index 0000000000..2808766313
Binary files /dev/null and b/public/emojipng/1f453.png differ
diff --git a/public/emojipng/1f454.png b/public/emojipng/1f454.png
new file mode 100644
index 0000000000..08d920fa12
Binary files /dev/null and b/public/emojipng/1f454.png differ
diff --git a/public/emojipng/1f455.png b/public/emojipng/1f455.png
new file mode 100644
index 0000000000..1dc1d91d40
Binary files /dev/null and b/public/emojipng/1f455.png differ
diff --git a/public/emojipng/1f456.png b/public/emojipng/1f456.png
new file mode 100644
index 0000000000..44713902ee
Binary files /dev/null and b/public/emojipng/1f456.png differ
diff --git a/public/emojipng/1f457.png b/public/emojipng/1f457.png
new file mode 100644
index 0000000000..40ee78e104
Binary files /dev/null and b/public/emojipng/1f457.png differ
diff --git a/public/emojipng/1f458.png b/public/emojipng/1f458.png
new file mode 100644
index 0000000000..b4fd087b12
Binary files /dev/null and b/public/emojipng/1f458.png differ
diff --git a/public/emojipng/1f459.png b/public/emojipng/1f459.png
new file mode 100644
index 0000000000..3892a92940
Binary files /dev/null and b/public/emojipng/1f459.png differ
diff --git a/public/emojipng/1f45a.png b/public/emojipng/1f45a.png
new file mode 100644
index 0000000000..721cfdc238
Binary files /dev/null and b/public/emojipng/1f45a.png differ
diff --git a/public/emojipng/1f45b.png b/public/emojipng/1f45b.png
new file mode 100644
index 0000000000..13037d8f33
Binary files /dev/null and b/public/emojipng/1f45b.png differ
diff --git a/public/emojipng/1f45c.png b/public/emojipng/1f45c.png
new file mode 100644
index 0000000000..61e490910b
Binary files /dev/null and b/public/emojipng/1f45c.png differ
diff --git a/public/emojipng/1f45d.png b/public/emojipng/1f45d.png
new file mode 100644
index 0000000000..1e7e714619
Binary files /dev/null and b/public/emojipng/1f45d.png differ
diff --git a/public/emojipng/1f45e.png b/public/emojipng/1f45e.png
new file mode 100644
index 0000000000..87cbf8a1f8
Binary files /dev/null and b/public/emojipng/1f45e.png differ
diff --git a/public/emojipng/1f45f.png b/public/emojipng/1f45f.png
new file mode 100644
index 0000000000..fe7db6fb74
Binary files /dev/null and b/public/emojipng/1f45f.png differ
diff --git a/public/emojipng/1f460.png b/public/emojipng/1f460.png
new file mode 100644
index 0000000000..02325941a2
Binary files /dev/null and b/public/emojipng/1f460.png differ
diff --git a/public/emojipng/1f461.png b/public/emojipng/1f461.png
new file mode 100644
index 0000000000..806fd1cf1e
Binary files /dev/null and b/public/emojipng/1f461.png differ
diff --git a/public/emojipng/1f462.png b/public/emojipng/1f462.png
new file mode 100644
index 0000000000..91d298e0f7
Binary files /dev/null and b/public/emojipng/1f462.png differ
diff --git a/public/emojipng/1f463.png b/public/emojipng/1f463.png
new file mode 100644
index 0000000000..0e2b87e791
Binary files /dev/null and b/public/emojipng/1f463.png differ
diff --git a/public/emojipng/1f464.png b/public/emojipng/1f464.png
new file mode 100644
index 0000000000..df64d95cc0
Binary files /dev/null and b/public/emojipng/1f464.png differ
diff --git a/public/emojipng/1f465.png b/public/emojipng/1f465.png
new file mode 100644
index 0000000000..b907898cf4
Binary files /dev/null and b/public/emojipng/1f465.png differ
diff --git a/public/emojipng/1f466-1f3fb.png b/public/emojipng/1f466-1f3fb.png
new file mode 100644
index 0000000000..30ee0fb998
Binary files /dev/null and b/public/emojipng/1f466-1f3fb.png differ
diff --git a/public/emojipng/1f466-1f3fc.png b/public/emojipng/1f466-1f3fc.png
new file mode 100644
index 0000000000..219c8a3ede
Binary files /dev/null and b/public/emojipng/1f466-1f3fc.png differ
diff --git a/public/emojipng/1f466-1f3fd.png b/public/emojipng/1f466-1f3fd.png
new file mode 100644
index 0000000000..fb2d105c54
Binary files /dev/null and b/public/emojipng/1f466-1f3fd.png differ
diff --git a/public/emojipng/1f466-1f3fe.png b/public/emojipng/1f466-1f3fe.png
new file mode 100644
index 0000000000..a0a1895f09
Binary files /dev/null and b/public/emojipng/1f466-1f3fe.png differ
diff --git a/public/emojipng/1f466-1f3ff.png b/public/emojipng/1f466-1f3ff.png
new file mode 100644
index 0000000000..89edbdaadf
Binary files /dev/null and b/public/emojipng/1f466-1f3ff.png differ
diff --git a/public/emojipng/1f466.png b/public/emojipng/1f466.png
new file mode 100644
index 0000000000..aca7839400
Binary files /dev/null and b/public/emojipng/1f466.png differ
diff --git a/public/emojipng/1f467-1f3fb.png b/public/emojipng/1f467-1f3fb.png
new file mode 100644
index 0000000000..959d55e664
Binary files /dev/null and b/public/emojipng/1f467-1f3fb.png differ
diff --git a/public/emojipng/1f467-1f3fc.png b/public/emojipng/1f467-1f3fc.png
new file mode 100644
index 0000000000..a6276570ce
Binary files /dev/null and b/public/emojipng/1f467-1f3fc.png differ
diff --git a/public/emojipng/1f467-1f3fd.png b/public/emojipng/1f467-1f3fd.png
new file mode 100644
index 0000000000..c5bba79773
Binary files /dev/null and b/public/emojipng/1f467-1f3fd.png differ
diff --git a/public/emojipng/1f467-1f3fe.png b/public/emojipng/1f467-1f3fe.png
new file mode 100644
index 0000000000..0509f75b12
Binary files /dev/null and b/public/emojipng/1f467-1f3fe.png differ
diff --git a/public/emojipng/1f467-1f3ff.png b/public/emojipng/1f467-1f3ff.png
new file mode 100644
index 0000000000..c97e91ac4d
Binary files /dev/null and b/public/emojipng/1f467-1f3ff.png differ
diff --git a/public/emojipng/1f467.png b/public/emojipng/1f467.png
new file mode 100644
index 0000000000..c7199f6d46
Binary files /dev/null and b/public/emojipng/1f467.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f33e.png b/public/emojipng/1f468-1f3fb-200d-1f33e.png
new file mode 100644
index 0000000000..b28cdb8332
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f33e.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f373.png b/public/emojipng/1f468-1f3fb-200d-1f373.png
new file mode 100644
index 0000000000..23bace9784
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f373.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f37c.png b/public/emojipng/1f468-1f3fb-200d-1f37c.png
new file mode 100644
index 0000000000..808c0f5e6c
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f37c.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f384.png b/public/emojipng/1f468-1f3fb-200d-1f384.png
new file mode 100644
index 0000000000..ae26f1ffc0
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f384.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f393.png b/public/emojipng/1f468-1f3fb-200d-1f393.png
new file mode 100644
index 0000000000..3e1eb365c2
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f393.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f3a4.png b/public/emojipng/1f468-1f3fb-200d-1f3a4.png
new file mode 100644
index 0000000000..95948a7fc7
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f3a4.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f3a8.png b/public/emojipng/1f468-1f3fb-200d-1f3a8.png
new file mode 100644
index 0000000000..d0da93939a
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f3a8.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f3eb.png b/public/emojipng/1f468-1f3fb-200d-1f3eb.png
new file mode 100644
index 0000000000..68789803d7
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f3eb.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f3ed.png b/public/emojipng/1f468-1f3fb-200d-1f3ed.png
new file mode 100644
index 0000000000..7df79d4d23
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f3ed.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..d5723b4680
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..ae72011792
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..856cd76bba
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..0b8849b320
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f430-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f4bb.png b/public/emojipng/1f468-1f3fb-200d-1f4bb.png
new file mode 100644
index 0000000000..e027f55c48
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f4bb.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f4bc.png b/public/emojipng/1f468-1f3fb-200d-1f4bc.png
new file mode 100644
index 0000000000..df0c1a7d37
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f4bc.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f527.png b/public/emojipng/1f468-1f3fb-200d-1f527.png
new file mode 100644
index 0000000000..285e331669
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f527.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f52c.png b/public/emojipng/1f468-1f3fb-200d-1f52c.png
new file mode 100644
index 0000000000..b5eaf05037
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f52c.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f680.png b/public/emojipng/1f468-1f3fb-200d-1f680.png
new file mode 100644
index 0000000000..4d448a6483
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f680.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f692.png b/public/emojipng/1f468-1f3fb-200d-1f692.png
new file mode 100644
index 0000000000..a8f2467ea1
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f692.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..ee0e2ec974
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..4a1df9db54
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..59d86c8ed7
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..0c87327c47
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fb-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..7df47a7f0e
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9af.png b/public/emojipng/1f468-1f3fb-200d-1f9af.png
new file mode 100644
index 0000000000..8c67c0be0f
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9af.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9b0.png b/public/emojipng/1f468-1f3fb-200d-1f9b0.png
new file mode 100644
index 0000000000..dac8c82948
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9b0.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9b1.png b/public/emojipng/1f468-1f3fb-200d-1f9b1.png
new file mode 100644
index 0000000000..04735fd5c9
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9b1.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9b2.png b/public/emojipng/1f468-1f3fb-200d-1f9b2.png
new file mode 100644
index 0000000000..f3f3aeee9e
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9b2.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9b3.png b/public/emojipng/1f468-1f3fb-200d-1f9b3.png
new file mode 100644
index 0000000000..95b8518cd5
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9b3.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fb-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..d33d0e1d31
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9bc.png b/public/emojipng/1f468-1f3fb-200d-1f9bc.png
new file mode 100644
index 0000000000..ebde69b480
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9bc.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fb-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..d14c99f404
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1f9bd.png b/public/emojipng/1f468-1f3fb-200d-1f9bd.png
new file mode 100644
index 0000000000..51320cf7c8
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1f9bd.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..e2b3936875
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..6683d6d100
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..cf0c689b1a
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..2da0f40f9f
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-1faef-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2695-fe0f.png b/public/emojipng/1f468-1f3fb-200d-2695-fe0f.png
new file mode 100644
index 0000000000..bd6e8f55d4
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2696-fe0f.png b/public/emojipng/1f468-1f3fb-200d-2696-fe0f.png
new file mode 100644
index 0000000000..f2f4294516
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2708-fe0f.png b/public/emojipng/1f468-1f3fb-200d-2708-fe0f.png
new file mode 100644
index 0000000000..6dc6627855
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..8290495a65
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..b9262d870f
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..0531846ca3
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..fa219506ff
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..c91e948cce
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..b12316d2e3
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..4ff97b2f4d
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..bc4bbde38c
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..843df4d0b0
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..c25225e4fc
Binary files /dev/null and b/public/emojipng/1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fb.png b/public/emojipng/1f468-1f3fb.png
new file mode 100644
index 0000000000..2c36824e37
Binary files /dev/null and b/public/emojipng/1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f33e.png b/public/emojipng/1f468-1f3fc-200d-1f33e.png
new file mode 100644
index 0000000000..5361fb1e76
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f33e.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f373.png b/public/emojipng/1f468-1f3fc-200d-1f373.png
new file mode 100644
index 0000000000..43a434563a
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f373.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f37c.png b/public/emojipng/1f468-1f3fc-200d-1f37c.png
new file mode 100644
index 0000000000..17fcdd4524
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f37c.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f384.png b/public/emojipng/1f468-1f3fc-200d-1f384.png
new file mode 100644
index 0000000000..ae1e9a8eef
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f384.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f393.png b/public/emojipng/1f468-1f3fc-200d-1f393.png
new file mode 100644
index 0000000000..77f968f1c8
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f393.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f3a4.png b/public/emojipng/1f468-1f3fc-200d-1f3a4.png
new file mode 100644
index 0000000000..52980df4eb
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f3a4.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f3a8.png b/public/emojipng/1f468-1f3fc-200d-1f3a8.png
new file mode 100644
index 0000000000..2aee77b79a
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f3a8.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f3eb.png b/public/emojipng/1f468-1f3fc-200d-1f3eb.png
new file mode 100644
index 0000000000..b88314d2f1
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f3eb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f3ed.png b/public/emojipng/1f468-1f3fc-200d-1f3ed.png
new file mode 100644
index 0000000000..3105701468
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f3ed.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..44b8547308
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..daab9e8443
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..f6ad5be908
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..6acafda3fe
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f430-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f4bb.png b/public/emojipng/1f468-1f3fc-200d-1f4bb.png
new file mode 100644
index 0000000000..4cfa537593
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f4bb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f4bc.png b/public/emojipng/1f468-1f3fc-200d-1f4bc.png
new file mode 100644
index 0000000000..65123e0f06
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f4bc.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f527.png b/public/emojipng/1f468-1f3fc-200d-1f527.png
new file mode 100644
index 0000000000..415644a413
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f527.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f52c.png b/public/emojipng/1f468-1f3fc-200d-1f52c.png
new file mode 100644
index 0000000000..56f0e8bf79
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f52c.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f680.png b/public/emojipng/1f468-1f3fc-200d-1f680.png
new file mode 100644
index 0000000000..3d45cf40fd
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f680.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f692.png b/public/emojipng/1f468-1f3fc-200d-1f692.png
new file mode 100644
index 0000000000..b9322dd0ee
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f692.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..f72fc9e1d4
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..95c78cf0f1
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..0775407fd1
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..23be878bb3
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fc-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..cb061b5a49
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9af.png b/public/emojipng/1f468-1f3fc-200d-1f9af.png
new file mode 100644
index 0000000000..41b92ea7fc
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9af.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9b0.png b/public/emojipng/1f468-1f3fc-200d-1f9b0.png
new file mode 100644
index 0000000000..5344a5eb83
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9b0.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9b1.png b/public/emojipng/1f468-1f3fc-200d-1f9b1.png
new file mode 100644
index 0000000000..555c452173
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9b1.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9b2.png b/public/emojipng/1f468-1f3fc-200d-1f9b2.png
new file mode 100644
index 0000000000..dcd774d5f3
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9b2.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9b3.png b/public/emojipng/1f468-1f3fc-200d-1f9b3.png
new file mode 100644
index 0000000000..3ac9f2a521
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9b3.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fc-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..77e5cba3b0
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9bc.png b/public/emojipng/1f468-1f3fc-200d-1f9bc.png
new file mode 100644
index 0000000000..b25df4a150
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9bc.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fc-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..c0e847b4b7
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1f9bd.png b/public/emojipng/1f468-1f3fc-200d-1f9bd.png
new file mode 100644
index 0000000000..969888b99d
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1f9bd.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..77cb9f0762
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..aa2a2b5278
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..ad859d9171
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..61df548a3d
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-1faef-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2695-fe0f.png b/public/emojipng/1f468-1f3fc-200d-2695-fe0f.png
new file mode 100644
index 0000000000..ee4b0b2276
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2696-fe0f.png b/public/emojipng/1f468-1f3fc-200d-2696-fe0f.png
new file mode 100644
index 0000000000..df34a740ac
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2708-fe0f.png b/public/emojipng/1f468-1f3fc-200d-2708-fe0f.png
new file mode 100644
index 0000000000..a6b365c661
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..d268d0385a
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..9c3cbdc838
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..2398368367
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..7c247fb4a3
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..24e5d43fd5
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..bca840789e
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..649b70d190
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..7649e7a3e3
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..563216eb4b
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..752afb8588
Binary files /dev/null and b/public/emojipng/1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fc.png b/public/emojipng/1f468-1f3fc.png
new file mode 100644
index 0000000000..a5197a24d5
Binary files /dev/null and b/public/emojipng/1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f33e.png b/public/emojipng/1f468-1f3fd-200d-1f33e.png
new file mode 100644
index 0000000000..433b19cf99
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f33e.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f373.png b/public/emojipng/1f468-1f3fd-200d-1f373.png
new file mode 100644
index 0000000000..a04904eeea
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f373.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f37c.png b/public/emojipng/1f468-1f3fd-200d-1f37c.png
new file mode 100644
index 0000000000..798c17a2c7
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f37c.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f384.png b/public/emojipng/1f468-1f3fd-200d-1f384.png
new file mode 100644
index 0000000000..3cd9a51351
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f384.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f393.png b/public/emojipng/1f468-1f3fd-200d-1f393.png
new file mode 100644
index 0000000000..d48c7cf19a
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f393.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f3a4.png b/public/emojipng/1f468-1f3fd-200d-1f3a4.png
new file mode 100644
index 0000000000..22ed9b589a
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f3a4.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f3a8.png b/public/emojipng/1f468-1f3fd-200d-1f3a8.png
new file mode 100644
index 0000000000..cb83a98819
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f3a8.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f3eb.png b/public/emojipng/1f468-1f3fd-200d-1f3eb.png
new file mode 100644
index 0000000000..8980a62fec
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f3eb.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f3ed.png b/public/emojipng/1f468-1f3fd-200d-1f3ed.png
new file mode 100644
index 0000000000..2244d972a8
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f3ed.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..c7d268e958
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..1483cf28ca
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..292841f536
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..027ff75a51
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f430-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f4bb.png b/public/emojipng/1f468-1f3fd-200d-1f4bb.png
new file mode 100644
index 0000000000..36c1040876
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f4bb.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f4bc.png b/public/emojipng/1f468-1f3fd-200d-1f4bc.png
new file mode 100644
index 0000000000..65475b2de6
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f4bc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f527.png b/public/emojipng/1f468-1f3fd-200d-1f527.png
new file mode 100644
index 0000000000..09e4853df7
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f527.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f52c.png b/public/emojipng/1f468-1f3fd-200d-1f52c.png
new file mode 100644
index 0000000000..9c670b2c4c
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f52c.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f680.png b/public/emojipng/1f468-1f3fd-200d-1f680.png
new file mode 100644
index 0000000000..9e911eca58
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f680.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f692.png b/public/emojipng/1f468-1f3fd-200d-1f692.png
new file mode 100644
index 0000000000..c7cef26f4c
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f692.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..3a85784d20
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..eeca65ba76
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..6e802288da
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..f71b54bae5
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fd-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..2b5be13773
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9af.png b/public/emojipng/1f468-1f3fd-200d-1f9af.png
new file mode 100644
index 0000000000..542dde3a9e
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9af.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9b0.png b/public/emojipng/1f468-1f3fd-200d-1f9b0.png
new file mode 100644
index 0000000000..d30e0010a0
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9b0.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9b1.png b/public/emojipng/1f468-1f3fd-200d-1f9b1.png
new file mode 100644
index 0000000000..a50bcdb773
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9b1.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9b2.png b/public/emojipng/1f468-1f3fd-200d-1f9b2.png
new file mode 100644
index 0000000000..7f8c9c0343
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9b2.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9b3.png b/public/emojipng/1f468-1f3fd-200d-1f9b3.png
new file mode 100644
index 0000000000..d9ab3d622c
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9b3.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fd-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..2bc64e0fd2
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9bc.png b/public/emojipng/1f468-1f3fd-200d-1f9bc.png
new file mode 100644
index 0000000000..cd6f3ee38b
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9bc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fd-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..7dc045a999
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1f9bd.png b/public/emojipng/1f468-1f3fd-200d-1f9bd.png
new file mode 100644
index 0000000000..bea6fd5f8f
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1f9bd.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..f699015030
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..1fdcbb1346
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..628d12bdfc
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..564efcef26
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-1faef-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2695-fe0f.png b/public/emojipng/1f468-1f3fd-200d-2695-fe0f.png
new file mode 100644
index 0000000000..43c4697839
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2696-fe0f.png b/public/emojipng/1f468-1f3fd-200d-2696-fe0f.png
new file mode 100644
index 0000000000..5ba5b8635f
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2708-fe0f.png b/public/emojipng/1f468-1f3fd-200d-2708-fe0f.png
new file mode 100644
index 0000000000..6ed640ab1e
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..b6c8a1110f
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..92f4a52f4c
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..651837977e
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..6b72c3a5e5
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..546203a463
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..b101259ad4
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..bef3788ae0
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..529c3e6041
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..59617840ca
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..8cb73c6954
Binary files /dev/null and b/public/emojipng/1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fd.png b/public/emojipng/1f468-1f3fd.png
new file mode 100644
index 0000000000..e4aea99247
Binary files /dev/null and b/public/emojipng/1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f33e.png b/public/emojipng/1f468-1f3fe-200d-1f33e.png
new file mode 100644
index 0000000000..4288e466d1
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f33e.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f373.png b/public/emojipng/1f468-1f3fe-200d-1f373.png
new file mode 100644
index 0000000000..cbccc305ef
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f373.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f37c.png b/public/emojipng/1f468-1f3fe-200d-1f37c.png
new file mode 100644
index 0000000000..daa4a1bd54
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f37c.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f384.png b/public/emojipng/1f468-1f3fe-200d-1f384.png
new file mode 100644
index 0000000000..bbb8796fdb
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f384.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f393.png b/public/emojipng/1f468-1f3fe-200d-1f393.png
new file mode 100644
index 0000000000..b6ea714bc6
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f393.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f3a4.png b/public/emojipng/1f468-1f3fe-200d-1f3a4.png
new file mode 100644
index 0000000000..c354254bd6
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f3a4.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f3a8.png b/public/emojipng/1f468-1f3fe-200d-1f3a8.png
new file mode 100644
index 0000000000..6aeda931f8
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f3a8.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f3eb.png b/public/emojipng/1f468-1f3fe-200d-1f3eb.png
new file mode 100644
index 0000000000..ab2aa4994d
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f3eb.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f3ed.png b/public/emojipng/1f468-1f3fe-200d-1f3ed.png
new file mode 100644
index 0000000000..421a07faa9
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f3ed.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..1013358251
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..b4c1656bba
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..f5c53c78b6
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..7a4967afcd
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f430-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f4bb.png b/public/emojipng/1f468-1f3fe-200d-1f4bb.png
new file mode 100644
index 0000000000..a9e8269bd4
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f4bb.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f4bc.png b/public/emojipng/1f468-1f3fe-200d-1f4bc.png
new file mode 100644
index 0000000000..767ad37fdb
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f4bc.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f527.png b/public/emojipng/1f468-1f3fe-200d-1f527.png
new file mode 100644
index 0000000000..f1793d24f4
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f527.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f52c.png b/public/emojipng/1f468-1f3fe-200d-1f52c.png
new file mode 100644
index 0000000000..39830d4078
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f52c.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f680.png b/public/emojipng/1f468-1f3fe-200d-1f680.png
new file mode 100644
index 0000000000..a19a44cb6e
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f680.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f692.png b/public/emojipng/1f468-1f3fe-200d-1f692.png
new file mode 100644
index 0000000000..d6eb28613d
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f692.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..7e58b7fb33
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..c4c0bb7c27
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..1c87ac4795
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..9acfab532a
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fe-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..26cef5b0ca
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9af.png b/public/emojipng/1f468-1f3fe-200d-1f9af.png
new file mode 100644
index 0000000000..ea907f31fb
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9af.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9b0.png b/public/emojipng/1f468-1f3fe-200d-1f9b0.png
new file mode 100644
index 0000000000..e1e44448e9
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9b0.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9b1.png b/public/emojipng/1f468-1f3fe-200d-1f9b1.png
new file mode 100644
index 0000000000..1cd00e7767
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9b1.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9b2.png b/public/emojipng/1f468-1f3fe-200d-1f9b2.png
new file mode 100644
index 0000000000..686089b88a
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9b2.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9b3.png b/public/emojipng/1f468-1f3fe-200d-1f9b3.png
new file mode 100644
index 0000000000..3820783ba8
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9b3.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fe-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..018067b5e1
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9bc.png b/public/emojipng/1f468-1f3fe-200d-1f9bc.png
new file mode 100644
index 0000000000..4c01fea875
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9bc.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3fe-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..755178050b
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1f9bd.png b/public/emojipng/1f468-1f3fe-200d-1f9bd.png
new file mode 100644
index 0000000000..4d89035705
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1f9bd.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..5a387dc6d2
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..30ffaceeb6
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..9c681ae0ae
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..640b009979
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-1faef-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2695-fe0f.png b/public/emojipng/1f468-1f3fe-200d-2695-fe0f.png
new file mode 100644
index 0000000000..7bbd95a815
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2696-fe0f.png b/public/emojipng/1f468-1f3fe-200d-2696-fe0f.png
new file mode 100644
index 0000000000..46dfbd0f1e
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2708-fe0f.png b/public/emojipng/1f468-1f3fe-200d-2708-fe0f.png
new file mode 100644
index 0000000000..f51a7bb099
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..da5c2ec02b
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..619e0c9dc2
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..ee52f49cf5
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..50d9c522f8
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..da404b4182
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..9b1088d2dc
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..4bafa7449d
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..4ad28a205b
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..e2e60de7f0
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..06844e2d32
Binary files /dev/null and b/public/emojipng/1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3fe.png b/public/emojipng/1f468-1f3fe.png
new file mode 100644
index 0000000000..98fd811ee3
Binary files /dev/null and b/public/emojipng/1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f33e.png b/public/emojipng/1f468-1f3ff-200d-1f33e.png
new file mode 100644
index 0000000000..017942bcd6
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f33e.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f373.png b/public/emojipng/1f468-1f3ff-200d-1f373.png
new file mode 100644
index 0000000000..8bd2733732
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f373.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f37c.png b/public/emojipng/1f468-1f3ff-200d-1f37c.png
new file mode 100644
index 0000000000..8e30073f4f
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f37c.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f384.png b/public/emojipng/1f468-1f3ff-200d-1f384.png
new file mode 100644
index 0000000000..1432544fc2
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f384.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f393.png b/public/emojipng/1f468-1f3ff-200d-1f393.png
new file mode 100644
index 0000000000..ef973d59b6
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f393.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f3a4.png b/public/emojipng/1f468-1f3ff-200d-1f3a4.png
new file mode 100644
index 0000000000..839463e530
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f3a4.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f3a8.png b/public/emojipng/1f468-1f3ff-200d-1f3a8.png
new file mode 100644
index 0000000000..494c966bd7
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f3a8.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f3eb.png b/public/emojipng/1f468-1f3ff-200d-1f3eb.png
new file mode 100644
index 0000000000..6687d31166
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f3eb.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f3ed.png b/public/emojipng/1f468-1f3ff-200d-1f3ed.png
new file mode 100644
index 0000000000..581f0ac8d5
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f3ed.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..224ae5ac20
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..c664371559
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..eebad7bd4f
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..aed1e1d21d
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f430-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f4bb.png b/public/emojipng/1f468-1f3ff-200d-1f4bb.png
new file mode 100644
index 0000000000..475e95e11b
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f4bb.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f4bc.png b/public/emojipng/1f468-1f3ff-200d-1f4bc.png
new file mode 100644
index 0000000000..ce338cf323
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f4bc.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f527.png b/public/emojipng/1f468-1f3ff-200d-1f527.png
new file mode 100644
index 0000000000..89f704df67
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f527.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f52c.png b/public/emojipng/1f468-1f3ff-200d-1f52c.png
new file mode 100644
index 0000000000..2b592b89da
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f52c.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f680.png b/public/emojipng/1f468-1f3ff-200d-1f680.png
new file mode 100644
index 0000000000..c307fce21c
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f680.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f692.png b/public/emojipng/1f468-1f3ff-200d-1f692.png
new file mode 100644
index 0000000000..fa5f4e772c
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f692.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..99feb8229b
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..2ec63cdce3
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..6d7f9a24df
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..d7faf9293b
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3ff-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..e0745cb858
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9af.png b/public/emojipng/1f468-1f3ff-200d-1f9af.png
new file mode 100644
index 0000000000..fd675d90c3
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9af.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9b0.png b/public/emojipng/1f468-1f3ff-200d-1f9b0.png
new file mode 100644
index 0000000000..59c95dcd28
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9b0.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9b1.png b/public/emojipng/1f468-1f3ff-200d-1f9b1.png
new file mode 100644
index 0000000000..d3f13d3979
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9b1.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9b2.png b/public/emojipng/1f468-1f3ff-200d-1f9b2.png
new file mode 100644
index 0000000000..4948d26030
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9b2.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9b3.png b/public/emojipng/1f468-1f3ff-200d-1f9b3.png
new file mode 100644
index 0000000000..b66b396f69
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9b3.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3ff-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..26c5f1a763
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9bc.png b/public/emojipng/1f468-1f3ff-200d-1f9bc.png
new file mode 100644
index 0000000000..bdcdcd1cde
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9bc.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f468-1f3ff-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..f00b8bfc8c
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1f9bd.png b/public/emojipng/1f468-1f3ff-200d-1f9bd.png
new file mode 100644
index 0000000000..041fd9f5b9
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1f9bd.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..33eb81a295
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..d399b89ac4
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..6fba156c78
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..521e770d2e
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-1faef-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2695-fe0f.png b/public/emojipng/1f468-1f3ff-200d-2695-fe0f.png
new file mode 100644
index 0000000000..98c9f1b28e
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2696-fe0f.png b/public/emojipng/1f468-1f3ff-200d-2696-fe0f.png
new file mode 100644
index 0000000000..ec57bb7631
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2708-fe0f.png b/public/emojipng/1f468-1f3ff-200d-2708-fe0f.png
new file mode 100644
index 0000000000..76e27a6cfa
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..0c837fe51f
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..e53c5b5ab0
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..8217fadc48
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..7f6849e4be
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..62bce01c72
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..534a9fd574
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..64d4c1c1f7
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..7e4cf9dff4
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..7afaeaf87c
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..741c39ca24
Binary files /dev/null and b/public/emojipng/1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-1f3ff.png b/public/emojipng/1f468-1f3ff.png
new file mode 100644
index 0000000000..94443e7b54
Binary files /dev/null and b/public/emojipng/1f468-1f3ff.png differ
diff --git a/public/emojipng/1f468-200d-1f33e.png b/public/emojipng/1f468-200d-1f33e.png
new file mode 100644
index 0000000000..7d7bc93834
Binary files /dev/null and b/public/emojipng/1f468-200d-1f33e.png differ
diff --git a/public/emojipng/1f468-200d-1f373.png b/public/emojipng/1f468-200d-1f373.png
new file mode 100644
index 0000000000..370414efa8
Binary files /dev/null and b/public/emojipng/1f468-200d-1f373.png differ
diff --git a/public/emojipng/1f468-200d-1f37c.png b/public/emojipng/1f468-200d-1f37c.png
new file mode 100644
index 0000000000..38c86b6590
Binary files /dev/null and b/public/emojipng/1f468-200d-1f37c.png differ
diff --git a/public/emojipng/1f468-200d-1f384.png b/public/emojipng/1f468-200d-1f384.png
new file mode 100644
index 0000000000..44e75755f2
Binary files /dev/null and b/public/emojipng/1f468-200d-1f384.png differ
diff --git a/public/emojipng/1f468-200d-1f393.png b/public/emojipng/1f468-200d-1f393.png
new file mode 100644
index 0000000000..9cd13fdc72
Binary files /dev/null and b/public/emojipng/1f468-200d-1f393.png differ
diff --git a/public/emojipng/1f468-200d-1f3a4.png b/public/emojipng/1f468-200d-1f3a4.png
new file mode 100644
index 0000000000..e45c0323b4
Binary files /dev/null and b/public/emojipng/1f468-200d-1f3a4.png differ
diff --git a/public/emojipng/1f468-200d-1f3a8.png b/public/emojipng/1f468-200d-1f3a8.png
new file mode 100644
index 0000000000..00af96eb89
Binary files /dev/null and b/public/emojipng/1f468-200d-1f3a8.png differ
diff --git a/public/emojipng/1f468-200d-1f3eb.png b/public/emojipng/1f468-200d-1f3eb.png
new file mode 100644
index 0000000000..fd1fd2a4f5
Binary files /dev/null and b/public/emojipng/1f468-200d-1f3eb.png differ
diff --git a/public/emojipng/1f468-200d-1f3ed.png b/public/emojipng/1f468-200d-1f3ed.png
new file mode 100644
index 0000000000..e934a5ada3
Binary files /dev/null and b/public/emojipng/1f468-200d-1f3ed.png differ
diff --git a/public/emojipng/1f468-200d-1f466-200d-1f466.png b/public/emojipng/1f468-200d-1f466-200d-1f466.png
new file mode 100644
index 0000000000..ee87fb5f67
Binary files /dev/null and b/public/emojipng/1f468-200d-1f466-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f466.png b/public/emojipng/1f468-200d-1f466.png
new file mode 100644
index 0000000000..4b0224ae1c
Binary files /dev/null and b/public/emojipng/1f468-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f467-200d-1f466.png b/public/emojipng/1f468-200d-1f467-200d-1f466.png
new file mode 100644
index 0000000000..ddcd333322
Binary files /dev/null and b/public/emojipng/1f468-200d-1f467-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f467-200d-1f467.png b/public/emojipng/1f468-200d-1f467-200d-1f467.png
new file mode 100644
index 0000000000..879886f688
Binary files /dev/null and b/public/emojipng/1f468-200d-1f467-200d-1f467.png differ
diff --git a/public/emojipng/1f468-200d-1f467.png b/public/emojipng/1f468-200d-1f467.png
new file mode 100644
index 0000000000..0a6f96ba17
Binary files /dev/null and b/public/emojipng/1f468-200d-1f467.png differ
diff --git a/public/emojipng/1f468-200d-1f468-200d-1f466-200d-1f466.png b/public/emojipng/1f468-200d-1f468-200d-1f466-200d-1f466.png
new file mode 100644
index 0000000000..1b698206b0
Binary files /dev/null and b/public/emojipng/1f468-200d-1f468-200d-1f466-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f468-200d-1f466.png b/public/emojipng/1f468-200d-1f468-200d-1f466.png
new file mode 100644
index 0000000000..d4b9231acc
Binary files /dev/null and b/public/emojipng/1f468-200d-1f468-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f468-200d-1f467-200d-1f466.png b/public/emojipng/1f468-200d-1f468-200d-1f467-200d-1f466.png
new file mode 100644
index 0000000000..e5bea54b6a
Binary files /dev/null and b/public/emojipng/1f468-200d-1f468-200d-1f467-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f468-200d-1f467-200d-1f467.png b/public/emojipng/1f468-200d-1f468-200d-1f467-200d-1f467.png
new file mode 100644
index 0000000000..b7a8e9a30a
Binary files /dev/null and b/public/emojipng/1f468-200d-1f468-200d-1f467-200d-1f467.png differ
diff --git a/public/emojipng/1f468-200d-1f468-200d-1f467.png b/public/emojipng/1f468-200d-1f468-200d-1f467.png
new file mode 100644
index 0000000000..d2cbee8fe2
Binary files /dev/null and b/public/emojipng/1f468-200d-1f468-200d-1f467.png differ
diff --git a/public/emojipng/1f468-200d-1f469-200d-1f466-200d-1f466.png b/public/emojipng/1f468-200d-1f469-200d-1f466-200d-1f466.png
new file mode 100644
index 0000000000..dffdd9cc80
Binary files /dev/null and b/public/emojipng/1f468-200d-1f469-200d-1f466-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f469-200d-1f466.png b/public/emojipng/1f468-200d-1f469-200d-1f466.png
new file mode 100644
index 0000000000..40d006d2ca
Binary files /dev/null and b/public/emojipng/1f468-200d-1f469-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f469-200d-1f467-200d-1f466.png b/public/emojipng/1f468-200d-1f469-200d-1f467-200d-1f466.png
new file mode 100644
index 0000000000..7eb04555c3
Binary files /dev/null and b/public/emojipng/1f468-200d-1f469-200d-1f467-200d-1f466.png differ
diff --git a/public/emojipng/1f468-200d-1f469-200d-1f467-200d-1f467.png b/public/emojipng/1f468-200d-1f469-200d-1f467-200d-1f467.png
new file mode 100644
index 0000000000..d3571fa447
Binary files /dev/null and b/public/emojipng/1f468-200d-1f469-200d-1f467-200d-1f467.png differ
diff --git a/public/emojipng/1f468-200d-1f469-200d-1f467.png b/public/emojipng/1f468-200d-1f469-200d-1f467.png
new file mode 100644
index 0000000000..73fc6e578e
Binary files /dev/null and b/public/emojipng/1f468-200d-1f469-200d-1f467.png differ
diff --git a/public/emojipng/1f468-200d-1f4bb.png b/public/emojipng/1f468-200d-1f4bb.png
new file mode 100644
index 0000000000..b55ddcb360
Binary files /dev/null and b/public/emojipng/1f468-200d-1f4bb.png differ
diff --git a/public/emojipng/1f468-200d-1f4bc.png b/public/emojipng/1f468-200d-1f4bc.png
new file mode 100644
index 0000000000..9b1e7dd167
Binary files /dev/null and b/public/emojipng/1f468-200d-1f4bc.png differ
diff --git a/public/emojipng/1f468-200d-1f527.png b/public/emojipng/1f468-200d-1f527.png
new file mode 100644
index 0000000000..d731a12c7c
Binary files /dev/null and b/public/emojipng/1f468-200d-1f527.png differ
diff --git a/public/emojipng/1f468-200d-1f52c.png b/public/emojipng/1f468-200d-1f52c.png
new file mode 100644
index 0000000000..10d2db918c
Binary files /dev/null and b/public/emojipng/1f468-200d-1f52c.png differ
diff --git a/public/emojipng/1f468-200d-1f680.png b/public/emojipng/1f468-200d-1f680.png
new file mode 100644
index 0000000000..698e909a12
Binary files /dev/null and b/public/emojipng/1f468-200d-1f680.png differ
diff --git a/public/emojipng/1f468-200d-1f692.png b/public/emojipng/1f468-200d-1f692.png
new file mode 100644
index 0000000000..07fa090b4f
Binary files /dev/null and b/public/emojipng/1f468-200d-1f692.png differ
diff --git a/public/emojipng/1f468-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f468-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..2ea3def598
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-200d-1f9af.png b/public/emojipng/1f468-200d-1f9af.png
new file mode 100644
index 0000000000..3672517803
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9af.png differ
diff --git a/public/emojipng/1f468-200d-1f9b0.png b/public/emojipng/1f468-200d-1f9b0.png
new file mode 100644
index 0000000000..4d5ef0e840
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9b0.png differ
diff --git a/public/emojipng/1f468-200d-1f9b1.png b/public/emojipng/1f468-200d-1f9b1.png
new file mode 100644
index 0000000000..36afa4fe95
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9b1.png differ
diff --git a/public/emojipng/1f468-200d-1f9b2.png b/public/emojipng/1f468-200d-1f9b2.png
new file mode 100644
index 0000000000..8e3a838506
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9b2.png differ
diff --git a/public/emojipng/1f468-200d-1f9b3.png b/public/emojipng/1f468-200d-1f9b3.png
new file mode 100644
index 0000000000..8886449b99
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9b3.png differ
diff --git a/public/emojipng/1f468-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f468-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..57aa99a13e
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-200d-1f9bc.png b/public/emojipng/1f468-200d-1f9bc.png
new file mode 100644
index 0000000000..d7110f072a
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9bc.png differ
diff --git a/public/emojipng/1f468-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f468-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..62c0228551
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f468-200d-1f9bd.png b/public/emojipng/1f468-200d-1f9bd.png
new file mode 100644
index 0000000000..ce9c939e7c
Binary files /dev/null and b/public/emojipng/1f468-200d-1f9bd.png differ
diff --git a/public/emojipng/1f468-200d-2695-fe0f.png b/public/emojipng/1f468-200d-2695-fe0f.png
new file mode 100644
index 0000000000..0155f25b7b
Binary files /dev/null and b/public/emojipng/1f468-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f468-200d-2696-fe0f.png b/public/emojipng/1f468-200d-2696-fe0f.png
new file mode 100644
index 0000000000..ffba6a5cc3
Binary files /dev/null and b/public/emojipng/1f468-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f468-200d-2708-fe0f.png b/public/emojipng/1f468-200d-2708-fe0f.png
new file mode 100644
index 0000000000..9f7bbb145f
Binary files /dev/null and b/public/emojipng/1f468-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f468-200d-2764-fe0f-200d-1f468.png b/public/emojipng/1f468-200d-2764-fe0f-200d-1f468.png
new file mode 100644
index 0000000000..c332da0d55
Binary files /dev/null and b/public/emojipng/1f468-200d-2764-fe0f-200d-1f468.png differ
diff --git a/public/emojipng/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/public/emojipng/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png
new file mode 100644
index 0000000000..619116ee22
Binary files /dev/null and b/public/emojipng/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ
diff --git a/public/emojipng/1f468.png b/public/emojipng/1f468.png
new file mode 100644
index 0000000000..8ebc6be4ae
Binary files /dev/null and b/public/emojipng/1f468.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f33e.png b/public/emojipng/1f469-1f3fb-200d-1f33e.png
new file mode 100644
index 0000000000..01336cf2b6
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f33e.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f373.png b/public/emojipng/1f469-1f3fb-200d-1f373.png
new file mode 100644
index 0000000000..f2772df0d6
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f373.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f37c.png b/public/emojipng/1f469-1f3fb-200d-1f37c.png
new file mode 100644
index 0000000000..f14e525bd5
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f37c.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f384.png b/public/emojipng/1f469-1f3fb-200d-1f384.png
new file mode 100644
index 0000000000..6d3c340692
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f384.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f393.png b/public/emojipng/1f469-1f3fb-200d-1f393.png
new file mode 100644
index 0000000000..b8dda6f8c9
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f393.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f3a4.png b/public/emojipng/1f469-1f3fb-200d-1f3a4.png
new file mode 100644
index 0000000000..ebeac884bd
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f3a4.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f3a8.png b/public/emojipng/1f469-1f3fb-200d-1f3a8.png
new file mode 100644
index 0000000000..a8130c1f2e
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f3a8.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f3eb.png b/public/emojipng/1f469-1f3fb-200d-1f3eb.png
new file mode 100644
index 0000000000..ec83c4c826
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f3eb.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f3ed.png b/public/emojipng/1f469-1f3fb-200d-1f3ed.png
new file mode 100644
index 0000000000..8f8f9062a3
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f3ed.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..b67c2aa3e3
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..01c5669455
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..ec00b0c12a
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..0af5779799
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f430-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f4bb.png b/public/emojipng/1f469-1f3fb-200d-1f4bb.png
new file mode 100644
index 0000000000..1b4de1c454
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f4bb.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f4bc.png b/public/emojipng/1f469-1f3fb-200d-1f4bc.png
new file mode 100644
index 0000000000..c48aabe00b
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f4bc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f527.png b/public/emojipng/1f469-1f3fb-200d-1f527.png
new file mode 100644
index 0000000000..0bdb1bb66b
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f527.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f52c.png b/public/emojipng/1f469-1f3fb-200d-1f52c.png
new file mode 100644
index 0000000000..3af32eeddb
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f52c.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f680.png b/public/emojipng/1f469-1f3fb-200d-1f680.png
new file mode 100644
index 0000000000..3279782af1
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f680.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f692.png b/public/emojipng/1f469-1f3fb-200d-1f692.png
new file mode 100644
index 0000000000..81148034d9
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f692.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..04d54b11f6
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..634db3cf5f
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..89c6c6dfe2
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..a93dbebd06
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..5e77313428
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..41834dd9ff
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..72a9f81285
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..68bf8a6891
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fb-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..508c94ee33
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9af.png b/public/emojipng/1f469-1f3fb-200d-1f9af.png
new file mode 100644
index 0000000000..3e532dbcdd
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9af.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9b0.png b/public/emojipng/1f469-1f3fb-200d-1f9b0.png
new file mode 100644
index 0000000000..189c8458f5
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9b0.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9b1.png b/public/emojipng/1f469-1f3fb-200d-1f9b1.png
new file mode 100644
index 0000000000..3a9bee7f4e
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9b1.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9b2.png b/public/emojipng/1f469-1f3fb-200d-1f9b2.png
new file mode 100644
index 0000000000..9c6334028b
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9b2.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9b3.png b/public/emojipng/1f469-1f3fb-200d-1f9b3.png
new file mode 100644
index 0000000000..d7ba9dd493
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9b3.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fb-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..fa28f7e63f
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9bc.png b/public/emojipng/1f469-1f3fb-200d-1f9bc.png
new file mode 100644
index 0000000000..840f5d1d37
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9bc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fb-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..181b8a343e
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1f9bd.png b/public/emojipng/1f469-1f3fb-200d-1f9bd.png
new file mode 100644
index 0000000000..5d3b083b4c
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1f9bd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..c05962ed3d
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..905963c415
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..76c7111bc8
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..130de56844
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-1faef-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2695-fe0f.png b/public/emojipng/1f469-1f3fb-200d-2695-fe0f.png
new file mode 100644
index 0000000000..57c7ce71e1
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2696-fe0f.png b/public/emojipng/1f469-1f3fb-200d-2696-fe0f.png
new file mode 100644
index 0000000000..0b91b7b5da
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2708-fe0f.png b/public/emojipng/1f469-1f3fb-200d-2708-fe0f.png
new file mode 100644
index 0000000000..52f3f5ac25
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..6abeec5e11
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..68839e3153
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..d7b5854e88
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..4df2de094c
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..ea30ee7159
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..b75ca49c72
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..684f958f46
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..f7c8955059
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..d1d44f460f
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..2b42948594
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..eeeb5612db
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..cc49c8299c
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..248c9382f5
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..fb9b86989e
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..96a9871423
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..dcd0954ff5
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..91df6227b3
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..fbafff818e
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..98e2a42003
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..fc113be7c2
Binary files /dev/null and b/public/emojipng/1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fb.png b/public/emojipng/1f469-1f3fb.png
new file mode 100644
index 0000000000..6fe70fb42a
Binary files /dev/null and b/public/emojipng/1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f33e.png b/public/emojipng/1f469-1f3fc-200d-1f33e.png
new file mode 100644
index 0000000000..fdd7276829
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f33e.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f373.png b/public/emojipng/1f469-1f3fc-200d-1f373.png
new file mode 100644
index 0000000000..b49e212976
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f373.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f37c.png b/public/emojipng/1f469-1f3fc-200d-1f37c.png
new file mode 100644
index 0000000000..be4de07d79
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f37c.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f384.png b/public/emojipng/1f469-1f3fc-200d-1f384.png
new file mode 100644
index 0000000000..52c9ba810d
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f384.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f393.png b/public/emojipng/1f469-1f3fc-200d-1f393.png
new file mode 100644
index 0000000000..83fcaee79d
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f393.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f3a4.png b/public/emojipng/1f469-1f3fc-200d-1f3a4.png
new file mode 100644
index 0000000000..376945c0f4
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f3a4.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f3a8.png b/public/emojipng/1f469-1f3fc-200d-1f3a8.png
new file mode 100644
index 0000000000..c60866bbc3
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f3a8.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f3eb.png b/public/emojipng/1f469-1f3fc-200d-1f3eb.png
new file mode 100644
index 0000000000..77f9248f4f
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f3eb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f3ed.png b/public/emojipng/1f469-1f3fc-200d-1f3ed.png
new file mode 100644
index 0000000000..9c1e189d53
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f3ed.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..e53f02c435
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..d52df03f2d
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..5f9421ea16
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..272c6a4cc8
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f430-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f4bb.png b/public/emojipng/1f469-1f3fc-200d-1f4bb.png
new file mode 100644
index 0000000000..8d5d19e692
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f4bb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f4bc.png b/public/emojipng/1f469-1f3fc-200d-1f4bc.png
new file mode 100644
index 0000000000..464266db06
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f4bc.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f527.png b/public/emojipng/1f469-1f3fc-200d-1f527.png
new file mode 100644
index 0000000000..a7227fa905
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f527.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f52c.png b/public/emojipng/1f469-1f3fc-200d-1f52c.png
new file mode 100644
index 0000000000..98c2b0578b
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f52c.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f680.png b/public/emojipng/1f469-1f3fc-200d-1f680.png
new file mode 100644
index 0000000000..ac9ae0e67d
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f680.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f692.png b/public/emojipng/1f469-1f3fc-200d-1f692.png
new file mode 100644
index 0000000000..b68993e525
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f692.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..abb332bb87
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..5f6a93568f
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..a00d6d7da8
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..94502bbc28
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..f1580c23ed
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..d73b98c433
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..a356909601
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..377891fd05
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fc-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..24307e3447
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9af.png b/public/emojipng/1f469-1f3fc-200d-1f9af.png
new file mode 100644
index 0000000000..598edf8d97
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9af.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9b0.png b/public/emojipng/1f469-1f3fc-200d-1f9b0.png
new file mode 100644
index 0000000000..d4453666b3
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9b0.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9b1.png b/public/emojipng/1f469-1f3fc-200d-1f9b1.png
new file mode 100644
index 0000000000..00e006de0f
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9b1.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9b2.png b/public/emojipng/1f469-1f3fc-200d-1f9b2.png
new file mode 100644
index 0000000000..47ef56b31a
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9b2.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9b3.png b/public/emojipng/1f469-1f3fc-200d-1f9b3.png
new file mode 100644
index 0000000000..30aece9450
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9b3.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fc-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..9015d7aa92
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9bc.png b/public/emojipng/1f469-1f3fc-200d-1f9bc.png
new file mode 100644
index 0000000000..1522085332
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9bc.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fc-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..c69fa8d6fa
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1f9bd.png b/public/emojipng/1f469-1f3fc-200d-1f9bd.png
new file mode 100644
index 0000000000..3b739dacfc
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1f9bd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..06abad9fb6
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..20bd3a1f7d
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..dd85f78378
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..91c559c2dc
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-1faef-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2695-fe0f.png b/public/emojipng/1f469-1f3fc-200d-2695-fe0f.png
new file mode 100644
index 0000000000..256743387e
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2696-fe0f.png b/public/emojipng/1f469-1f3fc-200d-2696-fe0f.png
new file mode 100644
index 0000000000..44a0942517
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2708-fe0f.png b/public/emojipng/1f469-1f3fc-200d-2708-fe0f.png
new file mode 100644
index 0000000000..afe2b71edd
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..31285f92fe
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..521cde1def
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..3feae07a6b
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..49c1c5d66d
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..c2a3bc4a71
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..349fcbde31
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..f8ad5951da
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..453036d730
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..c1db221991
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..2355698dc5
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..e4364650ef
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..dc588d402d
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..6fcaba1672
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..9947bd5865
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..389c1ff7bd
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..6c5c51161b
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..5dca5078ec
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..d94389a658
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..37d3eedb0e
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..a5b00492ce
Binary files /dev/null and b/public/emojipng/1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fc.png b/public/emojipng/1f469-1f3fc.png
new file mode 100644
index 0000000000..ef30b5b50f
Binary files /dev/null and b/public/emojipng/1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f33e.png b/public/emojipng/1f469-1f3fd-200d-1f33e.png
new file mode 100644
index 0000000000..ab863a38dd
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f33e.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f373.png b/public/emojipng/1f469-1f3fd-200d-1f373.png
new file mode 100644
index 0000000000..d8cb716253
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f373.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f37c.png b/public/emojipng/1f469-1f3fd-200d-1f37c.png
new file mode 100644
index 0000000000..f6380c01cf
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f37c.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f384.png b/public/emojipng/1f469-1f3fd-200d-1f384.png
new file mode 100644
index 0000000000..9651385708
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f384.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f393.png b/public/emojipng/1f469-1f3fd-200d-1f393.png
new file mode 100644
index 0000000000..1d75113f5c
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f393.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f3a4.png b/public/emojipng/1f469-1f3fd-200d-1f3a4.png
new file mode 100644
index 0000000000..aeee09c435
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f3a4.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f3a8.png b/public/emojipng/1f469-1f3fd-200d-1f3a8.png
new file mode 100644
index 0000000000..dc3d89a35e
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f3a8.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f3eb.png b/public/emojipng/1f469-1f3fd-200d-1f3eb.png
new file mode 100644
index 0000000000..5d78b83432
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f3eb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f3ed.png b/public/emojipng/1f469-1f3fd-200d-1f3ed.png
new file mode 100644
index 0000000000..1b5be523ba
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f3ed.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..8a6e9357a5
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..a3552fc015
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..5e366f800a
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..1d3e424862
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f430-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f4bb.png b/public/emojipng/1f469-1f3fd-200d-1f4bb.png
new file mode 100644
index 0000000000..4ee8b25a58
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f4bb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f4bc.png b/public/emojipng/1f469-1f3fd-200d-1f4bc.png
new file mode 100644
index 0000000000..24b42f4d30
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f4bc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f527.png b/public/emojipng/1f469-1f3fd-200d-1f527.png
new file mode 100644
index 0000000000..30a610ea22
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f527.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f52c.png b/public/emojipng/1f469-1f3fd-200d-1f52c.png
new file mode 100644
index 0000000000..240e843f7c
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f52c.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f680.png b/public/emojipng/1f469-1f3fd-200d-1f680.png
new file mode 100644
index 0000000000..e8bc3b12e6
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f680.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f692.png b/public/emojipng/1f469-1f3fd-200d-1f692.png
new file mode 100644
index 0000000000..4ca5e00308
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f692.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..7db467b58a
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..59bf913230
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..9cf5710191
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..ad588fcd75
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..64a48c6aa5
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..9068a99a0e
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..d705ac79ce
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..792b28361d
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fd-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..cf27ce73fc
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9af.png b/public/emojipng/1f469-1f3fd-200d-1f9af.png
new file mode 100644
index 0000000000..71a6adab9c
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9af.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9b0.png b/public/emojipng/1f469-1f3fd-200d-1f9b0.png
new file mode 100644
index 0000000000..36b5bbd70f
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9b0.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9b1.png b/public/emojipng/1f469-1f3fd-200d-1f9b1.png
new file mode 100644
index 0000000000..82049eb799
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9b1.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9b2.png b/public/emojipng/1f469-1f3fd-200d-1f9b2.png
new file mode 100644
index 0000000000..c66fd3fdd1
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9b2.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9b3.png b/public/emojipng/1f469-1f3fd-200d-1f9b3.png
new file mode 100644
index 0000000000..6feda96ac2
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9b3.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fd-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..d4512140e9
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9bc.png b/public/emojipng/1f469-1f3fd-200d-1f9bc.png
new file mode 100644
index 0000000000..9ff345026e
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9bc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fd-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..53f022c093
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1f9bd.png b/public/emojipng/1f469-1f3fd-200d-1f9bd.png
new file mode 100644
index 0000000000..432260e9bb
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1f9bd.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..d1aa282fc0
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..3bc22f22d4
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..e98018a5df
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..2b8fe5916d
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-1faef-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2695-fe0f.png b/public/emojipng/1f469-1f3fd-200d-2695-fe0f.png
new file mode 100644
index 0000000000..ccf237ccb2
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2696-fe0f.png b/public/emojipng/1f469-1f3fd-200d-2696-fe0f.png
new file mode 100644
index 0000000000..6f56b22ae2
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2708-fe0f.png b/public/emojipng/1f469-1f3fd-200d-2708-fe0f.png
new file mode 100644
index 0000000000..45c0a24913
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..206e1a5623
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..02bd684d58
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..d54a5b4f5f
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..c6cdea3693
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..0d822f8189
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..f606a06bd2
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..7fcb5a963b
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..c113409044
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..e6966af61a
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..33337f36c0
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..0ee1621a52
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..11982d12a5
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..ea319f30e3
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..80a370409f
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..510571ddce
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..3126c6c1af
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..98fab6f963
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..99f90fb6f4
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..b25ef75e8a
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..d735157eb7
Binary files /dev/null and b/public/emojipng/1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fd.png b/public/emojipng/1f469-1f3fd.png
new file mode 100644
index 0000000000..c5f68bae0f
Binary files /dev/null and b/public/emojipng/1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f33e.png b/public/emojipng/1f469-1f3fe-200d-1f33e.png
new file mode 100644
index 0000000000..520a84bdb8
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f33e.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f373.png b/public/emojipng/1f469-1f3fe-200d-1f373.png
new file mode 100644
index 0000000000..00860e85ee
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f373.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f37c.png b/public/emojipng/1f469-1f3fe-200d-1f37c.png
new file mode 100644
index 0000000000..2941a44c5e
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f37c.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f384.png b/public/emojipng/1f469-1f3fe-200d-1f384.png
new file mode 100644
index 0000000000..3ec0c5686e
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f384.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f393.png b/public/emojipng/1f469-1f3fe-200d-1f393.png
new file mode 100644
index 0000000000..5740309845
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f393.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f3a4.png b/public/emojipng/1f469-1f3fe-200d-1f3a4.png
new file mode 100644
index 0000000000..3897fa2d2a
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f3a4.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f3a8.png b/public/emojipng/1f469-1f3fe-200d-1f3a8.png
new file mode 100644
index 0000000000..5521daed8a
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f3a8.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f3eb.png b/public/emojipng/1f469-1f3fe-200d-1f3eb.png
new file mode 100644
index 0000000000..362323f42c
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f3eb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f3ed.png b/public/emojipng/1f469-1f3fe-200d-1f3ed.png
new file mode 100644
index 0000000000..0dc2e09e25
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f3ed.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..f592eeab62
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..b4ef338e68
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..acf8a2ca52
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..575912acac
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f430-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f4bb.png b/public/emojipng/1f469-1f3fe-200d-1f4bb.png
new file mode 100644
index 0000000000..6107c8305f
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f4bb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f4bc.png b/public/emojipng/1f469-1f3fe-200d-1f4bc.png
new file mode 100644
index 0000000000..b4a3d21965
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f4bc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f527.png b/public/emojipng/1f469-1f3fe-200d-1f527.png
new file mode 100644
index 0000000000..45ef04294d
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f527.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f52c.png b/public/emojipng/1f469-1f3fe-200d-1f52c.png
new file mode 100644
index 0000000000..d808b83cdf
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f52c.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f680.png b/public/emojipng/1f469-1f3fe-200d-1f680.png
new file mode 100644
index 0000000000..b81db8a6a9
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f680.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f692.png b/public/emojipng/1f469-1f3fe-200d-1f692.png
new file mode 100644
index 0000000000..e8ebea98ad
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f692.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..96bab42fe3
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..ec63a8daf9
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..e28c33145b
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..4a44a039d2
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..97a1b798ae
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..88eb58af4b
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..09992c848d
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..2865b2d0cc
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fe-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..1865c5c0fd
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9af.png b/public/emojipng/1f469-1f3fe-200d-1f9af.png
new file mode 100644
index 0000000000..1a868a9429
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9af.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9b0.png b/public/emojipng/1f469-1f3fe-200d-1f9b0.png
new file mode 100644
index 0000000000..ea95260345
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9b0.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9b1.png b/public/emojipng/1f469-1f3fe-200d-1f9b1.png
new file mode 100644
index 0000000000..fcfa7dd7a3
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9b1.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9b2.png b/public/emojipng/1f469-1f3fe-200d-1f9b2.png
new file mode 100644
index 0000000000..7b8d469877
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9b2.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9b3.png b/public/emojipng/1f469-1f3fe-200d-1f9b3.png
new file mode 100644
index 0000000000..2adad8ef1c
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9b3.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fe-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..1c2053756d
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9bc.png b/public/emojipng/1f469-1f3fe-200d-1f9bc.png
new file mode 100644
index 0000000000..b2f38a4619
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9bc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3fe-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..11d7be87cd
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1f9bd.png b/public/emojipng/1f469-1f3fe-200d-1f9bd.png
new file mode 100644
index 0000000000..31f9f77e3a
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1f9bd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..77f75ac711
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..237b9c0b7f
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..fb48616f58
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..5f54ba5545
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-1faef-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2695-fe0f.png b/public/emojipng/1f469-1f3fe-200d-2695-fe0f.png
new file mode 100644
index 0000000000..1e54df038d
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2696-fe0f.png b/public/emojipng/1f469-1f3fe-200d-2696-fe0f.png
new file mode 100644
index 0000000000..7172918434
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2708-fe0f.png b/public/emojipng/1f469-1f3fe-200d-2708-fe0f.png
new file mode 100644
index 0000000000..c07612d8a7
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..39ad0efe96
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..8d9e5ee9a2
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..7aebfc0948
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..e1a35a7716
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..ef0e889fe6
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..13955c5281
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..673dff4199
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..8e965d3e40
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..dfaeda2a7d
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..4137f157b9
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..be6712935f
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..d12011600d
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..3457dd389f
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..34c45bcee9
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..74e69f5ad2
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..3cdcd5d25d
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..a2e182d230
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..3a0cbc1561
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..c919434ea4
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..60acfb5941
Binary files /dev/null and b/public/emojipng/1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3fe.png b/public/emojipng/1f469-1f3fe.png
new file mode 100644
index 0000000000..294369061f
Binary files /dev/null and b/public/emojipng/1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f33e.png b/public/emojipng/1f469-1f3ff-200d-1f33e.png
new file mode 100644
index 0000000000..7e6a26f7d3
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f33e.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f373.png b/public/emojipng/1f469-1f3ff-200d-1f373.png
new file mode 100644
index 0000000000..6bc9ea8a92
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f373.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f37c.png b/public/emojipng/1f469-1f3ff-200d-1f37c.png
new file mode 100644
index 0000000000..519d8e43ac
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f37c.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f384.png b/public/emojipng/1f469-1f3ff-200d-1f384.png
new file mode 100644
index 0000000000..f86966be83
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f384.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f393.png b/public/emojipng/1f469-1f3ff-200d-1f393.png
new file mode 100644
index 0000000000..60292568c1
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f393.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f3a4.png b/public/emojipng/1f469-1f3ff-200d-1f3a4.png
new file mode 100644
index 0000000000..91976880ed
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f3a4.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f3a8.png b/public/emojipng/1f469-1f3ff-200d-1f3a8.png
new file mode 100644
index 0000000000..1217f191a7
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f3a8.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f3eb.png b/public/emojipng/1f469-1f3ff-200d-1f3eb.png
new file mode 100644
index 0000000000..b8cae5d44e
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f3eb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f3ed.png b/public/emojipng/1f469-1f3ff-200d-1f3ed.png
new file mode 100644
index 0000000000..e93b848a3c
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f3ed.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..4f633e5974
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..98cf5a1172
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..2ea21e9292
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..6f0aaa14a0
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f430-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f4bb.png b/public/emojipng/1f469-1f3ff-200d-1f4bb.png
new file mode 100644
index 0000000000..0bfedd67cd
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f4bb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f4bc.png b/public/emojipng/1f469-1f3ff-200d-1f4bc.png
new file mode 100644
index 0000000000..81b90ae238
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f4bc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f527.png b/public/emojipng/1f469-1f3ff-200d-1f527.png
new file mode 100644
index 0000000000..a03fdb7470
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f527.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f52c.png b/public/emojipng/1f469-1f3ff-200d-1f52c.png
new file mode 100644
index 0000000000..bddc3c88f2
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f52c.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f680.png b/public/emojipng/1f469-1f3ff-200d-1f680.png
new file mode 100644
index 0000000000..e2609e7f21
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f680.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f692.png b/public/emojipng/1f469-1f3ff-200d-1f692.png
new file mode 100644
index 0000000000..a41c8c3f18
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f692.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..b09e52c1df
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..52b1a7faf3
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..06fb17dbce
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..a55b2981f5
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..0354f5130e
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..a0be380ae8
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..4328159c2e
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..80d7e7fa78
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3ff-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..7d09962175
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9af.png b/public/emojipng/1f469-1f3ff-200d-1f9af.png
new file mode 100644
index 0000000000..cd03b2dd09
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9af.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9b0.png b/public/emojipng/1f469-1f3ff-200d-1f9b0.png
new file mode 100644
index 0000000000..805814296d
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9b0.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9b1.png b/public/emojipng/1f469-1f3ff-200d-1f9b1.png
new file mode 100644
index 0000000000..7ae6c1ff7c
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9b1.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9b2.png b/public/emojipng/1f469-1f3ff-200d-1f9b2.png
new file mode 100644
index 0000000000..ced00feafd
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9b2.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9b3.png b/public/emojipng/1f469-1f3ff-200d-1f9b3.png
new file mode 100644
index 0000000000..fdc58db65e
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9b3.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3ff-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..8fd25c2b63
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9bc.png b/public/emojipng/1f469-1f3ff-200d-1f9bc.png
new file mode 100644
index 0000000000..0b0320ccc2
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9bc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f469-1f3ff-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..1b821c0540
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1f9bd.png b/public/emojipng/1f469-1f3ff-200d-1f9bd.png
new file mode 100644
index 0000000000..9af884f32e
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1f9bd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..99fbcb06a4
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..a5e4fd21ac
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..a324ec8c9a
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..56779c0a96
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-1faef-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2695-fe0f.png b/public/emojipng/1f469-1f3ff-200d-2695-fe0f.png
new file mode 100644
index 0000000000..16435b24c1
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2696-fe0f.png b/public/emojipng/1f469-1f3ff-200d-2696-fe0f.png
new file mode 100644
index 0000000000..b3651d1e90
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2708-fe0f.png b/public/emojipng/1f469-1f3ff-200d-2708-fe0f.png
new file mode 100644
index 0000000000..798cd2a8be
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..3012fc53ba
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..c2d672ca47
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..63b6d1058f
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..7fb5c124d7
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..e796b055f2
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..a95a138db5
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..8a6ae7b04d
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..eba466bf62
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..db682f62eb
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..4890f46687
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png
new file mode 100644
index 0000000000..0468d7bf37
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png
new file mode 100644
index 0000000000..0bead8d1bc
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png
new file mode 100644
index 0000000000..187f23270a
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png
new file mode 100644
index 0000000000..9f920bdd86
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png
new file mode 100644
index 0000000000..de2699dc8f
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png
new file mode 100644
index 0000000000..48b888bca2
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png
new file mode 100644
index 0000000000..cb68cc6a4c
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png
new file mode 100644
index 0000000000..aa06a8bcb2
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png
new file mode 100644
index 0000000000..1f7a610e30
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe.png differ
diff --git a/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png
new file mode 100644
index 0000000000..663dc3885c
Binary files /dev/null and b/public/emojipng/1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-1f3ff.png b/public/emojipng/1f469-1f3ff.png
new file mode 100644
index 0000000000..3d2c226201
Binary files /dev/null and b/public/emojipng/1f469-1f3ff.png differ
diff --git a/public/emojipng/1f469-200d-1f33e.png b/public/emojipng/1f469-200d-1f33e.png
new file mode 100644
index 0000000000..039da46e99
Binary files /dev/null and b/public/emojipng/1f469-200d-1f33e.png differ
diff --git a/public/emojipng/1f469-200d-1f373.png b/public/emojipng/1f469-200d-1f373.png
new file mode 100644
index 0000000000..6a2f087204
Binary files /dev/null and b/public/emojipng/1f469-200d-1f373.png differ
diff --git a/public/emojipng/1f469-200d-1f37c.png b/public/emojipng/1f469-200d-1f37c.png
new file mode 100644
index 0000000000..aadeca6076
Binary files /dev/null and b/public/emojipng/1f469-200d-1f37c.png differ
diff --git a/public/emojipng/1f469-200d-1f384.png b/public/emojipng/1f469-200d-1f384.png
new file mode 100644
index 0000000000..56dc794884
Binary files /dev/null and b/public/emojipng/1f469-200d-1f384.png differ
diff --git a/public/emojipng/1f469-200d-1f393.png b/public/emojipng/1f469-200d-1f393.png
new file mode 100644
index 0000000000..86f0cefe9a
Binary files /dev/null and b/public/emojipng/1f469-200d-1f393.png differ
diff --git a/public/emojipng/1f469-200d-1f3a4.png b/public/emojipng/1f469-200d-1f3a4.png
new file mode 100644
index 0000000000..06d534d439
Binary files /dev/null and b/public/emojipng/1f469-200d-1f3a4.png differ
diff --git a/public/emojipng/1f469-200d-1f3a8.png b/public/emojipng/1f469-200d-1f3a8.png
new file mode 100644
index 0000000000..7c50ca6ca4
Binary files /dev/null and b/public/emojipng/1f469-200d-1f3a8.png differ
diff --git a/public/emojipng/1f469-200d-1f3eb.png b/public/emojipng/1f469-200d-1f3eb.png
new file mode 100644
index 0000000000..b4a6c798af
Binary files /dev/null and b/public/emojipng/1f469-200d-1f3eb.png differ
diff --git a/public/emojipng/1f469-200d-1f3ed.png b/public/emojipng/1f469-200d-1f3ed.png
new file mode 100644
index 0000000000..c3a0396c11
Binary files /dev/null and b/public/emojipng/1f469-200d-1f3ed.png differ
diff --git a/public/emojipng/1f469-200d-1f466-200d-1f466.png b/public/emojipng/1f469-200d-1f466-200d-1f466.png
new file mode 100644
index 0000000000..a5dc61401a
Binary files /dev/null and b/public/emojipng/1f469-200d-1f466-200d-1f466.png differ
diff --git a/public/emojipng/1f469-200d-1f466.png b/public/emojipng/1f469-200d-1f466.png
new file mode 100644
index 0000000000..9dd4a0fb62
Binary files /dev/null and b/public/emojipng/1f469-200d-1f466.png differ
diff --git a/public/emojipng/1f469-200d-1f467-200d-1f466.png b/public/emojipng/1f469-200d-1f467-200d-1f466.png
new file mode 100644
index 0000000000..b0b4723200
Binary files /dev/null and b/public/emojipng/1f469-200d-1f467-200d-1f466.png differ
diff --git a/public/emojipng/1f469-200d-1f467-200d-1f467.png b/public/emojipng/1f469-200d-1f467-200d-1f467.png
new file mode 100644
index 0000000000..6f77e1fdfb
Binary files /dev/null and b/public/emojipng/1f469-200d-1f467-200d-1f467.png differ
diff --git a/public/emojipng/1f469-200d-1f467.png b/public/emojipng/1f469-200d-1f467.png
new file mode 100644
index 0000000000..972cf4b4b7
Binary files /dev/null and b/public/emojipng/1f469-200d-1f467.png differ
diff --git a/public/emojipng/1f469-200d-1f469-200d-1f466-200d-1f466.png b/public/emojipng/1f469-200d-1f469-200d-1f466-200d-1f466.png
new file mode 100644
index 0000000000..00372fcf3c
Binary files /dev/null and b/public/emojipng/1f469-200d-1f469-200d-1f466-200d-1f466.png differ
diff --git a/public/emojipng/1f469-200d-1f469-200d-1f466.png b/public/emojipng/1f469-200d-1f469-200d-1f466.png
new file mode 100644
index 0000000000..0cbbd88290
Binary files /dev/null and b/public/emojipng/1f469-200d-1f469-200d-1f466.png differ
diff --git a/public/emojipng/1f469-200d-1f469-200d-1f467-200d-1f466.png b/public/emojipng/1f469-200d-1f469-200d-1f467-200d-1f466.png
new file mode 100644
index 0000000000..ea533a05a1
Binary files /dev/null and b/public/emojipng/1f469-200d-1f469-200d-1f467-200d-1f466.png differ
diff --git a/public/emojipng/1f469-200d-1f469-200d-1f467-200d-1f467.png b/public/emojipng/1f469-200d-1f469-200d-1f467-200d-1f467.png
new file mode 100644
index 0000000000..d58eb387aa
Binary files /dev/null and b/public/emojipng/1f469-200d-1f469-200d-1f467-200d-1f467.png differ
diff --git a/public/emojipng/1f469-200d-1f469-200d-1f467.png b/public/emojipng/1f469-200d-1f469-200d-1f467.png
new file mode 100644
index 0000000000..057cab2e44
Binary files /dev/null and b/public/emojipng/1f469-200d-1f469-200d-1f467.png differ
diff --git a/public/emojipng/1f469-200d-1f4bb.png b/public/emojipng/1f469-200d-1f4bb.png
new file mode 100644
index 0000000000..b9471c2dc6
Binary files /dev/null and b/public/emojipng/1f469-200d-1f4bb.png differ
diff --git a/public/emojipng/1f469-200d-1f4bc.png b/public/emojipng/1f469-200d-1f4bc.png
new file mode 100644
index 0000000000..1646ce6498
Binary files /dev/null and b/public/emojipng/1f469-200d-1f4bc.png differ
diff --git a/public/emojipng/1f469-200d-1f527.png b/public/emojipng/1f469-200d-1f527.png
new file mode 100644
index 0000000000..95e2c6589b
Binary files /dev/null and b/public/emojipng/1f469-200d-1f527.png differ
diff --git a/public/emojipng/1f469-200d-1f52c.png b/public/emojipng/1f469-200d-1f52c.png
new file mode 100644
index 0000000000..af9c4fe71f
Binary files /dev/null and b/public/emojipng/1f469-200d-1f52c.png differ
diff --git a/public/emojipng/1f469-200d-1f680.png b/public/emojipng/1f469-200d-1f680.png
new file mode 100644
index 0000000000..d1a0dc9c64
Binary files /dev/null and b/public/emojipng/1f469-200d-1f680.png differ
diff --git a/public/emojipng/1f469-200d-1f692.png b/public/emojipng/1f469-200d-1f692.png
new file mode 100644
index 0000000000..282f50cb47
Binary files /dev/null and b/public/emojipng/1f469-200d-1f692.png differ
diff --git a/public/emojipng/1f469-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f469-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..e020a5abd1
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-200d-1f9af.png b/public/emojipng/1f469-200d-1f9af.png
new file mode 100644
index 0000000000..4c2c23eb66
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9af.png differ
diff --git a/public/emojipng/1f469-200d-1f9b0.png b/public/emojipng/1f469-200d-1f9b0.png
new file mode 100644
index 0000000000..373c1c537b
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9b0.png differ
diff --git a/public/emojipng/1f469-200d-1f9b1.png b/public/emojipng/1f469-200d-1f9b1.png
new file mode 100644
index 0000000000..80ca4a5c3b
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9b1.png differ
diff --git a/public/emojipng/1f469-200d-1f9b2.png b/public/emojipng/1f469-200d-1f9b2.png
new file mode 100644
index 0000000000..2fe69f9458
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9b2.png differ
diff --git a/public/emojipng/1f469-200d-1f9b3.png b/public/emojipng/1f469-200d-1f9b3.png
new file mode 100644
index 0000000000..98de2e9c3e
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9b3.png differ
diff --git a/public/emojipng/1f469-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f469-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..f977c402fb
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-200d-1f9bc.png b/public/emojipng/1f469-200d-1f9bc.png
new file mode 100644
index 0000000000..8f9a994642
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9bc.png differ
diff --git a/public/emojipng/1f469-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f469-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..5c3783fce9
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f469-200d-1f9bd.png b/public/emojipng/1f469-200d-1f9bd.png
new file mode 100644
index 0000000000..23b365ddc0
Binary files /dev/null and b/public/emojipng/1f469-200d-1f9bd.png differ
diff --git a/public/emojipng/1f469-200d-2695-fe0f.png b/public/emojipng/1f469-200d-2695-fe0f.png
new file mode 100644
index 0000000000..c33e27829f
Binary files /dev/null and b/public/emojipng/1f469-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f469-200d-2696-fe0f.png b/public/emojipng/1f469-200d-2696-fe0f.png
new file mode 100644
index 0000000000..65e7b72694
Binary files /dev/null and b/public/emojipng/1f469-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f469-200d-2708-fe0f.png b/public/emojipng/1f469-200d-2708-fe0f.png
new file mode 100644
index 0000000000..ccb503b8b2
Binary files /dev/null and b/public/emojipng/1f469-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f469-200d-2764-fe0f-200d-1f468.png b/public/emojipng/1f469-200d-2764-fe0f-200d-1f468.png
new file mode 100644
index 0000000000..d559bec4b4
Binary files /dev/null and b/public/emojipng/1f469-200d-2764-fe0f-200d-1f468.png differ
diff --git a/public/emojipng/1f469-200d-2764-fe0f-200d-1f469.png b/public/emojipng/1f469-200d-2764-fe0f-200d-1f469.png
new file mode 100644
index 0000000000..42400b469b
Binary files /dev/null and b/public/emojipng/1f469-200d-2764-fe0f-200d-1f469.png differ
diff --git a/public/emojipng/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/public/emojipng/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png
new file mode 100644
index 0000000000..bced8de9f4
Binary files /dev/null and b/public/emojipng/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ
diff --git a/public/emojipng/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png b/public/emojipng/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png
new file mode 100644
index 0000000000..8055e53c7b
Binary files /dev/null and b/public/emojipng/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png differ
diff --git a/public/emojipng/1f469.png b/public/emojipng/1f469.png
new file mode 100644
index 0000000000..918d94f8a4
Binary files /dev/null and b/public/emojipng/1f469.png differ
diff --git a/public/emojipng/1f46a.png b/public/emojipng/1f46a.png
new file mode 100644
index 0000000000..d11a22ec6e
Binary files /dev/null and b/public/emojipng/1f46a.png differ
diff --git a/public/emojipng/1f46b-1f3fb.png b/public/emojipng/1f46b-1f3fb.png
new file mode 100644
index 0000000000..c82b331ae0
Binary files /dev/null and b/public/emojipng/1f46b-1f3fb.png differ
diff --git a/public/emojipng/1f46b-1f3fc.png b/public/emojipng/1f46b-1f3fc.png
new file mode 100644
index 0000000000..d756e1a64e
Binary files /dev/null and b/public/emojipng/1f46b-1f3fc.png differ
diff --git a/public/emojipng/1f46b-1f3fd.png b/public/emojipng/1f46b-1f3fd.png
new file mode 100644
index 0000000000..bd6315f21b
Binary files /dev/null and b/public/emojipng/1f46b-1f3fd.png differ
diff --git a/public/emojipng/1f46b-1f3fe.png b/public/emojipng/1f46b-1f3fe.png
new file mode 100644
index 0000000000..75c3f3391c
Binary files /dev/null and b/public/emojipng/1f46b-1f3fe.png differ
diff --git a/public/emojipng/1f46b-1f3ff.png b/public/emojipng/1f46b-1f3ff.png
new file mode 100644
index 0000000000..8d46caeacb
Binary files /dev/null and b/public/emojipng/1f46b-1f3ff.png differ
diff --git a/public/emojipng/1f46b.png b/public/emojipng/1f46b.png
new file mode 100644
index 0000000000..dd41b77856
Binary files /dev/null and b/public/emojipng/1f46b.png differ
diff --git a/public/emojipng/1f46c-1f3fb.png b/public/emojipng/1f46c-1f3fb.png
new file mode 100644
index 0000000000..7a7105d5ce
Binary files /dev/null and b/public/emojipng/1f46c-1f3fb.png differ
diff --git a/public/emojipng/1f46c-1f3fc.png b/public/emojipng/1f46c-1f3fc.png
new file mode 100644
index 0000000000..f3f01894ec
Binary files /dev/null and b/public/emojipng/1f46c-1f3fc.png differ
diff --git a/public/emojipng/1f46c-1f3fd.png b/public/emojipng/1f46c-1f3fd.png
new file mode 100644
index 0000000000..5a3839e45d
Binary files /dev/null and b/public/emojipng/1f46c-1f3fd.png differ
diff --git a/public/emojipng/1f46c-1f3fe.png b/public/emojipng/1f46c-1f3fe.png
new file mode 100644
index 0000000000..c24f08b025
Binary files /dev/null and b/public/emojipng/1f46c-1f3fe.png differ
diff --git a/public/emojipng/1f46c-1f3ff.png b/public/emojipng/1f46c-1f3ff.png
new file mode 100644
index 0000000000..2b04da70d3
Binary files /dev/null and b/public/emojipng/1f46c-1f3ff.png differ
diff --git a/public/emojipng/1f46c.png b/public/emojipng/1f46c.png
new file mode 100644
index 0000000000..63649e2bc1
Binary files /dev/null and b/public/emojipng/1f46c.png differ
diff --git a/public/emojipng/1f46d-1f3fb.png b/public/emojipng/1f46d-1f3fb.png
new file mode 100644
index 0000000000..9eb93c9b35
Binary files /dev/null and b/public/emojipng/1f46d-1f3fb.png differ
diff --git a/public/emojipng/1f46d-1f3fc.png b/public/emojipng/1f46d-1f3fc.png
new file mode 100644
index 0000000000..51a33eebf4
Binary files /dev/null and b/public/emojipng/1f46d-1f3fc.png differ
diff --git a/public/emojipng/1f46d-1f3fd.png b/public/emojipng/1f46d-1f3fd.png
new file mode 100644
index 0000000000..47ade25069
Binary files /dev/null and b/public/emojipng/1f46d-1f3fd.png differ
diff --git a/public/emojipng/1f46d-1f3fe.png b/public/emojipng/1f46d-1f3fe.png
new file mode 100644
index 0000000000..1ac7b9e6ce
Binary files /dev/null and b/public/emojipng/1f46d-1f3fe.png differ
diff --git a/public/emojipng/1f46d-1f3ff.png b/public/emojipng/1f46d-1f3ff.png
new file mode 100644
index 0000000000..bc5432db84
Binary files /dev/null and b/public/emojipng/1f46d-1f3ff.png differ
diff --git a/public/emojipng/1f46d.png b/public/emojipng/1f46d.png
new file mode 100644
index 0000000000..5dbc59dacb
Binary files /dev/null and b/public/emojipng/1f46d.png differ
diff --git a/public/emojipng/1f46e-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f46e-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3a6da267e6
Binary files /dev/null and b/public/emojipng/1f46e-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f46e-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..70042a6aa0
Binary files /dev/null and b/public/emojipng/1f46e-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fb.png b/public/emojipng/1f46e-1f3fb.png
new file mode 100644
index 0000000000..0c8e6410c4
Binary files /dev/null and b/public/emojipng/1f46e-1f3fb.png differ
diff --git a/public/emojipng/1f46e-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f46e-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..6175b1d664
Binary files /dev/null and b/public/emojipng/1f46e-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f46e-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..7a8fda8766
Binary files /dev/null and b/public/emojipng/1f46e-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fc.png b/public/emojipng/1f46e-1f3fc.png
new file mode 100644
index 0000000000..7b5c5252cd
Binary files /dev/null and b/public/emojipng/1f46e-1f3fc.png differ
diff --git a/public/emojipng/1f46e-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f46e-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8e2c504b4d
Binary files /dev/null and b/public/emojipng/1f46e-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f46e-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..33f8980e71
Binary files /dev/null and b/public/emojipng/1f46e-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fd.png b/public/emojipng/1f46e-1f3fd.png
new file mode 100644
index 0000000000..f9e093e9f4
Binary files /dev/null and b/public/emojipng/1f46e-1f3fd.png differ
diff --git a/public/emojipng/1f46e-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f46e-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..df3dad6aac
Binary files /dev/null and b/public/emojipng/1f46e-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f46e-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..2baa54ab5a
Binary files /dev/null and b/public/emojipng/1f46e-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3fe.png b/public/emojipng/1f46e-1f3fe.png
new file mode 100644
index 0000000000..8275ab3b11
Binary files /dev/null and b/public/emojipng/1f46e-1f3fe.png differ
diff --git a/public/emojipng/1f46e-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f46e-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..9098ad2850
Binary files /dev/null and b/public/emojipng/1f46e-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f46e-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e31a033ba3
Binary files /dev/null and b/public/emojipng/1f46e-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46e-1f3ff.png b/public/emojipng/1f46e-1f3ff.png
new file mode 100644
index 0000000000..5e0e1f1d9a
Binary files /dev/null and b/public/emojipng/1f46e-1f3ff.png differ
diff --git a/public/emojipng/1f46e-200d-2640-fe0f.png b/public/emojipng/1f46e-200d-2640-fe0f.png
new file mode 100644
index 0000000000..13ed498d63
Binary files /dev/null and b/public/emojipng/1f46e-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46e-200d-2642-fe0f.png b/public/emojipng/1f46e-200d-2642-fe0f.png
new file mode 100644
index 0000000000..acd2111f61
Binary files /dev/null and b/public/emojipng/1f46e-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46e.png b/public/emojipng/1f46e.png
new file mode 100644
index 0000000000..7093bb3cd6
Binary files /dev/null and b/public/emojipng/1f46e.png differ
diff --git a/public/emojipng/1f46f-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f46f-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3f3ca7501e
Binary files /dev/null and b/public/emojipng/1f46f-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f46f-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c3e5b8dd33
Binary files /dev/null and b/public/emojipng/1f46f-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fb.png b/public/emojipng/1f46f-1f3fb.png
new file mode 100644
index 0000000000..7ff623d607
Binary files /dev/null and b/public/emojipng/1f46f-1f3fb.png differ
diff --git a/public/emojipng/1f46f-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f46f-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..0c0b35c151
Binary files /dev/null and b/public/emojipng/1f46f-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f46f-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..59121b11a1
Binary files /dev/null and b/public/emojipng/1f46f-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fc.png b/public/emojipng/1f46f-1f3fc.png
new file mode 100644
index 0000000000..30442cbaf3
Binary files /dev/null and b/public/emojipng/1f46f-1f3fc.png differ
diff --git a/public/emojipng/1f46f-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f46f-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1bd8515100
Binary files /dev/null and b/public/emojipng/1f46f-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f46f-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..89980b0c13
Binary files /dev/null and b/public/emojipng/1f46f-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fd.png b/public/emojipng/1f46f-1f3fd.png
new file mode 100644
index 0000000000..4aa486889d
Binary files /dev/null and b/public/emojipng/1f46f-1f3fd.png differ
diff --git a/public/emojipng/1f46f-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f46f-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..db6c77f19f
Binary files /dev/null and b/public/emojipng/1f46f-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f46f-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f2cd5c54ba
Binary files /dev/null and b/public/emojipng/1f46f-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3fe.png b/public/emojipng/1f46f-1f3fe.png
new file mode 100644
index 0000000000..e006614e20
Binary files /dev/null and b/public/emojipng/1f46f-1f3fe.png differ
diff --git a/public/emojipng/1f46f-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f46f-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..0925233ef7
Binary files /dev/null and b/public/emojipng/1f46f-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f46f-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c2cbf77778
Binary files /dev/null and b/public/emojipng/1f46f-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46f-1f3ff.png b/public/emojipng/1f46f-1f3ff.png
new file mode 100644
index 0000000000..12be93bb2e
Binary files /dev/null and b/public/emojipng/1f46f-1f3ff.png differ
diff --git a/public/emojipng/1f46f-200d-2640-fe0f.png b/public/emojipng/1f46f-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e71b3cc1c0
Binary files /dev/null and b/public/emojipng/1f46f-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f46f-200d-2642-fe0f.png b/public/emojipng/1f46f-200d-2642-fe0f.png
new file mode 100644
index 0000000000..13fb047fb5
Binary files /dev/null and b/public/emojipng/1f46f-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f46f.png b/public/emojipng/1f46f.png
new file mode 100644
index 0000000000..5b84d39040
Binary files /dev/null and b/public/emojipng/1f46f.png differ
diff --git a/public/emojipng/1f470-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f470-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e3a5d3ff7c
Binary files /dev/null and b/public/emojipng/1f470-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f470-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..af472a42b3
Binary files /dev/null and b/public/emojipng/1f470-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fb.png b/public/emojipng/1f470-1f3fb.png
new file mode 100644
index 0000000000..c28329b037
Binary files /dev/null and b/public/emojipng/1f470-1f3fb.png differ
diff --git a/public/emojipng/1f470-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f470-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b054d60faf
Binary files /dev/null and b/public/emojipng/1f470-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f470-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..954b610ce3
Binary files /dev/null and b/public/emojipng/1f470-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fc.png b/public/emojipng/1f470-1f3fc.png
new file mode 100644
index 0000000000..c231a438c5
Binary files /dev/null and b/public/emojipng/1f470-1f3fc.png differ
diff --git a/public/emojipng/1f470-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f470-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..29159df5f2
Binary files /dev/null and b/public/emojipng/1f470-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f470-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..39a13a4b27
Binary files /dev/null and b/public/emojipng/1f470-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fd.png b/public/emojipng/1f470-1f3fd.png
new file mode 100644
index 0000000000..5dcec53626
Binary files /dev/null and b/public/emojipng/1f470-1f3fd.png differ
diff --git a/public/emojipng/1f470-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f470-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bf45ade5f3
Binary files /dev/null and b/public/emojipng/1f470-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f470-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f7691ee7c8
Binary files /dev/null and b/public/emojipng/1f470-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3fe.png b/public/emojipng/1f470-1f3fe.png
new file mode 100644
index 0000000000..0f8a2fb28a
Binary files /dev/null and b/public/emojipng/1f470-1f3fe.png differ
diff --git a/public/emojipng/1f470-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f470-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..86e4a38016
Binary files /dev/null and b/public/emojipng/1f470-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f470-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..464cd6cc44
Binary files /dev/null and b/public/emojipng/1f470-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f470-1f3ff.png b/public/emojipng/1f470-1f3ff.png
new file mode 100644
index 0000000000..9e7cff0276
Binary files /dev/null and b/public/emojipng/1f470-1f3ff.png differ
diff --git a/public/emojipng/1f470-200d-2640-fe0f.png b/public/emojipng/1f470-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dafe0b4746
Binary files /dev/null and b/public/emojipng/1f470-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f470-200d-2642-fe0f.png b/public/emojipng/1f470-200d-2642-fe0f.png
new file mode 100644
index 0000000000..278ac8d861
Binary files /dev/null and b/public/emojipng/1f470-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f470.png b/public/emojipng/1f470.png
new file mode 100644
index 0000000000..3adfd123ed
Binary files /dev/null and b/public/emojipng/1f470.png differ
diff --git a/public/emojipng/1f471-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f471-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..06e54a10b7
Binary files /dev/null and b/public/emojipng/1f471-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f471-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9da7e3f7fb
Binary files /dev/null and b/public/emojipng/1f471-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fb.png b/public/emojipng/1f471-1f3fb.png
new file mode 100644
index 0000000000..9a9dbe92eb
Binary files /dev/null and b/public/emojipng/1f471-1f3fb.png differ
diff --git a/public/emojipng/1f471-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f471-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..0f58537be8
Binary files /dev/null and b/public/emojipng/1f471-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f471-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..7ff9efd4da
Binary files /dev/null and b/public/emojipng/1f471-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fc.png b/public/emojipng/1f471-1f3fc.png
new file mode 100644
index 0000000000..01319fe842
Binary files /dev/null and b/public/emojipng/1f471-1f3fc.png differ
diff --git a/public/emojipng/1f471-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f471-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..377a236450
Binary files /dev/null and b/public/emojipng/1f471-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f471-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5780e5eb27
Binary files /dev/null and b/public/emojipng/1f471-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fd.png b/public/emojipng/1f471-1f3fd.png
new file mode 100644
index 0000000000..e28275a14b
Binary files /dev/null and b/public/emojipng/1f471-1f3fd.png differ
diff --git a/public/emojipng/1f471-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f471-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e5856a3a90
Binary files /dev/null and b/public/emojipng/1f471-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f471-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..60694c689f
Binary files /dev/null and b/public/emojipng/1f471-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3fe.png b/public/emojipng/1f471-1f3fe.png
new file mode 100644
index 0000000000..599b7ba9d9
Binary files /dev/null and b/public/emojipng/1f471-1f3fe.png differ
diff --git a/public/emojipng/1f471-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f471-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..15a0886ea9
Binary files /dev/null and b/public/emojipng/1f471-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f471-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..91e94883a8
Binary files /dev/null and b/public/emojipng/1f471-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f471-1f3ff.png b/public/emojipng/1f471-1f3ff.png
new file mode 100644
index 0000000000..56bd2f0040
Binary files /dev/null and b/public/emojipng/1f471-1f3ff.png differ
diff --git a/public/emojipng/1f471-200d-2640-fe0f.png b/public/emojipng/1f471-200d-2640-fe0f.png
new file mode 100644
index 0000000000..59f40b86e3
Binary files /dev/null and b/public/emojipng/1f471-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f471-200d-2642-fe0f.png b/public/emojipng/1f471-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d4c3407b5c
Binary files /dev/null and b/public/emojipng/1f471-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f471.png b/public/emojipng/1f471.png
new file mode 100644
index 0000000000..2825ca0ec1
Binary files /dev/null and b/public/emojipng/1f471.png differ
diff --git a/public/emojipng/1f472-1f3fb.png b/public/emojipng/1f472-1f3fb.png
new file mode 100644
index 0000000000..7330ddb392
Binary files /dev/null and b/public/emojipng/1f472-1f3fb.png differ
diff --git a/public/emojipng/1f472-1f3fc.png b/public/emojipng/1f472-1f3fc.png
new file mode 100644
index 0000000000..46758f8e86
Binary files /dev/null and b/public/emojipng/1f472-1f3fc.png differ
diff --git a/public/emojipng/1f472-1f3fd.png b/public/emojipng/1f472-1f3fd.png
new file mode 100644
index 0000000000..ff46804732
Binary files /dev/null and b/public/emojipng/1f472-1f3fd.png differ
diff --git a/public/emojipng/1f472-1f3fe.png b/public/emojipng/1f472-1f3fe.png
new file mode 100644
index 0000000000..a8e65ba81d
Binary files /dev/null and b/public/emojipng/1f472-1f3fe.png differ
diff --git a/public/emojipng/1f472-1f3ff.png b/public/emojipng/1f472-1f3ff.png
new file mode 100644
index 0000000000..ade1565c18
Binary files /dev/null and b/public/emojipng/1f472-1f3ff.png differ
diff --git a/public/emojipng/1f472.png b/public/emojipng/1f472.png
new file mode 100644
index 0000000000..818c6fac4b
Binary files /dev/null and b/public/emojipng/1f472.png differ
diff --git a/public/emojipng/1f473-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f473-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..255fa6adba
Binary files /dev/null and b/public/emojipng/1f473-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f473-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..42453c6fdb
Binary files /dev/null and b/public/emojipng/1f473-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fb.png b/public/emojipng/1f473-1f3fb.png
new file mode 100644
index 0000000000..44096010ca
Binary files /dev/null and b/public/emojipng/1f473-1f3fb.png differ
diff --git a/public/emojipng/1f473-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f473-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..2c6fc0b44e
Binary files /dev/null and b/public/emojipng/1f473-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f473-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5b6257f79d
Binary files /dev/null and b/public/emojipng/1f473-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fc.png b/public/emojipng/1f473-1f3fc.png
new file mode 100644
index 0000000000..9287f432ac
Binary files /dev/null and b/public/emojipng/1f473-1f3fc.png differ
diff --git a/public/emojipng/1f473-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f473-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5114a3f61c
Binary files /dev/null and b/public/emojipng/1f473-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f473-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5bb1f8422a
Binary files /dev/null and b/public/emojipng/1f473-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fd.png b/public/emojipng/1f473-1f3fd.png
new file mode 100644
index 0000000000..64ec778f7c
Binary files /dev/null and b/public/emojipng/1f473-1f3fd.png differ
diff --git a/public/emojipng/1f473-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f473-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dc8229ff0b
Binary files /dev/null and b/public/emojipng/1f473-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f473-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a7a297c795
Binary files /dev/null and b/public/emojipng/1f473-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3fe.png b/public/emojipng/1f473-1f3fe.png
new file mode 100644
index 0000000000..bd69b7bfea
Binary files /dev/null and b/public/emojipng/1f473-1f3fe.png differ
diff --git a/public/emojipng/1f473-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f473-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..455c763e58
Binary files /dev/null and b/public/emojipng/1f473-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f473-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4cb5d7dd52
Binary files /dev/null and b/public/emojipng/1f473-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f473-1f3ff.png b/public/emojipng/1f473-1f3ff.png
new file mode 100644
index 0000000000..89e31c4bbb
Binary files /dev/null and b/public/emojipng/1f473-1f3ff.png differ
diff --git a/public/emojipng/1f473-200d-2640-fe0f.png b/public/emojipng/1f473-200d-2640-fe0f.png
new file mode 100644
index 0000000000..102b138b6d
Binary files /dev/null and b/public/emojipng/1f473-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f473-200d-2642-fe0f.png b/public/emojipng/1f473-200d-2642-fe0f.png
new file mode 100644
index 0000000000..81b794e3ed
Binary files /dev/null and b/public/emojipng/1f473-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f473.png b/public/emojipng/1f473.png
new file mode 100644
index 0000000000..793d62fa6c
Binary files /dev/null and b/public/emojipng/1f473.png differ
diff --git a/public/emojipng/1f474-1f3fb.png b/public/emojipng/1f474-1f3fb.png
new file mode 100644
index 0000000000..75647b8dbc
Binary files /dev/null and b/public/emojipng/1f474-1f3fb.png differ
diff --git a/public/emojipng/1f474-1f3fc.png b/public/emojipng/1f474-1f3fc.png
new file mode 100644
index 0000000000..35d32ce14e
Binary files /dev/null and b/public/emojipng/1f474-1f3fc.png differ
diff --git a/public/emojipng/1f474-1f3fd.png b/public/emojipng/1f474-1f3fd.png
new file mode 100644
index 0000000000..2bed5c6048
Binary files /dev/null and b/public/emojipng/1f474-1f3fd.png differ
diff --git a/public/emojipng/1f474-1f3fe.png b/public/emojipng/1f474-1f3fe.png
new file mode 100644
index 0000000000..6b70028287
Binary files /dev/null and b/public/emojipng/1f474-1f3fe.png differ
diff --git a/public/emojipng/1f474-1f3ff.png b/public/emojipng/1f474-1f3ff.png
new file mode 100644
index 0000000000..2fb3fb1ce1
Binary files /dev/null and b/public/emojipng/1f474-1f3ff.png differ
diff --git a/public/emojipng/1f474.png b/public/emojipng/1f474.png
new file mode 100644
index 0000000000..5650d2b0c2
Binary files /dev/null and b/public/emojipng/1f474.png differ
diff --git a/public/emojipng/1f475-1f3fb.png b/public/emojipng/1f475-1f3fb.png
new file mode 100644
index 0000000000..dda546263e
Binary files /dev/null and b/public/emojipng/1f475-1f3fb.png differ
diff --git a/public/emojipng/1f475-1f3fc.png b/public/emojipng/1f475-1f3fc.png
new file mode 100644
index 0000000000..a73b9f647f
Binary files /dev/null and b/public/emojipng/1f475-1f3fc.png differ
diff --git a/public/emojipng/1f475-1f3fd.png b/public/emojipng/1f475-1f3fd.png
new file mode 100644
index 0000000000..fe04b280e9
Binary files /dev/null and b/public/emojipng/1f475-1f3fd.png differ
diff --git a/public/emojipng/1f475-1f3fe.png b/public/emojipng/1f475-1f3fe.png
new file mode 100644
index 0000000000..f2ecc40556
Binary files /dev/null and b/public/emojipng/1f475-1f3fe.png differ
diff --git a/public/emojipng/1f475-1f3ff.png b/public/emojipng/1f475-1f3ff.png
new file mode 100644
index 0000000000..d10982f399
Binary files /dev/null and b/public/emojipng/1f475-1f3ff.png differ
diff --git a/public/emojipng/1f475.png b/public/emojipng/1f475.png
new file mode 100644
index 0000000000..e9d04f9e69
Binary files /dev/null and b/public/emojipng/1f475.png differ
diff --git a/public/emojipng/1f476-1f3fb.png b/public/emojipng/1f476-1f3fb.png
new file mode 100644
index 0000000000..949fd809cb
Binary files /dev/null and b/public/emojipng/1f476-1f3fb.png differ
diff --git a/public/emojipng/1f476-1f3fc.png b/public/emojipng/1f476-1f3fc.png
new file mode 100644
index 0000000000..d06f285a2c
Binary files /dev/null and b/public/emojipng/1f476-1f3fc.png differ
diff --git a/public/emojipng/1f476-1f3fd.png b/public/emojipng/1f476-1f3fd.png
new file mode 100644
index 0000000000..4da9b776d7
Binary files /dev/null and b/public/emojipng/1f476-1f3fd.png differ
diff --git a/public/emojipng/1f476-1f3fe.png b/public/emojipng/1f476-1f3fe.png
new file mode 100644
index 0000000000..14f78b00e9
Binary files /dev/null and b/public/emojipng/1f476-1f3fe.png differ
diff --git a/public/emojipng/1f476-1f3ff.png b/public/emojipng/1f476-1f3ff.png
new file mode 100644
index 0000000000..2008c1726d
Binary files /dev/null and b/public/emojipng/1f476-1f3ff.png differ
diff --git a/public/emojipng/1f476.png b/public/emojipng/1f476.png
new file mode 100644
index 0000000000..f093e36bb9
Binary files /dev/null and b/public/emojipng/1f476.png differ
diff --git a/public/emojipng/1f477-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f477-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..abb56fda88
Binary files /dev/null and b/public/emojipng/1f477-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f477-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..25f1238cf0
Binary files /dev/null and b/public/emojipng/1f477-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fb.png b/public/emojipng/1f477-1f3fb.png
new file mode 100644
index 0000000000..069befedd3
Binary files /dev/null and b/public/emojipng/1f477-1f3fb.png differ
diff --git a/public/emojipng/1f477-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f477-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f01d7faf54
Binary files /dev/null and b/public/emojipng/1f477-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f477-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..03035e37c5
Binary files /dev/null and b/public/emojipng/1f477-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fc.png b/public/emojipng/1f477-1f3fc.png
new file mode 100644
index 0000000000..aa57d01352
Binary files /dev/null and b/public/emojipng/1f477-1f3fc.png differ
diff --git a/public/emojipng/1f477-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f477-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a9a6221911
Binary files /dev/null and b/public/emojipng/1f477-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f477-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1475fc9949
Binary files /dev/null and b/public/emojipng/1f477-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fd.png b/public/emojipng/1f477-1f3fd.png
new file mode 100644
index 0000000000..3c96be1b8d
Binary files /dev/null and b/public/emojipng/1f477-1f3fd.png differ
diff --git a/public/emojipng/1f477-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f477-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..72172594ed
Binary files /dev/null and b/public/emojipng/1f477-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f477-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..2083c8be7c
Binary files /dev/null and b/public/emojipng/1f477-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3fe.png b/public/emojipng/1f477-1f3fe.png
new file mode 100644
index 0000000000..72ea66cb29
Binary files /dev/null and b/public/emojipng/1f477-1f3fe.png differ
diff --git a/public/emojipng/1f477-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f477-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c818e20b45
Binary files /dev/null and b/public/emojipng/1f477-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f477-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..627ad31417
Binary files /dev/null and b/public/emojipng/1f477-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f477-1f3ff.png b/public/emojipng/1f477-1f3ff.png
new file mode 100644
index 0000000000..3b934e5d11
Binary files /dev/null and b/public/emojipng/1f477-1f3ff.png differ
diff --git a/public/emojipng/1f477-200d-2640-fe0f.png b/public/emojipng/1f477-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5a3ed34ad4
Binary files /dev/null and b/public/emojipng/1f477-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f477-200d-2642-fe0f.png b/public/emojipng/1f477-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fe6733ec0c
Binary files /dev/null and b/public/emojipng/1f477-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f477.png b/public/emojipng/1f477.png
new file mode 100644
index 0000000000..49aef2f636
Binary files /dev/null and b/public/emojipng/1f477.png differ
diff --git a/public/emojipng/1f478-1f3fb.png b/public/emojipng/1f478-1f3fb.png
new file mode 100644
index 0000000000..4caae554c8
Binary files /dev/null and b/public/emojipng/1f478-1f3fb.png differ
diff --git a/public/emojipng/1f478-1f3fc.png b/public/emojipng/1f478-1f3fc.png
new file mode 100644
index 0000000000..ad23227906
Binary files /dev/null and b/public/emojipng/1f478-1f3fc.png differ
diff --git a/public/emojipng/1f478-1f3fd.png b/public/emojipng/1f478-1f3fd.png
new file mode 100644
index 0000000000..61dcaca7b9
Binary files /dev/null and b/public/emojipng/1f478-1f3fd.png differ
diff --git a/public/emojipng/1f478-1f3fe.png b/public/emojipng/1f478-1f3fe.png
new file mode 100644
index 0000000000..71c963faed
Binary files /dev/null and b/public/emojipng/1f478-1f3fe.png differ
diff --git a/public/emojipng/1f478-1f3ff.png b/public/emojipng/1f478-1f3ff.png
new file mode 100644
index 0000000000..7579ff1914
Binary files /dev/null and b/public/emojipng/1f478-1f3ff.png differ
diff --git a/public/emojipng/1f478.png b/public/emojipng/1f478.png
new file mode 100644
index 0000000000..6542a8d9b0
Binary files /dev/null and b/public/emojipng/1f478.png differ
diff --git a/public/emojipng/1f479.png b/public/emojipng/1f479.png
new file mode 100644
index 0000000000..e9ca4c6f3a
Binary files /dev/null and b/public/emojipng/1f479.png differ
diff --git a/public/emojipng/1f47a.png b/public/emojipng/1f47a.png
new file mode 100644
index 0000000000..a479705e10
Binary files /dev/null and b/public/emojipng/1f47a.png differ
diff --git a/public/emojipng/1f47b.png b/public/emojipng/1f47b.png
new file mode 100644
index 0000000000..93eebb055c
Binary files /dev/null and b/public/emojipng/1f47b.png differ
diff --git a/public/emojipng/1f47c-1f3fb.png b/public/emojipng/1f47c-1f3fb.png
new file mode 100644
index 0000000000..161df6e791
Binary files /dev/null and b/public/emojipng/1f47c-1f3fb.png differ
diff --git a/public/emojipng/1f47c-1f3fc.png b/public/emojipng/1f47c-1f3fc.png
new file mode 100644
index 0000000000..e72aa44c89
Binary files /dev/null and b/public/emojipng/1f47c-1f3fc.png differ
diff --git a/public/emojipng/1f47c-1f3fd.png b/public/emojipng/1f47c-1f3fd.png
new file mode 100644
index 0000000000..0cd969ba94
Binary files /dev/null and b/public/emojipng/1f47c-1f3fd.png differ
diff --git a/public/emojipng/1f47c-1f3fe.png b/public/emojipng/1f47c-1f3fe.png
new file mode 100644
index 0000000000..e82ae008cb
Binary files /dev/null and b/public/emojipng/1f47c-1f3fe.png differ
diff --git a/public/emojipng/1f47c-1f3ff.png b/public/emojipng/1f47c-1f3ff.png
new file mode 100644
index 0000000000..ecf1950186
Binary files /dev/null and b/public/emojipng/1f47c-1f3ff.png differ
diff --git a/public/emojipng/1f47c.png b/public/emojipng/1f47c.png
new file mode 100644
index 0000000000..584cd15d4d
Binary files /dev/null and b/public/emojipng/1f47c.png differ
diff --git a/public/emojipng/1f47d.png b/public/emojipng/1f47d.png
new file mode 100644
index 0000000000..e722644aa2
Binary files /dev/null and b/public/emojipng/1f47d.png differ
diff --git a/public/emojipng/1f47e.png b/public/emojipng/1f47e.png
new file mode 100644
index 0000000000..043e4950ac
Binary files /dev/null and b/public/emojipng/1f47e.png differ
diff --git a/public/emojipng/1f47f.png b/public/emojipng/1f47f.png
new file mode 100644
index 0000000000..5bc58b3ddd
Binary files /dev/null and b/public/emojipng/1f47f.png differ
diff --git a/public/emojipng/1f480.png b/public/emojipng/1f480.png
new file mode 100644
index 0000000000..e9f9e7fc45
Binary files /dev/null and b/public/emojipng/1f480.png differ
diff --git a/public/emojipng/1f481-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f481-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..6ff67d24b7
Binary files /dev/null and b/public/emojipng/1f481-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f481-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9477058016
Binary files /dev/null and b/public/emojipng/1f481-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fb.png b/public/emojipng/1f481-1f3fb.png
new file mode 100644
index 0000000000..24d5128f90
Binary files /dev/null and b/public/emojipng/1f481-1f3fb.png differ
diff --git a/public/emojipng/1f481-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f481-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..2198601817
Binary files /dev/null and b/public/emojipng/1f481-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f481-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0242604a63
Binary files /dev/null and b/public/emojipng/1f481-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fc.png b/public/emojipng/1f481-1f3fc.png
new file mode 100644
index 0000000000..96fb262c30
Binary files /dev/null and b/public/emojipng/1f481-1f3fc.png differ
diff --git a/public/emojipng/1f481-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f481-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..22a5d00a30
Binary files /dev/null and b/public/emojipng/1f481-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f481-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ec70756513
Binary files /dev/null and b/public/emojipng/1f481-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fd.png b/public/emojipng/1f481-1f3fd.png
new file mode 100644
index 0000000000..115223a816
Binary files /dev/null and b/public/emojipng/1f481-1f3fd.png differ
diff --git a/public/emojipng/1f481-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f481-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1bfc1fdb67
Binary files /dev/null and b/public/emojipng/1f481-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f481-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ace710f49d
Binary files /dev/null and b/public/emojipng/1f481-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3fe.png b/public/emojipng/1f481-1f3fe.png
new file mode 100644
index 0000000000..668de97a58
Binary files /dev/null and b/public/emojipng/1f481-1f3fe.png differ
diff --git a/public/emojipng/1f481-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f481-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f475567604
Binary files /dev/null and b/public/emojipng/1f481-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f481-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..92611e2014
Binary files /dev/null and b/public/emojipng/1f481-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f481-1f3ff.png b/public/emojipng/1f481-1f3ff.png
new file mode 100644
index 0000000000..440c65c5eb
Binary files /dev/null and b/public/emojipng/1f481-1f3ff.png differ
diff --git a/public/emojipng/1f481-200d-2640-fe0f.png b/public/emojipng/1f481-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1669256349
Binary files /dev/null and b/public/emojipng/1f481-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f481-200d-2642-fe0f.png b/public/emojipng/1f481-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0c1369ab73
Binary files /dev/null and b/public/emojipng/1f481-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f481.png b/public/emojipng/1f481.png
new file mode 100644
index 0000000000..eca519992a
Binary files /dev/null and b/public/emojipng/1f481.png differ
diff --git a/public/emojipng/1f482-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f482-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..757e031bc4
Binary files /dev/null and b/public/emojipng/1f482-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f482-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..7769d53537
Binary files /dev/null and b/public/emojipng/1f482-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fb.png b/public/emojipng/1f482-1f3fb.png
new file mode 100644
index 0000000000..73e15cdfb1
Binary files /dev/null and b/public/emojipng/1f482-1f3fb.png differ
diff --git a/public/emojipng/1f482-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f482-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..52bb7244e2
Binary files /dev/null and b/public/emojipng/1f482-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f482-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1664fa8df5
Binary files /dev/null and b/public/emojipng/1f482-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fc.png b/public/emojipng/1f482-1f3fc.png
new file mode 100644
index 0000000000..df444ad577
Binary files /dev/null and b/public/emojipng/1f482-1f3fc.png differ
diff --git a/public/emojipng/1f482-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f482-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..20ceadf907
Binary files /dev/null and b/public/emojipng/1f482-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f482-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5cf7987069
Binary files /dev/null and b/public/emojipng/1f482-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fd.png b/public/emojipng/1f482-1f3fd.png
new file mode 100644
index 0000000000..9cafd1242b
Binary files /dev/null and b/public/emojipng/1f482-1f3fd.png differ
diff --git a/public/emojipng/1f482-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f482-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..78671ba2d3
Binary files /dev/null and b/public/emojipng/1f482-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f482-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..37e92ac881
Binary files /dev/null and b/public/emojipng/1f482-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3fe.png b/public/emojipng/1f482-1f3fe.png
new file mode 100644
index 0000000000..0324eed397
Binary files /dev/null and b/public/emojipng/1f482-1f3fe.png differ
diff --git a/public/emojipng/1f482-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f482-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f2e824f8af
Binary files /dev/null and b/public/emojipng/1f482-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f482-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6d658ba383
Binary files /dev/null and b/public/emojipng/1f482-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f482-1f3ff.png b/public/emojipng/1f482-1f3ff.png
new file mode 100644
index 0000000000..23fcb9b4b9
Binary files /dev/null and b/public/emojipng/1f482-1f3ff.png differ
diff --git a/public/emojipng/1f482-200d-2640-fe0f.png b/public/emojipng/1f482-200d-2640-fe0f.png
new file mode 100644
index 0000000000..db3181a9e1
Binary files /dev/null and b/public/emojipng/1f482-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f482-200d-2642-fe0f.png b/public/emojipng/1f482-200d-2642-fe0f.png
new file mode 100644
index 0000000000..954eee8342
Binary files /dev/null and b/public/emojipng/1f482-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f482.png b/public/emojipng/1f482.png
new file mode 100644
index 0000000000..b5a7d423ac
Binary files /dev/null and b/public/emojipng/1f482.png differ
diff --git a/public/emojipng/1f483-1f3fb.png b/public/emojipng/1f483-1f3fb.png
new file mode 100644
index 0000000000..ec9955f575
Binary files /dev/null and b/public/emojipng/1f483-1f3fb.png differ
diff --git a/public/emojipng/1f483-1f3fc.png b/public/emojipng/1f483-1f3fc.png
new file mode 100644
index 0000000000..e1768ae610
Binary files /dev/null and b/public/emojipng/1f483-1f3fc.png differ
diff --git a/public/emojipng/1f483-1f3fd.png b/public/emojipng/1f483-1f3fd.png
new file mode 100644
index 0000000000..885fc7edb2
Binary files /dev/null and b/public/emojipng/1f483-1f3fd.png differ
diff --git a/public/emojipng/1f483-1f3fe.png b/public/emojipng/1f483-1f3fe.png
new file mode 100644
index 0000000000..824b1cdad4
Binary files /dev/null and b/public/emojipng/1f483-1f3fe.png differ
diff --git a/public/emojipng/1f483-1f3ff.png b/public/emojipng/1f483-1f3ff.png
new file mode 100644
index 0000000000..2288e55a25
Binary files /dev/null and b/public/emojipng/1f483-1f3ff.png differ
diff --git a/public/emojipng/1f483.png b/public/emojipng/1f483.png
new file mode 100644
index 0000000000..758c9b077d
Binary files /dev/null and b/public/emojipng/1f483.png differ
diff --git a/public/emojipng/1f484.png b/public/emojipng/1f484.png
new file mode 100644
index 0000000000..6427cf477a
Binary files /dev/null and b/public/emojipng/1f484.png differ
diff --git a/public/emojipng/1f485-1f3fb.png b/public/emojipng/1f485-1f3fb.png
new file mode 100644
index 0000000000..94c08c55de
Binary files /dev/null and b/public/emojipng/1f485-1f3fb.png differ
diff --git a/public/emojipng/1f485-1f3fc.png b/public/emojipng/1f485-1f3fc.png
new file mode 100644
index 0000000000..46c13f0da2
Binary files /dev/null and b/public/emojipng/1f485-1f3fc.png differ
diff --git a/public/emojipng/1f485-1f3fd.png b/public/emojipng/1f485-1f3fd.png
new file mode 100644
index 0000000000..dc23af7844
Binary files /dev/null and b/public/emojipng/1f485-1f3fd.png differ
diff --git a/public/emojipng/1f485-1f3fe.png b/public/emojipng/1f485-1f3fe.png
new file mode 100644
index 0000000000..1b96440843
Binary files /dev/null and b/public/emojipng/1f485-1f3fe.png differ
diff --git a/public/emojipng/1f485-1f3ff.png b/public/emojipng/1f485-1f3ff.png
new file mode 100644
index 0000000000..32d637ccf3
Binary files /dev/null and b/public/emojipng/1f485-1f3ff.png differ
diff --git a/public/emojipng/1f485.png b/public/emojipng/1f485.png
new file mode 100644
index 0000000000..cba5a05fcf
Binary files /dev/null and b/public/emojipng/1f485.png differ
diff --git a/public/emojipng/1f486-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f486-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..9358a2510a
Binary files /dev/null and b/public/emojipng/1f486-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f486-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..3e1a5eafb6
Binary files /dev/null and b/public/emojipng/1f486-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fb.png b/public/emojipng/1f486-1f3fb.png
new file mode 100644
index 0000000000..7efac7579f
Binary files /dev/null and b/public/emojipng/1f486-1f3fb.png differ
diff --git a/public/emojipng/1f486-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f486-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..82f2f6a48d
Binary files /dev/null and b/public/emojipng/1f486-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f486-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..734dce274e
Binary files /dev/null and b/public/emojipng/1f486-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fc.png b/public/emojipng/1f486-1f3fc.png
new file mode 100644
index 0000000000..a021bd2050
Binary files /dev/null and b/public/emojipng/1f486-1f3fc.png differ
diff --git a/public/emojipng/1f486-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f486-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f95d2d1349
Binary files /dev/null and b/public/emojipng/1f486-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f486-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5a43d75899
Binary files /dev/null and b/public/emojipng/1f486-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fd.png b/public/emojipng/1f486-1f3fd.png
new file mode 100644
index 0000000000..e4ebf9678b
Binary files /dev/null and b/public/emojipng/1f486-1f3fd.png differ
diff --git a/public/emojipng/1f486-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f486-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..efd42dbadb
Binary files /dev/null and b/public/emojipng/1f486-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f486-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0225d35992
Binary files /dev/null and b/public/emojipng/1f486-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3fe.png b/public/emojipng/1f486-1f3fe.png
new file mode 100644
index 0000000000..e64dde84c4
Binary files /dev/null and b/public/emojipng/1f486-1f3fe.png differ
diff --git a/public/emojipng/1f486-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f486-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dae49c589d
Binary files /dev/null and b/public/emojipng/1f486-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f486-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..31e00a02ef
Binary files /dev/null and b/public/emojipng/1f486-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f486-1f3ff.png b/public/emojipng/1f486-1f3ff.png
new file mode 100644
index 0000000000..cb742c7246
Binary files /dev/null and b/public/emojipng/1f486-1f3ff.png differ
diff --git a/public/emojipng/1f486-200d-2640-fe0f.png b/public/emojipng/1f486-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8c4b552418
Binary files /dev/null and b/public/emojipng/1f486-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f486-200d-2642-fe0f.png b/public/emojipng/1f486-200d-2642-fe0f.png
new file mode 100644
index 0000000000..428e9688d8
Binary files /dev/null and b/public/emojipng/1f486-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f486.png b/public/emojipng/1f486.png
new file mode 100644
index 0000000000..20eac93bc8
Binary files /dev/null and b/public/emojipng/1f486.png differ
diff --git a/public/emojipng/1f487-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f487-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d43b5be286
Binary files /dev/null and b/public/emojipng/1f487-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f487-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..28a8f35873
Binary files /dev/null and b/public/emojipng/1f487-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fb.png b/public/emojipng/1f487-1f3fb.png
new file mode 100644
index 0000000000..7d257dfd55
Binary files /dev/null and b/public/emojipng/1f487-1f3fb.png differ
diff --git a/public/emojipng/1f487-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f487-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..268ed6a121
Binary files /dev/null and b/public/emojipng/1f487-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f487-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..99e8cf9544
Binary files /dev/null and b/public/emojipng/1f487-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fc.png b/public/emojipng/1f487-1f3fc.png
new file mode 100644
index 0000000000..c85ad00c52
Binary files /dev/null and b/public/emojipng/1f487-1f3fc.png differ
diff --git a/public/emojipng/1f487-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f487-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7b8a067c08
Binary files /dev/null and b/public/emojipng/1f487-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f487-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ea5d33fa13
Binary files /dev/null and b/public/emojipng/1f487-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fd.png b/public/emojipng/1f487-1f3fd.png
new file mode 100644
index 0000000000..6210438abf
Binary files /dev/null and b/public/emojipng/1f487-1f3fd.png differ
diff --git a/public/emojipng/1f487-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f487-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5a6ce144d8
Binary files /dev/null and b/public/emojipng/1f487-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f487-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..b3c78959de
Binary files /dev/null and b/public/emojipng/1f487-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3fe.png b/public/emojipng/1f487-1f3fe.png
new file mode 100644
index 0000000000..b02ae7a614
Binary files /dev/null and b/public/emojipng/1f487-1f3fe.png differ
diff --git a/public/emojipng/1f487-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f487-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..0a8e1f3b49
Binary files /dev/null and b/public/emojipng/1f487-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f487-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fa980f2467
Binary files /dev/null and b/public/emojipng/1f487-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f487-1f3ff.png b/public/emojipng/1f487-1f3ff.png
new file mode 100644
index 0000000000..720901ada3
Binary files /dev/null and b/public/emojipng/1f487-1f3ff.png differ
diff --git a/public/emojipng/1f487-200d-2640-fe0f.png b/public/emojipng/1f487-200d-2640-fe0f.png
new file mode 100644
index 0000000000..acd8162d19
Binary files /dev/null and b/public/emojipng/1f487-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f487-200d-2642-fe0f.png b/public/emojipng/1f487-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8b290f6dc2
Binary files /dev/null and b/public/emojipng/1f487-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f487.png b/public/emojipng/1f487.png
new file mode 100644
index 0000000000..029cb0b6d5
Binary files /dev/null and b/public/emojipng/1f487.png differ
diff --git a/public/emojipng/1f488.png b/public/emojipng/1f488.png
new file mode 100644
index 0000000000..5c19ed5067
Binary files /dev/null and b/public/emojipng/1f488.png differ
diff --git a/public/emojipng/1f489.png b/public/emojipng/1f489.png
new file mode 100644
index 0000000000..5f2d305e7c
Binary files /dev/null and b/public/emojipng/1f489.png differ
diff --git a/public/emojipng/1f48a.png b/public/emojipng/1f48a.png
new file mode 100644
index 0000000000..81b7fe1b57
Binary files /dev/null and b/public/emojipng/1f48a.png differ
diff --git a/public/emojipng/1f48b.png b/public/emojipng/1f48b.png
new file mode 100644
index 0000000000..5feb59b18c
Binary files /dev/null and b/public/emojipng/1f48b.png differ
diff --git a/public/emojipng/1f48c.png b/public/emojipng/1f48c.png
new file mode 100644
index 0000000000..a79d3c1579
Binary files /dev/null and b/public/emojipng/1f48c.png differ
diff --git a/public/emojipng/1f48d.png b/public/emojipng/1f48d.png
new file mode 100644
index 0000000000..f9a1fce4f1
Binary files /dev/null and b/public/emojipng/1f48d.png differ
diff --git a/public/emojipng/1f48e.png b/public/emojipng/1f48e.png
new file mode 100644
index 0000000000..7eca5b21c8
Binary files /dev/null and b/public/emojipng/1f48e.png differ
diff --git a/public/emojipng/1f48f-1f3fb.png b/public/emojipng/1f48f-1f3fb.png
new file mode 100644
index 0000000000..d2ee5c4d77
Binary files /dev/null and b/public/emojipng/1f48f-1f3fb.png differ
diff --git a/public/emojipng/1f48f-1f3fc.png b/public/emojipng/1f48f-1f3fc.png
new file mode 100644
index 0000000000..ccee0497c4
Binary files /dev/null and b/public/emojipng/1f48f-1f3fc.png differ
diff --git a/public/emojipng/1f48f-1f3fd.png b/public/emojipng/1f48f-1f3fd.png
new file mode 100644
index 0000000000..15709e5651
Binary files /dev/null and b/public/emojipng/1f48f-1f3fd.png differ
diff --git a/public/emojipng/1f48f-1f3fe.png b/public/emojipng/1f48f-1f3fe.png
new file mode 100644
index 0000000000..96ac2ef4f1
Binary files /dev/null and b/public/emojipng/1f48f-1f3fe.png differ
diff --git a/public/emojipng/1f48f-1f3ff.png b/public/emojipng/1f48f-1f3ff.png
new file mode 100644
index 0000000000..461bc79632
Binary files /dev/null and b/public/emojipng/1f48f-1f3ff.png differ
diff --git a/public/emojipng/1f48f.png b/public/emojipng/1f48f.png
new file mode 100644
index 0000000000..0774078e95
Binary files /dev/null and b/public/emojipng/1f48f.png differ
diff --git a/public/emojipng/1f490.png b/public/emojipng/1f490.png
new file mode 100644
index 0000000000..79bdf474e6
Binary files /dev/null and b/public/emojipng/1f490.png differ
diff --git a/public/emojipng/1f491-1f3fb.png b/public/emojipng/1f491-1f3fb.png
new file mode 100644
index 0000000000..1d6c1bfc67
Binary files /dev/null and b/public/emojipng/1f491-1f3fb.png differ
diff --git a/public/emojipng/1f491-1f3fc.png b/public/emojipng/1f491-1f3fc.png
new file mode 100644
index 0000000000..f11a685fe8
Binary files /dev/null and b/public/emojipng/1f491-1f3fc.png differ
diff --git a/public/emojipng/1f491-1f3fd.png b/public/emojipng/1f491-1f3fd.png
new file mode 100644
index 0000000000..f2e3534bd3
Binary files /dev/null and b/public/emojipng/1f491-1f3fd.png differ
diff --git a/public/emojipng/1f491-1f3fe.png b/public/emojipng/1f491-1f3fe.png
new file mode 100644
index 0000000000..5cf2c2f148
Binary files /dev/null and b/public/emojipng/1f491-1f3fe.png differ
diff --git a/public/emojipng/1f491-1f3ff.png b/public/emojipng/1f491-1f3ff.png
new file mode 100644
index 0000000000..b5231a51fe
Binary files /dev/null and b/public/emojipng/1f491-1f3ff.png differ
diff --git a/public/emojipng/1f491.png b/public/emojipng/1f491.png
new file mode 100644
index 0000000000..066d5dfcb9
Binary files /dev/null and b/public/emojipng/1f491.png differ
diff --git a/public/emojipng/1f492.png b/public/emojipng/1f492.png
new file mode 100644
index 0000000000..386d58d104
Binary files /dev/null and b/public/emojipng/1f492.png differ
diff --git a/public/emojipng/1f493.png b/public/emojipng/1f493.png
new file mode 100644
index 0000000000..33b8aa93d4
Binary files /dev/null and b/public/emojipng/1f493.png differ
diff --git a/public/emojipng/1f494.png b/public/emojipng/1f494.png
new file mode 100644
index 0000000000..5af54e5f15
Binary files /dev/null and b/public/emojipng/1f494.png differ
diff --git a/public/emojipng/1f495.png b/public/emojipng/1f495.png
new file mode 100644
index 0000000000..bffc24e976
Binary files /dev/null and b/public/emojipng/1f495.png differ
diff --git a/public/emojipng/1f496.png b/public/emojipng/1f496.png
new file mode 100644
index 0000000000..48e0216c61
Binary files /dev/null and b/public/emojipng/1f496.png differ
diff --git a/public/emojipng/1f497.png b/public/emojipng/1f497.png
new file mode 100644
index 0000000000..591c9bf244
Binary files /dev/null and b/public/emojipng/1f497.png differ
diff --git a/public/emojipng/1f498.png b/public/emojipng/1f498.png
new file mode 100644
index 0000000000..ad41943b54
Binary files /dev/null and b/public/emojipng/1f498.png differ
diff --git a/public/emojipng/1f499.png b/public/emojipng/1f499.png
new file mode 100644
index 0000000000..736bc85cae
Binary files /dev/null and b/public/emojipng/1f499.png differ
diff --git a/public/emojipng/1f49a.png b/public/emojipng/1f49a.png
new file mode 100644
index 0000000000..b8bf54c320
Binary files /dev/null and b/public/emojipng/1f49a.png differ
diff --git a/public/emojipng/1f49b.png b/public/emojipng/1f49b.png
new file mode 100644
index 0000000000..215fb3c6e0
Binary files /dev/null and b/public/emojipng/1f49b.png differ
diff --git a/public/emojipng/1f49c.png b/public/emojipng/1f49c.png
new file mode 100644
index 0000000000..c68892cc28
Binary files /dev/null and b/public/emojipng/1f49c.png differ
diff --git a/public/emojipng/1f49d.png b/public/emojipng/1f49d.png
new file mode 100644
index 0000000000..35c270742a
Binary files /dev/null and b/public/emojipng/1f49d.png differ
diff --git a/public/emojipng/1f49e.png b/public/emojipng/1f49e.png
new file mode 100644
index 0000000000..a85936255c
Binary files /dev/null and b/public/emojipng/1f49e.png differ
diff --git a/public/emojipng/1f49f.png b/public/emojipng/1f49f.png
new file mode 100644
index 0000000000..f036931498
Binary files /dev/null and b/public/emojipng/1f49f.png differ
diff --git a/public/emojipng/1f4a0.png b/public/emojipng/1f4a0.png
new file mode 100644
index 0000000000..3e22818d4a
Binary files /dev/null and b/public/emojipng/1f4a0.png differ
diff --git a/public/emojipng/1f4a1.png b/public/emojipng/1f4a1.png
new file mode 100644
index 0000000000..ae01adac42
Binary files /dev/null and b/public/emojipng/1f4a1.png differ
diff --git a/public/emojipng/1f4a2.png b/public/emojipng/1f4a2.png
new file mode 100644
index 0000000000..0630d37eca
Binary files /dev/null and b/public/emojipng/1f4a2.png differ
diff --git a/public/emojipng/1f4a3.png b/public/emojipng/1f4a3.png
new file mode 100644
index 0000000000..af90401f42
Binary files /dev/null and b/public/emojipng/1f4a3.png differ
diff --git a/public/emojipng/1f4a4.png b/public/emojipng/1f4a4.png
new file mode 100644
index 0000000000..0b3671fb5e
Binary files /dev/null and b/public/emojipng/1f4a4.png differ
diff --git a/public/emojipng/1f4a5.png b/public/emojipng/1f4a5.png
new file mode 100644
index 0000000000..8bf99d6434
Binary files /dev/null and b/public/emojipng/1f4a5.png differ
diff --git a/public/emojipng/1f4a6.png b/public/emojipng/1f4a6.png
new file mode 100644
index 0000000000..6bec97d0c0
Binary files /dev/null and b/public/emojipng/1f4a6.png differ
diff --git a/public/emojipng/1f4a7.png b/public/emojipng/1f4a7.png
new file mode 100644
index 0000000000..c3398a2d09
Binary files /dev/null and b/public/emojipng/1f4a7.png differ
diff --git a/public/emojipng/1f4a8.png b/public/emojipng/1f4a8.png
new file mode 100644
index 0000000000..d9b0016b0e
Binary files /dev/null and b/public/emojipng/1f4a8.png differ
diff --git a/public/emojipng/1f4a9.png b/public/emojipng/1f4a9.png
new file mode 100644
index 0000000000..bf8eac64da
Binary files /dev/null and b/public/emojipng/1f4a9.png differ
diff --git a/public/emojipng/1f4aa-1f3fb.png b/public/emojipng/1f4aa-1f3fb.png
new file mode 100644
index 0000000000..16769e9787
Binary files /dev/null and b/public/emojipng/1f4aa-1f3fb.png differ
diff --git a/public/emojipng/1f4aa-1f3fc.png b/public/emojipng/1f4aa-1f3fc.png
new file mode 100644
index 0000000000..3d70cd4ba9
Binary files /dev/null and b/public/emojipng/1f4aa-1f3fc.png differ
diff --git a/public/emojipng/1f4aa-1f3fd.png b/public/emojipng/1f4aa-1f3fd.png
new file mode 100644
index 0000000000..8f734365eb
Binary files /dev/null and b/public/emojipng/1f4aa-1f3fd.png differ
diff --git a/public/emojipng/1f4aa-1f3fe.png b/public/emojipng/1f4aa-1f3fe.png
new file mode 100644
index 0000000000..6fe4ff8caf
Binary files /dev/null and b/public/emojipng/1f4aa-1f3fe.png differ
diff --git a/public/emojipng/1f4aa-1f3ff.png b/public/emojipng/1f4aa-1f3ff.png
new file mode 100644
index 0000000000..1ce1f149e8
Binary files /dev/null and b/public/emojipng/1f4aa-1f3ff.png differ
diff --git a/public/emojipng/1f4aa.png b/public/emojipng/1f4aa.png
new file mode 100644
index 0000000000..ff53dfc3dc
Binary files /dev/null and b/public/emojipng/1f4aa.png differ
diff --git a/public/emojipng/1f4ab.png b/public/emojipng/1f4ab.png
new file mode 100644
index 0000000000..87a7b7eab4
Binary files /dev/null and b/public/emojipng/1f4ab.png differ
diff --git a/public/emojipng/1f4ac.png b/public/emojipng/1f4ac.png
new file mode 100644
index 0000000000..62a11b6dcb
Binary files /dev/null and b/public/emojipng/1f4ac.png differ
diff --git a/public/emojipng/1f4ad.png b/public/emojipng/1f4ad.png
new file mode 100644
index 0000000000..f31b046294
Binary files /dev/null and b/public/emojipng/1f4ad.png differ
diff --git a/public/emojipng/1f4ae.png b/public/emojipng/1f4ae.png
new file mode 100644
index 0000000000..bbad8a9e34
Binary files /dev/null and b/public/emojipng/1f4ae.png differ
diff --git a/public/emojipng/1f4af.png b/public/emojipng/1f4af.png
new file mode 100644
index 0000000000..6a8fb87e7c
Binary files /dev/null and b/public/emojipng/1f4af.png differ
diff --git a/public/emojipng/1f4b0.png b/public/emojipng/1f4b0.png
new file mode 100644
index 0000000000..8b2e49b859
Binary files /dev/null and b/public/emojipng/1f4b0.png differ
diff --git a/public/emojipng/1f4b1.png b/public/emojipng/1f4b1.png
new file mode 100644
index 0000000000..967a03177e
Binary files /dev/null and b/public/emojipng/1f4b1.png differ
diff --git a/public/emojipng/1f4b2.png b/public/emojipng/1f4b2.png
new file mode 100644
index 0000000000..e3bf117999
Binary files /dev/null and b/public/emojipng/1f4b2.png differ
diff --git a/public/emojipng/1f4b3.png b/public/emojipng/1f4b3.png
new file mode 100644
index 0000000000..4f5b6dcf83
Binary files /dev/null and b/public/emojipng/1f4b3.png differ
diff --git a/public/emojipng/1f4b4.png b/public/emojipng/1f4b4.png
new file mode 100644
index 0000000000..d9a37b4699
Binary files /dev/null and b/public/emojipng/1f4b4.png differ
diff --git a/public/emojipng/1f4b5.png b/public/emojipng/1f4b5.png
new file mode 100644
index 0000000000..4f29d43c52
Binary files /dev/null and b/public/emojipng/1f4b5.png differ
diff --git a/public/emojipng/1f4b6.png b/public/emojipng/1f4b6.png
new file mode 100644
index 0000000000..b393e772a3
Binary files /dev/null and b/public/emojipng/1f4b6.png differ
diff --git a/public/emojipng/1f4b7.png b/public/emojipng/1f4b7.png
new file mode 100644
index 0000000000..d48d889d23
Binary files /dev/null and b/public/emojipng/1f4b7.png differ
diff --git a/public/emojipng/1f4b8.png b/public/emojipng/1f4b8.png
new file mode 100644
index 0000000000..4ede47ad1e
Binary files /dev/null and b/public/emojipng/1f4b8.png differ
diff --git a/public/emojipng/1f4b9.png b/public/emojipng/1f4b9.png
new file mode 100644
index 0000000000..29ed4d39cc
Binary files /dev/null and b/public/emojipng/1f4b9.png differ
diff --git a/public/emojipng/1f4ba.png b/public/emojipng/1f4ba.png
new file mode 100644
index 0000000000..fd029b0f56
Binary files /dev/null and b/public/emojipng/1f4ba.png differ
diff --git a/public/emojipng/1f4bb.png b/public/emojipng/1f4bb.png
new file mode 100644
index 0000000000..9d295ffe22
Binary files /dev/null and b/public/emojipng/1f4bb.png differ
diff --git a/public/emojipng/1f4bc.png b/public/emojipng/1f4bc.png
new file mode 100644
index 0000000000..08670c075a
Binary files /dev/null and b/public/emojipng/1f4bc.png differ
diff --git a/public/emojipng/1f4bd.png b/public/emojipng/1f4bd.png
new file mode 100644
index 0000000000..460752a2dc
Binary files /dev/null and b/public/emojipng/1f4bd.png differ
diff --git a/public/emojipng/1f4be.png b/public/emojipng/1f4be.png
new file mode 100644
index 0000000000..fc9746b7bf
Binary files /dev/null and b/public/emojipng/1f4be.png differ
diff --git a/public/emojipng/1f4bf.png b/public/emojipng/1f4bf.png
new file mode 100644
index 0000000000..319a0f68a4
Binary files /dev/null and b/public/emojipng/1f4bf.png differ
diff --git a/public/emojipng/1f4c0.png b/public/emojipng/1f4c0.png
new file mode 100644
index 0000000000..64f792e404
Binary files /dev/null and b/public/emojipng/1f4c0.png differ
diff --git a/public/emojipng/1f4c1.png b/public/emojipng/1f4c1.png
new file mode 100644
index 0000000000..92b1b50bca
Binary files /dev/null and b/public/emojipng/1f4c1.png differ
diff --git a/public/emojipng/1f4c2.png b/public/emojipng/1f4c2.png
new file mode 100644
index 0000000000..5a7f53bc8f
Binary files /dev/null and b/public/emojipng/1f4c2.png differ
diff --git a/public/emojipng/1f4c3.png b/public/emojipng/1f4c3.png
new file mode 100644
index 0000000000..4c4d33a65b
Binary files /dev/null and b/public/emojipng/1f4c3.png differ
diff --git a/public/emojipng/1f4c4.png b/public/emojipng/1f4c4.png
new file mode 100644
index 0000000000..c868e03bb6
Binary files /dev/null and b/public/emojipng/1f4c4.png differ
diff --git a/public/emojipng/1f4c5.png b/public/emojipng/1f4c5.png
new file mode 100644
index 0000000000..6ad723c462
Binary files /dev/null and b/public/emojipng/1f4c5.png differ
diff --git a/public/emojipng/1f4c6.png b/public/emojipng/1f4c6.png
new file mode 100644
index 0000000000..32054b032a
Binary files /dev/null and b/public/emojipng/1f4c6.png differ
diff --git a/public/emojipng/1f4c7.png b/public/emojipng/1f4c7.png
new file mode 100644
index 0000000000..cd17bac894
Binary files /dev/null and b/public/emojipng/1f4c7.png differ
diff --git a/public/emojipng/1f4c8.png b/public/emojipng/1f4c8.png
new file mode 100644
index 0000000000..8ff6e47cfa
Binary files /dev/null and b/public/emojipng/1f4c8.png differ
diff --git a/public/emojipng/1f4c9.png b/public/emojipng/1f4c9.png
new file mode 100644
index 0000000000..aa190e8236
Binary files /dev/null and b/public/emojipng/1f4c9.png differ
diff --git a/public/emojipng/1f4ca.png b/public/emojipng/1f4ca.png
new file mode 100644
index 0000000000..c449d4cc18
Binary files /dev/null and b/public/emojipng/1f4ca.png differ
diff --git a/public/emojipng/1f4cb.png b/public/emojipng/1f4cb.png
new file mode 100644
index 0000000000..9a2a5559fd
Binary files /dev/null and b/public/emojipng/1f4cb.png differ
diff --git a/public/emojipng/1f4cc.png b/public/emojipng/1f4cc.png
new file mode 100644
index 0000000000..f442f25924
Binary files /dev/null and b/public/emojipng/1f4cc.png differ
diff --git a/public/emojipng/1f4cd.png b/public/emojipng/1f4cd.png
new file mode 100644
index 0000000000..81a54135c3
Binary files /dev/null and b/public/emojipng/1f4cd.png differ
diff --git a/public/emojipng/1f4ce.png b/public/emojipng/1f4ce.png
new file mode 100644
index 0000000000..bab2f94fa8
Binary files /dev/null and b/public/emojipng/1f4ce.png differ
diff --git a/public/emojipng/1f4cf.png b/public/emojipng/1f4cf.png
new file mode 100644
index 0000000000..aae172cb5b
Binary files /dev/null and b/public/emojipng/1f4cf.png differ
diff --git a/public/emojipng/1f4d0.png b/public/emojipng/1f4d0.png
new file mode 100644
index 0000000000..ccc5b2cd7b
Binary files /dev/null and b/public/emojipng/1f4d0.png differ
diff --git a/public/emojipng/1f4d1.png b/public/emojipng/1f4d1.png
new file mode 100644
index 0000000000..d3e85665fa
Binary files /dev/null and b/public/emojipng/1f4d1.png differ
diff --git a/public/emojipng/1f4d2.png b/public/emojipng/1f4d2.png
new file mode 100644
index 0000000000..d4ba357a59
Binary files /dev/null and b/public/emojipng/1f4d2.png differ
diff --git a/public/emojipng/1f4d3.png b/public/emojipng/1f4d3.png
new file mode 100644
index 0000000000..3e4482daa9
Binary files /dev/null and b/public/emojipng/1f4d3.png differ
diff --git a/public/emojipng/1f4d4.png b/public/emojipng/1f4d4.png
new file mode 100644
index 0000000000..fa299b384f
Binary files /dev/null and b/public/emojipng/1f4d4.png differ
diff --git a/public/emojipng/1f4d5.png b/public/emojipng/1f4d5.png
new file mode 100644
index 0000000000..0acd2bbc50
Binary files /dev/null and b/public/emojipng/1f4d5.png differ
diff --git a/public/emojipng/1f4d6.png b/public/emojipng/1f4d6.png
new file mode 100644
index 0000000000..4a839711c0
Binary files /dev/null and b/public/emojipng/1f4d6.png differ
diff --git a/public/emojipng/1f4d7.png b/public/emojipng/1f4d7.png
new file mode 100644
index 0000000000..dec65326de
Binary files /dev/null and b/public/emojipng/1f4d7.png differ
diff --git a/public/emojipng/1f4d8.png b/public/emojipng/1f4d8.png
new file mode 100644
index 0000000000..f4eecca91b
Binary files /dev/null and b/public/emojipng/1f4d8.png differ
diff --git a/public/emojipng/1f4d9.png b/public/emojipng/1f4d9.png
new file mode 100644
index 0000000000..08f81464d4
Binary files /dev/null and b/public/emojipng/1f4d9.png differ
diff --git a/public/emojipng/1f4da.png b/public/emojipng/1f4da.png
new file mode 100644
index 0000000000..cdcbcb8efc
Binary files /dev/null and b/public/emojipng/1f4da.png differ
diff --git a/public/emojipng/1f4db.png b/public/emojipng/1f4db.png
new file mode 100644
index 0000000000..fc4a0e50fe
Binary files /dev/null and b/public/emojipng/1f4db.png differ
diff --git a/public/emojipng/1f4dc.png b/public/emojipng/1f4dc.png
new file mode 100644
index 0000000000..9126fd0cd9
Binary files /dev/null and b/public/emojipng/1f4dc.png differ
diff --git a/public/emojipng/1f4dd.png b/public/emojipng/1f4dd.png
new file mode 100644
index 0000000000..0f953e52a0
Binary files /dev/null and b/public/emojipng/1f4dd.png differ
diff --git a/public/emojipng/1f4de.png b/public/emojipng/1f4de.png
new file mode 100644
index 0000000000..cb3e2d71a6
Binary files /dev/null and b/public/emojipng/1f4de.png differ
diff --git a/public/emojipng/1f4df.png b/public/emojipng/1f4df.png
new file mode 100644
index 0000000000..ac6ae4ce9a
Binary files /dev/null and b/public/emojipng/1f4df.png differ
diff --git a/public/emojipng/1f4e0.png b/public/emojipng/1f4e0.png
new file mode 100644
index 0000000000..c9b62aca2f
Binary files /dev/null and b/public/emojipng/1f4e0.png differ
diff --git a/public/emojipng/1f4e1.png b/public/emojipng/1f4e1.png
new file mode 100644
index 0000000000..c1b86f723f
Binary files /dev/null and b/public/emojipng/1f4e1.png differ
diff --git a/public/emojipng/1f4e2.png b/public/emojipng/1f4e2.png
new file mode 100644
index 0000000000..7cdddf23e7
Binary files /dev/null and b/public/emojipng/1f4e2.png differ
diff --git a/public/emojipng/1f4e3.png b/public/emojipng/1f4e3.png
new file mode 100644
index 0000000000..aa25335631
Binary files /dev/null and b/public/emojipng/1f4e3.png differ
diff --git a/public/emojipng/1f4e4.png b/public/emojipng/1f4e4.png
new file mode 100644
index 0000000000..246875f21d
Binary files /dev/null and b/public/emojipng/1f4e4.png differ
diff --git a/public/emojipng/1f4e5.png b/public/emojipng/1f4e5.png
new file mode 100644
index 0000000000..7588c05d17
Binary files /dev/null and b/public/emojipng/1f4e5.png differ
diff --git a/public/emojipng/1f4e6.png b/public/emojipng/1f4e6.png
new file mode 100644
index 0000000000..7e2bab3d03
Binary files /dev/null and b/public/emojipng/1f4e6.png differ
diff --git a/public/emojipng/1f4e7.png b/public/emojipng/1f4e7.png
new file mode 100644
index 0000000000..9974eca3ba
Binary files /dev/null and b/public/emojipng/1f4e7.png differ
diff --git a/public/emojipng/1f4e8.png b/public/emojipng/1f4e8.png
new file mode 100644
index 0000000000..e710181235
Binary files /dev/null and b/public/emojipng/1f4e8.png differ
diff --git a/public/emojipng/1f4e9.png b/public/emojipng/1f4e9.png
new file mode 100644
index 0000000000..2a40f0ad75
Binary files /dev/null and b/public/emojipng/1f4e9.png differ
diff --git a/public/emojipng/1f4ea.png b/public/emojipng/1f4ea.png
new file mode 100644
index 0000000000..374256b336
Binary files /dev/null and b/public/emojipng/1f4ea.png differ
diff --git a/public/emojipng/1f4eb.png b/public/emojipng/1f4eb.png
new file mode 100644
index 0000000000..8896b0e280
Binary files /dev/null and b/public/emojipng/1f4eb.png differ
diff --git a/public/emojipng/1f4ec.png b/public/emojipng/1f4ec.png
new file mode 100644
index 0000000000..0e20c2ad00
Binary files /dev/null and b/public/emojipng/1f4ec.png differ
diff --git a/public/emojipng/1f4ed.png b/public/emojipng/1f4ed.png
new file mode 100644
index 0000000000..36d5b729e4
Binary files /dev/null and b/public/emojipng/1f4ed.png differ
diff --git a/public/emojipng/1f4ee.png b/public/emojipng/1f4ee.png
new file mode 100644
index 0000000000..ce53f3998b
Binary files /dev/null and b/public/emojipng/1f4ee.png differ
diff --git a/public/emojipng/1f4ef.png b/public/emojipng/1f4ef.png
new file mode 100644
index 0000000000..d999826a78
Binary files /dev/null and b/public/emojipng/1f4ef.png differ
diff --git a/public/emojipng/1f4f0.png b/public/emojipng/1f4f0.png
new file mode 100644
index 0000000000..644645b3db
Binary files /dev/null and b/public/emojipng/1f4f0.png differ
diff --git a/public/emojipng/1f4f1.png b/public/emojipng/1f4f1.png
new file mode 100644
index 0000000000..f44861b91b
Binary files /dev/null and b/public/emojipng/1f4f1.png differ
diff --git a/public/emojipng/1f4f2.png b/public/emojipng/1f4f2.png
new file mode 100644
index 0000000000..6755677487
Binary files /dev/null and b/public/emojipng/1f4f2.png differ
diff --git a/public/emojipng/1f4f3.png b/public/emojipng/1f4f3.png
new file mode 100644
index 0000000000..c332ca7aa6
Binary files /dev/null and b/public/emojipng/1f4f3.png differ
diff --git a/public/emojipng/1f4f4.png b/public/emojipng/1f4f4.png
new file mode 100644
index 0000000000..abc1b821be
Binary files /dev/null and b/public/emojipng/1f4f4.png differ
diff --git a/public/emojipng/1f4f5.png b/public/emojipng/1f4f5.png
new file mode 100644
index 0000000000..f4e538d8c6
Binary files /dev/null and b/public/emojipng/1f4f5.png differ
diff --git a/public/emojipng/1f4f6.png b/public/emojipng/1f4f6.png
new file mode 100644
index 0000000000..f4f93cfdc7
Binary files /dev/null and b/public/emojipng/1f4f6.png differ
diff --git a/public/emojipng/1f4f7.png b/public/emojipng/1f4f7.png
new file mode 100644
index 0000000000..246f692dac
Binary files /dev/null and b/public/emojipng/1f4f7.png differ
diff --git a/public/emojipng/1f4f8.png b/public/emojipng/1f4f8.png
new file mode 100644
index 0000000000..591257f3ee
Binary files /dev/null and b/public/emojipng/1f4f8.png differ
diff --git a/public/emojipng/1f4f9.png b/public/emojipng/1f4f9.png
new file mode 100644
index 0000000000..8ee4f62766
Binary files /dev/null and b/public/emojipng/1f4f9.png differ
diff --git a/public/emojipng/1f4fa.png b/public/emojipng/1f4fa.png
new file mode 100644
index 0000000000..54d39eb439
Binary files /dev/null and b/public/emojipng/1f4fa.png differ
diff --git a/public/emojipng/1f4fb.png b/public/emojipng/1f4fb.png
new file mode 100644
index 0000000000..9609bbef83
Binary files /dev/null and b/public/emojipng/1f4fb.png differ
diff --git a/public/emojipng/1f4fc.png b/public/emojipng/1f4fc.png
new file mode 100644
index 0000000000..aca48416a7
Binary files /dev/null and b/public/emojipng/1f4fc.png differ
diff --git a/public/emojipng/1f4fd.png b/public/emojipng/1f4fd.png
new file mode 100644
index 0000000000..f2dcfad6a5
Binary files /dev/null and b/public/emojipng/1f4fd.png differ
diff --git a/public/emojipng/1f4ff.png b/public/emojipng/1f4ff.png
new file mode 100644
index 0000000000..be750c49da
Binary files /dev/null and b/public/emojipng/1f4ff.png differ
diff --git a/public/emojipng/1f500.png b/public/emojipng/1f500.png
new file mode 100644
index 0000000000..fbe6dd1270
Binary files /dev/null and b/public/emojipng/1f500.png differ
diff --git a/public/emojipng/1f501.png b/public/emojipng/1f501.png
new file mode 100644
index 0000000000..a2ae9a301f
Binary files /dev/null and b/public/emojipng/1f501.png differ
diff --git a/public/emojipng/1f502.png b/public/emojipng/1f502.png
new file mode 100644
index 0000000000..a8a0ce467b
Binary files /dev/null and b/public/emojipng/1f502.png differ
diff --git a/public/emojipng/1f503.png b/public/emojipng/1f503.png
new file mode 100644
index 0000000000..a955030f54
Binary files /dev/null and b/public/emojipng/1f503.png differ
diff --git a/public/emojipng/1f504.png b/public/emojipng/1f504.png
new file mode 100644
index 0000000000..62af6feb54
Binary files /dev/null and b/public/emojipng/1f504.png differ
diff --git a/public/emojipng/1f505.png b/public/emojipng/1f505.png
new file mode 100644
index 0000000000..5a2249c260
Binary files /dev/null and b/public/emojipng/1f505.png differ
diff --git a/public/emojipng/1f506.png b/public/emojipng/1f506.png
new file mode 100644
index 0000000000..f84a19af53
Binary files /dev/null and b/public/emojipng/1f506.png differ
diff --git a/public/emojipng/1f507.png b/public/emojipng/1f507.png
new file mode 100644
index 0000000000..425ea54f07
Binary files /dev/null and b/public/emojipng/1f507.png differ
diff --git a/public/emojipng/1f508.png b/public/emojipng/1f508.png
new file mode 100644
index 0000000000..727fc474d0
Binary files /dev/null and b/public/emojipng/1f508.png differ
diff --git a/public/emojipng/1f509.png b/public/emojipng/1f509.png
new file mode 100644
index 0000000000..dd3b69384d
Binary files /dev/null and b/public/emojipng/1f509.png differ
diff --git a/public/emojipng/1f50a.png b/public/emojipng/1f50a.png
new file mode 100644
index 0000000000..16a3b36e06
Binary files /dev/null and b/public/emojipng/1f50a.png differ
diff --git a/public/emojipng/1f50b.png b/public/emojipng/1f50b.png
new file mode 100644
index 0000000000..ea11270323
Binary files /dev/null and b/public/emojipng/1f50b.png differ
diff --git a/public/emojipng/1f50c.png b/public/emojipng/1f50c.png
new file mode 100644
index 0000000000..fa12e63965
Binary files /dev/null and b/public/emojipng/1f50c.png differ
diff --git a/public/emojipng/1f50d.png b/public/emojipng/1f50d.png
new file mode 100644
index 0000000000..da93723dd7
Binary files /dev/null and b/public/emojipng/1f50d.png differ
diff --git a/public/emojipng/1f50e.png b/public/emojipng/1f50e.png
new file mode 100644
index 0000000000..af8a137dad
Binary files /dev/null and b/public/emojipng/1f50e.png differ
diff --git a/public/emojipng/1f50f.png b/public/emojipng/1f50f.png
new file mode 100644
index 0000000000..9651c38488
Binary files /dev/null and b/public/emojipng/1f50f.png differ
diff --git a/public/emojipng/1f510.png b/public/emojipng/1f510.png
new file mode 100644
index 0000000000..e1366af45e
Binary files /dev/null and b/public/emojipng/1f510.png differ
diff --git a/public/emojipng/1f511.png b/public/emojipng/1f511.png
new file mode 100644
index 0000000000..7b1d7807dd
Binary files /dev/null and b/public/emojipng/1f511.png differ
diff --git a/public/emojipng/1f512.png b/public/emojipng/1f512.png
new file mode 100644
index 0000000000..b5d9e2334e
Binary files /dev/null and b/public/emojipng/1f512.png differ
diff --git a/public/emojipng/1f513.png b/public/emojipng/1f513.png
new file mode 100644
index 0000000000..2b69f8f943
Binary files /dev/null and b/public/emojipng/1f513.png differ
diff --git a/public/emojipng/1f514.png b/public/emojipng/1f514.png
new file mode 100644
index 0000000000..6626232b61
Binary files /dev/null and b/public/emojipng/1f514.png differ
diff --git a/public/emojipng/1f515.png b/public/emojipng/1f515.png
new file mode 100644
index 0000000000..d4ae2ec14f
Binary files /dev/null and b/public/emojipng/1f515.png differ
diff --git a/public/emojipng/1f516.png b/public/emojipng/1f516.png
new file mode 100644
index 0000000000..d11e540ad2
Binary files /dev/null and b/public/emojipng/1f516.png differ
diff --git a/public/emojipng/1f517.png b/public/emojipng/1f517.png
new file mode 100644
index 0000000000..76618cb5bc
Binary files /dev/null and b/public/emojipng/1f517.png differ
diff --git a/public/emojipng/1f518.png b/public/emojipng/1f518.png
new file mode 100644
index 0000000000..49d062b28a
Binary files /dev/null and b/public/emojipng/1f518.png differ
diff --git a/public/emojipng/1f519.png b/public/emojipng/1f519.png
new file mode 100644
index 0000000000..97707411bf
Binary files /dev/null and b/public/emojipng/1f519.png differ
diff --git a/public/emojipng/1f51a.png b/public/emojipng/1f51a.png
new file mode 100644
index 0000000000..f399acb035
Binary files /dev/null and b/public/emojipng/1f51a.png differ
diff --git a/public/emojipng/1f51b.png b/public/emojipng/1f51b.png
new file mode 100644
index 0000000000..6aaaa73b26
Binary files /dev/null and b/public/emojipng/1f51b.png differ
diff --git a/public/emojipng/1f51c.png b/public/emojipng/1f51c.png
new file mode 100644
index 0000000000..35fddd633e
Binary files /dev/null and b/public/emojipng/1f51c.png differ
diff --git a/public/emojipng/1f51d.png b/public/emojipng/1f51d.png
new file mode 100644
index 0000000000..9a7fe01181
Binary files /dev/null and b/public/emojipng/1f51d.png differ
diff --git a/public/emojipng/1f51e.png b/public/emojipng/1f51e.png
new file mode 100644
index 0000000000..ea100db7f2
Binary files /dev/null and b/public/emojipng/1f51e.png differ
diff --git a/public/emojipng/1f51f.png b/public/emojipng/1f51f.png
new file mode 100644
index 0000000000..bc4b0fd18b
Binary files /dev/null and b/public/emojipng/1f51f.png differ
diff --git a/public/emojipng/1f520.png b/public/emojipng/1f520.png
new file mode 100644
index 0000000000..9da0bed608
Binary files /dev/null and b/public/emojipng/1f520.png differ
diff --git a/public/emojipng/1f521.png b/public/emojipng/1f521.png
new file mode 100644
index 0000000000..e808e12e5e
Binary files /dev/null and b/public/emojipng/1f521.png differ
diff --git a/public/emojipng/1f522.png b/public/emojipng/1f522.png
new file mode 100644
index 0000000000..84c2082306
Binary files /dev/null and b/public/emojipng/1f522.png differ
diff --git a/public/emojipng/1f523.png b/public/emojipng/1f523.png
new file mode 100644
index 0000000000..fa2d4ec815
Binary files /dev/null and b/public/emojipng/1f523.png differ
diff --git a/public/emojipng/1f524.png b/public/emojipng/1f524.png
new file mode 100644
index 0000000000..2b187cadfd
Binary files /dev/null and b/public/emojipng/1f524.png differ
diff --git a/public/emojipng/1f525.png b/public/emojipng/1f525.png
new file mode 100644
index 0000000000..717523f17e
Binary files /dev/null and b/public/emojipng/1f525.png differ
diff --git a/public/emojipng/1f526.png b/public/emojipng/1f526.png
new file mode 100644
index 0000000000..d071d1c986
Binary files /dev/null and b/public/emojipng/1f526.png differ
diff --git a/public/emojipng/1f527.png b/public/emojipng/1f527.png
new file mode 100644
index 0000000000..f16a78613d
Binary files /dev/null and b/public/emojipng/1f527.png differ
diff --git a/public/emojipng/1f528.png b/public/emojipng/1f528.png
new file mode 100644
index 0000000000..d76ec56de0
Binary files /dev/null and b/public/emojipng/1f528.png differ
diff --git a/public/emojipng/1f529.png b/public/emojipng/1f529.png
new file mode 100644
index 0000000000..346e985869
Binary files /dev/null and b/public/emojipng/1f529.png differ
diff --git a/public/emojipng/1f52a.png b/public/emojipng/1f52a.png
new file mode 100644
index 0000000000..79cfa347a5
Binary files /dev/null and b/public/emojipng/1f52a.png differ
diff --git a/public/emojipng/1f52b.png b/public/emojipng/1f52b.png
new file mode 100644
index 0000000000..e3f5d67061
Binary files /dev/null and b/public/emojipng/1f52b.png differ
diff --git a/public/emojipng/1f52c.png b/public/emojipng/1f52c.png
new file mode 100644
index 0000000000..5136b7767f
Binary files /dev/null and b/public/emojipng/1f52c.png differ
diff --git a/public/emojipng/1f52d.png b/public/emojipng/1f52d.png
new file mode 100644
index 0000000000..f180454c6c
Binary files /dev/null and b/public/emojipng/1f52d.png differ
diff --git a/public/emojipng/1f52e.png b/public/emojipng/1f52e.png
new file mode 100644
index 0000000000..a8abfb842c
Binary files /dev/null and b/public/emojipng/1f52e.png differ
diff --git a/public/emojipng/1f52f.png b/public/emojipng/1f52f.png
new file mode 100644
index 0000000000..b6f1d4f896
Binary files /dev/null and b/public/emojipng/1f52f.png differ
diff --git a/public/emojipng/1f530.png b/public/emojipng/1f530.png
new file mode 100644
index 0000000000..f45bbca7ee
Binary files /dev/null and b/public/emojipng/1f530.png differ
diff --git a/public/emojipng/1f531.png b/public/emojipng/1f531.png
new file mode 100644
index 0000000000..fea3585283
Binary files /dev/null and b/public/emojipng/1f531.png differ
diff --git a/public/emojipng/1f532.png b/public/emojipng/1f532.png
new file mode 100644
index 0000000000..87392a4ea9
Binary files /dev/null and b/public/emojipng/1f532.png differ
diff --git a/public/emojipng/1f533.png b/public/emojipng/1f533.png
new file mode 100644
index 0000000000..cff774c988
Binary files /dev/null and b/public/emojipng/1f533.png differ
diff --git a/public/emojipng/1f534.png b/public/emojipng/1f534.png
new file mode 100644
index 0000000000..721075df18
Binary files /dev/null and b/public/emojipng/1f534.png differ
diff --git a/public/emojipng/1f535.png b/public/emojipng/1f535.png
new file mode 100644
index 0000000000..de9927d965
Binary files /dev/null and b/public/emojipng/1f535.png differ
diff --git a/public/emojipng/1f536.png b/public/emojipng/1f536.png
new file mode 100644
index 0000000000..d808f65499
Binary files /dev/null and b/public/emojipng/1f536.png differ
diff --git a/public/emojipng/1f537.png b/public/emojipng/1f537.png
new file mode 100644
index 0000000000..9c2363d71b
Binary files /dev/null and b/public/emojipng/1f537.png differ
diff --git a/public/emojipng/1f538.png b/public/emojipng/1f538.png
new file mode 100644
index 0000000000..02eab512a7
Binary files /dev/null and b/public/emojipng/1f538.png differ
diff --git a/public/emojipng/1f539.png b/public/emojipng/1f539.png
new file mode 100644
index 0000000000..89ce677201
Binary files /dev/null and b/public/emojipng/1f539.png differ
diff --git a/public/emojipng/1f53a.png b/public/emojipng/1f53a.png
new file mode 100644
index 0000000000..470f3d3748
Binary files /dev/null and b/public/emojipng/1f53a.png differ
diff --git a/public/emojipng/1f53b.png b/public/emojipng/1f53b.png
new file mode 100644
index 0000000000..ece2885060
Binary files /dev/null and b/public/emojipng/1f53b.png differ
diff --git a/public/emojipng/1f53c.png b/public/emojipng/1f53c.png
new file mode 100644
index 0000000000..7c78843ecd
Binary files /dev/null and b/public/emojipng/1f53c.png differ
diff --git a/public/emojipng/1f53d.png b/public/emojipng/1f53d.png
new file mode 100644
index 0000000000..70b308b6ca
Binary files /dev/null and b/public/emojipng/1f53d.png differ
diff --git a/public/emojipng/1f549.png b/public/emojipng/1f549.png
new file mode 100644
index 0000000000..eb644f25ca
Binary files /dev/null and b/public/emojipng/1f549.png differ
diff --git a/public/emojipng/1f54a.png b/public/emojipng/1f54a.png
new file mode 100644
index 0000000000..0676697ba3
Binary files /dev/null and b/public/emojipng/1f54a.png differ
diff --git a/public/emojipng/1f54b.png b/public/emojipng/1f54b.png
new file mode 100644
index 0000000000..89899e709d
Binary files /dev/null and b/public/emojipng/1f54b.png differ
diff --git a/public/emojipng/1f54c.png b/public/emojipng/1f54c.png
new file mode 100644
index 0000000000..0ffb68aa44
Binary files /dev/null and b/public/emojipng/1f54c.png differ
diff --git a/public/emojipng/1f54d.png b/public/emojipng/1f54d.png
new file mode 100644
index 0000000000..d5c15756f3
Binary files /dev/null and b/public/emojipng/1f54d.png differ
diff --git a/public/emojipng/1f54e.png b/public/emojipng/1f54e.png
new file mode 100644
index 0000000000..4e031b2e13
Binary files /dev/null and b/public/emojipng/1f54e.png differ
diff --git a/public/emojipng/1f550.png b/public/emojipng/1f550.png
new file mode 100644
index 0000000000..4fd13e3d50
Binary files /dev/null and b/public/emojipng/1f550.png differ
diff --git a/public/emojipng/1f551.png b/public/emojipng/1f551.png
new file mode 100644
index 0000000000..14fa3f30f4
Binary files /dev/null and b/public/emojipng/1f551.png differ
diff --git a/public/emojipng/1f552.png b/public/emojipng/1f552.png
new file mode 100644
index 0000000000..354da1a398
Binary files /dev/null and b/public/emojipng/1f552.png differ
diff --git a/public/emojipng/1f553.png b/public/emojipng/1f553.png
new file mode 100644
index 0000000000..4c6107313b
Binary files /dev/null and b/public/emojipng/1f553.png differ
diff --git a/public/emojipng/1f554.png b/public/emojipng/1f554.png
new file mode 100644
index 0000000000..07c7e8ffc9
Binary files /dev/null and b/public/emojipng/1f554.png differ
diff --git a/public/emojipng/1f555.png b/public/emojipng/1f555.png
new file mode 100644
index 0000000000..71a04ff4ba
Binary files /dev/null and b/public/emojipng/1f555.png differ
diff --git a/public/emojipng/1f556.png b/public/emojipng/1f556.png
new file mode 100644
index 0000000000..72a0b9a48b
Binary files /dev/null and b/public/emojipng/1f556.png differ
diff --git a/public/emojipng/1f557.png b/public/emojipng/1f557.png
new file mode 100644
index 0000000000..bb9753cc8a
Binary files /dev/null and b/public/emojipng/1f557.png differ
diff --git a/public/emojipng/1f558.png b/public/emojipng/1f558.png
new file mode 100644
index 0000000000..70d5adbeee
Binary files /dev/null and b/public/emojipng/1f558.png differ
diff --git a/public/emojipng/1f559.png b/public/emojipng/1f559.png
new file mode 100644
index 0000000000..25e6dabf0a
Binary files /dev/null and b/public/emojipng/1f559.png differ
diff --git a/public/emojipng/1f55a.png b/public/emojipng/1f55a.png
new file mode 100644
index 0000000000..51c70f80c8
Binary files /dev/null and b/public/emojipng/1f55a.png differ
diff --git a/public/emojipng/1f55b.png b/public/emojipng/1f55b.png
new file mode 100644
index 0000000000..1b58527cf5
Binary files /dev/null and b/public/emojipng/1f55b.png differ
diff --git a/public/emojipng/1f55c.png b/public/emojipng/1f55c.png
new file mode 100644
index 0000000000..741b630a75
Binary files /dev/null and b/public/emojipng/1f55c.png differ
diff --git a/public/emojipng/1f55d.png b/public/emojipng/1f55d.png
new file mode 100644
index 0000000000..58a1af0d56
Binary files /dev/null and b/public/emojipng/1f55d.png differ
diff --git a/public/emojipng/1f55e.png b/public/emojipng/1f55e.png
new file mode 100644
index 0000000000..112d5c452c
Binary files /dev/null and b/public/emojipng/1f55e.png differ
diff --git a/public/emojipng/1f55f.png b/public/emojipng/1f55f.png
new file mode 100644
index 0000000000..14ddea9f30
Binary files /dev/null and b/public/emojipng/1f55f.png differ
diff --git a/public/emojipng/1f560.png b/public/emojipng/1f560.png
new file mode 100644
index 0000000000..b30c623abd
Binary files /dev/null and b/public/emojipng/1f560.png differ
diff --git a/public/emojipng/1f561.png b/public/emojipng/1f561.png
new file mode 100644
index 0000000000..2753c64c54
Binary files /dev/null and b/public/emojipng/1f561.png differ
diff --git a/public/emojipng/1f562.png b/public/emojipng/1f562.png
new file mode 100644
index 0000000000..a4e4cb5dbb
Binary files /dev/null and b/public/emojipng/1f562.png differ
diff --git a/public/emojipng/1f563.png b/public/emojipng/1f563.png
new file mode 100644
index 0000000000..ca7e45feab
Binary files /dev/null and b/public/emojipng/1f563.png differ
diff --git a/public/emojipng/1f564.png b/public/emojipng/1f564.png
new file mode 100644
index 0000000000..9c3582dafe
Binary files /dev/null and b/public/emojipng/1f564.png differ
diff --git a/public/emojipng/1f565.png b/public/emojipng/1f565.png
new file mode 100644
index 0000000000..f8af392f87
Binary files /dev/null and b/public/emojipng/1f565.png differ
diff --git a/public/emojipng/1f566.png b/public/emojipng/1f566.png
new file mode 100644
index 0000000000..c4134e8e5a
Binary files /dev/null and b/public/emojipng/1f566.png differ
diff --git a/public/emojipng/1f567.png b/public/emojipng/1f567.png
new file mode 100644
index 0000000000..9e6bb465ee
Binary files /dev/null and b/public/emojipng/1f567.png differ
diff --git a/public/emojipng/1f56f.png b/public/emojipng/1f56f.png
new file mode 100644
index 0000000000..5b48a36fa5
Binary files /dev/null and b/public/emojipng/1f56f.png differ
diff --git a/public/emojipng/1f570.png b/public/emojipng/1f570.png
new file mode 100644
index 0000000000..583feb4ef4
Binary files /dev/null and b/public/emojipng/1f570.png differ
diff --git a/public/emojipng/1f573.png b/public/emojipng/1f573.png
new file mode 100644
index 0000000000..5ebed95d62
Binary files /dev/null and b/public/emojipng/1f573.png differ
diff --git a/public/emojipng/1f574-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f574-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1eedd74c0a
Binary files /dev/null and b/public/emojipng/1f574-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f574-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c4070ba337
Binary files /dev/null and b/public/emojipng/1f574-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fb.png b/public/emojipng/1f574-1f3fb.png
new file mode 100644
index 0000000000..ecce7bca8e
Binary files /dev/null and b/public/emojipng/1f574-1f3fb.png differ
diff --git a/public/emojipng/1f574-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f574-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..806f043fc3
Binary files /dev/null and b/public/emojipng/1f574-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f574-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..525ff09c0a
Binary files /dev/null and b/public/emojipng/1f574-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fc.png b/public/emojipng/1f574-1f3fc.png
new file mode 100644
index 0000000000..205c9a42cb
Binary files /dev/null and b/public/emojipng/1f574-1f3fc.png differ
diff --git a/public/emojipng/1f574-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f574-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..15e65ab440
Binary files /dev/null and b/public/emojipng/1f574-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f574-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..17b4804701
Binary files /dev/null and b/public/emojipng/1f574-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fd.png b/public/emojipng/1f574-1f3fd.png
new file mode 100644
index 0000000000..b0b9ccd2c8
Binary files /dev/null and b/public/emojipng/1f574-1f3fd.png differ
diff --git a/public/emojipng/1f574-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f574-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..98d11b84e7
Binary files /dev/null and b/public/emojipng/1f574-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f574-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5814bfc6ef
Binary files /dev/null and b/public/emojipng/1f574-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3fe.png b/public/emojipng/1f574-1f3fe.png
new file mode 100644
index 0000000000..18db02ee44
Binary files /dev/null and b/public/emojipng/1f574-1f3fe.png differ
diff --git a/public/emojipng/1f574-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f574-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..4359b4c44b
Binary files /dev/null and b/public/emojipng/1f574-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f574-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5da1f05658
Binary files /dev/null and b/public/emojipng/1f574-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f574-1f3ff.png b/public/emojipng/1f574-1f3ff.png
new file mode 100644
index 0000000000..01f734fe8d
Binary files /dev/null and b/public/emojipng/1f574-1f3ff.png differ
diff --git a/public/emojipng/1f574-fe0f-200d-2640-fe0f.png b/public/emojipng/1f574-fe0f-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ddfa42524c
Binary files /dev/null and b/public/emojipng/1f574-fe0f-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f574-fe0f-200d-2642-fe0f.png b/public/emojipng/1f574-fe0f-200d-2642-fe0f.png
new file mode 100644
index 0000000000..83de6d6446
Binary files /dev/null and b/public/emojipng/1f574-fe0f-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f574.png b/public/emojipng/1f574.png
new file mode 100644
index 0000000000..d947a641ce
Binary files /dev/null and b/public/emojipng/1f574.png differ
diff --git a/public/emojipng/1f575-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f575-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7b0a67f841
Binary files /dev/null and b/public/emojipng/1f575-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f575-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..edbb1f1fdd
Binary files /dev/null and b/public/emojipng/1f575-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fb.png b/public/emojipng/1f575-1f3fb.png
new file mode 100644
index 0000000000..28c11bef71
Binary files /dev/null and b/public/emojipng/1f575-1f3fb.png differ
diff --git a/public/emojipng/1f575-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f575-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dc84904de2
Binary files /dev/null and b/public/emojipng/1f575-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f575-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..64d1e80687
Binary files /dev/null and b/public/emojipng/1f575-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fc.png b/public/emojipng/1f575-1f3fc.png
new file mode 100644
index 0000000000..f5163334f1
Binary files /dev/null and b/public/emojipng/1f575-1f3fc.png differ
diff --git a/public/emojipng/1f575-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f575-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c5d9838c2f
Binary files /dev/null and b/public/emojipng/1f575-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f575-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1656142df6
Binary files /dev/null and b/public/emojipng/1f575-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fd.png b/public/emojipng/1f575-1f3fd.png
new file mode 100644
index 0000000000..ed52180925
Binary files /dev/null and b/public/emojipng/1f575-1f3fd.png differ
diff --git a/public/emojipng/1f575-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f575-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1c3f9edfa9
Binary files /dev/null and b/public/emojipng/1f575-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f575-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f275f195c9
Binary files /dev/null and b/public/emojipng/1f575-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3fe.png b/public/emojipng/1f575-1f3fe.png
new file mode 100644
index 0000000000..20715fbb02
Binary files /dev/null and b/public/emojipng/1f575-1f3fe.png differ
diff --git a/public/emojipng/1f575-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f575-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bcd5fbb887
Binary files /dev/null and b/public/emojipng/1f575-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f575-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0a9f8373aa
Binary files /dev/null and b/public/emojipng/1f575-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f575-1f3ff.png b/public/emojipng/1f575-1f3ff.png
new file mode 100644
index 0000000000..d625b611e1
Binary files /dev/null and b/public/emojipng/1f575-1f3ff.png differ
diff --git a/public/emojipng/1f575-fe0f-200d-2640-fe0f.png b/public/emojipng/1f575-fe0f-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dd3d5f0db0
Binary files /dev/null and b/public/emojipng/1f575-fe0f-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f575-fe0f-200d-2642-fe0f.png b/public/emojipng/1f575-fe0f-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8ed60e2b51
Binary files /dev/null and b/public/emojipng/1f575-fe0f-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f575.png b/public/emojipng/1f575.png
new file mode 100644
index 0000000000..26e5ed1afc
Binary files /dev/null and b/public/emojipng/1f575.png differ
diff --git a/public/emojipng/1f576.png b/public/emojipng/1f576.png
new file mode 100644
index 0000000000..70cd5c81de
Binary files /dev/null and b/public/emojipng/1f576.png differ
diff --git a/public/emojipng/1f577.png b/public/emojipng/1f577.png
new file mode 100644
index 0000000000..475377b870
Binary files /dev/null and b/public/emojipng/1f577.png differ
diff --git a/public/emojipng/1f578.png b/public/emojipng/1f578.png
new file mode 100644
index 0000000000..7b5fbf6015
Binary files /dev/null and b/public/emojipng/1f578.png differ
diff --git a/public/emojipng/1f579.png b/public/emojipng/1f579.png
new file mode 100644
index 0000000000..6dbd77dc37
Binary files /dev/null and b/public/emojipng/1f579.png differ
diff --git a/public/emojipng/1f57a-1f3fb.png b/public/emojipng/1f57a-1f3fb.png
new file mode 100644
index 0000000000..62de0e0741
Binary files /dev/null and b/public/emojipng/1f57a-1f3fb.png differ
diff --git a/public/emojipng/1f57a-1f3fc.png b/public/emojipng/1f57a-1f3fc.png
new file mode 100644
index 0000000000..f3640871fc
Binary files /dev/null and b/public/emojipng/1f57a-1f3fc.png differ
diff --git a/public/emojipng/1f57a-1f3fd.png b/public/emojipng/1f57a-1f3fd.png
new file mode 100644
index 0000000000..f39461bd91
Binary files /dev/null and b/public/emojipng/1f57a-1f3fd.png differ
diff --git a/public/emojipng/1f57a-1f3fe.png b/public/emojipng/1f57a-1f3fe.png
new file mode 100644
index 0000000000..f99b43ba5a
Binary files /dev/null and b/public/emojipng/1f57a-1f3fe.png differ
diff --git a/public/emojipng/1f57a-1f3ff.png b/public/emojipng/1f57a-1f3ff.png
new file mode 100644
index 0000000000..477ecad666
Binary files /dev/null and b/public/emojipng/1f57a-1f3ff.png differ
diff --git a/public/emojipng/1f57a.png b/public/emojipng/1f57a.png
new file mode 100644
index 0000000000..12499df34f
Binary files /dev/null and b/public/emojipng/1f57a.png differ
diff --git a/public/emojipng/1f587.png b/public/emojipng/1f587.png
new file mode 100644
index 0000000000..048cde6fb8
Binary files /dev/null and b/public/emojipng/1f587.png differ
diff --git a/public/emojipng/1f58a.png b/public/emojipng/1f58a.png
new file mode 100644
index 0000000000..178fd352f3
Binary files /dev/null and b/public/emojipng/1f58a.png differ
diff --git a/public/emojipng/1f58b.png b/public/emojipng/1f58b.png
new file mode 100644
index 0000000000..f996037a2f
Binary files /dev/null and b/public/emojipng/1f58b.png differ
diff --git a/public/emojipng/1f58c.png b/public/emojipng/1f58c.png
new file mode 100644
index 0000000000..dc9fbae60f
Binary files /dev/null and b/public/emojipng/1f58c.png differ
diff --git a/public/emojipng/1f58d.png b/public/emojipng/1f58d.png
new file mode 100644
index 0000000000..ffa2e36762
Binary files /dev/null and b/public/emojipng/1f58d.png differ
diff --git a/public/emojipng/1f590-1f3fb.png b/public/emojipng/1f590-1f3fb.png
new file mode 100644
index 0000000000..3d0a6dc228
Binary files /dev/null and b/public/emojipng/1f590-1f3fb.png differ
diff --git a/public/emojipng/1f590-1f3fc.png b/public/emojipng/1f590-1f3fc.png
new file mode 100644
index 0000000000..ada57e3d89
Binary files /dev/null and b/public/emojipng/1f590-1f3fc.png differ
diff --git a/public/emojipng/1f590-1f3fd.png b/public/emojipng/1f590-1f3fd.png
new file mode 100644
index 0000000000..297c12b450
Binary files /dev/null and b/public/emojipng/1f590-1f3fd.png differ
diff --git a/public/emojipng/1f590-1f3fe.png b/public/emojipng/1f590-1f3fe.png
new file mode 100644
index 0000000000..043d7551e3
Binary files /dev/null and b/public/emojipng/1f590-1f3fe.png differ
diff --git a/public/emojipng/1f590-1f3ff.png b/public/emojipng/1f590-1f3ff.png
new file mode 100644
index 0000000000..09b7feaaa7
Binary files /dev/null and b/public/emojipng/1f590-1f3ff.png differ
diff --git a/public/emojipng/1f590.png b/public/emojipng/1f590.png
new file mode 100644
index 0000000000..6e03235070
Binary files /dev/null and b/public/emojipng/1f590.png differ
diff --git a/public/emojipng/1f595-1f3fb.png b/public/emojipng/1f595-1f3fb.png
new file mode 100644
index 0000000000..396d2f521e
Binary files /dev/null and b/public/emojipng/1f595-1f3fb.png differ
diff --git a/public/emojipng/1f595-1f3fc.png b/public/emojipng/1f595-1f3fc.png
new file mode 100644
index 0000000000..c7e4024287
Binary files /dev/null and b/public/emojipng/1f595-1f3fc.png differ
diff --git a/public/emojipng/1f595-1f3fd.png b/public/emojipng/1f595-1f3fd.png
new file mode 100644
index 0000000000..dacfe5cd79
Binary files /dev/null and b/public/emojipng/1f595-1f3fd.png differ
diff --git a/public/emojipng/1f595-1f3fe.png b/public/emojipng/1f595-1f3fe.png
new file mode 100644
index 0000000000..8af84e4b73
Binary files /dev/null and b/public/emojipng/1f595-1f3fe.png differ
diff --git a/public/emojipng/1f595-1f3ff.png b/public/emojipng/1f595-1f3ff.png
new file mode 100644
index 0000000000..036298512c
Binary files /dev/null and b/public/emojipng/1f595-1f3ff.png differ
diff --git a/public/emojipng/1f595.png b/public/emojipng/1f595.png
new file mode 100644
index 0000000000..9b5de31144
Binary files /dev/null and b/public/emojipng/1f595.png differ
diff --git a/public/emojipng/1f596-1f3fb.png b/public/emojipng/1f596-1f3fb.png
new file mode 100644
index 0000000000..467aef7e49
Binary files /dev/null and b/public/emojipng/1f596-1f3fb.png differ
diff --git a/public/emojipng/1f596-1f3fc.png b/public/emojipng/1f596-1f3fc.png
new file mode 100644
index 0000000000..60b9be3931
Binary files /dev/null and b/public/emojipng/1f596-1f3fc.png differ
diff --git a/public/emojipng/1f596-1f3fd.png b/public/emojipng/1f596-1f3fd.png
new file mode 100644
index 0000000000..36ba32915c
Binary files /dev/null and b/public/emojipng/1f596-1f3fd.png differ
diff --git a/public/emojipng/1f596-1f3fe.png b/public/emojipng/1f596-1f3fe.png
new file mode 100644
index 0000000000..07db6dba3d
Binary files /dev/null and b/public/emojipng/1f596-1f3fe.png differ
diff --git a/public/emojipng/1f596-1f3ff.png b/public/emojipng/1f596-1f3ff.png
new file mode 100644
index 0000000000..59a79e6def
Binary files /dev/null and b/public/emojipng/1f596-1f3ff.png differ
diff --git a/public/emojipng/1f596.png b/public/emojipng/1f596.png
new file mode 100644
index 0000000000..0778c7bc57
Binary files /dev/null and b/public/emojipng/1f596.png differ
diff --git a/public/emojipng/1f5a4.png b/public/emojipng/1f5a4.png
new file mode 100644
index 0000000000..39b91ddf20
Binary files /dev/null and b/public/emojipng/1f5a4.png differ
diff --git a/public/emojipng/1f5a5.png b/public/emojipng/1f5a5.png
new file mode 100644
index 0000000000..ac11f31e76
Binary files /dev/null and b/public/emojipng/1f5a5.png differ
diff --git a/public/emojipng/1f5a8.png b/public/emojipng/1f5a8.png
new file mode 100644
index 0000000000..094e0d57b4
Binary files /dev/null and b/public/emojipng/1f5a8.png differ
diff --git a/public/emojipng/1f5b1.png b/public/emojipng/1f5b1.png
new file mode 100644
index 0000000000..a8c2b82f50
Binary files /dev/null and b/public/emojipng/1f5b1.png differ
diff --git a/public/emojipng/1f5b2.png b/public/emojipng/1f5b2.png
new file mode 100644
index 0000000000..62a462eda2
Binary files /dev/null and b/public/emojipng/1f5b2.png differ
diff --git a/public/emojipng/1f5bc.png b/public/emojipng/1f5bc.png
new file mode 100644
index 0000000000..0f22c74fc4
Binary files /dev/null and b/public/emojipng/1f5bc.png differ
diff --git a/public/emojipng/1f5c2.png b/public/emojipng/1f5c2.png
new file mode 100644
index 0000000000..9a75e28dfe
Binary files /dev/null and b/public/emojipng/1f5c2.png differ
diff --git a/public/emojipng/1f5c3.png b/public/emojipng/1f5c3.png
new file mode 100644
index 0000000000..b4a283d934
Binary files /dev/null and b/public/emojipng/1f5c3.png differ
diff --git a/public/emojipng/1f5c4.png b/public/emojipng/1f5c4.png
new file mode 100644
index 0000000000..9b19e2e8a2
Binary files /dev/null and b/public/emojipng/1f5c4.png differ
diff --git a/public/emojipng/1f5d1.png b/public/emojipng/1f5d1.png
new file mode 100644
index 0000000000..bdd43bc6e0
Binary files /dev/null and b/public/emojipng/1f5d1.png differ
diff --git a/public/emojipng/1f5d2.png b/public/emojipng/1f5d2.png
new file mode 100644
index 0000000000..b77006699c
Binary files /dev/null and b/public/emojipng/1f5d2.png differ
diff --git a/public/emojipng/1f5d3.png b/public/emojipng/1f5d3.png
new file mode 100644
index 0000000000..72e526929f
Binary files /dev/null and b/public/emojipng/1f5d3.png differ
diff --git a/public/emojipng/1f5dc.png b/public/emojipng/1f5dc.png
new file mode 100644
index 0000000000..35702a97c5
Binary files /dev/null and b/public/emojipng/1f5dc.png differ
diff --git a/public/emojipng/1f5dd.png b/public/emojipng/1f5dd.png
new file mode 100644
index 0000000000..2a6bb2d882
Binary files /dev/null and b/public/emojipng/1f5dd.png differ
diff --git a/public/emojipng/1f5de.png b/public/emojipng/1f5de.png
new file mode 100644
index 0000000000..f32e9860ad
Binary files /dev/null and b/public/emojipng/1f5de.png differ
diff --git a/public/emojipng/1f5e1.png b/public/emojipng/1f5e1.png
new file mode 100644
index 0000000000..19328e1e26
Binary files /dev/null and b/public/emojipng/1f5e1.png differ
diff --git a/public/emojipng/1f5e3.png b/public/emojipng/1f5e3.png
new file mode 100644
index 0000000000..b98f4fffeb
Binary files /dev/null and b/public/emojipng/1f5e3.png differ
diff --git a/public/emojipng/1f5e8.png b/public/emojipng/1f5e8.png
new file mode 100644
index 0000000000..ee9daef15e
Binary files /dev/null and b/public/emojipng/1f5e8.png differ
diff --git a/public/emojipng/1f5ef.png b/public/emojipng/1f5ef.png
new file mode 100644
index 0000000000..ea4f27ae72
Binary files /dev/null and b/public/emojipng/1f5ef.png differ
diff --git a/public/emojipng/1f5f3.png b/public/emojipng/1f5f3.png
new file mode 100644
index 0000000000..c9cabef7e2
Binary files /dev/null and b/public/emojipng/1f5f3.png differ
diff --git a/public/emojipng/1f5fa.png b/public/emojipng/1f5fa.png
new file mode 100644
index 0000000000..c03959d257
Binary files /dev/null and b/public/emojipng/1f5fa.png differ
diff --git a/public/emojipng/1f5fb.png b/public/emojipng/1f5fb.png
new file mode 100644
index 0000000000..ee42aa786f
Binary files /dev/null and b/public/emojipng/1f5fb.png differ
diff --git a/public/emojipng/1f5fc.png b/public/emojipng/1f5fc.png
new file mode 100644
index 0000000000..b33cacb900
Binary files /dev/null and b/public/emojipng/1f5fc.png differ
diff --git a/public/emojipng/1f5fd.png b/public/emojipng/1f5fd.png
new file mode 100644
index 0000000000..1d3dd5a3b5
Binary files /dev/null and b/public/emojipng/1f5fd.png differ
diff --git a/public/emojipng/1f5fe.png b/public/emojipng/1f5fe.png
new file mode 100644
index 0000000000..b223c92c0b
Binary files /dev/null and b/public/emojipng/1f5fe.png differ
diff --git a/public/emojipng/1f5ff.png b/public/emojipng/1f5ff.png
new file mode 100644
index 0000000000..09b71d9ea2
Binary files /dev/null and b/public/emojipng/1f5ff.png differ
diff --git a/public/emojipng/1f600.png b/public/emojipng/1f600.png
new file mode 100644
index 0000000000..e1cca7d00c
Binary files /dev/null and b/public/emojipng/1f600.png differ
diff --git a/public/emojipng/1f601.png b/public/emojipng/1f601.png
new file mode 100644
index 0000000000..3a73f9d906
Binary files /dev/null and b/public/emojipng/1f601.png differ
diff --git a/public/emojipng/1f602.png b/public/emojipng/1f602.png
new file mode 100644
index 0000000000..e1113e8e3f
Binary files /dev/null and b/public/emojipng/1f602.png differ
diff --git a/public/emojipng/1f603.png b/public/emojipng/1f603.png
new file mode 100644
index 0000000000..e24b685f61
Binary files /dev/null and b/public/emojipng/1f603.png differ
diff --git a/public/emojipng/1f604.png b/public/emojipng/1f604.png
new file mode 100644
index 0000000000..e032945e68
Binary files /dev/null and b/public/emojipng/1f604.png differ
diff --git a/public/emojipng/1f605.png b/public/emojipng/1f605.png
new file mode 100644
index 0000000000..bfc7c287f5
Binary files /dev/null and b/public/emojipng/1f605.png differ
diff --git a/public/emojipng/1f606.png b/public/emojipng/1f606.png
new file mode 100644
index 0000000000..ac4797ee40
Binary files /dev/null and b/public/emojipng/1f606.png differ
diff --git a/public/emojipng/1f607.png b/public/emojipng/1f607.png
new file mode 100644
index 0000000000..def2c98d28
Binary files /dev/null and b/public/emojipng/1f607.png differ
diff --git a/public/emojipng/1f608.png b/public/emojipng/1f608.png
new file mode 100644
index 0000000000..3e1a54cd10
Binary files /dev/null and b/public/emojipng/1f608.png differ
diff --git a/public/emojipng/1f609.png b/public/emojipng/1f609.png
new file mode 100644
index 0000000000..703a50e098
Binary files /dev/null and b/public/emojipng/1f609.png differ
diff --git a/public/emojipng/1f60a.png b/public/emojipng/1f60a.png
new file mode 100644
index 0000000000..8a5b034e05
Binary files /dev/null and b/public/emojipng/1f60a.png differ
diff --git a/public/emojipng/1f60b.png b/public/emojipng/1f60b.png
new file mode 100644
index 0000000000..4a71524d15
Binary files /dev/null and b/public/emojipng/1f60b.png differ
diff --git a/public/emojipng/1f60c.png b/public/emojipng/1f60c.png
new file mode 100644
index 0000000000..4fb75cffec
Binary files /dev/null and b/public/emojipng/1f60c.png differ
diff --git a/public/emojipng/1f60d.png b/public/emojipng/1f60d.png
new file mode 100644
index 0000000000..0d4f15ee1b
Binary files /dev/null and b/public/emojipng/1f60d.png differ
diff --git a/public/emojipng/1f60e.png b/public/emojipng/1f60e.png
new file mode 100644
index 0000000000..1a0560df6d
Binary files /dev/null and b/public/emojipng/1f60e.png differ
diff --git a/public/emojipng/1f60f.png b/public/emojipng/1f60f.png
new file mode 100644
index 0000000000..4fca129f12
Binary files /dev/null and b/public/emojipng/1f60f.png differ
diff --git a/public/emojipng/1f610.png b/public/emojipng/1f610.png
new file mode 100644
index 0000000000..17628f9534
Binary files /dev/null and b/public/emojipng/1f610.png differ
diff --git a/public/emojipng/1f611.png b/public/emojipng/1f611.png
new file mode 100644
index 0000000000..fda6326aff
Binary files /dev/null and b/public/emojipng/1f611.png differ
diff --git a/public/emojipng/1f612.png b/public/emojipng/1f612.png
new file mode 100644
index 0000000000..53c52ecd31
Binary files /dev/null and b/public/emojipng/1f612.png differ
diff --git a/public/emojipng/1f613.png b/public/emojipng/1f613.png
new file mode 100644
index 0000000000..325ce9e7ca
Binary files /dev/null and b/public/emojipng/1f613.png differ
diff --git a/public/emojipng/1f614.png b/public/emojipng/1f614.png
new file mode 100644
index 0000000000..1357dd9c7a
Binary files /dev/null and b/public/emojipng/1f614.png differ
diff --git a/public/emojipng/1f615.png b/public/emojipng/1f615.png
new file mode 100644
index 0000000000..02cd1fe2d3
Binary files /dev/null and b/public/emojipng/1f615.png differ
diff --git a/public/emojipng/1f616.png b/public/emojipng/1f616.png
new file mode 100644
index 0000000000..37221bd16c
Binary files /dev/null and b/public/emojipng/1f616.png differ
diff --git a/public/emojipng/1f617.png b/public/emojipng/1f617.png
new file mode 100644
index 0000000000..22c9bd93b5
Binary files /dev/null and b/public/emojipng/1f617.png differ
diff --git a/public/emojipng/1f618.png b/public/emojipng/1f618.png
new file mode 100644
index 0000000000..7aa39d71db
Binary files /dev/null and b/public/emojipng/1f618.png differ
diff --git a/public/emojipng/1f619.png b/public/emojipng/1f619.png
new file mode 100644
index 0000000000..0118638138
Binary files /dev/null and b/public/emojipng/1f619.png differ
diff --git a/public/emojipng/1f61a.png b/public/emojipng/1f61a.png
new file mode 100644
index 0000000000..3ee01547c3
Binary files /dev/null and b/public/emojipng/1f61a.png differ
diff --git a/public/emojipng/1f61b.png b/public/emojipng/1f61b.png
new file mode 100644
index 0000000000..79806b1272
Binary files /dev/null and b/public/emojipng/1f61b.png differ
diff --git a/public/emojipng/1f61c.png b/public/emojipng/1f61c.png
new file mode 100644
index 0000000000..8aeab47c62
Binary files /dev/null and b/public/emojipng/1f61c.png differ
diff --git a/public/emojipng/1f61d.png b/public/emojipng/1f61d.png
new file mode 100644
index 0000000000..abd9e150ce
Binary files /dev/null and b/public/emojipng/1f61d.png differ
diff --git a/public/emojipng/1f61e.png b/public/emojipng/1f61e.png
new file mode 100644
index 0000000000..f23431b81b
Binary files /dev/null and b/public/emojipng/1f61e.png differ
diff --git a/public/emojipng/1f61f.png b/public/emojipng/1f61f.png
new file mode 100644
index 0000000000..b0f9051901
Binary files /dev/null and b/public/emojipng/1f61f.png differ
diff --git a/public/emojipng/1f620.png b/public/emojipng/1f620.png
new file mode 100644
index 0000000000..31ecddc815
Binary files /dev/null and b/public/emojipng/1f620.png differ
diff --git a/public/emojipng/1f621.png b/public/emojipng/1f621.png
new file mode 100644
index 0000000000..3921022f59
Binary files /dev/null and b/public/emojipng/1f621.png differ
diff --git a/public/emojipng/1f622.png b/public/emojipng/1f622.png
new file mode 100644
index 0000000000..4b8f0e943d
Binary files /dev/null and b/public/emojipng/1f622.png differ
diff --git a/public/emojipng/1f623.png b/public/emojipng/1f623.png
new file mode 100644
index 0000000000..007139dc3a
Binary files /dev/null and b/public/emojipng/1f623.png differ
diff --git a/public/emojipng/1f624.png b/public/emojipng/1f624.png
new file mode 100644
index 0000000000..6847184123
Binary files /dev/null and b/public/emojipng/1f624.png differ
diff --git a/public/emojipng/1f625.png b/public/emojipng/1f625.png
new file mode 100644
index 0000000000..c4c4a2a367
Binary files /dev/null and b/public/emojipng/1f625.png differ
diff --git a/public/emojipng/1f626.png b/public/emojipng/1f626.png
new file mode 100644
index 0000000000..1e97bcc4ac
Binary files /dev/null and b/public/emojipng/1f626.png differ
diff --git a/public/emojipng/1f627.png b/public/emojipng/1f627.png
new file mode 100644
index 0000000000..28ce280730
Binary files /dev/null and b/public/emojipng/1f627.png differ
diff --git a/public/emojipng/1f628.png b/public/emojipng/1f628.png
new file mode 100644
index 0000000000..f32b0a4ef2
Binary files /dev/null and b/public/emojipng/1f628.png differ
diff --git a/public/emojipng/1f629.png b/public/emojipng/1f629.png
new file mode 100644
index 0000000000..2ceecc05a8
Binary files /dev/null and b/public/emojipng/1f629.png differ
diff --git a/public/emojipng/1f62a.png b/public/emojipng/1f62a.png
new file mode 100644
index 0000000000..1a0d7d5767
Binary files /dev/null and b/public/emojipng/1f62a.png differ
diff --git a/public/emojipng/1f62b.png b/public/emojipng/1f62b.png
new file mode 100644
index 0000000000..db9edc1eb7
Binary files /dev/null and b/public/emojipng/1f62b.png differ
diff --git a/public/emojipng/1f62c.png b/public/emojipng/1f62c.png
new file mode 100644
index 0000000000..24619b8a60
Binary files /dev/null and b/public/emojipng/1f62c.png differ
diff --git a/public/emojipng/1f62d.png b/public/emojipng/1f62d.png
new file mode 100644
index 0000000000..554edf044f
Binary files /dev/null and b/public/emojipng/1f62d.png differ
diff --git a/public/emojipng/1f62e-200d-1f4a8.png b/public/emojipng/1f62e-200d-1f4a8.png
new file mode 100644
index 0000000000..37db70540a
Binary files /dev/null and b/public/emojipng/1f62e-200d-1f4a8.png differ
diff --git a/public/emojipng/1f62e.png b/public/emojipng/1f62e.png
new file mode 100644
index 0000000000..45820be674
Binary files /dev/null and b/public/emojipng/1f62e.png differ
diff --git a/public/emojipng/1f62f.png b/public/emojipng/1f62f.png
new file mode 100644
index 0000000000..11433a2c64
Binary files /dev/null and b/public/emojipng/1f62f.png differ
diff --git a/public/emojipng/1f630.png b/public/emojipng/1f630.png
new file mode 100644
index 0000000000..248ec17673
Binary files /dev/null and b/public/emojipng/1f630.png differ
diff --git a/public/emojipng/1f631.png b/public/emojipng/1f631.png
new file mode 100644
index 0000000000..fa3debccac
Binary files /dev/null and b/public/emojipng/1f631.png differ
diff --git a/public/emojipng/1f632.png b/public/emojipng/1f632.png
new file mode 100644
index 0000000000..dd4fa0c000
Binary files /dev/null and b/public/emojipng/1f632.png differ
diff --git a/public/emojipng/1f633.png b/public/emojipng/1f633.png
new file mode 100644
index 0000000000..47093b1bfe
Binary files /dev/null and b/public/emojipng/1f633.png differ
diff --git a/public/emojipng/1f634.png b/public/emojipng/1f634.png
new file mode 100644
index 0000000000..4c3806dea5
Binary files /dev/null and b/public/emojipng/1f634.png differ
diff --git a/public/emojipng/1f635-200d-1f4ab.png b/public/emojipng/1f635-200d-1f4ab.png
new file mode 100644
index 0000000000..f2ad9dc1f9
Binary files /dev/null and b/public/emojipng/1f635-200d-1f4ab.png differ
diff --git a/public/emojipng/1f635.png b/public/emojipng/1f635.png
new file mode 100644
index 0000000000..3db251c49c
Binary files /dev/null and b/public/emojipng/1f635.png differ
diff --git a/public/emojipng/1f636-200d-1f32b-fe0f.png b/public/emojipng/1f636-200d-1f32b-fe0f.png
new file mode 100644
index 0000000000..74bf63d50a
Binary files /dev/null and b/public/emojipng/1f636-200d-1f32b-fe0f.png differ
diff --git a/public/emojipng/1f636.png b/public/emojipng/1f636.png
new file mode 100644
index 0000000000..4d7d903a2b
Binary files /dev/null and b/public/emojipng/1f636.png differ
diff --git a/public/emojipng/1f637.png b/public/emojipng/1f637.png
new file mode 100644
index 0000000000..5197ce37cd
Binary files /dev/null and b/public/emojipng/1f637.png differ
diff --git a/public/emojipng/1f638.png b/public/emojipng/1f638.png
new file mode 100644
index 0000000000..538ff46e5b
Binary files /dev/null and b/public/emojipng/1f638.png differ
diff --git a/public/emojipng/1f639.png b/public/emojipng/1f639.png
new file mode 100644
index 0000000000..7ff22eae37
Binary files /dev/null and b/public/emojipng/1f639.png differ
diff --git a/public/emojipng/1f63a.png b/public/emojipng/1f63a.png
new file mode 100644
index 0000000000..3ca61cd602
Binary files /dev/null and b/public/emojipng/1f63a.png differ
diff --git a/public/emojipng/1f63b.png b/public/emojipng/1f63b.png
new file mode 100644
index 0000000000..13e14f016e
Binary files /dev/null and b/public/emojipng/1f63b.png differ
diff --git a/public/emojipng/1f63c.png b/public/emojipng/1f63c.png
new file mode 100644
index 0000000000..9d4ceee4af
Binary files /dev/null and b/public/emojipng/1f63c.png differ
diff --git a/public/emojipng/1f63d.png b/public/emojipng/1f63d.png
new file mode 100644
index 0000000000..966fed00b5
Binary files /dev/null and b/public/emojipng/1f63d.png differ
diff --git a/public/emojipng/1f63e.png b/public/emojipng/1f63e.png
new file mode 100644
index 0000000000..d702c14440
Binary files /dev/null and b/public/emojipng/1f63e.png differ
diff --git a/public/emojipng/1f63f.png b/public/emojipng/1f63f.png
new file mode 100644
index 0000000000..84ade17f33
Binary files /dev/null and b/public/emojipng/1f63f.png differ
diff --git a/public/emojipng/1f640.png b/public/emojipng/1f640.png
new file mode 100644
index 0000000000..410cf816c7
Binary files /dev/null and b/public/emojipng/1f640.png differ
diff --git a/public/emojipng/1f641.png b/public/emojipng/1f641.png
new file mode 100644
index 0000000000..68cf4d4a4f
Binary files /dev/null and b/public/emojipng/1f641.png differ
diff --git a/public/emojipng/1f642-200d-2194-fe0f.png b/public/emojipng/1f642-200d-2194-fe0f.png
new file mode 100644
index 0000000000..da7be18911
Binary files /dev/null and b/public/emojipng/1f642-200d-2194-fe0f.png differ
diff --git a/public/emojipng/1f642-200d-2195-fe0f.png b/public/emojipng/1f642-200d-2195-fe0f.png
new file mode 100644
index 0000000000..88a87de226
Binary files /dev/null and b/public/emojipng/1f642-200d-2195-fe0f.png differ
diff --git a/public/emojipng/1f642.png b/public/emojipng/1f642.png
new file mode 100644
index 0000000000..d6ece82228
Binary files /dev/null and b/public/emojipng/1f642.png differ
diff --git a/public/emojipng/1f643.png b/public/emojipng/1f643.png
new file mode 100644
index 0000000000..6c5f72b5ff
Binary files /dev/null and b/public/emojipng/1f643.png differ
diff --git a/public/emojipng/1f644.png b/public/emojipng/1f644.png
new file mode 100644
index 0000000000..1bafe2a637
Binary files /dev/null and b/public/emojipng/1f644.png differ
diff --git a/public/emojipng/1f645-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f645-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..4b0d4a0c62
Binary files /dev/null and b/public/emojipng/1f645-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f645-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..afe0d607d1
Binary files /dev/null and b/public/emojipng/1f645-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fb.png b/public/emojipng/1f645-1f3fb.png
new file mode 100644
index 0000000000..240633eef6
Binary files /dev/null and b/public/emojipng/1f645-1f3fb.png differ
diff --git a/public/emojipng/1f645-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f645-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..218e57ff69
Binary files /dev/null and b/public/emojipng/1f645-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f645-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..3d6161b286
Binary files /dev/null and b/public/emojipng/1f645-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fc.png b/public/emojipng/1f645-1f3fc.png
new file mode 100644
index 0000000000..fc2b550d70
Binary files /dev/null and b/public/emojipng/1f645-1f3fc.png differ
diff --git a/public/emojipng/1f645-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f645-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..9bd6857bfb
Binary files /dev/null and b/public/emojipng/1f645-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f645-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8168441f3d
Binary files /dev/null and b/public/emojipng/1f645-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fd.png b/public/emojipng/1f645-1f3fd.png
new file mode 100644
index 0000000000..6daf870413
Binary files /dev/null and b/public/emojipng/1f645-1f3fd.png differ
diff --git a/public/emojipng/1f645-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f645-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..da0411f8c2
Binary files /dev/null and b/public/emojipng/1f645-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f645-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..efc545851a
Binary files /dev/null and b/public/emojipng/1f645-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3fe.png b/public/emojipng/1f645-1f3fe.png
new file mode 100644
index 0000000000..7b0fc547fa
Binary files /dev/null and b/public/emojipng/1f645-1f3fe.png differ
diff --git a/public/emojipng/1f645-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f645-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3ae6ff4e2f
Binary files /dev/null and b/public/emojipng/1f645-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f645-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..91768e526c
Binary files /dev/null and b/public/emojipng/1f645-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f645-1f3ff.png b/public/emojipng/1f645-1f3ff.png
new file mode 100644
index 0000000000..6fd9efc5a5
Binary files /dev/null and b/public/emojipng/1f645-1f3ff.png differ
diff --git a/public/emojipng/1f645-200d-2640-fe0f.png b/public/emojipng/1f645-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a38f17ea8e
Binary files /dev/null and b/public/emojipng/1f645-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f645-200d-2642-fe0f.png b/public/emojipng/1f645-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0edacb01b0
Binary files /dev/null and b/public/emojipng/1f645-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f645.png b/public/emojipng/1f645.png
new file mode 100644
index 0000000000..fe42663a8b
Binary files /dev/null and b/public/emojipng/1f645.png differ
diff --git a/public/emojipng/1f646-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f646-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1376c0ec36
Binary files /dev/null and b/public/emojipng/1f646-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f646-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1bb39d024b
Binary files /dev/null and b/public/emojipng/1f646-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fb.png b/public/emojipng/1f646-1f3fb.png
new file mode 100644
index 0000000000..334ad0555c
Binary files /dev/null and b/public/emojipng/1f646-1f3fb.png differ
diff --git a/public/emojipng/1f646-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f646-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3f04847ff3
Binary files /dev/null and b/public/emojipng/1f646-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f646-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fc62d9984f
Binary files /dev/null and b/public/emojipng/1f646-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fc.png b/public/emojipng/1f646-1f3fc.png
new file mode 100644
index 0000000000..017a2e7fd0
Binary files /dev/null and b/public/emojipng/1f646-1f3fc.png differ
diff --git a/public/emojipng/1f646-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f646-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..29d4d5b260
Binary files /dev/null and b/public/emojipng/1f646-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f646-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6d5ca67efb
Binary files /dev/null and b/public/emojipng/1f646-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fd.png b/public/emojipng/1f646-1f3fd.png
new file mode 100644
index 0000000000..f7bdeaca23
Binary files /dev/null and b/public/emojipng/1f646-1f3fd.png differ
diff --git a/public/emojipng/1f646-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f646-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e4352cee82
Binary files /dev/null and b/public/emojipng/1f646-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f646-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0cd923a9bf
Binary files /dev/null and b/public/emojipng/1f646-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3fe.png b/public/emojipng/1f646-1f3fe.png
new file mode 100644
index 0000000000..7c92b35ecc
Binary files /dev/null and b/public/emojipng/1f646-1f3fe.png differ
diff --git a/public/emojipng/1f646-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f646-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7bc47ebdc7
Binary files /dev/null and b/public/emojipng/1f646-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f646-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4f885b0746
Binary files /dev/null and b/public/emojipng/1f646-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f646-1f3ff.png b/public/emojipng/1f646-1f3ff.png
new file mode 100644
index 0000000000..9193addc3a
Binary files /dev/null and b/public/emojipng/1f646-1f3ff.png differ
diff --git a/public/emojipng/1f646-200d-2640-fe0f.png b/public/emojipng/1f646-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5b18034ac1
Binary files /dev/null and b/public/emojipng/1f646-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f646-200d-2642-fe0f.png b/public/emojipng/1f646-200d-2642-fe0f.png
new file mode 100644
index 0000000000..94d87d8c28
Binary files /dev/null and b/public/emojipng/1f646-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f646.png b/public/emojipng/1f646.png
new file mode 100644
index 0000000000..1ece1c7f28
Binary files /dev/null and b/public/emojipng/1f646.png differ
diff --git a/public/emojipng/1f647-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f647-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bc5c50a3c1
Binary files /dev/null and b/public/emojipng/1f647-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f647-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f42ce72a94
Binary files /dev/null and b/public/emojipng/1f647-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fb.png b/public/emojipng/1f647-1f3fb.png
new file mode 100644
index 0000000000..8519432cf9
Binary files /dev/null and b/public/emojipng/1f647-1f3fb.png differ
diff --git a/public/emojipng/1f647-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f647-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d0461b3447
Binary files /dev/null and b/public/emojipng/1f647-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f647-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..50015401cb
Binary files /dev/null and b/public/emojipng/1f647-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fc.png b/public/emojipng/1f647-1f3fc.png
new file mode 100644
index 0000000000..5038aeaaf2
Binary files /dev/null and b/public/emojipng/1f647-1f3fc.png differ
diff --git a/public/emojipng/1f647-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f647-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..24b8cfb810
Binary files /dev/null and b/public/emojipng/1f647-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f647-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..eeebeda840
Binary files /dev/null and b/public/emojipng/1f647-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fd.png b/public/emojipng/1f647-1f3fd.png
new file mode 100644
index 0000000000..38389ed31d
Binary files /dev/null and b/public/emojipng/1f647-1f3fd.png differ
diff --git a/public/emojipng/1f647-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f647-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..21d7688242
Binary files /dev/null and b/public/emojipng/1f647-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f647-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..90f1d16f6c
Binary files /dev/null and b/public/emojipng/1f647-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3fe.png b/public/emojipng/1f647-1f3fe.png
new file mode 100644
index 0000000000..9b5f7135b6
Binary files /dev/null and b/public/emojipng/1f647-1f3fe.png differ
diff --git a/public/emojipng/1f647-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f647-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..2c192cb641
Binary files /dev/null and b/public/emojipng/1f647-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f647-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f97b23935f
Binary files /dev/null and b/public/emojipng/1f647-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f647-1f3ff.png b/public/emojipng/1f647-1f3ff.png
new file mode 100644
index 0000000000..561024107a
Binary files /dev/null and b/public/emojipng/1f647-1f3ff.png differ
diff --git a/public/emojipng/1f647-200d-2640-fe0f.png b/public/emojipng/1f647-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bee0cd77fa
Binary files /dev/null and b/public/emojipng/1f647-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f647-200d-2642-fe0f.png b/public/emojipng/1f647-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1c7a05baa5
Binary files /dev/null and b/public/emojipng/1f647-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f647.png b/public/emojipng/1f647.png
new file mode 100644
index 0000000000..7f92695560
Binary files /dev/null and b/public/emojipng/1f647.png differ
diff --git a/public/emojipng/1f648.png b/public/emojipng/1f648.png
new file mode 100644
index 0000000000..d9866c9042
Binary files /dev/null and b/public/emojipng/1f648.png differ
diff --git a/public/emojipng/1f649.png b/public/emojipng/1f649.png
new file mode 100644
index 0000000000..284cf9b4b5
Binary files /dev/null and b/public/emojipng/1f649.png differ
diff --git a/public/emojipng/1f64a.png b/public/emojipng/1f64a.png
new file mode 100644
index 0000000000..ab35f405a9
Binary files /dev/null and b/public/emojipng/1f64a.png differ
diff --git a/public/emojipng/1f64b-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f64b-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bfadf8f909
Binary files /dev/null and b/public/emojipng/1f64b-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f64b-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c3eaf18d18
Binary files /dev/null and b/public/emojipng/1f64b-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fb.png b/public/emojipng/1f64b-1f3fb.png
new file mode 100644
index 0000000000..97439b7bb5
Binary files /dev/null and b/public/emojipng/1f64b-1f3fb.png differ
diff --git a/public/emojipng/1f64b-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f64b-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c12537b102
Binary files /dev/null and b/public/emojipng/1f64b-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f64b-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..dffc95b685
Binary files /dev/null and b/public/emojipng/1f64b-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fc.png b/public/emojipng/1f64b-1f3fc.png
new file mode 100644
index 0000000000..b2ec6e1f4a
Binary files /dev/null and b/public/emojipng/1f64b-1f3fc.png differ
diff --git a/public/emojipng/1f64b-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f64b-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..431daae49a
Binary files /dev/null and b/public/emojipng/1f64b-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f64b-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ff577874e7
Binary files /dev/null and b/public/emojipng/1f64b-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fd.png b/public/emojipng/1f64b-1f3fd.png
new file mode 100644
index 0000000000..92c0e793b6
Binary files /dev/null and b/public/emojipng/1f64b-1f3fd.png differ
diff --git a/public/emojipng/1f64b-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f64b-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f21a1cbbd2
Binary files /dev/null and b/public/emojipng/1f64b-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f64b-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8423ab2f7d
Binary files /dev/null and b/public/emojipng/1f64b-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3fe.png b/public/emojipng/1f64b-1f3fe.png
new file mode 100644
index 0000000000..59c34dba7b
Binary files /dev/null and b/public/emojipng/1f64b-1f3fe.png differ
diff --git a/public/emojipng/1f64b-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f64b-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..328e2c5adb
Binary files /dev/null and b/public/emojipng/1f64b-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f64b-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..be3fe243b6
Binary files /dev/null and b/public/emojipng/1f64b-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64b-1f3ff.png b/public/emojipng/1f64b-1f3ff.png
new file mode 100644
index 0000000000..113a5d95db
Binary files /dev/null and b/public/emojipng/1f64b-1f3ff.png differ
diff --git a/public/emojipng/1f64b-200d-2640-fe0f.png b/public/emojipng/1f64b-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d66bfa3f12
Binary files /dev/null and b/public/emojipng/1f64b-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64b-200d-2642-fe0f.png b/public/emojipng/1f64b-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a7ac68aeed
Binary files /dev/null and b/public/emojipng/1f64b-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64b.png b/public/emojipng/1f64b.png
new file mode 100644
index 0000000000..ca3aef07e0
Binary files /dev/null and b/public/emojipng/1f64b.png differ
diff --git a/public/emojipng/1f64c-1f3fb.png b/public/emojipng/1f64c-1f3fb.png
new file mode 100644
index 0000000000..6933625595
Binary files /dev/null and b/public/emojipng/1f64c-1f3fb.png differ
diff --git a/public/emojipng/1f64c-1f3fc.png b/public/emojipng/1f64c-1f3fc.png
new file mode 100644
index 0000000000..d1499a4f3a
Binary files /dev/null and b/public/emojipng/1f64c-1f3fc.png differ
diff --git a/public/emojipng/1f64c-1f3fd.png b/public/emojipng/1f64c-1f3fd.png
new file mode 100644
index 0000000000..aff7790bcd
Binary files /dev/null and b/public/emojipng/1f64c-1f3fd.png differ
diff --git a/public/emojipng/1f64c-1f3fe.png b/public/emojipng/1f64c-1f3fe.png
new file mode 100644
index 0000000000..1b91f8b02f
Binary files /dev/null and b/public/emojipng/1f64c-1f3fe.png differ
diff --git a/public/emojipng/1f64c-1f3ff.png b/public/emojipng/1f64c-1f3ff.png
new file mode 100644
index 0000000000..bbec83c35a
Binary files /dev/null and b/public/emojipng/1f64c-1f3ff.png differ
diff --git a/public/emojipng/1f64c.png b/public/emojipng/1f64c.png
new file mode 100644
index 0000000000..e634507a0b
Binary files /dev/null and b/public/emojipng/1f64c.png differ
diff --git a/public/emojipng/1f64d-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f64d-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..aae352d056
Binary files /dev/null and b/public/emojipng/1f64d-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f64d-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..418bca4b98
Binary files /dev/null and b/public/emojipng/1f64d-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fb.png b/public/emojipng/1f64d-1f3fb.png
new file mode 100644
index 0000000000..840ddde7d2
Binary files /dev/null and b/public/emojipng/1f64d-1f3fb.png differ
diff --git a/public/emojipng/1f64d-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f64d-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1ddc7df17d
Binary files /dev/null and b/public/emojipng/1f64d-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f64d-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..aa2ce5703c
Binary files /dev/null and b/public/emojipng/1f64d-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fc.png b/public/emojipng/1f64d-1f3fc.png
new file mode 100644
index 0000000000..820ebabf80
Binary files /dev/null and b/public/emojipng/1f64d-1f3fc.png differ
diff --git a/public/emojipng/1f64d-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f64d-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..611f5abc71
Binary files /dev/null and b/public/emojipng/1f64d-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f64d-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6de2188406
Binary files /dev/null and b/public/emojipng/1f64d-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fd.png b/public/emojipng/1f64d-1f3fd.png
new file mode 100644
index 0000000000..196cb444d1
Binary files /dev/null and b/public/emojipng/1f64d-1f3fd.png differ
diff --git a/public/emojipng/1f64d-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f64d-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f9be0f0f02
Binary files /dev/null and b/public/emojipng/1f64d-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f64d-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..7e7117d633
Binary files /dev/null and b/public/emojipng/1f64d-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3fe.png b/public/emojipng/1f64d-1f3fe.png
new file mode 100644
index 0000000000..eb07daabbe
Binary files /dev/null and b/public/emojipng/1f64d-1f3fe.png differ
diff --git a/public/emojipng/1f64d-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f64d-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a79fe542dc
Binary files /dev/null and b/public/emojipng/1f64d-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f64d-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..b20da5f07d
Binary files /dev/null and b/public/emojipng/1f64d-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64d-1f3ff.png b/public/emojipng/1f64d-1f3ff.png
new file mode 100644
index 0000000000..d9ef12d0d1
Binary files /dev/null and b/public/emojipng/1f64d-1f3ff.png differ
diff --git a/public/emojipng/1f64d-200d-2640-fe0f.png b/public/emojipng/1f64d-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8ecf1966be
Binary files /dev/null and b/public/emojipng/1f64d-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64d-200d-2642-fe0f.png b/public/emojipng/1f64d-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f4cc4acc15
Binary files /dev/null and b/public/emojipng/1f64d-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64d.png b/public/emojipng/1f64d.png
new file mode 100644
index 0000000000..1d58cfe929
Binary files /dev/null and b/public/emojipng/1f64d.png differ
diff --git a/public/emojipng/1f64e-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f64e-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..86dd895a35
Binary files /dev/null and b/public/emojipng/1f64e-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f64e-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f13a8093a9
Binary files /dev/null and b/public/emojipng/1f64e-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fb.png b/public/emojipng/1f64e-1f3fb.png
new file mode 100644
index 0000000000..fb498d23d2
Binary files /dev/null and b/public/emojipng/1f64e-1f3fb.png differ
diff --git a/public/emojipng/1f64e-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f64e-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..75f03ce985
Binary files /dev/null and b/public/emojipng/1f64e-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f64e-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..87b6e6ce87
Binary files /dev/null and b/public/emojipng/1f64e-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fc.png b/public/emojipng/1f64e-1f3fc.png
new file mode 100644
index 0000000000..30189f4383
Binary files /dev/null and b/public/emojipng/1f64e-1f3fc.png differ
diff --git a/public/emojipng/1f64e-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f64e-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3d1528dece
Binary files /dev/null and b/public/emojipng/1f64e-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f64e-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ed75c900a3
Binary files /dev/null and b/public/emojipng/1f64e-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fd.png b/public/emojipng/1f64e-1f3fd.png
new file mode 100644
index 0000000000..e515a71283
Binary files /dev/null and b/public/emojipng/1f64e-1f3fd.png differ
diff --git a/public/emojipng/1f64e-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f64e-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a8b0388daa
Binary files /dev/null and b/public/emojipng/1f64e-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f64e-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..75dfe96016
Binary files /dev/null and b/public/emojipng/1f64e-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3fe.png b/public/emojipng/1f64e-1f3fe.png
new file mode 100644
index 0000000000..a60b07cc80
Binary files /dev/null and b/public/emojipng/1f64e-1f3fe.png differ
diff --git a/public/emojipng/1f64e-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f64e-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c293681fb6
Binary files /dev/null and b/public/emojipng/1f64e-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f64e-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fd5365cad3
Binary files /dev/null and b/public/emojipng/1f64e-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64e-1f3ff.png b/public/emojipng/1f64e-1f3ff.png
new file mode 100644
index 0000000000..1a746f3f77
Binary files /dev/null and b/public/emojipng/1f64e-1f3ff.png differ
diff --git a/public/emojipng/1f64e-200d-2640-fe0f.png b/public/emojipng/1f64e-200d-2640-fe0f.png
new file mode 100644
index 0000000000..72da6530d0
Binary files /dev/null and b/public/emojipng/1f64e-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f64e-200d-2642-fe0f.png b/public/emojipng/1f64e-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4c6b4298da
Binary files /dev/null and b/public/emojipng/1f64e-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f64e.png b/public/emojipng/1f64e.png
new file mode 100644
index 0000000000..92a455969c
Binary files /dev/null and b/public/emojipng/1f64e.png differ
diff --git a/public/emojipng/1f64f-1f3fb.png b/public/emojipng/1f64f-1f3fb.png
new file mode 100644
index 0000000000..25dfbd62ca
Binary files /dev/null and b/public/emojipng/1f64f-1f3fb.png differ
diff --git a/public/emojipng/1f64f-1f3fc.png b/public/emojipng/1f64f-1f3fc.png
new file mode 100644
index 0000000000..c7025799ad
Binary files /dev/null and b/public/emojipng/1f64f-1f3fc.png differ
diff --git a/public/emojipng/1f64f-1f3fd.png b/public/emojipng/1f64f-1f3fd.png
new file mode 100644
index 0000000000..4f8982c459
Binary files /dev/null and b/public/emojipng/1f64f-1f3fd.png differ
diff --git a/public/emojipng/1f64f-1f3fe.png b/public/emojipng/1f64f-1f3fe.png
new file mode 100644
index 0000000000..ab440bb60b
Binary files /dev/null and b/public/emojipng/1f64f-1f3fe.png differ
diff --git a/public/emojipng/1f64f-1f3ff.png b/public/emojipng/1f64f-1f3ff.png
new file mode 100644
index 0000000000..6274a14cc0
Binary files /dev/null and b/public/emojipng/1f64f-1f3ff.png differ
diff --git a/public/emojipng/1f64f.png b/public/emojipng/1f64f.png
new file mode 100644
index 0000000000..b18f35a7f6
Binary files /dev/null and b/public/emojipng/1f64f.png differ
diff --git a/public/emojipng/1f680.png b/public/emojipng/1f680.png
new file mode 100644
index 0000000000..ee6a88ac73
Binary files /dev/null and b/public/emojipng/1f680.png differ
diff --git a/public/emojipng/1f681.png b/public/emojipng/1f681.png
new file mode 100644
index 0000000000..10796dfb77
Binary files /dev/null and b/public/emojipng/1f681.png differ
diff --git a/public/emojipng/1f682.png b/public/emojipng/1f682.png
new file mode 100644
index 0000000000..00d6b1c86c
Binary files /dev/null and b/public/emojipng/1f682.png differ
diff --git a/public/emojipng/1f683.png b/public/emojipng/1f683.png
new file mode 100644
index 0000000000..d563d35b64
Binary files /dev/null and b/public/emojipng/1f683.png differ
diff --git a/public/emojipng/1f684.png b/public/emojipng/1f684.png
new file mode 100644
index 0000000000..826875f7b4
Binary files /dev/null and b/public/emojipng/1f684.png differ
diff --git a/public/emojipng/1f685.png b/public/emojipng/1f685.png
new file mode 100644
index 0000000000..ae356c6d62
Binary files /dev/null and b/public/emojipng/1f685.png differ
diff --git a/public/emojipng/1f686.png b/public/emojipng/1f686.png
new file mode 100644
index 0000000000..c74aa912a7
Binary files /dev/null and b/public/emojipng/1f686.png differ
diff --git a/public/emojipng/1f687.png b/public/emojipng/1f687.png
new file mode 100644
index 0000000000..d4614c1451
Binary files /dev/null and b/public/emojipng/1f687.png differ
diff --git a/public/emojipng/1f688.png b/public/emojipng/1f688.png
new file mode 100644
index 0000000000..26aa866540
Binary files /dev/null and b/public/emojipng/1f688.png differ
diff --git a/public/emojipng/1f689.png b/public/emojipng/1f689.png
new file mode 100644
index 0000000000..596d8d6142
Binary files /dev/null and b/public/emojipng/1f689.png differ
diff --git a/public/emojipng/1f68a.png b/public/emojipng/1f68a.png
new file mode 100644
index 0000000000..9d51921680
Binary files /dev/null and b/public/emojipng/1f68a.png differ
diff --git a/public/emojipng/1f68b.png b/public/emojipng/1f68b.png
new file mode 100644
index 0000000000..f497e46674
Binary files /dev/null and b/public/emojipng/1f68b.png differ
diff --git a/public/emojipng/1f68c.png b/public/emojipng/1f68c.png
new file mode 100644
index 0000000000..4a900b4da0
Binary files /dev/null and b/public/emojipng/1f68c.png differ
diff --git a/public/emojipng/1f68d.png b/public/emojipng/1f68d.png
new file mode 100644
index 0000000000..078be9ba71
Binary files /dev/null and b/public/emojipng/1f68d.png differ
diff --git a/public/emojipng/1f68e.png b/public/emojipng/1f68e.png
new file mode 100644
index 0000000000..cc5a24037f
Binary files /dev/null and b/public/emojipng/1f68e.png differ
diff --git a/public/emojipng/1f68f.png b/public/emojipng/1f68f.png
new file mode 100644
index 0000000000..06a7892894
Binary files /dev/null and b/public/emojipng/1f68f.png differ
diff --git a/public/emojipng/1f690.png b/public/emojipng/1f690.png
new file mode 100644
index 0000000000..ee8318b525
Binary files /dev/null and b/public/emojipng/1f690.png differ
diff --git a/public/emojipng/1f691.png b/public/emojipng/1f691.png
new file mode 100644
index 0000000000..154fafae93
Binary files /dev/null and b/public/emojipng/1f691.png differ
diff --git a/public/emojipng/1f692.png b/public/emojipng/1f692.png
new file mode 100644
index 0000000000..c8bef7b865
Binary files /dev/null and b/public/emojipng/1f692.png differ
diff --git a/public/emojipng/1f693.png b/public/emojipng/1f693.png
new file mode 100644
index 0000000000..97428b4083
Binary files /dev/null and b/public/emojipng/1f693.png differ
diff --git a/public/emojipng/1f694.png b/public/emojipng/1f694.png
new file mode 100644
index 0000000000..53e8067028
Binary files /dev/null and b/public/emojipng/1f694.png differ
diff --git a/public/emojipng/1f695.png b/public/emojipng/1f695.png
new file mode 100644
index 0000000000..118ac470c3
Binary files /dev/null and b/public/emojipng/1f695.png differ
diff --git a/public/emojipng/1f696.png b/public/emojipng/1f696.png
new file mode 100644
index 0000000000..116b2b4364
Binary files /dev/null and b/public/emojipng/1f696.png differ
diff --git a/public/emojipng/1f697.png b/public/emojipng/1f697.png
new file mode 100644
index 0000000000..fb0f6c86b6
Binary files /dev/null and b/public/emojipng/1f697.png differ
diff --git a/public/emojipng/1f698.png b/public/emojipng/1f698.png
new file mode 100644
index 0000000000..666ed7e013
Binary files /dev/null and b/public/emojipng/1f698.png differ
diff --git a/public/emojipng/1f699.png b/public/emojipng/1f699.png
new file mode 100644
index 0000000000..4563409213
Binary files /dev/null and b/public/emojipng/1f699.png differ
diff --git a/public/emojipng/1f69a.png b/public/emojipng/1f69a.png
new file mode 100644
index 0000000000..2fadb0a186
Binary files /dev/null and b/public/emojipng/1f69a.png differ
diff --git a/public/emojipng/1f69b.png b/public/emojipng/1f69b.png
new file mode 100644
index 0000000000..883f792ec1
Binary files /dev/null and b/public/emojipng/1f69b.png differ
diff --git a/public/emojipng/1f69c.png b/public/emojipng/1f69c.png
new file mode 100644
index 0000000000..715c1511d5
Binary files /dev/null and b/public/emojipng/1f69c.png differ
diff --git a/public/emojipng/1f69d.png b/public/emojipng/1f69d.png
new file mode 100644
index 0000000000..ce6a1c79b5
Binary files /dev/null and b/public/emojipng/1f69d.png differ
diff --git a/public/emojipng/1f69e.png b/public/emojipng/1f69e.png
new file mode 100644
index 0000000000..255b5fcb84
Binary files /dev/null and b/public/emojipng/1f69e.png differ
diff --git a/public/emojipng/1f69f.png b/public/emojipng/1f69f.png
new file mode 100644
index 0000000000..5615e3b760
Binary files /dev/null and b/public/emojipng/1f69f.png differ
diff --git a/public/emojipng/1f6a0.png b/public/emojipng/1f6a0.png
new file mode 100644
index 0000000000..b0b508ab6b
Binary files /dev/null and b/public/emojipng/1f6a0.png differ
diff --git a/public/emojipng/1f6a1.png b/public/emojipng/1f6a1.png
new file mode 100644
index 0000000000..4c45163e0a
Binary files /dev/null and b/public/emojipng/1f6a1.png differ
diff --git a/public/emojipng/1f6a2.png b/public/emojipng/1f6a2.png
new file mode 100644
index 0000000000..aba0f76e00
Binary files /dev/null and b/public/emojipng/1f6a2.png differ
diff --git a/public/emojipng/1f6a3-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f6a3-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fde490bb6e
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f6a3-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..18b201b803
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fb.png b/public/emojipng/1f6a3-1f3fb.png
new file mode 100644
index 0000000000..9bdd601069
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fb.png differ
diff --git a/public/emojipng/1f6a3-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f6a3-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..16884b8eec
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f6a3-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8e9d27becc
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fc.png b/public/emojipng/1f6a3-1f3fc.png
new file mode 100644
index 0000000000..ad8126e2e7
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fc.png differ
diff --git a/public/emojipng/1f6a3-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f6a3-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c58930f590
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f6a3-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e543a176de
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fd.png b/public/emojipng/1f6a3-1f3fd.png
new file mode 100644
index 0000000000..7cb95e5eda
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fd.png differ
diff --git a/public/emojipng/1f6a3-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f6a3-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..179b248bff
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f6a3-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fc992c215e
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3fe.png b/public/emojipng/1f6a3-1f3fe.png
new file mode 100644
index 0000000000..44d884e57d
Binary files /dev/null and b/public/emojipng/1f6a3-1f3fe.png differ
diff --git a/public/emojipng/1f6a3-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f6a3-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3624440360
Binary files /dev/null and b/public/emojipng/1f6a3-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f6a3-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..846573e3e2
Binary files /dev/null and b/public/emojipng/1f6a3-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6a3-1f3ff.png b/public/emojipng/1f6a3-1f3ff.png
new file mode 100644
index 0000000000..270c275c45
Binary files /dev/null and b/public/emojipng/1f6a3-1f3ff.png differ
diff --git a/public/emojipng/1f6a3-200d-2640-fe0f.png b/public/emojipng/1f6a3-200d-2640-fe0f.png
new file mode 100644
index 0000000000..21e1468e9d
Binary files /dev/null and b/public/emojipng/1f6a3-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6a3-200d-2642-fe0f.png b/public/emojipng/1f6a3-200d-2642-fe0f.png
new file mode 100644
index 0000000000..34cc521527
Binary files /dev/null and b/public/emojipng/1f6a3-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6a3.png b/public/emojipng/1f6a3.png
new file mode 100644
index 0000000000..405d114bfd
Binary files /dev/null and b/public/emojipng/1f6a3.png differ
diff --git a/public/emojipng/1f6a4.png b/public/emojipng/1f6a4.png
new file mode 100644
index 0000000000..2fea9d256f
Binary files /dev/null and b/public/emojipng/1f6a4.png differ
diff --git a/public/emojipng/1f6a5.png b/public/emojipng/1f6a5.png
new file mode 100644
index 0000000000..82e222ae62
Binary files /dev/null and b/public/emojipng/1f6a5.png differ
diff --git a/public/emojipng/1f6a6.png b/public/emojipng/1f6a6.png
new file mode 100644
index 0000000000..0596ab3523
Binary files /dev/null and b/public/emojipng/1f6a6.png differ
diff --git a/public/emojipng/1f6a7.png b/public/emojipng/1f6a7.png
new file mode 100644
index 0000000000..b4e63faff1
Binary files /dev/null and b/public/emojipng/1f6a7.png differ
diff --git a/public/emojipng/1f6a8.png b/public/emojipng/1f6a8.png
new file mode 100644
index 0000000000..170218b147
Binary files /dev/null and b/public/emojipng/1f6a8.png differ
diff --git a/public/emojipng/1f6a9.png b/public/emojipng/1f6a9.png
new file mode 100644
index 0000000000..aa650d6dcb
Binary files /dev/null and b/public/emojipng/1f6a9.png differ
diff --git a/public/emojipng/1f6aa.png b/public/emojipng/1f6aa.png
new file mode 100644
index 0000000000..2ac4b18b0a
Binary files /dev/null and b/public/emojipng/1f6aa.png differ
diff --git a/public/emojipng/1f6ab.png b/public/emojipng/1f6ab.png
new file mode 100644
index 0000000000..43aba4d3fd
Binary files /dev/null and b/public/emojipng/1f6ab.png differ
diff --git a/public/emojipng/1f6ac.png b/public/emojipng/1f6ac.png
new file mode 100644
index 0000000000..ec1b357237
Binary files /dev/null and b/public/emojipng/1f6ac.png differ
diff --git a/public/emojipng/1f6ad.png b/public/emojipng/1f6ad.png
new file mode 100644
index 0000000000..f1e1bc17c0
Binary files /dev/null and b/public/emojipng/1f6ad.png differ
diff --git a/public/emojipng/1f6ae.png b/public/emojipng/1f6ae.png
new file mode 100644
index 0000000000..5636443371
Binary files /dev/null and b/public/emojipng/1f6ae.png differ
diff --git a/public/emojipng/1f6af.png b/public/emojipng/1f6af.png
new file mode 100644
index 0000000000..eb0b0ab56f
Binary files /dev/null and b/public/emojipng/1f6af.png differ
diff --git a/public/emojipng/1f6b0.png b/public/emojipng/1f6b0.png
new file mode 100644
index 0000000000..e50afb54b4
Binary files /dev/null and b/public/emojipng/1f6b0.png differ
diff --git a/public/emojipng/1f6b1.png b/public/emojipng/1f6b1.png
new file mode 100644
index 0000000000..41ee54ab9e
Binary files /dev/null and b/public/emojipng/1f6b1.png differ
diff --git a/public/emojipng/1f6b2.png b/public/emojipng/1f6b2.png
new file mode 100644
index 0000000000..3c3b5f88bc
Binary files /dev/null and b/public/emojipng/1f6b2.png differ
diff --git a/public/emojipng/1f6b3.png b/public/emojipng/1f6b3.png
new file mode 100644
index 0000000000..9d911de7f8
Binary files /dev/null and b/public/emojipng/1f6b3.png differ
diff --git a/public/emojipng/1f6b4-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f6b4-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..df15a18afe
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f6b4-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..cd2a021e34
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fb.png b/public/emojipng/1f6b4-1f3fb.png
new file mode 100644
index 0000000000..ed9418f8ea
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fb.png differ
diff --git a/public/emojipng/1f6b4-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f6b4-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ab2991777e
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f6b4-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..626267467e
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fc.png b/public/emojipng/1f6b4-1f3fc.png
new file mode 100644
index 0000000000..227b23c301
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fc.png differ
diff --git a/public/emojipng/1f6b4-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f6b4-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..76f60cd6ff
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f6b4-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fa5a581e59
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fd.png b/public/emojipng/1f6b4-1f3fd.png
new file mode 100644
index 0000000000..5dd31d7f10
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fd.png differ
diff --git a/public/emojipng/1f6b4-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f6b4-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..6df286ef52
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f6b4-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a5f0d7353f
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3fe.png b/public/emojipng/1f6b4-1f3fe.png
new file mode 100644
index 0000000000..542172dd06
Binary files /dev/null and b/public/emojipng/1f6b4-1f3fe.png differ
diff --git a/public/emojipng/1f6b4-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f6b4-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fdb0747c81
Binary files /dev/null and b/public/emojipng/1f6b4-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f6b4-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f6824bd060
Binary files /dev/null and b/public/emojipng/1f6b4-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b4-1f3ff.png b/public/emojipng/1f6b4-1f3ff.png
new file mode 100644
index 0000000000..154ced30da
Binary files /dev/null and b/public/emojipng/1f6b4-1f3ff.png differ
diff --git a/public/emojipng/1f6b4-200d-2640-fe0f.png b/public/emojipng/1f6b4-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bf9729e40c
Binary files /dev/null and b/public/emojipng/1f6b4-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b4-200d-2642-fe0f.png b/public/emojipng/1f6b4-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4e20da3472
Binary files /dev/null and b/public/emojipng/1f6b4-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b4.png b/public/emojipng/1f6b4.png
new file mode 100644
index 0000000000..740460a5c4
Binary files /dev/null and b/public/emojipng/1f6b4.png differ
diff --git a/public/emojipng/1f6b5-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f6b5-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..acf76d55ab
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f6b5-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..80193f2b18
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fb.png b/public/emojipng/1f6b5-1f3fb.png
new file mode 100644
index 0000000000..f11d9b0e9f
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fb.png differ
diff --git a/public/emojipng/1f6b5-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f6b5-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..2015da4886
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f6b5-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..858838777c
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fc.png b/public/emojipng/1f6b5-1f3fc.png
new file mode 100644
index 0000000000..d64e9126c5
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fc.png differ
diff --git a/public/emojipng/1f6b5-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f6b5-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..781b6363f8
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f6b5-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0fa06e5e27
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fd.png b/public/emojipng/1f6b5-1f3fd.png
new file mode 100644
index 0000000000..cdbec9bce3
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fd.png differ
diff --git a/public/emojipng/1f6b5-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f6b5-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b016fd04f8
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f6b5-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..35783c0b1d
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3fe.png b/public/emojipng/1f6b5-1f3fe.png
new file mode 100644
index 0000000000..b47ec86843
Binary files /dev/null and b/public/emojipng/1f6b5-1f3fe.png differ
diff --git a/public/emojipng/1f6b5-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f6b5-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8d48bcbad7
Binary files /dev/null and b/public/emojipng/1f6b5-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f6b5-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..99cd3437b2
Binary files /dev/null and b/public/emojipng/1f6b5-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b5-1f3ff.png b/public/emojipng/1f6b5-1f3ff.png
new file mode 100644
index 0000000000..77b5a67ebb
Binary files /dev/null and b/public/emojipng/1f6b5-1f3ff.png differ
diff --git a/public/emojipng/1f6b5-200d-2640-fe0f.png b/public/emojipng/1f6b5-200d-2640-fe0f.png
new file mode 100644
index 0000000000..442571a93a
Binary files /dev/null and b/public/emojipng/1f6b5-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b5-200d-2642-fe0f.png b/public/emojipng/1f6b5-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1a65cdaecb
Binary files /dev/null and b/public/emojipng/1f6b5-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b5.png b/public/emojipng/1f6b5.png
new file mode 100644
index 0000000000..a19fca05b9
Binary files /dev/null and b/public/emojipng/1f6b5.png differ
diff --git a/public/emojipng/1f6b6-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..9242fe8b4d
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f6b6-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8adb675c40
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..648d6df1ff
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f6b6-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..21de68e56d
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fb-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fb-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..44c8ebfba7
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fb-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fb.png b/public/emojipng/1f6b6-1f3fb.png
new file mode 100644
index 0000000000..dedfe0def1
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fb.png differ
diff --git a/public/emojipng/1f6b6-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..dad007501a
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f6b6-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..83393cbbb8
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..648c7cea59
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f6b6-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ad530e7e56
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fc-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..0e906c7847
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fc.png b/public/emojipng/1f6b6-1f3fc.png
new file mode 100644
index 0000000000..7e9f7f2742
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fc.png differ
diff --git a/public/emojipng/1f6b6-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..423d9d5386
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f6b6-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a02b5596e6
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..67d234dfc7
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f6b6-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4ec1ab50c9
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fd-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..4da7831d0e
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fd.png b/public/emojipng/1f6b6-1f3fd.png
new file mode 100644
index 0000000000..e4cef4018c
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fd.png differ
diff --git a/public/emojipng/1f6b6-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..cecc609b1b
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f6b6-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1a7393e143
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..b001149131
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f6b6-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8d60431ecd
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fe-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3fe-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..5ca6ce8d9e
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fe-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3fe.png b/public/emojipng/1f6b6-1f3fe.png
new file mode 100644
index 0000000000..1713d959fb
Binary files /dev/null and b/public/emojipng/1f6b6-1f3fe.png differ
diff --git a/public/emojipng/1f6b6-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..bc135e6c3c
Binary files /dev/null and b/public/emojipng/1f6b6-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f6b6-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..4c15c76936
Binary files /dev/null and b/public/emojipng/1f6b6-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..cd564b41a0
Binary files /dev/null and b/public/emojipng/1f6b6-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f6b6-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4bc174b724
Binary files /dev/null and b/public/emojipng/1f6b6-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3ff-200d-27a1-fe0f.png b/public/emojipng/1f6b6-1f3ff-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..fd81af89a2
Binary files /dev/null and b/public/emojipng/1f6b6-1f3ff-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-1f3ff.png b/public/emojipng/1f6b6-1f3ff.png
new file mode 100644
index 0000000000..f3719b6d06
Binary files /dev/null and b/public/emojipng/1f6b6-1f3ff.png differ
diff --git a/public/emojipng/1f6b6-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..ea8ac23cd7
Binary files /dev/null and b/public/emojipng/1f6b6-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-200d-2640-fe0f.png b/public/emojipng/1f6b6-200d-2640-fe0f.png
new file mode 100644
index 0000000000..33f0cf7414
Binary files /dev/null and b/public/emojipng/1f6b6-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f6b6-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f6b6-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..61384241d1
Binary files /dev/null and b/public/emojipng/1f6b6-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6-200d-2642-fe0f.png b/public/emojipng/1f6b6-200d-2642-fe0f.png
new file mode 100644
index 0000000000..59d7673e2b
Binary files /dev/null and b/public/emojipng/1f6b6-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f6b6-200d-27a1-fe0f.png b/public/emojipng/1f6b6-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..d83236e9be
Binary files /dev/null and b/public/emojipng/1f6b6-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f6b6.png b/public/emojipng/1f6b6.png
new file mode 100644
index 0000000000..a45b3db78f
Binary files /dev/null and b/public/emojipng/1f6b6.png differ
diff --git a/public/emojipng/1f6b7.png b/public/emojipng/1f6b7.png
new file mode 100644
index 0000000000..92bfa62a99
Binary files /dev/null and b/public/emojipng/1f6b7.png differ
diff --git a/public/emojipng/1f6b8.png b/public/emojipng/1f6b8.png
new file mode 100644
index 0000000000..72ff572c64
Binary files /dev/null and b/public/emojipng/1f6b8.png differ
diff --git a/public/emojipng/1f6b9.png b/public/emojipng/1f6b9.png
new file mode 100644
index 0000000000..ea42e7ff64
Binary files /dev/null and b/public/emojipng/1f6b9.png differ
diff --git a/public/emojipng/1f6ba.png b/public/emojipng/1f6ba.png
new file mode 100644
index 0000000000..636d05b632
Binary files /dev/null and b/public/emojipng/1f6ba.png differ
diff --git a/public/emojipng/1f6bb.png b/public/emojipng/1f6bb.png
new file mode 100644
index 0000000000..7bb19365e9
Binary files /dev/null and b/public/emojipng/1f6bb.png differ
diff --git a/public/emojipng/1f6bc.png b/public/emojipng/1f6bc.png
new file mode 100644
index 0000000000..4195611226
Binary files /dev/null and b/public/emojipng/1f6bc.png differ
diff --git a/public/emojipng/1f6bd.png b/public/emojipng/1f6bd.png
new file mode 100644
index 0000000000..a85e96567c
Binary files /dev/null and b/public/emojipng/1f6bd.png differ
diff --git a/public/emojipng/1f6be.png b/public/emojipng/1f6be.png
new file mode 100644
index 0000000000..9583065733
Binary files /dev/null and b/public/emojipng/1f6be.png differ
diff --git a/public/emojipng/1f6bf.png b/public/emojipng/1f6bf.png
new file mode 100644
index 0000000000..59619c4bba
Binary files /dev/null and b/public/emojipng/1f6bf.png differ
diff --git a/public/emojipng/1f6c0-1f3fb.png b/public/emojipng/1f6c0-1f3fb.png
new file mode 100644
index 0000000000..88d871a4f4
Binary files /dev/null and b/public/emojipng/1f6c0-1f3fb.png differ
diff --git a/public/emojipng/1f6c0-1f3fc.png b/public/emojipng/1f6c0-1f3fc.png
new file mode 100644
index 0000000000..9f43d609db
Binary files /dev/null and b/public/emojipng/1f6c0-1f3fc.png differ
diff --git a/public/emojipng/1f6c0-1f3fd.png b/public/emojipng/1f6c0-1f3fd.png
new file mode 100644
index 0000000000..437bfe94b0
Binary files /dev/null and b/public/emojipng/1f6c0-1f3fd.png differ
diff --git a/public/emojipng/1f6c0-1f3fe.png b/public/emojipng/1f6c0-1f3fe.png
new file mode 100644
index 0000000000..1ded3eccaa
Binary files /dev/null and b/public/emojipng/1f6c0-1f3fe.png differ
diff --git a/public/emojipng/1f6c0-1f3ff.png b/public/emojipng/1f6c0-1f3ff.png
new file mode 100644
index 0000000000..4e030ad13d
Binary files /dev/null and b/public/emojipng/1f6c0-1f3ff.png differ
diff --git a/public/emojipng/1f6c0.png b/public/emojipng/1f6c0.png
new file mode 100644
index 0000000000..476a0c174b
Binary files /dev/null and b/public/emojipng/1f6c0.png differ
diff --git a/public/emojipng/1f6c1.png b/public/emojipng/1f6c1.png
new file mode 100644
index 0000000000..cac11d9aa1
Binary files /dev/null and b/public/emojipng/1f6c1.png differ
diff --git a/public/emojipng/1f6c2.png b/public/emojipng/1f6c2.png
new file mode 100644
index 0000000000..f3ded0a810
Binary files /dev/null and b/public/emojipng/1f6c2.png differ
diff --git a/public/emojipng/1f6c3.png b/public/emojipng/1f6c3.png
new file mode 100644
index 0000000000..b065c8d0da
Binary files /dev/null and b/public/emojipng/1f6c3.png differ
diff --git a/public/emojipng/1f6c4.png b/public/emojipng/1f6c4.png
new file mode 100644
index 0000000000..6c15f41ed7
Binary files /dev/null and b/public/emojipng/1f6c4.png differ
diff --git a/public/emojipng/1f6c5.png b/public/emojipng/1f6c5.png
new file mode 100644
index 0000000000..755c5ca8e3
Binary files /dev/null and b/public/emojipng/1f6c5.png differ
diff --git a/public/emojipng/1f6cb.png b/public/emojipng/1f6cb.png
new file mode 100644
index 0000000000..2634ec310d
Binary files /dev/null and b/public/emojipng/1f6cb.png differ
diff --git a/public/emojipng/1f6cc-1f3fb.png b/public/emojipng/1f6cc-1f3fb.png
new file mode 100644
index 0000000000..1f9e71fc43
Binary files /dev/null and b/public/emojipng/1f6cc-1f3fb.png differ
diff --git a/public/emojipng/1f6cc-1f3fc.png b/public/emojipng/1f6cc-1f3fc.png
new file mode 100644
index 0000000000..bf38c8114a
Binary files /dev/null and b/public/emojipng/1f6cc-1f3fc.png differ
diff --git a/public/emojipng/1f6cc-1f3fd.png b/public/emojipng/1f6cc-1f3fd.png
new file mode 100644
index 0000000000..c1e9c14341
Binary files /dev/null and b/public/emojipng/1f6cc-1f3fd.png differ
diff --git a/public/emojipng/1f6cc-1f3fe.png b/public/emojipng/1f6cc-1f3fe.png
new file mode 100644
index 0000000000..8764e991d0
Binary files /dev/null and b/public/emojipng/1f6cc-1f3fe.png differ
diff --git a/public/emojipng/1f6cc-1f3ff.png b/public/emojipng/1f6cc-1f3ff.png
new file mode 100644
index 0000000000..3e02dc6ddb
Binary files /dev/null and b/public/emojipng/1f6cc-1f3ff.png differ
diff --git a/public/emojipng/1f6cc.png b/public/emojipng/1f6cc.png
new file mode 100644
index 0000000000..432262ecaf
Binary files /dev/null and b/public/emojipng/1f6cc.png differ
diff --git a/public/emojipng/1f6cd.png b/public/emojipng/1f6cd.png
new file mode 100644
index 0000000000..6fd9e6bbe4
Binary files /dev/null and b/public/emojipng/1f6cd.png differ
diff --git a/public/emojipng/1f6ce.png b/public/emojipng/1f6ce.png
new file mode 100644
index 0000000000..82d49dab57
Binary files /dev/null and b/public/emojipng/1f6ce.png differ
diff --git a/public/emojipng/1f6cf.png b/public/emojipng/1f6cf.png
new file mode 100644
index 0000000000..5b2a2b641f
Binary files /dev/null and b/public/emojipng/1f6cf.png differ
diff --git a/public/emojipng/1f6d0.png b/public/emojipng/1f6d0.png
new file mode 100644
index 0000000000..c064314c8b
Binary files /dev/null and b/public/emojipng/1f6d0.png differ
diff --git a/public/emojipng/1f6d1.png b/public/emojipng/1f6d1.png
new file mode 100644
index 0000000000..583f00dfd6
Binary files /dev/null and b/public/emojipng/1f6d1.png differ
diff --git a/public/emojipng/1f6d2.png b/public/emojipng/1f6d2.png
new file mode 100644
index 0000000000..1ca32e8330
Binary files /dev/null and b/public/emojipng/1f6d2.png differ
diff --git a/public/emojipng/1f6d5.png b/public/emojipng/1f6d5.png
new file mode 100644
index 0000000000..2c20004e8a
Binary files /dev/null and b/public/emojipng/1f6d5.png differ
diff --git a/public/emojipng/1f6d6.png b/public/emojipng/1f6d6.png
new file mode 100644
index 0000000000..16e300625e
Binary files /dev/null and b/public/emojipng/1f6d6.png differ
diff --git a/public/emojipng/1f6d7.png b/public/emojipng/1f6d7.png
new file mode 100644
index 0000000000..4670711dd6
Binary files /dev/null and b/public/emojipng/1f6d7.png differ
diff --git a/public/emojipng/1f6d8.png b/public/emojipng/1f6d8.png
new file mode 100644
index 0000000000..cb1c69dc52
Binary files /dev/null and b/public/emojipng/1f6d8.png differ
diff --git a/public/emojipng/1f6dc.png b/public/emojipng/1f6dc.png
new file mode 100644
index 0000000000..3aad5d590d
Binary files /dev/null and b/public/emojipng/1f6dc.png differ
diff --git a/public/emojipng/1f6dd.png b/public/emojipng/1f6dd.png
new file mode 100644
index 0000000000..a74dd95ae4
Binary files /dev/null and b/public/emojipng/1f6dd.png differ
diff --git a/public/emojipng/1f6de.png b/public/emojipng/1f6de.png
new file mode 100644
index 0000000000..13e845b4a7
Binary files /dev/null and b/public/emojipng/1f6de.png differ
diff --git a/public/emojipng/1f6df.png b/public/emojipng/1f6df.png
new file mode 100644
index 0000000000..6bab85229c
Binary files /dev/null and b/public/emojipng/1f6df.png differ
diff --git a/public/emojipng/1f6e0.png b/public/emojipng/1f6e0.png
new file mode 100644
index 0000000000..6b64d3a11c
Binary files /dev/null and b/public/emojipng/1f6e0.png differ
diff --git a/public/emojipng/1f6e1.png b/public/emojipng/1f6e1.png
new file mode 100644
index 0000000000..b29d246639
Binary files /dev/null and b/public/emojipng/1f6e1.png differ
diff --git a/public/emojipng/1f6e2.png b/public/emojipng/1f6e2.png
new file mode 100644
index 0000000000..32b10f1aa3
Binary files /dev/null and b/public/emojipng/1f6e2.png differ
diff --git a/public/emojipng/1f6e3.png b/public/emojipng/1f6e3.png
new file mode 100644
index 0000000000..50d3dca2b1
Binary files /dev/null and b/public/emojipng/1f6e3.png differ
diff --git a/public/emojipng/1f6e4.png b/public/emojipng/1f6e4.png
new file mode 100644
index 0000000000..fa1547075c
Binary files /dev/null and b/public/emojipng/1f6e4.png differ
diff --git a/public/emojipng/1f6e5.png b/public/emojipng/1f6e5.png
new file mode 100644
index 0000000000..c573cb3d6c
Binary files /dev/null and b/public/emojipng/1f6e5.png differ
diff --git a/public/emojipng/1f6e9.png b/public/emojipng/1f6e9.png
new file mode 100644
index 0000000000..ee9cfe1837
Binary files /dev/null and b/public/emojipng/1f6e9.png differ
diff --git a/public/emojipng/1f6eb.png b/public/emojipng/1f6eb.png
new file mode 100644
index 0000000000..34531e823c
Binary files /dev/null and b/public/emojipng/1f6eb.png differ
diff --git a/public/emojipng/1f6ec.png b/public/emojipng/1f6ec.png
new file mode 100644
index 0000000000..f44f5c295e
Binary files /dev/null and b/public/emojipng/1f6ec.png differ
diff --git a/public/emojipng/1f6f0.png b/public/emojipng/1f6f0.png
new file mode 100644
index 0000000000..d834f7b898
Binary files /dev/null and b/public/emojipng/1f6f0.png differ
diff --git a/public/emojipng/1f6f3.png b/public/emojipng/1f6f3.png
new file mode 100644
index 0000000000..8f0be1dedd
Binary files /dev/null and b/public/emojipng/1f6f3.png differ
diff --git a/public/emojipng/1f6f4.png b/public/emojipng/1f6f4.png
new file mode 100644
index 0000000000..bbd247acba
Binary files /dev/null and b/public/emojipng/1f6f4.png differ
diff --git a/public/emojipng/1f6f5.png b/public/emojipng/1f6f5.png
new file mode 100644
index 0000000000..436efa3629
Binary files /dev/null and b/public/emojipng/1f6f5.png differ
diff --git a/public/emojipng/1f6f6.png b/public/emojipng/1f6f6.png
new file mode 100644
index 0000000000..99b6c1bbca
Binary files /dev/null and b/public/emojipng/1f6f6.png differ
diff --git a/public/emojipng/1f6f7.png b/public/emojipng/1f6f7.png
new file mode 100644
index 0000000000..e0f5eb7ee9
Binary files /dev/null and b/public/emojipng/1f6f7.png differ
diff --git a/public/emojipng/1f6f8.png b/public/emojipng/1f6f8.png
new file mode 100644
index 0000000000..ae7b217a2f
Binary files /dev/null and b/public/emojipng/1f6f8.png differ
diff --git a/public/emojipng/1f6f9.png b/public/emojipng/1f6f9.png
new file mode 100644
index 0000000000..142b14d8d7
Binary files /dev/null and b/public/emojipng/1f6f9.png differ
diff --git a/public/emojipng/1f6fa.png b/public/emojipng/1f6fa.png
new file mode 100644
index 0000000000..a0157fb735
Binary files /dev/null and b/public/emojipng/1f6fa.png differ
diff --git a/public/emojipng/1f6fb.png b/public/emojipng/1f6fb.png
new file mode 100644
index 0000000000..2bc271a7fd
Binary files /dev/null and b/public/emojipng/1f6fb.png differ
diff --git a/public/emojipng/1f6fc.png b/public/emojipng/1f6fc.png
new file mode 100644
index 0000000000..ba95b2eafa
Binary files /dev/null and b/public/emojipng/1f6fc.png differ
diff --git a/public/emojipng/1f7e0.png b/public/emojipng/1f7e0.png
new file mode 100644
index 0000000000..006dfd73c1
Binary files /dev/null and b/public/emojipng/1f7e0.png differ
diff --git a/public/emojipng/1f7e1.png b/public/emojipng/1f7e1.png
new file mode 100644
index 0000000000..16b1609ced
Binary files /dev/null and b/public/emojipng/1f7e1.png differ
diff --git a/public/emojipng/1f7e2.png b/public/emojipng/1f7e2.png
new file mode 100644
index 0000000000..8b267199d7
Binary files /dev/null and b/public/emojipng/1f7e2.png differ
diff --git a/public/emojipng/1f7e3.png b/public/emojipng/1f7e3.png
new file mode 100644
index 0000000000..194709defa
Binary files /dev/null and b/public/emojipng/1f7e3.png differ
diff --git a/public/emojipng/1f7e4.png b/public/emojipng/1f7e4.png
new file mode 100644
index 0000000000..57d9f46b04
Binary files /dev/null and b/public/emojipng/1f7e4.png differ
diff --git a/public/emojipng/1f7e5.png b/public/emojipng/1f7e5.png
new file mode 100644
index 0000000000..efd984d1b4
Binary files /dev/null and b/public/emojipng/1f7e5.png differ
diff --git a/public/emojipng/1f7e6.png b/public/emojipng/1f7e6.png
new file mode 100644
index 0000000000..11304dd310
Binary files /dev/null and b/public/emojipng/1f7e6.png differ
diff --git a/public/emojipng/1f7e7.png b/public/emojipng/1f7e7.png
new file mode 100644
index 0000000000..5d987f7b4d
Binary files /dev/null and b/public/emojipng/1f7e7.png differ
diff --git a/public/emojipng/1f7e8.png b/public/emojipng/1f7e8.png
new file mode 100644
index 0000000000..a55b13e717
Binary files /dev/null and b/public/emojipng/1f7e8.png differ
diff --git a/public/emojipng/1f7e9.png b/public/emojipng/1f7e9.png
new file mode 100644
index 0000000000..87fca3dd4b
Binary files /dev/null and b/public/emojipng/1f7e9.png differ
diff --git a/public/emojipng/1f7ea.png b/public/emojipng/1f7ea.png
new file mode 100644
index 0000000000..2d15d47907
Binary files /dev/null and b/public/emojipng/1f7ea.png differ
diff --git a/public/emojipng/1f7eb.png b/public/emojipng/1f7eb.png
new file mode 100644
index 0000000000..859afd69ae
Binary files /dev/null and b/public/emojipng/1f7eb.png differ
diff --git a/public/emojipng/1f7f0.png b/public/emojipng/1f7f0.png
new file mode 100644
index 0000000000..cc01767c2e
Binary files /dev/null and b/public/emojipng/1f7f0.png differ
diff --git a/public/emojipng/1f90c-1f3fb.png b/public/emojipng/1f90c-1f3fb.png
new file mode 100644
index 0000000000..1efddf99b9
Binary files /dev/null and b/public/emojipng/1f90c-1f3fb.png differ
diff --git a/public/emojipng/1f90c-1f3fc.png b/public/emojipng/1f90c-1f3fc.png
new file mode 100644
index 0000000000..884ed0dacf
Binary files /dev/null and b/public/emojipng/1f90c-1f3fc.png differ
diff --git a/public/emojipng/1f90c-1f3fd.png b/public/emojipng/1f90c-1f3fd.png
new file mode 100644
index 0000000000..00e0258211
Binary files /dev/null and b/public/emojipng/1f90c-1f3fd.png differ
diff --git a/public/emojipng/1f90c-1f3fe.png b/public/emojipng/1f90c-1f3fe.png
new file mode 100644
index 0000000000..83de986a93
Binary files /dev/null and b/public/emojipng/1f90c-1f3fe.png differ
diff --git a/public/emojipng/1f90c-1f3ff.png b/public/emojipng/1f90c-1f3ff.png
new file mode 100644
index 0000000000..fb4a3faa21
Binary files /dev/null and b/public/emojipng/1f90c-1f3ff.png differ
diff --git a/public/emojipng/1f90c.png b/public/emojipng/1f90c.png
new file mode 100644
index 0000000000..0fe8b356e2
Binary files /dev/null and b/public/emojipng/1f90c.png differ
diff --git a/public/emojipng/1f90d.png b/public/emojipng/1f90d.png
new file mode 100644
index 0000000000..38b3ed8eb4
Binary files /dev/null and b/public/emojipng/1f90d.png differ
diff --git a/public/emojipng/1f90e.png b/public/emojipng/1f90e.png
new file mode 100644
index 0000000000..f33e827de9
Binary files /dev/null and b/public/emojipng/1f90e.png differ
diff --git a/public/emojipng/1f90f-1f3fb.png b/public/emojipng/1f90f-1f3fb.png
new file mode 100644
index 0000000000..23eb251ded
Binary files /dev/null and b/public/emojipng/1f90f-1f3fb.png differ
diff --git a/public/emojipng/1f90f-1f3fc.png b/public/emojipng/1f90f-1f3fc.png
new file mode 100644
index 0000000000..bb45b10f51
Binary files /dev/null and b/public/emojipng/1f90f-1f3fc.png differ
diff --git a/public/emojipng/1f90f-1f3fd.png b/public/emojipng/1f90f-1f3fd.png
new file mode 100644
index 0000000000..f733bfbaa5
Binary files /dev/null and b/public/emojipng/1f90f-1f3fd.png differ
diff --git a/public/emojipng/1f90f-1f3fe.png b/public/emojipng/1f90f-1f3fe.png
new file mode 100644
index 0000000000..156da313b3
Binary files /dev/null and b/public/emojipng/1f90f-1f3fe.png differ
diff --git a/public/emojipng/1f90f-1f3ff.png b/public/emojipng/1f90f-1f3ff.png
new file mode 100644
index 0000000000..883f5c79f8
Binary files /dev/null and b/public/emojipng/1f90f-1f3ff.png differ
diff --git a/public/emojipng/1f90f.png b/public/emojipng/1f90f.png
new file mode 100644
index 0000000000..a463f0d583
Binary files /dev/null and b/public/emojipng/1f90f.png differ
diff --git a/public/emojipng/1f910.png b/public/emojipng/1f910.png
new file mode 100644
index 0000000000..8badd1278f
Binary files /dev/null and b/public/emojipng/1f910.png differ
diff --git a/public/emojipng/1f911.png b/public/emojipng/1f911.png
new file mode 100644
index 0000000000..e392e769dd
Binary files /dev/null and b/public/emojipng/1f911.png differ
diff --git a/public/emojipng/1f912.png b/public/emojipng/1f912.png
new file mode 100644
index 0000000000..79d49eb0a6
Binary files /dev/null and b/public/emojipng/1f912.png differ
diff --git a/public/emojipng/1f913.png b/public/emojipng/1f913.png
new file mode 100644
index 0000000000..2e231e4e36
Binary files /dev/null and b/public/emojipng/1f913.png differ
diff --git a/public/emojipng/1f914.png b/public/emojipng/1f914.png
new file mode 100644
index 0000000000..354f5a14e2
Binary files /dev/null and b/public/emojipng/1f914.png differ
diff --git a/public/emojipng/1f915.png b/public/emojipng/1f915.png
new file mode 100644
index 0000000000..c8ff292665
Binary files /dev/null and b/public/emojipng/1f915.png differ
diff --git a/public/emojipng/1f916.png b/public/emojipng/1f916.png
new file mode 100644
index 0000000000..3be87d30c7
Binary files /dev/null and b/public/emojipng/1f916.png differ
diff --git a/public/emojipng/1f917.png b/public/emojipng/1f917.png
new file mode 100644
index 0000000000..6d0f049fac
Binary files /dev/null and b/public/emojipng/1f917.png differ
diff --git a/public/emojipng/1f918-1f3fb.png b/public/emojipng/1f918-1f3fb.png
new file mode 100644
index 0000000000..e29d0ef48c
Binary files /dev/null and b/public/emojipng/1f918-1f3fb.png differ
diff --git a/public/emojipng/1f918-1f3fc.png b/public/emojipng/1f918-1f3fc.png
new file mode 100644
index 0000000000..1e4ffa6993
Binary files /dev/null and b/public/emojipng/1f918-1f3fc.png differ
diff --git a/public/emojipng/1f918-1f3fd.png b/public/emojipng/1f918-1f3fd.png
new file mode 100644
index 0000000000..e672efd740
Binary files /dev/null and b/public/emojipng/1f918-1f3fd.png differ
diff --git a/public/emojipng/1f918-1f3fe.png b/public/emojipng/1f918-1f3fe.png
new file mode 100644
index 0000000000..9203c6e771
Binary files /dev/null and b/public/emojipng/1f918-1f3fe.png differ
diff --git a/public/emojipng/1f918-1f3ff.png b/public/emojipng/1f918-1f3ff.png
new file mode 100644
index 0000000000..a0803dbff4
Binary files /dev/null and b/public/emojipng/1f918-1f3ff.png differ
diff --git a/public/emojipng/1f918.png b/public/emojipng/1f918.png
new file mode 100644
index 0000000000..47144764c7
Binary files /dev/null and b/public/emojipng/1f918.png differ
diff --git a/public/emojipng/1f919-1f3fb.png b/public/emojipng/1f919-1f3fb.png
new file mode 100644
index 0000000000..2c7675b58c
Binary files /dev/null and b/public/emojipng/1f919-1f3fb.png differ
diff --git a/public/emojipng/1f919-1f3fc.png b/public/emojipng/1f919-1f3fc.png
new file mode 100644
index 0000000000..1389cf46ca
Binary files /dev/null and b/public/emojipng/1f919-1f3fc.png differ
diff --git a/public/emojipng/1f919-1f3fd.png b/public/emojipng/1f919-1f3fd.png
new file mode 100644
index 0000000000..7a20f3039d
Binary files /dev/null and b/public/emojipng/1f919-1f3fd.png differ
diff --git a/public/emojipng/1f919-1f3fe.png b/public/emojipng/1f919-1f3fe.png
new file mode 100644
index 0000000000..eac1f18e77
Binary files /dev/null and b/public/emojipng/1f919-1f3fe.png differ
diff --git a/public/emojipng/1f919-1f3ff.png b/public/emojipng/1f919-1f3ff.png
new file mode 100644
index 0000000000..7b82fed460
Binary files /dev/null and b/public/emojipng/1f919-1f3ff.png differ
diff --git a/public/emojipng/1f919.png b/public/emojipng/1f919.png
new file mode 100644
index 0000000000..6a4dcb42de
Binary files /dev/null and b/public/emojipng/1f919.png differ
diff --git a/public/emojipng/1f91a-1f3fb.png b/public/emojipng/1f91a-1f3fb.png
new file mode 100644
index 0000000000..e23d29d97c
Binary files /dev/null and b/public/emojipng/1f91a-1f3fb.png differ
diff --git a/public/emojipng/1f91a-1f3fc.png b/public/emojipng/1f91a-1f3fc.png
new file mode 100644
index 0000000000..18afbc05ec
Binary files /dev/null and b/public/emojipng/1f91a-1f3fc.png differ
diff --git a/public/emojipng/1f91a-1f3fd.png b/public/emojipng/1f91a-1f3fd.png
new file mode 100644
index 0000000000..bce5db45dc
Binary files /dev/null and b/public/emojipng/1f91a-1f3fd.png differ
diff --git a/public/emojipng/1f91a-1f3fe.png b/public/emojipng/1f91a-1f3fe.png
new file mode 100644
index 0000000000..b5c4c4aebe
Binary files /dev/null and b/public/emojipng/1f91a-1f3fe.png differ
diff --git a/public/emojipng/1f91a-1f3ff.png b/public/emojipng/1f91a-1f3ff.png
new file mode 100644
index 0000000000..d1fe817445
Binary files /dev/null and b/public/emojipng/1f91a-1f3ff.png differ
diff --git a/public/emojipng/1f91a.png b/public/emojipng/1f91a.png
new file mode 100644
index 0000000000..6de21fb3f4
Binary files /dev/null and b/public/emojipng/1f91a.png differ
diff --git a/public/emojipng/1f91b-1f3fb.png b/public/emojipng/1f91b-1f3fb.png
new file mode 100644
index 0000000000..ad304c95db
Binary files /dev/null and b/public/emojipng/1f91b-1f3fb.png differ
diff --git a/public/emojipng/1f91b-1f3fc.png b/public/emojipng/1f91b-1f3fc.png
new file mode 100644
index 0000000000..54c768aff7
Binary files /dev/null and b/public/emojipng/1f91b-1f3fc.png differ
diff --git a/public/emojipng/1f91b-1f3fd.png b/public/emojipng/1f91b-1f3fd.png
new file mode 100644
index 0000000000..0abece218b
Binary files /dev/null and b/public/emojipng/1f91b-1f3fd.png differ
diff --git a/public/emojipng/1f91b-1f3fe.png b/public/emojipng/1f91b-1f3fe.png
new file mode 100644
index 0000000000..b24da132a9
Binary files /dev/null and b/public/emojipng/1f91b-1f3fe.png differ
diff --git a/public/emojipng/1f91b-1f3ff.png b/public/emojipng/1f91b-1f3ff.png
new file mode 100644
index 0000000000..465964a9d5
Binary files /dev/null and b/public/emojipng/1f91b-1f3ff.png differ
diff --git a/public/emojipng/1f91b.png b/public/emojipng/1f91b.png
new file mode 100644
index 0000000000..0f44a9f4e8
Binary files /dev/null and b/public/emojipng/1f91b.png differ
diff --git a/public/emojipng/1f91c-1f3fb.png b/public/emojipng/1f91c-1f3fb.png
new file mode 100644
index 0000000000..ac7cb248de
Binary files /dev/null and b/public/emojipng/1f91c-1f3fb.png differ
diff --git a/public/emojipng/1f91c-1f3fc.png b/public/emojipng/1f91c-1f3fc.png
new file mode 100644
index 0000000000..6227854be5
Binary files /dev/null and b/public/emojipng/1f91c-1f3fc.png differ
diff --git a/public/emojipng/1f91c-1f3fd.png b/public/emojipng/1f91c-1f3fd.png
new file mode 100644
index 0000000000..d3c6ac0d0d
Binary files /dev/null and b/public/emojipng/1f91c-1f3fd.png differ
diff --git a/public/emojipng/1f91c-1f3fe.png b/public/emojipng/1f91c-1f3fe.png
new file mode 100644
index 0000000000..84f3b032b3
Binary files /dev/null and b/public/emojipng/1f91c-1f3fe.png differ
diff --git a/public/emojipng/1f91c-1f3ff.png b/public/emojipng/1f91c-1f3ff.png
new file mode 100644
index 0000000000..e8d3ee01d4
Binary files /dev/null and b/public/emojipng/1f91c-1f3ff.png differ
diff --git a/public/emojipng/1f91c.png b/public/emojipng/1f91c.png
new file mode 100644
index 0000000000..13ac5dd272
Binary files /dev/null and b/public/emojipng/1f91c.png differ
diff --git a/public/emojipng/1f91d-1f3fb.png b/public/emojipng/1f91d-1f3fb.png
new file mode 100644
index 0000000000..0f3d86ba4e
Binary files /dev/null and b/public/emojipng/1f91d-1f3fb.png differ
diff --git a/public/emojipng/1f91d-1f3fc.png b/public/emojipng/1f91d-1f3fc.png
new file mode 100644
index 0000000000..ef404f8d71
Binary files /dev/null and b/public/emojipng/1f91d-1f3fc.png differ
diff --git a/public/emojipng/1f91d-1f3fd.png b/public/emojipng/1f91d-1f3fd.png
new file mode 100644
index 0000000000..ea4b53b28d
Binary files /dev/null and b/public/emojipng/1f91d-1f3fd.png differ
diff --git a/public/emojipng/1f91d-1f3fe.png b/public/emojipng/1f91d-1f3fe.png
new file mode 100644
index 0000000000..5e8363b6ea
Binary files /dev/null and b/public/emojipng/1f91d-1f3fe.png differ
diff --git a/public/emojipng/1f91d-1f3ff.png b/public/emojipng/1f91d-1f3ff.png
new file mode 100644
index 0000000000..9e1eafb6eb
Binary files /dev/null and b/public/emojipng/1f91d-1f3ff.png differ
diff --git a/public/emojipng/1f91d.png b/public/emojipng/1f91d.png
new file mode 100644
index 0000000000..c1cc9d069d
Binary files /dev/null and b/public/emojipng/1f91d.png differ
diff --git a/public/emojipng/1f91e-1f3fb.png b/public/emojipng/1f91e-1f3fb.png
new file mode 100644
index 0000000000..e29a32222f
Binary files /dev/null and b/public/emojipng/1f91e-1f3fb.png differ
diff --git a/public/emojipng/1f91e-1f3fc.png b/public/emojipng/1f91e-1f3fc.png
new file mode 100644
index 0000000000..17c89bdd22
Binary files /dev/null and b/public/emojipng/1f91e-1f3fc.png differ
diff --git a/public/emojipng/1f91e-1f3fd.png b/public/emojipng/1f91e-1f3fd.png
new file mode 100644
index 0000000000..0f279d8660
Binary files /dev/null and b/public/emojipng/1f91e-1f3fd.png differ
diff --git a/public/emojipng/1f91e-1f3fe.png b/public/emojipng/1f91e-1f3fe.png
new file mode 100644
index 0000000000..3a01379cb0
Binary files /dev/null and b/public/emojipng/1f91e-1f3fe.png differ
diff --git a/public/emojipng/1f91e-1f3ff.png b/public/emojipng/1f91e-1f3ff.png
new file mode 100644
index 0000000000..282f833165
Binary files /dev/null and b/public/emojipng/1f91e-1f3ff.png differ
diff --git a/public/emojipng/1f91e.png b/public/emojipng/1f91e.png
new file mode 100644
index 0000000000..94d8e3a682
Binary files /dev/null and b/public/emojipng/1f91e.png differ
diff --git a/public/emojipng/1f91f-1f3fb.png b/public/emojipng/1f91f-1f3fb.png
new file mode 100644
index 0000000000..050f9e1a85
Binary files /dev/null and b/public/emojipng/1f91f-1f3fb.png differ
diff --git a/public/emojipng/1f91f-1f3fc.png b/public/emojipng/1f91f-1f3fc.png
new file mode 100644
index 0000000000..e1af8d68aa
Binary files /dev/null and b/public/emojipng/1f91f-1f3fc.png differ
diff --git a/public/emojipng/1f91f-1f3fd.png b/public/emojipng/1f91f-1f3fd.png
new file mode 100644
index 0000000000..f8b4ec3eb5
Binary files /dev/null and b/public/emojipng/1f91f-1f3fd.png differ
diff --git a/public/emojipng/1f91f-1f3fe.png b/public/emojipng/1f91f-1f3fe.png
new file mode 100644
index 0000000000..abd0c98873
Binary files /dev/null and b/public/emojipng/1f91f-1f3fe.png differ
diff --git a/public/emojipng/1f91f-1f3ff.png b/public/emojipng/1f91f-1f3ff.png
new file mode 100644
index 0000000000..fd5e2f4315
Binary files /dev/null and b/public/emojipng/1f91f-1f3ff.png differ
diff --git a/public/emojipng/1f91f.png b/public/emojipng/1f91f.png
new file mode 100644
index 0000000000..c9dd359430
Binary files /dev/null and b/public/emojipng/1f91f.png differ
diff --git a/public/emojipng/1f920.png b/public/emojipng/1f920.png
new file mode 100644
index 0000000000..179af9fc12
Binary files /dev/null and b/public/emojipng/1f920.png differ
diff --git a/public/emojipng/1f921.png b/public/emojipng/1f921.png
new file mode 100644
index 0000000000..befcd928f3
Binary files /dev/null and b/public/emojipng/1f921.png differ
diff --git a/public/emojipng/1f922.png b/public/emojipng/1f922.png
new file mode 100644
index 0000000000..726e07a710
Binary files /dev/null and b/public/emojipng/1f922.png differ
diff --git a/public/emojipng/1f923.png b/public/emojipng/1f923.png
new file mode 100644
index 0000000000..06419921d4
Binary files /dev/null and b/public/emojipng/1f923.png differ
diff --git a/public/emojipng/1f924.png b/public/emojipng/1f924.png
new file mode 100644
index 0000000000..47733cd9f2
Binary files /dev/null and b/public/emojipng/1f924.png differ
diff --git a/public/emojipng/1f925.png b/public/emojipng/1f925.png
new file mode 100644
index 0000000000..98fc089012
Binary files /dev/null and b/public/emojipng/1f925.png differ
diff --git a/public/emojipng/1f926-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f926-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ff6832f23e
Binary files /dev/null and b/public/emojipng/1f926-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f926-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9a880d0691
Binary files /dev/null and b/public/emojipng/1f926-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fb.png b/public/emojipng/1f926-1f3fb.png
new file mode 100644
index 0000000000..1d4cc4a41a
Binary files /dev/null and b/public/emojipng/1f926-1f3fb.png differ
diff --git a/public/emojipng/1f926-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f926-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fc54044bc9
Binary files /dev/null and b/public/emojipng/1f926-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f926-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..bc32acf9a1
Binary files /dev/null and b/public/emojipng/1f926-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fc.png b/public/emojipng/1f926-1f3fc.png
new file mode 100644
index 0000000000..2628d2c6b5
Binary files /dev/null and b/public/emojipng/1f926-1f3fc.png differ
diff --git a/public/emojipng/1f926-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f926-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dd51cfd963
Binary files /dev/null and b/public/emojipng/1f926-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f926-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8b4e34a454
Binary files /dev/null and b/public/emojipng/1f926-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fd.png b/public/emojipng/1f926-1f3fd.png
new file mode 100644
index 0000000000..4ca0440921
Binary files /dev/null and b/public/emojipng/1f926-1f3fd.png differ
diff --git a/public/emojipng/1f926-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f926-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..756403023f
Binary files /dev/null and b/public/emojipng/1f926-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f926-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ed371a1682
Binary files /dev/null and b/public/emojipng/1f926-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3fe.png b/public/emojipng/1f926-1f3fe.png
new file mode 100644
index 0000000000..c3c67ec5fb
Binary files /dev/null and b/public/emojipng/1f926-1f3fe.png differ
diff --git a/public/emojipng/1f926-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f926-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..622d19c8e8
Binary files /dev/null and b/public/emojipng/1f926-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f926-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4ff960412d
Binary files /dev/null and b/public/emojipng/1f926-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f926-1f3ff.png b/public/emojipng/1f926-1f3ff.png
new file mode 100644
index 0000000000..8cb2827b70
Binary files /dev/null and b/public/emojipng/1f926-1f3ff.png differ
diff --git a/public/emojipng/1f926-200d-2640-fe0f.png b/public/emojipng/1f926-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bd2226b024
Binary files /dev/null and b/public/emojipng/1f926-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f926-200d-2642-fe0f.png b/public/emojipng/1f926-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1ca028b734
Binary files /dev/null and b/public/emojipng/1f926-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f926.png b/public/emojipng/1f926.png
new file mode 100644
index 0000000000..0e5111fa63
Binary files /dev/null and b/public/emojipng/1f926.png differ
diff --git a/public/emojipng/1f927.png b/public/emojipng/1f927.png
new file mode 100644
index 0000000000..c5b524ec6c
Binary files /dev/null and b/public/emojipng/1f927.png differ
diff --git a/public/emojipng/1f928.png b/public/emojipng/1f928.png
new file mode 100644
index 0000000000..db22dd7d2f
Binary files /dev/null and b/public/emojipng/1f928.png differ
diff --git a/public/emojipng/1f929.png b/public/emojipng/1f929.png
new file mode 100644
index 0000000000..dc94d7d914
Binary files /dev/null and b/public/emojipng/1f929.png differ
diff --git a/public/emojipng/1f92a.png b/public/emojipng/1f92a.png
new file mode 100644
index 0000000000..bf2d10381a
Binary files /dev/null and b/public/emojipng/1f92a.png differ
diff --git a/public/emojipng/1f92b.png b/public/emojipng/1f92b.png
new file mode 100644
index 0000000000..3808dd3553
Binary files /dev/null and b/public/emojipng/1f92b.png differ
diff --git a/public/emojipng/1f92c.png b/public/emojipng/1f92c.png
new file mode 100644
index 0000000000..5cde0c98da
Binary files /dev/null and b/public/emojipng/1f92c.png differ
diff --git a/public/emojipng/1f92d.png b/public/emojipng/1f92d.png
new file mode 100644
index 0000000000..6cc00cc793
Binary files /dev/null and b/public/emojipng/1f92d.png differ
diff --git a/public/emojipng/1f92e.png b/public/emojipng/1f92e.png
new file mode 100644
index 0000000000..47ddebaa9b
Binary files /dev/null and b/public/emojipng/1f92e.png differ
diff --git a/public/emojipng/1f92f.png b/public/emojipng/1f92f.png
new file mode 100644
index 0000000000..a6ea47ee3f
Binary files /dev/null and b/public/emojipng/1f92f.png differ
diff --git a/public/emojipng/1f930-1f3fb.png b/public/emojipng/1f930-1f3fb.png
new file mode 100644
index 0000000000..6caaf2e865
Binary files /dev/null and b/public/emojipng/1f930-1f3fb.png differ
diff --git a/public/emojipng/1f930-1f3fc.png b/public/emojipng/1f930-1f3fc.png
new file mode 100644
index 0000000000..31a45c3ca4
Binary files /dev/null and b/public/emojipng/1f930-1f3fc.png differ
diff --git a/public/emojipng/1f930-1f3fd.png b/public/emojipng/1f930-1f3fd.png
new file mode 100644
index 0000000000..93f4a2a5a9
Binary files /dev/null and b/public/emojipng/1f930-1f3fd.png differ
diff --git a/public/emojipng/1f930-1f3fe.png b/public/emojipng/1f930-1f3fe.png
new file mode 100644
index 0000000000..11fc34f553
Binary files /dev/null and b/public/emojipng/1f930-1f3fe.png differ
diff --git a/public/emojipng/1f930-1f3ff.png b/public/emojipng/1f930-1f3ff.png
new file mode 100644
index 0000000000..42cd09c285
Binary files /dev/null and b/public/emojipng/1f930-1f3ff.png differ
diff --git a/public/emojipng/1f930.png b/public/emojipng/1f930.png
new file mode 100644
index 0000000000..685a2e7ec5
Binary files /dev/null and b/public/emojipng/1f930.png differ
diff --git a/public/emojipng/1f931-1f3fb.png b/public/emojipng/1f931-1f3fb.png
new file mode 100644
index 0000000000..b129c3fdab
Binary files /dev/null and b/public/emojipng/1f931-1f3fb.png differ
diff --git a/public/emojipng/1f931-1f3fc.png b/public/emojipng/1f931-1f3fc.png
new file mode 100644
index 0000000000..8bdeb62553
Binary files /dev/null and b/public/emojipng/1f931-1f3fc.png differ
diff --git a/public/emojipng/1f931-1f3fd.png b/public/emojipng/1f931-1f3fd.png
new file mode 100644
index 0000000000..c721900959
Binary files /dev/null and b/public/emojipng/1f931-1f3fd.png differ
diff --git a/public/emojipng/1f931-1f3fe.png b/public/emojipng/1f931-1f3fe.png
new file mode 100644
index 0000000000..ec6060b74b
Binary files /dev/null and b/public/emojipng/1f931-1f3fe.png differ
diff --git a/public/emojipng/1f931-1f3ff.png b/public/emojipng/1f931-1f3ff.png
new file mode 100644
index 0000000000..eed8063463
Binary files /dev/null and b/public/emojipng/1f931-1f3ff.png differ
diff --git a/public/emojipng/1f931.png b/public/emojipng/1f931.png
new file mode 100644
index 0000000000..dba766f9a0
Binary files /dev/null and b/public/emojipng/1f931.png differ
diff --git a/public/emojipng/1f932-1f3fb.png b/public/emojipng/1f932-1f3fb.png
new file mode 100644
index 0000000000..535047e4ac
Binary files /dev/null and b/public/emojipng/1f932-1f3fb.png differ
diff --git a/public/emojipng/1f932-1f3fc.png b/public/emojipng/1f932-1f3fc.png
new file mode 100644
index 0000000000..205f7b7fb0
Binary files /dev/null and b/public/emojipng/1f932-1f3fc.png differ
diff --git a/public/emojipng/1f932-1f3fd.png b/public/emojipng/1f932-1f3fd.png
new file mode 100644
index 0000000000..92fbfe3b25
Binary files /dev/null and b/public/emojipng/1f932-1f3fd.png differ
diff --git a/public/emojipng/1f932-1f3fe.png b/public/emojipng/1f932-1f3fe.png
new file mode 100644
index 0000000000..5b363bfa9c
Binary files /dev/null and b/public/emojipng/1f932-1f3fe.png differ
diff --git a/public/emojipng/1f932-1f3ff.png b/public/emojipng/1f932-1f3ff.png
new file mode 100644
index 0000000000..7cc2755df5
Binary files /dev/null and b/public/emojipng/1f932-1f3ff.png differ
diff --git a/public/emojipng/1f932.png b/public/emojipng/1f932.png
new file mode 100644
index 0000000000..7114175189
Binary files /dev/null and b/public/emojipng/1f932.png differ
diff --git a/public/emojipng/1f933-1f3fb.png b/public/emojipng/1f933-1f3fb.png
new file mode 100644
index 0000000000..b117100ef6
Binary files /dev/null and b/public/emojipng/1f933-1f3fb.png differ
diff --git a/public/emojipng/1f933-1f3fc.png b/public/emojipng/1f933-1f3fc.png
new file mode 100644
index 0000000000..4b9373c584
Binary files /dev/null and b/public/emojipng/1f933-1f3fc.png differ
diff --git a/public/emojipng/1f933-1f3fd.png b/public/emojipng/1f933-1f3fd.png
new file mode 100644
index 0000000000..929b6b942a
Binary files /dev/null and b/public/emojipng/1f933-1f3fd.png differ
diff --git a/public/emojipng/1f933-1f3fe.png b/public/emojipng/1f933-1f3fe.png
new file mode 100644
index 0000000000..1308327dd8
Binary files /dev/null and b/public/emojipng/1f933-1f3fe.png differ
diff --git a/public/emojipng/1f933-1f3ff.png b/public/emojipng/1f933-1f3ff.png
new file mode 100644
index 0000000000..549c6e4e9c
Binary files /dev/null and b/public/emojipng/1f933-1f3ff.png differ
diff --git a/public/emojipng/1f933.png b/public/emojipng/1f933.png
new file mode 100644
index 0000000000..f5eb251cbf
Binary files /dev/null and b/public/emojipng/1f933.png differ
diff --git a/public/emojipng/1f934-1f3fb.png b/public/emojipng/1f934-1f3fb.png
new file mode 100644
index 0000000000..ebc44218ad
Binary files /dev/null and b/public/emojipng/1f934-1f3fb.png differ
diff --git a/public/emojipng/1f934-1f3fc.png b/public/emojipng/1f934-1f3fc.png
new file mode 100644
index 0000000000..fe8fe2230b
Binary files /dev/null and b/public/emojipng/1f934-1f3fc.png differ
diff --git a/public/emojipng/1f934-1f3fd.png b/public/emojipng/1f934-1f3fd.png
new file mode 100644
index 0000000000..d2c58410be
Binary files /dev/null and b/public/emojipng/1f934-1f3fd.png differ
diff --git a/public/emojipng/1f934-1f3fe.png b/public/emojipng/1f934-1f3fe.png
new file mode 100644
index 0000000000..9079fe4876
Binary files /dev/null and b/public/emojipng/1f934-1f3fe.png differ
diff --git a/public/emojipng/1f934-1f3ff.png b/public/emojipng/1f934-1f3ff.png
new file mode 100644
index 0000000000..1a781d825a
Binary files /dev/null and b/public/emojipng/1f934-1f3ff.png differ
diff --git a/public/emojipng/1f934.png b/public/emojipng/1f934.png
new file mode 100644
index 0000000000..9527136fa7
Binary files /dev/null and b/public/emojipng/1f934.png differ
diff --git a/public/emojipng/1f935-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f935-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..981df10b9e
Binary files /dev/null and b/public/emojipng/1f935-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f935-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..22f79e5263
Binary files /dev/null and b/public/emojipng/1f935-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fb.png b/public/emojipng/1f935-1f3fb.png
new file mode 100644
index 0000000000..fb2c509156
Binary files /dev/null and b/public/emojipng/1f935-1f3fb.png differ
diff --git a/public/emojipng/1f935-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f935-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5f7d09f6a9
Binary files /dev/null and b/public/emojipng/1f935-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f935-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..3f636db81d
Binary files /dev/null and b/public/emojipng/1f935-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fc.png b/public/emojipng/1f935-1f3fc.png
new file mode 100644
index 0000000000..03f5023e4e
Binary files /dev/null and b/public/emojipng/1f935-1f3fc.png differ
diff --git a/public/emojipng/1f935-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f935-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..6a7726db16
Binary files /dev/null and b/public/emojipng/1f935-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f935-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a631877785
Binary files /dev/null and b/public/emojipng/1f935-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fd.png b/public/emojipng/1f935-1f3fd.png
new file mode 100644
index 0000000000..a3675888b5
Binary files /dev/null and b/public/emojipng/1f935-1f3fd.png differ
diff --git a/public/emojipng/1f935-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f935-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..95a815eab4
Binary files /dev/null and b/public/emojipng/1f935-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f935-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..2d3166fe0c
Binary files /dev/null and b/public/emojipng/1f935-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3fe.png b/public/emojipng/1f935-1f3fe.png
new file mode 100644
index 0000000000..5133d6d9d1
Binary files /dev/null and b/public/emojipng/1f935-1f3fe.png differ
diff --git a/public/emojipng/1f935-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f935-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..693097e5c0
Binary files /dev/null and b/public/emojipng/1f935-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f935-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..340d98fc18
Binary files /dev/null and b/public/emojipng/1f935-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f935-1f3ff.png b/public/emojipng/1f935-1f3ff.png
new file mode 100644
index 0000000000..17ff9f3f75
Binary files /dev/null and b/public/emojipng/1f935-1f3ff.png differ
diff --git a/public/emojipng/1f935-200d-2640-fe0f.png b/public/emojipng/1f935-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fad0f83bce
Binary files /dev/null and b/public/emojipng/1f935-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f935-200d-2642-fe0f.png b/public/emojipng/1f935-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f5e421bd3a
Binary files /dev/null and b/public/emojipng/1f935-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f935.png b/public/emojipng/1f935.png
new file mode 100644
index 0000000000..cc67ef4246
Binary files /dev/null and b/public/emojipng/1f935.png differ
diff --git a/public/emojipng/1f936-1f3fb.png b/public/emojipng/1f936-1f3fb.png
new file mode 100644
index 0000000000..6d3c340692
Binary files /dev/null and b/public/emojipng/1f936-1f3fb.png differ
diff --git a/public/emojipng/1f936-1f3fc.png b/public/emojipng/1f936-1f3fc.png
new file mode 100644
index 0000000000..52c9ba810d
Binary files /dev/null and b/public/emojipng/1f936-1f3fc.png differ
diff --git a/public/emojipng/1f936-1f3fd.png b/public/emojipng/1f936-1f3fd.png
new file mode 100644
index 0000000000..9651385708
Binary files /dev/null and b/public/emojipng/1f936-1f3fd.png differ
diff --git a/public/emojipng/1f936-1f3fe.png b/public/emojipng/1f936-1f3fe.png
new file mode 100644
index 0000000000..3ec0c5686e
Binary files /dev/null and b/public/emojipng/1f936-1f3fe.png differ
diff --git a/public/emojipng/1f936-1f3ff.png b/public/emojipng/1f936-1f3ff.png
new file mode 100644
index 0000000000..f86966be83
Binary files /dev/null and b/public/emojipng/1f936-1f3ff.png differ
diff --git a/public/emojipng/1f936.png b/public/emojipng/1f936.png
new file mode 100644
index 0000000000..56dc794884
Binary files /dev/null and b/public/emojipng/1f936.png differ
diff --git a/public/emojipng/1f937-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f937-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..35d2519be0
Binary files /dev/null and b/public/emojipng/1f937-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f937-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6f4807fb97
Binary files /dev/null and b/public/emojipng/1f937-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fb.png b/public/emojipng/1f937-1f3fb.png
new file mode 100644
index 0000000000..8f8b579da1
Binary files /dev/null and b/public/emojipng/1f937-1f3fb.png differ
diff --git a/public/emojipng/1f937-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f937-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d0f463f708
Binary files /dev/null and b/public/emojipng/1f937-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f937-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c882436eba
Binary files /dev/null and b/public/emojipng/1f937-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fc.png b/public/emojipng/1f937-1f3fc.png
new file mode 100644
index 0000000000..622a19295b
Binary files /dev/null and b/public/emojipng/1f937-1f3fc.png differ
diff --git a/public/emojipng/1f937-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f937-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d839134f89
Binary files /dev/null and b/public/emojipng/1f937-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f937-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..b73d2c5e05
Binary files /dev/null and b/public/emojipng/1f937-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fd.png b/public/emojipng/1f937-1f3fd.png
new file mode 100644
index 0000000000..eed23a44b7
Binary files /dev/null and b/public/emojipng/1f937-1f3fd.png differ
diff --git a/public/emojipng/1f937-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f937-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b773e32d4c
Binary files /dev/null and b/public/emojipng/1f937-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f937-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..48b8959adc
Binary files /dev/null and b/public/emojipng/1f937-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3fe.png b/public/emojipng/1f937-1f3fe.png
new file mode 100644
index 0000000000..5490832285
Binary files /dev/null and b/public/emojipng/1f937-1f3fe.png differ
diff --git a/public/emojipng/1f937-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f937-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..4b1468dac2
Binary files /dev/null and b/public/emojipng/1f937-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f937-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e9df52e5cb
Binary files /dev/null and b/public/emojipng/1f937-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f937-1f3ff.png b/public/emojipng/1f937-1f3ff.png
new file mode 100644
index 0000000000..4fd0d85d9c
Binary files /dev/null and b/public/emojipng/1f937-1f3ff.png differ
diff --git a/public/emojipng/1f937-200d-2640-fe0f.png b/public/emojipng/1f937-200d-2640-fe0f.png
new file mode 100644
index 0000000000..00f36c6b2b
Binary files /dev/null and b/public/emojipng/1f937-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f937-200d-2642-fe0f.png b/public/emojipng/1f937-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4e4c51d015
Binary files /dev/null and b/public/emojipng/1f937-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f937.png b/public/emojipng/1f937.png
new file mode 100644
index 0000000000..92b5575c35
Binary files /dev/null and b/public/emojipng/1f937.png differ
diff --git a/public/emojipng/1f938-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f938-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..734e052c74
Binary files /dev/null and b/public/emojipng/1f938-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f938-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d1ac33c3e7
Binary files /dev/null and b/public/emojipng/1f938-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fb.png b/public/emojipng/1f938-1f3fb.png
new file mode 100644
index 0000000000..e993855704
Binary files /dev/null and b/public/emojipng/1f938-1f3fb.png differ
diff --git a/public/emojipng/1f938-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f938-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..9dd74e26a6
Binary files /dev/null and b/public/emojipng/1f938-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f938-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ccfa25496c
Binary files /dev/null and b/public/emojipng/1f938-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fc.png b/public/emojipng/1f938-1f3fc.png
new file mode 100644
index 0000000000..a44b98416e
Binary files /dev/null and b/public/emojipng/1f938-1f3fc.png differ
diff --git a/public/emojipng/1f938-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f938-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..71061064d5
Binary files /dev/null and b/public/emojipng/1f938-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f938-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..006782472b
Binary files /dev/null and b/public/emojipng/1f938-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fd.png b/public/emojipng/1f938-1f3fd.png
new file mode 100644
index 0000000000..c2cb4e7918
Binary files /dev/null and b/public/emojipng/1f938-1f3fd.png differ
diff --git a/public/emojipng/1f938-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f938-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b727f95c9c
Binary files /dev/null and b/public/emojipng/1f938-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f938-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..34c246667a
Binary files /dev/null and b/public/emojipng/1f938-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3fe.png b/public/emojipng/1f938-1f3fe.png
new file mode 100644
index 0000000000..6c02fd65d1
Binary files /dev/null and b/public/emojipng/1f938-1f3fe.png differ
diff --git a/public/emojipng/1f938-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f938-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..4b1bf03787
Binary files /dev/null and b/public/emojipng/1f938-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f938-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fe77b725e4
Binary files /dev/null and b/public/emojipng/1f938-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f938-1f3ff.png b/public/emojipng/1f938-1f3ff.png
new file mode 100644
index 0000000000..8c5919fd80
Binary files /dev/null and b/public/emojipng/1f938-1f3ff.png differ
diff --git a/public/emojipng/1f938-200d-2640-fe0f.png b/public/emojipng/1f938-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dfe3070597
Binary files /dev/null and b/public/emojipng/1f938-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f938-200d-2642-fe0f.png b/public/emojipng/1f938-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e783fe7489
Binary files /dev/null and b/public/emojipng/1f938-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f938.png b/public/emojipng/1f938.png
new file mode 100644
index 0000000000..00dc8f4214
Binary files /dev/null and b/public/emojipng/1f938.png differ
diff --git a/public/emojipng/1f939-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f939-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8840e5587f
Binary files /dev/null and b/public/emojipng/1f939-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f939-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d4c8c6cdf9
Binary files /dev/null and b/public/emojipng/1f939-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fb.png b/public/emojipng/1f939-1f3fb.png
new file mode 100644
index 0000000000..253b8b880c
Binary files /dev/null and b/public/emojipng/1f939-1f3fb.png differ
diff --git a/public/emojipng/1f939-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f939-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..22770625fb
Binary files /dev/null and b/public/emojipng/1f939-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f939-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f075c7d1c8
Binary files /dev/null and b/public/emojipng/1f939-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fc.png b/public/emojipng/1f939-1f3fc.png
new file mode 100644
index 0000000000..1056ad88ed
Binary files /dev/null and b/public/emojipng/1f939-1f3fc.png differ
diff --git a/public/emojipng/1f939-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f939-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..21b04a87ef
Binary files /dev/null and b/public/emojipng/1f939-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f939-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..95bc0a8601
Binary files /dev/null and b/public/emojipng/1f939-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fd.png b/public/emojipng/1f939-1f3fd.png
new file mode 100644
index 0000000000..1498c77f4f
Binary files /dev/null and b/public/emojipng/1f939-1f3fd.png differ
diff --git a/public/emojipng/1f939-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f939-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..aa8e325bd6
Binary files /dev/null and b/public/emojipng/1f939-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f939-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c038dd8bff
Binary files /dev/null and b/public/emojipng/1f939-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3fe.png b/public/emojipng/1f939-1f3fe.png
new file mode 100644
index 0000000000..618dc1697b
Binary files /dev/null and b/public/emojipng/1f939-1f3fe.png differ
diff --git a/public/emojipng/1f939-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f939-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..461600ba19
Binary files /dev/null and b/public/emojipng/1f939-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f939-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ae2401b480
Binary files /dev/null and b/public/emojipng/1f939-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f939-1f3ff.png b/public/emojipng/1f939-1f3ff.png
new file mode 100644
index 0000000000..02222272ad
Binary files /dev/null and b/public/emojipng/1f939-1f3ff.png differ
diff --git a/public/emojipng/1f939-200d-2640-fe0f.png b/public/emojipng/1f939-200d-2640-fe0f.png
new file mode 100644
index 0000000000..482bf46dec
Binary files /dev/null and b/public/emojipng/1f939-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f939-200d-2642-fe0f.png b/public/emojipng/1f939-200d-2642-fe0f.png
new file mode 100644
index 0000000000..555d35ccd9
Binary files /dev/null and b/public/emojipng/1f939-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f939.png b/public/emojipng/1f939.png
new file mode 100644
index 0000000000..04e2c586ee
Binary files /dev/null and b/public/emojipng/1f939.png differ
diff --git a/public/emojipng/1f93a.png b/public/emojipng/1f93a.png
new file mode 100644
index 0000000000..0781fdab50
Binary files /dev/null and b/public/emojipng/1f93a.png differ
diff --git a/public/emojipng/1f93c-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f93c-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b11efe803d
Binary files /dev/null and b/public/emojipng/1f93c-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f93c-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..20270806fa
Binary files /dev/null and b/public/emojipng/1f93c-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fb.png b/public/emojipng/1f93c-1f3fb.png
new file mode 100644
index 0000000000..6eec184f7d
Binary files /dev/null and b/public/emojipng/1f93c-1f3fb.png differ
diff --git a/public/emojipng/1f93c-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f93c-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..92974fd9b0
Binary files /dev/null and b/public/emojipng/1f93c-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f93c-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..76fecae1da
Binary files /dev/null and b/public/emojipng/1f93c-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fc.png b/public/emojipng/1f93c-1f3fc.png
new file mode 100644
index 0000000000..9adfffd496
Binary files /dev/null and b/public/emojipng/1f93c-1f3fc.png differ
diff --git a/public/emojipng/1f93c-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f93c-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..762e0b417b
Binary files /dev/null and b/public/emojipng/1f93c-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f93c-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0a93155c4e
Binary files /dev/null and b/public/emojipng/1f93c-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fd.png b/public/emojipng/1f93c-1f3fd.png
new file mode 100644
index 0000000000..e3bf239bbb
Binary files /dev/null and b/public/emojipng/1f93c-1f3fd.png differ
diff --git a/public/emojipng/1f93c-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f93c-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..310597da1b
Binary files /dev/null and b/public/emojipng/1f93c-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f93c-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e456ab89bb
Binary files /dev/null and b/public/emojipng/1f93c-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3fe.png b/public/emojipng/1f93c-1f3fe.png
new file mode 100644
index 0000000000..1f9fc47dc1
Binary files /dev/null and b/public/emojipng/1f93c-1f3fe.png differ
diff --git a/public/emojipng/1f93c-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f93c-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5a6f0991f5
Binary files /dev/null and b/public/emojipng/1f93c-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f93c-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1a9879a927
Binary files /dev/null and b/public/emojipng/1f93c-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93c-1f3ff.png b/public/emojipng/1f93c-1f3ff.png
new file mode 100644
index 0000000000..c795ec3cd8
Binary files /dev/null and b/public/emojipng/1f93c-1f3ff.png differ
diff --git a/public/emojipng/1f93c-200d-2640-fe0f.png b/public/emojipng/1f93c-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8f51f00fc2
Binary files /dev/null and b/public/emojipng/1f93c-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93c-200d-2642-fe0f.png b/public/emojipng/1f93c-200d-2642-fe0f.png
new file mode 100644
index 0000000000..259c87e7c1
Binary files /dev/null and b/public/emojipng/1f93c-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93c.png b/public/emojipng/1f93c.png
new file mode 100644
index 0000000000..3d50b96c0d
Binary files /dev/null and b/public/emojipng/1f93c.png differ
diff --git a/public/emojipng/1f93d-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f93d-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3633cb03dc
Binary files /dev/null and b/public/emojipng/1f93d-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f93d-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8a61156f8e
Binary files /dev/null and b/public/emojipng/1f93d-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fb.png b/public/emojipng/1f93d-1f3fb.png
new file mode 100644
index 0000000000..5a2a755ef7
Binary files /dev/null and b/public/emojipng/1f93d-1f3fb.png differ
diff --git a/public/emojipng/1f93d-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f93d-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1b7ec16a5e
Binary files /dev/null and b/public/emojipng/1f93d-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f93d-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..501bd5783f
Binary files /dev/null and b/public/emojipng/1f93d-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fc.png b/public/emojipng/1f93d-1f3fc.png
new file mode 100644
index 0000000000..8f3ac54526
Binary files /dev/null and b/public/emojipng/1f93d-1f3fc.png differ
diff --git a/public/emojipng/1f93d-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f93d-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b905b42090
Binary files /dev/null and b/public/emojipng/1f93d-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f93d-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..db5c1f7925
Binary files /dev/null and b/public/emojipng/1f93d-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fd.png b/public/emojipng/1f93d-1f3fd.png
new file mode 100644
index 0000000000..9b533b2b13
Binary files /dev/null and b/public/emojipng/1f93d-1f3fd.png differ
diff --git a/public/emojipng/1f93d-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f93d-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..94d2f57414
Binary files /dev/null and b/public/emojipng/1f93d-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f93d-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0325893b3d
Binary files /dev/null and b/public/emojipng/1f93d-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3fe.png b/public/emojipng/1f93d-1f3fe.png
new file mode 100644
index 0000000000..41a3d6071f
Binary files /dev/null and b/public/emojipng/1f93d-1f3fe.png differ
diff --git a/public/emojipng/1f93d-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f93d-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fb287729a0
Binary files /dev/null and b/public/emojipng/1f93d-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f93d-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..b4e89e7530
Binary files /dev/null and b/public/emojipng/1f93d-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93d-1f3ff.png b/public/emojipng/1f93d-1f3ff.png
new file mode 100644
index 0000000000..5e1d803049
Binary files /dev/null and b/public/emojipng/1f93d-1f3ff.png differ
diff --git a/public/emojipng/1f93d-200d-2640-fe0f.png b/public/emojipng/1f93d-200d-2640-fe0f.png
new file mode 100644
index 0000000000..db9a6451a4
Binary files /dev/null and b/public/emojipng/1f93d-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93d-200d-2642-fe0f.png b/public/emojipng/1f93d-200d-2642-fe0f.png
new file mode 100644
index 0000000000..b0c8a9e364
Binary files /dev/null and b/public/emojipng/1f93d-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93d.png b/public/emojipng/1f93d.png
new file mode 100644
index 0000000000..86dfb8be12
Binary files /dev/null and b/public/emojipng/1f93d.png differ
diff --git a/public/emojipng/1f93e-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f93e-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e08716d150
Binary files /dev/null and b/public/emojipng/1f93e-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f93e-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..00466fd8db
Binary files /dev/null and b/public/emojipng/1f93e-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fb.png b/public/emojipng/1f93e-1f3fb.png
new file mode 100644
index 0000000000..b4705b5f69
Binary files /dev/null and b/public/emojipng/1f93e-1f3fb.png differ
diff --git a/public/emojipng/1f93e-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f93e-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a1d7c67c33
Binary files /dev/null and b/public/emojipng/1f93e-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f93e-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..bb1ad889fd
Binary files /dev/null and b/public/emojipng/1f93e-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fc.png b/public/emojipng/1f93e-1f3fc.png
new file mode 100644
index 0000000000..a2297db966
Binary files /dev/null and b/public/emojipng/1f93e-1f3fc.png differ
diff --git a/public/emojipng/1f93e-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f93e-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3340792ec2
Binary files /dev/null and b/public/emojipng/1f93e-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f93e-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f3f33a03dc
Binary files /dev/null and b/public/emojipng/1f93e-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fd.png b/public/emojipng/1f93e-1f3fd.png
new file mode 100644
index 0000000000..6e83120bd7
Binary files /dev/null and b/public/emojipng/1f93e-1f3fd.png differ
diff --git a/public/emojipng/1f93e-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f93e-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..33ce2ea00c
Binary files /dev/null and b/public/emojipng/1f93e-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f93e-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..bd4593bba3
Binary files /dev/null and b/public/emojipng/1f93e-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3fe.png b/public/emojipng/1f93e-1f3fe.png
new file mode 100644
index 0000000000..e9e6d6a787
Binary files /dev/null and b/public/emojipng/1f93e-1f3fe.png differ
diff --git a/public/emojipng/1f93e-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f93e-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ee6a7a8efa
Binary files /dev/null and b/public/emojipng/1f93e-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f93e-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..b7042235b0
Binary files /dev/null and b/public/emojipng/1f93e-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93e-1f3ff.png b/public/emojipng/1f93e-1f3ff.png
new file mode 100644
index 0000000000..f723f73a47
Binary files /dev/null and b/public/emojipng/1f93e-1f3ff.png differ
diff --git a/public/emojipng/1f93e-200d-2640-fe0f.png b/public/emojipng/1f93e-200d-2640-fe0f.png
new file mode 100644
index 0000000000..daacbb2513
Binary files /dev/null and b/public/emojipng/1f93e-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f93e-200d-2642-fe0f.png b/public/emojipng/1f93e-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a87ffc0128
Binary files /dev/null and b/public/emojipng/1f93e-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f93e.png b/public/emojipng/1f93e.png
new file mode 100644
index 0000000000..f5db924d0b
Binary files /dev/null and b/public/emojipng/1f93e.png differ
diff --git a/public/emojipng/1f93f.png b/public/emojipng/1f93f.png
new file mode 100644
index 0000000000..8bf1de49a7
Binary files /dev/null and b/public/emojipng/1f93f.png differ
diff --git a/public/emojipng/1f940.png b/public/emojipng/1f940.png
new file mode 100644
index 0000000000..9390ebfcbc
Binary files /dev/null and b/public/emojipng/1f940.png differ
diff --git a/public/emojipng/1f941.png b/public/emojipng/1f941.png
new file mode 100644
index 0000000000..19c427bdfd
Binary files /dev/null and b/public/emojipng/1f941.png differ
diff --git a/public/emojipng/1f942.png b/public/emojipng/1f942.png
new file mode 100644
index 0000000000..4801c68fd6
Binary files /dev/null and b/public/emojipng/1f942.png differ
diff --git a/public/emojipng/1f943.png b/public/emojipng/1f943.png
new file mode 100644
index 0000000000..a495095feb
Binary files /dev/null and b/public/emojipng/1f943.png differ
diff --git a/public/emojipng/1f944.png b/public/emojipng/1f944.png
new file mode 100644
index 0000000000..1c418ebd9f
Binary files /dev/null and b/public/emojipng/1f944.png differ
diff --git a/public/emojipng/1f945.png b/public/emojipng/1f945.png
new file mode 100644
index 0000000000..fb5aeffcfa
Binary files /dev/null and b/public/emojipng/1f945.png differ
diff --git a/public/emojipng/1f947.png b/public/emojipng/1f947.png
new file mode 100644
index 0000000000..7f1df40486
Binary files /dev/null and b/public/emojipng/1f947.png differ
diff --git a/public/emojipng/1f948.png b/public/emojipng/1f948.png
new file mode 100644
index 0000000000..d451fd52d1
Binary files /dev/null and b/public/emojipng/1f948.png differ
diff --git a/public/emojipng/1f949.png b/public/emojipng/1f949.png
new file mode 100644
index 0000000000..f5c87e3cb0
Binary files /dev/null and b/public/emojipng/1f949.png differ
diff --git a/public/emojipng/1f94a.png b/public/emojipng/1f94a.png
new file mode 100644
index 0000000000..4f5f0333bd
Binary files /dev/null and b/public/emojipng/1f94a.png differ
diff --git a/public/emojipng/1f94b.png b/public/emojipng/1f94b.png
new file mode 100644
index 0000000000..30fee1e368
Binary files /dev/null and b/public/emojipng/1f94b.png differ
diff --git a/public/emojipng/1f94c.png b/public/emojipng/1f94c.png
new file mode 100644
index 0000000000..65228c2db8
Binary files /dev/null and b/public/emojipng/1f94c.png differ
diff --git a/public/emojipng/1f94d.png b/public/emojipng/1f94d.png
new file mode 100644
index 0000000000..8202c8b34b
Binary files /dev/null and b/public/emojipng/1f94d.png differ
diff --git a/public/emojipng/1f94e.png b/public/emojipng/1f94e.png
new file mode 100644
index 0000000000..b78c695486
Binary files /dev/null and b/public/emojipng/1f94e.png differ
diff --git a/public/emojipng/1f94f.png b/public/emojipng/1f94f.png
new file mode 100644
index 0000000000..ef34259ead
Binary files /dev/null and b/public/emojipng/1f94f.png differ
diff --git a/public/emojipng/1f950.png b/public/emojipng/1f950.png
new file mode 100644
index 0000000000..3788e1bd43
Binary files /dev/null and b/public/emojipng/1f950.png differ
diff --git a/public/emojipng/1f951.png b/public/emojipng/1f951.png
new file mode 100644
index 0000000000..2af5fc6bdf
Binary files /dev/null and b/public/emojipng/1f951.png differ
diff --git a/public/emojipng/1f952.png b/public/emojipng/1f952.png
new file mode 100644
index 0000000000..1bac31e5cd
Binary files /dev/null and b/public/emojipng/1f952.png differ
diff --git a/public/emojipng/1f953.png b/public/emojipng/1f953.png
new file mode 100644
index 0000000000..6b2418e79a
Binary files /dev/null and b/public/emojipng/1f953.png differ
diff --git a/public/emojipng/1f954.png b/public/emojipng/1f954.png
new file mode 100644
index 0000000000..bf3d9b9c47
Binary files /dev/null and b/public/emojipng/1f954.png differ
diff --git a/public/emojipng/1f955.png b/public/emojipng/1f955.png
new file mode 100644
index 0000000000..831d63911c
Binary files /dev/null and b/public/emojipng/1f955.png differ
diff --git a/public/emojipng/1f956.png b/public/emojipng/1f956.png
new file mode 100644
index 0000000000..0b9cc251bc
Binary files /dev/null and b/public/emojipng/1f956.png differ
diff --git a/public/emojipng/1f957.png b/public/emojipng/1f957.png
new file mode 100644
index 0000000000..f255f4d6ec
Binary files /dev/null and b/public/emojipng/1f957.png differ
diff --git a/public/emojipng/1f958.png b/public/emojipng/1f958.png
new file mode 100644
index 0000000000..39b64e069e
Binary files /dev/null and b/public/emojipng/1f958.png differ
diff --git a/public/emojipng/1f959.png b/public/emojipng/1f959.png
new file mode 100644
index 0000000000..f3377b9382
Binary files /dev/null and b/public/emojipng/1f959.png differ
diff --git a/public/emojipng/1f95a.png b/public/emojipng/1f95a.png
new file mode 100644
index 0000000000..6d03b79044
Binary files /dev/null and b/public/emojipng/1f95a.png differ
diff --git a/public/emojipng/1f95b.png b/public/emojipng/1f95b.png
new file mode 100644
index 0000000000..234419e003
Binary files /dev/null and b/public/emojipng/1f95b.png differ
diff --git a/public/emojipng/1f95c.png b/public/emojipng/1f95c.png
new file mode 100644
index 0000000000..e8f17a1a97
Binary files /dev/null and b/public/emojipng/1f95c.png differ
diff --git a/public/emojipng/1f95d.png b/public/emojipng/1f95d.png
new file mode 100644
index 0000000000..3ba423b22f
Binary files /dev/null and b/public/emojipng/1f95d.png differ
diff --git a/public/emojipng/1f95e.png b/public/emojipng/1f95e.png
new file mode 100644
index 0000000000..6bcded7237
Binary files /dev/null and b/public/emojipng/1f95e.png differ
diff --git a/public/emojipng/1f95f.png b/public/emojipng/1f95f.png
new file mode 100644
index 0000000000..82136b8ef4
Binary files /dev/null and b/public/emojipng/1f95f.png differ
diff --git a/public/emojipng/1f960.png b/public/emojipng/1f960.png
new file mode 100644
index 0000000000..a1e8958af7
Binary files /dev/null and b/public/emojipng/1f960.png differ
diff --git a/public/emojipng/1f961.png b/public/emojipng/1f961.png
new file mode 100644
index 0000000000..20d8554969
Binary files /dev/null and b/public/emojipng/1f961.png differ
diff --git a/public/emojipng/1f962.png b/public/emojipng/1f962.png
new file mode 100644
index 0000000000..8284c128fe
Binary files /dev/null and b/public/emojipng/1f962.png differ
diff --git a/public/emojipng/1f963.png b/public/emojipng/1f963.png
new file mode 100644
index 0000000000..2905488376
Binary files /dev/null and b/public/emojipng/1f963.png differ
diff --git a/public/emojipng/1f964.png b/public/emojipng/1f964.png
new file mode 100644
index 0000000000..f65704ebfd
Binary files /dev/null and b/public/emojipng/1f964.png differ
diff --git a/public/emojipng/1f965.png b/public/emojipng/1f965.png
new file mode 100644
index 0000000000..e92e8d403d
Binary files /dev/null and b/public/emojipng/1f965.png differ
diff --git a/public/emojipng/1f966.png b/public/emojipng/1f966.png
new file mode 100644
index 0000000000..24b0d3d527
Binary files /dev/null and b/public/emojipng/1f966.png differ
diff --git a/public/emojipng/1f967.png b/public/emojipng/1f967.png
new file mode 100644
index 0000000000..1d17609efb
Binary files /dev/null and b/public/emojipng/1f967.png differ
diff --git a/public/emojipng/1f968.png b/public/emojipng/1f968.png
new file mode 100644
index 0000000000..94fac17b41
Binary files /dev/null and b/public/emojipng/1f968.png differ
diff --git a/public/emojipng/1f969.png b/public/emojipng/1f969.png
new file mode 100644
index 0000000000..5eab364621
Binary files /dev/null and b/public/emojipng/1f969.png differ
diff --git a/public/emojipng/1f96a.png b/public/emojipng/1f96a.png
new file mode 100644
index 0000000000..a0a6a6da27
Binary files /dev/null and b/public/emojipng/1f96a.png differ
diff --git a/public/emojipng/1f96b.png b/public/emojipng/1f96b.png
new file mode 100644
index 0000000000..01d7649d2d
Binary files /dev/null and b/public/emojipng/1f96b.png differ
diff --git a/public/emojipng/1f96c.png b/public/emojipng/1f96c.png
new file mode 100644
index 0000000000..8487529df1
Binary files /dev/null and b/public/emojipng/1f96c.png differ
diff --git a/public/emojipng/1f96d.png b/public/emojipng/1f96d.png
new file mode 100644
index 0000000000..57e84dea3c
Binary files /dev/null and b/public/emojipng/1f96d.png differ
diff --git a/public/emojipng/1f96e.png b/public/emojipng/1f96e.png
new file mode 100644
index 0000000000..991c3b4f1c
Binary files /dev/null and b/public/emojipng/1f96e.png differ
diff --git a/public/emojipng/1f96f.png b/public/emojipng/1f96f.png
new file mode 100644
index 0000000000..99312be2fe
Binary files /dev/null and b/public/emojipng/1f96f.png differ
diff --git a/public/emojipng/1f970.png b/public/emojipng/1f970.png
new file mode 100644
index 0000000000..0c9466ce77
Binary files /dev/null and b/public/emojipng/1f970.png differ
diff --git a/public/emojipng/1f971.png b/public/emojipng/1f971.png
new file mode 100644
index 0000000000..8c12578bf6
Binary files /dev/null and b/public/emojipng/1f971.png differ
diff --git a/public/emojipng/1f972.png b/public/emojipng/1f972.png
new file mode 100644
index 0000000000..c799f4bbfa
Binary files /dev/null and b/public/emojipng/1f972.png differ
diff --git a/public/emojipng/1f973.png b/public/emojipng/1f973.png
new file mode 100644
index 0000000000..cf02521ccc
Binary files /dev/null and b/public/emojipng/1f973.png differ
diff --git a/public/emojipng/1f974.png b/public/emojipng/1f974.png
new file mode 100644
index 0000000000..3c4a112bec
Binary files /dev/null and b/public/emojipng/1f974.png differ
diff --git a/public/emojipng/1f975.png b/public/emojipng/1f975.png
new file mode 100644
index 0000000000..2ed695a362
Binary files /dev/null and b/public/emojipng/1f975.png differ
diff --git a/public/emojipng/1f976.png b/public/emojipng/1f976.png
new file mode 100644
index 0000000000..6d14820c56
Binary files /dev/null and b/public/emojipng/1f976.png differ
diff --git a/public/emojipng/1f977-1f3fb.png b/public/emojipng/1f977-1f3fb.png
new file mode 100644
index 0000000000..1382f448f3
Binary files /dev/null and b/public/emojipng/1f977-1f3fb.png differ
diff --git a/public/emojipng/1f977-1f3fc.png b/public/emojipng/1f977-1f3fc.png
new file mode 100644
index 0000000000..f61b5a5ecc
Binary files /dev/null and b/public/emojipng/1f977-1f3fc.png differ
diff --git a/public/emojipng/1f977-1f3fd.png b/public/emojipng/1f977-1f3fd.png
new file mode 100644
index 0000000000..b1a6a3a221
Binary files /dev/null and b/public/emojipng/1f977-1f3fd.png differ
diff --git a/public/emojipng/1f977-1f3fe.png b/public/emojipng/1f977-1f3fe.png
new file mode 100644
index 0000000000..820a3ee6ce
Binary files /dev/null and b/public/emojipng/1f977-1f3fe.png differ
diff --git a/public/emojipng/1f977-1f3ff.png b/public/emojipng/1f977-1f3ff.png
new file mode 100644
index 0000000000..c67b540ab2
Binary files /dev/null and b/public/emojipng/1f977-1f3ff.png differ
diff --git a/public/emojipng/1f977.png b/public/emojipng/1f977.png
new file mode 100644
index 0000000000..63f3e16bb2
Binary files /dev/null and b/public/emojipng/1f977.png differ
diff --git a/public/emojipng/1f978.png b/public/emojipng/1f978.png
new file mode 100644
index 0000000000..390b7e4e16
Binary files /dev/null and b/public/emojipng/1f978.png differ
diff --git a/public/emojipng/1f979.png b/public/emojipng/1f979.png
new file mode 100644
index 0000000000..d109b16453
Binary files /dev/null and b/public/emojipng/1f979.png differ
diff --git a/public/emojipng/1f97a.png b/public/emojipng/1f97a.png
new file mode 100644
index 0000000000..b1cc8fb71e
Binary files /dev/null and b/public/emojipng/1f97a.png differ
diff --git a/public/emojipng/1f97b.png b/public/emojipng/1f97b.png
new file mode 100644
index 0000000000..37e499fb76
Binary files /dev/null and b/public/emojipng/1f97b.png differ
diff --git a/public/emojipng/1f97c.png b/public/emojipng/1f97c.png
new file mode 100644
index 0000000000..b6ed6b935f
Binary files /dev/null and b/public/emojipng/1f97c.png differ
diff --git a/public/emojipng/1f97d.png b/public/emojipng/1f97d.png
new file mode 100644
index 0000000000..b4d3c40abc
Binary files /dev/null and b/public/emojipng/1f97d.png differ
diff --git a/public/emojipng/1f97e.png b/public/emojipng/1f97e.png
new file mode 100644
index 0000000000..1e97c61b01
Binary files /dev/null and b/public/emojipng/1f97e.png differ
diff --git a/public/emojipng/1f97f.png b/public/emojipng/1f97f.png
new file mode 100644
index 0000000000..fded27f574
Binary files /dev/null and b/public/emojipng/1f97f.png differ
diff --git a/public/emojipng/1f980.png b/public/emojipng/1f980.png
new file mode 100644
index 0000000000..915354ca2f
Binary files /dev/null and b/public/emojipng/1f980.png differ
diff --git a/public/emojipng/1f981.png b/public/emojipng/1f981.png
new file mode 100644
index 0000000000..07ca6147bd
Binary files /dev/null and b/public/emojipng/1f981.png differ
diff --git a/public/emojipng/1f982.png b/public/emojipng/1f982.png
new file mode 100644
index 0000000000..767cf550d0
Binary files /dev/null and b/public/emojipng/1f982.png differ
diff --git a/public/emojipng/1f983.png b/public/emojipng/1f983.png
new file mode 100644
index 0000000000..2113718e6b
Binary files /dev/null and b/public/emojipng/1f983.png differ
diff --git a/public/emojipng/1f984.png b/public/emojipng/1f984.png
new file mode 100644
index 0000000000..0e3279c7bd
Binary files /dev/null and b/public/emojipng/1f984.png differ
diff --git a/public/emojipng/1f985.png b/public/emojipng/1f985.png
new file mode 100644
index 0000000000..c8869604fb
Binary files /dev/null and b/public/emojipng/1f985.png differ
diff --git a/public/emojipng/1f986.png b/public/emojipng/1f986.png
new file mode 100644
index 0000000000..d4e995eedc
Binary files /dev/null and b/public/emojipng/1f986.png differ
diff --git a/public/emojipng/1f987.png b/public/emojipng/1f987.png
new file mode 100644
index 0000000000..e0375fb660
Binary files /dev/null and b/public/emojipng/1f987.png differ
diff --git a/public/emojipng/1f988.png b/public/emojipng/1f988.png
new file mode 100644
index 0000000000..88ccc81e30
Binary files /dev/null and b/public/emojipng/1f988.png differ
diff --git a/public/emojipng/1f989.png b/public/emojipng/1f989.png
new file mode 100644
index 0000000000..6bc9c7af42
Binary files /dev/null and b/public/emojipng/1f989.png differ
diff --git a/public/emojipng/1f98a.png b/public/emojipng/1f98a.png
new file mode 100644
index 0000000000..7f6e50a802
Binary files /dev/null and b/public/emojipng/1f98a.png differ
diff --git a/public/emojipng/1f98b.png b/public/emojipng/1f98b.png
new file mode 100644
index 0000000000..3d17d98107
Binary files /dev/null and b/public/emojipng/1f98b.png differ
diff --git a/public/emojipng/1f98c.png b/public/emojipng/1f98c.png
new file mode 100644
index 0000000000..06b32f6f4b
Binary files /dev/null and b/public/emojipng/1f98c.png differ
diff --git a/public/emojipng/1f98d.png b/public/emojipng/1f98d.png
new file mode 100644
index 0000000000..bd02ff4d36
Binary files /dev/null and b/public/emojipng/1f98d.png differ
diff --git a/public/emojipng/1f98e.png b/public/emojipng/1f98e.png
new file mode 100644
index 0000000000..dc7b028272
Binary files /dev/null and b/public/emojipng/1f98e.png differ
diff --git a/public/emojipng/1f98f.png b/public/emojipng/1f98f.png
new file mode 100644
index 0000000000..9b43bbf25b
Binary files /dev/null and b/public/emojipng/1f98f.png differ
diff --git a/public/emojipng/1f990.png b/public/emojipng/1f990.png
new file mode 100644
index 0000000000..f48ec33e62
Binary files /dev/null and b/public/emojipng/1f990.png differ
diff --git a/public/emojipng/1f991.png b/public/emojipng/1f991.png
new file mode 100644
index 0000000000..8e1aa1e27a
Binary files /dev/null and b/public/emojipng/1f991.png differ
diff --git a/public/emojipng/1f992.png b/public/emojipng/1f992.png
new file mode 100644
index 0000000000..731f72fac9
Binary files /dev/null and b/public/emojipng/1f992.png differ
diff --git a/public/emojipng/1f993.png b/public/emojipng/1f993.png
new file mode 100644
index 0000000000..4c080f3006
Binary files /dev/null and b/public/emojipng/1f993.png differ
diff --git a/public/emojipng/1f994.png b/public/emojipng/1f994.png
new file mode 100644
index 0000000000..489827231b
Binary files /dev/null and b/public/emojipng/1f994.png differ
diff --git a/public/emojipng/1f995.png b/public/emojipng/1f995.png
new file mode 100644
index 0000000000..b58a3179e3
Binary files /dev/null and b/public/emojipng/1f995.png differ
diff --git a/public/emojipng/1f996.png b/public/emojipng/1f996.png
new file mode 100644
index 0000000000..ed7927dd3f
Binary files /dev/null and b/public/emojipng/1f996.png differ
diff --git a/public/emojipng/1f997.png b/public/emojipng/1f997.png
new file mode 100644
index 0000000000..481034afa2
Binary files /dev/null and b/public/emojipng/1f997.png differ
diff --git a/public/emojipng/1f998.png b/public/emojipng/1f998.png
new file mode 100644
index 0000000000..c14c89466d
Binary files /dev/null and b/public/emojipng/1f998.png differ
diff --git a/public/emojipng/1f999.png b/public/emojipng/1f999.png
new file mode 100644
index 0000000000..d43ae19ae1
Binary files /dev/null and b/public/emojipng/1f999.png differ
diff --git a/public/emojipng/1f99a.png b/public/emojipng/1f99a.png
new file mode 100644
index 0000000000..59602cdcf0
Binary files /dev/null and b/public/emojipng/1f99a.png differ
diff --git a/public/emojipng/1f99b.png b/public/emojipng/1f99b.png
new file mode 100644
index 0000000000..747f4136f4
Binary files /dev/null and b/public/emojipng/1f99b.png differ
diff --git a/public/emojipng/1f99c.png b/public/emojipng/1f99c.png
new file mode 100644
index 0000000000..4630636a20
Binary files /dev/null and b/public/emojipng/1f99c.png differ
diff --git a/public/emojipng/1f99d.png b/public/emojipng/1f99d.png
new file mode 100644
index 0000000000..759c064422
Binary files /dev/null and b/public/emojipng/1f99d.png differ
diff --git a/public/emojipng/1f99e.png b/public/emojipng/1f99e.png
new file mode 100644
index 0000000000..5312cade84
Binary files /dev/null and b/public/emojipng/1f99e.png differ
diff --git a/public/emojipng/1f99f.png b/public/emojipng/1f99f.png
new file mode 100644
index 0000000000..fe18c2a6ec
Binary files /dev/null and b/public/emojipng/1f99f.png differ
diff --git a/public/emojipng/1f9a0.png b/public/emojipng/1f9a0.png
new file mode 100644
index 0000000000..bdd887e1d5
Binary files /dev/null and b/public/emojipng/1f9a0.png differ
diff --git a/public/emojipng/1f9a1.png b/public/emojipng/1f9a1.png
new file mode 100644
index 0000000000..858196e8f6
Binary files /dev/null and b/public/emojipng/1f9a1.png differ
diff --git a/public/emojipng/1f9a2.png b/public/emojipng/1f9a2.png
new file mode 100644
index 0000000000..58af7f5086
Binary files /dev/null and b/public/emojipng/1f9a2.png differ
diff --git a/public/emojipng/1f9a3.png b/public/emojipng/1f9a3.png
new file mode 100644
index 0000000000..94c8998c79
Binary files /dev/null and b/public/emojipng/1f9a3.png differ
diff --git a/public/emojipng/1f9a4.png b/public/emojipng/1f9a4.png
new file mode 100644
index 0000000000..160cc563da
Binary files /dev/null and b/public/emojipng/1f9a4.png differ
diff --git a/public/emojipng/1f9a5.png b/public/emojipng/1f9a5.png
new file mode 100644
index 0000000000..2bb0545286
Binary files /dev/null and b/public/emojipng/1f9a5.png differ
diff --git a/public/emojipng/1f9a6.png b/public/emojipng/1f9a6.png
new file mode 100644
index 0000000000..fb3e07085f
Binary files /dev/null and b/public/emojipng/1f9a6.png differ
diff --git a/public/emojipng/1f9a7.png b/public/emojipng/1f9a7.png
new file mode 100644
index 0000000000..17d26498bb
Binary files /dev/null and b/public/emojipng/1f9a7.png differ
diff --git a/public/emojipng/1f9a8.png b/public/emojipng/1f9a8.png
new file mode 100644
index 0000000000..d342d560c8
Binary files /dev/null and b/public/emojipng/1f9a8.png differ
diff --git a/public/emojipng/1f9a9.png b/public/emojipng/1f9a9.png
new file mode 100644
index 0000000000..0ee76f3240
Binary files /dev/null and b/public/emojipng/1f9a9.png differ
diff --git a/public/emojipng/1f9aa.png b/public/emojipng/1f9aa.png
new file mode 100644
index 0000000000..5649bbfad4
Binary files /dev/null and b/public/emojipng/1f9aa.png differ
diff --git a/public/emojipng/1f9ab.png b/public/emojipng/1f9ab.png
new file mode 100644
index 0000000000..11839911b1
Binary files /dev/null and b/public/emojipng/1f9ab.png differ
diff --git a/public/emojipng/1f9ac.png b/public/emojipng/1f9ac.png
new file mode 100644
index 0000000000..744a814ec6
Binary files /dev/null and b/public/emojipng/1f9ac.png differ
diff --git a/public/emojipng/1f9ad.png b/public/emojipng/1f9ad.png
new file mode 100644
index 0000000000..1dc20feef0
Binary files /dev/null and b/public/emojipng/1f9ad.png differ
diff --git a/public/emojipng/1f9ae.png b/public/emojipng/1f9ae.png
new file mode 100644
index 0000000000..0bf6ca9eb6
Binary files /dev/null and b/public/emojipng/1f9ae.png differ
diff --git a/public/emojipng/1f9af.png b/public/emojipng/1f9af.png
new file mode 100644
index 0000000000..d09b2846c7
Binary files /dev/null and b/public/emojipng/1f9af.png differ
diff --git a/public/emojipng/1f9b0.png b/public/emojipng/1f9b0.png
new file mode 100644
index 0000000000..ae61441680
Binary files /dev/null and b/public/emojipng/1f9b0.png differ
diff --git a/public/emojipng/1f9b1.png b/public/emojipng/1f9b1.png
new file mode 100644
index 0000000000..8b79646863
Binary files /dev/null and b/public/emojipng/1f9b1.png differ
diff --git a/public/emojipng/1f9b2.png b/public/emojipng/1f9b2.png
new file mode 100644
index 0000000000..34022c6b98
Binary files /dev/null and b/public/emojipng/1f9b2.png differ
diff --git a/public/emojipng/1f9b3.png b/public/emojipng/1f9b3.png
new file mode 100644
index 0000000000..e062ea9d52
Binary files /dev/null and b/public/emojipng/1f9b3.png differ
diff --git a/public/emojipng/1f9b4.png b/public/emojipng/1f9b4.png
new file mode 100644
index 0000000000..92062ac853
Binary files /dev/null and b/public/emojipng/1f9b4.png differ
diff --git a/public/emojipng/1f9b5-1f3fb.png b/public/emojipng/1f9b5-1f3fb.png
new file mode 100644
index 0000000000..3dd05b71fe
Binary files /dev/null and b/public/emojipng/1f9b5-1f3fb.png differ
diff --git a/public/emojipng/1f9b5-1f3fc.png b/public/emojipng/1f9b5-1f3fc.png
new file mode 100644
index 0000000000..3678ebea22
Binary files /dev/null and b/public/emojipng/1f9b5-1f3fc.png differ
diff --git a/public/emojipng/1f9b5-1f3fd.png b/public/emojipng/1f9b5-1f3fd.png
new file mode 100644
index 0000000000..7a8be7e7ca
Binary files /dev/null and b/public/emojipng/1f9b5-1f3fd.png differ
diff --git a/public/emojipng/1f9b5-1f3fe.png b/public/emojipng/1f9b5-1f3fe.png
new file mode 100644
index 0000000000..7488b0c298
Binary files /dev/null and b/public/emojipng/1f9b5-1f3fe.png differ
diff --git a/public/emojipng/1f9b5-1f3ff.png b/public/emojipng/1f9b5-1f3ff.png
new file mode 100644
index 0000000000..498f404c67
Binary files /dev/null and b/public/emojipng/1f9b5-1f3ff.png differ
diff --git a/public/emojipng/1f9b5.png b/public/emojipng/1f9b5.png
new file mode 100644
index 0000000000..b0087b4926
Binary files /dev/null and b/public/emojipng/1f9b5.png differ
diff --git a/public/emojipng/1f9b6-1f3fb.png b/public/emojipng/1f9b6-1f3fb.png
new file mode 100644
index 0000000000..628899a81c
Binary files /dev/null and b/public/emojipng/1f9b6-1f3fb.png differ
diff --git a/public/emojipng/1f9b6-1f3fc.png b/public/emojipng/1f9b6-1f3fc.png
new file mode 100644
index 0000000000..fc3afc3a82
Binary files /dev/null and b/public/emojipng/1f9b6-1f3fc.png differ
diff --git a/public/emojipng/1f9b6-1f3fd.png b/public/emojipng/1f9b6-1f3fd.png
new file mode 100644
index 0000000000..195ae0d0e8
Binary files /dev/null and b/public/emojipng/1f9b6-1f3fd.png differ
diff --git a/public/emojipng/1f9b6-1f3fe.png b/public/emojipng/1f9b6-1f3fe.png
new file mode 100644
index 0000000000..cabdb40e08
Binary files /dev/null and b/public/emojipng/1f9b6-1f3fe.png differ
diff --git a/public/emojipng/1f9b6-1f3ff.png b/public/emojipng/1f9b6-1f3ff.png
new file mode 100644
index 0000000000..47fcee6b93
Binary files /dev/null and b/public/emojipng/1f9b6-1f3ff.png differ
diff --git a/public/emojipng/1f9b6.png b/public/emojipng/1f9b6.png
new file mode 100644
index 0000000000..ed57c2bd9c
Binary files /dev/null and b/public/emojipng/1f9b6.png differ
diff --git a/public/emojipng/1f9b7.png b/public/emojipng/1f9b7.png
new file mode 100644
index 0000000000..f5d32ea713
Binary files /dev/null and b/public/emojipng/1f9b7.png differ
diff --git a/public/emojipng/1f9b8-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9b8-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7caf678b32
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9b8-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d5354946f1
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fb.png b/public/emojipng/1f9b8-1f3fb.png
new file mode 100644
index 0000000000..c9928c9e29
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fb.png differ
diff --git a/public/emojipng/1f9b8-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9b8-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..835b312056
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9b8-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9afb6294cf
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fc.png b/public/emojipng/1f9b8-1f3fc.png
new file mode 100644
index 0000000000..4db64c4f10
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fc.png differ
diff --git a/public/emojipng/1f9b8-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9b8-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..510ef57152
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9b8-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a5917aadc9
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fd.png b/public/emojipng/1f9b8-1f3fd.png
new file mode 100644
index 0000000000..55dad3c658
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fd.png differ
diff --git a/public/emojipng/1f9b8-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9b8-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ba21b3c465
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9b8-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..75fa8b4fc9
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3fe.png b/public/emojipng/1f9b8-1f3fe.png
new file mode 100644
index 0000000000..01e4f882e9
Binary files /dev/null and b/public/emojipng/1f9b8-1f3fe.png differ
diff --git a/public/emojipng/1f9b8-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9b8-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..9a2cbb400b
Binary files /dev/null and b/public/emojipng/1f9b8-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9b8-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fc34c480bc
Binary files /dev/null and b/public/emojipng/1f9b8-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b8-1f3ff.png b/public/emojipng/1f9b8-1f3ff.png
new file mode 100644
index 0000000000..698ee383c0
Binary files /dev/null and b/public/emojipng/1f9b8-1f3ff.png differ
diff --git a/public/emojipng/1f9b8-200d-2640-fe0f.png b/public/emojipng/1f9b8-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5f91609e83
Binary files /dev/null and b/public/emojipng/1f9b8-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b8-200d-2642-fe0f.png b/public/emojipng/1f9b8-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5d825059fc
Binary files /dev/null and b/public/emojipng/1f9b8-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b8.png b/public/emojipng/1f9b8.png
new file mode 100644
index 0000000000..d79cfc97d8
Binary files /dev/null and b/public/emojipng/1f9b8.png differ
diff --git a/public/emojipng/1f9b9-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9b9-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..21759f8a77
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9b9-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e1553453f0
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fb.png b/public/emojipng/1f9b9-1f3fb.png
new file mode 100644
index 0000000000..f2ca77d3e6
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fb.png differ
diff --git a/public/emojipng/1f9b9-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9b9-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..2baaab958b
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9b9-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..11c63297c0
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fc.png b/public/emojipng/1f9b9-1f3fc.png
new file mode 100644
index 0000000000..a96d25be0f
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fc.png differ
diff --git a/public/emojipng/1f9b9-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9b9-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..50b0ff7364
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9b9-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..3bf15398a2
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fd.png b/public/emojipng/1f9b9-1f3fd.png
new file mode 100644
index 0000000000..d8f77eaf9b
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fd.png differ
diff --git a/public/emojipng/1f9b9-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9b9-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..80bd13c9be
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9b9-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..08803cba0f
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3fe.png b/public/emojipng/1f9b9-1f3fe.png
new file mode 100644
index 0000000000..3a6cbde1e7
Binary files /dev/null and b/public/emojipng/1f9b9-1f3fe.png differ
diff --git a/public/emojipng/1f9b9-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9b9-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bbdcd028e8
Binary files /dev/null and b/public/emojipng/1f9b9-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9b9-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0f0b10435c
Binary files /dev/null and b/public/emojipng/1f9b9-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b9-1f3ff.png b/public/emojipng/1f9b9-1f3ff.png
new file mode 100644
index 0000000000..1397c3f592
Binary files /dev/null and b/public/emojipng/1f9b9-1f3ff.png differ
diff --git a/public/emojipng/1f9b9-200d-2640-fe0f.png b/public/emojipng/1f9b9-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e28243484d
Binary files /dev/null and b/public/emojipng/1f9b9-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9b9-200d-2642-fe0f.png b/public/emojipng/1f9b9-200d-2642-fe0f.png
new file mode 100644
index 0000000000..7b58aaba6d
Binary files /dev/null and b/public/emojipng/1f9b9-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9b9.png b/public/emojipng/1f9b9.png
new file mode 100644
index 0000000000..f86bd6bd8c
Binary files /dev/null and b/public/emojipng/1f9b9.png differ
diff --git a/public/emojipng/1f9ba.png b/public/emojipng/1f9ba.png
new file mode 100644
index 0000000000..f1b86e164d
Binary files /dev/null and b/public/emojipng/1f9ba.png differ
diff --git a/public/emojipng/1f9bb-1f3fb.png b/public/emojipng/1f9bb-1f3fb.png
new file mode 100644
index 0000000000..a2bcf4355b
Binary files /dev/null and b/public/emojipng/1f9bb-1f3fb.png differ
diff --git a/public/emojipng/1f9bb-1f3fc.png b/public/emojipng/1f9bb-1f3fc.png
new file mode 100644
index 0000000000..0b90533534
Binary files /dev/null and b/public/emojipng/1f9bb-1f3fc.png differ
diff --git a/public/emojipng/1f9bb-1f3fd.png b/public/emojipng/1f9bb-1f3fd.png
new file mode 100644
index 0000000000..ba898631df
Binary files /dev/null and b/public/emojipng/1f9bb-1f3fd.png differ
diff --git a/public/emojipng/1f9bb-1f3fe.png b/public/emojipng/1f9bb-1f3fe.png
new file mode 100644
index 0000000000..b019addc1e
Binary files /dev/null and b/public/emojipng/1f9bb-1f3fe.png differ
diff --git a/public/emojipng/1f9bb-1f3ff.png b/public/emojipng/1f9bb-1f3ff.png
new file mode 100644
index 0000000000..8a37cc0f60
Binary files /dev/null and b/public/emojipng/1f9bb-1f3ff.png differ
diff --git a/public/emojipng/1f9bb.png b/public/emojipng/1f9bb.png
new file mode 100644
index 0000000000..492632f175
Binary files /dev/null and b/public/emojipng/1f9bb.png differ
diff --git a/public/emojipng/1f9bc.png b/public/emojipng/1f9bc.png
new file mode 100644
index 0000000000..eea4289378
Binary files /dev/null and b/public/emojipng/1f9bc.png differ
diff --git a/public/emojipng/1f9bd.png b/public/emojipng/1f9bd.png
new file mode 100644
index 0000000000..c56f257680
Binary files /dev/null and b/public/emojipng/1f9bd.png differ
diff --git a/public/emojipng/1f9be.png b/public/emojipng/1f9be.png
new file mode 100644
index 0000000000..d758cf5bb7
Binary files /dev/null and b/public/emojipng/1f9be.png differ
diff --git a/public/emojipng/1f9bf.png b/public/emojipng/1f9bf.png
new file mode 100644
index 0000000000..9c0fed3c90
Binary files /dev/null and b/public/emojipng/1f9bf.png differ
diff --git a/public/emojipng/1f9c0.png b/public/emojipng/1f9c0.png
new file mode 100644
index 0000000000..4f88fa06df
Binary files /dev/null and b/public/emojipng/1f9c0.png differ
diff --git a/public/emojipng/1f9c1.png b/public/emojipng/1f9c1.png
new file mode 100644
index 0000000000..39ad36c043
Binary files /dev/null and b/public/emojipng/1f9c1.png differ
diff --git a/public/emojipng/1f9c2.png b/public/emojipng/1f9c2.png
new file mode 100644
index 0000000000..053367714a
Binary files /dev/null and b/public/emojipng/1f9c2.png differ
diff --git a/public/emojipng/1f9c3.png b/public/emojipng/1f9c3.png
new file mode 100644
index 0000000000..fce80c8232
Binary files /dev/null and b/public/emojipng/1f9c3.png differ
diff --git a/public/emojipng/1f9c4.png b/public/emojipng/1f9c4.png
new file mode 100644
index 0000000000..65c307104e
Binary files /dev/null and b/public/emojipng/1f9c4.png differ
diff --git a/public/emojipng/1f9c5.png b/public/emojipng/1f9c5.png
new file mode 100644
index 0000000000..73e1fea8ef
Binary files /dev/null and b/public/emojipng/1f9c5.png differ
diff --git a/public/emojipng/1f9c6.png b/public/emojipng/1f9c6.png
new file mode 100644
index 0000000000..98fafac5d4
Binary files /dev/null and b/public/emojipng/1f9c6.png differ
diff --git a/public/emojipng/1f9c7.png b/public/emojipng/1f9c7.png
new file mode 100644
index 0000000000..8696bf4b90
Binary files /dev/null and b/public/emojipng/1f9c7.png differ
diff --git a/public/emojipng/1f9c8.png b/public/emojipng/1f9c8.png
new file mode 100644
index 0000000000..a5d5528001
Binary files /dev/null and b/public/emojipng/1f9c8.png differ
diff --git a/public/emojipng/1f9c9.png b/public/emojipng/1f9c9.png
new file mode 100644
index 0000000000..9523074ce0
Binary files /dev/null and b/public/emojipng/1f9c9.png differ
diff --git a/public/emojipng/1f9ca.png b/public/emojipng/1f9ca.png
new file mode 100644
index 0000000000..57b37162bb
Binary files /dev/null and b/public/emojipng/1f9ca.png differ
diff --git a/public/emojipng/1f9cb.png b/public/emojipng/1f9cb.png
new file mode 100644
index 0000000000..3fbdf46407
Binary files /dev/null and b/public/emojipng/1f9cb.png differ
diff --git a/public/emojipng/1f9cc.png b/public/emojipng/1f9cc.png
new file mode 100644
index 0000000000..86a1a90f56
Binary files /dev/null and b/public/emojipng/1f9cc.png differ
diff --git a/public/emojipng/1f9cd-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9cd-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..03a420f91d
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9cd-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d1fe8a5154
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fb.png b/public/emojipng/1f9cd-1f3fb.png
new file mode 100644
index 0000000000..ef9ca45c9b
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fb.png differ
diff --git a/public/emojipng/1f9cd-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9cd-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d9cc521065
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9cd-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d01f6d3ed7
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fc.png b/public/emojipng/1f9cd-1f3fc.png
new file mode 100644
index 0000000000..bc4fa44c30
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fc.png differ
diff --git a/public/emojipng/1f9cd-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9cd-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8019d6c651
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9cd-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..16c5908cda
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fd.png b/public/emojipng/1f9cd-1f3fd.png
new file mode 100644
index 0000000000..6ec42816a0
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fd.png differ
diff --git a/public/emojipng/1f9cd-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9cd-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..334f947251
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9cd-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..3ba70f7fbe
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3fe.png b/public/emojipng/1f9cd-1f3fe.png
new file mode 100644
index 0000000000..24a5bc2094
Binary files /dev/null and b/public/emojipng/1f9cd-1f3fe.png differ
diff --git a/public/emojipng/1f9cd-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9cd-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..15b740272d
Binary files /dev/null and b/public/emojipng/1f9cd-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9cd-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0c68629a7a
Binary files /dev/null and b/public/emojipng/1f9cd-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cd-1f3ff.png b/public/emojipng/1f9cd-1f3ff.png
new file mode 100644
index 0000000000..62f92a01a0
Binary files /dev/null and b/public/emojipng/1f9cd-1f3ff.png differ
diff --git a/public/emojipng/1f9cd-200d-2640-fe0f.png b/public/emojipng/1f9cd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fb6bbc852e
Binary files /dev/null and b/public/emojipng/1f9cd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cd-200d-2642-fe0f.png b/public/emojipng/1f9cd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..af90767fed
Binary files /dev/null and b/public/emojipng/1f9cd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cd.png b/public/emojipng/1f9cd.png
new file mode 100644
index 0000000000..092bc94cfa
Binary files /dev/null and b/public/emojipng/1f9cd.png differ
diff --git a/public/emojipng/1f9ce-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..15435fa1e8
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fb-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9ce-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..84b1932a22
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..4c3951ab87
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fb-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9ce-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..88ac6639ff
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fb-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fb-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..304c2e1c57
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fb-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fb.png b/public/emojipng/1f9ce-1f3fb.png
new file mode 100644
index 0000000000..e0709b9cc7
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fb.png differ
diff --git a/public/emojipng/1f9ce-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..45e11b9ee5
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fc-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9ce-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f9703876f8
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..bbf8fc067e
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fc-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9ce-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c13fba6b9b
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fc-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..88e52c6bff
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fc.png b/public/emojipng/1f9ce-1f3fc.png
new file mode 100644
index 0000000000..a009cd3d02
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fc.png differ
diff --git a/public/emojipng/1f9ce-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..04ddfe6d2f
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fd-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9ce-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fff814de35
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..97c3cd6a66
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fd-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9ce-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1e94283e0b
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fd-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..192d58f13c
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fd.png b/public/emojipng/1f9ce-1f3fd.png
new file mode 100644
index 0000000000..bee23dd367
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fd.png differ
diff --git a/public/emojipng/1f9ce-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..e192507d3c
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fe-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9ce-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ea9b468cd5
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..241c001316
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fe-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9ce-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..37167a9517
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fe-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3fe-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..e4c2c62961
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fe-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3fe.png b/public/emojipng/1f9ce-1f3fe.png
new file mode 100644
index 0000000000..38d173fbae
Binary files /dev/null and b/public/emojipng/1f9ce-1f3fe.png differ
diff --git a/public/emojipng/1f9ce-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..6d45e67e59
Binary files /dev/null and b/public/emojipng/1f9ce-1f3ff-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9ce-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a08af4741e
Binary files /dev/null and b/public/emojipng/1f9ce-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..2290a39f7f
Binary files /dev/null and b/public/emojipng/1f9ce-1f3ff-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9ce-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e0b00f3c7f
Binary files /dev/null and b/public/emojipng/1f9ce-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3ff-200d-27a1-fe0f.png b/public/emojipng/1f9ce-1f3ff-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..933cd847cc
Binary files /dev/null and b/public/emojipng/1f9ce-1f3ff-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-1f3ff.png b/public/emojipng/1f9ce-1f3ff.png
new file mode 100644
index 0000000000..903927bf3e
Binary files /dev/null and b/public/emojipng/1f9ce-1f3ff.png differ
diff --git a/public/emojipng/1f9ce-200d-2640-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-200d-2640-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..f663666173
Binary files /dev/null and b/public/emojipng/1f9ce-200d-2640-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-200d-2640-fe0f.png b/public/emojipng/1f9ce-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3fc023d8c8
Binary files /dev/null and b/public/emojipng/1f9ce-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9ce-200d-2642-fe0f-200d-27a1-fe0f.png b/public/emojipng/1f9ce-200d-2642-fe0f-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..7dc7c1eff5
Binary files /dev/null and b/public/emojipng/1f9ce-200d-2642-fe0f-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce-200d-2642-fe0f.png b/public/emojipng/1f9ce-200d-2642-fe0f.png
new file mode 100644
index 0000000000..3fffc15dd7
Binary files /dev/null and b/public/emojipng/1f9ce-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9ce-200d-27a1-fe0f.png b/public/emojipng/1f9ce-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..fe7d99ddcd
Binary files /dev/null and b/public/emojipng/1f9ce-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9ce.png b/public/emojipng/1f9ce.png
new file mode 100644
index 0000000000..d59df78e5a
Binary files /dev/null and b/public/emojipng/1f9ce.png differ
diff --git a/public/emojipng/1f9cf-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9cf-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..add2f37e13
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9cf-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..49c176d765
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fb.png b/public/emojipng/1f9cf-1f3fb.png
new file mode 100644
index 0000000000..e323f4d602
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fb.png differ
diff --git a/public/emojipng/1f9cf-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9cf-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..04e20bfabc
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9cf-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..597c758ad8
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fc.png b/public/emojipng/1f9cf-1f3fc.png
new file mode 100644
index 0000000000..6c520175a1
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fc.png differ
diff --git a/public/emojipng/1f9cf-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9cf-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..189eadc665
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9cf-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9201ed2c38
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fd.png b/public/emojipng/1f9cf-1f3fd.png
new file mode 100644
index 0000000000..6819537224
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fd.png differ
diff --git a/public/emojipng/1f9cf-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9cf-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..6ad5401b20
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9cf-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ef77e24e5c
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3fe.png b/public/emojipng/1f9cf-1f3fe.png
new file mode 100644
index 0000000000..b9f5a2e2b3
Binary files /dev/null and b/public/emojipng/1f9cf-1f3fe.png differ
diff --git a/public/emojipng/1f9cf-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9cf-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7402f46bbf
Binary files /dev/null and b/public/emojipng/1f9cf-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9cf-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c603479f2c
Binary files /dev/null and b/public/emojipng/1f9cf-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cf-1f3ff.png b/public/emojipng/1f9cf-1f3ff.png
new file mode 100644
index 0000000000..9e0b55eee1
Binary files /dev/null and b/public/emojipng/1f9cf-1f3ff.png differ
diff --git a/public/emojipng/1f9cf-200d-2640-fe0f.png b/public/emojipng/1f9cf-200d-2640-fe0f.png
new file mode 100644
index 0000000000..36c5770c17
Binary files /dev/null and b/public/emojipng/1f9cf-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9cf-200d-2642-fe0f.png b/public/emojipng/1f9cf-200d-2642-fe0f.png
new file mode 100644
index 0000000000..86d326cc5f
Binary files /dev/null and b/public/emojipng/1f9cf-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9cf.png b/public/emojipng/1f9cf.png
new file mode 100644
index 0000000000..0af9d1827d
Binary files /dev/null and b/public/emojipng/1f9cf.png differ
diff --git a/public/emojipng/1f9d0.png b/public/emojipng/1f9d0.png
new file mode 100644
index 0000000000..33b85f47a0
Binary files /dev/null and b/public/emojipng/1f9d0.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f33e.png b/public/emojipng/1f9d1-1f3fb-200d-1f33e.png
new file mode 100644
index 0000000000..e5a3b549bd
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f33e.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f373.png b/public/emojipng/1f9d1-1f3fb-200d-1f373.png
new file mode 100644
index 0000000000..eb9beba629
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f373.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f37c.png b/public/emojipng/1f9d1-1f3fb-200d-1f37c.png
new file mode 100644
index 0000000000..4932c45b65
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f37c.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f384.png b/public/emojipng/1f9d1-1f3fb-200d-1f384.png
new file mode 100644
index 0000000000..172f05ce7b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f384.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f393.png b/public/emojipng/1f9d1-1f3fb-200d-1f393.png
new file mode 100644
index 0000000000..04a6808924
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f393.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f3a4.png b/public/emojipng/1f9d1-1f3fb-200d-1f3a4.png
new file mode 100644
index 0000000000..0c7b34b6a2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f3a4.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f3a8.png b/public/emojipng/1f9d1-1f3fb-200d-1f3a8.png
new file mode 100644
index 0000000000..477eb7b768
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f3a8.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f3eb.png b/public/emojipng/1f9d1-1f3fb-200d-1f3eb.png
new file mode 100644
index 0000000000..f4af417b4a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f3eb.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f3ed.png b/public/emojipng/1f9d1-1f3fb-200d-1f3ed.png
new file mode 100644
index 0000000000..cd118e602f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f3ed.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..4425b12748
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..6302b329d2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..9cd9c1311f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..556bd0790b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f430-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f4bb.png b/public/emojipng/1f9d1-1f3fb-200d-1f4bb.png
new file mode 100644
index 0000000000..dd92bca709
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f4bb.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f4bc.png b/public/emojipng/1f9d1-1f3fb-200d-1f4bc.png
new file mode 100644
index 0000000000..b579f983e7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f4bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f527.png b/public/emojipng/1f9d1-1f3fb-200d-1f527.png
new file mode 100644
index 0000000000..98b9e863b1
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f527.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f52c.png b/public/emojipng/1f9d1-1f3fb-200d-1f52c.png
new file mode 100644
index 0000000000..c1124158a7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f52c.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f680.png b/public/emojipng/1f9d1-1f3fb-200d-1f680.png
new file mode 100644
index 0000000000..78c64474ab
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f680.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f692.png b/public/emojipng/1f9d1-1f3fb-200d-1f692.png
new file mode 100644
index 0000000000..dde98a30dd
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f692.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..68770f73c8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..634f7a4466
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..50859462f4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..b231dd826d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..9e3ed2aeb2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fb-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..1eb7c3a6ca
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9af.png b/public/emojipng/1f9d1-1f3fb-200d-1f9af.png
new file mode 100644
index 0000000000..503ee15605
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9af.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9b0.png b/public/emojipng/1f9d1-1f3fb-200d-1f9b0.png
new file mode 100644
index 0000000000..ced2e66c48
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9b0.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9b1.png b/public/emojipng/1f9d1-1f3fb-200d-1f9b1.png
new file mode 100644
index 0000000000..2b50eecf35
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9b1.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9b2.png b/public/emojipng/1f9d1-1f3fb-200d-1f9b2.png
new file mode 100644
index 0000000000..88e6ecb323
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9b2.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9b3.png b/public/emojipng/1f9d1-1f3fb-200d-1f9b3.png
new file mode 100644
index 0000000000..1e07f773a0
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9b3.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fb-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..10965c626f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9bc.png b/public/emojipng/1f9d1-1f3fb-200d-1f9bc.png
new file mode 100644
index 0000000000..503975f062
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fb-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..861868c27b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1f9bd.png b/public/emojipng/1f9d1-1f3fb-200d-1f9bd.png
new file mode 100644
index 0000000000..33b5c740c9
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1f9bd.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1fa70.png b/public/emojipng/1f9d1-1f3fb-200d-1fa70.png
new file mode 100644
index 0000000000..1f3871ed25
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1fa70.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..f38875ae4b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..4485e23da3
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..0ccf2d14e7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..d0ca8151ff
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-1faef-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2695-fe0f.png b/public/emojipng/1f9d1-1f3fb-200d-2695-fe0f.png
new file mode 100644
index 0000000000..11ed16166b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2696-fe0f.png b/public/emojipng/1f9d1-1f3fb-200d-2696-fe0f.png
new file mode 100644
index 0000000000..7831dd8e15
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2708-fe0f.png b/public/emojipng/1f9d1-1f3fb-200d-2708-fe0f.png
new file mode 100644
index 0000000000..ad7873dabe
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..24471dfbf4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..69cb7fdab5
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..4aaa6add7e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..347575b4ee
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..0ce8aca1fc
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..33ecddcd69
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..ae01e0416e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..22ff8e141d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fb.png
new file mode 100644
index 0000000000..31093adbc4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f33e.png b/public/emojipng/1f9d1-1f3fc-200d-1f33e.png
new file mode 100644
index 0000000000..905e04f98f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f33e.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f373.png b/public/emojipng/1f9d1-1f3fc-200d-1f373.png
new file mode 100644
index 0000000000..d6042efa39
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f373.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f37c.png b/public/emojipng/1f9d1-1f3fc-200d-1f37c.png
new file mode 100644
index 0000000000..46af1cc5f4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f37c.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f384.png b/public/emojipng/1f9d1-1f3fc-200d-1f384.png
new file mode 100644
index 0000000000..a25be0e159
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f384.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f393.png b/public/emojipng/1f9d1-1f3fc-200d-1f393.png
new file mode 100644
index 0000000000..f1052bb585
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f393.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f3a4.png b/public/emojipng/1f9d1-1f3fc-200d-1f3a4.png
new file mode 100644
index 0000000000..03f3eec5d6
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f3a4.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f3a8.png b/public/emojipng/1f9d1-1f3fc-200d-1f3a8.png
new file mode 100644
index 0000000000..37811e394e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f3a8.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f3eb.png b/public/emojipng/1f9d1-1f3fc-200d-1f3eb.png
new file mode 100644
index 0000000000..b43288fa3c
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f3eb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f3ed.png b/public/emojipng/1f9d1-1f3fc-200d-1f3ed.png
new file mode 100644
index 0000000000..c13227b4de
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f3ed.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..6b87b5b99a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..588d952f4b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..6e197a0920
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..64c1613253
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f430-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f4bb.png b/public/emojipng/1f9d1-1f3fc-200d-1f4bb.png
new file mode 100644
index 0000000000..17a3674698
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f4bb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f4bc.png b/public/emojipng/1f9d1-1f3fc-200d-1f4bc.png
new file mode 100644
index 0000000000..8451d35046
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f4bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f527.png b/public/emojipng/1f9d1-1f3fc-200d-1f527.png
new file mode 100644
index 0000000000..63d8a78a93
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f527.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f52c.png b/public/emojipng/1f9d1-1f3fc-200d-1f52c.png
new file mode 100644
index 0000000000..4c6a6f2669
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f52c.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f680.png b/public/emojipng/1f9d1-1f3fc-200d-1f680.png
new file mode 100644
index 0000000000..162c4d9a48
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f680.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f692.png b/public/emojipng/1f9d1-1f3fc-200d-1f692.png
new file mode 100644
index 0000000000..fc28a8c169
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f692.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..ee80b1d083
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..b3d999a8c4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..c2573b7095
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..d641e2375f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..2a29c96ef4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fc-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..0e6e25d10e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9af.png b/public/emojipng/1f9d1-1f3fc-200d-1f9af.png
new file mode 100644
index 0000000000..870d4453e5
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9af.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9b0.png b/public/emojipng/1f9d1-1f3fc-200d-1f9b0.png
new file mode 100644
index 0000000000..0a951625f3
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9b0.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9b1.png b/public/emojipng/1f9d1-1f3fc-200d-1f9b1.png
new file mode 100644
index 0000000000..d1cea53bb0
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9b1.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9b2.png b/public/emojipng/1f9d1-1f3fc-200d-1f9b2.png
new file mode 100644
index 0000000000..1065c6bf4b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9b2.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9b3.png b/public/emojipng/1f9d1-1f3fc-200d-1f9b3.png
new file mode 100644
index 0000000000..4c2b85a3fc
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9b3.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fc-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..21a7b2a277
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9bc.png b/public/emojipng/1f9d1-1f3fc-200d-1f9bc.png
new file mode 100644
index 0000000000..31a737e825
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fc-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..fb00706183
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1f9bd.png b/public/emojipng/1f9d1-1f3fc-200d-1f9bd.png
new file mode 100644
index 0000000000..18255458fb
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1f9bd.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1fa70.png b/public/emojipng/1f9d1-1f3fc-200d-1fa70.png
new file mode 100644
index 0000000000..97a389864e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1fa70.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..39253f1058
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..50ece6238a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..6c3268bb52
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..31833145fd
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-1faef-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2695-fe0f.png b/public/emojipng/1f9d1-1f3fc-200d-2695-fe0f.png
new file mode 100644
index 0000000000..722e6e6b20
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2696-fe0f.png b/public/emojipng/1f9d1-1f3fc-200d-2696-fe0f.png
new file mode 100644
index 0000000000..21ec0e9c5b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2708-fe0f.png b/public/emojipng/1f9d1-1f3fc-200d-2708-fe0f.png
new file mode 100644
index 0000000000..1e1a9ffeea
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..5ddf4016f7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..a38e6a28c3
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..9908e3b893
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..b4f5862b11
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..e20d7ad764
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..49a1b8d104
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..12a7abc495
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..66e9e117b2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fc.png
new file mode 100644
index 0000000000..d3451581d1
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f33e.png b/public/emojipng/1f9d1-1f3fd-200d-1f33e.png
new file mode 100644
index 0000000000..444160826b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f33e.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f373.png b/public/emojipng/1f9d1-1f3fd-200d-1f373.png
new file mode 100644
index 0000000000..5fb0463a0f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f373.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f37c.png b/public/emojipng/1f9d1-1f3fd-200d-1f37c.png
new file mode 100644
index 0000000000..478a66ddc3
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f37c.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f384.png b/public/emojipng/1f9d1-1f3fd-200d-1f384.png
new file mode 100644
index 0000000000..9c7db219b5
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f384.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f393.png b/public/emojipng/1f9d1-1f3fd-200d-1f393.png
new file mode 100644
index 0000000000..d7414dd375
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f393.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f3a4.png b/public/emojipng/1f9d1-1f3fd-200d-1f3a4.png
new file mode 100644
index 0000000000..d0f9741456
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f3a4.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f3a8.png b/public/emojipng/1f9d1-1f3fd-200d-1f3a8.png
new file mode 100644
index 0000000000..e8ef80d7f5
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f3a8.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f3eb.png b/public/emojipng/1f9d1-1f3fd-200d-1f3eb.png
new file mode 100644
index 0000000000..027833aa9c
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f3eb.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f3ed.png b/public/emojipng/1f9d1-1f3fd-200d-1f3ed.png
new file mode 100644
index 0000000000..010030d665
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f3ed.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..6bc78a1a1d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..456768e03d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..7e920f665b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..94255c30b5
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f430-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f4bb.png b/public/emojipng/1f9d1-1f3fd-200d-1f4bb.png
new file mode 100644
index 0000000000..0852cc01d3
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f4bb.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f4bc.png b/public/emojipng/1f9d1-1f3fd-200d-1f4bc.png
new file mode 100644
index 0000000000..95f6a939ac
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f4bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f527.png b/public/emojipng/1f9d1-1f3fd-200d-1f527.png
new file mode 100644
index 0000000000..ca32388149
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f527.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f52c.png b/public/emojipng/1f9d1-1f3fd-200d-1f52c.png
new file mode 100644
index 0000000000..5ae8cccb5d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f52c.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f680.png b/public/emojipng/1f9d1-1f3fd-200d-1f680.png
new file mode 100644
index 0000000000..d50c650139
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f680.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f692.png b/public/emojipng/1f9d1-1f3fd-200d-1f692.png
new file mode 100644
index 0000000000..79f3dbaa0e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f692.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..5b2f725e1d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..229c18d1c5
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..c6fcaea042
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..ac99a2c1fb
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..2f80d05c55
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fd-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..eaa2fa2d28
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9af.png b/public/emojipng/1f9d1-1f3fd-200d-1f9af.png
new file mode 100644
index 0000000000..260507ef51
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9af.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9b0.png b/public/emojipng/1f9d1-1f3fd-200d-1f9b0.png
new file mode 100644
index 0000000000..f11dff1190
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9b0.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9b1.png b/public/emojipng/1f9d1-1f3fd-200d-1f9b1.png
new file mode 100644
index 0000000000..37587d5ffd
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9b1.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9b2.png b/public/emojipng/1f9d1-1f3fd-200d-1f9b2.png
new file mode 100644
index 0000000000..609b41b7b2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9b2.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9b3.png b/public/emojipng/1f9d1-1f3fd-200d-1f9b3.png
new file mode 100644
index 0000000000..36b16487e2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9b3.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fd-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..deadeed5eb
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9bc.png b/public/emojipng/1f9d1-1f3fd-200d-1f9bc.png
new file mode 100644
index 0000000000..93d2a824bb
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fd-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..336fe8e45b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1f9bd.png b/public/emojipng/1f9d1-1f3fd-200d-1f9bd.png
new file mode 100644
index 0000000000..f5b5e63864
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1f9bd.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1fa70.png b/public/emojipng/1f9d1-1f3fd-200d-1fa70.png
new file mode 100644
index 0000000000..a74c7d1c2a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1fa70.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..b8a6c0f9e7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..adb93513e3
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..a07f0eb3af
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..b3b4c2255b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-1faef-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2695-fe0f.png b/public/emojipng/1f9d1-1f3fd-200d-2695-fe0f.png
new file mode 100644
index 0000000000..ef513a7eae
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2696-fe0f.png b/public/emojipng/1f9d1-1f3fd-200d-2696-fe0f.png
new file mode 100644
index 0000000000..e708c2eac2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2708-fe0f.png b/public/emojipng/1f9d1-1f3fd-200d-2708-fe0f.png
new file mode 100644
index 0000000000..99c6821d34
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..34379c5b55
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..e3d1daff2f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..6ff7a61739
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..4f75a98d3c
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..3267a3e3c6
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..328e976a12
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..8e18df2441
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..c0e4c46d88
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fd.png
new file mode 100644
index 0000000000..3c51e01439
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f33e.png b/public/emojipng/1f9d1-1f3fe-200d-1f33e.png
new file mode 100644
index 0000000000..ce18ce0c80
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f33e.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f373.png b/public/emojipng/1f9d1-1f3fe-200d-1f373.png
new file mode 100644
index 0000000000..f92bb8033f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f373.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f37c.png b/public/emojipng/1f9d1-1f3fe-200d-1f37c.png
new file mode 100644
index 0000000000..f6e6621922
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f37c.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f384.png b/public/emojipng/1f9d1-1f3fe-200d-1f384.png
new file mode 100644
index 0000000000..d7480e7254
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f384.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f393.png b/public/emojipng/1f9d1-1f3fe-200d-1f393.png
new file mode 100644
index 0000000000..c7393d59b2
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f393.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f3a4.png b/public/emojipng/1f9d1-1f3fe-200d-1f3a4.png
new file mode 100644
index 0000000000..5b5ffcae3d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f3a4.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f3a8.png b/public/emojipng/1f9d1-1f3fe-200d-1f3a8.png
new file mode 100644
index 0000000000..f3501b34d8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f3a8.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f3eb.png b/public/emojipng/1f9d1-1f3fe-200d-1f3eb.png
new file mode 100644
index 0000000000..6767d97ff7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f3eb.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f3ed.png b/public/emojipng/1f9d1-1f3fe-200d-1f3ed.png
new file mode 100644
index 0000000000..1e83f20f03
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f3ed.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..7310bd7ac6
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..4755128de4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..5da6d1cbdc
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..d86870d9d6
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f430-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f4bb.png b/public/emojipng/1f9d1-1f3fe-200d-1f4bb.png
new file mode 100644
index 0000000000..6f851f76f1
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f4bb.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f4bc.png b/public/emojipng/1f9d1-1f3fe-200d-1f4bc.png
new file mode 100644
index 0000000000..1da65d87d9
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f4bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f527.png b/public/emojipng/1f9d1-1f3fe-200d-1f527.png
new file mode 100644
index 0000000000..688a909eb8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f527.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f52c.png b/public/emojipng/1f9d1-1f3fe-200d-1f52c.png
new file mode 100644
index 0000000000..4a78ea9b2d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f52c.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f680.png b/public/emojipng/1f9d1-1f3fe-200d-1f680.png
new file mode 100644
index 0000000000..092fc992c8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f680.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f692.png b/public/emojipng/1f9d1-1f3fe-200d-1f692.png
new file mode 100644
index 0000000000..cb0e4b2bea
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f692.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..dd29f84c4b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..b538426680
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..794b1aab4d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..bdab9fc730
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..eae7472270
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fe-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..4272c29cdb
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9af.png b/public/emojipng/1f9d1-1f3fe-200d-1f9af.png
new file mode 100644
index 0000000000..b383c54427
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9af.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9b0.png b/public/emojipng/1f9d1-1f3fe-200d-1f9b0.png
new file mode 100644
index 0000000000..7781c29ecb
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9b0.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9b1.png b/public/emojipng/1f9d1-1f3fe-200d-1f9b1.png
new file mode 100644
index 0000000000..7de0d4e436
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9b1.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9b2.png b/public/emojipng/1f9d1-1f3fe-200d-1f9b2.png
new file mode 100644
index 0000000000..25c78ed087
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9b2.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9b3.png b/public/emojipng/1f9d1-1f3fe-200d-1f9b3.png
new file mode 100644
index 0000000000..2fb82858f1
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9b3.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fe-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..6c3940b3a5
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9bc.png b/public/emojipng/1f9d1-1f3fe-200d-1f9bc.png
new file mode 100644
index 0000000000..51a7fcba73
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9bc.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3fe-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..0dbdac7e7f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1f9bd.png b/public/emojipng/1f9d1-1f3fe-200d-1f9bd.png
new file mode 100644
index 0000000000..72f5aa062e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1f9bd.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1fa70.png b/public/emojipng/1f9d1-1f3fe-200d-1fa70.png
new file mode 100644
index 0000000000..ef731916e8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1fa70.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..5d2ce4a6eb
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..6e9e5b9a8f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..e5b21b6fe1
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..af6ea963f1
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-1faef-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2695-fe0f.png b/public/emojipng/1f9d1-1f3fe-200d-2695-fe0f.png
new file mode 100644
index 0000000000..d54a125058
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2696-fe0f.png b/public/emojipng/1f9d1-1f3fe-200d-2696-fe0f.png
new file mode 100644
index 0000000000..05b2b8ee13
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2708-fe0f.png b/public/emojipng/1f9d1-1f3fe-200d-2708-fe0f.png
new file mode 100644
index 0000000000..97da172e2d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..c35b92e85a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..ddec3e7cf4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..465f60dd8a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..376180f70d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..8d4e9808af
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..3926831f61
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..4d9e7c989b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..ce3d818725
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3fe.png
new file mode 100644
index 0000000000..f3f7e0c4a6
Binary files /dev/null and b/public/emojipng/1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f33e.png b/public/emojipng/1f9d1-1f3ff-200d-1f33e.png
new file mode 100644
index 0000000000..7ee88d8fe7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f33e.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f373.png b/public/emojipng/1f9d1-1f3ff-200d-1f373.png
new file mode 100644
index 0000000000..1060299ccc
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f373.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f37c.png b/public/emojipng/1f9d1-1f3ff-200d-1f37c.png
new file mode 100644
index 0000000000..03ccea351b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f37c.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f384.png b/public/emojipng/1f9d1-1f3ff-200d-1f384.png
new file mode 100644
index 0000000000..a3d6e659dd
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f384.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f393.png b/public/emojipng/1f9d1-1f3ff-200d-1f393.png
new file mode 100644
index 0000000000..c906f18e88
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f393.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f3a4.png b/public/emojipng/1f9d1-1f3ff-200d-1f3a4.png
new file mode 100644
index 0000000000..6ab09a25f7
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f3a4.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f3a8.png b/public/emojipng/1f9d1-1f3ff-200d-1f3a8.png
new file mode 100644
index 0000000000..0388084caa
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f3a8.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f3eb.png b/public/emojipng/1f9d1-1f3ff-200d-1f3eb.png
new file mode 100644
index 0000000000..13df8d2cde
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f3eb.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f3ed.png b/public/emojipng/1f9d1-1f3ff-200d-1f3ed.png
new file mode 100644
index 0000000000..d4b3ee56e4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f3ed.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..060153e50a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..6a3a35f70f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..1071e4df9f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..7fb02d5e18
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f430-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f4bb.png b/public/emojipng/1f9d1-1f3ff-200d-1f4bb.png
new file mode 100644
index 0000000000..de2819894b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f4bb.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f4bc.png b/public/emojipng/1f9d1-1f3ff-200d-1f4bc.png
new file mode 100644
index 0000000000..73a8e53a20
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f4bc.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f527.png b/public/emojipng/1f9d1-1f3ff-200d-1f527.png
new file mode 100644
index 0000000000..5d098b9841
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f527.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f52c.png b/public/emojipng/1f9d1-1f3ff-200d-1f52c.png
new file mode 100644
index 0000000000..db4b9d41c8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f52c.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f680.png b/public/emojipng/1f9d1-1f3ff-200d-1f680.png
new file mode 100644
index 0000000000..846be56c12
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f680.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f692.png b/public/emojipng/1f9d1-1f3ff-200d-1f692.png
new file mode 100644
index 0000000000..82e051a7a0
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f692.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..476f100c7d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..887480f099
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..dbafdf9d3d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..6e80a36548
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png
new file mode 100644
index 0000000000..c0350e92e8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3ff-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..c6914bea22
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9af.png b/public/emojipng/1f9d1-1f3ff-200d-1f9af.png
new file mode 100644
index 0000000000..f2fcce1e25
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9af.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9b0.png b/public/emojipng/1f9d1-1f3ff-200d-1f9b0.png
new file mode 100644
index 0000000000..81a7caa551
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9b0.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9b1.png b/public/emojipng/1f9d1-1f3ff-200d-1f9b1.png
new file mode 100644
index 0000000000..1cb908c735
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9b1.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9b2.png b/public/emojipng/1f9d1-1f3ff-200d-1f9b2.png
new file mode 100644
index 0000000000..6a5e8b0494
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9b2.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9b3.png b/public/emojipng/1f9d1-1f3ff-200d-1f9b3.png
new file mode 100644
index 0000000000..a4772fea5a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9b3.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3ff-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..4eeddc4a1a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9bc.png b/public/emojipng/1f9d1-1f3ff-200d-1f9bc.png
new file mode 100644
index 0000000000..fc99dd988a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9bc.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f9d1-1f3ff-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..5de8f6f988
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1f9bd.png b/public/emojipng/1f9d1-1f3ff-200d-1f9bd.png
new file mode 100644
index 0000000000..6c8e92b295
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1f9bd.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1fa70.png b/public/emojipng/1f9d1-1f3ff-200d-1fa70.png
new file mode 100644
index 0000000000..d3e3fbe9a0
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1fa70.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..e253c130a4
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..95d6d34e57
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..fe5b5b6e0e
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..e9786cdd02
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-1faef-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2695-fe0f.png b/public/emojipng/1f9d1-1f3ff-200d-2695-fe0f.png
new file mode 100644
index 0000000000..8f95ec023c
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2696-fe0f.png b/public/emojipng/1f9d1-1f3ff-200d-2696-fe0f.png
new file mode 100644
index 0000000000..1b2c484452
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2708-fe0f.png b/public/emojipng/1f9d1-1f3ff-200d-2708-fe0f.png
new file mode 100644
index 0000000000..a504160f7c
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..14ced38a1f
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..dc796c6d7b
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..3403518fd8
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..60702d908d
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fb.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fb.png
new file mode 100644
index 0000000000..a470e99e2a
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fb.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fc.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fc.png
new file mode 100644
index 0000000000..b2e7f1652c
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fc.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fd.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fd.png
new file mode 100644
index 0000000000..01644ff1f3
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fd.png differ
diff --git a/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fe.png b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fe.png
new file mode 100644
index 0000000000..0fd86e7846
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fe.png differ
diff --git a/public/emojipng/1f9d1-1f3ff.png b/public/emojipng/1f9d1-1f3ff.png
new file mode 100644
index 0000000000..dac06fdee0
Binary files /dev/null and b/public/emojipng/1f9d1-1f3ff.png differ
diff --git a/public/emojipng/1f9d1-200d-1f33e.png b/public/emojipng/1f9d1-200d-1f33e.png
new file mode 100644
index 0000000000..62757b900b
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f33e.png differ
diff --git a/public/emojipng/1f9d1-200d-1f373.png b/public/emojipng/1f9d1-200d-1f373.png
new file mode 100644
index 0000000000..4d6f90161d
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f373.png differ
diff --git a/public/emojipng/1f9d1-200d-1f37c.png b/public/emojipng/1f9d1-200d-1f37c.png
new file mode 100644
index 0000000000..4e67b21b90
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f37c.png differ
diff --git a/public/emojipng/1f9d1-200d-1f384.png b/public/emojipng/1f9d1-200d-1f384.png
new file mode 100644
index 0000000000..1c723c878f
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f384.png differ
diff --git a/public/emojipng/1f9d1-200d-1f393.png b/public/emojipng/1f9d1-200d-1f393.png
new file mode 100644
index 0000000000..4b6421a8b2
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f393.png differ
diff --git a/public/emojipng/1f9d1-200d-1f3a4.png b/public/emojipng/1f9d1-200d-1f3a4.png
new file mode 100644
index 0000000000..b4b56c95b7
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f3a4.png differ
diff --git a/public/emojipng/1f9d1-200d-1f3a8.png b/public/emojipng/1f9d1-200d-1f3a8.png
new file mode 100644
index 0000000000..890cc7f172
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f3a8.png differ
diff --git a/public/emojipng/1f9d1-200d-1f3eb.png b/public/emojipng/1f9d1-200d-1f3eb.png
new file mode 100644
index 0000000000..e0dc2f5979
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f3eb.png differ
diff --git a/public/emojipng/1f9d1-200d-1f3ed.png b/public/emojipng/1f9d1-200d-1f3ed.png
new file mode 100644
index 0000000000..1a7e218139
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f3ed.png differ
diff --git a/public/emojipng/1f9d1-200d-1f4bb.png b/public/emojipng/1f9d1-200d-1f4bb.png
new file mode 100644
index 0000000000..6dfefc0fdf
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f4bb.png differ
diff --git a/public/emojipng/1f9d1-200d-1f4bc.png b/public/emojipng/1f9d1-200d-1f4bc.png
new file mode 100644
index 0000000000..1570683639
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f4bc.png differ
diff --git a/public/emojipng/1f9d1-200d-1f527.png b/public/emojipng/1f9d1-200d-1f527.png
new file mode 100644
index 0000000000..bdaf652be2
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f527.png differ
diff --git a/public/emojipng/1f9d1-200d-1f52c.png b/public/emojipng/1f9d1-200d-1f52c.png
new file mode 100644
index 0000000000..9d71dc2102
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f52c.png differ
diff --git a/public/emojipng/1f9d1-200d-1f680.png b/public/emojipng/1f9d1-200d-1f680.png
new file mode 100644
index 0000000000..e9221ddb4d
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f680.png differ
diff --git a/public/emojipng/1f9d1-200d-1f692.png b/public/emojipng/1f9d1-200d-1f692.png
new file mode 100644
index 0000000000..c84c813768
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f692.png differ
diff --git a/public/emojipng/1f9d1-200d-1f91d-200d-1f9d1.png b/public/emojipng/1f9d1-200d-1f91d-200d-1f9d1.png
new file mode 100644
index 0000000000..38916c55b1
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f91d-200d-1f9d1.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9af-200d-27a1-fe0f.png b/public/emojipng/1f9d1-200d-1f9af-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..c02145edc7
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9af-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9af.png b/public/emojipng/1f9d1-200d-1f9af.png
new file mode 100644
index 0000000000..e160612831
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9af.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9b0.png b/public/emojipng/1f9d1-200d-1f9b0.png
new file mode 100644
index 0000000000..363fd9c8ab
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9b0.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9b1.png b/public/emojipng/1f9d1-200d-1f9b1.png
new file mode 100644
index 0000000000..8c809f1436
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9b1.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9b2.png b/public/emojipng/1f9d1-200d-1f9b2.png
new file mode 100644
index 0000000000..e939a1115b
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9b2.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9b3.png b/public/emojipng/1f9d1-200d-1f9b3.png
new file mode 100644
index 0000000000..241b5446cd
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9b3.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9bc-200d-27a1-fe0f.png b/public/emojipng/1f9d1-200d-1f9bc-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..831528469d
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9bc-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9bc.png b/public/emojipng/1f9d1-200d-1f9bc.png
new file mode 100644
index 0000000000..a372a8e3d5
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9bc.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9bd-200d-27a1-fe0f.png b/public/emojipng/1f9d1-200d-1f9bd-200d-27a1-fe0f.png
new file mode 100644
index 0000000000..181a3e1646
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9bd-200d-27a1-fe0f.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9bd.png b/public/emojipng/1f9d1-200d-1f9bd.png
new file mode 100644
index 0000000000..3fdadab5e9
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9bd.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9d1-200d-1f9d2-200d-1f9d2.png b/public/emojipng/1f9d1-200d-1f9d1-200d-1f9d2-200d-1f9d2.png
new file mode 100644
index 0000000000..983f56fe3c
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9d1-200d-1f9d2-200d-1f9d2.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9d1-200d-1f9d2.png b/public/emojipng/1f9d1-200d-1f9d1-200d-1f9d2.png
new file mode 100644
index 0000000000..07ea11eb2b
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9d1-200d-1f9d2.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9d2-200d-1f9d2.png b/public/emojipng/1f9d1-200d-1f9d2-200d-1f9d2.png
new file mode 100644
index 0000000000..badab11cb3
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9d2-200d-1f9d2.png differ
diff --git a/public/emojipng/1f9d1-200d-1f9d2.png b/public/emojipng/1f9d1-200d-1f9d2.png
new file mode 100644
index 0000000000..e2d9cb6530
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1f9d2.png differ
diff --git a/public/emojipng/1f9d1-200d-1fa70.png b/public/emojipng/1f9d1-200d-1fa70.png
new file mode 100644
index 0000000000..9c9b964123
Binary files /dev/null and b/public/emojipng/1f9d1-200d-1fa70.png differ
diff --git a/public/emojipng/1f9d1-200d-2695-fe0f.png b/public/emojipng/1f9d1-200d-2695-fe0f.png
new file mode 100644
index 0000000000..354e2124a0
Binary files /dev/null and b/public/emojipng/1f9d1-200d-2695-fe0f.png differ
diff --git a/public/emojipng/1f9d1-200d-2696-fe0f.png b/public/emojipng/1f9d1-200d-2696-fe0f.png
new file mode 100644
index 0000000000..8d9409d37e
Binary files /dev/null and b/public/emojipng/1f9d1-200d-2696-fe0f.png differ
diff --git a/public/emojipng/1f9d1-200d-2708-fe0f.png b/public/emojipng/1f9d1-200d-2708-fe0f.png
new file mode 100644
index 0000000000..78c4b3738a
Binary files /dev/null and b/public/emojipng/1f9d1-200d-2708-fe0f.png differ
diff --git a/public/emojipng/1f9d1.png b/public/emojipng/1f9d1.png
new file mode 100644
index 0000000000..13ad8a69b9
Binary files /dev/null and b/public/emojipng/1f9d1.png differ
diff --git a/public/emojipng/1f9d2-1f3fb.png b/public/emojipng/1f9d2-1f3fb.png
new file mode 100644
index 0000000000..3176891d09
Binary files /dev/null and b/public/emojipng/1f9d2-1f3fb.png differ
diff --git a/public/emojipng/1f9d2-1f3fc.png b/public/emojipng/1f9d2-1f3fc.png
new file mode 100644
index 0000000000..85c9853939
Binary files /dev/null and b/public/emojipng/1f9d2-1f3fc.png differ
diff --git a/public/emojipng/1f9d2-1f3fd.png b/public/emojipng/1f9d2-1f3fd.png
new file mode 100644
index 0000000000..5eedce05af
Binary files /dev/null and b/public/emojipng/1f9d2-1f3fd.png differ
diff --git a/public/emojipng/1f9d2-1f3fe.png b/public/emojipng/1f9d2-1f3fe.png
new file mode 100644
index 0000000000..0931b2dbca
Binary files /dev/null and b/public/emojipng/1f9d2-1f3fe.png differ
diff --git a/public/emojipng/1f9d2-1f3ff.png b/public/emojipng/1f9d2-1f3ff.png
new file mode 100644
index 0000000000..c02a87e427
Binary files /dev/null and b/public/emojipng/1f9d2-1f3ff.png differ
diff --git a/public/emojipng/1f9d2.png b/public/emojipng/1f9d2.png
new file mode 100644
index 0000000000..d64876b9b0
Binary files /dev/null and b/public/emojipng/1f9d2.png differ
diff --git a/public/emojipng/1f9d3-1f3fb.png b/public/emojipng/1f9d3-1f3fb.png
new file mode 100644
index 0000000000..0d031a0818
Binary files /dev/null and b/public/emojipng/1f9d3-1f3fb.png differ
diff --git a/public/emojipng/1f9d3-1f3fc.png b/public/emojipng/1f9d3-1f3fc.png
new file mode 100644
index 0000000000..c2213380b5
Binary files /dev/null and b/public/emojipng/1f9d3-1f3fc.png differ
diff --git a/public/emojipng/1f9d3-1f3fd.png b/public/emojipng/1f9d3-1f3fd.png
new file mode 100644
index 0000000000..0c56feac0f
Binary files /dev/null and b/public/emojipng/1f9d3-1f3fd.png differ
diff --git a/public/emojipng/1f9d3-1f3fe.png b/public/emojipng/1f9d3-1f3fe.png
new file mode 100644
index 0000000000..c98423b5ce
Binary files /dev/null and b/public/emojipng/1f9d3-1f3fe.png differ
diff --git a/public/emojipng/1f9d3-1f3ff.png b/public/emojipng/1f9d3-1f3ff.png
new file mode 100644
index 0000000000..de458e297f
Binary files /dev/null and b/public/emojipng/1f9d3-1f3ff.png differ
diff --git a/public/emojipng/1f9d3.png b/public/emojipng/1f9d3.png
new file mode 100644
index 0000000000..627b9e7fac
Binary files /dev/null and b/public/emojipng/1f9d3.png differ
diff --git a/public/emojipng/1f9d4-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9d4-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d5ae81abe2
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9d4-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8e23bc93ea
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fb.png b/public/emojipng/1f9d4-1f3fb.png
new file mode 100644
index 0000000000..454efbfea2
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fb.png differ
diff --git a/public/emojipng/1f9d4-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9d4-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c39f5cf001
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9d4-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..2d2c904ca4
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fc.png b/public/emojipng/1f9d4-1f3fc.png
new file mode 100644
index 0000000000..0930537c4e
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fc.png differ
diff --git a/public/emojipng/1f9d4-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9d4-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a26157d65a
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9d4-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..714fa37075
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fd.png b/public/emojipng/1f9d4-1f3fd.png
new file mode 100644
index 0000000000..1eaf4e67ee
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fd.png differ
diff --git a/public/emojipng/1f9d4-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9d4-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..574a2aa6d3
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9d4-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4fcd67ee86
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3fe.png b/public/emojipng/1f9d4-1f3fe.png
new file mode 100644
index 0000000000..0587ba6ac2
Binary files /dev/null and b/public/emojipng/1f9d4-1f3fe.png differ
diff --git a/public/emojipng/1f9d4-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9d4-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..38e64542f3
Binary files /dev/null and b/public/emojipng/1f9d4-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9d4-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..16810f8a50
Binary files /dev/null and b/public/emojipng/1f9d4-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d4-1f3ff.png b/public/emojipng/1f9d4-1f3ff.png
new file mode 100644
index 0000000000..92b8857f57
Binary files /dev/null and b/public/emojipng/1f9d4-1f3ff.png differ
diff --git a/public/emojipng/1f9d4-200d-2640-fe0f.png b/public/emojipng/1f9d4-200d-2640-fe0f.png
new file mode 100644
index 0000000000..78c10b31d5
Binary files /dev/null and b/public/emojipng/1f9d4-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d4-200d-2642-fe0f.png b/public/emojipng/1f9d4-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c764ff644b
Binary files /dev/null and b/public/emojipng/1f9d4-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d4.png b/public/emojipng/1f9d4.png
new file mode 100644
index 0000000000..44e8c0d6c0
Binary files /dev/null and b/public/emojipng/1f9d4.png differ
diff --git a/public/emojipng/1f9d5-1f3fb.png b/public/emojipng/1f9d5-1f3fb.png
new file mode 100644
index 0000000000..1d643e0c3b
Binary files /dev/null and b/public/emojipng/1f9d5-1f3fb.png differ
diff --git a/public/emojipng/1f9d5-1f3fc.png b/public/emojipng/1f9d5-1f3fc.png
new file mode 100644
index 0000000000..852b0a92b3
Binary files /dev/null and b/public/emojipng/1f9d5-1f3fc.png differ
diff --git a/public/emojipng/1f9d5-1f3fd.png b/public/emojipng/1f9d5-1f3fd.png
new file mode 100644
index 0000000000..b48e2fc6a6
Binary files /dev/null and b/public/emojipng/1f9d5-1f3fd.png differ
diff --git a/public/emojipng/1f9d5-1f3fe.png b/public/emojipng/1f9d5-1f3fe.png
new file mode 100644
index 0000000000..3c9d4ff337
Binary files /dev/null and b/public/emojipng/1f9d5-1f3fe.png differ
diff --git a/public/emojipng/1f9d5-1f3ff.png b/public/emojipng/1f9d5-1f3ff.png
new file mode 100644
index 0000000000..36415f4ccf
Binary files /dev/null and b/public/emojipng/1f9d5-1f3ff.png differ
diff --git a/public/emojipng/1f9d5.png b/public/emojipng/1f9d5.png
new file mode 100644
index 0000000000..b39adcda35
Binary files /dev/null and b/public/emojipng/1f9d5.png differ
diff --git a/public/emojipng/1f9d6-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9d6-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..1ac4aaf56c
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9d6-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c7651ed3e8
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fb.png b/public/emojipng/1f9d6-1f3fb.png
new file mode 100644
index 0000000000..01e7bad740
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fb.png differ
diff --git a/public/emojipng/1f9d6-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9d6-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..33b55698a3
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9d6-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..bb99429b95
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fc.png b/public/emojipng/1f9d6-1f3fc.png
new file mode 100644
index 0000000000..190adb4568
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fc.png differ
diff --git a/public/emojipng/1f9d6-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9d6-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..44314fb495
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9d6-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..79c0bc65ed
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fd.png b/public/emojipng/1f9d6-1f3fd.png
new file mode 100644
index 0000000000..bb170269ea
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fd.png differ
diff --git a/public/emojipng/1f9d6-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9d6-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..4b4add48cc
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9d6-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1d1672d71f
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3fe.png b/public/emojipng/1f9d6-1f3fe.png
new file mode 100644
index 0000000000..3e065c0af8
Binary files /dev/null and b/public/emojipng/1f9d6-1f3fe.png differ
diff --git a/public/emojipng/1f9d6-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9d6-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7741499671
Binary files /dev/null and b/public/emojipng/1f9d6-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9d6-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ed8c3944c6
Binary files /dev/null and b/public/emojipng/1f9d6-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d6-1f3ff.png b/public/emojipng/1f9d6-1f3ff.png
new file mode 100644
index 0000000000..d846549152
Binary files /dev/null and b/public/emojipng/1f9d6-1f3ff.png differ
diff --git a/public/emojipng/1f9d6-200d-2640-fe0f.png b/public/emojipng/1f9d6-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3fa739ab64
Binary files /dev/null and b/public/emojipng/1f9d6-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d6-200d-2642-fe0f.png b/public/emojipng/1f9d6-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a9a4c5ea92
Binary files /dev/null and b/public/emojipng/1f9d6-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d6.png b/public/emojipng/1f9d6.png
new file mode 100644
index 0000000000..3a2ec06ddf
Binary files /dev/null and b/public/emojipng/1f9d6.png differ
diff --git a/public/emojipng/1f9d7-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9d7-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..fecf90a787
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9d7-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c19285100b
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fb.png b/public/emojipng/1f9d7-1f3fb.png
new file mode 100644
index 0000000000..ff9d0fbbe8
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fb.png differ
diff --git a/public/emojipng/1f9d7-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9d7-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..215e18e2d4
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9d7-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9e8196c287
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fc.png b/public/emojipng/1f9d7-1f3fc.png
new file mode 100644
index 0000000000..31bf0347f7
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fc.png differ
diff --git a/public/emojipng/1f9d7-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9d7-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7d9396ce12
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9d7-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a0255f24b0
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fd.png b/public/emojipng/1f9d7-1f3fd.png
new file mode 100644
index 0000000000..67efea29f3
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fd.png differ
diff --git a/public/emojipng/1f9d7-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9d7-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..5408afcd71
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9d7-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ed01df66b1
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3fe.png b/public/emojipng/1f9d7-1f3fe.png
new file mode 100644
index 0000000000..79708dd24c
Binary files /dev/null and b/public/emojipng/1f9d7-1f3fe.png differ
diff --git a/public/emojipng/1f9d7-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9d7-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ab88bd1d31
Binary files /dev/null and b/public/emojipng/1f9d7-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9d7-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..480fcf1ef2
Binary files /dev/null and b/public/emojipng/1f9d7-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d7-1f3ff.png b/public/emojipng/1f9d7-1f3ff.png
new file mode 100644
index 0000000000..c61785e2a0
Binary files /dev/null and b/public/emojipng/1f9d7-1f3ff.png differ
diff --git a/public/emojipng/1f9d7-200d-2640-fe0f.png b/public/emojipng/1f9d7-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b336b14d56
Binary files /dev/null and b/public/emojipng/1f9d7-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d7-200d-2642-fe0f.png b/public/emojipng/1f9d7-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6ad10ec4c2
Binary files /dev/null and b/public/emojipng/1f9d7-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d7.png b/public/emojipng/1f9d7.png
new file mode 100644
index 0000000000..1303a54aaf
Binary files /dev/null and b/public/emojipng/1f9d7.png differ
diff --git a/public/emojipng/1f9d8-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9d8-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..996741f9e3
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9d8-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..002357d71a
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fb.png b/public/emojipng/1f9d8-1f3fb.png
new file mode 100644
index 0000000000..fea8e8ba70
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fb.png differ
diff --git a/public/emojipng/1f9d8-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9d8-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..dfa69c8ab6
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9d8-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e1606adc4c
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fc.png b/public/emojipng/1f9d8-1f3fc.png
new file mode 100644
index 0000000000..0740402041
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fc.png differ
diff --git a/public/emojipng/1f9d8-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9d8-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..95dbb2d16d
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9d8-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9cc179ecdb
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fd.png b/public/emojipng/1f9d8-1f3fd.png
new file mode 100644
index 0000000000..35f2252ba4
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fd.png differ
diff --git a/public/emojipng/1f9d8-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9d8-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..ff022df7fa
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9d8-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9460caacb9
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3fe.png b/public/emojipng/1f9d8-1f3fe.png
new file mode 100644
index 0000000000..facdd8e06e
Binary files /dev/null and b/public/emojipng/1f9d8-1f3fe.png differ
diff --git a/public/emojipng/1f9d8-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9d8-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..714c8f1893
Binary files /dev/null and b/public/emojipng/1f9d8-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9d8-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..005bab6b5a
Binary files /dev/null and b/public/emojipng/1f9d8-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d8-1f3ff.png b/public/emojipng/1f9d8-1f3ff.png
new file mode 100644
index 0000000000..6781bf78dd
Binary files /dev/null and b/public/emojipng/1f9d8-1f3ff.png differ
diff --git a/public/emojipng/1f9d8-200d-2640-fe0f.png b/public/emojipng/1f9d8-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d9189351d8
Binary files /dev/null and b/public/emojipng/1f9d8-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d8-200d-2642-fe0f.png b/public/emojipng/1f9d8-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0840aa1b53
Binary files /dev/null and b/public/emojipng/1f9d8-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d8.png b/public/emojipng/1f9d8.png
new file mode 100644
index 0000000000..64cd7e2eb8
Binary files /dev/null and b/public/emojipng/1f9d8.png differ
diff --git a/public/emojipng/1f9d9-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9d9-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..a90901839e
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9d9-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9bf271911c
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fb.png b/public/emojipng/1f9d9-1f3fb.png
new file mode 100644
index 0000000000..90d1a887de
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fb.png differ
diff --git a/public/emojipng/1f9d9-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9d9-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..53e07504dd
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9d9-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4c787f5bea
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fc.png b/public/emojipng/1f9d9-1f3fc.png
new file mode 100644
index 0000000000..00e895ef0f
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fc.png differ
diff --git a/public/emojipng/1f9d9-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9d9-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..2a7dcc21f2
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9d9-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..96d8c88219
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fd.png b/public/emojipng/1f9d9-1f3fd.png
new file mode 100644
index 0000000000..b233884387
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fd.png differ
diff --git a/public/emojipng/1f9d9-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9d9-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e640bf2c5b
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9d9-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..2b66defd30
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3fe.png b/public/emojipng/1f9d9-1f3fe.png
new file mode 100644
index 0000000000..f9c021873a
Binary files /dev/null and b/public/emojipng/1f9d9-1f3fe.png differ
diff --git a/public/emojipng/1f9d9-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9d9-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..84fc554366
Binary files /dev/null and b/public/emojipng/1f9d9-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9d9-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..3de4920721
Binary files /dev/null and b/public/emojipng/1f9d9-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d9-1f3ff.png b/public/emojipng/1f9d9-1f3ff.png
new file mode 100644
index 0000000000..8abf6646a4
Binary files /dev/null and b/public/emojipng/1f9d9-1f3ff.png differ
diff --git a/public/emojipng/1f9d9-200d-2640-fe0f.png b/public/emojipng/1f9d9-200d-2640-fe0f.png
new file mode 100644
index 0000000000..747397c39a
Binary files /dev/null and b/public/emojipng/1f9d9-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9d9-200d-2642-fe0f.png b/public/emojipng/1f9d9-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d12c1e6052
Binary files /dev/null and b/public/emojipng/1f9d9-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9d9.png b/public/emojipng/1f9d9.png
new file mode 100644
index 0000000000..4dd9aa577a
Binary files /dev/null and b/public/emojipng/1f9d9.png differ
diff --git a/public/emojipng/1f9da-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9da-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3ebb190891
Binary files /dev/null and b/public/emojipng/1f9da-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9da-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4aef2a3eb7
Binary files /dev/null and b/public/emojipng/1f9da-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fb.png b/public/emojipng/1f9da-1f3fb.png
new file mode 100644
index 0000000000..71865d80d2
Binary files /dev/null and b/public/emojipng/1f9da-1f3fb.png differ
diff --git a/public/emojipng/1f9da-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9da-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3a3a4a4ec1
Binary files /dev/null and b/public/emojipng/1f9da-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9da-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..2f3566584c
Binary files /dev/null and b/public/emojipng/1f9da-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fc.png b/public/emojipng/1f9da-1f3fc.png
new file mode 100644
index 0000000000..696a9bfd9b
Binary files /dev/null and b/public/emojipng/1f9da-1f3fc.png differ
diff --git a/public/emojipng/1f9da-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9da-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..be21165139
Binary files /dev/null and b/public/emojipng/1f9da-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9da-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fa1b8242c7
Binary files /dev/null and b/public/emojipng/1f9da-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fd.png b/public/emojipng/1f9da-1f3fd.png
new file mode 100644
index 0000000000..a6c48dd4ac
Binary files /dev/null and b/public/emojipng/1f9da-1f3fd.png differ
diff --git a/public/emojipng/1f9da-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9da-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..6469a079f1
Binary files /dev/null and b/public/emojipng/1f9da-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9da-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..e0990049f1
Binary files /dev/null and b/public/emojipng/1f9da-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3fe.png b/public/emojipng/1f9da-1f3fe.png
new file mode 100644
index 0000000000..05e51d2d79
Binary files /dev/null and b/public/emojipng/1f9da-1f3fe.png differ
diff --git a/public/emojipng/1f9da-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9da-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..47181d6fc3
Binary files /dev/null and b/public/emojipng/1f9da-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9da-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..5fa6356ac5
Binary files /dev/null and b/public/emojipng/1f9da-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9da-1f3ff.png b/public/emojipng/1f9da-1f3ff.png
new file mode 100644
index 0000000000..b2a3b83da0
Binary files /dev/null and b/public/emojipng/1f9da-1f3ff.png differ
diff --git a/public/emojipng/1f9da-200d-2640-fe0f.png b/public/emojipng/1f9da-200d-2640-fe0f.png
new file mode 100644
index 0000000000..b4a1e9a4f9
Binary files /dev/null and b/public/emojipng/1f9da-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9da-200d-2642-fe0f.png b/public/emojipng/1f9da-200d-2642-fe0f.png
new file mode 100644
index 0000000000..9f79ec1635
Binary files /dev/null and b/public/emojipng/1f9da-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9da.png b/public/emojipng/1f9da.png
new file mode 100644
index 0000000000..2922c2e4cf
Binary files /dev/null and b/public/emojipng/1f9da.png differ
diff --git a/public/emojipng/1f9db-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9db-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3a43c52fe4
Binary files /dev/null and b/public/emojipng/1f9db-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9db-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..76fe5ede4e
Binary files /dev/null and b/public/emojipng/1f9db-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fb.png b/public/emojipng/1f9db-1f3fb.png
new file mode 100644
index 0000000000..e9d81f660d
Binary files /dev/null and b/public/emojipng/1f9db-1f3fb.png differ
diff --git a/public/emojipng/1f9db-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9db-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f958045cd7
Binary files /dev/null and b/public/emojipng/1f9db-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9db-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..08af30c85d
Binary files /dev/null and b/public/emojipng/1f9db-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fc.png b/public/emojipng/1f9db-1f3fc.png
new file mode 100644
index 0000000000..c3bdf52360
Binary files /dev/null and b/public/emojipng/1f9db-1f3fc.png differ
diff --git a/public/emojipng/1f9db-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9db-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7a1bea782f
Binary files /dev/null and b/public/emojipng/1f9db-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9db-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fad2b7f9ef
Binary files /dev/null and b/public/emojipng/1f9db-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fd.png b/public/emojipng/1f9db-1f3fd.png
new file mode 100644
index 0000000000..1cdbc1e63e
Binary files /dev/null and b/public/emojipng/1f9db-1f3fd.png differ
diff --git a/public/emojipng/1f9db-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9db-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..51d63cd18e
Binary files /dev/null and b/public/emojipng/1f9db-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9db-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..755de90ce1
Binary files /dev/null and b/public/emojipng/1f9db-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3fe.png b/public/emojipng/1f9db-1f3fe.png
new file mode 100644
index 0000000000..8c7f62beb8
Binary files /dev/null and b/public/emojipng/1f9db-1f3fe.png differ
diff --git a/public/emojipng/1f9db-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9db-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..3fc9f4dfcc
Binary files /dev/null and b/public/emojipng/1f9db-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9db-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..39424839cd
Binary files /dev/null and b/public/emojipng/1f9db-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9db-1f3ff.png b/public/emojipng/1f9db-1f3ff.png
new file mode 100644
index 0000000000..a04d300a75
Binary files /dev/null and b/public/emojipng/1f9db-1f3ff.png differ
diff --git a/public/emojipng/1f9db-200d-2640-fe0f.png b/public/emojipng/1f9db-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8d43714750
Binary files /dev/null and b/public/emojipng/1f9db-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9db-200d-2642-fe0f.png b/public/emojipng/1f9db-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c1a60bc419
Binary files /dev/null and b/public/emojipng/1f9db-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9db.png b/public/emojipng/1f9db.png
new file mode 100644
index 0000000000..f9153f654a
Binary files /dev/null and b/public/emojipng/1f9db.png differ
diff --git a/public/emojipng/1f9dc-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9dc-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..249ce2ba67
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9dc-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..8f32dd45e8
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fb.png b/public/emojipng/1f9dc-1f3fb.png
new file mode 100644
index 0000000000..2d1664f6d0
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fb.png differ
diff --git a/public/emojipng/1f9dc-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9dc-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..8bf8de385a
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9dc-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..14e0c8955c
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fc.png b/public/emojipng/1f9dc-1f3fc.png
new file mode 100644
index 0000000000..0cf2d6b73a
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fc.png differ
diff --git a/public/emojipng/1f9dc-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9dc-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c7278e3d3d
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9dc-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d2dd2bb047
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fd.png b/public/emojipng/1f9dc-1f3fd.png
new file mode 100644
index 0000000000..463649c3eb
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fd.png differ
diff --git a/public/emojipng/1f9dc-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9dc-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f702433ea4
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9dc-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fa34d60d7e
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3fe.png b/public/emojipng/1f9dc-1f3fe.png
new file mode 100644
index 0000000000..12010a147d
Binary files /dev/null and b/public/emojipng/1f9dc-1f3fe.png differ
diff --git a/public/emojipng/1f9dc-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9dc-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7a67a9391a
Binary files /dev/null and b/public/emojipng/1f9dc-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9dc-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1f179ea145
Binary files /dev/null and b/public/emojipng/1f9dc-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dc-1f3ff.png b/public/emojipng/1f9dc-1f3ff.png
new file mode 100644
index 0000000000..c2aa65ca26
Binary files /dev/null and b/public/emojipng/1f9dc-1f3ff.png differ
diff --git a/public/emojipng/1f9dc-200d-2640-fe0f.png b/public/emojipng/1f9dc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..566588215c
Binary files /dev/null and b/public/emojipng/1f9dc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dc-200d-2642-fe0f.png b/public/emojipng/1f9dc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..c80e8cc2d7
Binary files /dev/null and b/public/emojipng/1f9dc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dc.png b/public/emojipng/1f9dc.png
new file mode 100644
index 0000000000..ec92221234
Binary files /dev/null and b/public/emojipng/1f9dc.png differ
diff --git a/public/emojipng/1f9dd-1f3fb-200d-2640-fe0f.png b/public/emojipng/1f9dd-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..bd6d562bc4
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fb-200d-2642-fe0f.png b/public/emojipng/1f9dd-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..ac43289511
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fb.png b/public/emojipng/1f9dd-1f3fb.png
new file mode 100644
index 0000000000..0e6c18962f
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fb.png differ
diff --git a/public/emojipng/1f9dd-1f3fc-200d-2640-fe0f.png b/public/emojipng/1f9dd-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..c88fe43de8
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fc-200d-2642-fe0f.png b/public/emojipng/1f9dd-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..1c9b4b55a2
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fc.png b/public/emojipng/1f9dd-1f3fc.png
new file mode 100644
index 0000000000..c5d5474092
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fc.png differ
diff --git a/public/emojipng/1f9dd-1f3fd-200d-2640-fe0f.png b/public/emojipng/1f9dd-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..73b25fb960
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fd-200d-2642-fe0f.png b/public/emojipng/1f9dd-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..d368a17828
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fd.png b/public/emojipng/1f9dd-1f3fd.png
new file mode 100644
index 0000000000..1a9ca7f33e
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fd.png differ
diff --git a/public/emojipng/1f9dd-1f3fe-200d-2640-fe0f.png b/public/emojipng/1f9dd-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..f89356ef0f
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fe-200d-2642-fe0f.png b/public/emojipng/1f9dd-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6d1e045571
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3fe.png b/public/emojipng/1f9dd-1f3fe.png
new file mode 100644
index 0000000000..dd598986ac
Binary files /dev/null and b/public/emojipng/1f9dd-1f3fe.png differ
diff --git a/public/emojipng/1f9dd-1f3ff-200d-2640-fe0f.png b/public/emojipng/1f9dd-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..0aa3e71dab
Binary files /dev/null and b/public/emojipng/1f9dd-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3ff-200d-2642-fe0f.png b/public/emojipng/1f9dd-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..de1e6d0799
Binary files /dev/null and b/public/emojipng/1f9dd-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dd-1f3ff.png b/public/emojipng/1f9dd-1f3ff.png
new file mode 100644
index 0000000000..d8dc2f0d6e
Binary files /dev/null and b/public/emojipng/1f9dd-1f3ff.png differ
diff --git a/public/emojipng/1f9dd-200d-2640-fe0f.png b/public/emojipng/1f9dd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..84e8ab03a2
Binary files /dev/null and b/public/emojipng/1f9dd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9dd-200d-2642-fe0f.png b/public/emojipng/1f9dd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..f838ee82bb
Binary files /dev/null and b/public/emojipng/1f9dd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9dd.png b/public/emojipng/1f9dd.png
new file mode 100644
index 0000000000..c830d709e6
Binary files /dev/null and b/public/emojipng/1f9dd.png differ
diff --git a/public/emojipng/1f9de-200d-2640-fe0f.png b/public/emojipng/1f9de-200d-2640-fe0f.png
new file mode 100644
index 0000000000..d1a5608de9
Binary files /dev/null and b/public/emojipng/1f9de-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9de-200d-2642-fe0f.png b/public/emojipng/1f9de-200d-2642-fe0f.png
new file mode 100644
index 0000000000..0e30daa256
Binary files /dev/null and b/public/emojipng/1f9de-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9de.png b/public/emojipng/1f9de.png
new file mode 100644
index 0000000000..34942f1807
Binary files /dev/null and b/public/emojipng/1f9de.png differ
diff --git a/public/emojipng/1f9df-200d-2640-fe0f.png b/public/emojipng/1f9df-200d-2640-fe0f.png
new file mode 100644
index 0000000000..cdaa255dc5
Binary files /dev/null and b/public/emojipng/1f9df-200d-2640-fe0f.png differ
diff --git a/public/emojipng/1f9df-200d-2642-fe0f.png b/public/emojipng/1f9df-200d-2642-fe0f.png
new file mode 100644
index 0000000000..6065e11af6
Binary files /dev/null and b/public/emojipng/1f9df-200d-2642-fe0f.png differ
diff --git a/public/emojipng/1f9df.png b/public/emojipng/1f9df.png
new file mode 100644
index 0000000000..fda1ab48b5
Binary files /dev/null and b/public/emojipng/1f9df.png differ
diff --git a/public/emojipng/1f9e0.png b/public/emojipng/1f9e0.png
new file mode 100644
index 0000000000..dd5cd23be8
Binary files /dev/null and b/public/emojipng/1f9e0.png differ
diff --git a/public/emojipng/1f9e1.png b/public/emojipng/1f9e1.png
new file mode 100644
index 0000000000..a3ba1c2735
Binary files /dev/null and b/public/emojipng/1f9e1.png differ
diff --git a/public/emojipng/1f9e2.png b/public/emojipng/1f9e2.png
new file mode 100644
index 0000000000..1441df8c83
Binary files /dev/null and b/public/emojipng/1f9e2.png differ
diff --git a/public/emojipng/1f9e3.png b/public/emojipng/1f9e3.png
new file mode 100644
index 0000000000..0faf6627c9
Binary files /dev/null and b/public/emojipng/1f9e3.png differ
diff --git a/public/emojipng/1f9e4.png b/public/emojipng/1f9e4.png
new file mode 100644
index 0000000000..ba0a2af68b
Binary files /dev/null and b/public/emojipng/1f9e4.png differ
diff --git a/public/emojipng/1f9e5.png b/public/emojipng/1f9e5.png
new file mode 100644
index 0000000000..4219af9b0c
Binary files /dev/null and b/public/emojipng/1f9e5.png differ
diff --git a/public/emojipng/1f9e6.png b/public/emojipng/1f9e6.png
new file mode 100644
index 0000000000..924c953098
Binary files /dev/null and b/public/emojipng/1f9e6.png differ
diff --git a/public/emojipng/1f9e7.png b/public/emojipng/1f9e7.png
new file mode 100644
index 0000000000..8b7941d1b5
Binary files /dev/null and b/public/emojipng/1f9e7.png differ
diff --git a/public/emojipng/1f9e8.png b/public/emojipng/1f9e8.png
new file mode 100644
index 0000000000..6dc6b7e04c
Binary files /dev/null and b/public/emojipng/1f9e8.png differ
diff --git a/public/emojipng/1f9e9.png b/public/emojipng/1f9e9.png
new file mode 100644
index 0000000000..9a3e7fa3bc
Binary files /dev/null and b/public/emojipng/1f9e9.png differ
diff --git a/public/emojipng/1f9ea.png b/public/emojipng/1f9ea.png
new file mode 100644
index 0000000000..d083b76ff6
Binary files /dev/null and b/public/emojipng/1f9ea.png differ
diff --git a/public/emojipng/1f9eb.png b/public/emojipng/1f9eb.png
new file mode 100644
index 0000000000..f48fdb32d6
Binary files /dev/null and b/public/emojipng/1f9eb.png differ
diff --git a/public/emojipng/1f9ec.png b/public/emojipng/1f9ec.png
new file mode 100644
index 0000000000..1fa93207d6
Binary files /dev/null and b/public/emojipng/1f9ec.png differ
diff --git a/public/emojipng/1f9ed.png b/public/emojipng/1f9ed.png
new file mode 100644
index 0000000000..ff199d4822
Binary files /dev/null and b/public/emojipng/1f9ed.png differ
diff --git a/public/emojipng/1f9ee.png b/public/emojipng/1f9ee.png
new file mode 100644
index 0000000000..e56e558529
Binary files /dev/null and b/public/emojipng/1f9ee.png differ
diff --git a/public/emojipng/1f9ef.png b/public/emojipng/1f9ef.png
new file mode 100644
index 0000000000..f05d9276a1
Binary files /dev/null and b/public/emojipng/1f9ef.png differ
diff --git a/public/emojipng/1f9f0.png b/public/emojipng/1f9f0.png
new file mode 100644
index 0000000000..f66bd60df4
Binary files /dev/null and b/public/emojipng/1f9f0.png differ
diff --git a/public/emojipng/1f9f1.png b/public/emojipng/1f9f1.png
new file mode 100644
index 0000000000..764830aedd
Binary files /dev/null and b/public/emojipng/1f9f1.png differ
diff --git a/public/emojipng/1f9f2.png b/public/emojipng/1f9f2.png
new file mode 100644
index 0000000000..f6366085d3
Binary files /dev/null and b/public/emojipng/1f9f2.png differ
diff --git a/public/emojipng/1f9f3.png b/public/emojipng/1f9f3.png
new file mode 100644
index 0000000000..f907616056
Binary files /dev/null and b/public/emojipng/1f9f3.png differ
diff --git a/public/emojipng/1f9f4.png b/public/emojipng/1f9f4.png
new file mode 100644
index 0000000000..2fb947682a
Binary files /dev/null and b/public/emojipng/1f9f4.png differ
diff --git a/public/emojipng/1f9f5.png b/public/emojipng/1f9f5.png
new file mode 100644
index 0000000000..0e26993b84
Binary files /dev/null and b/public/emojipng/1f9f5.png differ
diff --git a/public/emojipng/1f9f6.png b/public/emojipng/1f9f6.png
new file mode 100644
index 0000000000..005e38061f
Binary files /dev/null and b/public/emojipng/1f9f6.png differ
diff --git a/public/emojipng/1f9f7.png b/public/emojipng/1f9f7.png
new file mode 100644
index 0000000000..b15166e2ab
Binary files /dev/null and b/public/emojipng/1f9f7.png differ
diff --git a/public/emojipng/1f9f8.png b/public/emojipng/1f9f8.png
new file mode 100644
index 0000000000..4ba5b7bb59
Binary files /dev/null and b/public/emojipng/1f9f8.png differ
diff --git a/public/emojipng/1f9f9.png b/public/emojipng/1f9f9.png
new file mode 100644
index 0000000000..13176f55f1
Binary files /dev/null and b/public/emojipng/1f9f9.png differ
diff --git a/public/emojipng/1f9fa.png b/public/emojipng/1f9fa.png
new file mode 100644
index 0000000000..696476ff6d
Binary files /dev/null and b/public/emojipng/1f9fa.png differ
diff --git a/public/emojipng/1f9fb.png b/public/emojipng/1f9fb.png
new file mode 100644
index 0000000000..1a12083201
Binary files /dev/null and b/public/emojipng/1f9fb.png differ
diff --git a/public/emojipng/1f9fc.png b/public/emojipng/1f9fc.png
new file mode 100644
index 0000000000..3432ebceb1
Binary files /dev/null and b/public/emojipng/1f9fc.png differ
diff --git a/public/emojipng/1f9fd.png b/public/emojipng/1f9fd.png
new file mode 100644
index 0000000000..8f810b2395
Binary files /dev/null and b/public/emojipng/1f9fd.png differ
diff --git a/public/emojipng/1f9fe.png b/public/emojipng/1f9fe.png
new file mode 100644
index 0000000000..15408be776
Binary files /dev/null and b/public/emojipng/1f9fe.png differ
diff --git a/public/emojipng/1f9ff.png b/public/emojipng/1f9ff.png
new file mode 100644
index 0000000000..a5e55b990f
Binary files /dev/null and b/public/emojipng/1f9ff.png differ
diff --git a/public/emojipng/1fa70.png b/public/emojipng/1fa70.png
new file mode 100644
index 0000000000..4d57413ddb
Binary files /dev/null and b/public/emojipng/1fa70.png differ
diff --git a/public/emojipng/1fa71.png b/public/emojipng/1fa71.png
new file mode 100644
index 0000000000..af41879e3d
Binary files /dev/null and b/public/emojipng/1fa71.png differ
diff --git a/public/emojipng/1fa72.png b/public/emojipng/1fa72.png
new file mode 100644
index 0000000000..0a36008476
Binary files /dev/null and b/public/emojipng/1fa72.png differ
diff --git a/public/emojipng/1fa73.png b/public/emojipng/1fa73.png
new file mode 100644
index 0000000000..f1adff3ee6
Binary files /dev/null and b/public/emojipng/1fa73.png differ
diff --git a/public/emojipng/1fa74.png b/public/emojipng/1fa74.png
new file mode 100644
index 0000000000..f7b078b069
Binary files /dev/null and b/public/emojipng/1fa74.png differ
diff --git a/public/emojipng/1fa75.png b/public/emojipng/1fa75.png
new file mode 100644
index 0000000000..ce47cefb93
Binary files /dev/null and b/public/emojipng/1fa75.png differ
diff --git a/public/emojipng/1fa76.png b/public/emojipng/1fa76.png
new file mode 100644
index 0000000000..7a4d48186c
Binary files /dev/null and b/public/emojipng/1fa76.png differ
diff --git a/public/emojipng/1fa77.png b/public/emojipng/1fa77.png
new file mode 100644
index 0000000000..094d80077d
Binary files /dev/null and b/public/emojipng/1fa77.png differ
diff --git a/public/emojipng/1fa78.png b/public/emojipng/1fa78.png
new file mode 100644
index 0000000000..62aaa0f4cd
Binary files /dev/null and b/public/emojipng/1fa78.png differ
diff --git a/public/emojipng/1fa79.png b/public/emojipng/1fa79.png
new file mode 100644
index 0000000000..edb23981a4
Binary files /dev/null and b/public/emojipng/1fa79.png differ
diff --git a/public/emojipng/1fa7a.png b/public/emojipng/1fa7a.png
new file mode 100644
index 0000000000..edb930715c
Binary files /dev/null and b/public/emojipng/1fa7a.png differ
diff --git a/public/emojipng/1fa7b.png b/public/emojipng/1fa7b.png
new file mode 100644
index 0000000000..f25e24dcbe
Binary files /dev/null and b/public/emojipng/1fa7b.png differ
diff --git a/public/emojipng/1fa7c.png b/public/emojipng/1fa7c.png
new file mode 100644
index 0000000000..2c6fb77e12
Binary files /dev/null and b/public/emojipng/1fa7c.png differ
diff --git a/public/emojipng/1fa80.png b/public/emojipng/1fa80.png
new file mode 100644
index 0000000000..5ae5a9d03a
Binary files /dev/null and b/public/emojipng/1fa80.png differ
diff --git a/public/emojipng/1fa81.png b/public/emojipng/1fa81.png
new file mode 100644
index 0000000000..07bcb5503f
Binary files /dev/null and b/public/emojipng/1fa81.png differ
diff --git a/public/emojipng/1fa82.png b/public/emojipng/1fa82.png
new file mode 100644
index 0000000000..246aab9b1b
Binary files /dev/null and b/public/emojipng/1fa82.png differ
diff --git a/public/emojipng/1fa83.png b/public/emojipng/1fa83.png
new file mode 100644
index 0000000000..8cbd6b7cff
Binary files /dev/null and b/public/emojipng/1fa83.png differ
diff --git a/public/emojipng/1fa84.png b/public/emojipng/1fa84.png
new file mode 100644
index 0000000000..73649cbd14
Binary files /dev/null and b/public/emojipng/1fa84.png differ
diff --git a/public/emojipng/1fa85.png b/public/emojipng/1fa85.png
new file mode 100644
index 0000000000..e97835b0c9
Binary files /dev/null and b/public/emojipng/1fa85.png differ
diff --git a/public/emojipng/1fa86.png b/public/emojipng/1fa86.png
new file mode 100644
index 0000000000..5181a4ef2b
Binary files /dev/null and b/public/emojipng/1fa86.png differ
diff --git a/public/emojipng/1fa87.png b/public/emojipng/1fa87.png
new file mode 100644
index 0000000000..23350ca48c
Binary files /dev/null and b/public/emojipng/1fa87.png differ
diff --git a/public/emojipng/1fa88.png b/public/emojipng/1fa88.png
new file mode 100644
index 0000000000..b2f88ca8c8
Binary files /dev/null and b/public/emojipng/1fa88.png differ
diff --git a/public/emojipng/1fa89.png b/public/emojipng/1fa89.png
new file mode 100644
index 0000000000..afa917b4d9
Binary files /dev/null and b/public/emojipng/1fa89.png differ
diff --git a/public/emojipng/1fa8a.png b/public/emojipng/1fa8a.png
new file mode 100644
index 0000000000..4c8e3c1073
Binary files /dev/null and b/public/emojipng/1fa8a.png differ
diff --git a/public/emojipng/1fa8e.png b/public/emojipng/1fa8e.png
new file mode 100644
index 0000000000..ba190bcde4
Binary files /dev/null and b/public/emojipng/1fa8e.png differ
diff --git a/public/emojipng/1fa8f.png b/public/emojipng/1fa8f.png
new file mode 100644
index 0000000000..a31c0536fc
Binary files /dev/null and b/public/emojipng/1fa8f.png differ
diff --git a/public/emojipng/1fa90.png b/public/emojipng/1fa90.png
new file mode 100644
index 0000000000..e0f5af2934
Binary files /dev/null and b/public/emojipng/1fa90.png differ
diff --git a/public/emojipng/1fa91.png b/public/emojipng/1fa91.png
new file mode 100644
index 0000000000..2ffe0ada06
Binary files /dev/null and b/public/emojipng/1fa91.png differ
diff --git a/public/emojipng/1fa92.png b/public/emojipng/1fa92.png
new file mode 100644
index 0000000000..02ec912205
Binary files /dev/null and b/public/emojipng/1fa92.png differ
diff --git a/public/emojipng/1fa93.png b/public/emojipng/1fa93.png
new file mode 100644
index 0000000000..eb96121dd6
Binary files /dev/null and b/public/emojipng/1fa93.png differ
diff --git a/public/emojipng/1fa94.png b/public/emojipng/1fa94.png
new file mode 100644
index 0000000000..161befbaf5
Binary files /dev/null and b/public/emojipng/1fa94.png differ
diff --git a/public/emojipng/1fa95.png b/public/emojipng/1fa95.png
new file mode 100644
index 0000000000..f5eb90921e
Binary files /dev/null and b/public/emojipng/1fa95.png differ
diff --git a/public/emojipng/1fa96.png b/public/emojipng/1fa96.png
new file mode 100644
index 0000000000..47d54a833e
Binary files /dev/null and b/public/emojipng/1fa96.png differ
diff --git a/public/emojipng/1fa97.png b/public/emojipng/1fa97.png
new file mode 100644
index 0000000000..d198407df7
Binary files /dev/null and b/public/emojipng/1fa97.png differ
diff --git a/public/emojipng/1fa98.png b/public/emojipng/1fa98.png
new file mode 100644
index 0000000000..9e25d36418
Binary files /dev/null and b/public/emojipng/1fa98.png differ
diff --git a/public/emojipng/1fa99.png b/public/emojipng/1fa99.png
new file mode 100644
index 0000000000..8df742e5d7
Binary files /dev/null and b/public/emojipng/1fa99.png differ
diff --git a/public/emojipng/1fa9a.png b/public/emojipng/1fa9a.png
new file mode 100644
index 0000000000..6c2b2e9e17
Binary files /dev/null and b/public/emojipng/1fa9a.png differ
diff --git a/public/emojipng/1fa9b.png b/public/emojipng/1fa9b.png
new file mode 100644
index 0000000000..215ebb5273
Binary files /dev/null and b/public/emojipng/1fa9b.png differ
diff --git a/public/emojipng/1fa9c.png b/public/emojipng/1fa9c.png
new file mode 100644
index 0000000000..7486beece7
Binary files /dev/null and b/public/emojipng/1fa9c.png differ
diff --git a/public/emojipng/1fa9d.png b/public/emojipng/1fa9d.png
new file mode 100644
index 0000000000..67499210a6
Binary files /dev/null and b/public/emojipng/1fa9d.png differ
diff --git a/public/emojipng/1fa9e.png b/public/emojipng/1fa9e.png
new file mode 100644
index 0000000000..843365b96f
Binary files /dev/null and b/public/emojipng/1fa9e.png differ
diff --git a/public/emojipng/1fa9f.png b/public/emojipng/1fa9f.png
new file mode 100644
index 0000000000..41627f39dd
Binary files /dev/null and b/public/emojipng/1fa9f.png differ
diff --git a/public/emojipng/1faa0.png b/public/emojipng/1faa0.png
new file mode 100644
index 0000000000..51a1058063
Binary files /dev/null and b/public/emojipng/1faa0.png differ
diff --git a/public/emojipng/1faa1.png b/public/emojipng/1faa1.png
new file mode 100644
index 0000000000..92f82ce01d
Binary files /dev/null and b/public/emojipng/1faa1.png differ
diff --git a/public/emojipng/1faa2.png b/public/emojipng/1faa2.png
new file mode 100644
index 0000000000..beaedaf0cb
Binary files /dev/null and b/public/emojipng/1faa2.png differ
diff --git a/public/emojipng/1faa3.png b/public/emojipng/1faa3.png
new file mode 100644
index 0000000000..01c6a2476b
Binary files /dev/null and b/public/emojipng/1faa3.png differ
diff --git a/public/emojipng/1faa4.png b/public/emojipng/1faa4.png
new file mode 100644
index 0000000000..8571b0f319
Binary files /dev/null and b/public/emojipng/1faa4.png differ
diff --git a/public/emojipng/1faa5.png b/public/emojipng/1faa5.png
new file mode 100644
index 0000000000..bed7fa028d
Binary files /dev/null and b/public/emojipng/1faa5.png differ
diff --git a/public/emojipng/1faa6.png b/public/emojipng/1faa6.png
new file mode 100644
index 0000000000..30e67e7cbf
Binary files /dev/null and b/public/emojipng/1faa6.png differ
diff --git a/public/emojipng/1faa7.png b/public/emojipng/1faa7.png
new file mode 100644
index 0000000000..2421eb6e52
Binary files /dev/null and b/public/emojipng/1faa7.png differ
diff --git a/public/emojipng/1faa8.png b/public/emojipng/1faa8.png
new file mode 100644
index 0000000000..2f56725b81
Binary files /dev/null and b/public/emojipng/1faa8.png differ
diff --git a/public/emojipng/1faa9.png b/public/emojipng/1faa9.png
new file mode 100644
index 0000000000..371dd3f59a
Binary files /dev/null and b/public/emojipng/1faa9.png differ
diff --git a/public/emojipng/1faaa.png b/public/emojipng/1faaa.png
new file mode 100644
index 0000000000..28914d597d
Binary files /dev/null and b/public/emojipng/1faaa.png differ
diff --git a/public/emojipng/1faab.png b/public/emojipng/1faab.png
new file mode 100644
index 0000000000..56248eae44
Binary files /dev/null and b/public/emojipng/1faab.png differ
diff --git a/public/emojipng/1faac.png b/public/emojipng/1faac.png
new file mode 100644
index 0000000000..95b5e05072
Binary files /dev/null and b/public/emojipng/1faac.png differ
diff --git a/public/emojipng/1faad.png b/public/emojipng/1faad.png
new file mode 100644
index 0000000000..c9973e0847
Binary files /dev/null and b/public/emojipng/1faad.png differ
diff --git a/public/emojipng/1faae.png b/public/emojipng/1faae.png
new file mode 100644
index 0000000000..0469ee9d75
Binary files /dev/null and b/public/emojipng/1faae.png differ
diff --git a/public/emojipng/1faaf.png b/public/emojipng/1faaf.png
new file mode 100644
index 0000000000..050384ee17
Binary files /dev/null and b/public/emojipng/1faaf.png differ
diff --git a/public/emojipng/1fab0.png b/public/emojipng/1fab0.png
new file mode 100644
index 0000000000..5183b5bb98
Binary files /dev/null and b/public/emojipng/1fab0.png differ
diff --git a/public/emojipng/1fab1.png b/public/emojipng/1fab1.png
new file mode 100644
index 0000000000..5ae8568f0b
Binary files /dev/null and b/public/emojipng/1fab1.png differ
diff --git a/public/emojipng/1fab2.png b/public/emojipng/1fab2.png
new file mode 100644
index 0000000000..fcc1e46f75
Binary files /dev/null and b/public/emojipng/1fab2.png differ
diff --git a/public/emojipng/1fab3.png b/public/emojipng/1fab3.png
new file mode 100644
index 0000000000..a237252382
Binary files /dev/null and b/public/emojipng/1fab3.png differ
diff --git a/public/emojipng/1fab4.png b/public/emojipng/1fab4.png
new file mode 100644
index 0000000000..10c0fa57a5
Binary files /dev/null and b/public/emojipng/1fab4.png differ
diff --git a/public/emojipng/1fab5.png b/public/emojipng/1fab5.png
new file mode 100644
index 0000000000..5d25b7a230
Binary files /dev/null and b/public/emojipng/1fab5.png differ
diff --git a/public/emojipng/1fab6.png b/public/emojipng/1fab6.png
new file mode 100644
index 0000000000..5ff7191cdb
Binary files /dev/null and b/public/emojipng/1fab6.png differ
diff --git a/public/emojipng/1fab7.png b/public/emojipng/1fab7.png
new file mode 100644
index 0000000000..1cbdb98467
Binary files /dev/null and b/public/emojipng/1fab7.png differ
diff --git a/public/emojipng/1fab8.png b/public/emojipng/1fab8.png
new file mode 100644
index 0000000000..f312f47d56
Binary files /dev/null and b/public/emojipng/1fab8.png differ
diff --git a/public/emojipng/1fab9.png b/public/emojipng/1fab9.png
new file mode 100644
index 0000000000..505c9f891e
Binary files /dev/null and b/public/emojipng/1fab9.png differ
diff --git a/public/emojipng/1faba.png b/public/emojipng/1faba.png
new file mode 100644
index 0000000000..d2a8494252
Binary files /dev/null and b/public/emojipng/1faba.png differ
diff --git a/public/emojipng/1fabb.png b/public/emojipng/1fabb.png
new file mode 100644
index 0000000000..d6da522ceb
Binary files /dev/null and b/public/emojipng/1fabb.png differ
diff --git a/public/emojipng/1fabc.png b/public/emojipng/1fabc.png
new file mode 100644
index 0000000000..4ffad41c6d
Binary files /dev/null and b/public/emojipng/1fabc.png differ
diff --git a/public/emojipng/1fabd.png b/public/emojipng/1fabd.png
new file mode 100644
index 0000000000..2d9efc8bf0
Binary files /dev/null and b/public/emojipng/1fabd.png differ
diff --git a/public/emojipng/1fabe.png b/public/emojipng/1fabe.png
new file mode 100644
index 0000000000..49a4c5abde
Binary files /dev/null and b/public/emojipng/1fabe.png differ
diff --git a/public/emojipng/1fabf.png b/public/emojipng/1fabf.png
new file mode 100644
index 0000000000..93688c24f2
Binary files /dev/null and b/public/emojipng/1fabf.png differ
diff --git a/public/emojipng/1fac0.png b/public/emojipng/1fac0.png
new file mode 100644
index 0000000000..6d712a0652
Binary files /dev/null and b/public/emojipng/1fac0.png differ
diff --git a/public/emojipng/1fac1.png b/public/emojipng/1fac1.png
new file mode 100644
index 0000000000..3259df2647
Binary files /dev/null and b/public/emojipng/1fac1.png differ
diff --git a/public/emojipng/1fac2.png b/public/emojipng/1fac2.png
new file mode 100644
index 0000000000..8cc1c05858
Binary files /dev/null and b/public/emojipng/1fac2.png differ
diff --git a/public/emojipng/1fac3-1f3fb.png b/public/emojipng/1fac3-1f3fb.png
new file mode 100644
index 0000000000..2040952ba4
Binary files /dev/null and b/public/emojipng/1fac3-1f3fb.png differ
diff --git a/public/emojipng/1fac3-1f3fc.png b/public/emojipng/1fac3-1f3fc.png
new file mode 100644
index 0000000000..1a4a8f2c87
Binary files /dev/null and b/public/emojipng/1fac3-1f3fc.png differ
diff --git a/public/emojipng/1fac3-1f3fd.png b/public/emojipng/1fac3-1f3fd.png
new file mode 100644
index 0000000000..fa2e94b551
Binary files /dev/null and b/public/emojipng/1fac3-1f3fd.png differ
diff --git a/public/emojipng/1fac3-1f3fe.png b/public/emojipng/1fac3-1f3fe.png
new file mode 100644
index 0000000000..6decc3e1aa
Binary files /dev/null and b/public/emojipng/1fac3-1f3fe.png differ
diff --git a/public/emojipng/1fac3-1f3ff.png b/public/emojipng/1fac3-1f3ff.png
new file mode 100644
index 0000000000..960abc8c8f
Binary files /dev/null and b/public/emojipng/1fac3-1f3ff.png differ
diff --git a/public/emojipng/1fac3.png b/public/emojipng/1fac3.png
new file mode 100644
index 0000000000..a1bb8560d8
Binary files /dev/null and b/public/emojipng/1fac3.png differ
diff --git a/public/emojipng/1fac4-1f3fb.png b/public/emojipng/1fac4-1f3fb.png
new file mode 100644
index 0000000000..76cfb2e71d
Binary files /dev/null and b/public/emojipng/1fac4-1f3fb.png differ
diff --git a/public/emojipng/1fac4-1f3fc.png b/public/emojipng/1fac4-1f3fc.png
new file mode 100644
index 0000000000..36d5f5401e
Binary files /dev/null and b/public/emojipng/1fac4-1f3fc.png differ
diff --git a/public/emojipng/1fac4-1f3fd.png b/public/emojipng/1fac4-1f3fd.png
new file mode 100644
index 0000000000..4c7ba5a161
Binary files /dev/null and b/public/emojipng/1fac4-1f3fd.png differ
diff --git a/public/emojipng/1fac4-1f3fe.png b/public/emojipng/1fac4-1f3fe.png
new file mode 100644
index 0000000000..26963851ad
Binary files /dev/null and b/public/emojipng/1fac4-1f3fe.png differ
diff --git a/public/emojipng/1fac4-1f3ff.png b/public/emojipng/1fac4-1f3ff.png
new file mode 100644
index 0000000000..d3118efb96
Binary files /dev/null and b/public/emojipng/1fac4-1f3ff.png differ
diff --git a/public/emojipng/1fac4.png b/public/emojipng/1fac4.png
new file mode 100644
index 0000000000..2bc1837868
Binary files /dev/null and b/public/emojipng/1fac4.png differ
diff --git a/public/emojipng/1fac5-1f3fb.png b/public/emojipng/1fac5-1f3fb.png
new file mode 100644
index 0000000000..f9d535683d
Binary files /dev/null and b/public/emojipng/1fac5-1f3fb.png differ
diff --git a/public/emojipng/1fac5-1f3fc.png b/public/emojipng/1fac5-1f3fc.png
new file mode 100644
index 0000000000..13e32b14b9
Binary files /dev/null and b/public/emojipng/1fac5-1f3fc.png differ
diff --git a/public/emojipng/1fac5-1f3fd.png b/public/emojipng/1fac5-1f3fd.png
new file mode 100644
index 0000000000..09c284ceee
Binary files /dev/null and b/public/emojipng/1fac5-1f3fd.png differ
diff --git a/public/emojipng/1fac5-1f3fe.png b/public/emojipng/1fac5-1f3fe.png
new file mode 100644
index 0000000000..eb639141b1
Binary files /dev/null and b/public/emojipng/1fac5-1f3fe.png differ
diff --git a/public/emojipng/1fac5-1f3ff.png b/public/emojipng/1fac5-1f3ff.png
new file mode 100644
index 0000000000..c3607584ab
Binary files /dev/null and b/public/emojipng/1fac5-1f3ff.png differ
diff --git a/public/emojipng/1fac5.png b/public/emojipng/1fac5.png
new file mode 100644
index 0000000000..22e3e9d501
Binary files /dev/null and b/public/emojipng/1fac5.png differ
diff --git a/public/emojipng/1fac6.png b/public/emojipng/1fac6.png
new file mode 100644
index 0000000000..8f045e03c0
Binary files /dev/null and b/public/emojipng/1fac6.png differ
diff --git a/public/emojipng/1fac8.png b/public/emojipng/1fac8.png
new file mode 100644
index 0000000000..f5aad025dc
Binary files /dev/null and b/public/emojipng/1fac8.png differ
diff --git a/public/emojipng/1facd.png b/public/emojipng/1facd.png
new file mode 100644
index 0000000000..aced863706
Binary files /dev/null and b/public/emojipng/1facd.png differ
diff --git a/public/emojipng/1face.png b/public/emojipng/1face.png
new file mode 100644
index 0000000000..2fa60c3cfc
Binary files /dev/null and b/public/emojipng/1face.png differ
diff --git a/public/emojipng/1facf.png b/public/emojipng/1facf.png
new file mode 100644
index 0000000000..d9eec52bac
Binary files /dev/null and b/public/emojipng/1facf.png differ
diff --git a/public/emojipng/1fad0.png b/public/emojipng/1fad0.png
new file mode 100644
index 0000000000..3dbe93433c
Binary files /dev/null and b/public/emojipng/1fad0.png differ
diff --git a/public/emojipng/1fad1.png b/public/emojipng/1fad1.png
new file mode 100644
index 0000000000..b4ef7e32a8
Binary files /dev/null and b/public/emojipng/1fad1.png differ
diff --git a/public/emojipng/1fad2.png b/public/emojipng/1fad2.png
new file mode 100644
index 0000000000..3e660e6d0c
Binary files /dev/null and b/public/emojipng/1fad2.png differ
diff --git a/public/emojipng/1fad3.png b/public/emojipng/1fad3.png
new file mode 100644
index 0000000000..30b2977b68
Binary files /dev/null and b/public/emojipng/1fad3.png differ
diff --git a/public/emojipng/1fad4.png b/public/emojipng/1fad4.png
new file mode 100644
index 0000000000..7dba90554e
Binary files /dev/null and b/public/emojipng/1fad4.png differ
diff --git a/public/emojipng/1fad5.png b/public/emojipng/1fad5.png
new file mode 100644
index 0000000000..8b1f507337
Binary files /dev/null and b/public/emojipng/1fad5.png differ
diff --git a/public/emojipng/1fad6.png b/public/emojipng/1fad6.png
new file mode 100644
index 0000000000..37b47ed427
Binary files /dev/null and b/public/emojipng/1fad6.png differ
diff --git a/public/emojipng/1fad7.png b/public/emojipng/1fad7.png
new file mode 100644
index 0000000000..6f7e690458
Binary files /dev/null and b/public/emojipng/1fad7.png differ
diff --git a/public/emojipng/1fad8.png b/public/emojipng/1fad8.png
new file mode 100644
index 0000000000..ae12344e84
Binary files /dev/null and b/public/emojipng/1fad8.png differ
diff --git a/public/emojipng/1fad9.png b/public/emojipng/1fad9.png
new file mode 100644
index 0000000000..6988172c39
Binary files /dev/null and b/public/emojipng/1fad9.png differ
diff --git a/public/emojipng/1fada.png b/public/emojipng/1fada.png
new file mode 100644
index 0000000000..5cd8622186
Binary files /dev/null and b/public/emojipng/1fada.png differ
diff --git a/public/emojipng/1fadb.png b/public/emojipng/1fadb.png
new file mode 100644
index 0000000000..3e56b7a9ff
Binary files /dev/null and b/public/emojipng/1fadb.png differ
diff --git a/public/emojipng/1fadc.png b/public/emojipng/1fadc.png
new file mode 100644
index 0000000000..7395691443
Binary files /dev/null and b/public/emojipng/1fadc.png differ
diff --git a/public/emojipng/1fadf.png b/public/emojipng/1fadf.png
new file mode 100644
index 0000000000..89cf85425a
Binary files /dev/null and b/public/emojipng/1fadf.png differ
diff --git a/public/emojipng/1fae0.png b/public/emojipng/1fae0.png
new file mode 100644
index 0000000000..b22f9f4ce1
Binary files /dev/null and b/public/emojipng/1fae0.png differ
diff --git a/public/emojipng/1fae1.png b/public/emojipng/1fae1.png
new file mode 100644
index 0000000000..16d636271d
Binary files /dev/null and b/public/emojipng/1fae1.png differ
diff --git a/public/emojipng/1fae2.png b/public/emojipng/1fae2.png
new file mode 100644
index 0000000000..9153a41d89
Binary files /dev/null and b/public/emojipng/1fae2.png differ
diff --git a/public/emojipng/1fae3.png b/public/emojipng/1fae3.png
new file mode 100644
index 0000000000..b4572380a8
Binary files /dev/null and b/public/emojipng/1fae3.png differ
diff --git a/public/emojipng/1fae4.png b/public/emojipng/1fae4.png
new file mode 100644
index 0000000000..44c34dc71d
Binary files /dev/null and b/public/emojipng/1fae4.png differ
diff --git a/public/emojipng/1fae5.png b/public/emojipng/1fae5.png
new file mode 100644
index 0000000000..e0444c480e
Binary files /dev/null and b/public/emojipng/1fae5.png differ
diff --git a/public/emojipng/1fae6.png b/public/emojipng/1fae6.png
new file mode 100644
index 0000000000..755c94e5ae
Binary files /dev/null and b/public/emojipng/1fae6.png differ
diff --git a/public/emojipng/1fae7.png b/public/emojipng/1fae7.png
new file mode 100644
index 0000000000..8b402bdba3
Binary files /dev/null and b/public/emojipng/1fae7.png differ
diff --git a/public/emojipng/1fae8.png b/public/emojipng/1fae8.png
new file mode 100644
index 0000000000..2720a2dfcd
Binary files /dev/null and b/public/emojipng/1fae8.png differ
diff --git a/public/emojipng/1fae9.png b/public/emojipng/1fae9.png
new file mode 100644
index 0000000000..f9c18a6a15
Binary files /dev/null and b/public/emojipng/1fae9.png differ
diff --git a/public/emojipng/1faea.png b/public/emojipng/1faea.png
new file mode 100644
index 0000000000..06a237f5e4
Binary files /dev/null and b/public/emojipng/1faea.png differ
diff --git a/public/emojipng/1faef.png b/public/emojipng/1faef.png
new file mode 100644
index 0000000000..f03999f6b5
Binary files /dev/null and b/public/emojipng/1faef.png differ
diff --git a/public/emojipng/1faf0-1f3fb.png b/public/emojipng/1faf0-1f3fb.png
new file mode 100644
index 0000000000..64fe03d815
Binary files /dev/null and b/public/emojipng/1faf0-1f3fb.png differ
diff --git a/public/emojipng/1faf0-1f3fc.png b/public/emojipng/1faf0-1f3fc.png
new file mode 100644
index 0000000000..4c5610564e
Binary files /dev/null and b/public/emojipng/1faf0-1f3fc.png differ
diff --git a/public/emojipng/1faf0-1f3fd.png b/public/emojipng/1faf0-1f3fd.png
new file mode 100644
index 0000000000..fa2b902e57
Binary files /dev/null and b/public/emojipng/1faf0-1f3fd.png differ
diff --git a/public/emojipng/1faf0-1f3fe.png b/public/emojipng/1faf0-1f3fe.png
new file mode 100644
index 0000000000..6a2c153ec3
Binary files /dev/null and b/public/emojipng/1faf0-1f3fe.png differ
diff --git a/public/emojipng/1faf0-1f3ff.png b/public/emojipng/1faf0-1f3ff.png
new file mode 100644
index 0000000000..8e73cdf494
Binary files /dev/null and b/public/emojipng/1faf0-1f3ff.png differ
diff --git a/public/emojipng/1faf0.png b/public/emojipng/1faf0.png
new file mode 100644
index 0000000000..1a4ebedf2e
Binary files /dev/null and b/public/emojipng/1faf0.png differ
diff --git a/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fc.png b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fc.png
new file mode 100644
index 0000000000..2c911d7d70
Binary files /dev/null and b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fc.png differ
diff --git a/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fd.png b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fd.png
new file mode 100644
index 0000000000..5f81f9d886
Binary files /dev/null and b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fd.png differ
diff --git a/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fe.png b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fe.png
new file mode 100644
index 0000000000..b1f794731c
Binary files /dev/null and b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3fe.png differ
diff --git a/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3ff.png b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3ff.png
new file mode 100644
index 0000000000..270800ee51
Binary files /dev/null and b/public/emojipng/1faf1-1f3fb-200d-1faf2-1f3ff.png differ
diff --git a/public/emojipng/1faf1-1f3fb.png b/public/emojipng/1faf1-1f3fb.png
new file mode 100644
index 0000000000..350fd42a0b
Binary files /dev/null and b/public/emojipng/1faf1-1f3fb.png differ
diff --git a/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fb.png b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fb.png
new file mode 100644
index 0000000000..3d7487d619
Binary files /dev/null and b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fb.png differ
diff --git a/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fd.png b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fd.png
new file mode 100644
index 0000000000..681473f688
Binary files /dev/null and b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fd.png differ
diff --git a/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fe.png b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fe.png
new file mode 100644
index 0000000000..267dfa1f34
Binary files /dev/null and b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3fe.png differ
diff --git a/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3ff.png b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3ff.png
new file mode 100644
index 0000000000..09312a04ad
Binary files /dev/null and b/public/emojipng/1faf1-1f3fc-200d-1faf2-1f3ff.png differ
diff --git a/public/emojipng/1faf1-1f3fc.png b/public/emojipng/1faf1-1f3fc.png
new file mode 100644
index 0000000000..7a8459690c
Binary files /dev/null and b/public/emojipng/1faf1-1f3fc.png differ
diff --git a/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fb.png b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fb.png
new file mode 100644
index 0000000000..8fff1125da
Binary files /dev/null and b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fb.png differ
diff --git a/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fc.png b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fc.png
new file mode 100644
index 0000000000..b71098b814
Binary files /dev/null and b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fc.png differ
diff --git a/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fe.png b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fe.png
new file mode 100644
index 0000000000..7e76b6a849
Binary files /dev/null and b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3fe.png differ
diff --git a/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3ff.png b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3ff.png
new file mode 100644
index 0000000000..df2600e84a
Binary files /dev/null and b/public/emojipng/1faf1-1f3fd-200d-1faf2-1f3ff.png differ
diff --git a/public/emojipng/1faf1-1f3fd.png b/public/emojipng/1faf1-1f3fd.png
new file mode 100644
index 0000000000..62cdaa15fc
Binary files /dev/null and b/public/emojipng/1faf1-1f3fd.png differ
diff --git a/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fb.png b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fb.png
new file mode 100644
index 0000000000..7f8c42c1b9
Binary files /dev/null and b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fb.png differ
diff --git a/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fc.png b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fc.png
new file mode 100644
index 0000000000..2982f4e0af
Binary files /dev/null and b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fc.png differ
diff --git a/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fd.png b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fd.png
new file mode 100644
index 0000000000..cea2e531f3
Binary files /dev/null and b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3fd.png differ
diff --git a/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3ff.png b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3ff.png
new file mode 100644
index 0000000000..353d0adcc4
Binary files /dev/null and b/public/emojipng/1faf1-1f3fe-200d-1faf2-1f3ff.png differ
diff --git a/public/emojipng/1faf1-1f3fe.png b/public/emojipng/1faf1-1f3fe.png
new file mode 100644
index 0000000000..754a1fdc04
Binary files /dev/null and b/public/emojipng/1faf1-1f3fe.png differ
diff --git a/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fb.png b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fb.png
new file mode 100644
index 0000000000..7fda714716
Binary files /dev/null and b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fb.png differ
diff --git a/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fc.png b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fc.png
new file mode 100644
index 0000000000..3f09537065
Binary files /dev/null and b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fc.png differ
diff --git a/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fd.png b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fd.png
new file mode 100644
index 0000000000..2759c41810
Binary files /dev/null and b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fd.png differ
diff --git a/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fe.png b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fe.png
new file mode 100644
index 0000000000..c17022a84b
Binary files /dev/null and b/public/emojipng/1faf1-1f3ff-200d-1faf2-1f3fe.png differ
diff --git a/public/emojipng/1faf1-1f3ff.png b/public/emojipng/1faf1-1f3ff.png
new file mode 100644
index 0000000000..22527d97e7
Binary files /dev/null and b/public/emojipng/1faf1-1f3ff.png differ
diff --git a/public/emojipng/1faf1.png b/public/emojipng/1faf1.png
new file mode 100644
index 0000000000..c03e0401cc
Binary files /dev/null and b/public/emojipng/1faf1.png differ
diff --git a/public/emojipng/1faf2-1f3fb.png b/public/emojipng/1faf2-1f3fb.png
new file mode 100644
index 0000000000..2d75e3048f
Binary files /dev/null and b/public/emojipng/1faf2-1f3fb.png differ
diff --git a/public/emojipng/1faf2-1f3fc.png b/public/emojipng/1faf2-1f3fc.png
new file mode 100644
index 0000000000..cf9fb69a5e
Binary files /dev/null and b/public/emojipng/1faf2-1f3fc.png differ
diff --git a/public/emojipng/1faf2-1f3fd.png b/public/emojipng/1faf2-1f3fd.png
new file mode 100644
index 0000000000..38b0cdc55d
Binary files /dev/null and b/public/emojipng/1faf2-1f3fd.png differ
diff --git a/public/emojipng/1faf2-1f3fe.png b/public/emojipng/1faf2-1f3fe.png
new file mode 100644
index 0000000000..d10f7a0396
Binary files /dev/null and b/public/emojipng/1faf2-1f3fe.png differ
diff --git a/public/emojipng/1faf2-1f3ff.png b/public/emojipng/1faf2-1f3ff.png
new file mode 100644
index 0000000000..68b394f372
Binary files /dev/null and b/public/emojipng/1faf2-1f3ff.png differ
diff --git a/public/emojipng/1faf2.png b/public/emojipng/1faf2.png
new file mode 100644
index 0000000000..4997423659
Binary files /dev/null and b/public/emojipng/1faf2.png differ
diff --git a/public/emojipng/1faf3-1f3fb.png b/public/emojipng/1faf3-1f3fb.png
new file mode 100644
index 0000000000..d8168dce4d
Binary files /dev/null and b/public/emojipng/1faf3-1f3fb.png differ
diff --git a/public/emojipng/1faf3-1f3fc.png b/public/emojipng/1faf3-1f3fc.png
new file mode 100644
index 0000000000..5a841e5023
Binary files /dev/null and b/public/emojipng/1faf3-1f3fc.png differ
diff --git a/public/emojipng/1faf3-1f3fd.png b/public/emojipng/1faf3-1f3fd.png
new file mode 100644
index 0000000000..c439588ed0
Binary files /dev/null and b/public/emojipng/1faf3-1f3fd.png differ
diff --git a/public/emojipng/1faf3-1f3fe.png b/public/emojipng/1faf3-1f3fe.png
new file mode 100644
index 0000000000..3b63da73ca
Binary files /dev/null and b/public/emojipng/1faf3-1f3fe.png differ
diff --git a/public/emojipng/1faf3-1f3ff.png b/public/emojipng/1faf3-1f3ff.png
new file mode 100644
index 0000000000..a8ea30ce80
Binary files /dev/null and b/public/emojipng/1faf3-1f3ff.png differ
diff --git a/public/emojipng/1faf3.png b/public/emojipng/1faf3.png
new file mode 100644
index 0000000000..1e057115a4
Binary files /dev/null and b/public/emojipng/1faf3.png differ
diff --git a/public/emojipng/1faf4-1f3fb.png b/public/emojipng/1faf4-1f3fb.png
new file mode 100644
index 0000000000..0695579d7b
Binary files /dev/null and b/public/emojipng/1faf4-1f3fb.png differ
diff --git a/public/emojipng/1faf4-1f3fc.png b/public/emojipng/1faf4-1f3fc.png
new file mode 100644
index 0000000000..4251f775a3
Binary files /dev/null and b/public/emojipng/1faf4-1f3fc.png differ
diff --git a/public/emojipng/1faf4-1f3fd.png b/public/emojipng/1faf4-1f3fd.png
new file mode 100644
index 0000000000..49208c249f
Binary files /dev/null and b/public/emojipng/1faf4-1f3fd.png differ
diff --git a/public/emojipng/1faf4-1f3fe.png b/public/emojipng/1faf4-1f3fe.png
new file mode 100644
index 0000000000..ae14345638
Binary files /dev/null and b/public/emojipng/1faf4-1f3fe.png differ
diff --git a/public/emojipng/1faf4-1f3ff.png b/public/emojipng/1faf4-1f3ff.png
new file mode 100644
index 0000000000..fcc64e7f98
Binary files /dev/null and b/public/emojipng/1faf4-1f3ff.png differ
diff --git a/public/emojipng/1faf4.png b/public/emojipng/1faf4.png
new file mode 100644
index 0000000000..d9fdff839f
Binary files /dev/null and b/public/emojipng/1faf4.png differ
diff --git a/public/emojipng/1faf5-1f3fb.png b/public/emojipng/1faf5-1f3fb.png
new file mode 100644
index 0000000000..e6ae0b9df1
Binary files /dev/null and b/public/emojipng/1faf5-1f3fb.png differ
diff --git a/public/emojipng/1faf5-1f3fc.png b/public/emojipng/1faf5-1f3fc.png
new file mode 100644
index 0000000000..9dfd77c879
Binary files /dev/null and b/public/emojipng/1faf5-1f3fc.png differ
diff --git a/public/emojipng/1faf5-1f3fd.png b/public/emojipng/1faf5-1f3fd.png
new file mode 100644
index 0000000000..222201c99d
Binary files /dev/null and b/public/emojipng/1faf5-1f3fd.png differ
diff --git a/public/emojipng/1faf5-1f3fe.png b/public/emojipng/1faf5-1f3fe.png
new file mode 100644
index 0000000000..5bba90bb65
Binary files /dev/null and b/public/emojipng/1faf5-1f3fe.png differ
diff --git a/public/emojipng/1faf5-1f3ff.png b/public/emojipng/1faf5-1f3ff.png
new file mode 100644
index 0000000000..3d922501fa
Binary files /dev/null and b/public/emojipng/1faf5-1f3ff.png differ
diff --git a/public/emojipng/1faf5.png b/public/emojipng/1faf5.png
new file mode 100644
index 0000000000..9e3a1b3838
Binary files /dev/null and b/public/emojipng/1faf5.png differ
diff --git a/public/emojipng/1faf6-1f3fb.png b/public/emojipng/1faf6-1f3fb.png
new file mode 100644
index 0000000000..55bfa0f369
Binary files /dev/null and b/public/emojipng/1faf6-1f3fb.png differ
diff --git a/public/emojipng/1faf6-1f3fc.png b/public/emojipng/1faf6-1f3fc.png
new file mode 100644
index 0000000000..d79a55f31a
Binary files /dev/null and b/public/emojipng/1faf6-1f3fc.png differ
diff --git a/public/emojipng/1faf6-1f3fd.png b/public/emojipng/1faf6-1f3fd.png
new file mode 100644
index 0000000000..b0eb0d00b1
Binary files /dev/null and b/public/emojipng/1faf6-1f3fd.png differ
diff --git a/public/emojipng/1faf6-1f3fe.png b/public/emojipng/1faf6-1f3fe.png
new file mode 100644
index 0000000000..e6f52ba0a0
Binary files /dev/null and b/public/emojipng/1faf6-1f3fe.png differ
diff --git a/public/emojipng/1faf6-1f3ff.png b/public/emojipng/1faf6-1f3ff.png
new file mode 100644
index 0000000000..f85b0ca83f
Binary files /dev/null and b/public/emojipng/1faf6-1f3ff.png differ
diff --git a/public/emojipng/1faf6.png b/public/emojipng/1faf6.png
new file mode 100644
index 0000000000..23cf0502f2
Binary files /dev/null and b/public/emojipng/1faf6.png differ
diff --git a/public/emojipng/1faf7-1f3fb.png b/public/emojipng/1faf7-1f3fb.png
new file mode 100644
index 0000000000..9e4f338583
Binary files /dev/null and b/public/emojipng/1faf7-1f3fb.png differ
diff --git a/public/emojipng/1faf7-1f3fc.png b/public/emojipng/1faf7-1f3fc.png
new file mode 100644
index 0000000000..acba6237ef
Binary files /dev/null and b/public/emojipng/1faf7-1f3fc.png differ
diff --git a/public/emojipng/1faf7-1f3fd.png b/public/emojipng/1faf7-1f3fd.png
new file mode 100644
index 0000000000..50700f0aeb
Binary files /dev/null and b/public/emojipng/1faf7-1f3fd.png differ
diff --git a/public/emojipng/1faf7-1f3fe.png b/public/emojipng/1faf7-1f3fe.png
new file mode 100644
index 0000000000..a4a8d1a168
Binary files /dev/null and b/public/emojipng/1faf7-1f3fe.png differ
diff --git a/public/emojipng/1faf7-1f3ff.png b/public/emojipng/1faf7-1f3ff.png
new file mode 100644
index 0000000000..0a57d9c5bb
Binary files /dev/null and b/public/emojipng/1faf7-1f3ff.png differ
diff --git a/public/emojipng/1faf7.png b/public/emojipng/1faf7.png
new file mode 100644
index 0000000000..edc4feb402
Binary files /dev/null and b/public/emojipng/1faf7.png differ
diff --git a/public/emojipng/1faf8-1f3fb.png b/public/emojipng/1faf8-1f3fb.png
new file mode 100644
index 0000000000..3f6cf4af3d
Binary files /dev/null and b/public/emojipng/1faf8-1f3fb.png differ
diff --git a/public/emojipng/1faf8-1f3fc.png b/public/emojipng/1faf8-1f3fc.png
new file mode 100644
index 0000000000..1148af5ba0
Binary files /dev/null and b/public/emojipng/1faf8-1f3fc.png differ
diff --git a/public/emojipng/1faf8-1f3fd.png b/public/emojipng/1faf8-1f3fd.png
new file mode 100644
index 0000000000..07f293a53b
Binary files /dev/null and b/public/emojipng/1faf8-1f3fd.png differ
diff --git a/public/emojipng/1faf8-1f3fe.png b/public/emojipng/1faf8-1f3fe.png
new file mode 100644
index 0000000000..3aed956347
Binary files /dev/null and b/public/emojipng/1faf8-1f3fe.png differ
diff --git a/public/emojipng/1faf8-1f3ff.png b/public/emojipng/1faf8-1f3ff.png
new file mode 100644
index 0000000000..d4589f053f
Binary files /dev/null and b/public/emojipng/1faf8-1f3ff.png differ
diff --git a/public/emojipng/1faf8.png b/public/emojipng/1faf8.png
new file mode 100644
index 0000000000..dbdceaba81
Binary files /dev/null and b/public/emojipng/1faf8.png differ
diff --git a/public/emojipng/203c.png b/public/emojipng/203c.png
new file mode 100644
index 0000000000..2334a7f5c1
Binary files /dev/null and b/public/emojipng/203c.png differ
diff --git a/public/emojipng/2049.png b/public/emojipng/2049.png
new file mode 100644
index 0000000000..c5304bf141
Binary files /dev/null and b/public/emojipng/2049.png differ
diff --git a/public/emojipng/2122.png b/public/emojipng/2122.png
new file mode 100644
index 0000000000..b9ffb56e3f
Binary files /dev/null and b/public/emojipng/2122.png differ
diff --git a/public/emojipng/2139.png b/public/emojipng/2139.png
new file mode 100644
index 0000000000..829f0bf085
Binary files /dev/null and b/public/emojipng/2139.png differ
diff --git a/public/emojipng/2194.png b/public/emojipng/2194.png
new file mode 100644
index 0000000000..d0cb730c83
Binary files /dev/null and b/public/emojipng/2194.png differ
diff --git a/public/emojipng/2195.png b/public/emojipng/2195.png
new file mode 100644
index 0000000000..cbbe269e4e
Binary files /dev/null and b/public/emojipng/2195.png differ
diff --git a/public/emojipng/2196.png b/public/emojipng/2196.png
new file mode 100644
index 0000000000..c3f9bdfce5
Binary files /dev/null and b/public/emojipng/2196.png differ
diff --git a/public/emojipng/2197.png b/public/emojipng/2197.png
new file mode 100644
index 0000000000..08eb63ceed
Binary files /dev/null and b/public/emojipng/2197.png differ
diff --git a/public/emojipng/2198.png b/public/emojipng/2198.png
new file mode 100644
index 0000000000..5135705c6f
Binary files /dev/null and b/public/emojipng/2198.png differ
diff --git a/public/emojipng/2199.png b/public/emojipng/2199.png
new file mode 100644
index 0000000000..41b24fe673
Binary files /dev/null and b/public/emojipng/2199.png differ
diff --git a/public/emojipng/21a9.png b/public/emojipng/21a9.png
new file mode 100644
index 0000000000..1df93e6906
Binary files /dev/null and b/public/emojipng/21a9.png differ
diff --git a/public/emojipng/21aa.png b/public/emojipng/21aa.png
new file mode 100644
index 0000000000..7a0b709d25
Binary files /dev/null and b/public/emojipng/21aa.png differ
diff --git a/public/emojipng/23-20e3.png b/public/emojipng/23-20e3.png
new file mode 100644
index 0000000000..f9129612ea
Binary files /dev/null and b/public/emojipng/23-20e3.png differ
diff --git a/public/emojipng/231a.png b/public/emojipng/231a.png
new file mode 100644
index 0000000000..0f0ec3c9e3
Binary files /dev/null and b/public/emojipng/231a.png differ
diff --git a/public/emojipng/231b.png b/public/emojipng/231b.png
new file mode 100644
index 0000000000..8e9196f3cd
Binary files /dev/null and b/public/emojipng/231b.png differ
diff --git a/public/emojipng/2328.png b/public/emojipng/2328.png
new file mode 100644
index 0000000000..22a0a7dbce
Binary files /dev/null and b/public/emojipng/2328.png differ
diff --git a/public/emojipng/23cf.png b/public/emojipng/23cf.png
new file mode 100644
index 0000000000..940831bdc1
Binary files /dev/null and b/public/emojipng/23cf.png differ
diff --git a/public/emojipng/23e9.png b/public/emojipng/23e9.png
new file mode 100644
index 0000000000..a4277ef3f0
Binary files /dev/null and b/public/emojipng/23e9.png differ
diff --git a/public/emojipng/23ea.png b/public/emojipng/23ea.png
new file mode 100644
index 0000000000..9018ecf7eb
Binary files /dev/null and b/public/emojipng/23ea.png differ
diff --git a/public/emojipng/23eb.png b/public/emojipng/23eb.png
new file mode 100644
index 0000000000..3311acf024
Binary files /dev/null and b/public/emojipng/23eb.png differ
diff --git a/public/emojipng/23ec.png b/public/emojipng/23ec.png
new file mode 100644
index 0000000000..2e53b4fffa
Binary files /dev/null and b/public/emojipng/23ec.png differ
diff --git a/public/emojipng/23ed.png b/public/emojipng/23ed.png
new file mode 100644
index 0000000000..a69200295c
Binary files /dev/null and b/public/emojipng/23ed.png differ
diff --git a/public/emojipng/23ee.png b/public/emojipng/23ee.png
new file mode 100644
index 0000000000..56116b43d0
Binary files /dev/null and b/public/emojipng/23ee.png differ
diff --git a/public/emojipng/23ef.png b/public/emojipng/23ef.png
new file mode 100644
index 0000000000..4de7931bee
Binary files /dev/null and b/public/emojipng/23ef.png differ
diff --git a/public/emojipng/23f0.png b/public/emojipng/23f0.png
new file mode 100644
index 0000000000..1e16c4f64f
Binary files /dev/null and b/public/emojipng/23f0.png differ
diff --git a/public/emojipng/23f1.png b/public/emojipng/23f1.png
new file mode 100644
index 0000000000..34d7f141a0
Binary files /dev/null and b/public/emojipng/23f1.png differ
diff --git a/public/emojipng/23f2.png b/public/emojipng/23f2.png
new file mode 100644
index 0000000000..e8b7dc4741
Binary files /dev/null and b/public/emojipng/23f2.png differ
diff --git a/public/emojipng/23f3.png b/public/emojipng/23f3.png
new file mode 100644
index 0000000000..b86946b324
Binary files /dev/null and b/public/emojipng/23f3.png differ
diff --git a/public/emojipng/23f8.png b/public/emojipng/23f8.png
new file mode 100644
index 0000000000..f2843e3af5
Binary files /dev/null and b/public/emojipng/23f8.png differ
diff --git a/public/emojipng/23f9.png b/public/emojipng/23f9.png
new file mode 100644
index 0000000000..009bce06d6
Binary files /dev/null and b/public/emojipng/23f9.png differ
diff --git a/public/emojipng/23fa.png b/public/emojipng/23fa.png
new file mode 100644
index 0000000000..8f14600a24
Binary files /dev/null and b/public/emojipng/23fa.png differ
diff --git a/public/emojipng/24c2.png b/public/emojipng/24c2.png
new file mode 100644
index 0000000000..64e209fd09
Binary files /dev/null and b/public/emojipng/24c2.png differ
diff --git a/public/emojipng/25aa.png b/public/emojipng/25aa.png
new file mode 100644
index 0000000000..ab6088aac9
Binary files /dev/null and b/public/emojipng/25aa.png differ
diff --git a/public/emojipng/25ab.png b/public/emojipng/25ab.png
new file mode 100644
index 0000000000..250060020d
Binary files /dev/null and b/public/emojipng/25ab.png differ
diff --git a/public/emojipng/25b6.png b/public/emojipng/25b6.png
new file mode 100644
index 0000000000..b0bf29e5b4
Binary files /dev/null and b/public/emojipng/25b6.png differ
diff --git a/public/emojipng/25c0.png b/public/emojipng/25c0.png
new file mode 100644
index 0000000000..2721eabe55
Binary files /dev/null and b/public/emojipng/25c0.png differ
diff --git a/public/emojipng/25fb.png b/public/emojipng/25fb.png
new file mode 100644
index 0000000000..8696fed41d
Binary files /dev/null and b/public/emojipng/25fb.png differ
diff --git a/public/emojipng/25fc.png b/public/emojipng/25fc.png
new file mode 100644
index 0000000000..417cf85109
Binary files /dev/null and b/public/emojipng/25fc.png differ
diff --git a/public/emojipng/25fd.png b/public/emojipng/25fd.png
new file mode 100644
index 0000000000..a7de8524b8
Binary files /dev/null and b/public/emojipng/25fd.png differ
diff --git a/public/emojipng/25fe.png b/public/emojipng/25fe.png
new file mode 100644
index 0000000000..bcfd21205d
Binary files /dev/null and b/public/emojipng/25fe.png differ
diff --git a/public/emojipng/2600.png b/public/emojipng/2600.png
new file mode 100644
index 0000000000..718b31db31
Binary files /dev/null and b/public/emojipng/2600.png differ
diff --git a/public/emojipng/2601.png b/public/emojipng/2601.png
new file mode 100644
index 0000000000..6b1fead8ac
Binary files /dev/null and b/public/emojipng/2601.png differ
diff --git a/public/emojipng/2602.png b/public/emojipng/2602.png
new file mode 100644
index 0000000000..ce9bb58d1e
Binary files /dev/null and b/public/emojipng/2602.png differ
diff --git a/public/emojipng/2603.png b/public/emojipng/2603.png
new file mode 100644
index 0000000000..dfff95c7f2
Binary files /dev/null and b/public/emojipng/2603.png differ
diff --git a/public/emojipng/2604.png b/public/emojipng/2604.png
new file mode 100644
index 0000000000..3b6021bcda
Binary files /dev/null and b/public/emojipng/2604.png differ
diff --git a/public/emojipng/260e.png b/public/emojipng/260e.png
new file mode 100644
index 0000000000..e3319af037
Binary files /dev/null and b/public/emojipng/260e.png differ
diff --git a/public/emojipng/2611.png b/public/emojipng/2611.png
new file mode 100644
index 0000000000..4b530a8faa
Binary files /dev/null and b/public/emojipng/2611.png differ
diff --git a/public/emojipng/2614.png b/public/emojipng/2614.png
new file mode 100644
index 0000000000..b8a96f9c33
Binary files /dev/null and b/public/emojipng/2614.png differ
diff --git a/public/emojipng/2615.png b/public/emojipng/2615.png
new file mode 100644
index 0000000000..5ce8931e1d
Binary files /dev/null and b/public/emojipng/2615.png differ
diff --git a/public/emojipng/2618.png b/public/emojipng/2618.png
new file mode 100644
index 0000000000..f987099ff7
Binary files /dev/null and b/public/emojipng/2618.png differ
diff --git a/public/emojipng/261d-1f3fb.png b/public/emojipng/261d-1f3fb.png
new file mode 100644
index 0000000000..18a9780639
Binary files /dev/null and b/public/emojipng/261d-1f3fb.png differ
diff --git a/public/emojipng/261d-1f3fc.png b/public/emojipng/261d-1f3fc.png
new file mode 100644
index 0000000000..13dc0973c2
Binary files /dev/null and b/public/emojipng/261d-1f3fc.png differ
diff --git a/public/emojipng/261d-1f3fd.png b/public/emojipng/261d-1f3fd.png
new file mode 100644
index 0000000000..a042487226
Binary files /dev/null and b/public/emojipng/261d-1f3fd.png differ
diff --git a/public/emojipng/261d-1f3fe.png b/public/emojipng/261d-1f3fe.png
new file mode 100644
index 0000000000..4365323610
Binary files /dev/null and b/public/emojipng/261d-1f3fe.png differ
diff --git a/public/emojipng/261d-1f3ff.png b/public/emojipng/261d-1f3ff.png
new file mode 100644
index 0000000000..2e943bcb46
Binary files /dev/null and b/public/emojipng/261d-1f3ff.png differ
diff --git a/public/emojipng/261d.png b/public/emojipng/261d.png
new file mode 100644
index 0000000000..23d7641871
Binary files /dev/null and b/public/emojipng/261d.png differ
diff --git a/public/emojipng/2620.png b/public/emojipng/2620.png
new file mode 100644
index 0000000000..ba32dd234d
Binary files /dev/null and b/public/emojipng/2620.png differ
diff --git a/public/emojipng/2622.png b/public/emojipng/2622.png
new file mode 100644
index 0000000000..6b167878b1
Binary files /dev/null and b/public/emojipng/2622.png differ
diff --git a/public/emojipng/2623.png b/public/emojipng/2623.png
new file mode 100644
index 0000000000..5d8d42b02b
Binary files /dev/null and b/public/emojipng/2623.png differ
diff --git a/public/emojipng/2626.png b/public/emojipng/2626.png
new file mode 100644
index 0000000000..b9f0e3a866
Binary files /dev/null and b/public/emojipng/2626.png differ
diff --git a/public/emojipng/262a.png b/public/emojipng/262a.png
new file mode 100644
index 0000000000..c7538a524b
Binary files /dev/null and b/public/emojipng/262a.png differ
diff --git a/public/emojipng/262e.png b/public/emojipng/262e.png
new file mode 100644
index 0000000000..8a8be5e463
Binary files /dev/null and b/public/emojipng/262e.png differ
diff --git a/public/emojipng/262f.png b/public/emojipng/262f.png
new file mode 100644
index 0000000000..82faf77a03
Binary files /dev/null and b/public/emojipng/262f.png differ
diff --git a/public/emojipng/2638.png b/public/emojipng/2638.png
new file mode 100644
index 0000000000..e3a3e9210a
Binary files /dev/null and b/public/emojipng/2638.png differ
diff --git a/public/emojipng/2639.png b/public/emojipng/2639.png
new file mode 100644
index 0000000000..9d9698f6b7
Binary files /dev/null and b/public/emojipng/2639.png differ
diff --git a/public/emojipng/263a.png b/public/emojipng/263a.png
new file mode 100644
index 0000000000..29c80a226f
Binary files /dev/null and b/public/emojipng/263a.png differ
diff --git a/public/emojipng/2640.png b/public/emojipng/2640.png
new file mode 100644
index 0000000000..f9b1760358
Binary files /dev/null and b/public/emojipng/2640.png differ
diff --git a/public/emojipng/2642.png b/public/emojipng/2642.png
new file mode 100644
index 0000000000..2591c832ac
Binary files /dev/null and b/public/emojipng/2642.png differ
diff --git a/public/emojipng/2648.png b/public/emojipng/2648.png
new file mode 100644
index 0000000000..0798e87b7e
Binary files /dev/null and b/public/emojipng/2648.png differ
diff --git a/public/emojipng/2649.png b/public/emojipng/2649.png
new file mode 100644
index 0000000000..5ca7494601
Binary files /dev/null and b/public/emojipng/2649.png differ
diff --git a/public/emojipng/264a.png b/public/emojipng/264a.png
new file mode 100644
index 0000000000..7bdc7b1002
Binary files /dev/null and b/public/emojipng/264a.png differ
diff --git a/public/emojipng/264b.png b/public/emojipng/264b.png
new file mode 100644
index 0000000000..9d14919ebf
Binary files /dev/null and b/public/emojipng/264b.png differ
diff --git a/public/emojipng/264c.png b/public/emojipng/264c.png
new file mode 100644
index 0000000000..a1009e9a0d
Binary files /dev/null and b/public/emojipng/264c.png differ
diff --git a/public/emojipng/264d.png b/public/emojipng/264d.png
new file mode 100644
index 0000000000..8bf788774b
Binary files /dev/null and b/public/emojipng/264d.png differ
diff --git a/public/emojipng/264e.png b/public/emojipng/264e.png
new file mode 100644
index 0000000000..f06a78cf2e
Binary files /dev/null and b/public/emojipng/264e.png differ
diff --git a/public/emojipng/264f.png b/public/emojipng/264f.png
new file mode 100644
index 0000000000..2ca7e0b9c2
Binary files /dev/null and b/public/emojipng/264f.png differ
diff --git a/public/emojipng/2650.png b/public/emojipng/2650.png
new file mode 100644
index 0000000000..57919345ec
Binary files /dev/null and b/public/emojipng/2650.png differ
diff --git a/public/emojipng/2651.png b/public/emojipng/2651.png
new file mode 100644
index 0000000000..b89c8d2196
Binary files /dev/null and b/public/emojipng/2651.png differ
diff --git a/public/emojipng/2652.png b/public/emojipng/2652.png
new file mode 100644
index 0000000000..de34060dd3
Binary files /dev/null and b/public/emojipng/2652.png differ
diff --git a/public/emojipng/2653.png b/public/emojipng/2653.png
new file mode 100644
index 0000000000..84d436f39a
Binary files /dev/null and b/public/emojipng/2653.png differ
diff --git a/public/emojipng/265f.png b/public/emojipng/265f.png
new file mode 100644
index 0000000000..18f933cb0c
Binary files /dev/null and b/public/emojipng/265f.png differ
diff --git a/public/emojipng/2660.png b/public/emojipng/2660.png
new file mode 100644
index 0000000000..c9138c3963
Binary files /dev/null and b/public/emojipng/2660.png differ
diff --git a/public/emojipng/2663.png b/public/emojipng/2663.png
new file mode 100644
index 0000000000..20af6f8d36
Binary files /dev/null and b/public/emojipng/2663.png differ
diff --git a/public/emojipng/2665.png b/public/emojipng/2665.png
new file mode 100644
index 0000000000..f80860bb3a
Binary files /dev/null and b/public/emojipng/2665.png differ
diff --git a/public/emojipng/2666.png b/public/emojipng/2666.png
new file mode 100644
index 0000000000..574fadf609
Binary files /dev/null and b/public/emojipng/2666.png differ
diff --git a/public/emojipng/2668.png b/public/emojipng/2668.png
new file mode 100644
index 0000000000..6ca91542f1
Binary files /dev/null and b/public/emojipng/2668.png differ
diff --git a/public/emojipng/267b.png b/public/emojipng/267b.png
new file mode 100644
index 0000000000..97c09767f3
Binary files /dev/null and b/public/emojipng/267b.png differ
diff --git a/public/emojipng/267e.png b/public/emojipng/267e.png
new file mode 100644
index 0000000000..778e87b2e4
Binary files /dev/null and b/public/emojipng/267e.png differ
diff --git a/public/emojipng/267f.png b/public/emojipng/267f.png
new file mode 100644
index 0000000000..5d796cee1b
Binary files /dev/null and b/public/emojipng/267f.png differ
diff --git a/public/emojipng/2692.png b/public/emojipng/2692.png
new file mode 100644
index 0000000000..055a8e7aa0
Binary files /dev/null and b/public/emojipng/2692.png differ
diff --git a/public/emojipng/2693.png b/public/emojipng/2693.png
new file mode 100644
index 0000000000..277f85ec4d
Binary files /dev/null and b/public/emojipng/2693.png differ
diff --git a/public/emojipng/2694.png b/public/emojipng/2694.png
new file mode 100644
index 0000000000..61bf8b1bf0
Binary files /dev/null and b/public/emojipng/2694.png differ
diff --git a/public/emojipng/2695.png b/public/emojipng/2695.png
new file mode 100644
index 0000000000..d542f01bd6
Binary files /dev/null and b/public/emojipng/2695.png differ
diff --git a/public/emojipng/2696.png b/public/emojipng/2696.png
new file mode 100644
index 0000000000..cf179675d9
Binary files /dev/null and b/public/emojipng/2696.png differ
diff --git a/public/emojipng/2697.png b/public/emojipng/2697.png
new file mode 100644
index 0000000000..c4b62271c7
Binary files /dev/null and b/public/emojipng/2697.png differ
diff --git a/public/emojipng/2699.png b/public/emojipng/2699.png
new file mode 100644
index 0000000000..b78e56447a
Binary files /dev/null and b/public/emojipng/2699.png differ
diff --git a/public/emojipng/269b.png b/public/emojipng/269b.png
new file mode 100644
index 0000000000..7daedd8e40
Binary files /dev/null and b/public/emojipng/269b.png differ
diff --git a/public/emojipng/269c.png b/public/emojipng/269c.png
new file mode 100644
index 0000000000..7ad56ad454
Binary files /dev/null and b/public/emojipng/269c.png differ
diff --git a/public/emojipng/26a0.png b/public/emojipng/26a0.png
new file mode 100644
index 0000000000..a154653002
Binary files /dev/null and b/public/emojipng/26a0.png differ
diff --git a/public/emojipng/26a1.png b/public/emojipng/26a1.png
new file mode 100644
index 0000000000..797d3ca938
Binary files /dev/null and b/public/emojipng/26a1.png differ
diff --git a/public/emojipng/26a7.png b/public/emojipng/26a7.png
new file mode 100644
index 0000000000..fc84e19d14
Binary files /dev/null and b/public/emojipng/26a7.png differ
diff --git a/public/emojipng/26aa.png b/public/emojipng/26aa.png
new file mode 100644
index 0000000000..1d5ec9319f
Binary files /dev/null and b/public/emojipng/26aa.png differ
diff --git a/public/emojipng/26ab.png b/public/emojipng/26ab.png
new file mode 100644
index 0000000000..038f93edd6
Binary files /dev/null and b/public/emojipng/26ab.png differ
diff --git a/public/emojipng/26b0.png b/public/emojipng/26b0.png
new file mode 100644
index 0000000000..184c59f60d
Binary files /dev/null and b/public/emojipng/26b0.png differ
diff --git a/public/emojipng/26b1.png b/public/emojipng/26b1.png
new file mode 100644
index 0000000000..9c45483469
Binary files /dev/null and b/public/emojipng/26b1.png differ
diff --git a/public/emojipng/26bd.png b/public/emojipng/26bd.png
new file mode 100644
index 0000000000..5e11489594
Binary files /dev/null and b/public/emojipng/26bd.png differ
diff --git a/public/emojipng/26be.png b/public/emojipng/26be.png
new file mode 100644
index 0000000000..b69c9c765b
Binary files /dev/null and b/public/emojipng/26be.png differ
diff --git a/public/emojipng/26c4.png b/public/emojipng/26c4.png
new file mode 100644
index 0000000000..70518ad8ed
Binary files /dev/null and b/public/emojipng/26c4.png differ
diff --git a/public/emojipng/26c5.png b/public/emojipng/26c5.png
new file mode 100644
index 0000000000..13ff46049f
Binary files /dev/null and b/public/emojipng/26c5.png differ
diff --git a/public/emojipng/26c8.png b/public/emojipng/26c8.png
new file mode 100644
index 0000000000..699b775ce6
Binary files /dev/null and b/public/emojipng/26c8.png differ
diff --git a/public/emojipng/26ce.png b/public/emojipng/26ce.png
new file mode 100644
index 0000000000..24fbd8a748
Binary files /dev/null and b/public/emojipng/26ce.png differ
diff --git a/public/emojipng/26cf.png b/public/emojipng/26cf.png
new file mode 100644
index 0000000000..d482a90622
Binary files /dev/null and b/public/emojipng/26cf.png differ
diff --git a/public/emojipng/26d1.png b/public/emojipng/26d1.png
new file mode 100644
index 0000000000..d99f6046f5
Binary files /dev/null and b/public/emojipng/26d1.png differ
diff --git a/public/emojipng/26d3-fe0f-200d-1f4a5.png b/public/emojipng/26d3-fe0f-200d-1f4a5.png
new file mode 100644
index 0000000000..c92a434e39
Binary files /dev/null and b/public/emojipng/26d3-fe0f-200d-1f4a5.png differ
diff --git a/public/emojipng/26d3.png b/public/emojipng/26d3.png
new file mode 100644
index 0000000000..1fa9dfd006
Binary files /dev/null and b/public/emojipng/26d3.png differ
diff --git a/public/emojipng/26d4.png b/public/emojipng/26d4.png
new file mode 100644
index 0000000000..d4410559be
Binary files /dev/null and b/public/emojipng/26d4.png differ
diff --git a/public/emojipng/26e9.png b/public/emojipng/26e9.png
new file mode 100644
index 0000000000..0fb5d1286d
Binary files /dev/null and b/public/emojipng/26e9.png differ
diff --git a/public/emojipng/26ea.png b/public/emojipng/26ea.png
new file mode 100644
index 0000000000..3d84412bb9
Binary files /dev/null and b/public/emojipng/26ea.png differ
diff --git a/public/emojipng/26f0.png b/public/emojipng/26f0.png
new file mode 100644
index 0000000000..26f6e5cfa1
Binary files /dev/null and b/public/emojipng/26f0.png differ
diff --git a/public/emojipng/26f1.png b/public/emojipng/26f1.png
new file mode 100644
index 0000000000..120de456f7
Binary files /dev/null and b/public/emojipng/26f1.png differ
diff --git a/public/emojipng/26f2.png b/public/emojipng/26f2.png
new file mode 100644
index 0000000000..545c3eb85e
Binary files /dev/null and b/public/emojipng/26f2.png differ
diff --git a/public/emojipng/26f3.png b/public/emojipng/26f3.png
new file mode 100644
index 0000000000..4dbfac6781
Binary files /dev/null and b/public/emojipng/26f3.png differ
diff --git a/public/emojipng/26f4.png b/public/emojipng/26f4.png
new file mode 100644
index 0000000000..ce8759630b
Binary files /dev/null and b/public/emojipng/26f4.png differ
diff --git a/public/emojipng/26f5.png b/public/emojipng/26f5.png
new file mode 100644
index 0000000000..ed45fad838
Binary files /dev/null and b/public/emojipng/26f5.png differ
diff --git a/public/emojipng/26f7-1f3fb.png b/public/emojipng/26f7-1f3fb.png
new file mode 100644
index 0000000000..9cd4e00aed
Binary files /dev/null and b/public/emojipng/26f7-1f3fb.png differ
diff --git a/public/emojipng/26f7-1f3fc.png b/public/emojipng/26f7-1f3fc.png
new file mode 100644
index 0000000000..1ed165b678
Binary files /dev/null and b/public/emojipng/26f7-1f3fc.png differ
diff --git a/public/emojipng/26f7-1f3fd.png b/public/emojipng/26f7-1f3fd.png
new file mode 100644
index 0000000000..427b3d027e
Binary files /dev/null and b/public/emojipng/26f7-1f3fd.png differ
diff --git a/public/emojipng/26f7-1f3fe.png b/public/emojipng/26f7-1f3fe.png
new file mode 100644
index 0000000000..5970ef6ecb
Binary files /dev/null and b/public/emojipng/26f7-1f3fe.png differ
diff --git a/public/emojipng/26f7-1f3ff.png b/public/emojipng/26f7-1f3ff.png
new file mode 100644
index 0000000000..390c4fb504
Binary files /dev/null and b/public/emojipng/26f7-1f3ff.png differ
diff --git a/public/emojipng/26f7.png b/public/emojipng/26f7.png
new file mode 100644
index 0000000000..7de15aa6c7
Binary files /dev/null and b/public/emojipng/26f7.png differ
diff --git a/public/emojipng/26f8.png b/public/emojipng/26f8.png
new file mode 100644
index 0000000000..aedf5af158
Binary files /dev/null and b/public/emojipng/26f8.png differ
diff --git a/public/emojipng/26f9-1f3fb-200d-2640-fe0f.png b/public/emojipng/26f9-1f3fb-200d-2640-fe0f.png
new file mode 100644
index 0000000000..83750a1515
Binary files /dev/null and b/public/emojipng/26f9-1f3fb-200d-2640-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fb-200d-2642-fe0f.png b/public/emojipng/26f9-1f3fb-200d-2642-fe0f.png
new file mode 100644
index 0000000000..4d4d656f53
Binary files /dev/null and b/public/emojipng/26f9-1f3fb-200d-2642-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fb.png b/public/emojipng/26f9-1f3fb.png
new file mode 100644
index 0000000000..082b064721
Binary files /dev/null and b/public/emojipng/26f9-1f3fb.png differ
diff --git a/public/emojipng/26f9-1f3fc-200d-2640-fe0f.png b/public/emojipng/26f9-1f3fc-200d-2640-fe0f.png
new file mode 100644
index 0000000000..807a7fbcf4
Binary files /dev/null and b/public/emojipng/26f9-1f3fc-200d-2640-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fc-200d-2642-fe0f.png b/public/emojipng/26f9-1f3fc-200d-2642-fe0f.png
new file mode 100644
index 0000000000..a2427ae231
Binary files /dev/null and b/public/emojipng/26f9-1f3fc-200d-2642-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fc.png b/public/emojipng/26f9-1f3fc.png
new file mode 100644
index 0000000000..b8f1405132
Binary files /dev/null and b/public/emojipng/26f9-1f3fc.png differ
diff --git a/public/emojipng/26f9-1f3fd-200d-2640-fe0f.png b/public/emojipng/26f9-1f3fd-200d-2640-fe0f.png
new file mode 100644
index 0000000000..7cbed5efaf
Binary files /dev/null and b/public/emojipng/26f9-1f3fd-200d-2640-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fd-200d-2642-fe0f.png b/public/emojipng/26f9-1f3fd-200d-2642-fe0f.png
new file mode 100644
index 0000000000..10facd5e67
Binary files /dev/null and b/public/emojipng/26f9-1f3fd-200d-2642-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fd.png b/public/emojipng/26f9-1f3fd.png
new file mode 100644
index 0000000000..b2b315a683
Binary files /dev/null and b/public/emojipng/26f9-1f3fd.png differ
diff --git a/public/emojipng/26f9-1f3fe-200d-2640-fe0f.png b/public/emojipng/26f9-1f3fe-200d-2640-fe0f.png
new file mode 100644
index 0000000000..851ee25df4
Binary files /dev/null and b/public/emojipng/26f9-1f3fe-200d-2640-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fe-200d-2642-fe0f.png b/public/emojipng/26f9-1f3fe-200d-2642-fe0f.png
new file mode 100644
index 0000000000..fb6f377a8f
Binary files /dev/null and b/public/emojipng/26f9-1f3fe-200d-2642-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3fe.png b/public/emojipng/26f9-1f3fe.png
new file mode 100644
index 0000000000..b5a25be18c
Binary files /dev/null and b/public/emojipng/26f9-1f3fe.png differ
diff --git a/public/emojipng/26f9-1f3ff-200d-2640-fe0f.png b/public/emojipng/26f9-1f3ff-200d-2640-fe0f.png
new file mode 100644
index 0000000000..e3d4cec690
Binary files /dev/null and b/public/emojipng/26f9-1f3ff-200d-2640-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3ff-200d-2642-fe0f.png b/public/emojipng/26f9-1f3ff-200d-2642-fe0f.png
new file mode 100644
index 0000000000..830fa1a72e
Binary files /dev/null and b/public/emojipng/26f9-1f3ff-200d-2642-fe0f.png differ
diff --git a/public/emojipng/26f9-1f3ff.png b/public/emojipng/26f9-1f3ff.png
new file mode 100644
index 0000000000..74e0500e7f
Binary files /dev/null and b/public/emojipng/26f9-1f3ff.png differ
diff --git a/public/emojipng/26f9-fe0f-200d-2640-fe0f.png b/public/emojipng/26f9-fe0f-200d-2640-fe0f.png
new file mode 100644
index 0000000000..42df033036
Binary files /dev/null and b/public/emojipng/26f9-fe0f-200d-2640-fe0f.png differ
diff --git a/public/emojipng/26f9-fe0f-200d-2642-fe0f.png b/public/emojipng/26f9-fe0f-200d-2642-fe0f.png
new file mode 100644
index 0000000000..122f330725
Binary files /dev/null and b/public/emojipng/26f9-fe0f-200d-2642-fe0f.png differ
diff --git a/public/emojipng/26f9.png b/public/emojipng/26f9.png
new file mode 100644
index 0000000000..b7f7856204
Binary files /dev/null and b/public/emojipng/26f9.png differ
diff --git a/public/emojipng/26fa.png b/public/emojipng/26fa.png
new file mode 100644
index 0000000000..d8a0dbd39e
Binary files /dev/null and b/public/emojipng/26fa.png differ
diff --git a/public/emojipng/26fd.png b/public/emojipng/26fd.png
new file mode 100644
index 0000000000..8307de2e55
Binary files /dev/null and b/public/emojipng/26fd.png differ
diff --git a/public/emojipng/2702.png b/public/emojipng/2702.png
new file mode 100644
index 0000000000..ba94dc6418
Binary files /dev/null and b/public/emojipng/2702.png differ
diff --git a/public/emojipng/2705.png b/public/emojipng/2705.png
new file mode 100644
index 0000000000..0683c7ecf1
Binary files /dev/null and b/public/emojipng/2705.png differ
diff --git a/public/emojipng/2708.png b/public/emojipng/2708.png
new file mode 100644
index 0000000000..6bffcd5a96
Binary files /dev/null and b/public/emojipng/2708.png differ
diff --git a/public/emojipng/2709.png b/public/emojipng/2709.png
new file mode 100644
index 0000000000..90023eb685
Binary files /dev/null and b/public/emojipng/2709.png differ
diff --git a/public/emojipng/270a-1f3fb.png b/public/emojipng/270a-1f3fb.png
new file mode 100644
index 0000000000..0b7aeb8042
Binary files /dev/null and b/public/emojipng/270a-1f3fb.png differ
diff --git a/public/emojipng/270a-1f3fc.png b/public/emojipng/270a-1f3fc.png
new file mode 100644
index 0000000000..14b14468f2
Binary files /dev/null and b/public/emojipng/270a-1f3fc.png differ
diff --git a/public/emojipng/270a-1f3fd.png b/public/emojipng/270a-1f3fd.png
new file mode 100644
index 0000000000..73ff6c977f
Binary files /dev/null and b/public/emojipng/270a-1f3fd.png differ
diff --git a/public/emojipng/270a-1f3fe.png b/public/emojipng/270a-1f3fe.png
new file mode 100644
index 0000000000..f2ae4eb0df
Binary files /dev/null and b/public/emojipng/270a-1f3fe.png differ
diff --git a/public/emojipng/270a-1f3ff.png b/public/emojipng/270a-1f3ff.png
new file mode 100644
index 0000000000..39e3a237da
Binary files /dev/null and b/public/emojipng/270a-1f3ff.png differ
diff --git a/public/emojipng/270a.png b/public/emojipng/270a.png
new file mode 100644
index 0000000000..0e2291c261
Binary files /dev/null and b/public/emojipng/270a.png differ
diff --git a/public/emojipng/270b-1f3fb.png b/public/emojipng/270b-1f3fb.png
new file mode 100644
index 0000000000..b8a3784618
Binary files /dev/null and b/public/emojipng/270b-1f3fb.png differ
diff --git a/public/emojipng/270b-1f3fc.png b/public/emojipng/270b-1f3fc.png
new file mode 100644
index 0000000000..45c1a47426
Binary files /dev/null and b/public/emojipng/270b-1f3fc.png differ
diff --git a/public/emojipng/270b-1f3fd.png b/public/emojipng/270b-1f3fd.png
new file mode 100644
index 0000000000..d1a826860b
Binary files /dev/null and b/public/emojipng/270b-1f3fd.png differ
diff --git a/public/emojipng/270b-1f3fe.png b/public/emojipng/270b-1f3fe.png
new file mode 100644
index 0000000000..0a593055ee
Binary files /dev/null and b/public/emojipng/270b-1f3fe.png differ
diff --git a/public/emojipng/270b-1f3ff.png b/public/emojipng/270b-1f3ff.png
new file mode 100644
index 0000000000..d556c2a316
Binary files /dev/null and b/public/emojipng/270b-1f3ff.png differ
diff --git a/public/emojipng/270b.png b/public/emojipng/270b.png
new file mode 100644
index 0000000000..ce49d6aef1
Binary files /dev/null and b/public/emojipng/270b.png differ
diff --git a/public/emojipng/270c-1f3fb.png b/public/emojipng/270c-1f3fb.png
new file mode 100644
index 0000000000..3a69852347
Binary files /dev/null and b/public/emojipng/270c-1f3fb.png differ
diff --git a/public/emojipng/270c-1f3fc.png b/public/emojipng/270c-1f3fc.png
new file mode 100644
index 0000000000..488baf8bf6
Binary files /dev/null and b/public/emojipng/270c-1f3fc.png differ
diff --git a/public/emojipng/270c-1f3fd.png b/public/emojipng/270c-1f3fd.png
new file mode 100644
index 0000000000..10a5746601
Binary files /dev/null and b/public/emojipng/270c-1f3fd.png differ
diff --git a/public/emojipng/270c-1f3fe.png b/public/emojipng/270c-1f3fe.png
new file mode 100644
index 0000000000..bf52c750e4
Binary files /dev/null and b/public/emojipng/270c-1f3fe.png differ
diff --git a/public/emojipng/270c-1f3ff.png b/public/emojipng/270c-1f3ff.png
new file mode 100644
index 0000000000..61f75f2d75
Binary files /dev/null and b/public/emojipng/270c-1f3ff.png differ
diff --git a/public/emojipng/270c.png b/public/emojipng/270c.png
new file mode 100644
index 0000000000..5734f34918
Binary files /dev/null and b/public/emojipng/270c.png differ
diff --git a/public/emojipng/270d-1f3fb.png b/public/emojipng/270d-1f3fb.png
new file mode 100644
index 0000000000..a2f9d932eb
Binary files /dev/null and b/public/emojipng/270d-1f3fb.png differ
diff --git a/public/emojipng/270d-1f3fc.png b/public/emojipng/270d-1f3fc.png
new file mode 100644
index 0000000000..f9f6739061
Binary files /dev/null and b/public/emojipng/270d-1f3fc.png differ
diff --git a/public/emojipng/270d-1f3fd.png b/public/emojipng/270d-1f3fd.png
new file mode 100644
index 0000000000..0943238115
Binary files /dev/null and b/public/emojipng/270d-1f3fd.png differ
diff --git a/public/emojipng/270d-1f3fe.png b/public/emojipng/270d-1f3fe.png
new file mode 100644
index 0000000000..8252421f51
Binary files /dev/null and b/public/emojipng/270d-1f3fe.png differ
diff --git a/public/emojipng/270d-1f3ff.png b/public/emojipng/270d-1f3ff.png
new file mode 100644
index 0000000000..4214c3a152
Binary files /dev/null and b/public/emojipng/270d-1f3ff.png differ
diff --git a/public/emojipng/270d.png b/public/emojipng/270d.png
new file mode 100644
index 0000000000..86f753c3d2
Binary files /dev/null and b/public/emojipng/270d.png differ
diff --git a/public/emojipng/270f.png b/public/emojipng/270f.png
new file mode 100644
index 0000000000..ae8bdbc285
Binary files /dev/null and b/public/emojipng/270f.png differ
diff --git a/public/emojipng/2712.png b/public/emojipng/2712.png
new file mode 100644
index 0000000000..e5d30fd605
Binary files /dev/null and b/public/emojipng/2712.png differ
diff --git a/public/emojipng/2714.png b/public/emojipng/2714.png
new file mode 100644
index 0000000000..b63dce1d12
Binary files /dev/null and b/public/emojipng/2714.png differ
diff --git a/public/emojipng/2716.png b/public/emojipng/2716.png
new file mode 100644
index 0000000000..32c55aa9a2
Binary files /dev/null and b/public/emojipng/2716.png differ
diff --git a/public/emojipng/271d.png b/public/emojipng/271d.png
new file mode 100644
index 0000000000..0755be4508
Binary files /dev/null and b/public/emojipng/271d.png differ
diff --git a/public/emojipng/2721.png b/public/emojipng/2721.png
new file mode 100644
index 0000000000..149560071a
Binary files /dev/null and b/public/emojipng/2721.png differ
diff --git a/public/emojipng/2728.png b/public/emojipng/2728.png
new file mode 100644
index 0000000000..ebd2c77b1d
Binary files /dev/null and b/public/emojipng/2728.png differ
diff --git a/public/emojipng/2733.png b/public/emojipng/2733.png
new file mode 100644
index 0000000000..1f393dae53
Binary files /dev/null and b/public/emojipng/2733.png differ
diff --git a/public/emojipng/2734.png b/public/emojipng/2734.png
new file mode 100644
index 0000000000..83d31fafd2
Binary files /dev/null and b/public/emojipng/2734.png differ
diff --git a/public/emojipng/2744.png b/public/emojipng/2744.png
new file mode 100644
index 0000000000..ee53c86873
Binary files /dev/null and b/public/emojipng/2744.png differ
diff --git a/public/emojipng/2747.png b/public/emojipng/2747.png
new file mode 100644
index 0000000000..8a9731b97d
Binary files /dev/null and b/public/emojipng/2747.png differ
diff --git a/public/emojipng/274c.png b/public/emojipng/274c.png
new file mode 100644
index 0000000000..8347c7bad5
Binary files /dev/null and b/public/emojipng/274c.png differ
diff --git a/public/emojipng/274e.png b/public/emojipng/274e.png
new file mode 100644
index 0000000000..a96a67c92d
Binary files /dev/null and b/public/emojipng/274e.png differ
diff --git a/public/emojipng/2753.png b/public/emojipng/2753.png
new file mode 100644
index 0000000000..1f337b2214
Binary files /dev/null and b/public/emojipng/2753.png differ
diff --git a/public/emojipng/2754.png b/public/emojipng/2754.png
new file mode 100644
index 0000000000..a28b30475a
Binary files /dev/null and b/public/emojipng/2754.png differ
diff --git a/public/emojipng/2755.png b/public/emojipng/2755.png
new file mode 100644
index 0000000000..0b173031e2
Binary files /dev/null and b/public/emojipng/2755.png differ
diff --git a/public/emojipng/2757.png b/public/emojipng/2757.png
new file mode 100644
index 0000000000..9c48a72739
Binary files /dev/null and b/public/emojipng/2757.png differ
diff --git a/public/emojipng/2763.png b/public/emojipng/2763.png
new file mode 100644
index 0000000000..1e421bc9db
Binary files /dev/null and b/public/emojipng/2763.png differ
diff --git a/public/emojipng/2764-fe0f-200d-1f525.png b/public/emojipng/2764-fe0f-200d-1f525.png
new file mode 100644
index 0000000000..36be1b8077
Binary files /dev/null and b/public/emojipng/2764-fe0f-200d-1f525.png differ
diff --git a/public/emojipng/2764-fe0f-200d-1fa79.png b/public/emojipng/2764-fe0f-200d-1fa79.png
new file mode 100644
index 0000000000..b834e62ccb
Binary files /dev/null and b/public/emojipng/2764-fe0f-200d-1fa79.png differ
diff --git a/public/emojipng/2764.png b/public/emojipng/2764.png
new file mode 100644
index 0000000000..a7511e97ae
Binary files /dev/null and b/public/emojipng/2764.png differ
diff --git a/public/emojipng/2795.png b/public/emojipng/2795.png
new file mode 100644
index 0000000000..21d5a886d2
Binary files /dev/null and b/public/emojipng/2795.png differ
diff --git a/public/emojipng/2796.png b/public/emojipng/2796.png
new file mode 100644
index 0000000000..7779c9d3f0
Binary files /dev/null and b/public/emojipng/2796.png differ
diff --git a/public/emojipng/2797.png b/public/emojipng/2797.png
new file mode 100644
index 0000000000..1d2425eaff
Binary files /dev/null and b/public/emojipng/2797.png differ
diff --git a/public/emojipng/27a1.png b/public/emojipng/27a1.png
new file mode 100644
index 0000000000..1cf8b3d683
Binary files /dev/null and b/public/emojipng/27a1.png differ
diff --git a/public/emojipng/27b0.png b/public/emojipng/27b0.png
new file mode 100644
index 0000000000..71def8e1bd
Binary files /dev/null and b/public/emojipng/27b0.png differ
diff --git a/public/emojipng/27bf.png b/public/emojipng/27bf.png
new file mode 100644
index 0000000000..e01c0c2dd6
Binary files /dev/null and b/public/emojipng/27bf.png differ
diff --git a/public/emojipng/2934.png b/public/emojipng/2934.png
new file mode 100644
index 0000000000..bafb601bb6
Binary files /dev/null and b/public/emojipng/2934.png differ
diff --git a/public/emojipng/2935.png b/public/emojipng/2935.png
new file mode 100644
index 0000000000..83466a0243
Binary files /dev/null and b/public/emojipng/2935.png differ
diff --git a/public/emojipng/2a-20e3.png b/public/emojipng/2a-20e3.png
new file mode 100644
index 0000000000..8944081e47
Binary files /dev/null and b/public/emojipng/2a-20e3.png differ
diff --git a/public/emojipng/2b05.png b/public/emojipng/2b05.png
new file mode 100644
index 0000000000..03c7d3af48
Binary files /dev/null and b/public/emojipng/2b05.png differ
diff --git a/public/emojipng/2b06.png b/public/emojipng/2b06.png
new file mode 100644
index 0000000000..4f2a411021
Binary files /dev/null and b/public/emojipng/2b06.png differ
diff --git a/public/emojipng/2b07.png b/public/emojipng/2b07.png
new file mode 100644
index 0000000000..cbb200dadc
Binary files /dev/null and b/public/emojipng/2b07.png differ
diff --git a/public/emojipng/2b1b.png b/public/emojipng/2b1b.png
new file mode 100644
index 0000000000..1ea0e3ec7e
Binary files /dev/null and b/public/emojipng/2b1b.png differ
diff --git a/public/emojipng/2b1c.png b/public/emojipng/2b1c.png
new file mode 100644
index 0000000000..5f76e52ee3
Binary files /dev/null and b/public/emojipng/2b1c.png differ
diff --git a/public/emojipng/2b50.png b/public/emojipng/2b50.png
new file mode 100644
index 0000000000..0590867e07
Binary files /dev/null and b/public/emojipng/2b50.png differ
diff --git a/public/emojipng/2b55.png b/public/emojipng/2b55.png
new file mode 100644
index 0000000000..8106cde260
Binary files /dev/null and b/public/emojipng/2b55.png differ
diff --git a/public/emojipng/30-20e3.png b/public/emojipng/30-20e3.png
new file mode 100644
index 0000000000..f0d5615acf
Binary files /dev/null and b/public/emojipng/30-20e3.png differ
diff --git a/public/emojipng/3030.png b/public/emojipng/3030.png
new file mode 100644
index 0000000000..8e74f9b895
Binary files /dev/null and b/public/emojipng/3030.png differ
diff --git a/public/emojipng/303d.png b/public/emojipng/303d.png
new file mode 100644
index 0000000000..1a47aff64f
Binary files /dev/null and b/public/emojipng/303d.png differ
diff --git a/public/emojipng/31-20e3.png b/public/emojipng/31-20e3.png
new file mode 100644
index 0000000000..3836e2c3e4
Binary files /dev/null and b/public/emojipng/31-20e3.png differ
diff --git a/public/emojipng/32-20e3.png b/public/emojipng/32-20e3.png
new file mode 100644
index 0000000000..dbb85d1f99
Binary files /dev/null and b/public/emojipng/32-20e3.png differ
diff --git a/public/emojipng/3297.png b/public/emojipng/3297.png
new file mode 100644
index 0000000000..ac83914e0a
Binary files /dev/null and b/public/emojipng/3297.png differ
diff --git a/public/emojipng/3299.png b/public/emojipng/3299.png
new file mode 100644
index 0000000000..c9e9e27f0a
Binary files /dev/null and b/public/emojipng/3299.png differ
diff --git a/public/emojipng/33-20e3.png b/public/emojipng/33-20e3.png
new file mode 100644
index 0000000000..4b77c2d792
Binary files /dev/null and b/public/emojipng/33-20e3.png differ
diff --git a/public/emojipng/34-20e3.png b/public/emojipng/34-20e3.png
new file mode 100644
index 0000000000..ddbb5559ca
Binary files /dev/null and b/public/emojipng/34-20e3.png differ
diff --git a/public/emojipng/35-20e3.png b/public/emojipng/35-20e3.png
new file mode 100644
index 0000000000..6bf88f6a59
Binary files /dev/null and b/public/emojipng/35-20e3.png differ
diff --git a/public/emojipng/36-20e3.png b/public/emojipng/36-20e3.png
new file mode 100644
index 0000000000..cf16307eb4
Binary files /dev/null and b/public/emojipng/36-20e3.png differ
diff --git a/public/emojipng/37-20e3.png b/public/emojipng/37-20e3.png
new file mode 100644
index 0000000000..308e89ca0a
Binary files /dev/null and b/public/emojipng/37-20e3.png differ
diff --git a/public/emojipng/38-20e3.png b/public/emojipng/38-20e3.png
new file mode 100644
index 0000000000..34f098df01
Binary files /dev/null and b/public/emojipng/38-20e3.png differ
diff --git a/public/emojipng/39-20e3.png b/public/emojipng/39-20e3.png
new file mode 100644
index 0000000000..df6e1161d6
Binary files /dev/null and b/public/emojipng/39-20e3.png differ
diff --git a/public/emojipng/a9.png b/public/emojipng/a9.png
new file mode 100644
index 0000000000..db8ce8aed8
Binary files /dev/null and b/public/emojipng/a9.png differ
diff --git a/public/emojipng/ae.png b/public/emojipng/ae.png
new file mode 100644
index 0000000000..76dec323b0
Binary files /dev/null and b/public/emojipng/ae.png differ
diff --git a/public/emojipng/e50a.png b/public/emojipng/e50a.png
new file mode 100644
index 0000000000..898209d505
Binary files /dev/null and b/public/emojipng/e50a.png differ
diff --git a/scripts/buildEmojiData.ts b/scripts/buildEmojiData.ts
new file mode 100644
index 0000000000..7b4628e194
--- /dev/null
+++ b/scripts/buildEmojiData.ts
@@ -0,0 +1,68 @@
+import fs from 'node:fs/promises';
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
+import emojiMartData from '@emoji-mart/data' assert { type: 'json' };
+
+const __filename = fileURLToPath(import.meta.url);
+const __dirname = path.dirname(__filename);
+
+async function main() {
+ const rootDir = path.resolve(__dirname, '..');
+ const zhEmojiFulPath = path.resolve(rootDir, 'zh-emoji-ful.json');
+ const cldrPath = path.resolve(rootDir, 'cldr.json');
+ const outPath = path.resolve(rootDir, 'src', 'assets', 'emoji-data.json');
+
+ const zhEmojiFul = JSON.parse(await fs.readFile(zhEmojiFulPath, 'utf-8'));
+ const cldr = JSON.parse(await fs.readFile(cldrPath, 'utf-8'));
+
+ // 合并 cldr.json 和 zh-emoji-ful.json
+ const annotations = {
+ ...(cldr.annotations?.annotations || {}),
+ ...(zhEmojiFul.annotations?.annotations || {}),
+ ...(zhEmojiFul.annotationsDerived?.annotations || {}),
+ };
+
+ const newEmojis: Record = {};
+
+ for (const [id, emoji] of Object.entries(emojiMartData.emojis)) {
+ const native = emoji.skins[0]?.native;
+
+ // 尝试从中文包获取数据
+ let zhInfo = native ? annotations[native] : null;
+ if (!zhInfo && native) {
+ const fallbackNative = native.replace(/\uFE0F/g, '');
+ zhInfo = annotations[fallbackNative];
+ }
+
+ // 提取中文名 (tts 通常包含完整名称,比如 "挥手: 较浅肤色",我们可以截取冒号前面的部分作为基础名)
+ let zhName = emoji.name;
+ if (zhInfo?.tts && zhInfo.tts[0]) {
+ zhName = zhInfo.tts[0].split(':')[0].trim();
+ }
+
+ // 提取中文关键词
+ let zhKeywords = emoji.keywords;
+ if (zhInfo?.default) {
+ zhKeywords = Array.from(new Set([...emoji.keywords, ...zhInfo.default]));
+ }
+
+ newEmojis[id] = {
+ ...emoji,
+ name: zhName,
+ keywords: zhKeywords,
+ };
+ }
+
+ const newData = {
+ ...emojiMartData,
+ emojis: newEmojis,
+ };
+
+ // Ensure assets dir exists
+ await fs.mkdir(path.dirname(outPath), { recursive: true });
+
+ await fs.writeFile(outPath, JSON.stringify(newData, null, 2), 'utf-8');
+ console.log(`Successfully built emoji data to ${outPath}`);
+}
+
+main().catch(console.error);
diff --git a/scripts/release.ts b/scripts/release.ts
deleted file mode 100644
index b4bf6af6d2..0000000000
--- a/scripts/release.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import { readFileSync, writeFileSync } from "node:fs";
-import { dirname, resolve } from "node:path";
-import { fileURLToPath } from "node:url";
-import { name, version } from "../package.json";
-
-const __dirname = dirname(fileURLToPath(import.meta.url));
-
-(() => {
- const tomlPath = resolve(__dirname, "..", "src-tauri", "Cargo.toml");
- const lockPath = resolve(__dirname, "..", "Cargo.lock");
-
- for (const path of [tomlPath, lockPath]) {
- let content = readFileSync(path, "utf-8");
-
- const regexp = new RegExp(
- `(name\\s*=\\s*"${name}"\\s*version\\s*=\\s*)"(\\d+\\.\\d+\\.\\d+(-\\w+\\.\\d+)?)"`,
- );
-
- content = content.replace(regexp, `$1"${version}"`);
-
- writeFileSync(path, content);
- }
-})();
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 82d2f1aec1..980045be95 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "EcoPaste"
-version = "0.6.0-beta.3"
+version = "0.6.1"
description = "一款开源的跨平台剪贴板管理工具"
authors = []
edition = "2021"
@@ -40,6 +40,7 @@ tauri-plugin-fs-pro.workspace = true
tauri-plugin-eco-window.workspace = true
tauri-plugin-eco-paste.workspace = true
tauri-plugin-eco-autostart.workspace = true
+tauri-plugin-drag = "2.1.1"
[target."cfg(target_os = \"macos\")".dependencies]
tauri-nspanel.workspace = true
diff --git a/src-tauri/assets/logo-mac.png b/src-tauri/assets/logo-mac.png
old mode 100755
new mode 100644
diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json
index de86272ded..229e23c2f3 100644
--- a/src-tauri/capabilities/default.json
+++ b/src-tauri/capabilities/default.json
@@ -32,6 +32,7 @@
"fs-pro:default",
"locale:default",
"opener:default",
+ "drag:default",
{
"allow": [
{
diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs
index 94cd68e88a..26af5ea40b 100644
--- a/src-tauri/src/lib.rs
+++ b/src-tauri/src/lib.rs
@@ -63,6 +63,8 @@ pub fn run() {
.plugin(tauri_plugin_locale::init())
// 打开文件或者链接:https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/opener
.plugin(tauri_plugin_opener::init())
+ // 支持将文件从应用中拖到系统文件管理器
+ .plugin(tauri_plugin_drag::init())
// 禁用 webview 的默认行为:https://github.com/ferreira-tb/tauri-plugin-prevent-default
.plugin(prevent_default::init())
// 剪贴板插件:https://github.com/ayangweb/tauri-plugin-clipboard-x
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index b8ed1b39b4..519c123417 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,89 +1,89 @@
{
- "$schema": "https://schema.tauri.app/config/2.0.0",
- "app": {
- "macOSPrivateApi": true,
- "security": {
- "assetProtocol": {
- "enable": true,
- "scope": {
- "allow": ["**/*"],
- "requireLiteralLeadingDot": false
- }
- },
- "csp": null,
- "dangerousDisableAssetCspModification": true
- },
- "windows": [
- {
- "acceptFirstMouse": true,
- "alwaysOnTop": true,
- "decorations": false,
- "height": 600,
- "label": "main",
- "maximizable": false,
- "minHeight": 600,
- "minWidth": 360,
- "skipTaskbar": true,
- "title": "EcoPaste",
- "transparent": true,
- "url": "index.html/#/",
- "visible": false,
- "visibleOnAllWorkspaces": true,
- "width": 360
- },
- {
- "center": true,
- "dragDropEnabled": false,
- "height": 480,
- "hiddenTitle": true,
- "label": "preference",
- "maximizable": false,
- "minHeight": 480,
- "minWidth": 700,
- "skipTaskbar": true,
- "titleBarStyle": "Overlay",
- "transparent": true,
- "url": "index.html/#/preference",
- "visible": false,
- "width": 700,
- "windowEffects": {
- "effects": ["sidebar"],
- "state": "active"
- }
- }
- ]
- },
- "build": {
- "beforeBuildCommand": "pnpm build",
- "beforeDevCommand": "pnpm dev",
- "devUrl": "http://localhost:1420",
- "frontendDist": "../dist"
- },
- "bundle": {
- "active": true,
- "createUpdaterArtifacts": true,
- "icon": [
- "icons/32x32.png",
- "icons/128x128.png",
- "icons/128x128@2x.png",
- "icons/icon.icns",
- "icons/icon.ico"
- ],
- "resources": ["assets/tray.ico"],
- "shortDescription": "EcoPaste",
- "targets": ["nsis", "dmg", "app", "appimage", "deb", "rpm"]
- },
- "identifier": "com.ayangweb.EcoPaste",
- "mainBinaryName": "EcoPaste",
- "plugins": {
- "fs": {
- "requireLiteralLeadingDot": false
- },
- "updater": {
- "endpoints": ["https://api.ecopaste.cn/update"],
- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDcwNEIyQkUwRjNEMTg4NgpSV1NHR0QwUHZySUVCeXFRQzZ4aEpNRWdFdThVQ2I4b2dSQktRcmNtV1dYTFJJV1h2VmVVZXBWSgo="
- }
- },
- "productName": "EcoPaste",
- "version": "../package.json"
+ "$schema": "https://schema.tauri.app/config/2.0.0",
+ "app": {
+ "macOSPrivateApi": true,
+ "security": {
+ "assetProtocol": {
+ "enable": true,
+ "scope": {
+ "allow": ["**/*"],
+ "requireLiteralLeadingDot": false
+ }
+ },
+ "csp": null,
+ "dangerousDisableAssetCspModification": true
+ },
+ "windows": [
+ {
+ "acceptFirstMouse": true,
+ "alwaysOnTop": true,
+ "decorations": false,
+ "height": 600,
+ "label": "main",
+ "maximizable": false,
+ "minHeight": 600,
+ "minWidth": 360,
+ "skipTaskbar": true,
+ "title": "EcoPaste",
+ "transparent": true,
+ "url": "index.html/#/",
+ "visible": false,
+ "visibleOnAllWorkspaces": true,
+ "width": 360
+ },
+ {
+ "center": true,
+ "dragDropEnabled": false,
+ "height": 480,
+ "hiddenTitle": true,
+ "label": "preference",
+ "maximizable": false,
+ "minHeight": 480,
+ "minWidth": 700,
+ "skipTaskbar": true,
+ "titleBarStyle": "Overlay",
+ "transparent": true,
+ "url": "index.html/#/preference",
+ "visible": false,
+ "width": 700,
+ "windowEffects": {
+ "effects": ["sidebar"],
+ "state": "active"
+ }
+ }
+ ]
+ },
+ "build": {
+ "beforeBuildCommand": "pnpm build",
+ "beforeDevCommand": "pnpm dev",
+ "devUrl": "http://localhost:4173",
+ "frontendDist": "../dist"
+ },
+ "bundle": {
+ "active": true,
+ "createUpdaterArtifacts": true,
+ "icon": [
+ "icons/32x32.png",
+ "icons/128x128.png",
+ "icons/128x128@2x.png",
+ "icons/icon.icns",
+ "icons/icon.ico"
+ ],
+ "resources": ["assets/tray.ico"],
+ "shortDescription": "EcoPaste",
+ "targets": ["nsis", "dmg", "app", "appimage", "deb", "rpm"]
+ },
+ "identifier": "com.hgrover.EcoPasteEmoji",
+ "mainBinaryName": "EcoPasteEmoji",
+ "plugins": {
+ "fs": {
+ "requireLiteralLeadingDot": false
+ },
+ "updater": {
+ "endpoints": ["https://api.ecopaste.cn/update"],
+ "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDcwNEIyQkUwRjNEMTg4NgpSV1NHR0QwUHZySUVCeXFRQzZ4aEpNRWdFdThVQ2I4b2dSQktRcmNtV1dYTFJJV1h2VmVVZXBWSgo="
+ }
+ },
+ "productName": "EcoPaste",
+ "version": "../package.json"
}
diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json
index 1ef954ba77..4f01191dac 100644
--- a/src-tauri/tauri.linux.conf.json
+++ b/src-tauri/tauri.linux.conf.json
@@ -1,15 +1,15 @@
{
- "bundle": {
- "linux": {
- "deb": {
- "depends": ["gstreamer1.0-plugins-good"],
- "desktopTemplate": "./EcoPaste.desktop"
- },
- "rpm": {
- "depends": ["gstreamer1-plugins-good"],
- "desktopTemplate": "./EcoPaste.desktop"
- }
- }
- },
- "identifier": "com.ayangweb.EcoPaste"
+ "bundle": {
+ "linux": {
+ "deb": {
+ "depends": ["gstreamer1.0-plugins-good"],
+ "desktopTemplate": "./EcoPaste.desktop"
+ },
+ "rpm": {
+ "depends": ["gstreamer1-plugins-good"],
+ "desktopTemplate": "./EcoPaste.desktop"
+ }
+ }
+ },
+ "identifier": "com.hgrover.EcoPasteEmoji"
}
diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json
index 8b83f9bc9e..22424a9c69 100644
--- a/src-tauri/tauri.macos.conf.json
+++ b/src-tauri/tauri.macos.conf.json
@@ -1,6 +1,6 @@
{
- "bundle": {
- "resources": ["assets/tray-mac.ico"]
- },
- "identifier": "com.ayangweb.EcoPaste"
+ "bundle": {
+ "resources": ["assets/tray-mac.ico"]
+ },
+ "identifier": "com.hgrover.EcoPasteEmoji"
}
diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json
index b43ad34afe..cf2208ecbf 100644
--- a/src-tauri/tauri.windows.conf.json
+++ b/src-tauri/tauri.windows.conf.json
@@ -1,13 +1,13 @@
{
- "bundle": {
- "windows": {
- "digestAlgorithm": "sha256",
- "nsis": {
- "displayLanguageSelector": true,
- "installMode": "both",
- "languages": ["English", "SimpChinese"]
- }
- }
- },
- "identifier": "com.ayangweb.EcoPaste"
+ "bundle": {
+ "windows": {
+ "digestAlgorithm": "sha256",
+ "nsis": {
+ "displayLanguageSelector": true,
+ "installMode": "both",
+ "languages": ["English", "SimpChinese"]
+ }
+ }
+ },
+ "identifier": "com.hgrover.EcoPasteEmoji"
}
diff --git a/src/assets/css/global.scss b/src/assets/css/global.scss
index 7afd87a79d..c871718913 100644
--- a/src/assets/css/global.scss
+++ b/src/assets/css/global.scss
@@ -25,5 +25,17 @@ html {
mark {
background-color: #ffe58f;
}
+
+ .emoji-picker-panel {
+ min-height: 0;
+
+ em-emoji-picker {
+ width: 100%;
+ height: 100%;
+ min-height: 100%;
+ --border-radius: 8px;
+ --shadow: none;
+ }
+ }
}
}
diff --git a/src/assets/emoji-data.json b/src/assets/emoji-data.json
new file mode 100644
index 0000000000..8de1081ef6
--- /dev/null
+++ b/src/assets/emoji-data.json
@@ -0,0 +1,49396 @@
+{
+ "categories": [
+ {
+ "id": "people",
+ "emojis": [
+ "grinning",
+ "smiley",
+ "smile",
+ "grin",
+ "laughing",
+ "sweat_smile",
+ "rolling_on_the_floor_laughing",
+ "joy",
+ "slightly_smiling_face",
+ "upside_down_face",
+ "melting_face",
+ "wink",
+ "blush",
+ "innocent",
+ "smiling_face_with_3_hearts",
+ "heart_eyes",
+ "star-struck",
+ "kissing_heart",
+ "kissing",
+ "relaxed",
+ "kissing_closed_eyes",
+ "kissing_smiling_eyes",
+ "smiling_face_with_tear",
+ "yum",
+ "stuck_out_tongue",
+ "stuck_out_tongue_winking_eye",
+ "zany_face",
+ "stuck_out_tongue_closed_eyes",
+ "money_mouth_face",
+ "hugging_face",
+ "face_with_hand_over_mouth",
+ "face_with_open_eyes_and_hand_over_mouth",
+ "face_with_peeking_eye",
+ "shushing_face",
+ "thinking_face",
+ "saluting_face",
+ "zipper_mouth_face",
+ "face_with_raised_eyebrow",
+ "neutral_face",
+ "expressionless",
+ "no_mouth",
+ "dotted_line_face",
+ "face_in_clouds",
+ "smirk",
+ "unamused",
+ "face_with_rolling_eyes",
+ "grimacing",
+ "face_exhaling",
+ "lying_face",
+ "shaking_face",
+ "relieved",
+ "pensive",
+ "sleepy",
+ "drooling_face",
+ "sleeping",
+ "mask",
+ "face_with_thermometer",
+ "face_with_head_bandage",
+ "nauseated_face",
+ "face_vomiting",
+ "sneezing_face",
+ "hot_face",
+ "cold_face",
+ "woozy_face",
+ "dizzy_face",
+ "face_with_spiral_eyes",
+ "exploding_head",
+ "face_with_cowboy_hat",
+ "partying_face",
+ "disguised_face",
+ "sunglasses",
+ "nerd_face",
+ "face_with_monocle",
+ "confused",
+ "face_with_diagonal_mouth",
+ "worried",
+ "slightly_frowning_face",
+ "white_frowning_face",
+ "open_mouth",
+ "hushed",
+ "astonished",
+ "flushed",
+ "pleading_face",
+ "face_holding_back_tears",
+ "frowning",
+ "anguished",
+ "fearful",
+ "cold_sweat",
+ "disappointed_relieved",
+ "cry",
+ "sob",
+ "scream",
+ "confounded",
+ "persevere",
+ "disappointed",
+ "sweat",
+ "weary",
+ "tired_face",
+ "yawning_face",
+ "triumph",
+ "rage",
+ "angry",
+ "face_with_symbols_on_mouth",
+ "smiling_imp",
+ "imp",
+ "skull",
+ "skull_and_crossbones",
+ "hankey",
+ "clown_face",
+ "japanese_ogre",
+ "japanese_goblin",
+ "ghost",
+ "alien",
+ "space_invader",
+ "wave",
+ "raised_back_of_hand",
+ "raised_hand_with_fingers_splayed",
+ "hand",
+ "spock-hand",
+ "rightwards_hand",
+ "leftwards_hand",
+ "palm_down_hand",
+ "palm_up_hand",
+ "leftwards_pushing_hand",
+ "rightwards_pushing_hand",
+ "ok_hand",
+ "pinched_fingers",
+ "pinching_hand",
+ "v",
+ "crossed_fingers",
+ "hand_with_index_finger_and_thumb_crossed",
+ "i_love_you_hand_sign",
+ "the_horns",
+ "call_me_hand",
+ "point_left",
+ "point_right",
+ "point_up_2",
+ "middle_finger",
+ "point_down",
+ "point_up",
+ "index_pointing_at_the_viewer",
+ "+1",
+ "-1",
+ "fist",
+ "facepunch",
+ "left-facing_fist",
+ "right-facing_fist",
+ "clap",
+ "raised_hands",
+ "heart_hands",
+ "open_hands",
+ "palms_up_together",
+ "handshake",
+ "pray",
+ "writing_hand",
+ "nail_care",
+ "selfie",
+ "muscle",
+ "mechanical_arm",
+ "mechanical_leg",
+ "leg",
+ "foot",
+ "ear",
+ "ear_with_hearing_aid",
+ "nose",
+ "brain",
+ "anatomical_heart",
+ "lungs",
+ "tooth",
+ "bone",
+ "eyes",
+ "eye",
+ "tongue",
+ "lips",
+ "biting_lip",
+ "baby",
+ "child",
+ "boy",
+ "girl",
+ "adult",
+ "person_with_blond_hair",
+ "man",
+ "bearded_person",
+ "man_with_beard",
+ "woman_with_beard",
+ "red_haired_man",
+ "curly_haired_man",
+ "white_haired_man",
+ "bald_man",
+ "woman",
+ "red_haired_woman",
+ "red_haired_person",
+ "curly_haired_woman",
+ "curly_haired_person",
+ "white_haired_woman",
+ "white_haired_person",
+ "bald_woman",
+ "bald_person",
+ "blond-haired-woman",
+ "blond-haired-man",
+ "older_adult",
+ "older_man",
+ "older_woman",
+ "person_frowning",
+ "man-frowning",
+ "woman-frowning",
+ "person_with_pouting_face",
+ "man-pouting",
+ "woman-pouting",
+ "no_good",
+ "man-gesturing-no",
+ "woman-gesturing-no",
+ "ok_woman",
+ "man-gesturing-ok",
+ "woman-gesturing-ok",
+ "information_desk_person",
+ "man-tipping-hand",
+ "woman-tipping-hand",
+ "raising_hand",
+ "man-raising-hand",
+ "woman-raising-hand",
+ "deaf_person",
+ "deaf_man",
+ "deaf_woman",
+ "bow",
+ "man-bowing",
+ "woman-bowing",
+ "face_palm",
+ "man-facepalming",
+ "woman-facepalming",
+ "shrug",
+ "man-shrugging",
+ "woman-shrugging",
+ "health_worker",
+ "male-doctor",
+ "female-doctor",
+ "student",
+ "male-student",
+ "female-student",
+ "teacher",
+ "male-teacher",
+ "female-teacher",
+ "judge",
+ "male-judge",
+ "female-judge",
+ "farmer",
+ "male-farmer",
+ "female-farmer",
+ "cook",
+ "male-cook",
+ "female-cook",
+ "mechanic",
+ "male-mechanic",
+ "female-mechanic",
+ "factory_worker",
+ "male-factory-worker",
+ "female-factory-worker",
+ "office_worker",
+ "male-office-worker",
+ "female-office-worker",
+ "scientist",
+ "male-scientist",
+ "female-scientist",
+ "technologist",
+ "male-technologist",
+ "female-technologist",
+ "singer",
+ "male-singer",
+ "female-singer",
+ "artist",
+ "male-artist",
+ "female-artist",
+ "pilot",
+ "male-pilot",
+ "female-pilot",
+ "astronaut",
+ "male-astronaut",
+ "female-astronaut",
+ "firefighter",
+ "male-firefighter",
+ "female-firefighter",
+ "cop",
+ "male-police-officer",
+ "female-police-officer",
+ "sleuth_or_spy",
+ "male-detective",
+ "female-detective",
+ "guardsman",
+ "male-guard",
+ "female-guard",
+ "ninja",
+ "construction_worker",
+ "male-construction-worker",
+ "female-construction-worker",
+ "person_with_crown",
+ "prince",
+ "princess",
+ "man_with_turban",
+ "man-wearing-turban",
+ "woman-wearing-turban",
+ "man_with_gua_pi_mao",
+ "person_with_headscarf",
+ "person_in_tuxedo",
+ "man_in_tuxedo",
+ "woman_in_tuxedo",
+ "bride_with_veil",
+ "man_with_veil",
+ "woman_with_veil",
+ "pregnant_woman",
+ "pregnant_man",
+ "pregnant_person",
+ "breast-feeding",
+ "woman_feeding_baby",
+ "man_feeding_baby",
+ "person_feeding_baby",
+ "angel",
+ "santa",
+ "mrs_claus",
+ "mx_claus",
+ "superhero",
+ "male_superhero",
+ "female_superhero",
+ "supervillain",
+ "male_supervillain",
+ "female_supervillain",
+ "mage",
+ "male_mage",
+ "female_mage",
+ "fairy",
+ "male_fairy",
+ "female_fairy",
+ "vampire",
+ "male_vampire",
+ "female_vampire",
+ "merperson",
+ "merman",
+ "mermaid",
+ "elf",
+ "male_elf",
+ "female_elf",
+ "genie",
+ "male_genie",
+ "female_genie",
+ "zombie",
+ "male_zombie",
+ "female_zombie",
+ "troll",
+ "massage",
+ "man-getting-massage",
+ "woman-getting-massage",
+ "haircut",
+ "man-getting-haircut",
+ "woman-getting-haircut",
+ "walking",
+ "man-walking",
+ "woman-walking",
+ "standing_person",
+ "man_standing",
+ "woman_standing",
+ "kneeling_person",
+ "man_kneeling",
+ "woman_kneeling",
+ "person_with_probing_cane",
+ "man_with_probing_cane",
+ "woman_with_probing_cane",
+ "person_in_motorized_wheelchair",
+ "man_in_motorized_wheelchair",
+ "woman_in_motorized_wheelchair",
+ "person_in_manual_wheelchair",
+ "man_in_manual_wheelchair",
+ "woman_in_manual_wheelchair",
+ "runner",
+ "man-running",
+ "woman-running",
+ "dancer",
+ "man_dancing",
+ "man_in_business_suit_levitating",
+ "dancers",
+ "men-with-bunny-ears-partying",
+ "women-with-bunny-ears-partying",
+ "person_in_steamy_room",
+ "man_in_steamy_room",
+ "woman_in_steamy_room",
+ "person_climbing",
+ "man_climbing",
+ "woman_climbing",
+ "fencer",
+ "horse_racing",
+ "skier",
+ "snowboarder",
+ "golfer",
+ "man-golfing",
+ "woman-golfing",
+ "surfer",
+ "man-surfing",
+ "woman-surfing",
+ "rowboat",
+ "man-rowing-boat",
+ "woman-rowing-boat",
+ "swimmer",
+ "man-swimming",
+ "woman-swimming",
+ "person_with_ball",
+ "man-bouncing-ball",
+ "woman-bouncing-ball",
+ "weight_lifter",
+ "man-lifting-weights",
+ "woman-lifting-weights",
+ "bicyclist",
+ "man-biking",
+ "woman-biking",
+ "mountain_bicyclist",
+ "man-mountain-biking",
+ "woman-mountain-biking",
+ "person_doing_cartwheel",
+ "man-cartwheeling",
+ "woman-cartwheeling",
+ "wrestlers",
+ "man-wrestling",
+ "woman-wrestling",
+ "water_polo",
+ "man-playing-water-polo",
+ "woman-playing-water-polo",
+ "handball",
+ "man-playing-handball",
+ "woman-playing-handball",
+ "juggling",
+ "man-juggling",
+ "woman-juggling",
+ "person_in_lotus_position",
+ "man_in_lotus_position",
+ "woman_in_lotus_position",
+ "bath",
+ "sleeping_accommodation",
+ "people_holding_hands",
+ "two_women_holding_hands",
+ "man_and_woman_holding_hands",
+ "two_men_holding_hands",
+ "couplekiss",
+ "woman-kiss-man",
+ "man-kiss-man",
+ "woman-kiss-woman",
+ "couple_with_heart",
+ "woman-heart-man",
+ "man-heart-man",
+ "woman-heart-woman",
+ "family",
+ "man-woman-boy",
+ "man-woman-girl",
+ "man-woman-girl-boy",
+ "man-woman-boy-boy",
+ "man-woman-girl-girl",
+ "man-man-boy",
+ "man-man-girl",
+ "man-man-girl-boy",
+ "man-man-boy-boy",
+ "man-man-girl-girl",
+ "woman-woman-boy",
+ "woman-woman-girl",
+ "woman-woman-girl-boy",
+ "woman-woman-boy-boy",
+ "woman-woman-girl-girl",
+ "man-boy",
+ "man-boy-boy",
+ "man-girl",
+ "man-girl-boy",
+ "man-girl-girl",
+ "woman-boy",
+ "woman-boy-boy",
+ "woman-girl",
+ "woman-girl-boy",
+ "woman-girl-girl",
+ "speaking_head_in_silhouette",
+ "bust_in_silhouette",
+ "busts_in_silhouette",
+ "people_hugging",
+ "footprints",
+ "robot_face",
+ "smiley_cat",
+ "smile_cat",
+ "joy_cat",
+ "heart_eyes_cat",
+ "smirk_cat",
+ "kissing_cat",
+ "scream_cat",
+ "crying_cat_face",
+ "pouting_cat",
+ "see_no_evil",
+ "hear_no_evil",
+ "speak_no_evil",
+ "love_letter",
+ "cupid",
+ "gift_heart",
+ "sparkling_heart",
+ "heartpulse",
+ "heartbeat",
+ "revolving_hearts",
+ "two_hearts",
+ "heart_decoration",
+ "heavy_heart_exclamation_mark_ornament",
+ "broken_heart",
+ "heart_on_fire",
+ "mending_heart",
+ "heart",
+ "pink_heart",
+ "orange_heart",
+ "yellow_heart",
+ "green_heart",
+ "blue_heart",
+ "light_blue_heart",
+ "purple_heart",
+ "brown_heart",
+ "black_heart",
+ "grey_heart",
+ "white_heart",
+ "kiss",
+ "100",
+ "anger",
+ "boom",
+ "dizzy",
+ "sweat_drops",
+ "dash",
+ "hole",
+ "speech_balloon",
+ "eye-in-speech-bubble",
+ "left_speech_bubble",
+ "right_anger_bubble",
+ "thought_balloon",
+ "zzz"
+ ]
+ },
+ {
+ "id": "nature",
+ "emojis": [
+ "monkey_face",
+ "monkey",
+ "gorilla",
+ "orangutan",
+ "dog",
+ "dog2",
+ "guide_dog",
+ "service_dog",
+ "poodle",
+ "wolf",
+ "fox_face",
+ "raccoon",
+ "cat",
+ "cat2",
+ "black_cat",
+ "lion_face",
+ "tiger",
+ "tiger2",
+ "leopard",
+ "horse",
+ "moose",
+ "donkey",
+ "racehorse",
+ "unicorn_face",
+ "zebra_face",
+ "deer",
+ "bison",
+ "cow",
+ "ox",
+ "water_buffalo",
+ "cow2",
+ "pig",
+ "pig2",
+ "boar",
+ "pig_nose",
+ "ram",
+ "sheep",
+ "goat",
+ "dromedary_camel",
+ "camel",
+ "llama",
+ "giraffe_face",
+ "elephant",
+ "mammoth",
+ "rhinoceros",
+ "hippopotamus",
+ "mouse",
+ "mouse2",
+ "rat",
+ "hamster",
+ "rabbit",
+ "rabbit2",
+ "chipmunk",
+ "beaver",
+ "hedgehog",
+ "bat",
+ "bear",
+ "polar_bear",
+ "koala",
+ "panda_face",
+ "sloth",
+ "otter",
+ "skunk",
+ "kangaroo",
+ "badger",
+ "feet",
+ "turkey",
+ "chicken",
+ "rooster",
+ "hatching_chick",
+ "baby_chick",
+ "hatched_chick",
+ "bird",
+ "penguin",
+ "dove_of_peace",
+ "eagle",
+ "duck",
+ "swan",
+ "owl",
+ "dodo",
+ "feather",
+ "flamingo",
+ "peacock",
+ "parrot",
+ "wing",
+ "black_bird",
+ "goose",
+ "frog",
+ "crocodile",
+ "turtle",
+ "lizard",
+ "snake",
+ "dragon_face",
+ "dragon",
+ "sauropod",
+ "t-rex",
+ "whale",
+ "whale2",
+ "dolphin",
+ "seal",
+ "fish",
+ "tropical_fish",
+ "blowfish",
+ "shark",
+ "octopus",
+ "shell",
+ "coral",
+ "jellyfish",
+ "snail",
+ "butterfly",
+ "bug",
+ "ant",
+ "bee",
+ "beetle",
+ "ladybug",
+ "cricket",
+ "cockroach",
+ "spider",
+ "spider_web",
+ "scorpion",
+ "mosquito",
+ "fly",
+ "worm",
+ "microbe",
+ "bouquet",
+ "cherry_blossom",
+ "white_flower",
+ "lotus",
+ "rosette",
+ "rose",
+ "wilted_flower",
+ "hibiscus",
+ "sunflower",
+ "blossom",
+ "tulip",
+ "hyacinth",
+ "seedling",
+ "potted_plant",
+ "evergreen_tree",
+ "deciduous_tree",
+ "palm_tree",
+ "cactus",
+ "ear_of_rice",
+ "herb",
+ "shamrock",
+ "four_leaf_clover",
+ "maple_leaf",
+ "fallen_leaf",
+ "leaves",
+ "empty_nest",
+ "nest_with_eggs",
+ "mushroom"
+ ]
+ },
+ {
+ "id": "foods",
+ "emojis": [
+ "grapes",
+ "melon",
+ "watermelon",
+ "tangerine",
+ "lemon",
+ "banana",
+ "pineapple",
+ "mango",
+ "apple",
+ "green_apple",
+ "pear",
+ "peach",
+ "cherries",
+ "strawberry",
+ "blueberries",
+ "kiwifruit",
+ "tomato",
+ "olive",
+ "coconut",
+ "avocado",
+ "eggplant",
+ "potato",
+ "carrot",
+ "corn",
+ "hot_pepper",
+ "bell_pepper",
+ "cucumber",
+ "leafy_green",
+ "broccoli",
+ "garlic",
+ "onion",
+ "peanuts",
+ "beans",
+ "chestnut",
+ "ginger_root",
+ "pea_pod",
+ "bread",
+ "croissant",
+ "baguette_bread",
+ "flatbread",
+ "pretzel",
+ "bagel",
+ "pancakes",
+ "waffle",
+ "cheese_wedge",
+ "meat_on_bone",
+ "poultry_leg",
+ "cut_of_meat",
+ "bacon",
+ "hamburger",
+ "fries",
+ "pizza",
+ "hotdog",
+ "sandwich",
+ "taco",
+ "burrito",
+ "tamale",
+ "stuffed_flatbread",
+ "falafel",
+ "egg",
+ "fried_egg",
+ "shallow_pan_of_food",
+ "stew",
+ "fondue",
+ "bowl_with_spoon",
+ "green_salad",
+ "popcorn",
+ "butter",
+ "salt",
+ "canned_food",
+ "bento",
+ "rice_cracker",
+ "rice_ball",
+ "rice",
+ "curry",
+ "ramen",
+ "spaghetti",
+ "sweet_potato",
+ "oden",
+ "sushi",
+ "fried_shrimp",
+ "fish_cake",
+ "moon_cake",
+ "dango",
+ "dumpling",
+ "fortune_cookie",
+ "takeout_box",
+ "crab",
+ "lobster",
+ "shrimp",
+ "squid",
+ "oyster",
+ "icecream",
+ "shaved_ice",
+ "ice_cream",
+ "doughnut",
+ "cookie",
+ "birthday",
+ "cake",
+ "cupcake",
+ "pie",
+ "chocolate_bar",
+ "candy",
+ "lollipop",
+ "custard",
+ "honey_pot",
+ "baby_bottle",
+ "glass_of_milk",
+ "coffee",
+ "teapot",
+ "tea",
+ "sake",
+ "champagne",
+ "wine_glass",
+ "cocktail",
+ "tropical_drink",
+ "beer",
+ "beers",
+ "clinking_glasses",
+ "tumbler_glass",
+ "pouring_liquid",
+ "cup_with_straw",
+ "bubble_tea",
+ "beverage_box",
+ "mate_drink",
+ "ice_cube",
+ "chopsticks",
+ "knife_fork_plate",
+ "fork_and_knife",
+ "spoon",
+ "hocho",
+ "jar",
+ "amphora"
+ ]
+ },
+ {
+ "id": "activity",
+ "emojis": [
+ "jack_o_lantern",
+ "christmas_tree",
+ "fireworks",
+ "sparkler",
+ "firecracker",
+ "sparkles",
+ "balloon",
+ "tada",
+ "confetti_ball",
+ "tanabata_tree",
+ "bamboo",
+ "dolls",
+ "flags",
+ "wind_chime",
+ "rice_scene",
+ "red_envelope",
+ "ribbon",
+ "gift",
+ "reminder_ribbon",
+ "admission_tickets",
+ "ticket",
+ "medal",
+ "trophy",
+ "sports_medal",
+ "first_place_medal",
+ "second_place_medal",
+ "third_place_medal",
+ "soccer",
+ "baseball",
+ "softball",
+ "basketball",
+ "volleyball",
+ "football",
+ "rugby_football",
+ "tennis",
+ "flying_disc",
+ "bowling",
+ "cricket_bat_and_ball",
+ "field_hockey_stick_and_ball",
+ "ice_hockey_stick_and_puck",
+ "lacrosse",
+ "table_tennis_paddle_and_ball",
+ "badminton_racquet_and_shuttlecock",
+ "boxing_glove",
+ "martial_arts_uniform",
+ "goal_net",
+ "golf",
+ "ice_skate",
+ "fishing_pole_and_fish",
+ "diving_mask",
+ "running_shirt_with_sash",
+ "ski",
+ "sled",
+ "curling_stone",
+ "dart",
+ "yo-yo",
+ "kite",
+ "gun",
+ "8ball",
+ "crystal_ball",
+ "magic_wand",
+ "video_game",
+ "joystick",
+ "slot_machine",
+ "game_die",
+ "jigsaw",
+ "teddy_bear",
+ "pinata",
+ "mirror_ball",
+ "nesting_dolls",
+ "spades",
+ "hearts",
+ "diamonds",
+ "clubs",
+ "chess_pawn",
+ "black_joker",
+ "mahjong",
+ "flower_playing_cards",
+ "performing_arts",
+ "frame_with_picture",
+ "art",
+ "thread",
+ "sewing_needle",
+ "yarn",
+ "knot"
+ ]
+ },
+ {
+ "id": "places",
+ "emojis": [
+ "earth_africa",
+ "earth_americas",
+ "earth_asia",
+ "globe_with_meridians",
+ "world_map",
+ "japan",
+ "compass",
+ "snow_capped_mountain",
+ "mountain",
+ "volcano",
+ "mount_fuji",
+ "camping",
+ "beach_with_umbrella",
+ "desert",
+ "desert_island",
+ "national_park",
+ "stadium",
+ "classical_building",
+ "building_construction",
+ "bricks",
+ "rock",
+ "wood",
+ "hut",
+ "house_buildings",
+ "derelict_house_building",
+ "house",
+ "house_with_garden",
+ "office",
+ "post_office",
+ "european_post_office",
+ "hospital",
+ "bank",
+ "hotel",
+ "love_hotel",
+ "convenience_store",
+ "school",
+ "department_store",
+ "factory",
+ "japanese_castle",
+ "european_castle",
+ "wedding",
+ "tokyo_tower",
+ "statue_of_liberty",
+ "church",
+ "mosque",
+ "hindu_temple",
+ "synagogue",
+ "shinto_shrine",
+ "kaaba",
+ "fountain",
+ "tent",
+ "foggy",
+ "night_with_stars",
+ "cityscape",
+ "sunrise_over_mountains",
+ "sunrise",
+ "city_sunset",
+ "city_sunrise",
+ "bridge_at_night",
+ "hotsprings",
+ "carousel_horse",
+ "playground_slide",
+ "ferris_wheel",
+ "roller_coaster",
+ "barber",
+ "circus_tent",
+ "steam_locomotive",
+ "railway_car",
+ "bullettrain_side",
+ "bullettrain_front",
+ "train2",
+ "metro",
+ "light_rail",
+ "station",
+ "tram",
+ "monorail",
+ "mountain_railway",
+ "train",
+ "bus",
+ "oncoming_bus",
+ "trolleybus",
+ "minibus",
+ "ambulance",
+ "fire_engine",
+ "police_car",
+ "oncoming_police_car",
+ "taxi",
+ "oncoming_taxi",
+ "car",
+ "oncoming_automobile",
+ "blue_car",
+ "pickup_truck",
+ "truck",
+ "articulated_lorry",
+ "tractor",
+ "racing_car",
+ "racing_motorcycle",
+ "motor_scooter",
+ "manual_wheelchair",
+ "motorized_wheelchair",
+ "auto_rickshaw",
+ "bike",
+ "scooter",
+ "skateboard",
+ "roller_skate",
+ "busstop",
+ "motorway",
+ "railway_track",
+ "oil_drum",
+ "fuelpump",
+ "wheel",
+ "rotating_light",
+ "traffic_light",
+ "vertical_traffic_light",
+ "octagonal_sign",
+ "construction",
+ "anchor",
+ "ring_buoy",
+ "boat",
+ "canoe",
+ "speedboat",
+ "passenger_ship",
+ "ferry",
+ "motor_boat",
+ "ship",
+ "airplane",
+ "small_airplane",
+ "airplane_departure",
+ "airplane_arriving",
+ "parachute",
+ "seat",
+ "helicopter",
+ "suspension_railway",
+ "mountain_cableway",
+ "aerial_tramway",
+ "satellite",
+ "rocket",
+ "flying_saucer",
+ "bellhop_bell",
+ "luggage",
+ "hourglass",
+ "hourglass_flowing_sand",
+ "watch",
+ "alarm_clock",
+ "stopwatch",
+ "timer_clock",
+ "mantelpiece_clock",
+ "clock12",
+ "clock1230",
+ "clock1",
+ "clock130",
+ "clock2",
+ "clock230",
+ "clock3",
+ "clock330",
+ "clock4",
+ "clock430",
+ "clock5",
+ "clock530",
+ "clock6",
+ "clock630",
+ "clock7",
+ "clock730",
+ "clock8",
+ "clock830",
+ "clock9",
+ "clock930",
+ "clock10",
+ "clock1030",
+ "clock11",
+ "clock1130",
+ "new_moon",
+ "waxing_crescent_moon",
+ "first_quarter_moon",
+ "moon",
+ "full_moon",
+ "waning_gibbous_moon",
+ "last_quarter_moon",
+ "waning_crescent_moon",
+ "crescent_moon",
+ "new_moon_with_face",
+ "first_quarter_moon_with_face",
+ "last_quarter_moon_with_face",
+ "thermometer",
+ "sunny",
+ "full_moon_with_face",
+ "sun_with_face",
+ "ringed_planet",
+ "star",
+ "star2",
+ "stars",
+ "milky_way",
+ "cloud",
+ "partly_sunny",
+ "thunder_cloud_and_rain",
+ "mostly_sunny",
+ "barely_sunny",
+ "partly_sunny_rain",
+ "rain_cloud",
+ "snow_cloud",
+ "lightning",
+ "tornado",
+ "fog",
+ "wind_blowing_face",
+ "cyclone",
+ "rainbow",
+ "closed_umbrella",
+ "umbrella",
+ "umbrella_with_rain_drops",
+ "umbrella_on_ground",
+ "zap",
+ "snowflake",
+ "snowman",
+ "snowman_without_snow",
+ "comet",
+ "fire",
+ "droplet",
+ "ocean"
+ ]
+ },
+ {
+ "id": "objects",
+ "emojis": [
+ "eyeglasses",
+ "dark_sunglasses",
+ "goggles",
+ "lab_coat",
+ "safety_vest",
+ "necktie",
+ "shirt",
+ "jeans",
+ "scarf",
+ "gloves",
+ "coat",
+ "socks",
+ "dress",
+ "kimono",
+ "sari",
+ "one-piece_swimsuit",
+ "briefs",
+ "shorts",
+ "bikini",
+ "womans_clothes",
+ "folding_hand_fan",
+ "purse",
+ "handbag",
+ "pouch",
+ "shopping_bags",
+ "school_satchel",
+ "thong_sandal",
+ "mans_shoe",
+ "athletic_shoe",
+ "hiking_boot",
+ "womans_flat_shoe",
+ "high_heel",
+ "sandal",
+ "ballet_shoes",
+ "boot",
+ "hair_pick",
+ "crown",
+ "womans_hat",
+ "tophat",
+ "mortar_board",
+ "billed_cap",
+ "military_helmet",
+ "helmet_with_white_cross",
+ "prayer_beads",
+ "lipstick",
+ "ring",
+ "gem",
+ "mute",
+ "speaker",
+ "sound",
+ "loud_sound",
+ "loudspeaker",
+ "mega",
+ "postal_horn",
+ "bell",
+ "no_bell",
+ "musical_score",
+ "musical_note",
+ "notes",
+ "studio_microphone",
+ "level_slider",
+ "control_knobs",
+ "microphone",
+ "headphones",
+ "radio",
+ "saxophone",
+ "accordion",
+ "guitar",
+ "musical_keyboard",
+ "trumpet",
+ "violin",
+ "banjo",
+ "drum_with_drumsticks",
+ "long_drum",
+ "maracas",
+ "flute",
+ "iphone",
+ "calling",
+ "phone",
+ "telephone_receiver",
+ "pager",
+ "fax",
+ "battery",
+ "low_battery",
+ "electric_plug",
+ "computer",
+ "desktop_computer",
+ "printer",
+ "keyboard",
+ "three_button_mouse",
+ "trackball",
+ "minidisc",
+ "floppy_disk",
+ "cd",
+ "dvd",
+ "abacus",
+ "movie_camera",
+ "film_frames",
+ "film_projector",
+ "clapper",
+ "tv",
+ "camera",
+ "camera_with_flash",
+ "video_camera",
+ "vhs",
+ "mag",
+ "mag_right",
+ "candle",
+ "bulb",
+ "flashlight",
+ "izakaya_lantern",
+ "diya_lamp",
+ "notebook_with_decorative_cover",
+ "closed_book",
+ "book",
+ "green_book",
+ "blue_book",
+ "orange_book",
+ "books",
+ "notebook",
+ "ledger",
+ "page_with_curl",
+ "scroll",
+ "page_facing_up",
+ "newspaper",
+ "rolled_up_newspaper",
+ "bookmark_tabs",
+ "bookmark",
+ "label",
+ "moneybag",
+ "coin",
+ "yen",
+ "dollar",
+ "euro",
+ "pound",
+ "money_with_wings",
+ "credit_card",
+ "receipt",
+ "chart",
+ "email",
+ "e-mail",
+ "incoming_envelope",
+ "envelope_with_arrow",
+ "outbox_tray",
+ "inbox_tray",
+ "package",
+ "mailbox",
+ "mailbox_closed",
+ "mailbox_with_mail",
+ "mailbox_with_no_mail",
+ "postbox",
+ "ballot_box_with_ballot",
+ "pencil2",
+ "black_nib",
+ "lower_left_fountain_pen",
+ "lower_left_ballpoint_pen",
+ "lower_left_paintbrush",
+ "lower_left_crayon",
+ "memo",
+ "briefcase",
+ "file_folder",
+ "open_file_folder",
+ "card_index_dividers",
+ "date",
+ "calendar",
+ "spiral_note_pad",
+ "spiral_calendar_pad",
+ "card_index",
+ "chart_with_upwards_trend",
+ "chart_with_downwards_trend",
+ "bar_chart",
+ "clipboard",
+ "pushpin",
+ "round_pushpin",
+ "paperclip",
+ "linked_paperclips",
+ "straight_ruler",
+ "triangular_ruler",
+ "scissors",
+ "card_file_box",
+ "file_cabinet",
+ "wastebasket",
+ "lock",
+ "unlock",
+ "lock_with_ink_pen",
+ "closed_lock_with_key",
+ "key",
+ "old_key",
+ "hammer",
+ "axe",
+ "pick",
+ "hammer_and_pick",
+ "hammer_and_wrench",
+ "dagger_knife",
+ "crossed_swords",
+ "bomb",
+ "boomerang",
+ "bow_and_arrow",
+ "shield",
+ "carpentry_saw",
+ "wrench",
+ "screwdriver",
+ "nut_and_bolt",
+ "gear",
+ "compression",
+ "scales",
+ "probing_cane",
+ "link",
+ "chains",
+ "hook",
+ "toolbox",
+ "magnet",
+ "ladder",
+ "alembic",
+ "test_tube",
+ "petri_dish",
+ "dna",
+ "microscope",
+ "telescope",
+ "satellite_antenna",
+ "syringe",
+ "drop_of_blood",
+ "pill",
+ "adhesive_bandage",
+ "crutch",
+ "stethoscope",
+ "x-ray",
+ "door",
+ "elevator",
+ "mirror",
+ "window",
+ "bed",
+ "couch_and_lamp",
+ "chair",
+ "toilet",
+ "plunger",
+ "shower",
+ "bathtub",
+ "mouse_trap",
+ "razor",
+ "lotion_bottle",
+ "safety_pin",
+ "broom",
+ "basket",
+ "roll_of_paper",
+ "bucket",
+ "soap",
+ "bubbles",
+ "toothbrush",
+ "sponge",
+ "fire_extinguisher",
+ "shopping_trolley",
+ "smoking",
+ "coffin",
+ "headstone",
+ "funeral_urn",
+ "nazar_amulet",
+ "hamsa",
+ "moyai",
+ "placard",
+ "identification_card"
+ ]
+ },
+ {
+ "id": "symbols",
+ "emojis": [
+ "atm",
+ "put_litter_in_its_place",
+ "potable_water",
+ "wheelchair",
+ "mens",
+ "womens",
+ "restroom",
+ "baby_symbol",
+ "wc",
+ "passport_control",
+ "customs",
+ "baggage_claim",
+ "left_luggage",
+ "warning",
+ "children_crossing",
+ "no_entry",
+ "no_entry_sign",
+ "no_bicycles",
+ "no_smoking",
+ "do_not_litter",
+ "non-potable_water",
+ "no_pedestrians",
+ "no_mobile_phones",
+ "underage",
+ "radioactive_sign",
+ "biohazard_sign",
+ "arrow_up",
+ "arrow_upper_right",
+ "arrow_right",
+ "arrow_lower_right",
+ "arrow_down",
+ "arrow_lower_left",
+ "arrow_left",
+ "arrow_upper_left",
+ "arrow_up_down",
+ "left_right_arrow",
+ "leftwards_arrow_with_hook",
+ "arrow_right_hook",
+ "arrow_heading_up",
+ "arrow_heading_down",
+ "arrows_clockwise",
+ "arrows_counterclockwise",
+ "back",
+ "end",
+ "on",
+ "soon",
+ "top",
+ "place_of_worship",
+ "atom_symbol",
+ "om_symbol",
+ "star_of_david",
+ "wheel_of_dharma",
+ "yin_yang",
+ "latin_cross",
+ "orthodox_cross",
+ "star_and_crescent",
+ "peace_symbol",
+ "menorah_with_nine_branches",
+ "six_pointed_star",
+ "khanda",
+ "aries",
+ "taurus",
+ "gemini",
+ "cancer",
+ "leo",
+ "virgo",
+ "libra",
+ "scorpius",
+ "sagittarius",
+ "capricorn",
+ "aquarius",
+ "pisces",
+ "ophiuchus",
+ "twisted_rightwards_arrows",
+ "repeat",
+ "repeat_one",
+ "arrow_forward",
+ "fast_forward",
+ "black_right_pointing_double_triangle_with_vertical_bar",
+ "black_right_pointing_triangle_with_double_vertical_bar",
+ "arrow_backward",
+ "rewind",
+ "black_left_pointing_double_triangle_with_vertical_bar",
+ "arrow_up_small",
+ "arrow_double_up",
+ "arrow_down_small",
+ "arrow_double_down",
+ "double_vertical_bar",
+ "black_square_for_stop",
+ "black_circle_for_record",
+ "eject",
+ "cinema",
+ "low_brightness",
+ "high_brightness",
+ "signal_strength",
+ "wireless",
+ "vibration_mode",
+ "mobile_phone_off",
+ "female_sign",
+ "male_sign",
+ "transgender_symbol",
+ "heavy_multiplication_x",
+ "heavy_plus_sign",
+ "heavy_minus_sign",
+ "heavy_division_sign",
+ "heavy_equals_sign",
+ "infinity",
+ "bangbang",
+ "interrobang",
+ "question",
+ "grey_question",
+ "grey_exclamation",
+ "exclamation",
+ "wavy_dash",
+ "currency_exchange",
+ "heavy_dollar_sign",
+ "medical_symbol",
+ "recycle",
+ "fleur_de_lis",
+ "trident",
+ "name_badge",
+ "beginner",
+ "o",
+ "white_check_mark",
+ "ballot_box_with_check",
+ "heavy_check_mark",
+ "x",
+ "negative_squared_cross_mark",
+ "curly_loop",
+ "loop",
+ "part_alternation_mark",
+ "eight_spoked_asterisk",
+ "eight_pointed_black_star",
+ "sparkle",
+ "copyright",
+ "registered",
+ "tm",
+ "hash",
+ "keycap_star",
+ "zero",
+ "one",
+ "two",
+ "three",
+ "four",
+ "five",
+ "six",
+ "seven",
+ "eight",
+ "nine",
+ "keycap_ten",
+ "capital_abcd",
+ "abcd",
+ "1234",
+ "symbols",
+ "abc",
+ "a",
+ "ab",
+ "b",
+ "cl",
+ "cool",
+ "free",
+ "information_source",
+ "id",
+ "m",
+ "new",
+ "ng",
+ "o2",
+ "ok",
+ "parking",
+ "sos",
+ "up",
+ "vs",
+ "koko",
+ "sa",
+ "u6708",
+ "u6709",
+ "u6307",
+ "ideograph_advantage",
+ "u5272",
+ "u7121",
+ "u7981",
+ "accept",
+ "u7533",
+ "u5408",
+ "u7a7a",
+ "congratulations",
+ "secret",
+ "u55b6",
+ "u6e80",
+ "red_circle",
+ "large_orange_circle",
+ "large_yellow_circle",
+ "large_green_circle",
+ "large_blue_circle",
+ "large_purple_circle",
+ "large_brown_circle",
+ "black_circle",
+ "white_circle",
+ "large_red_square",
+ "large_orange_square",
+ "large_yellow_square",
+ "large_green_square",
+ "large_blue_square",
+ "large_purple_square",
+ "large_brown_square",
+ "black_large_square",
+ "white_large_square",
+ "black_medium_square",
+ "white_medium_square",
+ "black_medium_small_square",
+ "white_medium_small_square",
+ "black_small_square",
+ "white_small_square",
+ "large_orange_diamond",
+ "large_blue_diamond",
+ "small_orange_diamond",
+ "small_blue_diamond",
+ "small_red_triangle",
+ "small_red_triangle_down",
+ "diamond_shape_with_a_dot_inside",
+ "radio_button",
+ "white_square_button",
+ "black_square_button"
+ ]
+ },
+ {
+ "id": "flags",
+ "emojis": [
+ "checkered_flag",
+ "cn",
+ "crossed_flags",
+ "de",
+ "es",
+ "flag-ac",
+ "flag-ad",
+ "flag-ae",
+ "flag-af",
+ "flag-ag",
+ "flag-ai",
+ "flag-al",
+ "flag-am",
+ "flag-ao",
+ "flag-aq",
+ "flag-ar",
+ "flag-as",
+ "flag-at",
+ "flag-au",
+ "flag-aw",
+ "flag-ax",
+ "flag-az",
+ "flag-ba",
+ "flag-bb",
+ "flag-bd",
+ "flag-be",
+ "flag-bf",
+ "flag-bg",
+ "flag-bh",
+ "flag-bi",
+ "flag-bj",
+ "flag-bl",
+ "flag-bm",
+ "flag-bn",
+ "flag-bo",
+ "flag-bq",
+ "flag-br",
+ "flag-bs",
+ "flag-bt",
+ "flag-bv",
+ "flag-bw",
+ "flag-by",
+ "flag-bz",
+ "flag-ca",
+ "flag-cc",
+ "flag-cd",
+ "flag-cf",
+ "flag-cg",
+ "flag-ch",
+ "flag-ci",
+ "flag-ck",
+ "flag-cl",
+ "flag-cm",
+ "flag-co",
+ "flag-cp",
+ "flag-cr",
+ "flag-cu",
+ "flag-cv",
+ "flag-cw",
+ "flag-cx",
+ "flag-cy",
+ "flag-cz",
+ "flag-dg",
+ "flag-dj",
+ "flag-dk",
+ "flag-dm",
+ "flag-do",
+ "flag-dz",
+ "flag-ea",
+ "flag-ec",
+ "flag-ee",
+ "flag-eg",
+ "flag-eh",
+ "flag-england",
+ "flag-er",
+ "flag-et",
+ "flag-eu",
+ "flag-fi",
+ "flag-fj",
+ "flag-fk",
+ "flag-fm",
+ "flag-fo",
+ "flag-ga",
+ "flag-gd",
+ "flag-ge",
+ "flag-gf",
+ "flag-gg",
+ "flag-gh",
+ "flag-gi",
+ "flag-gl",
+ "flag-gm",
+ "flag-gn",
+ "flag-gp",
+ "flag-gq",
+ "flag-gr",
+ "flag-gs",
+ "flag-gt",
+ "flag-gu",
+ "flag-gw",
+ "flag-gy",
+ "flag-hk",
+ "flag-hm",
+ "flag-hn",
+ "flag-hr",
+ "flag-ht",
+ "flag-hu",
+ "flag-ic",
+ "flag-id",
+ "flag-ie",
+ "flag-il",
+ "flag-im",
+ "flag-in",
+ "flag-io",
+ "flag-iq",
+ "flag-ir",
+ "flag-is",
+ "flag-je",
+ "flag-jm",
+ "flag-jo",
+ "flag-ke",
+ "flag-kg",
+ "flag-kh",
+ "flag-ki",
+ "flag-km",
+ "flag-kn",
+ "flag-kp",
+ "flag-kw",
+ "flag-ky",
+ "flag-kz",
+ "flag-la",
+ "flag-lb",
+ "flag-lc",
+ "flag-li",
+ "flag-lk",
+ "flag-lr",
+ "flag-ls",
+ "flag-lt",
+ "flag-lu",
+ "flag-lv",
+ "flag-ly",
+ "flag-ma",
+ "flag-mc",
+ "flag-md",
+ "flag-me",
+ "flag-mf",
+ "flag-mg",
+ "flag-mh",
+ "flag-mk",
+ "flag-ml",
+ "flag-mm",
+ "flag-mn",
+ "flag-mo",
+ "flag-mp",
+ "flag-mq",
+ "flag-mr",
+ "flag-ms",
+ "flag-mt",
+ "flag-mu",
+ "flag-mv",
+ "flag-mw",
+ "flag-mx",
+ "flag-my",
+ "flag-mz",
+ "flag-na",
+ "flag-nc",
+ "flag-ne",
+ "flag-nf",
+ "flag-ng",
+ "flag-ni",
+ "flag-nl",
+ "flag-no",
+ "flag-np",
+ "flag-nr",
+ "flag-nu",
+ "flag-nz",
+ "flag-om",
+ "flag-pa",
+ "flag-pe",
+ "flag-pf",
+ "flag-pg",
+ "flag-ph",
+ "flag-pk",
+ "flag-pl",
+ "flag-pm",
+ "flag-pn",
+ "flag-pr",
+ "flag-ps",
+ "flag-pt",
+ "flag-pw",
+ "flag-py",
+ "flag-qa",
+ "flag-re",
+ "flag-ro",
+ "flag-rs",
+ "flag-rw",
+ "flag-sa",
+ "flag-sb",
+ "flag-sc",
+ "flag-scotland",
+ "flag-sd",
+ "flag-se",
+ "flag-sg",
+ "flag-sh",
+ "flag-si",
+ "flag-sj",
+ "flag-sk",
+ "flag-sl",
+ "flag-sm",
+ "flag-sn",
+ "flag-so",
+ "flag-sr",
+ "flag-ss",
+ "flag-st",
+ "flag-sv",
+ "flag-sx",
+ "flag-sy",
+ "flag-sz",
+ "flag-ta",
+ "flag-tc",
+ "flag-td",
+ "flag-tf",
+ "flag-tg",
+ "flag-th",
+ "flag-tj",
+ "flag-tk",
+ "flag-tl",
+ "flag-tm",
+ "flag-tn",
+ "flag-to",
+ "flag-tr",
+ "flag-tt",
+ "flag-tv",
+ "flag-tw",
+ "flag-tz",
+ "flag-ua",
+ "flag-ug",
+ "flag-um",
+ "flag-un",
+ "flag-uy",
+ "flag-uz",
+ "flag-va",
+ "flag-vc",
+ "flag-ve",
+ "flag-vg",
+ "flag-vi",
+ "flag-vn",
+ "flag-vu",
+ "flag-wales",
+ "flag-wf",
+ "flag-ws",
+ "flag-xk",
+ "flag-ye",
+ "flag-yt",
+ "flag-za",
+ "flag-zm",
+ "flag-zw",
+ "fr",
+ "gb",
+ "it",
+ "jp",
+ "kr",
+ "pirate_flag",
+ "rainbow-flag",
+ "ru",
+ "transgender_flag",
+ "triangular_flag_on_post",
+ "us",
+ "waving_black_flag",
+ "waving_white_flag"
+ ]
+ }
+ ],
+ "emojis": {
+ "100": {
+ "id": "100",
+ "name": "一百分",
+ "keywords": [
+ "100",
+ "score",
+ "perfect",
+ "numbers",
+ "century",
+ "exam",
+ "quiz",
+ "test",
+ "pass",
+ "一百分",
+ "满分",
+ "百分百",
+ "绝对",
+ "考试"
+ ],
+ "skins": [
+ {
+ "unified": "1f4af",
+ "native": "💯"
+ }
+ ],
+ "version": 1
+ },
+ "1234": {
+ "id": "1234",
+ "name": "输入数字",
+ "keywords": [
+ "1234",
+ "blue",
+ "square",
+ "1",
+ "2",
+ "3",
+ "4",
+ "打字",
+ "数字",
+ "输入数字"
+ ],
+ "skins": [
+ {
+ "unified": "1f522",
+ "native": "🔢"
+ }
+ ],
+ "version": 1
+ },
+ "grinning": {
+ "id": "grinning",
+ "name": "嘿嘿",
+ "emoticons": [
+ ":D"
+ ],
+ "keywords": [
+ "smile",
+ "happy",
+ "joy",
+ ":D",
+ "grin",
+ "嘿嘿",
+ "笑脸",
+ "脸",
+ "高兴"
+ ],
+ "skins": [
+ {
+ "unified": "1f600",
+ "native": "😀"
+ }
+ ],
+ "version": 1
+ },
+ "smiley": {
+ "id": "smiley",
+ "name": "哈哈",
+ "emoticons": [
+ ":)",
+ "=)",
+ "=-)"
+ ],
+ "keywords": [
+ "smiley",
+ "happy",
+ "joy",
+ "haha",
+ ":D",
+ ":)",
+ "smile",
+ "funny",
+ "哈哈",
+ "太棒了",
+ "开口笑",
+ "开口笑脸",
+ "笑脸",
+ "脸",
+ "高兴"
+ ],
+ "skins": [
+ {
+ "unified": "1f603",
+ "native": "😃"
+ }
+ ],
+ "version": 1
+ },
+ "smile": {
+ "id": "smile",
+ "name": "大笑",
+ "emoticons": [
+ ":)",
+ "C:",
+ "c:",
+ ":D",
+ ":-D"
+ ],
+ "keywords": [
+ "smile",
+ "happy",
+ "joy",
+ "funny",
+ "haha",
+ "laugh",
+ "like",
+ ":D",
+ ":)",
+ "哈哈",
+ "大笑",
+ "开口而笑的脸",
+ "开心",
+ "笑",
+ "脸",
+ "露齿而笑",
+ "高兴"
+ ],
+ "skins": [
+ {
+ "unified": "1f604",
+ "native": "😄"
+ }
+ ],
+ "version": 1
+ },
+ "grin": {
+ "id": "grin",
+ "name": "嘻嘻",
+ "keywords": [
+ "grin",
+ "happy",
+ "smile",
+ "joy",
+ "kawaii",
+ "嘻嘻",
+ "笑脸",
+ "笑颜",
+ "脸",
+ "露齿而笑"
+ ],
+ "skins": [
+ {
+ "unified": "1f601",
+ "native": "😁"
+ }
+ ],
+ "version": 1
+ },
+ "laughing": {
+ "id": "laughing",
+ "name": "斜眼笑",
+ "emoticons": [
+ ":>",
+ ":->"
+ ],
+ "keywords": [
+ "laughing",
+ "satisfied",
+ "happy",
+ "joy",
+ "lol",
+ "haha",
+ "glad",
+ "XD",
+ "laugh",
+ "咧嘴笑",
+ "哈哈",
+ "开心",
+ "斜眼笑",
+ "眯眼",
+ "眯眼大笑",
+ "笑",
+ "脸",
+ "高兴"
+ ],
+ "skins": [
+ {
+ "unified": "1f606",
+ "native": "😆"
+ }
+ ],
+ "version": 1
+ },
+ "sweat_smile": {
+ "id": "sweat_smile",
+ "name": "苦笑",
+ "keywords": [
+ "smile",
+ "hot",
+ "happy",
+ "laugh",
+ "relief",
+ "冷汗",
+ "出汗",
+ "开口冒冷汗的脸",
+ "汗",
+ "泄气",
+ "紧张",
+ "脸",
+ "苦笑"
+ ],
+ "skins": [
+ {
+ "unified": "1f605",
+ "native": "😅"
+ }
+ ],
+ "version": 1
+ },
+ "rolling_on_the_floor_laughing": {
+ "id": "rolling_on_the_floor_laughing",
+ "name": "笑得满地打滚",
+ "keywords": [
+ "face",
+ "lol",
+ "haha",
+ "rofl",
+ "lolol",
+ "乐翻了",
+ "哈哈",
+ "地板",
+ "太扯了",
+ "打滚",
+ "满地打滚的笑",
+ "笑",
+ "笑得流泪",
+ "笑得满地打滚",
+ "脸",
+ "超扯"
+ ],
+ "skins": [
+ {
+ "unified": "1f923",
+ "native": "🤣"
+ }
+ ],
+ "version": 3
+ },
+ "joy": {
+ "id": "joy",
+ "name": "笑哭了",
+ "keywords": [
+ "cry",
+ "weep",
+ "happy",
+ "happytears",
+ "haha",
+ "lol",
+ "喜极而泣",
+ "大笑",
+ "眼泪",
+ "笑",
+ "笑哭",
+ "笑哭了",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f602",
+ "native": "😂"
+ }
+ ],
+ "version": 1
+ },
+ "slightly_smiling_face": {
+ "id": "slightly_smiling_face",
+ "name": "呵呵",
+ "emoticons": [
+ ":)",
+ "(:",
+ ":-)"
+ ],
+ "keywords": [
+ "smile",
+ "呵呵",
+ "开心",
+ "浅笑的脸",
+ "笑",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f642",
+ "native": "🙂"
+ }
+ ],
+ "version": 1
+ },
+ "upside_down_face": {
+ "id": "upside_down_face",
+ "name": "倒脸",
+ "keywords": [
+ "upside",
+ "down",
+ "flipped",
+ "silly",
+ "smile",
+ "倒脸",
+ "好玩",
+ "好笑",
+ "脸",
+ "颠倒",
+ "颠倒的脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f643",
+ "native": "🙃"
+ }
+ ],
+ "version": 1
+ },
+ "melting_face": {
+ "id": "melting_face",
+ "name": "融化",
+ "keywords": [
+ "hot",
+ "heat",
+ "冷笑",
+ "哈哈",
+ "尴尬",
+ "微笑",
+ "消失",
+ "液体",
+ "溶解",
+ "热",
+ "融化"
+ ],
+ "skins": [
+ {
+ "unified": "1fae0",
+ "native": "🫠"
+ }
+ ],
+ "version": 14
+ },
+ "wink": {
+ "id": "wink",
+ "name": "眨眼",
+ "emoticons": [
+ ";)",
+ ";-)"
+ ],
+ "keywords": [
+ "wink",
+ "happy",
+ "mischievous",
+ "secret",
+ ";)",
+ "smile",
+ "eye",
+ "媚眼",
+ "撩拨",
+ "眨眼",
+ "眨眼的脸",
+ "笑",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f609",
+ "native": "😉"
+ }
+ ],
+ "version": 1
+ },
+ "blush": {
+ "id": "blush",
+ "name": "羞涩微笑",
+ "emoticons": [
+ ":)"
+ ],
+ "keywords": [
+ "blush",
+ "smile",
+ "happy",
+ "flushed",
+ "crush",
+ "embarrassed",
+ "shy",
+ "joy",
+ "害羞",
+ "微笑",
+ "满意",
+ "笑脸相迎",
+ "羞涩",
+ "羞涩微笑",
+ "脸",
+ "脸红"
+ ],
+ "skins": [
+ {
+ "unified": "1f60a",
+ "native": "😊"
+ }
+ ],
+ "version": 1
+ },
+ "innocent": {
+ "id": "innocent",
+ "name": "微笑天使",
+ "keywords": [
+ "innocent",
+ "angel",
+ "heaven",
+ "光环",
+ "天使",
+ "天真",
+ "幻想",
+ "微笑",
+ "微笑天使",
+ "脸",
+ "顶罩光环的笑脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f607",
+ "native": "😇"
+ }
+ ],
+ "version": 1
+ },
+ "smiling_face_with_3_hearts": {
+ "id": "smiling_face_with_3_hearts",
+ "name": "喜笑颜开",
+ "keywords": [
+ "3",
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "infatuation",
+ "crush",
+ "adore",
+ "三颗爱心的笑脸",
+ "喜笑颜开",
+ "心",
+ "我爱你",
+ "爱慕",
+ "相爱",
+ "笑脸",
+ "迷恋",
+ "陷入爱河"
+ ],
+ "skins": [
+ {
+ "unified": "1f970",
+ "native": "🥰"
+ }
+ ],
+ "version": 11
+ },
+ "heart_eyes": {
+ "id": "heart_eyes",
+ "name": "花痴",
+ "keywords": [
+ "heart",
+ "eyes",
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "infatuation",
+ "crush",
+ "我爱你",
+ "爱",
+ "红心",
+ "脸",
+ "花痴"
+ ],
+ "skins": [
+ {
+ "unified": "1f60d",
+ "native": "😍"
+ }
+ ],
+ "version": 1
+ },
+ "star-struck": {
+ "id": "star-struck",
+ "name": "好崇拜哦",
+ "keywords": [
+ "star",
+ "struck",
+ "grinning",
+ "face",
+ "with",
+ "eyes",
+ "smile",
+ "starry",
+ "兴奋",
+ "咧嘴笑",
+ "好崇拜哦",
+ "满天星",
+ "满眼星",
+ "脸",
+ "追星族",
+ "露齿笑"
+ ],
+ "skins": [
+ {
+ "unified": "1f929",
+ "native": "🤩"
+ }
+ ],
+ "version": 5
+ },
+ "kissing_heart": {
+ "id": "kissing_heart",
+ "name": "飞吻",
+ "emoticons": [
+ ":*",
+ ":-*"
+ ],
+ "keywords": [
+ "kissing",
+ "heart",
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "infatuation",
+ "亲亲",
+ "想你",
+ "我爱你",
+ "眨眼",
+ "脸",
+ "飞吻"
+ ],
+ "skins": [
+ {
+ "unified": "1f618",
+ "native": "😘"
+ }
+ ],
+ "version": 1
+ },
+ "kissing": {
+ "id": "kissing",
+ "name": "亲亲",
+ "keywords": [
+ "love",
+ "like",
+ "3",
+ "valentines",
+ "infatuation",
+ "kiss",
+ "亲亲",
+ "亲吻",
+ "吻",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f617",
+ "native": "😗"
+ }
+ ],
+ "version": 1
+ },
+ "relaxed": {
+ "id": "relaxed",
+ "name": "微笑",
+ "keywords": [
+ "relaxed",
+ "blush",
+ "massage",
+ "happiness",
+ "呵呵",
+ "开心",
+ "微笑",
+ "放松",
+ "笑",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "263a-fe0f",
+ "native": "☺️"
+ }
+ ],
+ "version": 1
+ },
+ "kissing_closed_eyes": {
+ "id": "kissing_closed_eyes",
+ "name": "羞涩亲亲",
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "infatuation",
+ "kiss",
+ "亲亲",
+ "吻",
+ "我爱你",
+ "羞涩",
+ "羞涩亲亲",
+ "脸",
+ "闭眼",
+ "闭眼亲吻"
+ ],
+ "skins": [
+ {
+ "unified": "1f61a",
+ "native": "😚"
+ }
+ ],
+ "version": 1
+ },
+ "kissing_smiling_eyes": {
+ "id": "kissing_smiling_eyes",
+ "name": "微笑亲亲",
+ "keywords": [
+ "affection",
+ "valentines",
+ "infatuation",
+ "kiss",
+ "亲亲",
+ "吻",
+ "微笑",
+ "微笑亲亲",
+ "笑颜亲吻",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f619",
+ "native": "😙"
+ }
+ ],
+ "version": 1
+ },
+ "smiling_face_with_tear": {
+ "id": "smiling_face_with_tear",
+ "name": "含泪的笑脸",
+ "keywords": [
+ "sad",
+ "cry",
+ "pretend",
+ "含泪的笑脸",
+ "喜悦",
+ "喜极而泣",
+ "幸福",
+ "微笑",
+ "微笑的",
+ "感动",
+ "感动的",
+ "感恩的",
+ "感激",
+ "眼泪",
+ "笑中带泪",
+ "笑脸",
+ "自豪",
+ "苦中作乐",
+ "释怀的",
+ "骄傲的"
+ ],
+ "skins": [
+ {
+ "unified": "1f972",
+ "native": "🥲"
+ }
+ ],
+ "version": 13
+ },
+ "yum": {
+ "id": "yum",
+ "name": "好吃",
+ "keywords": [
+ "yum",
+ "happy",
+ "joy",
+ "tongue",
+ "smile",
+ "silly",
+ "yummy",
+ "nom",
+ "delicious",
+ "savouring",
+ "口水",
+ "哈喇子",
+ "好吃",
+ "津津有味",
+ "流口水",
+ "美味",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f60b",
+ "native": "😋"
+ }
+ ],
+ "version": 1
+ },
+ "stuck_out_tongue": {
+ "id": "stuck_out_tongue",
+ "name": "吐舌",
+ "emoticons": [
+ ":p",
+ ":-p",
+ ":P",
+ ":-P",
+ ":b",
+ ":-b"
+ ],
+ "keywords": [
+ "stuck",
+ "out",
+ "prank",
+ "childish",
+ "playful",
+ "mischievous",
+ "smile",
+ "吐舌",
+ "吐舌头的脸",
+ "太好了",
+ "脸",
+ "舌头",
+ "调皮"
+ ],
+ "skins": [
+ {
+ "unified": "1f61b",
+ "native": "😛"
+ }
+ ],
+ "version": 1
+ },
+ "stuck_out_tongue_winking_eye": {
+ "id": "stuck_out_tongue_winking_eye",
+ "name": "单眼吐舌",
+ "emoticons": [
+ ";p",
+ ";-p",
+ ";b",
+ ";-b",
+ ";P",
+ ";-P"
+ ],
+ "keywords": [
+ "stuck",
+ "out",
+ "eye",
+ "prank",
+ "childish",
+ "playful",
+ "mischievous",
+ "smile",
+ "wink",
+ "单眼",
+ "单眼吐舌",
+ "古怪",
+ "吐舌",
+ "开玩笑",
+ "怪人",
+ "挤眉弄眼",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f61c",
+ "native": "😜"
+ }
+ ],
+ "version": 1
+ },
+ "zany_face": {
+ "id": "zany_face",
+ "name": "滑稽",
+ "keywords": [
+ "grinning",
+ "with",
+ "one",
+ "large",
+ "and",
+ "small",
+ "eye",
+ "goofy",
+ "crazy",
+ "大小眼",
+ "大眼",
+ "小眼",
+ "滑稽",
+ "滑稽的脸",
+ "疯狂的脸",
+ "疯眼",
+ "疯脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f92a",
+ "native": "🤪"
+ }
+ ],
+ "version": 5
+ },
+ "stuck_out_tongue_closed_eyes": {
+ "id": "stuck_out_tongue_closed_eyes",
+ "name": "眯眼吐舌",
+ "keywords": [
+ "stuck",
+ "out",
+ "closed",
+ "eyes",
+ "prank",
+ "playful",
+ "mischievous",
+ "smile",
+ "可怕",
+ "吐舌",
+ "尝",
+ "眯眼",
+ "眯眼吐舌",
+ "眼睛",
+ "脸",
+ "都好",
+ "随便"
+ ],
+ "skins": [
+ {
+ "unified": "1f61d",
+ "native": "😝"
+ }
+ ],
+ "version": 1
+ },
+ "money_mouth_face": {
+ "id": "money_mouth_face",
+ "name": "发财",
+ "keywords": [
+ "money",
+ "mouth",
+ "rich",
+ "dollar",
+ "发财",
+ "拜金",
+ "脸",
+ "见钱眼开",
+ "金钱至上",
+ "钱"
+ ],
+ "skins": [
+ {
+ "unified": "1f911",
+ "native": "🤑"
+ }
+ ],
+ "version": 1
+ },
+ "hugging_face": {
+ "id": "hugging_face",
+ "name": "抱抱",
+ "keywords": [
+ "smile",
+ "hug",
+ "抱",
+ "抱抱",
+ "拥抱",
+ "笑",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f917",
+ "native": "🤗"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_hand_over_mouth": {
+ "id": "face_with_hand_over_mouth",
+ "name": "不说",
+ "keywords": [
+ "smiling",
+ "eyes",
+ "and",
+ "covering",
+ "whoops",
+ "shock",
+ "surprise",
+ "不可说",
+ "不说",
+ "傻笑",
+ "吃吃傻笑",
+ "哎呀",
+ "意外",
+ "捂嘴而笑",
+ "猛然发现",
+ "秘密",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f92d",
+ "native": "🤭"
+ }
+ ],
+ "version": 5
+ },
+ "face_with_open_eyes_and_hand_over_mouth": {
+ "id": "face_with_open_eyes_and_hand_over_mouth",
+ "name": "睁眼捂嘴",
+ "keywords": [
+ "silence",
+ "secret",
+ "shock",
+ "surprise",
+ "哇塞",
+ "哑口无言",
+ "害怕",
+ "尴尬",
+ "怀疑",
+ "惊奇",
+ "惊愕",
+ "惊讶",
+ "敬畏",
+ "睁眼捂嘴",
+ "震惊"
+ ],
+ "skins": [
+ {
+ "unified": "1fae2",
+ "native": "🫢"
+ }
+ ],
+ "version": 14
+ },
+ "face_with_peeking_eye": {
+ "id": "face_with_peeking_eye",
+ "name": "偷看",
+ "keywords": [
+ "scared",
+ "frightening",
+ "embarrassing",
+ "shy",
+ "偷看",
+ "偷窥",
+ "凝视",
+ "害怕",
+ "害羞",
+ "尴尬",
+ "迷住"
+ ],
+ "skins": [
+ {
+ "unified": "1fae3",
+ "native": "🫣"
+ }
+ ],
+ "version": 14
+ },
+ "shushing_face": {
+ "id": "shushing_face",
+ "name": "安静的脸",
+ "keywords": [
+ "with",
+ "finger",
+ "covering",
+ "closed",
+ "lips",
+ "quiet",
+ "shhh",
+ "嘘",
+ "嘘声手势的脸",
+ "安静",
+ "安静的脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f92b",
+ "native": "🤫"
+ }
+ ],
+ "version": 5
+ },
+ "thinking_face": {
+ "id": "thinking_face",
+ "name": "想一想",
+ "keywords": [
+ "hmmm",
+ "think",
+ "consider",
+ "思考",
+ "想",
+ "想一想",
+ "想事情",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f914",
+ "native": "🤔"
+ }
+ ],
+ "version": 1
+ },
+ "saluting_face": {
+ "id": "saluting_face",
+ "name": "致敬",
+ "keywords": [
+ "respect",
+ "salute",
+ "军队",
+ "好",
+ "好的",
+ "收到",
+ "敬礼",
+ "是",
+ "致敬",
+ "阳光"
+ ],
+ "skins": [
+ {
+ "unified": "1fae1",
+ "native": "🫡"
+ }
+ ],
+ "version": 14
+ },
+ "zipper_mouth_face": {
+ "id": "zipper_mouth_face",
+ "name": "闭嘴",
+ "keywords": [
+ "zipper",
+ "mouth",
+ "sealed",
+ "secret",
+ "住嘴",
+ "嘴",
+ "封口",
+ "秘密",
+ "脸",
+ "闭嘴"
+ ],
+ "skins": [
+ {
+ "unified": "1f910",
+ "native": "🤐"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_raised_eyebrow": {
+ "id": "face_with_raised_eyebrow",
+ "name": "挑眉",
+ "keywords": [
+ "one",
+ "distrust",
+ "scepticism",
+ "disapproval",
+ "disbelief",
+ "surprise",
+ "不信任",
+ "不敢置信",
+ "不赞同",
+ "怀疑",
+ "挑眉",
+ "氧起眉毛的脸",
+ "眉毛上挑的脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f928",
+ "native": "🤨"
+ }
+ ],
+ "version": 5
+ },
+ "neutral_face": {
+ "id": "neutral_face",
+ "name": "冷漠",
+ "emoticons": [
+ ":|",
+ ":-|"
+ ],
+ "keywords": [
+ "indifference",
+ "meh",
+ ":",
+ "",
+ "冷漠",
+ "无感",
+ "脸",
+ "表情空洞",
+ "面无表情"
+ ],
+ "skins": [
+ {
+ "unified": "1f610",
+ "native": "😐"
+ }
+ ],
+ "version": 1
+ },
+ "expressionless": {
+ "id": "expressionless",
+ "name": "无语",
+ "emoticons": [
+ "-_-"
+ ],
+ "keywords": [
+ "indifferent",
+ "-",
+ "",
+ "meh",
+ "deadpan",
+ "无语",
+ "没有反应",
+ "绷着脸",
+ "脸",
+ "茫然",
+ "面无表情"
+ ],
+ "skins": [
+ {
+ "unified": "1f611",
+ "native": "😑"
+ }
+ ],
+ "version": 1
+ },
+ "no_mouth": {
+ "id": "no_mouth",
+ "name": "沉默",
+ "keywords": [
+ "no",
+ "hellokitty",
+ "嘴",
+ "安静",
+ "沉默",
+ "没嘴",
+ "秘密",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f636",
+ "native": "😶"
+ }
+ ],
+ "version": 1
+ },
+ "dotted_line_face": {
+ "id": "dotted_line_face",
+ "name": "虚线脸",
+ "keywords": [
+ "invisible",
+ "lonely",
+ "isolation",
+ "depression",
+ "内向",
+ "无所谓",
+ "沮丧",
+ "消失",
+ "虚线脸",
+ "隐形",
+ "隐藏"
+ ],
+ "skins": [
+ {
+ "unified": "1fae5",
+ "native": "🫥"
+ }
+ ],
+ "version": 14
+ },
+ "face_in_clouds": {
+ "id": "face_in_clouds",
+ "name": "迷茫",
+ "keywords": [
+ "shower",
+ "steam",
+ "dream",
+ "迷茫"
+ ],
+ "skins": [
+ {
+ "unified": "1f636-200d-1f32b-fe0f",
+ "native": "😶🌫️"
+ }
+ ],
+ "version": 13.1
+ },
+ "smirk": {
+ "id": "smirk",
+ "name": "得意",
+ "keywords": [
+ "smirk",
+ "smile",
+ "mean",
+ "prank",
+ "smug",
+ "sarcasm",
+ "假笑",
+ "冷笑",
+ "得意",
+ "得意的笑",
+ "脸",
+ "诡异地笑"
+ ],
+ "skins": [
+ {
+ "unified": "1f60f",
+ "native": "😏"
+ }
+ ],
+ "version": 1
+ },
+ "unamused": {
+ "id": "unamused",
+ "name": "不高兴",
+ "emoticons": [
+ ":("
+ ],
+ "keywords": [
+ "indifference",
+ "bored",
+ "straight",
+ "serious",
+ "sarcasm",
+ "unimpressed",
+ "skeptical",
+ "dubious",
+ "side",
+ "eye",
+ "不屑",
+ "不服",
+ "不爽的脸",
+ "不高兴",
+ "脸",
+ "郁闷",
+ "鄙视",
+ "随便啦"
+ ],
+ "skins": [
+ {
+ "unified": "1f612",
+ "native": "😒"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_rolling_eyes": {
+ "id": "face_with_rolling_eyes",
+ "name": "翻白眼",
+ "keywords": [
+ "eyeroll",
+ "frustrated",
+ "不敢苟同",
+ "无语",
+ "白眼",
+ "翻白眼",
+ "脸",
+ "随便啦"
+ ],
+ "skins": [
+ {
+ "unified": "1f644",
+ "native": "🙄"
+ }
+ ],
+ "version": 1
+ },
+ "grimacing": {
+ "id": "grimacing",
+ "name": "龇牙咧嘴",
+ "keywords": [
+ "grimace",
+ "teeth",
+ "咬牙切齿",
+ "尴尬",
+ "牙医",
+ "脸",
+ "露齿",
+ "露齿而笑",
+ "鬼脸",
+ "龇牙咧嘴"
+ ],
+ "skins": [
+ {
+ "unified": "1f62c",
+ "native": "😬"
+ }
+ ],
+ "version": 1
+ },
+ "face_exhaling": {
+ "id": "face_exhaling",
+ "name": "呼气",
+ "keywords": [
+ "relieve",
+ "relief",
+ "tired",
+ "sigh",
+ "叹息",
+ "叹气",
+ "吹气",
+ "呼气",
+ "呼气的脸",
+ "唉",
+ "无奈",
+ "松一口气",
+ "疲惫",
+ "笑脸",
+ "释然"
+ ],
+ "skins": [
+ {
+ "unified": "1f62e-200d-1f4a8",
+ "native": "😮💨"
+ }
+ ],
+ "version": 13.1
+ },
+ "lying_face": {
+ "id": "lying_face",
+ "name": "说谎",
+ "keywords": [
+ "lie",
+ "pinocchio",
+ "匹诺曹",
+ "脸",
+ "说谎",
+ "长鼻子",
+ "长鼻子脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f925",
+ "native": "🤥"
+ }
+ ],
+ "version": 3
+ },
+ "shaking_face": {
+ "id": "shaking_face",
+ "name": "颤抖",
+ "keywords": [
+ "dizzy",
+ "shock",
+ "blurry",
+ "earthquake",
+ "哇",
+ "地震",
+ "天啊",
+ "惊喜",
+ "惊慌",
+ "晕头转向",
+ "疯狂",
+ "脸",
+ "震动",
+ "震惊",
+ "颤抖"
+ ],
+ "skins": [
+ {
+ "unified": "1fae8",
+ "native": "🫨"
+ }
+ ],
+ "version": 15
+ },
+ "relieved": {
+ "id": "relieved",
+ "name": "松了口气",
+ "keywords": [
+ "relaxed",
+ "phew",
+ "massage",
+ "happiness",
+ "如释重负",
+ "松了口气",
+ "松口气",
+ "脸",
+ "蝉"
+ ],
+ "skins": [
+ {
+ "unified": "1f60c",
+ "native": "😌"
+ }
+ ],
+ "version": 1
+ },
+ "pensive": {
+ "id": "pensive",
+ "name": "沉思",
+ "keywords": [
+ "sad",
+ "depressed",
+ "upset",
+ "失落",
+ "心事重重",
+ "忧虑",
+ "沉思",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f614",
+ "native": "😔"
+ }
+ ],
+ "version": 1
+ },
+ "sleepy": {
+ "id": "sleepy",
+ "name": "困",
+ "keywords": [
+ "tired",
+ "rest",
+ "nap",
+ "哭",
+ "困",
+ "想睡",
+ "满脸睡容",
+ "疲惫",
+ "睡觉",
+ "瞌睡",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f62a",
+ "native": "😪"
+ }
+ ],
+ "version": 1
+ },
+ "drooling_face": {
+ "id": "drooling_face",
+ "name": "流口水",
+ "keywords": [
+ "口水",
+ "垂涎",
+ "垂涎三尺",
+ "流口水",
+ "流口水的脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f924",
+ "native": "🤤"
+ }
+ ],
+ "version": 3
+ },
+ "sleeping": {
+ "id": "sleeping",
+ "name": "睡着了",
+ "keywords": [
+ "tired",
+ "sleepy",
+ "night",
+ "zzz",
+ "呼噜",
+ "小睡",
+ "想睡",
+ "打呼",
+ "晚安",
+ "睡容",
+ "睡着了",
+ "睡觉",
+ "累",
+ "累了",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f634",
+ "native": "😴"
+ }
+ ],
+ "version": 1
+ },
+ "mask": {
+ "id": "mask",
+ "name": "感冒",
+ "keywords": [
+ "sick",
+ "ill",
+ "disease",
+ "covid",
+ "医生",
+ "口罩",
+ "感冒",
+ "戴口罩",
+ "戴口罩的脸",
+ "生病",
+ "病菌",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f637",
+ "native": "😷"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_thermometer": {
+ "id": "face_with_thermometer",
+ "name": "发烧",
+ "keywords": [
+ "sick",
+ "temperature",
+ "cold",
+ "fever",
+ "covid",
+ "体温计",
+ "发烧",
+ "咬着体温计的脸",
+ "温度计",
+ "生病",
+ "脸",
+ "量体温"
+ ],
+ "skins": [
+ {
+ "unified": "1f912",
+ "native": "🤒"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_head_bandage": {
+ "id": "face_with_head_bandage",
+ "name": "受伤",
+ "keywords": [
+ "head",
+ "bandage",
+ "injured",
+ "clumsy",
+ "hurt",
+ "受伤",
+ "头绑绷带",
+ "打绷带",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f915",
+ "native": "🤕"
+ }
+ ],
+ "version": 1
+ },
+ "nauseated_face": {
+ "id": "nauseated_face",
+ "name": "恶心",
+ "keywords": [
+ "vomit",
+ "gross",
+ "green",
+ "sick",
+ "throw",
+ "up",
+ "ill",
+ "吐",
+ "呕",
+ "恶心",
+ "恶心作呕的脸",
+ "脸",
+ "脸绿了"
+ ],
+ "skins": [
+ {
+ "unified": "1f922",
+ "native": "🤢"
+ }
+ ],
+ "version": 3
+ },
+ "face_vomiting": {
+ "id": "face_vomiting",
+ "name": "呕吐",
+ "keywords": [
+ "with",
+ "open",
+ "mouth",
+ "sick",
+ "不舒服",
+ "吐",
+ "呕吐",
+ "呕吐的脸",
+ "生病",
+ "病容",
+ "病恹恹",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f92e",
+ "native": "🤮"
+ }
+ ],
+ "version": 5
+ },
+ "sneezing_face": {
+ "id": "sneezing_face",
+ "name": "打喷嚏",
+ "keywords": [
+ "gesundheit",
+ "sneeze",
+ "sick",
+ "allergy",
+ "喷嚏",
+ "打喷嚏",
+ "打喷嚏的脸",
+ "生病",
+ "脸",
+ "鼻涕"
+ ],
+ "skins": [
+ {
+ "unified": "1f927",
+ "native": "🤧"
+ }
+ ],
+ "version": 3
+ },
+ "hot_face": {
+ "id": "hot_face",
+ "name": "脸发烧",
+ "keywords": [
+ "feverish",
+ "heat",
+ "red",
+ "sweating",
+ "中暑",
+ "冒汗",
+ "出汗",
+ "发烧",
+ "发热",
+ "吐舌",
+ "心狂跳",
+ "热",
+ "脸发烧",
+ "脸红"
+ ],
+ "skins": [
+ {
+ "unified": "1f975",
+ "native": "🥵"
+ }
+ ],
+ "version": 11
+ },
+ "cold_face": {
+ "id": "cold_face",
+ "name": "冷脸",
+ "keywords": [
+ "blue",
+ "freezing",
+ "frozen",
+ "frostbite",
+ "icicles",
+ "冰柱",
+ "冷",
+ "冷冰冰",
+ "冷脸",
+ "冻",
+ "冻僵",
+ "满面寒霜",
+ "脸",
+ "脸色发青",
+ "蓝色",
+ "零下"
+ ],
+ "skins": [
+ {
+ "unified": "1f976",
+ "native": "🥶"
+ }
+ ],
+ "version": 11
+ },
+ "woozy_face": {
+ "id": "woozy_face",
+ "name": "头昏眼花",
+ "keywords": [
+ "dizzy",
+ "intoxicated",
+ "tipsy",
+ "wavy",
+ "两眼不平",
+ "喝醉",
+ "嘴唇颤抖",
+ "头昏眼花",
+ "头晕目眩",
+ "头晕眼花",
+ "微醉",
+ "微醺",
+ "波浪嘴形",
+ "眩晕的脸",
+ "眼花",
+ "醉醺醺"
+ ],
+ "skins": [
+ {
+ "unified": "1f974",
+ "native": "🥴"
+ }
+ ],
+ "version": 11
+ },
+ "dizzy_face": {
+ "id": "dizzy_face",
+ "name": "晕头转向",
+ "keywords": [
+ "spent",
+ "unconscious",
+ "xox",
+ "头晕",
+ "头晕眼花",
+ "晕头",
+ "晕头的脸",
+ "晕头转向",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f635",
+ "native": "😵"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_spiral_eyes": {
+ "id": "face_with_spiral_eyes",
+ "name": "晕",
+ "keywords": [
+ "sick",
+ "ill",
+ "confused",
+ "nauseous",
+ "nausea",
+ "哇",
+ "哎呀",
+ "头晕",
+ "晕",
+ "笑脸",
+ "迷糊"
+ ],
+ "skins": [
+ {
+ "unified": "1f635-200d-1f4ab",
+ "native": "😵💫"
+ }
+ ],
+ "version": 13.1
+ },
+ "exploding_head": {
+ "id": "exploding_head",
+ "name": "爆炸头",
+ "keywords": [
+ "shocked",
+ "face",
+ "with",
+ "mind",
+ "blown",
+ "不可能",
+ "印象深刻",
+ "吓到了",
+ "惊吓",
+ "爆炸头",
+ "震惊"
+ ],
+ "skins": [
+ {
+ "unified": "1f92f",
+ "native": "🤯"
+ }
+ ],
+ "version": 5
+ },
+ "face_with_cowboy_hat": {
+ "id": "face_with_cowboy_hat",
+ "name": "牛仔帽脸",
+ "keywords": [
+ "with",
+ "cowgirl",
+ "帽",
+ "牛仔",
+ "牛仔帽脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f920",
+ "native": "🤠"
+ }
+ ],
+ "version": 3
+ },
+ "partying_face": {
+ "id": "partying_face",
+ "name": "聚会笑脸",
+ "keywords": [
+ "celebration",
+ "woohoo",
+ "号角",
+ "喝彩",
+ "帽子",
+ "庆祝",
+ "派对",
+ "狂欢的脸",
+ "生日",
+ "聚会",
+ "聚会笑脸",
+ "脸",
+ "节日快乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f973",
+ "native": "🥳"
+ }
+ ],
+ "version": 11
+ },
+ "disguised_face": {
+ "id": "disguised_face",
+ "name": "伪装的脸",
+ "keywords": [
+ "pretent",
+ "brows",
+ "glasses",
+ "moustache",
+ "人物",
+ "伪装",
+ "伪装的脸",
+ "眉毛",
+ "眼镜",
+ "胡子",
+ "脸",
+ "间谍",
+ "隐瞒身份",
+ "鼻子"
+ ],
+ "skins": [
+ {
+ "unified": "1f978",
+ "native": "🥸"
+ }
+ ],
+ "version": 13
+ },
+ "sunglasses": {
+ "id": "sunglasses",
+ "name": "墨镜笑脸",
+ "emoticons": [
+ "8)"
+ ],
+ "keywords": [
+ "cool",
+ "smile",
+ "summer",
+ "beach",
+ "sunglass",
+ "太阳镜",
+ "眼镜",
+ "耶",
+ "脸",
+ "酷",
+ "墨镜",
+ "墨镜笑脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f60e",
+ "native": "😎"
+ }
+ ],
+ "version": 1
+ },
+ "nerd_face": {
+ "id": "nerd_face",
+ "name": "书呆子脸",
+ "keywords": [
+ "nerdy",
+ "geek",
+ "dork",
+ "专家",
+ "书呆子",
+ "书呆子脸",
+ "天才",
+ "奇葩",
+ "宅男",
+ "极客",
+ "眼镜",
+ "眼镜笑脸",
+ "聪明",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f913",
+ "native": "🤓"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_monocle": {
+ "id": "face_with_monocle",
+ "name": "带单片眼镜的脸",
+ "keywords": [
+ "stuffy",
+ "wealthy",
+ "单眼镜",
+ "古板",
+ "奢华",
+ "富有",
+ "带单片眼镜的脸",
+ "戴单眼镜的脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d0",
+ "native": "🧐"
+ }
+ ],
+ "version": 5
+ },
+ "confused": {
+ "id": "confused",
+ "name": "困扰",
+ "emoticons": [
+ ":\\",
+ ":-\\",
+ ":/",
+ ":-/"
+ ],
+ "keywords": [
+ "indifference",
+ "huh",
+ "weird",
+ "hmmm",
+ ":/",
+ "不懂",
+ "不确定",
+ "困惑",
+ "困扰",
+ "疑惑",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f615",
+ "native": "😕"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_diagonal_mouth": {
+ "id": "face_with_diagonal_mouth",
+ "name": "郁闷",
+ "keywords": [
+ "skeptic",
+ "confuse",
+ "frustrated",
+ "indifferent",
+ "不相信",
+ "不确定",
+ "困惑",
+ "失望",
+ "怀疑",
+ "无所谓",
+ "无聊",
+ "沮丧",
+ "疑惑",
+ "迷惘",
+ "郁闷"
+ ],
+ "skins": [
+ {
+ "unified": "1fae4",
+ "native": "🫤"
+ }
+ ],
+ "version": 14
+ },
+ "worried": {
+ "id": "worried",
+ "name": "担心",
+ "keywords": [
+ "concern",
+ "nervous",
+ ":(",
+ "不高兴",
+ "伤心",
+ "忧心的脸",
+ "意外",
+ "担心",
+ "担忧",
+ "焦虑",
+ "紧张",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f61f",
+ "native": "😟"
+ }
+ ],
+ "version": 1
+ },
+ "slightly_frowning_face": {
+ "id": "slightly_frowning_face",
+ "name": "微微不满",
+ "keywords": [
+ "disappointed",
+ "sad",
+ "upset",
+ "不开心",
+ "不高兴",
+ "不高兴的脸",
+ "委屈",
+ "小委屈",
+ "微微不满",
+ "心情不好",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f641",
+ "native": "🙁"
+ }
+ ],
+ "version": 1
+ },
+ "white_frowning_face": {
+ "id": "white_frowning_face",
+ "name": "不满",
+ "keywords": [
+ "white",
+ "sad",
+ "upset",
+ "frown",
+ "不满",
+ "不爽",
+ "不高兴",
+ "委屈",
+ "皱眉",
+ "皱眉的脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "2639-fe0f",
+ "native": "☹️"
+ }
+ ],
+ "version": 1
+ },
+ "open_mouth": {
+ "id": "open_mouth",
+ "name": "吃惊",
+ "emoticons": [
+ ":o",
+ ":-o",
+ ":O",
+ ":-O"
+ ],
+ "keywords": [
+ "surprise",
+ "impressed",
+ "wow",
+ "whoa",
+ ":O",
+ "吃惊",
+ "同情",
+ "啊",
+ "忘记",
+ "我不信",
+ "我的天",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f62e",
+ "native": "😮"
+ }
+ ],
+ "version": 1
+ },
+ "hushed": {
+ "id": "hushed",
+ "name": "缄默",
+ "keywords": [
+ "woo",
+ "shh",
+ "吃惊",
+ "哦",
+ "我的天",
+ "缄默",
+ "脸",
+ "静而无语"
+ ],
+ "skins": [
+ {
+ "unified": "1f62f",
+ "native": "😯"
+ }
+ ],
+ "version": 1
+ },
+ "astonished": {
+ "id": "astonished",
+ "name": "震惊",
+ "keywords": [
+ "xox",
+ "surprised",
+ "poisoned",
+ "不可以",
+ "惊",
+ "惊讶",
+ "惊讶的脸",
+ "没可能",
+ "绝不",
+ "脸",
+ "震惊"
+ ],
+ "skins": [
+ {
+ "unified": "1f632",
+ "native": "😲"
+ }
+ ],
+ "version": 1
+ },
+ "flushed": {
+ "id": "flushed",
+ "name": "脸红",
+ "keywords": [
+ "blush",
+ "shy",
+ "flattered",
+ "困惑",
+ "天呀",
+ "害羞",
+ "羞涩",
+ "脸",
+ "脸红",
+ "茫然",
+ "迷茫",
+ "难以置信"
+ ],
+ "skins": [
+ {
+ "unified": "1f633",
+ "native": "😳"
+ }
+ ],
+ "version": 1
+ },
+ "pleading_face": {
+ "id": "pleading_face",
+ "name": "恳求的脸",
+ "keywords": [
+ "begging",
+ "mercy",
+ "cry",
+ "tears",
+ "sad",
+ "grievance",
+ "可怜兮兮的眼神",
+ "大眼睛",
+ "小狗的脸",
+ "怜悯",
+ "恳求的脸",
+ "祈求",
+ "祈求的脸",
+ "脸",
+ "请求"
+ ],
+ "skins": [
+ {
+ "unified": "1f97a",
+ "native": "🥺"
+ }
+ ],
+ "version": 11
+ },
+ "face_holding_back_tears": {
+ "id": "face_holding_back_tears",
+ "name": "忍住泪水",
+ "keywords": [
+ "touched",
+ "gratitude",
+ "cry",
+ "哭泣",
+ "喜极而泣",
+ "尴尬",
+ "忍住泪水",
+ "悲伤",
+ "情绪",
+ "感激",
+ "感谢",
+ "抗拒",
+ "拜托",
+ "生气",
+ "自豪"
+ ],
+ "skins": [
+ {
+ "unified": "1f979",
+ "native": "🥹"
+ }
+ ],
+ "version": 14
+ },
+ "frowning": {
+ "id": "frowning",
+ "name": "啊",
+ "keywords": [
+ "aw",
+ "what",
+ "啊",
+ "惊讶",
+ "意外",
+ "目瞪口呆",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f626",
+ "native": "😦"
+ }
+ ],
+ "version": 1
+ },
+ "anguished": {
+ "id": "anguished",
+ "name": "极度痛苦",
+ "emoticons": [
+ "D:"
+ ],
+ "keywords": [
+ "stunned",
+ "nervous",
+ "极度痛苦",
+ "痛",
+ "痛啊",
+ "痛苦",
+ "脸",
+ "难受"
+ ],
+ "skins": [
+ {
+ "unified": "1f627",
+ "native": "😧"
+ }
+ ],
+ "version": 1
+ },
+ "fearful": {
+ "id": "fearful",
+ "name": "害怕",
+ "keywords": [
+ "scared",
+ "terrified",
+ "nervous",
+ "不安",
+ "害怕",
+ "怕",
+ "恐怖",
+ "恐惧",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f628",
+ "native": "😨"
+ }
+ ],
+ "version": 1
+ },
+ "cold_sweat": {
+ "id": "cold_sweat",
+ "name": "冷汗",
+ "keywords": [
+ "cold",
+ "nervous",
+ "冷汗",
+ "张嘴冒冷汗的脸",
+ "惊讶",
+ "无语",
+ "汗",
+ "焦虑",
+ "紧张",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f630",
+ "native": "😰"
+ }
+ ],
+ "version": 1
+ },
+ "disappointed_relieved": {
+ "id": "disappointed_relieved",
+ "name": "失望但如释重负",
+ "keywords": [
+ "disappointed",
+ "phew",
+ "sweat",
+ "nervous",
+ "下次吧",
+ "出冷汗",
+ "失望",
+ "失望但如释重负",
+ "失望但解脱",
+ "如释重负",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f625",
+ "native": "😥"
+ }
+ ],
+ "version": 1
+ },
+ "cry": {
+ "id": "cry",
+ "name": "哭",
+ "emoticons": [
+ ":'("
+ ],
+ "keywords": [
+ "cry",
+ "tears",
+ "sad",
+ "depressed",
+ "upset",
+ ":'(",
+ "伤心",
+ "哀伤",
+ "哭",
+ "哭脸",
+ "泪",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f622",
+ "native": "😢"
+ }
+ ],
+ "version": 1
+ },
+ "sob": {
+ "id": "sob",
+ "name": "放声大哭",
+ "emoticons": [
+ ":'("
+ ],
+ "keywords": [
+ "sob",
+ "cry",
+ "tears",
+ "sad",
+ "upset",
+ "depressed",
+ "哭",
+ "大哭",
+ "放声大哭",
+ "放声大哭的脸",
+ "泪",
+ "痛哭",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f62d",
+ "native": "😭"
+ }
+ ],
+ "version": 1
+ },
+ "scream": {
+ "id": "scream",
+ "name": "吓死了",
+ "keywords": [
+ "scream",
+ "munch",
+ "scared",
+ "omg",
+ "吓死",
+ "吓死了",
+ "害怕",
+ "尖叫",
+ "恐怖",
+ "惊吓大叫的脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f631",
+ "native": "😱"
+ }
+ ],
+ "version": 1
+ },
+ "confounded": {
+ "id": "confounded",
+ "name": "困惑",
+ "keywords": [
+ "confused",
+ "sick",
+ "unwell",
+ "oops",
+ ":S",
+ "困惑",
+ "困惑的脸",
+ "焦头烂额",
+ "纠结",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f616",
+ "native": "😖"
+ }
+ ],
+ "version": 1
+ },
+ "persevere": {
+ "id": "persevere",
+ "name": "痛苦",
+ "keywords": [
+ "persevere",
+ "sick",
+ "no",
+ "upset",
+ "oops",
+ "专注",
+ "入定",
+ "头痛",
+ "忍耐",
+ "痛苦",
+ "脸",
+ "难受"
+ ],
+ "skins": [
+ {
+ "unified": "1f623",
+ "native": "😣"
+ }
+ ],
+ "version": 1
+ },
+ "disappointed": {
+ "id": "disappointed",
+ "name": "失望",
+ "emoticons": [
+ "):",
+ ":(",
+ ":-("
+ ],
+ "keywords": [
+ "sad",
+ "upset",
+ "depressed",
+ ":(",
+ "不高兴",
+ "失望",
+ "失望的脸",
+ "脸",
+ "难过"
+ ],
+ "skins": [
+ {
+ "unified": "1f61e",
+ "native": "😞"
+ }
+ ],
+ "version": 1
+ },
+ "sweat": {
+ "id": "sweat",
+ "name": "汗",
+ "keywords": [
+ "downcast",
+ "hot",
+ "sad",
+ "tired",
+ "exercise",
+ "冒冷汗",
+ "冒汗",
+ "冷",
+ "尴尬",
+ "担心",
+ "汗",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f613",
+ "native": "😓"
+ }
+ ],
+ "version": 1
+ },
+ "weary": {
+ "id": "weary",
+ "name": "累死了",
+ "keywords": [
+ "tired",
+ "sleepy",
+ "sad",
+ "frustrated",
+ "upset",
+ "疲倦",
+ "疲劳",
+ "疲惫",
+ "累",
+ "累死了",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f629",
+ "native": "😩"
+ }
+ ],
+ "version": 1
+ },
+ "tired_face": {
+ "id": "tired_face",
+ "name": "累",
+ "keywords": [
+ "sick",
+ "whine",
+ "upset",
+ "frustrated",
+ "倦容",
+ "疲倦",
+ "疲劳",
+ "疲惫",
+ "累",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f62b",
+ "native": "😫"
+ }
+ ],
+ "version": 1
+ },
+ "yawning_face": {
+ "id": "yawning_face",
+ "name": "打呵欠",
+ "keywords": [
+ "tired",
+ "sleepy",
+ "呵欠",
+ "哈欠",
+ "困",
+ "困倦",
+ "夜里",
+ "打呵欠",
+ "打哈欠",
+ "打哈欠的脸",
+ "无聊",
+ "昏昏欲睡",
+ "晚安",
+ "疲倦",
+ "累"
+ ],
+ "skins": [
+ {
+ "unified": "1f971",
+ "native": "🥱"
+ }
+ ],
+ "version": 12
+ },
+ "triumph": {
+ "id": "triumph",
+ "name": "傲慢",
+ "keywords": [
+ "steam",
+ "from",
+ "nose",
+ "gas",
+ "phew",
+ "proud",
+ "pride",
+ "不爽",
+ "傲慢",
+ "愤怒",
+ "气炸了",
+ "胜利",
+ "自负",
+ "赢",
+ "趾高气昂"
+ ],
+ "skins": [
+ {
+ "unified": "1f624",
+ "native": "😤"
+ }
+ ],
+ "version": 1
+ },
+ "rage": {
+ "id": "rage",
+ "name": "怒火中烧",
+ "keywords": [
+ "rage",
+ "angry",
+ "mad",
+ "hate",
+ "despise",
+ "发火",
+ "发飙",
+ "怒",
+ "怒火中烧",
+ "生气",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f621",
+ "native": "😡"
+ }
+ ],
+ "version": 1
+ },
+ "angry": {
+ "id": "angry",
+ "name": "生气",
+ "emoticons": [
+ ">:(",
+ ">:-("
+ ],
+ "keywords": [
+ "mad",
+ "annoyed",
+ "frustrated",
+ "不爽",
+ "不高兴",
+ "怒",
+ "愤怒",
+ "生气",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f620",
+ "native": "😠"
+ }
+ ],
+ "version": 1
+ },
+ "face_with_symbols_on_mouth": {
+ "id": "face_with_symbols_on_mouth",
+ "name": "嘴上有符号的脸",
+ "keywords": [
+ "serious",
+ "covering",
+ "swearing",
+ "cursing",
+ "cussing",
+ "profanity",
+ "expletive",
+ "不爽",
+ "发誓",
+ "咒骂",
+ "嘴上有符号的脸",
+ "生气",
+ "碎碎唸的脸",
+ "脸",
+ "诅咒"
+ ],
+ "skins": [
+ {
+ "unified": "1f92c",
+ "native": "🤬"
+ }
+ ],
+ "version": 5
+ },
+ "smiling_imp": {
+ "id": "smiling_imp",
+ "name": "恶魔微笑",
+ "keywords": [
+ "imp",
+ "devil",
+ "幻想",
+ "微笑",
+ "恶魔微笑",
+ "犄角",
+ "神话故事",
+ "脸",
+ "邪魔"
+ ],
+ "skins": [
+ {
+ "unified": "1f608",
+ "native": "😈"
+ }
+ ],
+ "version": 1
+ },
+ "imp": {
+ "id": "imp",
+ "name": "生气的恶魔",
+ "keywords": [
+ "angry",
+ "face",
+ "with",
+ "horns",
+ "devil",
+ "带角的怒容",
+ "幻想",
+ "恶魔",
+ "犄角",
+ "生气的恶魔",
+ "脸",
+ "顽童"
+ ],
+ "skins": [
+ {
+ "unified": "1f47f",
+ "native": "👿"
+ }
+ ],
+ "version": 1
+ },
+ "skull": {
+ "id": "skull",
+ "name": "头骨",
+ "keywords": [
+ "dead",
+ "skeleton",
+ "creepy",
+ "death",
+ "头骨",
+ "妖怪",
+ "怪兽",
+ "死亡",
+ "神话故事",
+ "脸",
+ "身体",
+ "骷髅"
+ ],
+ "skins": [
+ {
+ "unified": "1f480",
+ "native": "💀"
+ }
+ ],
+ "version": 1
+ },
+ "skull_and_crossbones": {
+ "id": "skull_and_crossbones",
+ "name": "骷髅",
+ "keywords": [
+ "poison",
+ "danger",
+ "deadly",
+ "scary",
+ "death",
+ "pirate",
+ "evil",
+ "交叉股骨",
+ "头骨",
+ "妖怪",
+ "怪物",
+ "死亡",
+ "海盗",
+ "脸",
+ "骨头",
+ "骷髅"
+ ],
+ "skins": [
+ {
+ "unified": "2620-fe0f",
+ "native": "☠️"
+ }
+ ],
+ "version": 1
+ },
+ "hankey": {
+ "id": "hankey",
+ "name": "大便",
+ "keywords": [
+ "hankey",
+ "poop",
+ "shit",
+ "shitface",
+ "fail",
+ "turd",
+ "大便",
+ "好臭",
+ "屎",
+ "怪物",
+ "粑粑",
+ "脸",
+ "臭"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a9",
+ "native": "💩"
+ }
+ ],
+ "version": 1
+ },
+ "clown_face": {
+ "id": "clown_face",
+ "name": "小丑脸",
+ "keywords": [
+ "小丑",
+ "小丑脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f921",
+ "native": "🤡"
+ }
+ ],
+ "version": 3
+ },
+ "japanese_ogre": {
+ "id": "japanese_ogre",
+ "name": "食人魔",
+ "keywords": [
+ "japanese",
+ "monster",
+ "red",
+ "mask",
+ "halloween",
+ "scary",
+ "creepy",
+ "devil",
+ "demon",
+ "吓人",
+ "妖怪",
+ "幻想",
+ "日本",
+ "神话故事",
+ "脸",
+ "面具",
+ "食人魔",
+ "鬼",
+ "魔鬼"
+ ],
+ "skins": [
+ {
+ "unified": "1f479",
+ "native": "👹"
+ }
+ ],
+ "version": 1
+ },
+ "japanese_goblin": {
+ "id": "japanese_goblin",
+ "name": "小妖精",
+ "keywords": [
+ "japanese",
+ "red",
+ "evil",
+ "mask",
+ "monster",
+ "scary",
+ "creepy",
+ "妖怪",
+ "小妖精",
+ "幻想",
+ "怪物",
+ "日本",
+ "神话故事",
+ "脸",
+ "鬼"
+ ],
+ "skins": [
+ {
+ "unified": "1f47a",
+ "native": "👺"
+ }
+ ],
+ "version": 1
+ },
+ "ghost": {
+ "id": "ghost",
+ "name": "鬼",
+ "keywords": [
+ "halloween",
+ "spooky",
+ "scary",
+ "万圣节",
+ "妖怪",
+ "幻想",
+ "幽灵",
+ "怪物",
+ "神话故事",
+ "脸",
+ "鬼",
+ "鬼脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f47b",
+ "native": "👻"
+ }
+ ],
+ "version": 1
+ },
+ "alien": {
+ "id": "alien",
+ "name": "外星人",
+ "keywords": [
+ "UFO",
+ "paul",
+ "weird",
+ "outer",
+ "space",
+ "ufo",
+ "外太空",
+ "外星",
+ "外星人",
+ "太空",
+ "幻想",
+ "星际",
+ "脸",
+ "飞碟"
+ ],
+ "skins": [
+ {
+ "unified": "1f47d",
+ "native": "👽"
+ }
+ ],
+ "version": 1
+ },
+ "space_invader": {
+ "id": "space_invader",
+ "name": "外星怪物",
+ "keywords": [
+ "space",
+ "invader",
+ "game",
+ "arcade",
+ "play",
+ "ufo",
+ "外星",
+ "外星人",
+ "外星怪物",
+ "太空",
+ "怪物",
+ "星际",
+ "脸",
+ "飞碟"
+ ],
+ "skins": [
+ {
+ "unified": "1f47e",
+ "native": "👾"
+ }
+ ],
+ "version": 1
+ },
+ "robot_face": {
+ "id": "robot_face",
+ "name": "机器人",
+ "keywords": [
+ "face",
+ "computer",
+ "machine",
+ "bot",
+ "怪物",
+ "机器人",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f916",
+ "native": "🤖"
+ }
+ ],
+ "version": 1
+ },
+ "smiley_cat": {
+ "id": "smiley_cat",
+ "name": "大笑的猫",
+ "keywords": [
+ "smiley",
+ "animal",
+ "cats",
+ "happy",
+ "smile",
+ "哈哈",
+ "大笑的猫",
+ "大笑的猫脸",
+ "猫脸",
+ "笑",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f63a",
+ "native": "😺"
+ }
+ ],
+ "version": 1
+ },
+ "smile_cat": {
+ "id": "smile_cat",
+ "name": "微笑的猫",
+ "keywords": [
+ "smile",
+ "animal",
+ "cats",
+ "呵呵",
+ "微笑的猫",
+ "微笑的猫脸",
+ "猫脸",
+ "笑",
+ "笑颜逐开",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f638",
+ "native": "😸"
+ }
+ ],
+ "version": 1
+ },
+ "joy_cat": {
+ "id": "joy_cat",
+ "name": "笑出眼泪的猫",
+ "keywords": [
+ "animal",
+ "cats",
+ "haha",
+ "happy",
+ "喜极而泣",
+ "快乐",
+ "猫脸",
+ "眼泪",
+ "笑出眼泪",
+ "笑出眼泪的猫",
+ "笑出眼泪的猫脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f639",
+ "native": "😹"
+ }
+ ],
+ "version": 1
+ },
+ "heart_eyes_cat": {
+ "id": "heart_eyes_cat",
+ "name": "花痴的猫",
+ "keywords": [
+ "heart",
+ "eyes",
+ "animal",
+ "love",
+ "like",
+ "affection",
+ "cats",
+ "valentines",
+ "WC",
+ "喜欢",
+ "心",
+ "猫",
+ "猫脸",
+ "脸",
+ "花痴",
+ "花痴的猫",
+ "花痴的猫脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f63b",
+ "native": "😻"
+ }
+ ],
+ "version": 1
+ },
+ "smirk_cat": {
+ "id": "smirk_cat",
+ "name": "奸笑的猫",
+ "keywords": [
+ "smirk",
+ "animal",
+ "cats",
+ "嘲讽笑容",
+ "奸笑",
+ "奸笑的猫",
+ "奸笑的猫脸",
+ "猫脸",
+ "脸",
+ "讽刺"
+ ],
+ "skins": [
+ {
+ "unified": "1f63c",
+ "native": "😼"
+ }
+ ],
+ "version": 1
+ },
+ "kissing_cat": {
+ "id": "kissing_cat",
+ "name": "亲亲猫",
+ "keywords": [
+ "animal",
+ "cats",
+ "kiss",
+ "亲亲",
+ "亲亲猫",
+ "吻",
+ "猫脸",
+ "猫脸亲亲",
+ "脸",
+ "闭眼亲亲的猫脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f63d",
+ "native": "😽"
+ }
+ ],
+ "version": 1
+ },
+ "scream_cat": {
+ "id": "scream_cat",
+ "name": "疲倦的猫",
+ "keywords": [
+ "scream",
+ "animal",
+ "cats",
+ "munch",
+ "scared",
+ "惊讶",
+ "猫脸",
+ "疲倦",
+ "疲倦的猫",
+ "疲倦的猫脸",
+ "疲劳",
+ "疲惫",
+ "累",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f640",
+ "native": "🙀"
+ }
+ ],
+ "version": 1
+ },
+ "crying_cat_face": {
+ "id": "crying_cat_face",
+ "name": "哭泣的猫",
+ "keywords": [
+ "face",
+ "animal",
+ "tears",
+ "weep",
+ "sad",
+ "cats",
+ "upset",
+ "cry",
+ "哭",
+ "哭泣的猫",
+ "哭泣的猫脸",
+ "泪",
+ "猫脸",
+ "眼泪",
+ "脸",
+ "难过"
+ ],
+ "skins": [
+ {
+ "unified": "1f63f",
+ "native": "😿"
+ }
+ ],
+ "version": 1
+ },
+ "pouting_cat": {
+ "id": "pouting_cat",
+ "name": "生气的猫",
+ "keywords": [
+ "animal",
+ "cats",
+ "猫脸",
+ "生气",
+ "生气的猫",
+ "生气的猫脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f63e",
+ "native": "😾"
+ }
+ ],
+ "version": 1
+ },
+ "see_no_evil": {
+ "id": "see_no_evil",
+ "name": "非礼勿视",
+ "keywords": [
+ "see",
+ "no",
+ "evil",
+ "animal",
+ "nature",
+ "haha",
+ "不许看",
+ "别看",
+ "尴尬",
+ "糗",
+ "脸",
+ "蒙住眼睛",
+ "蒙眼",
+ "非礼勿视"
+ ],
+ "skins": [
+ {
+ "unified": "1f648",
+ "native": "🙈"
+ }
+ ],
+ "version": 1
+ },
+ "hear_no_evil": {
+ "id": "hear_no_evil",
+ "name": "非礼勿听",
+ "keywords": [
+ "hear",
+ "no",
+ "evil",
+ "animal",
+ "nature",
+ "嘘",
+ "堵上耳朵",
+ "堵耳",
+ "猴子",
+ "脸",
+ "非礼勿听"
+ ],
+ "skins": [
+ {
+ "unified": "1f649",
+ "native": "🙉"
+ }
+ ],
+ "version": 1
+ },
+ "speak_no_evil": {
+ "id": "speak_no_evil",
+ "name": "非礼勿言",
+ "keywords": [
+ "speak",
+ "no",
+ "evil",
+ "animal",
+ "nature",
+ "omg",
+ "不许说",
+ "捂上嘴巴",
+ "捂嘴",
+ "秘密",
+ "脸",
+ "非礼勿言"
+ ],
+ "skins": [
+ {
+ "unified": "1f64a",
+ "native": "🙊"
+ }
+ ],
+ "version": 1
+ },
+ "love_letter": {
+ "id": "love_letter",
+ "name": "情书",
+ "keywords": [
+ "email",
+ "like",
+ "affection",
+ "envelope",
+ "valentines",
+ "信",
+ "心",
+ "情书",
+ "邮件"
+ ],
+ "skins": [
+ {
+ "unified": "1f48c",
+ "native": "💌"
+ }
+ ],
+ "version": 1
+ },
+ "cupid": {
+ "id": "cupid",
+ "name": "心中箭了",
+ "keywords": [
+ "cupid",
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "一箭穿心",
+ "丘比特",
+ "心中箭了",
+ "我爱你",
+ "浪漫",
+ "爱情",
+ "箭",
+ "红心"
+ ],
+ "skins": [
+ {
+ "unified": "1f498",
+ "native": "💘"
+ }
+ ],
+ "version": 1
+ },
+ "gift_heart": {
+ "id": "gift_heart",
+ "name": "系有缎带的心",
+ "keywords": [
+ "gift",
+ "love",
+ "valentines",
+ "我爱你",
+ "爱的礼物",
+ "系有缎带的心",
+ "绑丝带的心",
+ "送你一颗心"
+ ],
+ "skins": [
+ {
+ "unified": "1f49d",
+ "native": "💝"
+ }
+ ],
+ "version": 1
+ },
+ "sparkling_heart": {
+ "id": "sparkling_heart",
+ "name": "闪亮的心",
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "我爱你",
+ "激动",
+ "红心",
+ "闪亮",
+ "闪亮的心"
+ ],
+ "skins": [
+ {
+ "unified": "1f496",
+ "native": "💖"
+ }
+ ],
+ "version": 1
+ },
+ "heartpulse": {
+ "id": "heartpulse",
+ "name": "搏动的心",
+ "keywords": [
+ "heartpulse",
+ "like",
+ "love",
+ "affection",
+ "valentines",
+ "pink",
+ "亲亲",
+ "吻",
+ "我爱你",
+ "搏动",
+ "搏动的心",
+ "激动",
+ "红心",
+ "紧张"
+ ],
+ "skins": [
+ {
+ "unified": "1f497",
+ "native": "💗"
+ }
+ ],
+ "version": 1
+ },
+ "heartbeat": {
+ "id": "heartbeat",
+ "name": "心跳",
+ "keywords": [
+ "heartbeat",
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "pink",
+ "心动",
+ "心跳",
+ "我爱你",
+ "爱"
+ ],
+ "skins": [
+ {
+ "unified": "1f493",
+ "native": "💓"
+ }
+ ],
+ "version": 1
+ },
+ "revolving_hearts": {
+ "id": "revolving_hearts",
+ "name": "舞动的心",
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "我爱你",
+ "旋转",
+ "涌动",
+ "舞动的心",
+ "跃动"
+ ],
+ "skins": [
+ {
+ "unified": "1f49e",
+ "native": "💞"
+ }
+ ],
+ "version": 1
+ },
+ "two_hearts": {
+ "id": "two_hearts",
+ "name": "两颗心",
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "heart",
+ "两颗心",
+ "我爱你",
+ "爱情"
+ ],
+ "skins": [
+ {
+ "unified": "1f495",
+ "native": "💕"
+ }
+ ],
+ "version": 1
+ },
+ "heart_decoration": {
+ "id": "heart_decoration",
+ "name": "心型装饰",
+ "keywords": [
+ "purple",
+ "square",
+ "love",
+ "like",
+ "心",
+ "心型装饰",
+ "我爱你",
+ "装饰"
+ ],
+ "skins": [
+ {
+ "unified": "1f49f",
+ "native": "💟"
+ }
+ ],
+ "version": 1
+ },
+ "heavy_heart_exclamation_mark_ornament": {
+ "id": "heavy_heart_exclamation_mark_ornament",
+ "name": "心叹号",
+ "keywords": [
+ "heavy",
+ "mark",
+ "ornament",
+ "decoration",
+ "love",
+ "叹号",
+ "心动",
+ "心叹号",
+ "标点符号"
+ ],
+ "skins": [
+ {
+ "unified": "2763-fe0f",
+ "native": "❣️"
+ }
+ ],
+ "version": 1
+ },
+ "broken_heart": {
+ "id": "broken_heart",
+ "name": "心碎",
+ "emoticons": [
+ "3"
+ ],
+ "keywords": [
+ "sad",
+ "sorry",
+ "break",
+ "heartbreak",
+ "伤心",
+ "心碎"
+ ],
+ "skins": [
+ {
+ "unified": "1f494",
+ "native": "💔"
+ }
+ ],
+ "version": 1
+ },
+ "heart_on_fire": {
+ "id": "heart_on_fire",
+ "name": "火上之心",
+ "keywords": [
+ "passionate",
+ "enthusiastic",
+ "渴望",
+ "火上之心",
+ "燃烧",
+ "爱"
+ ],
+ "skins": [
+ {
+ "unified": "2764-fe0f-200d-1f525",
+ "native": "❤️🔥"
+ }
+ ],
+ "version": 13.1
+ },
+ "mending_heart": {
+ "id": "mending_heart",
+ "name": "修复受伤的心灵",
+ "keywords": [
+ "broken",
+ "bandage",
+ "wounded",
+ "修复受伤的心灵",
+ "修补",
+ "恢复",
+ "痊愈"
+ ],
+ "skins": [
+ {
+ "unified": "2764-fe0f-200d-1fa79",
+ "native": "❤️🩹"
+ }
+ ],
+ "version": 13.1
+ },
+ "heart": {
+ "id": "heart",
+ "name": "红心",
+ "emoticons": [
+ "<3"
+ ],
+ "keywords": [
+ "love",
+ "like",
+ "valentines",
+ "心",
+ "爱",
+ "红心"
+ ],
+ "skins": [
+ {
+ "unified": "2764-fe0f",
+ "native": "❤️"
+ }
+ ],
+ "version": 1
+ },
+ "pink_heart": {
+ "id": "pink_heart",
+ "name": "粉红色的心",
+ "keywords": [
+ "valentines",
+ "可爱",
+ "喜欢",
+ "心",
+ "感情",
+ "我爱你",
+ "爱",
+ "特殊",
+ "甜蜜",
+ "粉红",
+ "粉红色的心",
+ "讨人喜欢"
+ ],
+ "skins": [
+ {
+ "unified": "1fa77",
+ "native": "🩷"
+ }
+ ],
+ "version": 15
+ },
+ "orange_heart": {
+ "id": "orange_heart",
+ "name": "橙心",
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "橘心",
+ "橘色",
+ "橘色的心",
+ "橙",
+ "橙心"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e1",
+ "native": "🧡"
+ }
+ ],
+ "version": 5
+ },
+ "yellow_heart": {
+ "id": "yellow_heart",
+ "name": "黄心",
+ "emoticons": [
+ "<3"
+ ],
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "我爱你",
+ "黄",
+ "黄心"
+ ],
+ "skins": [
+ {
+ "unified": "1f49b",
+ "native": "💛"
+ }
+ ],
+ "version": 1
+ },
+ "green_heart": {
+ "id": "green_heart",
+ "name": "绿心",
+ "emoticons": [
+ "<3"
+ ],
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "我爱你",
+ "绿",
+ "绿心"
+ ],
+ "skins": [
+ {
+ "unified": "1f49a",
+ "native": "💚"
+ }
+ ],
+ "version": 1
+ },
+ "blue_heart": {
+ "id": "blue_heart",
+ "name": "蓝心",
+ "emoticons": [
+ "<3"
+ ],
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "我爱你",
+ "蓝",
+ "蓝心"
+ ],
+ "skins": [
+ {
+ "unified": "1f499",
+ "native": "💙"
+ }
+ ],
+ "version": 1
+ },
+ "light_blue_heart": {
+ "id": "light_blue_heart",
+ "name": "浅蓝色的心",
+ "keywords": [
+ "ice",
+ "baby",
+ "可爱",
+ "喜欢",
+ "天蓝",
+ "心",
+ "感情",
+ "我爱你",
+ "浅蓝",
+ "浅蓝色的心",
+ "爱",
+ "特殊",
+ "蓝绿",
+ "蓝绿色",
+ "青色"
+ ],
+ "skins": [
+ {
+ "unified": "1fa75",
+ "native": "🩵"
+ }
+ ],
+ "version": 15
+ },
+ "purple_heart": {
+ "id": "purple_heart",
+ "name": "紫心",
+ "emoticons": [
+ "<3"
+ ],
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "我爱你",
+ "紫",
+ "紫心"
+ ],
+ "skins": [
+ {
+ "unified": "1f49c",
+ "native": "💜"
+ }
+ ],
+ "version": 1
+ },
+ "brown_heart": {
+ "id": "brown_heart",
+ "name": "棕心",
+ "keywords": [
+ "coffee",
+ "心",
+ "心形",
+ "棕",
+ "棕心",
+ "棕色",
+ "棕色爱心",
+ "爱心"
+ ],
+ "skins": [
+ {
+ "unified": "1f90e",
+ "native": "🤎"
+ }
+ ],
+ "version": 12
+ },
+ "black_heart": {
+ "id": "black_heart",
+ "name": "黑心",
+ "keywords": [
+ "evil",
+ "心",
+ "邪恶",
+ "黑",
+ "黑心",
+ "黑色",
+ "黑色的心"
+ ],
+ "skins": [
+ {
+ "unified": "1f5a4",
+ "native": "🖤"
+ }
+ ],
+ "version": 3
+ },
+ "grey_heart": {
+ "id": "grey_heart",
+ "name": "灰心",
+ "keywords": [
+ "silver",
+ "monochrome",
+ "心",
+ "感情",
+ "我爱你",
+ "暗灰",
+ "灰",
+ "灰心",
+ "灰色",
+ "爱",
+ "特殊",
+ "银",
+ "银色"
+ ],
+ "skins": [
+ {
+ "unified": "1fa76",
+ "native": "🩶"
+ }
+ ],
+ "version": 15
+ },
+ "white_heart": {
+ "id": "white_heart",
+ "name": "白心",
+ "keywords": [
+ "pure",
+ "心",
+ "心形",
+ "爱心",
+ "白",
+ "白心",
+ "白色",
+ "白色爱心"
+ ],
+ "skins": [
+ {
+ "unified": "1f90d",
+ "native": "🤍"
+ }
+ ],
+ "version": 12
+ },
+ "kiss": {
+ "id": "kiss",
+ "name": "唇印",
+ "keywords": [
+ "face",
+ "lips",
+ "love",
+ "like",
+ "affection",
+ "valentines",
+ "亲吻",
+ "吻",
+ "唇",
+ "唇印",
+ "性感",
+ "接吻",
+ "浪漫"
+ ],
+ "skins": [
+ {
+ "unified": "1f48b",
+ "native": "💋"
+ }
+ ],
+ "version": 1
+ },
+ "anger": {
+ "id": "anger",
+ "name": "怒",
+ "keywords": [
+ "angry",
+ "mad",
+ "怒",
+ "火大",
+ "生气",
+ "青筋"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a2",
+ "native": "💢"
+ }
+ ],
+ "version": 1
+ },
+ "boom": {
+ "id": "boom",
+ "name": "爆炸",
+ "keywords": [
+ "boom",
+ "bomb",
+ "explode",
+ "explosion",
+ "blown",
+ "撞",
+ "旺",
+ "炸",
+ "爆",
+ "爆炸"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a5",
+ "native": "💥"
+ }
+ ],
+ "version": 1
+ },
+ "dizzy": {
+ "id": "dizzy",
+ "name": "头晕",
+ "keywords": [
+ "star",
+ "sparkle",
+ "shoot",
+ "magic",
+ "头晕",
+ "头晕目眩",
+ "星星",
+ "流星"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ab",
+ "native": "💫"
+ }
+ ],
+ "version": 1
+ },
+ "sweat_drops": {
+ "id": "sweat_drops",
+ "name": "汗滴",
+ "keywords": [
+ "drops",
+ "water",
+ "drip",
+ "oops",
+ "喷溅",
+ "小水滴",
+ "小水珠",
+ "汗",
+ "汗滴",
+ "泼贱",
+ "溅"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a6",
+ "native": "💦"
+ }
+ ],
+ "version": 1
+ },
+ "dash": {
+ "id": "dash",
+ "name": "尾气",
+ "keywords": [
+ "dashing",
+ "away",
+ "wind",
+ "air",
+ "fast",
+ "shoo",
+ "fart",
+ "smoke",
+ "puff",
+ "尾气",
+ "扬尘而去",
+ "放屁",
+ "烟",
+ "疾驰而去",
+ "飞奔而去"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a8",
+ "native": "💨"
+ }
+ ],
+ "version": 1
+ },
+ "hole": {
+ "id": "hole",
+ "name": "洞",
+ "keywords": [
+ "embarrassing",
+ "井盖",
+ "坑",
+ "洞",
+ "陷阱"
+ ],
+ "skins": [
+ {
+ "unified": "1f573-fe0f",
+ "native": "🕳️"
+ }
+ ],
+ "version": 1
+ },
+ "speech_balloon": {
+ "id": "speech_balloon",
+ "name": "话语气泡",
+ "keywords": [
+ "bubble",
+ "words",
+ "message",
+ "talk",
+ "chatting",
+ "发言",
+ "对话框",
+ "气泡",
+ "气泡对话框",
+ "气球",
+ "漫画",
+ "话语气泡"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ac",
+ "native": "💬"
+ }
+ ],
+ "version": 1
+ },
+ "eye-in-speech-bubble": {
+ "id": "eye-in-speech-bubble",
+ "name": "眼睛对话框",
+ "keywords": [
+ "in-speech-bubble",
+ "info",
+ "对话框",
+ "目擊",
+ "眼睛",
+ "眼睛对话框"
+ ],
+ "skins": [
+ {
+ "unified": "1f441-fe0f-200d-1f5e8-fe0f",
+ "native": "👁️🗨️"
+ }
+ ],
+ "version": 2
+ },
+ "left_speech_bubble": {
+ "id": "left_speech_bubble",
+ "name": "朝左的话语气泡",
+ "keywords": [
+ "words",
+ "message",
+ "talk",
+ "chatting",
+ "对话框",
+ "朝左的话语气泡",
+ "话语"
+ ],
+ "skins": [
+ {
+ "unified": "1f5e8-fe0f",
+ "native": "🗨️"
+ }
+ ],
+ "version": 2
+ },
+ "right_anger_bubble": {
+ "id": "right_anger_bubble",
+ "name": "愤怒话语气泡",
+ "keywords": [
+ "caption",
+ "speech",
+ "thinking",
+ "mad",
+ "右倾愤怒对话框",
+ "对话框",
+ "愤怒",
+ "愤怒话语气泡"
+ ],
+ "skins": [
+ {
+ "unified": "1f5ef-fe0f",
+ "native": "🗯️"
+ }
+ ],
+ "version": 1
+ },
+ "thought_balloon": {
+ "id": "thought_balloon",
+ "name": "内心活动气泡",
+ "keywords": [
+ "bubble",
+ "cloud",
+ "speech",
+ "thinking",
+ "dream",
+ "内心活动气泡",
+ "对话框",
+ "思想",
+ "思想活动",
+ "想法",
+ "梦",
+ "气泡",
+ "泡泡对话框",
+ "白日梦"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ad",
+ "native": "💭"
+ }
+ ],
+ "version": 1
+ },
+ "zzz": {
+ "id": "zzz",
+ "name": "睡着",
+ "keywords": [
+ "sleepy",
+ "tired",
+ "dream",
+ "呼噜",
+ "困了",
+ "想睡",
+ "打呼",
+ "晚安",
+ "疲倦",
+ "睡着"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a4",
+ "native": "💤"
+ }
+ ],
+ "version": 1
+ },
+ "wave": {
+ "id": "wave",
+ "name": "挥手",
+ "keywords": [
+ "wave",
+ "hands",
+ "gesture",
+ "goodbye",
+ "solong",
+ "farewell",
+ "hello",
+ "hi",
+ "palm",
+ "你好",
+ "再见",
+ "嗨",
+ "在吗",
+ "手",
+ "挥手",
+ "等一下",
+ "等等",
+ "该走了"
+ ],
+ "skins": [
+ {
+ "unified": "1f44b",
+ "native": "👋"
+ },
+ {
+ "unified": "1f44b-1f3fb",
+ "native": "👋🏻"
+ },
+ {
+ "unified": "1f44b-1f3fc",
+ "native": "👋🏼"
+ },
+ {
+ "unified": "1f44b-1f3fd",
+ "native": "👋🏽"
+ },
+ {
+ "unified": "1f44b-1f3fe",
+ "native": "👋🏾"
+ },
+ {
+ "unified": "1f44b-1f3ff",
+ "native": "👋🏿"
+ }
+ ],
+ "version": 1
+ },
+ "raised_back_of_hand": {
+ "id": "raised_back_of_hand",
+ "name": "立起的手背",
+ "keywords": [
+ "fingers",
+ "backhand",
+ "举起",
+ "举起手背",
+ "手",
+ "手背",
+ "立起",
+ "立起的手背"
+ ],
+ "skins": [
+ {
+ "unified": "1f91a",
+ "native": "🤚"
+ },
+ {
+ "unified": "1f91a-1f3fb",
+ "native": "🤚🏻"
+ },
+ {
+ "unified": "1f91a-1f3fc",
+ "native": "🤚🏼"
+ },
+ {
+ "unified": "1f91a-1f3fd",
+ "native": "🤚🏽"
+ },
+ {
+ "unified": "1f91a-1f3fe",
+ "native": "🤚🏾"
+ },
+ {
+ "unified": "1f91a-1f3ff",
+ "native": "🤚🏿"
+ }
+ ],
+ "version": 3
+ },
+ "raised_hand_with_fingers_splayed": {
+ "id": "raised_hand_with_fingers_splayed",
+ "name": "手掌",
+ "keywords": [
+ "raised",
+ "palm",
+ "举起张开的手掌",
+ "击掌",
+ "布",
+ "手",
+ "手掌",
+ "禁止"
+ ],
+ "skins": [
+ {
+ "unified": "1f590-fe0f",
+ "native": "🖐️"
+ },
+ {
+ "unified": "1f590-1f3fb",
+ "native": "🖐🏻"
+ },
+ {
+ "unified": "1f590-1f3fc",
+ "native": "🖐🏼"
+ },
+ {
+ "unified": "1f590-1f3fd",
+ "native": "🖐🏽"
+ },
+ {
+ "unified": "1f590-1f3fe",
+ "native": "🖐🏾"
+ },
+ {
+ "unified": "1f590-1f3ff",
+ "native": "🖐🏿"
+ }
+ ],
+ "version": 1
+ },
+ "hand": {
+ "id": "hand",
+ "name": "举起手",
+ "keywords": [
+ "fingers",
+ "stop",
+ "highfive",
+ "high",
+ "five",
+ "palm",
+ "ban",
+ "举手",
+ "举起手",
+ "举起的手",
+ "五指",
+ "停",
+ "击掌",
+ "手"
+ ],
+ "skins": [
+ {
+ "unified": "270b",
+ "native": "✋"
+ },
+ {
+ "unified": "270b-1f3fb",
+ "native": "✋🏻"
+ },
+ {
+ "unified": "270b-1f3fc",
+ "native": "✋🏼"
+ },
+ {
+ "unified": "270b-1f3fd",
+ "native": "✋🏽"
+ },
+ {
+ "unified": "270b-1f3fe",
+ "native": "✋🏾"
+ },
+ {
+ "unified": "270b-1f3ff",
+ "native": "✋🏿"
+ }
+ ],
+ "version": 1
+ },
+ "spock-hand": {
+ "id": "spock-hand",
+ "name": "瓦肯举手礼",
+ "keywords": [
+ "spock",
+ "hand",
+ "fingers",
+ "star",
+ "trek",
+ "手",
+ "敬礼",
+ "斯波克",
+ "星际迷航",
+ "瓦肯",
+ "瓦肯举手礼"
+ ],
+ "skins": [
+ {
+ "unified": "1f596",
+ "native": "🖖"
+ },
+ {
+ "unified": "1f596-1f3fb",
+ "native": "🖖🏻"
+ },
+ {
+ "unified": "1f596-1f3fc",
+ "native": "🖖🏼"
+ },
+ {
+ "unified": "1f596-1f3fd",
+ "native": "🖖🏽"
+ },
+ {
+ "unified": "1f596-1f3fe",
+ "native": "🖖🏾"
+ },
+ {
+ "unified": "1f596-1f3ff",
+ "native": "🖖🏿"
+ }
+ ],
+ "version": 1
+ },
+ "rightwards_hand": {
+ "id": "rightwards_hand",
+ "name": "向右的手",
+ "keywords": [
+ "palm",
+ "offer",
+ "伸手",
+ "右",
+ "右手",
+ "向右",
+ "向右的手",
+ "手",
+ "握手"
+ ],
+ "skins": [
+ {
+ "unified": "1faf1",
+ "native": "🫱"
+ },
+ {
+ "unified": "1faf1-1f3fb",
+ "native": "🫱🏻"
+ },
+ {
+ "unified": "1faf1-1f3fc",
+ "native": "🫱🏼"
+ },
+ {
+ "unified": "1faf1-1f3fd",
+ "native": "🫱🏽"
+ },
+ {
+ "unified": "1faf1-1f3fe",
+ "native": "🫱🏾"
+ },
+ {
+ "unified": "1faf1-1f3ff",
+ "native": "🫱🏿"
+ }
+ ],
+ "version": 14
+ },
+ "leftwards_hand": {
+ "id": "leftwards_hand",
+ "name": "向左的手",
+ "keywords": [
+ "palm",
+ "offer",
+ "伸手",
+ "向左",
+ "向左的手",
+ "左",
+ "左手",
+ "手",
+ "握手"
+ ],
+ "skins": [
+ {
+ "unified": "1faf2",
+ "native": "🫲"
+ },
+ {
+ "unified": "1faf2-1f3fb",
+ "native": "🫲🏻"
+ },
+ {
+ "unified": "1faf2-1f3fc",
+ "native": "🫲🏼"
+ },
+ {
+ "unified": "1faf2-1f3fd",
+ "native": "🫲🏽"
+ },
+ {
+ "unified": "1faf2-1f3fe",
+ "native": "🫲🏾"
+ },
+ {
+ "unified": "1faf2-1f3ff",
+ "native": "🫲🏿"
+ }
+ ],
+ "version": 14
+ },
+ "palm_down_hand": {
+ "id": "palm_down_hand",
+ "name": "掌心向下的手",
+ "keywords": [
+ "drop",
+ "下投",
+ "手",
+ "扔掉",
+ "拿起",
+ "捡起",
+ "掌心向下的手",
+ "解散",
+ "驱赶"
+ ],
+ "skins": [
+ {
+ "unified": "1faf3",
+ "native": "🫳"
+ },
+ {
+ "unified": "1faf3-1f3fb",
+ "native": "🫳🏻"
+ },
+ {
+ "unified": "1faf3-1f3fc",
+ "native": "🫳🏼"
+ },
+ {
+ "unified": "1faf3-1f3fd",
+ "native": "🫳🏽"
+ },
+ {
+ "unified": "1faf3-1f3fe",
+ "native": "🫳🏾"
+ },
+ {
+ "unified": "1faf3-1f3ff",
+ "native": "🫳🏿"
+ }
+ ],
+ "version": 14
+ },
+ "palm_up_hand": {
+ "id": "palm_up_hand",
+ "name": "掌心向上的手",
+ "keywords": [
+ "lift",
+ "offer",
+ "demand",
+ "不知道",
+ "召唤",
+ "告诉我",
+ "手",
+ "拿着",
+ "掌心向上的手",
+ "接住",
+ "提供",
+ "过来",
+ "送出"
+ ],
+ "skins": [
+ {
+ "unified": "1faf4",
+ "native": "🫴"
+ },
+ {
+ "unified": "1faf4-1f3fb",
+ "native": "🫴🏻"
+ },
+ {
+ "unified": "1faf4-1f3fc",
+ "native": "🫴🏼"
+ },
+ {
+ "unified": "1faf4-1f3fd",
+ "native": "🫴🏽"
+ },
+ {
+ "unified": "1faf4-1f3fe",
+ "native": "🫴🏾"
+ },
+ {
+ "unified": "1faf4-1f3ff",
+ "native": "🫴🏿"
+ }
+ ],
+ "version": 14
+ },
+ "leftwards_pushing_hand": {
+ "id": "leftwards_pushing_hand",
+ "name": "向左推",
+ "keywords": [
+ "highfive",
+ "high",
+ "five",
+ "pressing",
+ "stop",
+ "中止",
+ "停止",
+ "击掌",
+ "向左",
+ "向左推",
+ "往左",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "skins": [
+ {
+ "unified": "1faf7",
+ "native": "🫷"
+ },
+ {
+ "unified": "1faf7-1f3fb",
+ "native": "🫷🏻"
+ },
+ {
+ "unified": "1faf7-1f3fc",
+ "native": "🫷🏼"
+ },
+ {
+ "unified": "1faf7-1f3fd",
+ "native": "🫷🏽"
+ },
+ {
+ "unified": "1faf7-1f3fe",
+ "native": "🫷🏾"
+ },
+ {
+ "unified": "1faf7-1f3ff",
+ "native": "🫷🏿"
+ }
+ ],
+ "version": 15
+ },
+ "rightwards_pushing_hand": {
+ "id": "rightwards_pushing_hand",
+ "name": "向右推",
+ "keywords": [
+ "highfive",
+ "high",
+ "five",
+ "pressing",
+ "stop",
+ "中止",
+ "停止",
+ "击掌",
+ "向右",
+ "向右推",
+ "往右",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "skins": [
+ {
+ "unified": "1faf8",
+ "native": "🫸"
+ },
+ {
+ "unified": "1faf8-1f3fb",
+ "native": "🫸🏻"
+ },
+ {
+ "unified": "1faf8-1f3fc",
+ "native": "🫸🏼"
+ },
+ {
+ "unified": "1faf8-1f3fd",
+ "native": "🫸🏽"
+ },
+ {
+ "unified": "1faf8-1f3fe",
+ "native": "🫸🏾"
+ },
+ {
+ "unified": "1faf8-1f3ff",
+ "native": "🫸🏿"
+ }
+ ],
+ "version": 15
+ },
+ "ok_hand": {
+ "id": "ok_hand",
+ "name": "OK",
+ "keywords": [
+ "fingers",
+ "limbs",
+ "perfect",
+ "okay",
+ "OK",
+ "OK 手势",
+ "可以",
+ "同意",
+ "好的",
+ "当然",
+ "手",
+ "没问题",
+ "确定"
+ ],
+ "skins": [
+ {
+ "unified": "1f44c",
+ "native": "👌"
+ },
+ {
+ "unified": "1f44c-1f3fb",
+ "native": "👌🏻"
+ },
+ {
+ "unified": "1f44c-1f3fc",
+ "native": "👌🏼"
+ },
+ {
+ "unified": "1f44c-1f3fd",
+ "native": "👌🏽"
+ },
+ {
+ "unified": "1f44c-1f3fe",
+ "native": "👌🏾"
+ },
+ {
+ "unified": "1f44c-1f3ff",
+ "native": "👌🏿"
+ }
+ ],
+ "version": 1
+ },
+ "pinched_fingers": {
+ "id": "pinched_fingers",
+ "name": "捏手指",
+ "keywords": [
+ "size",
+ "tiny",
+ "small",
+ "为什么",
+ "你到底在说什么",
+ "匮乏",
+ "审讯",
+ "强调",
+ "您要什么",
+ "手势",
+ "手指",
+ "挖苦",
+ "捏手指",
+ "放松点"
+ ],
+ "skins": [
+ {
+ "unified": "1f90c",
+ "native": "🤌"
+ },
+ {
+ "unified": "1f90c-1f3fb",
+ "native": "🤌🏻"
+ },
+ {
+ "unified": "1f90c-1f3fc",
+ "native": "🤌🏼"
+ },
+ {
+ "unified": "1f90c-1f3fd",
+ "native": "🤌🏽"
+ },
+ {
+ "unified": "1f90c-1f3fe",
+ "native": "🤌🏾"
+ },
+ {
+ "unified": "1f90c-1f3ff",
+ "native": "🤌🏿"
+ }
+ ],
+ "version": 13
+ },
+ "pinching_hand": {
+ "id": "pinching_hand",
+ "name": "捏合的手势",
+ "keywords": [
+ "tiny",
+ "small",
+ "size",
+ "一点",
+ "一点点",
+ "小",
+ "少",
+ "少量",
+ "手指",
+ "捏合的手势",
+ "捏着",
+ "某种程度上"
+ ],
+ "skins": [
+ {
+ "unified": "1f90f",
+ "native": "🤏"
+ },
+ {
+ "unified": "1f90f-1f3fb",
+ "native": "🤏🏻"
+ },
+ {
+ "unified": "1f90f-1f3fc",
+ "native": "🤏🏼"
+ },
+ {
+ "unified": "1f90f-1f3fd",
+ "native": "🤏🏽"
+ },
+ {
+ "unified": "1f90f-1f3fe",
+ "native": "🤏🏾"
+ },
+ {
+ "unified": "1f90f-1f3ff",
+ "native": "🤏🏿"
+ }
+ ],
+ "version": 12
+ },
+ "v": {
+ "id": "v",
+ "name": "胜利手势",
+ "keywords": [
+ "v",
+ "fingers",
+ "ohyeah",
+ "peace",
+ "two",
+ "V",
+ "和平",
+ "成功",
+ "手",
+ "胜利",
+ "胜利手势"
+ ],
+ "skins": [
+ {
+ "unified": "270c-fe0f",
+ "native": "✌️"
+ },
+ {
+ "unified": "270c-1f3fb",
+ "native": "✌🏻"
+ },
+ {
+ "unified": "270c-1f3fc",
+ "native": "✌🏼"
+ },
+ {
+ "unified": "270c-1f3fd",
+ "native": "✌🏽"
+ },
+ {
+ "unified": "270c-1f3fe",
+ "native": "✌🏾"
+ },
+ {
+ "unified": "270c-1f3ff",
+ "native": "✌🏿"
+ }
+ ],
+ "version": 1
+ },
+ "crossed_fingers": {
+ "id": "crossed_fingers",
+ "name": "交叉的手指",
+ "keywords": [
+ "hand",
+ "with",
+ "index",
+ "and",
+ "middle",
+ "good",
+ "lucky",
+ "交叉",
+ "交叉的手指",
+ "幸运",
+ "手",
+ "手指",
+ "祝好运"
+ ],
+ "skins": [
+ {
+ "unified": "1f91e",
+ "native": "🤞"
+ },
+ {
+ "unified": "1f91e-1f3fb",
+ "native": "🤞🏻"
+ },
+ {
+ "unified": "1f91e-1f3fc",
+ "native": "🤞🏼"
+ },
+ {
+ "unified": "1f91e-1f3fd",
+ "native": "🤞🏽"
+ },
+ {
+ "unified": "1f91e-1f3fe",
+ "native": "🤞🏾"
+ },
+ {
+ "unified": "1f91e-1f3ff",
+ "native": "🤞🏿"
+ }
+ ],
+ "version": 3
+ },
+ "hand_with_index_finger_and_thumb_crossed": {
+ "id": "hand_with_index_finger_and_thumb_crossed",
+ "name": "食指与拇指交叉的手",
+ "keywords": [
+ "heart",
+ "love",
+ "money",
+ "expensive",
+ "响指",
+ "心",
+ "手",
+ "昂贵",
+ "比心",
+ "爱",
+ "爱心",
+ "金钱",
+ "钞票",
+ "食指与拇指交叉的手"
+ ],
+ "skins": [
+ {
+ "unified": "1faf0",
+ "native": "🫰"
+ },
+ {
+ "unified": "1faf0-1f3fb",
+ "native": "🫰🏻"
+ },
+ {
+ "unified": "1faf0-1f3fc",
+ "native": "🫰🏼"
+ },
+ {
+ "unified": "1faf0-1f3fd",
+ "native": "🫰🏽"
+ },
+ {
+ "unified": "1faf0-1f3fe",
+ "native": "🫰🏾"
+ },
+ {
+ "unified": "1faf0-1f3ff",
+ "native": "🫰🏿"
+ }
+ ],
+ "version": 14
+ },
+ "i_love_you_hand_sign": {
+ "id": "i_love_you_hand_sign",
+ "name": "爱你的手势",
+ "keywords": [
+ "i",
+ "love",
+ "you",
+ "hand",
+ "sign",
+ "fingers",
+ "三种",
+ "我爱你",
+ "手",
+ "爱你",
+ "爱你的手势"
+ ],
+ "skins": [
+ {
+ "unified": "1f91f",
+ "native": "🤟"
+ },
+ {
+ "unified": "1f91f-1f3fb",
+ "native": "🤟🏻"
+ },
+ {
+ "unified": "1f91f-1f3fc",
+ "native": "🤟🏼"
+ },
+ {
+ "unified": "1f91f-1f3fd",
+ "native": "🤟🏽"
+ },
+ {
+ "unified": "1f91f-1f3fe",
+ "native": "🤟🏾"
+ },
+ {
+ "unified": "1f91f-1f3ff",
+ "native": "🤟🏿"
+ }
+ ],
+ "version": 5
+ },
+ "the_horns": {
+ "id": "the_horns",
+ "name": "摇滚",
+ "keywords": [
+ "hand",
+ "fingers",
+ "evil",
+ "eye",
+ "rock",
+ "on",
+ "手",
+ "摇滚",
+ "摇滚精神",
+ "燥起来",
+ "角",
+ "金属礼"
+ ],
+ "skins": [
+ {
+ "unified": "1f918",
+ "native": "🤘"
+ },
+ {
+ "unified": "1f918-1f3fb",
+ "native": "🤘🏻"
+ },
+ {
+ "unified": "1f918-1f3fc",
+ "native": "🤘🏼"
+ },
+ {
+ "unified": "1f918-1f3fd",
+ "native": "🤘🏽"
+ },
+ {
+ "unified": "1f918-1f3fe",
+ "native": "🤘🏾"
+ },
+ {
+ "unified": "1f918-1f3ff",
+ "native": "🤘🏿"
+ }
+ ],
+ "version": 1
+ },
+ "call_me_hand": {
+ "id": "call_me_hand",
+ "name": "给我打电话",
+ "keywords": [
+ "hands",
+ "gesture",
+ "shaka",
+ "手",
+ "打电话给我",
+ "电话",
+ "给我打电话",
+ "给我打电话的手势"
+ ],
+ "skins": [
+ {
+ "unified": "1f919",
+ "native": "🤙"
+ },
+ {
+ "unified": "1f919-1f3fb",
+ "native": "🤙🏻"
+ },
+ {
+ "unified": "1f919-1f3fc",
+ "native": "🤙🏼"
+ },
+ {
+ "unified": "1f919-1f3fd",
+ "native": "🤙🏽"
+ },
+ {
+ "unified": "1f919-1f3fe",
+ "native": "🤙🏾"
+ },
+ {
+ "unified": "1f919-1f3ff",
+ "native": "🤙🏿"
+ }
+ ],
+ "version": 3
+ },
+ "point_left": {
+ "id": "point_left",
+ "name": "反手食指向左指",
+ "keywords": [
+ "point",
+ "direction",
+ "fingers",
+ "hand",
+ "反手",
+ "反手食指向左指",
+ "向左指",
+ "手",
+ "指左",
+ "食指"
+ ],
+ "skins": [
+ {
+ "unified": "1f448",
+ "native": "👈"
+ },
+ {
+ "unified": "1f448-1f3fb",
+ "native": "👈🏻"
+ },
+ {
+ "unified": "1f448-1f3fc",
+ "native": "👈🏼"
+ },
+ {
+ "unified": "1f448-1f3fd",
+ "native": "👈🏽"
+ },
+ {
+ "unified": "1f448-1f3fe",
+ "native": "👈🏾"
+ },
+ {
+ "unified": "1f448-1f3ff",
+ "native": "👈🏿"
+ }
+ ],
+ "version": 1
+ },
+ "point_right": {
+ "id": "point_right",
+ "name": "反手食指向右指",
+ "keywords": [
+ "point",
+ "fingers",
+ "hand",
+ "direction",
+ "反手",
+ "反手食指向右指",
+ "向右指",
+ "手",
+ "指右",
+ "食指"
+ ],
+ "skins": [
+ {
+ "unified": "1f449",
+ "native": "👉"
+ },
+ {
+ "unified": "1f449-1f3fb",
+ "native": "👉🏻"
+ },
+ {
+ "unified": "1f449-1f3fc",
+ "native": "👉🏼"
+ },
+ {
+ "unified": "1f449-1f3fd",
+ "native": "👉🏽"
+ },
+ {
+ "unified": "1f449-1f3fe",
+ "native": "👉🏾"
+ },
+ {
+ "unified": "1f449-1f3ff",
+ "native": "👉🏿"
+ }
+ ],
+ "version": 1
+ },
+ "point_up_2": {
+ "id": "point_up_2",
+ "name": "反手食指向上指",
+ "keywords": [
+ "point",
+ "2",
+ "fingers",
+ "hand",
+ "direction",
+ "反手",
+ "反手食指向上指",
+ "向上指",
+ "手",
+ "指上",
+ "食指"
+ ],
+ "skins": [
+ {
+ "unified": "1f446",
+ "native": "👆"
+ },
+ {
+ "unified": "1f446-1f3fb",
+ "native": "👆🏻"
+ },
+ {
+ "unified": "1f446-1f3fc",
+ "native": "👆🏼"
+ },
+ {
+ "unified": "1f446-1f3fd",
+ "native": "👆🏽"
+ },
+ {
+ "unified": "1f446-1f3fe",
+ "native": "👆🏾"
+ },
+ {
+ "unified": "1f446-1f3ff",
+ "native": "👆🏿"
+ }
+ ],
+ "version": 1
+ },
+ "middle_finger": {
+ "id": "middle_finger",
+ "name": "竖中指",
+ "keywords": [
+ "reversed",
+ "hand",
+ "with",
+ "extended",
+ "fingers",
+ "rude",
+ "flipping",
+ "中指",
+ "反手",
+ "手",
+ "竖中指"
+ ],
+ "skins": [
+ {
+ "unified": "1f595",
+ "native": "🖕"
+ },
+ {
+ "unified": "1f595-1f3fb",
+ "native": "🖕🏻"
+ },
+ {
+ "unified": "1f595-1f3fc",
+ "native": "🖕🏼"
+ },
+ {
+ "unified": "1f595-1f3fd",
+ "native": "🖕🏽"
+ },
+ {
+ "unified": "1f595-1f3fe",
+ "native": "🖕🏾"
+ },
+ {
+ "unified": "1f595-1f3ff",
+ "native": "🖕🏿"
+ }
+ ],
+ "version": 1
+ },
+ "point_down": {
+ "id": "point_down",
+ "name": "反手食指向下指",
+ "keywords": [
+ "point",
+ "fingers",
+ "hand",
+ "direction",
+ "反手",
+ "反手食指向下指",
+ "向下指",
+ "手",
+ "指下",
+ "食指"
+ ],
+ "skins": [
+ {
+ "unified": "1f447",
+ "native": "👇"
+ },
+ {
+ "unified": "1f447-1f3fb",
+ "native": "👇🏻"
+ },
+ {
+ "unified": "1f447-1f3fc",
+ "native": "👇🏼"
+ },
+ {
+ "unified": "1f447-1f3fd",
+ "native": "👇🏽"
+ },
+ {
+ "unified": "1f447-1f3fe",
+ "native": "👇🏾"
+ },
+ {
+ "unified": "1f447-1f3ff",
+ "native": "👇🏿"
+ }
+ ],
+ "version": 1
+ },
+ "point_up": {
+ "id": "point_up",
+ "name": "食指向上指",
+ "keywords": [
+ "point",
+ "hand",
+ "fingers",
+ "direction",
+ "向上指",
+ "手",
+ "指上",
+ "食指",
+ "食指向上指"
+ ],
+ "skins": [
+ {
+ "unified": "261d-fe0f",
+ "native": "☝️"
+ },
+ {
+ "unified": "261d-1f3fb",
+ "native": "☝🏻"
+ },
+ {
+ "unified": "261d-1f3fc",
+ "native": "☝🏼"
+ },
+ {
+ "unified": "261d-1f3fd",
+ "native": "☝🏽"
+ },
+ {
+ "unified": "261d-1f3fe",
+ "native": "☝🏾"
+ },
+ {
+ "unified": "261d-1f3ff",
+ "native": "☝🏿"
+ }
+ ],
+ "version": 1
+ },
+ "index_pointing_at_the_viewer": {
+ "id": "index_pointing_at_the_viewer",
+ "name": "指向观察者的食指",
+ "keywords": [
+ "you",
+ "recruit",
+ "伸出手指",
+ "你",
+ "戳",
+ "手指",
+ "指",
+ "指向",
+ "指向观察者的食指"
+ ],
+ "skins": [
+ {
+ "unified": "1faf5",
+ "native": "🫵"
+ },
+ {
+ "unified": "1faf5-1f3fb",
+ "native": "🫵🏻"
+ },
+ {
+ "unified": "1faf5-1f3fc",
+ "native": "🫵🏼"
+ },
+ {
+ "unified": "1faf5-1f3fd",
+ "native": "🫵🏽"
+ },
+ {
+ "unified": "1faf5-1f3fe",
+ "native": "🫵🏾"
+ },
+ {
+ "unified": "1faf5-1f3ff",
+ "native": "🫵🏿"
+ }
+ ],
+ "version": 14
+ },
+ "+1": {
+ "id": "+1",
+ "name": "拇指向上",
+ "keywords": [
+ "+1",
+ "thumbsup",
+ "yes",
+ "awesome",
+ "good",
+ "agree",
+ "accept",
+ "cool",
+ "hand",
+ "like",
+ "同意",
+ "好",
+ "手",
+ "拇指",
+ "拇指向上",
+ "真棒",
+ "赞",
+ "赞成",
+ "顶一下"
+ ],
+ "skins": [
+ {
+ "unified": "1f44d",
+ "native": "👍"
+ },
+ {
+ "unified": "1f44d-1f3fb",
+ "native": "👍🏻"
+ },
+ {
+ "unified": "1f44d-1f3fc",
+ "native": "👍🏼"
+ },
+ {
+ "unified": "1f44d-1f3fd",
+ "native": "👍🏽"
+ },
+ {
+ "unified": "1f44d-1f3fe",
+ "native": "👍🏾"
+ },
+ {
+ "unified": "1f44d-1f3ff",
+ "native": "👍🏿"
+ }
+ ],
+ "version": 1
+ },
+ "-1": {
+ "id": "-1",
+ "name": "拇指向下",
+ "keywords": [
+ "-1",
+ "thumbsdown",
+ "no",
+ "dislike",
+ "hand",
+ "不赞成",
+ "反对",
+ "否决",
+ "手",
+ "拇指向下",
+ "责备"
+ ],
+ "skins": [
+ {
+ "unified": "1f44e",
+ "native": "👎"
+ },
+ {
+ "unified": "1f44e-1f3fb",
+ "native": "👎🏻"
+ },
+ {
+ "unified": "1f44e-1f3fc",
+ "native": "👎🏼"
+ },
+ {
+ "unified": "1f44e-1f3fd",
+ "native": "👎🏽"
+ },
+ {
+ "unified": "1f44e-1f3fe",
+ "native": "👎🏾"
+ },
+ {
+ "unified": "1f44e-1f3ff",
+ "native": "👎🏿"
+ }
+ ],
+ "version": 1
+ },
+ "fist": {
+ "id": "fist",
+ "name": "举起拳头",
+ "keywords": [
+ "fingers",
+ "hand",
+ "grasp",
+ "举拳",
+ "举起拳头",
+ "团结",
+ "手",
+ "拳头",
+ "握拳"
+ ],
+ "skins": [
+ {
+ "unified": "270a",
+ "native": "✊"
+ },
+ {
+ "unified": "270a-1f3fb",
+ "native": "✊🏻"
+ },
+ {
+ "unified": "270a-1f3fc",
+ "native": "✊🏼"
+ },
+ {
+ "unified": "270a-1f3fd",
+ "native": "✊🏽"
+ },
+ {
+ "unified": "270a-1f3fe",
+ "native": "✊🏾"
+ },
+ {
+ "unified": "270a-1f3ff",
+ "native": "✊🏿"
+ }
+ ],
+ "version": 1
+ },
+ "facepunch": {
+ "id": "facepunch",
+ "name": "出拳",
+ "keywords": [
+ "facepunch",
+ "punch",
+ "angry",
+ "violence",
+ "hit",
+ "attack",
+ "hand",
+ "出拳",
+ "完全同意",
+ "手",
+ "打",
+ "拳",
+ "挥拳过来",
+ "绝对正确"
+ ],
+ "skins": [
+ {
+ "unified": "1f44a",
+ "native": "👊"
+ },
+ {
+ "unified": "1f44a-1f3fb",
+ "native": "👊🏻"
+ },
+ {
+ "unified": "1f44a-1f3fc",
+ "native": "👊🏼"
+ },
+ {
+ "unified": "1f44a-1f3fd",
+ "native": "👊🏽"
+ },
+ {
+ "unified": "1f44a-1f3fe",
+ "native": "👊🏾"
+ },
+ {
+ "unified": "1f44a-1f3ff",
+ "native": "👊🏿"
+ }
+ ],
+ "version": 1
+ },
+ "left-facing_fist": {
+ "id": "left-facing_fist",
+ "name": "朝左的拳头",
+ "keywords": [
+ "left",
+ "facing",
+ "hand",
+ "fistbump",
+ "拳头",
+ "朝左",
+ "朝左的拳头"
+ ],
+ "skins": [
+ {
+ "unified": "1f91b",
+ "native": "🤛"
+ },
+ {
+ "unified": "1f91b-1f3fb",
+ "native": "🤛🏻"
+ },
+ {
+ "unified": "1f91b-1f3fc",
+ "native": "🤛🏼"
+ },
+ {
+ "unified": "1f91b-1f3fd",
+ "native": "🤛🏽"
+ },
+ {
+ "unified": "1f91b-1f3fe",
+ "native": "🤛🏾"
+ },
+ {
+ "unified": "1f91b-1f3ff",
+ "native": "🤛🏿"
+ }
+ ],
+ "version": 3
+ },
+ "right-facing_fist": {
+ "id": "right-facing_fist",
+ "name": "朝右的拳头",
+ "keywords": [
+ "right",
+ "facing",
+ "hand",
+ "fistbump",
+ "手",
+ "拳头",
+ "朝右",
+ "朝右的拳头"
+ ],
+ "skins": [
+ {
+ "unified": "1f91c",
+ "native": "🤜"
+ },
+ {
+ "unified": "1f91c-1f3fb",
+ "native": "🤜🏻"
+ },
+ {
+ "unified": "1f91c-1f3fc",
+ "native": "🤜🏼"
+ },
+ {
+ "unified": "1f91c-1f3fd",
+ "native": "🤜🏽"
+ },
+ {
+ "unified": "1f91c-1f3fe",
+ "native": "🤜🏾"
+ },
+ {
+ "unified": "1f91c-1f3ff",
+ "native": "🤜🏿"
+ }
+ ],
+ "version": 3
+ },
+ "clap": {
+ "id": "clap",
+ "name": "鼓掌",
+ "keywords": [
+ "clap",
+ "praise",
+ "applause",
+ "congrats",
+ "yay",
+ "干得好",
+ "恭喜",
+ "拍手",
+ "赞成",
+ "鼓掌"
+ ],
+ "skins": [
+ {
+ "unified": "1f44f",
+ "native": "👏"
+ },
+ {
+ "unified": "1f44f-1f3fb",
+ "native": "👏🏻"
+ },
+ {
+ "unified": "1f44f-1f3fc",
+ "native": "👏🏼"
+ },
+ {
+ "unified": "1f44f-1f3fd",
+ "native": "👏🏽"
+ },
+ {
+ "unified": "1f44f-1f3fe",
+ "native": "👏🏾"
+ },
+ {
+ "unified": "1f44f-1f3ff",
+ "native": "👏🏿"
+ }
+ ],
+ "version": 1
+ },
+ "raised_hands": {
+ "id": "raised_hands",
+ "name": "举双手",
+ "keywords": [
+ "raised",
+ "gesture",
+ "hooray",
+ "yea",
+ "celebration",
+ "举双手",
+ "举手",
+ "击掌",
+ "双手",
+ "庆祝",
+ "手"
+ ],
+ "skins": [
+ {
+ "unified": "1f64c",
+ "native": "🙌"
+ },
+ {
+ "unified": "1f64c-1f3fb",
+ "native": "🙌🏻"
+ },
+ {
+ "unified": "1f64c-1f3fc",
+ "native": "🙌🏼"
+ },
+ {
+ "unified": "1f64c-1f3fd",
+ "native": "🙌🏽"
+ },
+ {
+ "unified": "1f64c-1f3fe",
+ "native": "🙌🏾"
+ },
+ {
+ "unified": "1f64c-1f3ff",
+ "native": "🙌🏿"
+ }
+ ],
+ "version": 1
+ },
+ "heart_hands": {
+ "id": "heart_hands",
+ "name": "做成心形的双手",
+ "keywords": [
+ "love",
+ "appreciation",
+ "support",
+ "做成心形的双手",
+ "手",
+ "比心",
+ "爱",
+ "爱你",
+ "爱心"
+ ],
+ "skins": [
+ {
+ "unified": "1faf6",
+ "native": "🫶"
+ },
+ {
+ "unified": "1faf6-1f3fb",
+ "native": "🫶🏻"
+ },
+ {
+ "unified": "1faf6-1f3fc",
+ "native": "🫶🏼"
+ },
+ {
+ "unified": "1faf6-1f3fd",
+ "native": "🫶🏽"
+ },
+ {
+ "unified": "1faf6-1f3fe",
+ "native": "🫶🏾"
+ },
+ {
+ "unified": "1faf6-1f3ff",
+ "native": "🫶🏿"
+ }
+ ],
+ "version": 14
+ },
+ "open_hands": {
+ "id": "open_hands",
+ "name": "张开双手",
+ "keywords": [
+ "fingers",
+ "butterfly",
+ "十",
+ "双手",
+ "张开双手",
+ "摊手"
+ ],
+ "skins": [
+ {
+ "unified": "1f450",
+ "native": "👐"
+ },
+ {
+ "unified": "1f450-1f3fb",
+ "native": "👐🏻"
+ },
+ {
+ "unified": "1f450-1f3fc",
+ "native": "👐🏼"
+ },
+ {
+ "unified": "1f450-1f3fd",
+ "native": "👐🏽"
+ },
+ {
+ "unified": "1f450-1f3fe",
+ "native": "👐🏾"
+ },
+ {
+ "unified": "1f450-1f3ff",
+ "native": "👐🏿"
+ }
+ ],
+ "version": 1
+ },
+ "palms_up_together": {
+ "id": "palms_up_together",
+ "name": "掌心向上托起",
+ "keywords": [
+ "hands",
+ "gesture",
+ "cupped",
+ "prayer",
+ "双掌",
+ "双掌向上",
+ "希望",
+ "掌心向上托起",
+ "祈祷",
+ "祷告"
+ ],
+ "skins": [
+ {
+ "unified": "1f932",
+ "native": "🤲"
+ },
+ {
+ "unified": "1f932-1f3fb",
+ "native": "🤲🏻"
+ },
+ {
+ "unified": "1f932-1f3fc",
+ "native": "🤲🏼"
+ },
+ {
+ "unified": "1f932-1f3fd",
+ "native": "🤲🏽"
+ },
+ {
+ "unified": "1f932-1f3fe",
+ "native": "🤲🏾"
+ },
+ {
+ "unified": "1f932-1f3ff",
+ "native": "🤲🏿"
+ }
+ ],
+ "version": 5
+ },
+ "handshake": {
+ "id": "handshake",
+ "name": "握手",
+ "keywords": [
+ "agreement",
+ "shake",
+ "一言为定",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "skins": [
+ {
+ "unified": "1f91d",
+ "native": "🤝"
+ },
+ {
+ "unified": "1f91d-1f3fb",
+ "native": "🤝🏻"
+ },
+ {
+ "unified": "1f91d-1f3fc",
+ "native": "🤝🏼"
+ },
+ {
+ "unified": "1f91d-1f3fd",
+ "native": "🤝🏽"
+ },
+ {
+ "unified": "1f91d-1f3fe",
+ "native": "🤝🏾"
+ },
+ {
+ "unified": "1f91d-1f3ff",
+ "native": "🤝🏿"
+ }
+ ],
+ "version": 3
+ },
+ "pray": {
+ "id": "pray",
+ "name": "双手合十",
+ "keywords": [
+ "pray",
+ "please",
+ "hope",
+ "wish",
+ "namaste",
+ "highfive",
+ "high",
+ "five",
+ "thank",
+ "you",
+ "thanks",
+ "appreciate",
+ "双手合十",
+ "合掌",
+ "感恩",
+ "拜托",
+ "祈求",
+ "祈祷",
+ "祈福",
+ "祝福",
+ "谢谢"
+ ],
+ "skins": [
+ {
+ "unified": "1f64f",
+ "native": "🙏"
+ },
+ {
+ "unified": "1f64f-1f3fb",
+ "native": "🙏🏻"
+ },
+ {
+ "unified": "1f64f-1f3fc",
+ "native": "🙏🏼"
+ },
+ {
+ "unified": "1f64f-1f3fd",
+ "native": "🙏🏽"
+ },
+ {
+ "unified": "1f64f-1f3fe",
+ "native": "🙏🏾"
+ },
+ {
+ "unified": "1f64f-1f3ff",
+ "native": "🙏🏿"
+ }
+ ],
+ "version": 1
+ },
+ "writing_hand": {
+ "id": "writing_hand",
+ "name": "写字",
+ "keywords": [
+ "lower",
+ "left",
+ "ballpoint",
+ "pen",
+ "stationery",
+ "write",
+ "compose",
+ "写",
+ "写字",
+ "手",
+ "笔"
+ ],
+ "skins": [
+ {
+ "unified": "270d-fe0f",
+ "native": "✍️"
+ },
+ {
+ "unified": "270d-1f3fb",
+ "native": "✍🏻"
+ },
+ {
+ "unified": "270d-1f3fc",
+ "native": "✍🏼"
+ },
+ {
+ "unified": "270d-1f3fd",
+ "native": "✍🏽"
+ },
+ {
+ "unified": "270d-1f3fe",
+ "native": "✍🏾"
+ },
+ {
+ "unified": "270d-1f3ff",
+ "native": "✍🏿"
+ }
+ ],
+ "version": 1
+ },
+ "nail_care": {
+ "id": "nail_care",
+ "name": "涂指甲油",
+ "keywords": [
+ "care",
+ "beauty",
+ "manicure",
+ "finger",
+ "fashion",
+ "修指甲",
+ "忙完了",
+ "护手",
+ "指甲油",
+ "涂指甲油",
+ "美甲",
+ "闷",
+ "随便啦"
+ ],
+ "skins": [
+ {
+ "unified": "1f485",
+ "native": "💅"
+ },
+ {
+ "unified": "1f485-1f3fb",
+ "native": "💅🏻"
+ },
+ {
+ "unified": "1f485-1f3fc",
+ "native": "💅🏼"
+ },
+ {
+ "unified": "1f485-1f3fd",
+ "native": "💅🏽"
+ },
+ {
+ "unified": "1f485-1f3fe",
+ "native": "💅🏾"
+ },
+ {
+ "unified": "1f485-1f3ff",
+ "native": "💅🏿"
+ }
+ ],
+ "version": 1
+ },
+ "selfie": {
+ "id": "selfie",
+ "name": "自拍",
+ "keywords": [
+ "camera",
+ "phone",
+ "手机",
+ "相机",
+ "自拍"
+ ],
+ "skins": [
+ {
+ "unified": "1f933",
+ "native": "🤳"
+ },
+ {
+ "unified": "1f933-1f3fb",
+ "native": "🤳🏻"
+ },
+ {
+ "unified": "1f933-1f3fc",
+ "native": "🤳🏼"
+ },
+ {
+ "unified": "1f933-1f3fd",
+ "native": "🤳🏽"
+ },
+ {
+ "unified": "1f933-1f3fe",
+ "native": "🤳🏾"
+ },
+ {
+ "unified": "1f933-1f3ff",
+ "native": "🤳🏿"
+ }
+ ],
+ "version": 3
+ },
+ "muscle": {
+ "id": "muscle",
+ "name": "肌肉",
+ "keywords": [
+ "muscle",
+ "arm",
+ "flex",
+ "hand",
+ "summer",
+ "strong",
+ "二头肌",
+ "健身房",
+ "强壮",
+ "肌肉"
+ ],
+ "skins": [
+ {
+ "unified": "1f4aa",
+ "native": "💪"
+ },
+ {
+ "unified": "1f4aa-1f3fb",
+ "native": "💪🏻"
+ },
+ {
+ "unified": "1f4aa-1f3fc",
+ "native": "💪🏼"
+ },
+ {
+ "unified": "1f4aa-1f3fd",
+ "native": "💪🏽"
+ },
+ {
+ "unified": "1f4aa-1f3fe",
+ "native": "💪🏾"
+ },
+ {
+ "unified": "1f4aa-1f3ff",
+ "native": "💪🏿"
+ }
+ ],
+ "version": 1
+ },
+ "mechanical_arm": {
+ "id": "mechanical_arm",
+ "name": "机械手臂",
+ "keywords": [
+ "accessibility",
+ "义肢",
+ "手臂",
+ "无障碍",
+ "机械手臂"
+ ],
+ "skins": [
+ {
+ "unified": "1f9be",
+ "native": "🦾"
+ }
+ ],
+ "version": 12
+ },
+ "mechanical_leg": {
+ "id": "mechanical_leg",
+ "name": "机械腿",
+ "keywords": [
+ "accessibility",
+ "义肢",
+ "无障碍",
+ "机械腿",
+ "腿"
+ ],
+ "skins": [
+ {
+ "unified": "1f9bf",
+ "native": "🦿"
+ }
+ ],
+ "version": 12
+ },
+ "leg": {
+ "id": "leg",
+ "name": "腿",
+ "keywords": [
+ "kick",
+ "limb",
+ "弯腿",
+ "肢体",
+ "脚",
+ "腿",
+ "跛行",
+ "踢"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b5",
+ "native": "🦵"
+ },
+ {
+ "unified": "1f9b5-1f3fb",
+ "native": "🦵🏻"
+ },
+ {
+ "unified": "1f9b5-1f3fc",
+ "native": "🦵🏼"
+ },
+ {
+ "unified": "1f9b5-1f3fd",
+ "native": "🦵🏽"
+ },
+ {
+ "unified": "1f9b5-1f3fe",
+ "native": "🦵🏾"
+ },
+ {
+ "unified": "1f9b5-1f3ff",
+ "native": "🦵🏿"
+ }
+ ],
+ "version": 11
+ },
+ "foot": {
+ "id": "foot",
+ "name": "脚",
+ "keywords": [
+ "kick",
+ "stomp",
+ "脚",
+ "足踝",
+ "踏",
+ "踝",
+ "踢",
+ "踩",
+ "踱"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b6",
+ "native": "🦶"
+ },
+ {
+ "unified": "1f9b6-1f3fb",
+ "native": "🦶🏻"
+ },
+ {
+ "unified": "1f9b6-1f3fc",
+ "native": "🦶🏼"
+ },
+ {
+ "unified": "1f9b6-1f3fd",
+ "native": "🦶🏽"
+ },
+ {
+ "unified": "1f9b6-1f3fe",
+ "native": "🦶🏾"
+ },
+ {
+ "unified": "1f9b6-1f3ff",
+ "native": "🦶🏿"
+ }
+ ],
+ "version": 11
+ },
+ "ear": {
+ "id": "ear",
+ "name": "耳朵",
+ "keywords": [
+ "face",
+ "hear",
+ "sound",
+ "listen",
+ "仔细听",
+ "听",
+ "耳",
+ "耳朵"
+ ],
+ "skins": [
+ {
+ "unified": "1f442",
+ "native": "👂"
+ },
+ {
+ "unified": "1f442-1f3fb",
+ "native": "👂🏻"
+ },
+ {
+ "unified": "1f442-1f3fc",
+ "native": "👂🏼"
+ },
+ {
+ "unified": "1f442-1f3fd",
+ "native": "👂🏽"
+ },
+ {
+ "unified": "1f442-1f3fe",
+ "native": "👂🏾"
+ },
+ {
+ "unified": "1f442-1f3ff",
+ "native": "👂🏿"
+ }
+ ],
+ "version": 1
+ },
+ "ear_with_hearing_aid": {
+ "id": "ear_with_hearing_aid",
+ "name": "戴助听器的耳朵",
+ "keywords": [
+ "accessibility",
+ "助听器",
+ "听力障碍",
+ "听障",
+ "失聪",
+ "戴助听器的耳朵",
+ "无障碍",
+ "耳聋",
+ "聋"
+ ],
+ "skins": [
+ {
+ "unified": "1f9bb",
+ "native": "🦻"
+ },
+ {
+ "unified": "1f9bb-1f3fb",
+ "native": "🦻🏻"
+ },
+ {
+ "unified": "1f9bb-1f3fc",
+ "native": "🦻🏼"
+ },
+ {
+ "unified": "1f9bb-1f3fd",
+ "native": "🦻🏽"
+ },
+ {
+ "unified": "1f9bb-1f3fe",
+ "native": "🦻🏾"
+ },
+ {
+ "unified": "1f9bb-1f3ff",
+ "native": "🦻🏿"
+ }
+ ],
+ "version": 12
+ },
+ "nose": {
+ "id": "nose",
+ "name": "鼻子",
+ "keywords": [
+ "smell",
+ "sniff",
+ "嗅",
+ "气味",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "skins": [
+ {
+ "unified": "1f443",
+ "native": "👃"
+ },
+ {
+ "unified": "1f443-1f3fb",
+ "native": "👃🏻"
+ },
+ {
+ "unified": "1f443-1f3fc",
+ "native": "👃🏼"
+ },
+ {
+ "unified": "1f443-1f3fd",
+ "native": "👃🏽"
+ },
+ {
+ "unified": "1f443-1f3fe",
+ "native": "👃🏾"
+ },
+ {
+ "unified": "1f443-1f3ff",
+ "native": "👃🏿"
+ }
+ ],
+ "version": 1
+ },
+ "brain": {
+ "id": "brain",
+ "name": "脑",
+ "keywords": [
+ "smart",
+ "intelligent",
+ "大脑",
+ "头脑",
+ "智慧",
+ "智能",
+ "聪明",
+ "脑"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e0",
+ "native": "🧠"
+ }
+ ],
+ "version": 5
+ },
+ "anatomical_heart": {
+ "id": "anatomical_heart",
+ "name": "心脏器官",
+ "keywords": [
+ "health",
+ "heartbeat",
+ "中心",
+ "器官",
+ "心率",
+ "心脏",
+ "心脏器官",
+ "心脏病学",
+ "心跳",
+ "真心",
+ "红心",
+ "解剖",
+ "身体"
+ ],
+ "skins": [
+ {
+ "unified": "1fac0",
+ "native": "🫀"
+ }
+ ],
+ "version": 13
+ },
+ "lungs": {
+ "id": "lungs",
+ "name": "肺",
+ "keywords": [
+ "breathe",
+ "吸气",
+ "呼吸",
+ "呼吸作用",
+ "呼气",
+ "器官",
+ "肺",
+ "肺部",
+ "身体"
+ ],
+ "skins": [
+ {
+ "unified": "1fac1",
+ "native": "🫁"
+ }
+ ],
+ "version": 13
+ },
+ "tooth": {
+ "id": "tooth",
+ "name": "牙齿",
+ "keywords": [
+ "teeth",
+ "dentist",
+ "牙医",
+ "牙科医生",
+ "牙齿",
+ "珍珠色",
+ "白色"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b7",
+ "native": "🦷"
+ }
+ ],
+ "version": 11
+ },
+ "bone": {
+ "id": "bone",
+ "name": "骨头",
+ "keywords": [
+ "skeleton",
+ "叉骨",
+ "狗",
+ "骨头",
+ "骨骼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b4",
+ "native": "🦴"
+ }
+ ],
+ "version": 11
+ },
+ "eyes": {
+ "id": "eyes",
+ "name": "双眼",
+ "keywords": [
+ "look",
+ "watch",
+ "stalk",
+ "peek",
+ "see",
+ "双眼",
+ "看",
+ "眼睛",
+ "窥视",
+ "身体"
+ ],
+ "skins": [
+ {
+ "unified": "1f440",
+ "native": "👀"
+ }
+ ],
+ "version": 1
+ },
+ "eye": {
+ "id": "eye",
+ "name": "眼睛",
+ "keywords": [
+ "face",
+ "look",
+ "see",
+ "watch",
+ "stare",
+ "单眼",
+ "看",
+ "眼",
+ "眼睛",
+ "身体"
+ ],
+ "skins": [
+ {
+ "unified": "1f441-fe0f",
+ "native": "👁️"
+ }
+ ],
+ "version": 1
+ },
+ "tongue": {
+ "id": "tongue",
+ "name": "舌头",
+ "keywords": [
+ "mouth",
+ "playful",
+ "啧啧地喝",
+ "舌",
+ "舌头",
+ "舔",
+ "身体"
+ ],
+ "skins": [
+ {
+ "unified": "1f445",
+ "native": "👅"
+ }
+ ],
+ "version": 1
+ },
+ "lips": {
+ "id": "lips",
+ "name": "嘴",
+ "keywords": [
+ "lips",
+ "kiss",
+ "口",
+ "口红",
+ "吻",
+ "唇",
+ "唇膏",
+ "嘴"
+ ],
+ "skins": [
+ {
+ "unified": "1f444",
+ "native": "👄"
+ }
+ ],
+ "version": 1
+ },
+ "biting_lip": {
+ "id": "biting_lip",
+ "name": "咬住嘴唇",
+ "keywords": [
+ "flirt",
+ "sexy",
+ "pain",
+ "worry",
+ "不舒服",
+ "口红",
+ "咬住嘴唇",
+ "咬嘴唇",
+ "嘴唇",
+ "害怕",
+ "性感",
+ "担心",
+ "接吻",
+ "焦虑",
+ "紧张",
+ "调情"
+ ],
+ "skins": [
+ {
+ "unified": "1fae6",
+ "native": "🫦"
+ }
+ ],
+ "version": 14
+ },
+ "baby": {
+ "id": "baby",
+ "name": "小宝贝",
+ "keywords": [
+ "child",
+ "boy",
+ "girl",
+ "toddler",
+ "孩子",
+ "宝宝",
+ "小宝贝",
+ "小毛头"
+ ],
+ "skins": [
+ {
+ "unified": "1f476",
+ "native": "👶"
+ },
+ {
+ "unified": "1f476-1f3fb",
+ "native": "👶🏻"
+ },
+ {
+ "unified": "1f476-1f3fc",
+ "native": "👶🏼"
+ },
+ {
+ "unified": "1f476-1f3fd",
+ "native": "👶🏽"
+ },
+ {
+ "unified": "1f476-1f3fe",
+ "native": "👶🏾"
+ },
+ {
+ "unified": "1f476-1f3ff",
+ "native": "👶🏿"
+ }
+ ],
+ "version": 1
+ },
+ "child": {
+ "id": "child",
+ "name": "儿童",
+ "keywords": [
+ "gender",
+ "neutral",
+ "young",
+ "中性",
+ "儿童",
+ "小孩",
+ "年轻人",
+ "性别不明",
+ "性别中立"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d2",
+ "native": "🧒"
+ },
+ {
+ "unified": "1f9d2-1f3fb",
+ "native": "🧒🏻"
+ },
+ {
+ "unified": "1f9d2-1f3fc",
+ "native": "🧒🏼"
+ },
+ {
+ "unified": "1f9d2-1f3fd",
+ "native": "🧒🏽"
+ },
+ {
+ "unified": "1f9d2-1f3fe",
+ "native": "🧒🏾"
+ },
+ {
+ "unified": "1f9d2-1f3ff",
+ "native": "🧒🏿"
+ }
+ ],
+ "version": 5
+ },
+ "boy": {
+ "id": "boy",
+ "name": "男孩",
+ "keywords": [
+ "man",
+ "male",
+ "guy",
+ "teenager",
+ "儿童",
+ "孩子",
+ "小孩",
+ "男",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f466",
+ "native": "👦"
+ },
+ {
+ "unified": "1f466-1f3fb",
+ "native": "👦🏻"
+ },
+ {
+ "unified": "1f466-1f3fc",
+ "native": "👦🏼"
+ },
+ {
+ "unified": "1f466-1f3fd",
+ "native": "👦🏽"
+ },
+ {
+ "unified": "1f466-1f3fe",
+ "native": "👦🏾"
+ },
+ {
+ "unified": "1f466-1f3ff",
+ "native": "👦🏿"
+ }
+ ],
+ "version": 1
+ },
+ "girl": {
+ "id": "girl",
+ "name": "女孩",
+ "keywords": [
+ "female",
+ "woman",
+ "teenager",
+ "儿童",
+ "大眼女孩",
+ "女",
+ "女儿",
+ "女孩",
+ "孩子",
+ "小孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f467",
+ "native": "👧"
+ },
+ {
+ "unified": "1f467-1f3fb",
+ "native": "👧🏻"
+ },
+ {
+ "unified": "1f467-1f3fc",
+ "native": "👧🏼"
+ },
+ {
+ "unified": "1f467-1f3fd",
+ "native": "👧🏽"
+ },
+ {
+ "unified": "1f467-1f3fe",
+ "native": "👧🏾"
+ },
+ {
+ "unified": "1f467-1f3ff",
+ "native": "👧🏿"
+ }
+ ],
+ "version": 1
+ },
+ "adult": {
+ "id": "adult",
+ "name": "成人",
+ "keywords": [
+ "person",
+ "gender",
+ "neutral",
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1",
+ "native": "🧑"
+ },
+ {
+ "unified": "1f9d1-1f3fb",
+ "native": "🧑🏻"
+ },
+ {
+ "unified": "1f9d1-1f3fc",
+ "native": "🧑🏼"
+ },
+ {
+ "unified": "1f9d1-1f3fd",
+ "native": "🧑🏽"
+ },
+ {
+ "unified": "1f9d1-1f3fe",
+ "native": "🧑🏾"
+ },
+ {
+ "unified": "1f9d1-1f3ff",
+ "native": "🧑🏿"
+ }
+ ],
+ "version": 5
+ },
+ "person_with_blond_hair": {
+ "id": "person_with_blond_hair",
+ "name": "金色头发的人",
+ "keywords": [
+ "with",
+ "hairstyle",
+ "人",
+ "脸",
+ "金发",
+ "金色头发的人"
+ ],
+ "skins": [
+ {
+ "unified": "1f471",
+ "native": "👱"
+ },
+ {
+ "unified": "1f471-1f3fb",
+ "native": "👱🏻"
+ },
+ {
+ "unified": "1f471-1f3fc",
+ "native": "👱🏼"
+ },
+ {
+ "unified": "1f471-1f3fd",
+ "native": "👱🏽"
+ },
+ {
+ "unified": "1f471-1f3fe",
+ "native": "👱🏾"
+ },
+ {
+ "unified": "1f471-1f3ff",
+ "native": "👱🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man": {
+ "id": "man",
+ "name": "男人",
+ "keywords": [
+ "mustache",
+ "father",
+ "dad",
+ "guy",
+ "classy",
+ "sir",
+ "moustache",
+ "兄弟",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468",
+ "native": "👨"
+ },
+ {
+ "unified": "1f468-1f3fb",
+ "native": "👨🏻"
+ },
+ {
+ "unified": "1f468-1f3fc",
+ "native": "👨🏼"
+ },
+ {
+ "unified": "1f468-1f3fd",
+ "native": "👨🏽"
+ },
+ {
+ "unified": "1f468-1f3fe",
+ "native": "👨🏾"
+ },
+ {
+ "unified": "1f468-1f3ff",
+ "native": "👨🏿"
+ }
+ ],
+ "version": 1
+ },
+ "bearded_person": {
+ "id": "bearded_person",
+ "name": "有胡子的人",
+ "keywords": [
+ "bearded",
+ "man",
+ "bewhiskered",
+ "人",
+ "大胡子",
+ "有胡子的人",
+ "男",
+ "络腮胡",
+ "胡子",
+ "胡须",
+ "腮帮子",
+ "连鬓胡子"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d4",
+ "native": "🧔"
+ },
+ {
+ "unified": "1f9d4-1f3fb",
+ "native": "🧔🏻"
+ },
+ {
+ "unified": "1f9d4-1f3fc",
+ "native": "🧔🏼"
+ },
+ {
+ "unified": "1f9d4-1f3fd",
+ "native": "🧔🏽"
+ },
+ {
+ "unified": "1f9d4-1f3fe",
+ "native": "🧔🏾"
+ },
+ {
+ "unified": "1f9d4-1f3ff",
+ "native": "🧔🏿"
+ }
+ ],
+ "version": 5
+ },
+ "man_with_beard": {
+ "id": "man_with_beard",
+ "name": "有络腮胡子的男人",
+ "keywords": [
+ "man",
+ "with",
+ "facial",
+ "hair",
+ "有络腮胡子的男人",
+ "男人",
+ "胡子"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d4-200d-2642-fe0f",
+ "native": "🧔♂️"
+ },
+ {
+ "unified": "1f9d4-1f3fb-200d-2642-fe0f",
+ "native": "🧔🏻♂️"
+ },
+ {
+ "unified": "1f9d4-1f3fc-200d-2642-fe0f",
+ "native": "🧔🏼♂️"
+ },
+ {
+ "unified": "1f9d4-1f3fd-200d-2642-fe0f",
+ "native": "🧔🏽♂️"
+ },
+ {
+ "unified": "1f9d4-1f3fe-200d-2642-fe0f",
+ "native": "🧔🏾♂️"
+ },
+ {
+ "unified": "1f9d4-1f3ff-200d-2642-fe0f",
+ "native": "🧔🏿♂️"
+ }
+ ],
+ "version": 13.1
+ },
+ "woman_with_beard": {
+ "id": "woman_with_beard",
+ "name": "有络腮胡子的女人",
+ "keywords": [
+ "woman",
+ "with",
+ "facial",
+ "hair",
+ "女人",
+ "有络腮胡子的女人",
+ "胡子"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d4-200d-2640-fe0f",
+ "native": "🧔♀️"
+ },
+ {
+ "unified": "1f9d4-1f3fb-200d-2640-fe0f",
+ "native": "🧔🏻♀️"
+ },
+ {
+ "unified": "1f9d4-1f3fc-200d-2640-fe0f",
+ "native": "🧔🏼♀️"
+ },
+ {
+ "unified": "1f9d4-1f3fd-200d-2640-fe0f",
+ "native": "🧔🏽♀️"
+ },
+ {
+ "unified": "1f9d4-1f3fe-200d-2640-fe0f",
+ "native": "🧔🏾♀️"
+ },
+ {
+ "unified": "1f9d4-1f3ff-200d-2640-fe0f",
+ "native": "🧔🏿♀️"
+ }
+ ],
+ "version": 13.1
+ },
+ "red_haired_man": {
+ "id": "red_haired_man",
+ "name": "男人",
+ "keywords": [
+ "haired",
+ "man",
+ "hairstyle",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "红发"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f9b0",
+ "native": "👨🦰"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f9b0",
+ "native": "👨🏻🦰"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f9b0",
+ "native": "👨🏼🦰"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f9b0",
+ "native": "👨🏽🦰"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f9b0",
+ "native": "👨🏾🦰"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f9b0",
+ "native": "👨🏿🦰"
+ }
+ ],
+ "version": 11
+ },
+ "curly_haired_man": {
+ "id": "curly_haired_man",
+ "name": "男人",
+ "keywords": [
+ "haired",
+ "man",
+ "hairstyle",
+ "兄弟",
+ "卷发",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f9b1",
+ "native": "👨🦱"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f9b1",
+ "native": "👨🏻🦱"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f9b1",
+ "native": "👨🏼🦱"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f9b1",
+ "native": "👨🏽🦱"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f9b1",
+ "native": "👨🏾🦱"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f9b1",
+ "native": "👨🏿🦱"
+ }
+ ],
+ "version": 11
+ },
+ "white_haired_man": {
+ "id": "white_haired_man",
+ "name": "男人",
+ "keywords": [
+ "haired",
+ "man",
+ "old",
+ "elder",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "白发"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f9b3",
+ "native": "👨🦳"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f9b3",
+ "native": "👨🏻🦳"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f9b3",
+ "native": "👨🏼🦳"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f9b3",
+ "native": "👨🏽🦳"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f9b3",
+ "native": "👨🏾🦳"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f9b3",
+ "native": "👨🏿🦳"
+ }
+ ],
+ "version": 11
+ },
+ "bald_man": {
+ "id": "bald_man",
+ "name": "男人",
+ "keywords": [
+ "man",
+ "hairless",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "秃顶"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f9b2",
+ "native": "👨🦲"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f9b2",
+ "native": "👨🏻🦲"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f9b2",
+ "native": "👨🏼🦲"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f9b2",
+ "native": "👨🏽🦲"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f9b2",
+ "native": "👨🏾🦲"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f9b2",
+ "native": "👨🏿🦲"
+ }
+ ],
+ "version": 11
+ },
+ "woman": {
+ "id": "woman",
+ "name": "女人",
+ "keywords": [
+ "female",
+ "girls",
+ "lady",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "skins": [
+ {
+ "unified": "1f469",
+ "native": "👩"
+ },
+ {
+ "unified": "1f469-1f3fb",
+ "native": "👩🏻"
+ },
+ {
+ "unified": "1f469-1f3fc",
+ "native": "👩🏼"
+ },
+ {
+ "unified": "1f469-1f3fd",
+ "native": "👩🏽"
+ },
+ {
+ "unified": "1f469-1f3fe",
+ "native": "👩🏾"
+ },
+ {
+ "unified": "1f469-1f3ff",
+ "native": "👩🏿"
+ }
+ ],
+ "version": 1
+ },
+ "red_haired_woman": {
+ "id": "red_haired_woman",
+ "name": "女人",
+ "keywords": [
+ "haired",
+ "woman",
+ "hairstyle",
+ "女",
+ "女人",
+ "淑女",
+ "红发",
+ "金发"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f9b0",
+ "native": "👩🦰"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f9b0",
+ "native": "👩🏻🦰"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f9b0",
+ "native": "👩🏼🦰"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f9b0",
+ "native": "👩🏽🦰"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f9b0",
+ "native": "👩🏾🦰"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f9b0",
+ "native": "👩🏿🦰"
+ }
+ ],
+ "version": 11
+ },
+ "red_haired_person": {
+ "id": "red_haired_person",
+ "name": "成人",
+ "keywords": [
+ "haired",
+ "person",
+ "hairstyle",
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "红发"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f9b0",
+ "native": "🧑🦰"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f9b0",
+ "native": "🧑🏻🦰"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f9b0",
+ "native": "🧑🏼🦰"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f9b0",
+ "native": "🧑🏽🦰"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f9b0",
+ "native": "🧑🏾🦰"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f9b0",
+ "native": "🧑🏿🦰"
+ }
+ ],
+ "version": 12.1
+ },
+ "curly_haired_woman": {
+ "id": "curly_haired_woman",
+ "name": "女人",
+ "keywords": [
+ "haired",
+ "woman",
+ "hairstyle",
+ "卷发",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f9b1",
+ "native": "👩🦱"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f9b1",
+ "native": "👩🏻🦱"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f9b1",
+ "native": "👩🏼🦱"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f9b1",
+ "native": "👩🏽🦱"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f9b1",
+ "native": "👩🏾🦱"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f9b1",
+ "native": "👩🏿🦱"
+ }
+ ],
+ "version": 11
+ },
+ "curly_haired_person": {
+ "id": "curly_haired_person",
+ "name": "成人",
+ "keywords": [
+ "haired",
+ "person",
+ "hairstyle",
+ "中性",
+ "卷发",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f9b1",
+ "native": "🧑🦱"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f9b1",
+ "native": "🧑🏻🦱"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f9b1",
+ "native": "🧑🏼🦱"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f9b1",
+ "native": "🧑🏽🦱"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f9b1",
+ "native": "🧑🏾🦱"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f9b1",
+ "native": "🧑🏿🦱"
+ }
+ ],
+ "version": 12.1
+ },
+ "white_haired_woman": {
+ "id": "white_haired_woman",
+ "name": "女人",
+ "keywords": [
+ "haired",
+ "woman",
+ "old",
+ "elder",
+ "女",
+ "女人",
+ "淑女",
+ "白发",
+ "金发"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f9b3",
+ "native": "👩🦳"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f9b3",
+ "native": "👩🏻🦳"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f9b3",
+ "native": "👩🏼🦳"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f9b3",
+ "native": "👩🏽🦳"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f9b3",
+ "native": "👩🏾🦳"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f9b3",
+ "native": "👩🏿🦳"
+ }
+ ],
+ "version": 11
+ },
+ "white_haired_person": {
+ "id": "white_haired_person",
+ "name": "成人",
+ "keywords": [
+ "haired",
+ "person",
+ "elder",
+ "old",
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "白发"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f9b3",
+ "native": "🧑🦳"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f9b3",
+ "native": "🧑🏻🦳"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f9b3",
+ "native": "🧑🏼🦳"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f9b3",
+ "native": "🧑🏽🦳"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f9b3",
+ "native": "🧑🏾🦳"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f9b3",
+ "native": "🧑🏿🦳"
+ }
+ ],
+ "version": 12.1
+ },
+ "bald_woman": {
+ "id": "bald_woman",
+ "name": "女人",
+ "keywords": [
+ "woman",
+ "hairless",
+ "女",
+ "女人",
+ "淑女",
+ "秃顶",
+ "金发"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f9b2",
+ "native": "👩🦲"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f9b2",
+ "native": "👩🏻🦲"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f9b2",
+ "native": "👩🏼🦲"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f9b2",
+ "native": "👩🏽🦲"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f9b2",
+ "native": "👩🏾🦲"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f9b2",
+ "native": "👩🏿🦲"
+ }
+ ],
+ "version": 11
+ },
+ "bald_person": {
+ "id": "bald_person",
+ "name": "成人",
+ "keywords": [
+ "person",
+ "hairless",
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "秃顶"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f9b2",
+ "native": "🧑🦲"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f9b2",
+ "native": "🧑🏻🦲"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f9b2",
+ "native": "🧑🏼🦲"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f9b2",
+ "native": "🧑🏽🦲"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f9b2",
+ "native": "🧑🏾🦲"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f9b2",
+ "native": "🧑🏿🦲"
+ }
+ ],
+ "version": 12.1
+ },
+ "blond-haired-woman": {
+ "id": "blond-haired-woman",
+ "name": "金发女",
+ "keywords": [
+ "haired-woman",
+ "woman",
+ "female",
+ "girl",
+ "blonde",
+ "person",
+ "女",
+ "金发",
+ "金发女"
+ ],
+ "skins": [
+ {
+ "unified": "1f471-200d-2640-fe0f",
+ "native": "👱♀️"
+ },
+ {
+ "unified": "1f471-1f3fb-200d-2640-fe0f",
+ "native": "👱🏻♀️"
+ },
+ {
+ "unified": "1f471-1f3fc-200d-2640-fe0f",
+ "native": "👱🏼♀️"
+ },
+ {
+ "unified": "1f471-1f3fd-200d-2640-fe0f",
+ "native": "👱🏽♀️"
+ },
+ {
+ "unified": "1f471-1f3fe-200d-2640-fe0f",
+ "native": "👱🏾♀️"
+ },
+ {
+ "unified": "1f471-1f3ff-200d-2640-fe0f",
+ "native": "👱🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "blond-haired-man": {
+ "id": "blond-haired-man",
+ "name": "金发男",
+ "keywords": [
+ "haired-man",
+ "man",
+ "male",
+ "boy",
+ "blonde",
+ "guy",
+ "person",
+ "男",
+ "金发",
+ "金发男"
+ ],
+ "skins": [
+ {
+ "unified": "1f471-200d-2642-fe0f",
+ "native": "👱♂️"
+ },
+ {
+ "unified": "1f471-1f3fb-200d-2642-fe0f",
+ "native": "👱🏻♂️"
+ },
+ {
+ "unified": "1f471-1f3fc-200d-2642-fe0f",
+ "native": "👱🏼♂️"
+ },
+ {
+ "unified": "1f471-1f3fd-200d-2642-fe0f",
+ "native": "👱🏽♂️"
+ },
+ {
+ "unified": "1f471-1f3fe-200d-2642-fe0f",
+ "native": "👱🏾♂️"
+ },
+ {
+ "unified": "1f471-1f3ff-200d-2642-fe0f",
+ "native": "👱🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "older_adult": {
+ "id": "older_adult",
+ "name": "老年人",
+ "keywords": [
+ "person",
+ "human",
+ "elder",
+ "senior",
+ "gender",
+ "neutral",
+ "中性",
+ "性别不明",
+ "性别中性",
+ "成人",
+ "熟龄",
+ "老人",
+ "老年人",
+ "老男人",
+ "老龄"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d3",
+ "native": "🧓"
+ },
+ {
+ "unified": "1f9d3-1f3fb",
+ "native": "🧓🏻"
+ },
+ {
+ "unified": "1f9d3-1f3fc",
+ "native": "🧓🏼"
+ },
+ {
+ "unified": "1f9d3-1f3fd",
+ "native": "🧓🏽"
+ },
+ {
+ "unified": "1f9d3-1f3fe",
+ "native": "🧓🏾"
+ },
+ {
+ "unified": "1f9d3-1f3ff",
+ "native": "🧓🏿"
+ }
+ ],
+ "version": 5
+ },
+ "older_man": {
+ "id": "older_man",
+ "name": "老爷爷",
+ "keywords": [
+ "older",
+ "human",
+ "male",
+ "men",
+ "elder",
+ "senior",
+ "祖父",
+ "秃头",
+ "老人",
+ "老头",
+ "老爷爷"
+ ],
+ "skins": [
+ {
+ "unified": "1f474",
+ "native": "👴"
+ },
+ {
+ "unified": "1f474-1f3fb",
+ "native": "👴🏻"
+ },
+ {
+ "unified": "1f474-1f3fc",
+ "native": "👴🏼"
+ },
+ {
+ "unified": "1f474-1f3fd",
+ "native": "👴🏽"
+ },
+ {
+ "unified": "1f474-1f3fe",
+ "native": "👴🏾"
+ },
+ {
+ "unified": "1f474-1f3ff",
+ "native": "👴🏿"
+ }
+ ],
+ "version": 1
+ },
+ "older_woman": {
+ "id": "older_woman",
+ "name": "老奶奶",
+ "keywords": [
+ "older",
+ "human",
+ "female",
+ "women",
+ "lady",
+ "elder",
+ "senior",
+ "祖母",
+ "老人",
+ "老太",
+ "老奶奶"
+ ],
+ "skins": [
+ {
+ "unified": "1f475",
+ "native": "👵"
+ },
+ {
+ "unified": "1f475-1f3fb",
+ "native": "👵🏻"
+ },
+ {
+ "unified": "1f475-1f3fc",
+ "native": "👵🏼"
+ },
+ {
+ "unified": "1f475-1f3fd",
+ "native": "👵🏽"
+ },
+ {
+ "unified": "1f475-1f3fe",
+ "native": "👵🏾"
+ },
+ {
+ "unified": "1f475-1f3ff",
+ "native": "👵🏿"
+ }
+ ],
+ "version": 1
+ },
+ "person_frowning": {
+ "id": "person_frowning",
+ "name": "皱眉",
+ "keywords": [
+ "worried",
+ "不开心",
+ "不满",
+ "不爽",
+ "失望",
+ "心烦意乱",
+ "恼火",
+ "沮丧",
+ "皱眉",
+ "皱眉的人"
+ ],
+ "skins": [
+ {
+ "unified": "1f64d",
+ "native": "🙍"
+ },
+ {
+ "unified": "1f64d-1f3fb",
+ "native": "🙍🏻"
+ },
+ {
+ "unified": "1f64d-1f3fc",
+ "native": "🙍🏼"
+ },
+ {
+ "unified": "1f64d-1f3fd",
+ "native": "🙍🏽"
+ },
+ {
+ "unified": "1f64d-1f3fe",
+ "native": "🙍🏾"
+ },
+ {
+ "unified": "1f64d-1f3ff",
+ "native": "🙍🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-frowning": {
+ "id": "man-frowning",
+ "name": "皱眉男",
+ "keywords": [
+ "male",
+ "boy",
+ "sad",
+ "depressed",
+ "discouraged",
+ "unhappy",
+ "不开心",
+ "男",
+ "皱眉",
+ "皱眉男",
+ "表情"
+ ],
+ "skins": [
+ {
+ "unified": "1f64d-200d-2642-fe0f",
+ "native": "🙍♂️"
+ },
+ {
+ "unified": "1f64d-1f3fb-200d-2642-fe0f",
+ "native": "🙍🏻♂️"
+ },
+ {
+ "unified": "1f64d-1f3fc-200d-2642-fe0f",
+ "native": "🙍🏼♂️"
+ },
+ {
+ "unified": "1f64d-1f3fd-200d-2642-fe0f",
+ "native": "🙍🏽♂️"
+ },
+ {
+ "unified": "1f64d-1f3fe-200d-2642-fe0f",
+ "native": "🙍🏾♂️"
+ },
+ {
+ "unified": "1f64d-1f3ff-200d-2642-fe0f",
+ "native": "🙍🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-frowning": {
+ "id": "woman-frowning",
+ "name": "皱眉女",
+ "keywords": [
+ "female",
+ "girl",
+ "sad",
+ "depressed",
+ "discouraged",
+ "unhappy",
+ "不开心",
+ "女",
+ "皱眉",
+ "皱眉女"
+ ],
+ "skins": [
+ {
+ "unified": "1f64d-200d-2640-fe0f",
+ "native": "🙍♀️"
+ },
+ {
+ "unified": "1f64d-1f3fb-200d-2640-fe0f",
+ "native": "🙍🏻♀️"
+ },
+ {
+ "unified": "1f64d-1f3fc-200d-2640-fe0f",
+ "native": "🙍🏼♀️"
+ },
+ {
+ "unified": "1f64d-1f3fd-200d-2640-fe0f",
+ "native": "🙍🏽♀️"
+ },
+ {
+ "unified": "1f64d-1f3fe-200d-2640-fe0f",
+ "native": "🙍🏾♀️"
+ },
+ {
+ "unified": "1f64d-1f3ff-200d-2640-fe0f",
+ "native": "🙍🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "person_with_pouting_face": {
+ "id": "person_with_pouting_face",
+ "name": "撅嘴",
+ "keywords": [
+ "with",
+ "face",
+ "upset",
+ "不开心",
+ "不高兴",
+ "低落",
+ "噘嘴",
+ "失望",
+ "怒视",
+ "撅嘴",
+ "撅嘴的人",
+ "生闷气",
+ "皱眉",
+ "苦相",
+ "表情"
+ ],
+ "skins": [
+ {
+ "unified": "1f64e",
+ "native": "🙎"
+ },
+ {
+ "unified": "1f64e-1f3fb",
+ "native": "🙎🏻"
+ },
+ {
+ "unified": "1f64e-1f3fc",
+ "native": "🙎🏼"
+ },
+ {
+ "unified": "1f64e-1f3fd",
+ "native": "🙎🏽"
+ },
+ {
+ "unified": "1f64e-1f3fe",
+ "native": "🙎🏾"
+ },
+ {
+ "unified": "1f64e-1f3ff",
+ "native": "🙎🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-pouting": {
+ "id": "man-pouting",
+ "name": "撅嘴男",
+ "keywords": [
+ "male",
+ "boy",
+ "不开心",
+ "噘嘴",
+ "撅嘴男",
+ "男",
+ "表情"
+ ],
+ "skins": [
+ {
+ "unified": "1f64e-200d-2642-fe0f",
+ "native": "🙎♂️"
+ },
+ {
+ "unified": "1f64e-1f3fb-200d-2642-fe0f",
+ "native": "🙎🏻♂️"
+ },
+ {
+ "unified": "1f64e-1f3fc-200d-2642-fe0f",
+ "native": "🙎🏼♂️"
+ },
+ {
+ "unified": "1f64e-1f3fd-200d-2642-fe0f",
+ "native": "🙎🏽♂️"
+ },
+ {
+ "unified": "1f64e-1f3fe-200d-2642-fe0f",
+ "native": "🙎🏾♂️"
+ },
+ {
+ "unified": "1f64e-1f3ff-200d-2642-fe0f",
+ "native": "🙎🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-pouting": {
+ "id": "woman-pouting",
+ "name": "撅嘴女",
+ "keywords": [
+ "female",
+ "girl",
+ "不开心",
+ "噘嘴",
+ "女",
+ "撅嘴女"
+ ],
+ "skins": [
+ {
+ "unified": "1f64e-200d-2640-fe0f",
+ "native": "🙎♀️"
+ },
+ {
+ "unified": "1f64e-1f3fb-200d-2640-fe0f",
+ "native": "🙎🏻♀️"
+ },
+ {
+ "unified": "1f64e-1f3fc-200d-2640-fe0f",
+ "native": "🙎🏼♀️"
+ },
+ {
+ "unified": "1f64e-1f3fd-200d-2640-fe0f",
+ "native": "🙎🏽♀️"
+ },
+ {
+ "unified": "1f64e-1f3fe-200d-2640-fe0f",
+ "native": "🙎🏾♀️"
+ },
+ {
+ "unified": "1f64e-1f3ff-200d-2640-fe0f",
+ "native": "🙎🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "no_good": {
+ "id": "no_good",
+ "name": "禁止手势",
+ "keywords": [
+ "good",
+ "decline",
+ "不允许",
+ "不可能",
+ "不行",
+ "不通过",
+ "反对",
+ "手",
+ "用手势表示不的人",
+ "禁止",
+ "禁止手势"
+ ],
+ "skins": [
+ {
+ "unified": "1f645",
+ "native": "🙅"
+ },
+ {
+ "unified": "1f645-1f3fb",
+ "native": "🙅🏻"
+ },
+ {
+ "unified": "1f645-1f3fc",
+ "native": "🙅🏼"
+ },
+ {
+ "unified": "1f645-1f3fd",
+ "native": "🙅🏽"
+ },
+ {
+ "unified": "1f645-1f3fe",
+ "native": "🙅🏾"
+ },
+ {
+ "unified": "1f645-1f3ff",
+ "native": "🙅🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-gesturing-no": {
+ "id": "man-gesturing-no",
+ "name": "禁止手势男",
+ "keywords": [
+ "gesturing-no",
+ "male",
+ "boy",
+ "nope",
+ "不行",
+ "反对",
+ "男",
+ "禁止",
+ "禁止手势男"
+ ],
+ "skins": [
+ {
+ "unified": "1f645-200d-2642-fe0f",
+ "native": "🙅♂️"
+ },
+ {
+ "unified": "1f645-1f3fb-200d-2642-fe0f",
+ "native": "🙅🏻♂️"
+ },
+ {
+ "unified": "1f645-1f3fc-200d-2642-fe0f",
+ "native": "🙅🏼♂️"
+ },
+ {
+ "unified": "1f645-1f3fd-200d-2642-fe0f",
+ "native": "🙅🏽♂️"
+ },
+ {
+ "unified": "1f645-1f3fe-200d-2642-fe0f",
+ "native": "🙅🏾♂️"
+ },
+ {
+ "unified": "1f645-1f3ff-200d-2642-fe0f",
+ "native": "🙅🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-gesturing-no": {
+ "id": "woman-gesturing-no",
+ "name": "禁止手势女",
+ "keywords": [
+ "gesturing-no",
+ "female",
+ "girl",
+ "nope",
+ "不行",
+ "反对",
+ "女",
+ "禁止",
+ "禁止手势女"
+ ],
+ "skins": [
+ {
+ "unified": "1f645-200d-2640-fe0f",
+ "native": "🙅♀️"
+ },
+ {
+ "unified": "1f645-1f3fb-200d-2640-fe0f",
+ "native": "🙅🏻♀️"
+ },
+ {
+ "unified": "1f645-1f3fc-200d-2640-fe0f",
+ "native": "🙅🏼♀️"
+ },
+ {
+ "unified": "1f645-1f3fd-200d-2640-fe0f",
+ "native": "🙅🏽♀️"
+ },
+ {
+ "unified": "1f645-1f3fe-200d-2640-fe0f",
+ "native": "🙅🏾♀️"
+ },
+ {
+ "unified": "1f645-1f3ff-200d-2640-fe0f",
+ "native": "🙅🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "ok_woman": {
+ "id": "ok_woman",
+ "name": "OK手势",
+ "keywords": [
+ "woman",
+ "agree",
+ "ok",
+ "OK手势",
+ "同意",
+ "女子用手势表示好",
+ "好的",
+ "手",
+ "手势",
+ "摆姿势",
+ "锻炼"
+ ],
+ "skins": [
+ {
+ "unified": "1f646",
+ "native": "🙆"
+ },
+ {
+ "unified": "1f646-1f3fb",
+ "native": "🙆🏻"
+ },
+ {
+ "unified": "1f646-1f3fc",
+ "native": "🙆🏼"
+ },
+ {
+ "unified": "1f646-1f3fd",
+ "native": "🙆🏽"
+ },
+ {
+ "unified": "1f646-1f3fe",
+ "native": "🙆🏾"
+ },
+ {
+ "unified": "1f646-1f3ff",
+ "native": "🙆🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-gesturing-ok": {
+ "id": "man-gesturing-ok",
+ "name": "OK手势男",
+ "keywords": [
+ "gesturing-ok",
+ "men",
+ "boy",
+ "male",
+ "blue",
+ "human",
+ "ok",
+ "OK",
+ "ok手势男",
+ "OK手势男",
+ "可以",
+ "同意",
+ "好的",
+ "男",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f646-200d-2642-fe0f",
+ "native": "🙆♂️"
+ },
+ {
+ "unified": "1f646-1f3fb-200d-2642-fe0f",
+ "native": "🙆🏻♂️"
+ },
+ {
+ "unified": "1f646-1f3fc-200d-2642-fe0f",
+ "native": "🙆🏼♂️"
+ },
+ {
+ "unified": "1f646-1f3fd-200d-2642-fe0f",
+ "native": "🙆🏽♂️"
+ },
+ {
+ "unified": "1f646-1f3fe-200d-2642-fe0f",
+ "native": "🙆🏾♂️"
+ },
+ {
+ "unified": "1f646-1f3ff-200d-2642-fe0f",
+ "native": "🙆🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-gesturing-ok": {
+ "id": "woman-gesturing-ok",
+ "name": "OK手势女",
+ "keywords": [
+ "gesturing-ok",
+ "women",
+ "girl",
+ "female",
+ "pink",
+ "human",
+ "OK",
+ "OK手势女",
+ "可以",
+ "同意",
+ "女",
+ "好的"
+ ],
+ "skins": [
+ {
+ "unified": "1f646-200d-2640-fe0f",
+ "native": "🙆♀️"
+ },
+ {
+ "unified": "1f646-1f3fb-200d-2640-fe0f",
+ "native": "🙆🏻♀️"
+ },
+ {
+ "unified": "1f646-1f3fc-200d-2640-fe0f",
+ "native": "🙆🏼♀️"
+ },
+ {
+ "unified": "1f646-1f3fd-200d-2640-fe0f",
+ "native": "🙆🏽♀️"
+ },
+ {
+ "unified": "1f646-1f3fe-200d-2640-fe0f",
+ "native": "🙆🏾♀️"
+ },
+ {
+ "unified": "1f646-1f3ff-200d-2640-fe0f",
+ "native": "🙆🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "information_desk_person": {
+ "id": "information_desk_person",
+ "name": "前台",
+ "keywords": [
+ "information",
+ "desk",
+ "介绍",
+ "伸手给小费",
+ "信息",
+ "八卦",
+ "前台",
+ "帮助",
+ "手",
+ "拨弄头发",
+ "自信时髦",
+ "请您离开",
+ "随便啦"
+ ],
+ "skins": [
+ {
+ "unified": "1f481",
+ "native": "💁"
+ },
+ {
+ "unified": "1f481-1f3fb",
+ "native": "💁🏻"
+ },
+ {
+ "unified": "1f481-1f3fc",
+ "native": "💁🏼"
+ },
+ {
+ "unified": "1f481-1f3fd",
+ "native": "💁🏽"
+ },
+ {
+ "unified": "1f481-1f3fe",
+ "native": "💁🏾"
+ },
+ {
+ "unified": "1f481-1f3ff",
+ "native": "💁🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-tipping-hand": {
+ "id": "man-tipping-hand",
+ "name": "前台男",
+ "keywords": [
+ "tipping-hand",
+ "male",
+ "boy",
+ "human",
+ "information",
+ "前台",
+ "前台男",
+ "嘲讽",
+ "小费",
+ "男"
+ ],
+ "skins": [
+ {
+ "unified": "1f481-200d-2642-fe0f",
+ "native": "💁♂️"
+ },
+ {
+ "unified": "1f481-1f3fb-200d-2642-fe0f",
+ "native": "💁🏻♂️"
+ },
+ {
+ "unified": "1f481-1f3fc-200d-2642-fe0f",
+ "native": "💁🏼♂️"
+ },
+ {
+ "unified": "1f481-1f3fd-200d-2642-fe0f",
+ "native": "💁🏽♂️"
+ },
+ {
+ "unified": "1f481-1f3fe-200d-2642-fe0f",
+ "native": "💁🏾♂️"
+ },
+ {
+ "unified": "1f481-1f3ff-200d-2642-fe0f",
+ "native": "💁🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-tipping-hand": {
+ "id": "woman-tipping-hand",
+ "name": "前台女",
+ "keywords": [
+ "tipping-hand",
+ "female",
+ "girl",
+ "human",
+ "information",
+ "前台",
+ "前台女",
+ "女"
+ ],
+ "skins": [
+ {
+ "unified": "1f481-200d-2640-fe0f",
+ "native": "💁♀️"
+ },
+ {
+ "unified": "1f481-1f3fb-200d-2640-fe0f",
+ "native": "💁🏻♀️"
+ },
+ {
+ "unified": "1f481-1f3fc-200d-2640-fe0f",
+ "native": "💁🏼♀️"
+ },
+ {
+ "unified": "1f481-1f3fd-200d-2640-fe0f",
+ "native": "💁🏽♀️"
+ },
+ {
+ "unified": "1f481-1f3fe-200d-2640-fe0f",
+ "native": "💁🏾♀️"
+ },
+ {
+ "unified": "1f481-1f3ff-200d-2640-fe0f",
+ "native": "💁🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "raising_hand": {
+ "id": "raising_hand",
+ "name": "举手",
+ "keywords": [
+ "question",
+ "举手",
+ "举手的人",
+ "嗨",
+ "开心",
+ "我参加",
+ "我可以帮忙",
+ "我知道",
+ "手",
+ "看这里",
+ "选我"
+ ],
+ "skins": [
+ {
+ "unified": "1f64b",
+ "native": "🙋"
+ },
+ {
+ "unified": "1f64b-1f3fb",
+ "native": "🙋🏻"
+ },
+ {
+ "unified": "1f64b-1f3fc",
+ "native": "🙋🏼"
+ },
+ {
+ "unified": "1f64b-1f3fd",
+ "native": "🙋🏽"
+ },
+ {
+ "unified": "1f64b-1f3fe",
+ "native": "🙋🏾"
+ },
+ {
+ "unified": "1f64b-1f3ff",
+ "native": "🙋🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-raising-hand": {
+ "id": "man-raising-hand",
+ "name": "男生举手",
+ "keywords": [
+ "raising-hand",
+ "male",
+ "boy",
+ "举手",
+ "发问",
+ "手势",
+ "男",
+ "男生举手"
+ ],
+ "skins": [
+ {
+ "unified": "1f64b-200d-2642-fe0f",
+ "native": "🙋♂️"
+ },
+ {
+ "unified": "1f64b-1f3fb-200d-2642-fe0f",
+ "native": "🙋🏻♂️"
+ },
+ {
+ "unified": "1f64b-1f3fc-200d-2642-fe0f",
+ "native": "🙋🏼♂️"
+ },
+ {
+ "unified": "1f64b-1f3fd-200d-2642-fe0f",
+ "native": "🙋🏽♂️"
+ },
+ {
+ "unified": "1f64b-1f3fe-200d-2642-fe0f",
+ "native": "🙋🏾♂️"
+ },
+ {
+ "unified": "1f64b-1f3ff-200d-2642-fe0f",
+ "native": "🙋🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-raising-hand": {
+ "id": "woman-raising-hand",
+ "name": "女生举手",
+ "keywords": [
+ "raising-hand",
+ "female",
+ "girl",
+ "举手",
+ "女",
+ "女生举手"
+ ],
+ "skins": [
+ {
+ "unified": "1f64b-200d-2640-fe0f",
+ "native": "🙋♀️"
+ },
+ {
+ "unified": "1f64b-1f3fb-200d-2640-fe0f",
+ "native": "🙋🏻♀️"
+ },
+ {
+ "unified": "1f64b-1f3fc-200d-2640-fe0f",
+ "native": "🙋🏼♀️"
+ },
+ {
+ "unified": "1f64b-1f3fd-200d-2640-fe0f",
+ "native": "🙋🏽♀️"
+ },
+ {
+ "unified": "1f64b-1f3fe-200d-2640-fe0f",
+ "native": "🙋🏾♀️"
+ },
+ {
+ "unified": "1f64b-1f3ff-200d-2640-fe0f",
+ "native": "🙋🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "deaf_person": {
+ "id": "deaf_person",
+ "name": "失聪者",
+ "keywords": [
+ "accessibility",
+ "听力",
+ "听力障碍",
+ "听障",
+ "失聪者",
+ "无障碍",
+ "耳朵",
+ "耳聋",
+ "聋"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cf",
+ "native": "🧏"
+ },
+ {
+ "unified": "1f9cf-1f3fb",
+ "native": "🧏🏻"
+ },
+ {
+ "unified": "1f9cf-1f3fc",
+ "native": "🧏🏼"
+ },
+ {
+ "unified": "1f9cf-1f3fd",
+ "native": "🧏🏽"
+ },
+ {
+ "unified": "1f9cf-1f3fe",
+ "native": "🧏🏾"
+ },
+ {
+ "unified": "1f9cf-1f3ff",
+ "native": "🧏🏿"
+ }
+ ],
+ "version": 12
+ },
+ "deaf_man": {
+ "id": "deaf_man",
+ "name": "失聪的男人",
+ "keywords": [
+ "accessibility",
+ "听力障碍",
+ "失聪的男人",
+ "男",
+ "耳朵",
+ "聋"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cf-200d-2642-fe0f",
+ "native": "🧏♂️"
+ },
+ {
+ "unified": "1f9cf-1f3fb-200d-2642-fe0f",
+ "native": "🧏🏻♂️"
+ },
+ {
+ "unified": "1f9cf-1f3fc-200d-2642-fe0f",
+ "native": "🧏🏼♂️"
+ },
+ {
+ "unified": "1f9cf-1f3fd-200d-2642-fe0f",
+ "native": "🧏🏽♂️"
+ },
+ {
+ "unified": "1f9cf-1f3fe-200d-2642-fe0f",
+ "native": "🧏🏾♂️"
+ },
+ {
+ "unified": "1f9cf-1f3ff-200d-2642-fe0f",
+ "native": "🧏🏿♂️"
+ }
+ ],
+ "version": 12
+ },
+ "deaf_woman": {
+ "id": "deaf_woman",
+ "name": "失聪的女人",
+ "keywords": [
+ "accessibility",
+ "听力障碍",
+ "失聪的女人",
+ "女",
+ "耳朵",
+ "聋"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cf-200d-2640-fe0f",
+ "native": "🧏♀️"
+ },
+ {
+ "unified": "1f9cf-1f3fb-200d-2640-fe0f",
+ "native": "🧏🏻♀️"
+ },
+ {
+ "unified": "1f9cf-1f3fc-200d-2640-fe0f",
+ "native": "🧏🏼♀️"
+ },
+ {
+ "unified": "1f9cf-1f3fd-200d-2640-fe0f",
+ "native": "🧏🏽♀️"
+ },
+ {
+ "unified": "1f9cf-1f3fe-200d-2640-fe0f",
+ "native": "🧏🏾♀️"
+ },
+ {
+ "unified": "1f9cf-1f3ff-200d-2640-fe0f",
+ "native": "🧏🏿♀️"
+ }
+ ],
+ "version": 12
+ },
+ "bow": {
+ "id": "bow",
+ "name": "鞠躬",
+ "keywords": [
+ "bow",
+ "respectiful",
+ "不好意思",
+ "冥想",
+ "姿势",
+ "对不起",
+ "惭愧",
+ "感谢",
+ "懊悔",
+ "祈求宽恕",
+ "道歉",
+ "鞠躬",
+ "鞠躬的人"
+ ],
+ "skins": [
+ {
+ "unified": "1f647",
+ "native": "🙇"
+ },
+ {
+ "unified": "1f647-1f3fb",
+ "native": "🙇🏻"
+ },
+ {
+ "unified": "1f647-1f3fc",
+ "native": "🙇🏼"
+ },
+ {
+ "unified": "1f647-1f3fd",
+ "native": "🙇🏽"
+ },
+ {
+ "unified": "1f647-1f3fe",
+ "native": "🙇🏾"
+ },
+ {
+ "unified": "1f647-1f3ff",
+ "native": "🙇🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-bowing": {
+ "id": "man-bowing",
+ "name": "男生鞠躬",
+ "keywords": [
+ "male",
+ "boy",
+ "不好意思",
+ "对不起",
+ "男",
+ "男生鞠躬",
+ "道歉"
+ ],
+ "skins": [
+ {
+ "unified": "1f647-200d-2642-fe0f",
+ "native": "🙇♂️"
+ },
+ {
+ "unified": "1f647-1f3fb-200d-2642-fe0f",
+ "native": "🙇🏻♂️"
+ },
+ {
+ "unified": "1f647-1f3fc-200d-2642-fe0f",
+ "native": "🙇🏼♂️"
+ },
+ {
+ "unified": "1f647-1f3fd-200d-2642-fe0f",
+ "native": "🙇🏽♂️"
+ },
+ {
+ "unified": "1f647-1f3fe-200d-2642-fe0f",
+ "native": "🙇🏾♂️"
+ },
+ {
+ "unified": "1f647-1f3ff-200d-2642-fe0f",
+ "native": "🙇🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-bowing": {
+ "id": "woman-bowing",
+ "name": "女生鞠躬",
+ "keywords": [
+ "female",
+ "girl",
+ "不好意思",
+ "女",
+ "女生鞠躬",
+ "对不起",
+ "道歉",
+ "静思",
+ "鞠躬"
+ ],
+ "skins": [
+ {
+ "unified": "1f647-200d-2640-fe0f",
+ "native": "🙇♀️"
+ },
+ {
+ "unified": "1f647-1f3fb-200d-2640-fe0f",
+ "native": "🙇🏻♀️"
+ },
+ {
+ "unified": "1f647-1f3fc-200d-2640-fe0f",
+ "native": "🙇🏼♀️"
+ },
+ {
+ "unified": "1f647-1f3fd-200d-2640-fe0f",
+ "native": "🙇🏽♀️"
+ },
+ {
+ "unified": "1f647-1f3fe-200d-2640-fe0f",
+ "native": "🙇🏾♀️"
+ },
+ {
+ "unified": "1f647-1f3ff-200d-2640-fe0f",
+ "native": "🙇🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "face_palm": {
+ "id": "face_palm",
+ "name": "捂脸",
+ "keywords": [
+ "person",
+ "facepalming",
+ "disappointed",
+ "人",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "skins": [
+ {
+ "unified": "1f926",
+ "native": "🤦"
+ },
+ {
+ "unified": "1f926-1f3fb",
+ "native": "🤦🏻"
+ },
+ {
+ "unified": "1f926-1f3fc",
+ "native": "🤦🏼"
+ },
+ {
+ "unified": "1f926-1f3fd",
+ "native": "🤦🏽"
+ },
+ {
+ "unified": "1f926-1f3fe",
+ "native": "🤦🏾"
+ },
+ {
+ "unified": "1f926-1f3ff",
+ "native": "🤦🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man-facepalming": {
+ "id": "man-facepalming",
+ "name": "男生捂脸",
+ "keywords": [
+ "male",
+ "boy",
+ "disbelief",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "男",
+ "男子捂脸",
+ "男生捂脸",
+ "难以置信",
+ "震惊"
+ ],
+ "skins": [
+ {
+ "unified": "1f926-200d-2642-fe0f",
+ "native": "🤦♂️"
+ },
+ {
+ "unified": "1f926-1f3fb-200d-2642-fe0f",
+ "native": "🤦🏻♂️"
+ },
+ {
+ "unified": "1f926-1f3fc-200d-2642-fe0f",
+ "native": "🤦🏼♂️"
+ },
+ {
+ "unified": "1f926-1f3fd-200d-2642-fe0f",
+ "native": "🤦🏽♂️"
+ },
+ {
+ "unified": "1f926-1f3fe-200d-2642-fe0f",
+ "native": "🤦🏾♂️"
+ },
+ {
+ "unified": "1f926-1f3ff-200d-2642-fe0f",
+ "native": "🤦🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-facepalming": {
+ "id": "woman-facepalming",
+ "name": "女生捂脸",
+ "keywords": [
+ "female",
+ "girl",
+ "disbelief",
+ "女",
+ "女子捂脸",
+ "女生捂脸",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "skins": [
+ {
+ "unified": "1f926-200d-2640-fe0f",
+ "native": "🤦♀️"
+ },
+ {
+ "unified": "1f926-1f3fb-200d-2640-fe0f",
+ "native": "🤦🏻♀️"
+ },
+ {
+ "unified": "1f926-1f3fc-200d-2640-fe0f",
+ "native": "🤦🏼♀️"
+ },
+ {
+ "unified": "1f926-1f3fd-200d-2640-fe0f",
+ "native": "🤦🏽♀️"
+ },
+ {
+ "unified": "1f926-1f3fe-200d-2640-fe0f",
+ "native": "🤦🏾♀️"
+ },
+ {
+ "unified": "1f926-1f3ff-200d-2640-fe0f",
+ "native": "🤦🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "shrug": {
+ "id": "shrug",
+ "name": "耸肩",
+ "keywords": [
+ "person",
+ "shrugging",
+ "regardless",
+ "不关心",
+ "不知道",
+ "人",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "skins": [
+ {
+ "unified": "1f937",
+ "native": "🤷"
+ },
+ {
+ "unified": "1f937-1f3fb",
+ "native": "🤷🏻"
+ },
+ {
+ "unified": "1f937-1f3fc",
+ "native": "🤷🏼"
+ },
+ {
+ "unified": "1f937-1f3fd",
+ "native": "🤷🏽"
+ },
+ {
+ "unified": "1f937-1f3fe",
+ "native": "🤷🏾"
+ },
+ {
+ "unified": "1f937-1f3ff",
+ "native": "🤷🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man-shrugging": {
+ "id": "man-shrugging",
+ "name": "男生耸肩",
+ "keywords": [
+ "male",
+ "boy",
+ "confused",
+ "indifferent",
+ "doubt",
+ "不关心",
+ "不知道",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "男",
+ "男子耸肩",
+ "男生耸肩",
+ "耸肩"
+ ],
+ "skins": [
+ {
+ "unified": "1f937-200d-2642-fe0f",
+ "native": "🤷♂️"
+ },
+ {
+ "unified": "1f937-1f3fb-200d-2642-fe0f",
+ "native": "🤷🏻♂️"
+ },
+ {
+ "unified": "1f937-1f3fc-200d-2642-fe0f",
+ "native": "🤷🏼♂️"
+ },
+ {
+ "unified": "1f937-1f3fd-200d-2642-fe0f",
+ "native": "🤷🏽♂️"
+ },
+ {
+ "unified": "1f937-1f3fe-200d-2642-fe0f",
+ "native": "🤷🏾♂️"
+ },
+ {
+ "unified": "1f937-1f3ff-200d-2642-fe0f",
+ "native": "🤷🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-shrugging": {
+ "id": "woman-shrugging",
+ "name": "女生耸肩",
+ "keywords": [
+ "female",
+ "girl",
+ "confused",
+ "indifferent",
+ "doubt",
+ "不关心",
+ "不知道",
+ "天晓得",
+ "女",
+ "女子耸肩",
+ "女生耸肩",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "skins": [
+ {
+ "unified": "1f937-200d-2640-fe0f",
+ "native": "🤷♀️"
+ },
+ {
+ "unified": "1f937-1f3fb-200d-2640-fe0f",
+ "native": "🤷🏻♀️"
+ },
+ {
+ "unified": "1f937-1f3fc-200d-2640-fe0f",
+ "native": "🤷🏼♀️"
+ },
+ {
+ "unified": "1f937-1f3fd-200d-2640-fe0f",
+ "native": "🤷🏽♀️"
+ },
+ {
+ "unified": "1f937-1f3fe-200d-2640-fe0f",
+ "native": "🤷🏾♀️"
+ },
+ {
+ "unified": "1f937-1f3ff-200d-2640-fe0f",
+ "native": "🤷🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "health_worker": {
+ "id": "health_worker",
+ "name": "卫生工作者",
+ "keywords": [
+ "hospital",
+ "医生",
+ "卫生工作者",
+ "护士",
+ "治疗师"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-2695-fe0f",
+ "native": "🧑⚕️"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-2695-fe0f",
+ "native": "🧑🏻⚕️"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-2695-fe0f",
+ "native": "🧑🏼⚕️"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-2695-fe0f",
+ "native": "🧑🏽⚕️"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-2695-fe0f",
+ "native": "🧑🏾⚕️"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-2695-fe0f",
+ "native": "🧑🏿⚕️"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-doctor": {
+ "id": "male-doctor",
+ "name": "男医生",
+ "keywords": [
+ "male",
+ "doctor",
+ "nurse",
+ "therapist",
+ "healthcare",
+ "human",
+ "医护人员",
+ "医生",
+ "护士",
+ "治疗师",
+ "男",
+ "男人",
+ "男医生",
+ "男治疗师"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-2695-fe0f",
+ "native": "👨⚕️"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-2695-fe0f",
+ "native": "👨🏻⚕️"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-2695-fe0f",
+ "native": "👨🏼⚕️"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-2695-fe0f",
+ "native": "👨🏽⚕️"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-2695-fe0f",
+ "native": "👨🏾⚕️"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-2695-fe0f",
+ "native": "👨🏿⚕️"
+ }
+ ],
+ "version": 4
+ },
+ "female-doctor": {
+ "id": "female-doctor",
+ "name": "女医生",
+ "keywords": [
+ "female",
+ "doctor",
+ "nurse",
+ "therapist",
+ "healthcare",
+ "human",
+ "医护人员",
+ "医生",
+ "女",
+ "女人",
+ "女医生",
+ "女治疗师",
+ "护士",
+ "治疗师"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-2695-fe0f",
+ "native": "👩⚕️"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-2695-fe0f",
+ "native": "👩🏻⚕️"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-2695-fe0f",
+ "native": "👩🏼⚕️"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-2695-fe0f",
+ "native": "👩🏽⚕️"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-2695-fe0f",
+ "native": "👩🏾⚕️"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-2695-fe0f",
+ "native": "👩🏿⚕️"
+ }
+ ],
+ "version": 4
+ },
+ "student": {
+ "id": "student",
+ "name": "学生",
+ "keywords": [
+ "learn",
+ "学生",
+ "毕业",
+ "毕业生"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f393",
+ "native": "🧑🎓"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f393",
+ "native": "🧑🏻🎓"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f393",
+ "native": "🧑🏼🎓"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f393",
+ "native": "🧑🏽🎓"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f393",
+ "native": "🧑🏾🎓"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f393",
+ "native": "🧑🏿🎓"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-student": {
+ "id": "male-student",
+ "name": "男学生",
+ "keywords": [
+ "male",
+ "graduate",
+ "human",
+ "学生",
+ "毕业",
+ "男",
+ "男学生"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f393",
+ "native": "👨🎓"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f393",
+ "native": "👨🏻🎓"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f393",
+ "native": "👨🏼🎓"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f393",
+ "native": "👨🏽🎓"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f393",
+ "native": "👨🏾🎓"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f393",
+ "native": "👨🏿🎓"
+ }
+ ],
+ "version": 4
+ },
+ "female-student": {
+ "id": "female-student",
+ "name": "女学生",
+ "keywords": [
+ "female",
+ "graduate",
+ "human",
+ "女",
+ "女学生",
+ "学生",
+ "毕业"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f393",
+ "native": "👩🎓"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f393",
+ "native": "👩🏻🎓"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f393",
+ "native": "👩🏼🎓"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f393",
+ "native": "👩🏽🎓"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f393",
+ "native": "👩🏾🎓"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f393",
+ "native": "👩🏿🎓"
+ }
+ ],
+ "version": 4
+ },
+ "teacher": {
+ "id": "teacher",
+ "name": "老师",
+ "keywords": [
+ "professor",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f3eb",
+ "native": "🧑🏫"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f3eb",
+ "native": "🧑🏻🏫"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f3eb",
+ "native": "🧑🏼🏫"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f3eb",
+ "native": "🧑🏽🏫"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f3eb",
+ "native": "🧑🏾🏫"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f3eb",
+ "native": "🧑🏿🏫"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-teacher": {
+ "id": "male-teacher",
+ "name": "男老师",
+ "keywords": [
+ "male",
+ "instructor",
+ "professor",
+ "human",
+ "教师",
+ "教授",
+ "男",
+ "男老师",
+ "老师"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f3eb",
+ "native": "👨🏫"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f3eb",
+ "native": "👨🏻🏫"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f3eb",
+ "native": "👨🏼🏫"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f3eb",
+ "native": "👨🏽🏫"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f3eb",
+ "native": "👨🏾🏫"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f3eb",
+ "native": "👨🏿🏫"
+ }
+ ],
+ "version": 4
+ },
+ "female-teacher": {
+ "id": "female-teacher",
+ "name": "女老师",
+ "keywords": [
+ "female",
+ "instructor",
+ "professor",
+ "human",
+ "女",
+ "女老师",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f3eb",
+ "native": "👩🏫"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f3eb",
+ "native": "👩🏻🏫"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f3eb",
+ "native": "👩🏼🏫"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f3eb",
+ "native": "👩🏽🏫"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f3eb",
+ "native": "👩🏾🏫"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f3eb",
+ "native": "👩🏿🏫"
+ }
+ ],
+ "version": 4
+ },
+ "judge": {
+ "id": "judge",
+ "name": "法官",
+ "keywords": [
+ "law",
+ "法官",
+ "法律"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-2696-fe0f",
+ "native": "🧑⚖️"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-2696-fe0f",
+ "native": "🧑🏻⚖️"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-2696-fe0f",
+ "native": "🧑🏼⚖️"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-2696-fe0f",
+ "native": "🧑🏽⚖️"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-2696-fe0f",
+ "native": "🧑🏾⚖️"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-2696-fe0f",
+ "native": "🧑🏿⚖️"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-judge": {
+ "id": "male-judge",
+ "name": "男法官",
+ "keywords": [
+ "male",
+ "justice",
+ "court",
+ "human",
+ "正义",
+ "法官",
+ "法律",
+ "男",
+ "男法官"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-2696-fe0f",
+ "native": "👨⚖️"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-2696-fe0f",
+ "native": "👨🏻⚖️"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-2696-fe0f",
+ "native": "👨🏼⚖️"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-2696-fe0f",
+ "native": "👨🏽⚖️"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-2696-fe0f",
+ "native": "👨🏾⚖️"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-2696-fe0f",
+ "native": "👨🏿⚖️"
+ }
+ ],
+ "version": 4
+ },
+ "female-judge": {
+ "id": "female-judge",
+ "name": "女法官",
+ "keywords": [
+ "female",
+ "justice",
+ "court",
+ "human",
+ "女",
+ "女法官",
+ "正义",
+ "法官",
+ "法律"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-2696-fe0f",
+ "native": "👩⚖️"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-2696-fe0f",
+ "native": "👩🏻⚖️"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-2696-fe0f",
+ "native": "👩🏼⚖️"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-2696-fe0f",
+ "native": "👩🏽⚖️"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-2696-fe0f",
+ "native": "👩🏾⚖️"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-2696-fe0f",
+ "native": "👩🏿⚖️"
+ }
+ ],
+ "version": 4
+ },
+ "farmer": {
+ "id": "farmer",
+ "name": "农民",
+ "keywords": [
+ "crops",
+ "农民",
+ "园丁"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f33e",
+ "native": "🧑🌾"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f33e",
+ "native": "🧑🏻🌾"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f33e",
+ "native": "🧑🏼🌾"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f33e",
+ "native": "🧑🏽🌾"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f33e",
+ "native": "🧑🏾🌾"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f33e",
+ "native": "🧑🏿🌾"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-farmer": {
+ "id": "male-farmer",
+ "name": "农夫",
+ "keywords": [
+ "male",
+ "rancher",
+ "gardener",
+ "human",
+ "农夫",
+ "农民",
+ "园丁",
+ "牧场主人",
+ "牧场工人",
+ "男"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f33e",
+ "native": "👨🌾"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f33e",
+ "native": "👨🏻🌾"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f33e",
+ "native": "👨🏼🌾"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f33e",
+ "native": "👨🏽🌾"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f33e",
+ "native": "👨🏾🌾"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f33e",
+ "native": "👨🏿🌾"
+ }
+ ],
+ "version": 4
+ },
+ "female-farmer": {
+ "id": "female-farmer",
+ "name": "农妇",
+ "keywords": [
+ "female",
+ "rancher",
+ "gardener",
+ "human",
+ "农妇",
+ "农民",
+ "园丁",
+ "女",
+ "牧场主人",
+ "牧场工"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f33e",
+ "native": "👩🌾"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f33e",
+ "native": "👩🏻🌾"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f33e",
+ "native": "👩🏼🌾"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f33e",
+ "native": "👩🏽🌾"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f33e",
+ "native": "👩🏾🌾"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f33e",
+ "native": "👩🏿🌾"
+ }
+ ],
+ "version": 4
+ },
+ "cook": {
+ "id": "cook",
+ "name": "厨师",
+ "keywords": [
+ "food",
+ "kitchen",
+ "culinary",
+ "做饭",
+ "厨师",
+ "大厨"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f373",
+ "native": "🧑🍳"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f373",
+ "native": "🧑🏻🍳"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f373",
+ "native": "🧑🏼🍳"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f373",
+ "native": "🧑🏽🍳"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f373",
+ "native": "🧑🏾🍳"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f373",
+ "native": "🧑🏿🍳"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-cook": {
+ "id": "male-cook",
+ "name": "男厨师",
+ "keywords": [
+ "male",
+ "chef",
+ "human",
+ "做饭",
+ "厨师",
+ "大厨",
+ "男",
+ "男厨师"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f373",
+ "native": "👨🍳"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f373",
+ "native": "👨🏻🍳"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f373",
+ "native": "👨🏼🍳"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f373",
+ "native": "👨🏽🍳"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f373",
+ "native": "👨🏾🍳"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f373",
+ "native": "👨🏿🍳"
+ }
+ ],
+ "version": 4
+ },
+ "female-cook": {
+ "id": "female-cook",
+ "name": "女厨师",
+ "keywords": [
+ "female",
+ "chef",
+ "human",
+ "做饭",
+ "厨师",
+ "大厨",
+ "女",
+ "女厨师"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f373",
+ "native": "👩🍳"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f373",
+ "native": "👩🏻🍳"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f373",
+ "native": "👩🏼🍳"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f373",
+ "native": "👩🏽🍳"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f373",
+ "native": "👩🏾🍳"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f373",
+ "native": "👩🏿🍳"
+ }
+ ],
+ "version": 4
+ },
+ "mechanic": {
+ "id": "mechanic",
+ "name": "技工",
+ "keywords": [
+ "worker",
+ "technician",
+ "技工",
+ "水管工",
+ "电工"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f527",
+ "native": "🧑🔧"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f527",
+ "native": "🧑🏻🔧"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f527",
+ "native": "🧑🏼🔧"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f527",
+ "native": "🧑🏽🔧"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f527",
+ "native": "🧑🏾🔧"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f527",
+ "native": "🧑🏿🔧"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-mechanic": {
+ "id": "male-mechanic",
+ "name": "男技工",
+ "keywords": [
+ "male",
+ "plumber",
+ "human",
+ "wrench",
+ "技工",
+ "机械工",
+ "杂工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "男",
+ "男技工"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f527",
+ "native": "👨🔧"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f527",
+ "native": "👨🏻🔧"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f527",
+ "native": "👨🏼🔧"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f527",
+ "native": "👨🏽🔧"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f527",
+ "native": "👨🏾🔧"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f527",
+ "native": "👨🏿🔧"
+ }
+ ],
+ "version": 4
+ },
+ "female-mechanic": {
+ "id": "female-mechanic",
+ "name": "女技工",
+ "keywords": [
+ "female",
+ "plumber",
+ "human",
+ "wrench",
+ "修理工",
+ "女",
+ "女技工",
+ "技工",
+ "水电工",
+ "水管工",
+ "水管工人",
+ "电工"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f527",
+ "native": "👩🔧"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f527",
+ "native": "👩🏻🔧"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f527",
+ "native": "👩🏼🔧"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f527",
+ "native": "👩🏽🔧"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f527",
+ "native": "👩🏾🔧"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f527",
+ "native": "👩🏿🔧"
+ }
+ ],
+ "version": 4
+ },
+ "factory_worker": {
+ "id": "factory_worker",
+ "name": "工人",
+ "keywords": [
+ "labor",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f3ed",
+ "native": "🧑🏭"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f3ed",
+ "native": "🧑🏻🏭"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f3ed",
+ "native": "🧑🏼🏭"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f3ed",
+ "native": "🧑🏽🏭"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f3ed",
+ "native": "🧑🏾🏭"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f3ed",
+ "native": "🧑🏿🏭"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-factory-worker": {
+ "id": "male-factory-worker",
+ "name": "男工人",
+ "keywords": [
+ "male",
+ "factory-worker",
+ "assembly",
+ "industrial",
+ "human",
+ "工业",
+ "工人",
+ "工厂",
+ "男",
+ "男工人",
+ "组装工",
+ "装配"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f3ed",
+ "native": "👨🏭"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f3ed",
+ "native": "👨🏻🏭"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f3ed",
+ "native": "👨🏼🏭"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f3ed",
+ "native": "👨🏽🏭"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f3ed",
+ "native": "👨🏾🏭"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f3ed",
+ "native": "👨🏿🏭"
+ }
+ ],
+ "version": 4
+ },
+ "female-factory-worker": {
+ "id": "female-factory-worker",
+ "name": "女工人",
+ "keywords": [
+ "female",
+ "factory-worker",
+ "assembly",
+ "industrial",
+ "human",
+ "女",
+ "女工人",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f3ed",
+ "native": "👩🏭"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f3ed",
+ "native": "👩🏻🏭"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f3ed",
+ "native": "👩🏼🏭"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f3ed",
+ "native": "👩🏽🏭"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f3ed",
+ "native": "👩🏾🏭"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f3ed",
+ "native": "👩🏿🏭"
+ }
+ ],
+ "version": 4
+ },
+ "office_worker": {
+ "id": "office_worker",
+ "name": "白领",
+ "keywords": [
+ "business",
+ "商人",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f4bc",
+ "native": "🧑💼"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f4bc",
+ "native": "🧑🏻💼"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f4bc",
+ "native": "🧑🏼💼"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f4bc",
+ "native": "🧑🏽💼"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f4bc",
+ "native": "🧑🏾💼"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f4bc",
+ "native": "🧑🏿💼"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-office-worker": {
+ "id": "male-office-worker",
+ "name": "男白领",
+ "keywords": [
+ "male",
+ "office-worker",
+ "business",
+ "manager",
+ "human",
+ "商人",
+ "建筑师",
+ "男",
+ "男白领",
+ "白领",
+ "经理"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f4bc",
+ "native": "👨💼"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f4bc",
+ "native": "👨🏻💼"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f4bc",
+ "native": "👨🏼💼"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f4bc",
+ "native": "👨🏽💼"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f4bc",
+ "native": "👨🏾💼"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f4bc",
+ "native": "👨🏿💼"
+ }
+ ],
+ "version": 4
+ },
+ "female-office-worker": {
+ "id": "female-office-worker",
+ "name": "女白领",
+ "keywords": [
+ "female",
+ "office-worker",
+ "business",
+ "manager",
+ "human",
+ "人物",
+ "商人",
+ "女",
+ "女白领",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f4bc",
+ "native": "👩💼"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f4bc",
+ "native": "👩🏻💼"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f4bc",
+ "native": "👩🏼💼"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f4bc",
+ "native": "👩🏽💼"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f4bc",
+ "native": "👩🏾💼"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f4bc",
+ "native": "👩🏿💼"
+ }
+ ],
+ "version": 4
+ },
+ "scientist": {
+ "id": "scientist",
+ "name": "科学家",
+ "keywords": [
+ "chemistry",
+ "化学家",
+ "工程学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f52c",
+ "native": "🧑🔬"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f52c",
+ "native": "🧑🏻🔬"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f52c",
+ "native": "🧑🏼🔬"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f52c",
+ "native": "🧑🏽🔬"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f52c",
+ "native": "🧑🏾🔬"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f52c",
+ "native": "🧑🏿🔬"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-scientist": {
+ "id": "male-scientist",
+ "name": "男科学家",
+ "keywords": [
+ "male",
+ "biologist",
+ "chemist",
+ "engineer",
+ "physicist",
+ "human",
+ "化学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "男",
+ "男科学家",
+ "科学家"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f52c",
+ "native": "👨🔬"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f52c",
+ "native": "👨🏻🔬"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f52c",
+ "native": "👨🏼🔬"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f52c",
+ "native": "👨🏽🔬"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f52c",
+ "native": "👨🏾🔬"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f52c",
+ "native": "👨🏿🔬"
+ }
+ ],
+ "version": 4
+ },
+ "female-scientist": {
+ "id": "female-scientist",
+ "name": "女科学家",
+ "keywords": [
+ "female",
+ "biologist",
+ "chemist",
+ "engineer",
+ "physicist",
+ "human",
+ "化学家",
+ "女",
+ "女科学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f52c",
+ "native": "👩🔬"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f52c",
+ "native": "👩🏻🔬"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f52c",
+ "native": "👩🏼🔬"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f52c",
+ "native": "👩🏽🔬"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f52c",
+ "native": "👩🏾🔬"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f52c",
+ "native": "👩🏿🔬"
+ }
+ ],
+ "version": 4
+ },
+ "technologist": {
+ "id": "technologist",
+ "name": "程序员",
+ "keywords": [
+ "computer",
+ "发明",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f4bb",
+ "native": "🧑💻"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f4bb",
+ "native": "🧑🏻💻"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f4bb",
+ "native": "🧑🏼💻"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f4bb",
+ "native": "🧑🏽💻"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f4bb",
+ "native": "🧑🏾💻"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f4bb",
+ "native": "🧑🏿💻"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-technologist": {
+ "id": "male-technologist",
+ "name": "男程序员",
+ "keywords": [
+ "male",
+ "coder",
+ "developer",
+ "engineer",
+ "programmer",
+ "software",
+ "human",
+ "laptop",
+ "computer",
+ "发明家",
+ "工程师",
+ "开发人员",
+ "男",
+ "男程序员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f4bb",
+ "native": "👨💻"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f4bb",
+ "native": "👨🏻💻"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f4bb",
+ "native": "👨🏼💻"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f4bb",
+ "native": "👨🏽💻"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f4bb",
+ "native": "👨🏾💻"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f4bb",
+ "native": "👨🏿💻"
+ }
+ ],
+ "version": 4
+ },
+ "female-technologist": {
+ "id": "female-technologist",
+ "name": "女程序员",
+ "keywords": [
+ "female",
+ "coder",
+ "developer",
+ "engineer",
+ "programmer",
+ "software",
+ "human",
+ "laptop",
+ "computer",
+ "发明家",
+ "女",
+ "女程序员",
+ "工程师",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f4bb",
+ "native": "👩💻"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f4bb",
+ "native": "👩🏻💻"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f4bb",
+ "native": "👩🏼💻"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f4bb",
+ "native": "👩🏽💻"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f4bb",
+ "native": "👩🏾💻"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f4bb",
+ "native": "👩🏿💻"
+ }
+ ],
+ "version": 4
+ },
+ "singer": {
+ "id": "singer",
+ "name": "歌手",
+ "keywords": [
+ "song",
+ "artist",
+ "performer",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f3a4",
+ "native": "🧑🎤"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f3a4",
+ "native": "🧑🏻🎤"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f3a4",
+ "native": "🧑🏼🎤"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f3a4",
+ "native": "🧑🏽🎤"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f3a4",
+ "native": "🧑🏾🎤"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f3a4",
+ "native": "🧑🏿🎤"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-singer": {
+ "id": "male-singer",
+ "name": "男歌手",
+ "keywords": [
+ "male",
+ "rockstar",
+ "entertainer",
+ "human",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "男",
+ "男歌手",
+ "男演员",
+ "艺人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f3a4",
+ "native": "👨🎤"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f3a4",
+ "native": "👨🏻🎤"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f3a4",
+ "native": "👨🏼🎤"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f3a4",
+ "native": "👨🏽🎤"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f3a4",
+ "native": "👨🏾🎤"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f3a4",
+ "native": "👨🏿🎤"
+ }
+ ],
+ "version": 4
+ },
+ "female-singer": {
+ "id": "female-singer",
+ "name": "女歌手",
+ "keywords": [
+ "female",
+ "rockstar",
+ "entertainer",
+ "human",
+ "女",
+ "女歌手",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f3a4",
+ "native": "👩🎤"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f3a4",
+ "native": "👩🏻🎤"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f3a4",
+ "native": "👩🏼🎤"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f3a4",
+ "native": "👩🏽🎤"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f3a4",
+ "native": "👩🏾🎤"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f3a4",
+ "native": "👩🏿🎤"
+ }
+ ],
+ "version": 4
+ },
+ "artist": {
+ "id": "artist",
+ "name": "艺术家",
+ "keywords": [
+ "painting",
+ "draw",
+ "creativity",
+ "画家",
+ "艺术家"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f3a8",
+ "native": "🧑🎨"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f3a8",
+ "native": "🧑🏻🎨"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f3a8",
+ "native": "🧑🏼🎨"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f3a8",
+ "native": "🧑🏽🎨"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f3a8",
+ "native": "🧑🏾🎨"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f3a8",
+ "native": "🧑🏿🎨"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-artist": {
+ "id": "male-artist",
+ "name": "男艺术家",
+ "keywords": [
+ "male",
+ "painter",
+ "human",
+ "男",
+ "男艺术家",
+ "画家",
+ "艺术"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f3a8",
+ "native": "👨🎨"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f3a8",
+ "native": "👨🏻🎨"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f3a8",
+ "native": "👨🏼🎨"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f3a8",
+ "native": "👨🏽🎨"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f3a8",
+ "native": "👨🏾🎨"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f3a8",
+ "native": "👨🏿🎨"
+ }
+ ],
+ "version": 4
+ },
+ "female-artist": {
+ "id": "female-artist",
+ "name": "女艺术家",
+ "keywords": [
+ "female",
+ "painter",
+ "human",
+ "女",
+ "女艺术家",
+ "画家",
+ "艺术"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f3a8",
+ "native": "👩🎨"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f3a8",
+ "native": "👩🏻🎨"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f3a8",
+ "native": "👩🏼🎨"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f3a8",
+ "native": "👩🏽🎨"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f3a8",
+ "native": "👩🏾🎨"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f3a8",
+ "native": "👩🏿🎨"
+ }
+ ],
+ "version": 4
+ },
+ "pilot": {
+ "id": "pilot",
+ "name": "飞行员",
+ "keywords": [
+ "fly",
+ "plane",
+ "airplane",
+ "飞机",
+ "飞行员"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-2708-fe0f",
+ "native": "🧑✈️"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-2708-fe0f",
+ "native": "🧑🏻✈️"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-2708-fe0f",
+ "native": "🧑🏼✈️"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-2708-fe0f",
+ "native": "🧑🏽✈️"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-2708-fe0f",
+ "native": "🧑🏾✈️"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-2708-fe0f",
+ "native": "🧑🏿✈️"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-pilot": {
+ "id": "male-pilot",
+ "name": "男飞行员",
+ "keywords": [
+ "male",
+ "aviator",
+ "plane",
+ "human",
+ "机长",
+ "男",
+ "男飞行员",
+ "飞机",
+ "飞行员"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-2708-fe0f",
+ "native": "👨✈️"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-2708-fe0f",
+ "native": "👨🏻✈️"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-2708-fe0f",
+ "native": "👨🏼✈️"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-2708-fe0f",
+ "native": "👨🏽✈️"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-2708-fe0f",
+ "native": "👨🏾✈️"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-2708-fe0f",
+ "native": "👨🏿✈️"
+ }
+ ],
+ "version": 4
+ },
+ "female-pilot": {
+ "id": "female-pilot",
+ "name": "女飞行员",
+ "keywords": [
+ "female",
+ "aviator",
+ "plane",
+ "human",
+ "女",
+ "女飞行员",
+ "机长",
+ "飞机",
+ "飞行员"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-2708-fe0f",
+ "native": "👩✈️"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-2708-fe0f",
+ "native": "👩🏻✈️"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-2708-fe0f",
+ "native": "👩🏼✈️"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-2708-fe0f",
+ "native": "👩🏽✈️"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-2708-fe0f",
+ "native": "👩🏾✈️"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-2708-fe0f",
+ "native": "👩🏿✈️"
+ }
+ ],
+ "version": 4
+ },
+ "astronaut": {
+ "id": "astronaut",
+ "name": "宇航员",
+ "keywords": [
+ "outerspace",
+ "宇航员",
+ "火箭"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f680",
+ "native": "🧑🚀"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f680",
+ "native": "🧑🏻🚀"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f680",
+ "native": "🧑🏼🚀"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f680",
+ "native": "🧑🏽🚀"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f680",
+ "native": "🧑🏾🚀"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f680",
+ "native": "🧑🏿🚀"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-astronaut": {
+ "id": "male-astronaut",
+ "name": "男宇航员",
+ "keywords": [
+ "male",
+ "space",
+ "rocket",
+ "human",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "男",
+ "男宇航员",
+ "航天"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f680",
+ "native": "👨🚀"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f680",
+ "native": "👨🏻🚀"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f680",
+ "native": "👨🏼🚀"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f680",
+ "native": "👨🏽🚀"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f680",
+ "native": "👨🏾🚀"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f680",
+ "native": "👨🏿🚀"
+ }
+ ],
+ "version": 4
+ },
+ "female-astronaut": {
+ "id": "female-astronaut",
+ "name": "女宇航员",
+ "keywords": [
+ "female",
+ "space",
+ "rocket",
+ "human",
+ "女",
+ "女宇航员",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "航天"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f680",
+ "native": "👩🚀"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f680",
+ "native": "👩🏻🚀"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f680",
+ "native": "👩🏼🚀"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f680",
+ "native": "👩🏽🚀"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f680",
+ "native": "👩🏾🚀"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f680",
+ "native": "👩🏿🚀"
+ }
+ ],
+ "version": 4
+ },
+ "firefighter": {
+ "id": "firefighter",
+ "name": "消防员",
+ "keywords": [
+ "fire",
+ "消防员",
+ "消防车"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f692",
+ "native": "🧑🚒"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f692",
+ "native": "🧑🏻🚒"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f692",
+ "native": "🧑🏼🚒"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f692",
+ "native": "🧑🏽🚒"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f692",
+ "native": "🧑🏾🚒"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f692",
+ "native": "🧑🏿🚒"
+ }
+ ],
+ "version": 12.1
+ },
+ "male-firefighter": {
+ "id": "male-firefighter",
+ "name": "男消防员",
+ "keywords": [
+ "male",
+ "fireman",
+ "human",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "男",
+ "男消防员"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f692",
+ "native": "👨🚒"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f692",
+ "native": "👨🏻🚒"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f692",
+ "native": "👨🏼🚒"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f692",
+ "native": "👨🏽🚒"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f692",
+ "native": "👨🏾🚒"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f692",
+ "native": "👨🏿🚒"
+ }
+ ],
+ "version": 4
+ },
+ "female-firefighter": {
+ "id": "female-firefighter",
+ "name": "女消防员",
+ "keywords": [
+ "female",
+ "fireman",
+ "human",
+ "女",
+ "女消防员",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "火灾"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f692",
+ "native": "👩🚒"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f692",
+ "native": "👩🏻🚒"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f692",
+ "native": "👩🏼🚒"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f692",
+ "native": "👩🏽🚒"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f692",
+ "native": "👩🏾🚒"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f692",
+ "native": "👩🏿🚒"
+ }
+ ],
+ "version": 4
+ },
+ "cop": {
+ "id": "cop",
+ "name": "警察",
+ "keywords": [
+ "cop",
+ "交警",
+ "传唤",
+ "公安",
+ "卧底",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "skins": [
+ {
+ "unified": "1f46e",
+ "native": "👮"
+ },
+ {
+ "unified": "1f46e-1f3fb",
+ "native": "👮🏻"
+ },
+ {
+ "unified": "1f46e-1f3fc",
+ "native": "👮🏼"
+ },
+ {
+ "unified": "1f46e-1f3fd",
+ "native": "👮🏽"
+ },
+ {
+ "unified": "1f46e-1f3fe",
+ "native": "👮🏾"
+ },
+ {
+ "unified": "1f46e-1f3ff",
+ "native": "👮🏿"
+ }
+ ],
+ "version": 1
+ },
+ "male-police-officer": {
+ "id": "male-police-officer",
+ "name": "男警察",
+ "keywords": [
+ "male",
+ "police-officer",
+ "law",
+ "legal",
+ "enforcement",
+ "arrest",
+ "911",
+ "男",
+ "男警察",
+ "警官",
+ "警察"
+ ],
+ "skins": [
+ {
+ "unified": "1f46e-200d-2642-fe0f",
+ "native": "👮♂️"
+ },
+ {
+ "unified": "1f46e-1f3fb-200d-2642-fe0f",
+ "native": "👮🏻♂️"
+ },
+ {
+ "unified": "1f46e-1f3fc-200d-2642-fe0f",
+ "native": "👮🏼♂️"
+ },
+ {
+ "unified": "1f46e-1f3fd-200d-2642-fe0f",
+ "native": "👮🏽♂️"
+ },
+ {
+ "unified": "1f46e-1f3fe-200d-2642-fe0f",
+ "native": "👮🏾♂️"
+ },
+ {
+ "unified": "1f46e-1f3ff-200d-2642-fe0f",
+ "native": "👮🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "female-police-officer": {
+ "id": "female-police-officer",
+ "name": "女警察",
+ "keywords": [
+ "female",
+ "police-officer",
+ "law",
+ "legal",
+ "enforcement",
+ "arrest",
+ "911",
+ "交警",
+ "公安",
+ "卧底",
+ "女",
+ "女警察",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "skins": [
+ {
+ "unified": "1f46e-200d-2640-fe0f",
+ "native": "👮♀️"
+ },
+ {
+ "unified": "1f46e-1f3fb-200d-2640-fe0f",
+ "native": "👮🏻♀️"
+ },
+ {
+ "unified": "1f46e-1f3fc-200d-2640-fe0f",
+ "native": "👮🏼♀️"
+ },
+ {
+ "unified": "1f46e-1f3fd-200d-2640-fe0f",
+ "native": "👮🏽♀️"
+ },
+ {
+ "unified": "1f46e-1f3fe-200d-2640-fe0f",
+ "native": "👮🏾♀️"
+ },
+ {
+ "unified": "1f46e-1f3ff-200d-2640-fe0f",
+ "native": "👮🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "sleuth_or_spy": {
+ "id": "sleuth_or_spy",
+ "name": "侦探",
+ "keywords": [
+ "sleuth",
+ "or",
+ "spy",
+ "human",
+ "侦探",
+ "特工",
+ "男",
+ "间谍"
+ ],
+ "skins": [
+ {
+ "unified": "1f575-fe0f",
+ "native": "🕵️"
+ },
+ {
+ "unified": "1f575-1f3fb",
+ "native": "🕵🏻"
+ },
+ {
+ "unified": "1f575-1f3fc",
+ "native": "🕵🏼"
+ },
+ {
+ "unified": "1f575-1f3fd",
+ "native": "🕵🏽"
+ },
+ {
+ "unified": "1f575-1f3fe",
+ "native": "🕵🏾"
+ },
+ {
+ "unified": "1f575-1f3ff",
+ "native": "🕵🏿"
+ }
+ ],
+ "version": 1
+ },
+ "male-detective": {
+ "id": "male-detective",
+ "name": "男侦探",
+ "keywords": [
+ "male",
+ "crime",
+ "侦探",
+ "男",
+ "男侦探",
+ "间谍"
+ ],
+ "skins": [
+ {
+ "unified": "1f575-fe0f-200d-2642-fe0f",
+ "native": "🕵️♂️"
+ },
+ {
+ "unified": "1f575-1f3fb-200d-2642-fe0f",
+ "native": "🕵🏻♂️"
+ },
+ {
+ "unified": "1f575-1f3fc-200d-2642-fe0f",
+ "native": "🕵🏼♂️"
+ },
+ {
+ "unified": "1f575-1f3fd-200d-2642-fe0f",
+ "native": "🕵🏽♂️"
+ },
+ {
+ "unified": "1f575-1f3fe-200d-2642-fe0f",
+ "native": "🕵🏾♂️"
+ },
+ {
+ "unified": "1f575-1f3ff-200d-2642-fe0f",
+ "native": "🕵🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "female-detective": {
+ "id": "female-detective",
+ "name": "女侦探",
+ "keywords": [
+ "female",
+ "human",
+ "spy",
+ "侦探",
+ "女",
+ "女侦探",
+ "特工",
+ "间谍"
+ ],
+ "skins": [
+ {
+ "unified": "1f575-fe0f-200d-2640-fe0f",
+ "native": "🕵️♀️"
+ },
+ {
+ "unified": "1f575-1f3fb-200d-2640-fe0f",
+ "native": "🕵🏻♀️"
+ },
+ {
+ "unified": "1f575-1f3fc-200d-2640-fe0f",
+ "native": "🕵🏼♀️"
+ },
+ {
+ "unified": "1f575-1f3fd-200d-2640-fe0f",
+ "native": "🕵🏽♀️"
+ },
+ {
+ "unified": "1f575-1f3fe-200d-2640-fe0f",
+ "native": "🕵🏾♀️"
+ },
+ {
+ "unified": "1f575-1f3ff-200d-2640-fe0f",
+ "native": "🕵🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "guardsman": {
+ "id": "guardsman",
+ "name": "卫兵",
+ "keywords": [
+ "guardsman",
+ "protect",
+ "伦敦",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "白金汉宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f482",
+ "native": "💂"
+ },
+ {
+ "unified": "1f482-1f3fb",
+ "native": "💂🏻"
+ },
+ {
+ "unified": "1f482-1f3fc",
+ "native": "💂🏼"
+ },
+ {
+ "unified": "1f482-1f3fd",
+ "native": "💂🏽"
+ },
+ {
+ "unified": "1f482-1f3fe",
+ "native": "💂🏾"
+ },
+ {
+ "unified": "1f482-1f3ff",
+ "native": "💂🏿"
+ }
+ ],
+ "version": 1
+ },
+ "male-guard": {
+ "id": "male-guard",
+ "name": "男卫兵",
+ "keywords": [
+ "male",
+ "uk",
+ "gb",
+ "british",
+ "guy",
+ "royal",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "男",
+ "男卫兵"
+ ],
+ "skins": [
+ {
+ "unified": "1f482-200d-2642-fe0f",
+ "native": "💂♂️"
+ },
+ {
+ "unified": "1f482-1f3fb-200d-2642-fe0f",
+ "native": "💂🏻♂️"
+ },
+ {
+ "unified": "1f482-1f3fc-200d-2642-fe0f",
+ "native": "💂🏼♂️"
+ },
+ {
+ "unified": "1f482-1f3fd-200d-2642-fe0f",
+ "native": "💂🏽♂️"
+ },
+ {
+ "unified": "1f482-1f3fe-200d-2642-fe0f",
+ "native": "💂🏾♂️"
+ },
+ {
+ "unified": "1f482-1f3ff-200d-2642-fe0f",
+ "native": "💂🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "female-guard": {
+ "id": "female-guard",
+ "name": "女卫兵",
+ "keywords": [
+ "female",
+ "uk",
+ "gb",
+ "british",
+ "royal",
+ "卫兵",
+ "卫士",
+ "女",
+ "女卫兵",
+ "守卫"
+ ],
+ "skins": [
+ {
+ "unified": "1f482-200d-2640-fe0f",
+ "native": "💂♀️"
+ },
+ {
+ "unified": "1f482-1f3fb-200d-2640-fe0f",
+ "native": "💂🏻♀️"
+ },
+ {
+ "unified": "1f482-1f3fc-200d-2640-fe0f",
+ "native": "💂🏼♀️"
+ },
+ {
+ "unified": "1f482-1f3fd-200d-2640-fe0f",
+ "native": "💂🏽♀️"
+ },
+ {
+ "unified": "1f482-1f3fe-200d-2640-fe0f",
+ "native": "💂🏾♀️"
+ },
+ {
+ "unified": "1f482-1f3ff-200d-2640-fe0f",
+ "native": "💂🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "ninja": {
+ "id": "ninja",
+ "name": "忍者",
+ "keywords": [
+ "ninjutsu",
+ "skills",
+ "japanese",
+ "人物",
+ "侠客",
+ "刺客",
+ "士兵",
+ "忍者",
+ "战斗",
+ "打斗",
+ "狡猾",
+ "秘密",
+ "隐藏",
+ "隐身"
+ ],
+ "skins": [
+ {
+ "unified": "1f977",
+ "native": "🥷"
+ },
+ {
+ "unified": "1f977-1f3fb",
+ "native": "🥷🏻"
+ },
+ {
+ "unified": "1f977-1f3fc",
+ "native": "🥷🏼"
+ },
+ {
+ "unified": "1f977-1f3fd",
+ "native": "🥷🏽"
+ },
+ {
+ "unified": "1f977-1f3fe",
+ "native": "🥷🏾"
+ },
+ {
+ "unified": "1f977-1f3ff",
+ "native": "🥷🏿"
+ }
+ ],
+ "version": 13
+ },
+ "construction_worker": {
+ "id": "construction_worker",
+ "name": "建筑工人",
+ "keywords": [
+ "labor",
+ "build",
+ "包工头",
+ "头盔",
+ "安全帽",
+ "工人",
+ "工程师",
+ "建筑",
+ "建筑工人",
+ "建造",
+ "搬砖",
+ "改造"
+ ],
+ "skins": [
+ {
+ "unified": "1f477",
+ "native": "👷"
+ },
+ {
+ "unified": "1f477-1f3fb",
+ "native": "👷🏻"
+ },
+ {
+ "unified": "1f477-1f3fc",
+ "native": "👷🏼"
+ },
+ {
+ "unified": "1f477-1f3fd",
+ "native": "👷🏽"
+ },
+ {
+ "unified": "1f477-1f3fe",
+ "native": "👷🏾"
+ },
+ {
+ "unified": "1f477-1f3ff",
+ "native": "👷🏿"
+ }
+ ],
+ "version": 1
+ },
+ "male-construction-worker": {
+ "id": "male-construction-worker",
+ "name": "男建筑工人",
+ "keywords": [
+ "male",
+ "construction-worker",
+ "human",
+ "wip",
+ "guy",
+ "build",
+ "labor",
+ "工人",
+ "建筑",
+ "男",
+ "男建筑工人"
+ ],
+ "skins": [
+ {
+ "unified": "1f477-200d-2642-fe0f",
+ "native": "👷♂️"
+ },
+ {
+ "unified": "1f477-1f3fb-200d-2642-fe0f",
+ "native": "👷🏻♂️"
+ },
+ {
+ "unified": "1f477-1f3fc-200d-2642-fe0f",
+ "native": "👷🏼♂️"
+ },
+ {
+ "unified": "1f477-1f3fd-200d-2642-fe0f",
+ "native": "👷🏽♂️"
+ },
+ {
+ "unified": "1f477-1f3fe-200d-2642-fe0f",
+ "native": "👷🏾♂️"
+ },
+ {
+ "unified": "1f477-1f3ff-200d-2642-fe0f",
+ "native": "👷🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "female-construction-worker": {
+ "id": "female-construction-worker",
+ "name": "女建筑工人",
+ "keywords": [
+ "female",
+ "construction-worker",
+ "human",
+ "wip",
+ "build",
+ "labor",
+ "头盔",
+ "女",
+ "女建筑工人",
+ "工人",
+ "建筑"
+ ],
+ "skins": [
+ {
+ "unified": "1f477-200d-2640-fe0f",
+ "native": "👷♀️"
+ },
+ {
+ "unified": "1f477-1f3fb-200d-2640-fe0f",
+ "native": "👷🏻♀️"
+ },
+ {
+ "unified": "1f477-1f3fc-200d-2640-fe0f",
+ "native": "👷🏼♀️"
+ },
+ {
+ "unified": "1f477-1f3fd-200d-2640-fe0f",
+ "native": "👷🏽♀️"
+ },
+ {
+ "unified": "1f477-1f3fe-200d-2640-fe0f",
+ "native": "👷🏾♀️"
+ },
+ {
+ "unified": "1f477-1f3ff-200d-2640-fe0f",
+ "native": "👷🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "person_with_crown": {
+ "id": "person_with_crown",
+ "name": "戴王冠的人",
+ "keywords": [
+ "royalty",
+ "power",
+ "君主",
+ "君威",
+ "国王",
+ "戴王冠的人",
+ "王冠",
+ "王后",
+ "王室",
+ "皇室",
+ "贵族"
+ ],
+ "skins": [
+ {
+ "unified": "1fac5",
+ "native": "🫅"
+ },
+ {
+ "unified": "1fac5-1f3fb",
+ "native": "🫅🏻"
+ },
+ {
+ "unified": "1fac5-1f3fc",
+ "native": "🫅🏼"
+ },
+ {
+ "unified": "1fac5-1f3fd",
+ "native": "🫅🏽"
+ },
+ {
+ "unified": "1fac5-1f3fe",
+ "native": "🫅🏾"
+ },
+ {
+ "unified": "1fac5-1f3ff",
+ "native": "🫅🏿"
+ }
+ ],
+ "version": 14
+ },
+ "prince": {
+ "id": "prince",
+ "name": "王子",
+ "keywords": [
+ "boy",
+ "man",
+ "male",
+ "crown",
+ "royal",
+ "king",
+ "王子",
+ "皇家"
+ ],
+ "skins": [
+ {
+ "unified": "1f934",
+ "native": "🤴"
+ },
+ {
+ "unified": "1f934-1f3fb",
+ "native": "🤴🏻"
+ },
+ {
+ "unified": "1f934-1f3fc",
+ "native": "🤴🏼"
+ },
+ {
+ "unified": "1f934-1f3fd",
+ "native": "🤴🏽"
+ },
+ {
+ "unified": "1f934-1f3fe",
+ "native": "🤴🏾"
+ },
+ {
+ "unified": "1f934-1f3ff",
+ "native": "🤴🏿"
+ }
+ ],
+ "version": 3
+ },
+ "princess": {
+ "id": "princess",
+ "name": "公主",
+ "keywords": [
+ "girl",
+ "woman",
+ "female",
+ "blond",
+ "crown",
+ "royal",
+ "queen",
+ "公主",
+ "皇冠",
+ "童话"
+ ],
+ "skins": [
+ {
+ "unified": "1f478",
+ "native": "👸"
+ },
+ {
+ "unified": "1f478-1f3fb",
+ "native": "👸🏻"
+ },
+ {
+ "unified": "1f478-1f3fc",
+ "native": "👸🏼"
+ },
+ {
+ "unified": "1f478-1f3fd",
+ "native": "👸🏽"
+ },
+ {
+ "unified": "1f478-1f3fe",
+ "native": "👸🏾"
+ },
+ {
+ "unified": "1f478-1f3ff",
+ "native": "👸🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man_with_turban": {
+ "id": "man_with_turban",
+ "name": "戴头巾的人",
+ "keywords": [
+ "person",
+ "wearing",
+ "headdress",
+ "头巾",
+ "戴头巾的人"
+ ],
+ "skins": [
+ {
+ "unified": "1f473",
+ "native": "👳"
+ },
+ {
+ "unified": "1f473-1f3fb",
+ "native": "👳🏻"
+ },
+ {
+ "unified": "1f473-1f3fc",
+ "native": "👳🏼"
+ },
+ {
+ "unified": "1f473-1f3fd",
+ "native": "👳🏽"
+ },
+ {
+ "unified": "1f473-1f3fe",
+ "native": "👳🏾"
+ },
+ {
+ "unified": "1f473-1f3ff",
+ "native": "👳🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-wearing-turban": {
+ "id": "man-wearing-turban",
+ "name": "戴头巾的男人",
+ "keywords": [
+ "wearing-turban",
+ "male",
+ "indian",
+ "hinduism",
+ "arabs",
+ "头巾",
+ "戴头巾的男人",
+ "男"
+ ],
+ "skins": [
+ {
+ "unified": "1f473-200d-2642-fe0f",
+ "native": "👳♂️"
+ },
+ {
+ "unified": "1f473-1f3fb-200d-2642-fe0f",
+ "native": "👳🏻♂️"
+ },
+ {
+ "unified": "1f473-1f3fc-200d-2642-fe0f",
+ "native": "👳🏼♂️"
+ },
+ {
+ "unified": "1f473-1f3fd-200d-2642-fe0f",
+ "native": "👳🏽♂️"
+ },
+ {
+ "unified": "1f473-1f3fe-200d-2642-fe0f",
+ "native": "👳🏾♂️"
+ },
+ {
+ "unified": "1f473-1f3ff-200d-2642-fe0f",
+ "native": "👳🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-wearing-turban": {
+ "id": "woman-wearing-turban",
+ "name": "戴头巾的女人",
+ "keywords": [
+ "wearing-turban",
+ "female",
+ "indian",
+ "hinduism",
+ "arabs",
+ "头巾",
+ "女",
+ "戴头巾的女人",
+ "特本"
+ ],
+ "skins": [
+ {
+ "unified": "1f473-200d-2640-fe0f",
+ "native": "👳♀️"
+ },
+ {
+ "unified": "1f473-1f3fb-200d-2640-fe0f",
+ "native": "👳🏻♀️"
+ },
+ {
+ "unified": "1f473-1f3fc-200d-2640-fe0f",
+ "native": "👳🏼♀️"
+ },
+ {
+ "unified": "1f473-1f3fd-200d-2640-fe0f",
+ "native": "👳🏽♀️"
+ },
+ {
+ "unified": "1f473-1f3fe-200d-2640-fe0f",
+ "native": "👳🏾♀️"
+ },
+ {
+ "unified": "1f473-1f3ff-200d-2640-fe0f",
+ "native": "👳🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "man_with_gua_pi_mao": {
+ "id": "man_with_gua_pi_mao",
+ "name": "戴瓜皮帽的人",
+ "keywords": [
+ "skullcap",
+ "male",
+ "boy",
+ "chinese",
+ "人物",
+ "帽子",
+ "戴瓜皮帽的人",
+ "瓜皮帽"
+ ],
+ "skins": [
+ {
+ "unified": "1f472",
+ "native": "👲"
+ },
+ {
+ "unified": "1f472-1f3fb",
+ "native": "👲🏻"
+ },
+ {
+ "unified": "1f472-1f3fc",
+ "native": "👲🏼"
+ },
+ {
+ "unified": "1f472-1f3fd",
+ "native": "👲🏽"
+ },
+ {
+ "unified": "1f472-1f3fe",
+ "native": "👲🏾"
+ },
+ {
+ "unified": "1f472-1f3ff",
+ "native": "👲🏿"
+ }
+ ],
+ "version": 1
+ },
+ "person_with_headscarf": {
+ "id": "person_with_headscarf",
+ "name": "带头饰的女人",
+ "keywords": [
+ "person",
+ "female",
+ "hijab",
+ "mantilla",
+ "tichel",
+ "头巾",
+ "希贾布",
+ "带头饰的女人",
+ "戴头巾的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d5",
+ "native": "🧕"
+ },
+ {
+ "unified": "1f9d5-1f3fb",
+ "native": "🧕🏻"
+ },
+ {
+ "unified": "1f9d5-1f3fc",
+ "native": "🧕🏼"
+ },
+ {
+ "unified": "1f9d5-1f3fd",
+ "native": "🧕🏽"
+ },
+ {
+ "unified": "1f9d5-1f3fe",
+ "native": "🧕🏾"
+ },
+ {
+ "unified": "1f9d5-1f3ff",
+ "native": "🧕🏿"
+ }
+ ],
+ "version": 5
+ },
+ "person_in_tuxedo": {
+ "id": "person_in_tuxedo",
+ "name": "穿燕尾服的人",
+ "keywords": [
+ "person",
+ "couple",
+ "marriage",
+ "wedding",
+ "groom",
+ "人",
+ "新郎",
+ "正式",
+ "燕尾服",
+ "男人",
+ "穿燕尾服的人",
+ "穿燕尾服的男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f935",
+ "native": "🤵"
+ },
+ {
+ "unified": "1f935-1f3fb",
+ "native": "🤵🏻"
+ },
+ {
+ "unified": "1f935-1f3fc",
+ "native": "🤵🏼"
+ },
+ {
+ "unified": "1f935-1f3fd",
+ "native": "🤵🏽"
+ },
+ {
+ "unified": "1f935-1f3fe",
+ "native": "🤵🏾"
+ },
+ {
+ "unified": "1f935-1f3ff",
+ "native": "🤵🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man_in_tuxedo": {
+ "id": "man_in_tuxedo",
+ "name": "穿礼服的男人",
+ "keywords": [
+ "formal",
+ "fashion",
+ "男人",
+ "礼服",
+ "穿礼服的男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f935-200d-2642-fe0f",
+ "native": "🤵♂️"
+ },
+ {
+ "unified": "1f935-1f3fb-200d-2642-fe0f",
+ "native": "🤵🏻♂️"
+ },
+ {
+ "unified": "1f935-1f3fc-200d-2642-fe0f",
+ "native": "🤵🏼♂️"
+ },
+ {
+ "unified": "1f935-1f3fd-200d-2642-fe0f",
+ "native": "🤵🏽♂️"
+ },
+ {
+ "unified": "1f935-1f3fe-200d-2642-fe0f",
+ "native": "🤵🏾♂️"
+ },
+ {
+ "unified": "1f935-1f3ff-200d-2642-fe0f",
+ "native": "🤵🏿♂️"
+ }
+ ],
+ "version": 13
+ },
+ "woman_in_tuxedo": {
+ "id": "woman_in_tuxedo",
+ "name": "穿礼服的女人",
+ "keywords": [
+ "formal",
+ "fashion",
+ "女人",
+ "礼服",
+ "穿礼服的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f935-200d-2640-fe0f",
+ "native": "🤵♀️"
+ },
+ {
+ "unified": "1f935-1f3fb-200d-2640-fe0f",
+ "native": "🤵🏻♀️"
+ },
+ {
+ "unified": "1f935-1f3fc-200d-2640-fe0f",
+ "native": "🤵🏼♀️"
+ },
+ {
+ "unified": "1f935-1f3fd-200d-2640-fe0f",
+ "native": "🤵🏽♀️"
+ },
+ {
+ "unified": "1f935-1f3fe-200d-2640-fe0f",
+ "native": "🤵🏾♀️"
+ },
+ {
+ "unified": "1f935-1f3ff-200d-2640-fe0f",
+ "native": "🤵🏿♀️"
+ }
+ ],
+ "version": 13
+ },
+ "bride_with_veil": {
+ "id": "bride_with_veil",
+ "name": "戴头纱的人",
+ "keywords": [
+ "couple",
+ "marriage",
+ "wedding",
+ "woman",
+ "人",
+ "头纱",
+ "婚礼",
+ "戴头纱的人",
+ "戴头纱的新娘",
+ "新娘",
+ "结婚"
+ ],
+ "skins": [
+ {
+ "unified": "1f470",
+ "native": "👰"
+ },
+ {
+ "unified": "1f470-1f3fb",
+ "native": "👰🏻"
+ },
+ {
+ "unified": "1f470-1f3fc",
+ "native": "👰🏼"
+ },
+ {
+ "unified": "1f470-1f3fd",
+ "native": "👰🏽"
+ },
+ {
+ "unified": "1f470-1f3fe",
+ "native": "👰🏾"
+ },
+ {
+ "unified": "1f470-1f3ff",
+ "native": "👰🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man_with_veil": {
+ "id": "man_with_veil",
+ "name": "戴头纱的男人",
+ "keywords": [
+ "wedding",
+ "marriage",
+ "头纱",
+ "戴头纱的男人",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f470-200d-2642-fe0f",
+ "native": "👰♂️"
+ },
+ {
+ "unified": "1f470-1f3fb-200d-2642-fe0f",
+ "native": "👰🏻♂️"
+ },
+ {
+ "unified": "1f470-1f3fc-200d-2642-fe0f",
+ "native": "👰🏼♂️"
+ },
+ {
+ "unified": "1f470-1f3fd-200d-2642-fe0f",
+ "native": "👰🏽♂️"
+ },
+ {
+ "unified": "1f470-1f3fe-200d-2642-fe0f",
+ "native": "👰🏾♂️"
+ },
+ {
+ "unified": "1f470-1f3ff-200d-2642-fe0f",
+ "native": "👰🏿♂️"
+ }
+ ],
+ "version": 13
+ },
+ "woman_with_veil": {
+ "id": "woman_with_veil",
+ "name": "戴头纱的女人",
+ "keywords": [
+ "wedding",
+ "marriage",
+ "头纱",
+ "女人",
+ "戴头纱的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f470-200d-2640-fe0f",
+ "native": "👰♀️"
+ },
+ {
+ "unified": "1f470-1f3fb-200d-2640-fe0f",
+ "native": "👰🏻♀️"
+ },
+ {
+ "unified": "1f470-1f3fc-200d-2640-fe0f",
+ "native": "👰🏼♀️"
+ },
+ {
+ "unified": "1f470-1f3fd-200d-2640-fe0f",
+ "native": "👰🏽♀️"
+ },
+ {
+ "unified": "1f470-1f3fe-200d-2640-fe0f",
+ "native": "👰🏾♀️"
+ },
+ {
+ "unified": "1f470-1f3ff-200d-2640-fe0f",
+ "native": "👰🏿♀️"
+ }
+ ],
+ "version": 13
+ },
+ "pregnant_woman": {
+ "id": "pregnant_woman",
+ "name": "孕妇",
+ "keywords": [
+ "baby",
+ "女人",
+ "孕妇",
+ "怀孕",
+ "怀孕的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f930",
+ "native": "🤰"
+ },
+ {
+ "unified": "1f930-1f3fb",
+ "native": "🤰🏻"
+ },
+ {
+ "unified": "1f930-1f3fc",
+ "native": "🤰🏼"
+ },
+ {
+ "unified": "1f930-1f3fd",
+ "native": "🤰🏽"
+ },
+ {
+ "unified": "1f930-1f3fe",
+ "native": "🤰🏾"
+ },
+ {
+ "unified": "1f930-1f3ff",
+ "native": "🤰🏿"
+ }
+ ],
+ "version": 3
+ },
+ "pregnant_man": {
+ "id": "pregnant_man",
+ "name": "怀孕的男人",
+ "keywords": [
+ "baby",
+ "belly",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的男人",
+ "男子",
+ "腹部",
+ "臃肿"
+ ],
+ "skins": [
+ {
+ "unified": "1fac3",
+ "native": "🫃"
+ },
+ {
+ "unified": "1fac3-1f3fb",
+ "native": "🫃🏻"
+ },
+ {
+ "unified": "1fac3-1f3fc",
+ "native": "🫃🏼"
+ },
+ {
+ "unified": "1fac3-1f3fd",
+ "native": "🫃🏽"
+ },
+ {
+ "unified": "1fac3-1f3fe",
+ "native": "🫃🏾"
+ },
+ {
+ "unified": "1fac3-1f3ff",
+ "native": "🫃🏿"
+ }
+ ],
+ "version": 14
+ },
+ "pregnant_person": {
+ "id": "pregnant_person",
+ "name": "怀孕的人",
+ "keywords": [
+ "baby",
+ "belly",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的人",
+ "腹部",
+ "臃肿"
+ ],
+ "skins": [
+ {
+ "unified": "1fac4",
+ "native": "🫄"
+ },
+ {
+ "unified": "1fac4-1f3fb",
+ "native": "🫄🏻"
+ },
+ {
+ "unified": "1fac4-1f3fc",
+ "native": "🫄🏼"
+ },
+ {
+ "unified": "1fac4-1f3fd",
+ "native": "🫄🏽"
+ },
+ {
+ "unified": "1fac4-1f3fe",
+ "native": "🫄🏾"
+ },
+ {
+ "unified": "1fac4-1f3ff",
+ "native": "🫄🏿"
+ }
+ ],
+ "version": 14
+ },
+ "breast-feeding": {
+ "id": "breast-feeding",
+ "name": "母乳喂养",
+ "keywords": [
+ "breast",
+ "feeding",
+ "nursing",
+ "baby",
+ "乳房",
+ "哺乳",
+ "喂奶",
+ "婴儿",
+ "母乳喂养"
+ ],
+ "skins": [
+ {
+ "unified": "1f931",
+ "native": "🤱"
+ },
+ {
+ "unified": "1f931-1f3fb",
+ "native": "🤱🏻"
+ },
+ {
+ "unified": "1f931-1f3fc",
+ "native": "🤱🏼"
+ },
+ {
+ "unified": "1f931-1f3fd",
+ "native": "🤱🏽"
+ },
+ {
+ "unified": "1f931-1f3fe",
+ "native": "🤱🏾"
+ },
+ {
+ "unified": "1f931-1f3ff",
+ "native": "🤱🏿"
+ }
+ ],
+ "version": 5
+ },
+ "woman_feeding_baby": {
+ "id": "woman_feeding_baby",
+ "name": "哺乳的女人",
+ "keywords": [
+ "birth",
+ "food",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的女人",
+ "喂养",
+ "女人",
+ "妈咪",
+ "妈妈",
+ "婴儿",
+ "宝宝",
+ "母亲",
+ "爱"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f37c",
+ "native": "👩🍼"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f37c",
+ "native": "👩🏻🍼"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f37c",
+ "native": "👩🏼🍼"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f37c",
+ "native": "👩🏽🍼"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f37c",
+ "native": "👩🏾🍼"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f37c",
+ "native": "👩🏿🍼"
+ }
+ ],
+ "version": 13
+ },
+ "man_feeding_baby": {
+ "id": "man_feeding_baby",
+ "name": "哺乳的男人",
+ "keywords": [
+ "birth",
+ "food",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的男人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "爱",
+ "父亲",
+ "父子情",
+ "父爱",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f37c",
+ "native": "👨🍼"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f37c",
+ "native": "👨🏻🍼"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f37c",
+ "native": "👨🏼🍼"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f37c",
+ "native": "👨🏽🍼"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f37c",
+ "native": "👨🏾🍼"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f37c",
+ "native": "👨🏿🍼"
+ }
+ ],
+ "version": 13
+ },
+ "person_feeding_baby": {
+ "id": "person_feeding_baby",
+ "name": "哺乳的人",
+ "keywords": [
+ "birth",
+ "food",
+ "人",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f37c",
+ "native": "🧑🍼"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f37c",
+ "native": "🧑🏻🍼"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f37c",
+ "native": "🧑🏼🍼"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f37c",
+ "native": "🧑🏽🍼"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f37c",
+ "native": "🧑🏾🍼"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f37c",
+ "native": "🧑🏿🍼"
+ }
+ ],
+ "version": 13
+ },
+ "angel": {
+ "id": "angel",
+ "name": "小天使",
+ "keywords": [
+ "heaven",
+ "wings",
+ "halo",
+ "儿童",
+ "天使",
+ "孩子",
+ "小天使"
+ ],
+ "skins": [
+ {
+ "unified": "1f47c",
+ "native": "👼"
+ },
+ {
+ "unified": "1f47c-1f3fb",
+ "native": "👼🏻"
+ },
+ {
+ "unified": "1f47c-1f3fc",
+ "native": "👼🏼"
+ },
+ {
+ "unified": "1f47c-1f3fd",
+ "native": "👼🏽"
+ },
+ {
+ "unified": "1f47c-1f3fe",
+ "native": "👼🏾"
+ },
+ {
+ "unified": "1f47c-1f3ff",
+ "native": "👼🏿"
+ }
+ ],
+ "version": 1
+ },
+ "santa": {
+ "id": "santa",
+ "name": "圣诞老人",
+ "keywords": [
+ "festival",
+ "man",
+ "male",
+ "xmas",
+ "father",
+ "christmas",
+ "圣诞",
+ "圣诞老人",
+ "圣诞节",
+ "节日"
+ ],
+ "skins": [
+ {
+ "unified": "1f385",
+ "native": "🎅"
+ },
+ {
+ "unified": "1f385-1f3fb",
+ "native": "🎅🏻"
+ },
+ {
+ "unified": "1f385-1f3fc",
+ "native": "🎅🏼"
+ },
+ {
+ "unified": "1f385-1f3fd",
+ "native": "🎅🏽"
+ },
+ {
+ "unified": "1f385-1f3fe",
+ "native": "🎅🏾"
+ },
+ {
+ "unified": "1f385-1f3ff",
+ "native": "🎅🏿"
+ }
+ ],
+ "version": 1
+ },
+ "mrs_claus": {
+ "id": "mrs_claus",
+ "name": "圣诞奶奶",
+ "keywords": [
+ "mrs",
+ "mother",
+ "christmas",
+ "woman",
+ "female",
+ "xmas",
+ "圣诞",
+ "圣诞奶奶",
+ "圣诞节",
+ "节日"
+ ],
+ "skins": [
+ {
+ "unified": "1f936",
+ "native": "🤶"
+ },
+ {
+ "unified": "1f936-1f3fb",
+ "native": "🤶🏻"
+ },
+ {
+ "unified": "1f936-1f3fc",
+ "native": "🤶🏼"
+ },
+ {
+ "unified": "1f936-1f3fd",
+ "native": "🤶🏽"
+ },
+ {
+ "unified": "1f936-1f3fe",
+ "native": "🤶🏾"
+ },
+ {
+ "unified": "1f936-1f3ff",
+ "native": "🤶🏿"
+ }
+ ],
+ "version": 3
+ },
+ "mx_claus": {
+ "id": "mx_claus",
+ "name": "圣诞人",
+ "keywords": [
+ "christmas",
+ "人",
+ "人物",
+ "圣诞",
+ "圣诞人",
+ "圣诞帽",
+ "圣诞快乐",
+ "圣诞老人",
+ "圣诞老公公",
+ "节日"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f384",
+ "native": "🧑🎄"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f384",
+ "native": "🧑🏻🎄"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f384",
+ "native": "🧑🏼🎄"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f384",
+ "native": "🧑🏽🎄"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f384",
+ "native": "🧑🏾🎄"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f384",
+ "native": "🧑🏿🎄"
+ }
+ ],
+ "version": 13
+ },
+ "superhero": {
+ "id": "superhero",
+ "name": "超级英雄",
+ "keywords": [
+ "marvel",
+ "女英雄",
+ "女超人",
+ "好人",
+ "英雄",
+ "蝙蝠侠",
+ "超人",
+ "超级英雄",
+ "超能力"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b8",
+ "native": "🦸"
+ },
+ {
+ "unified": "1f9b8-1f3fb",
+ "native": "🦸🏻"
+ },
+ {
+ "unified": "1f9b8-1f3fc",
+ "native": "🦸🏼"
+ },
+ {
+ "unified": "1f9b8-1f3fd",
+ "native": "🦸🏽"
+ },
+ {
+ "unified": "1f9b8-1f3fe",
+ "native": "🦸🏾"
+ },
+ {
+ "unified": "1f9b8-1f3ff",
+ "native": "🦸🏿"
+ }
+ ],
+ "version": 11
+ },
+ "male_superhero": {
+ "id": "male_superhero",
+ "name": "男超级英雄",
+ "keywords": [
+ "male",
+ "good",
+ "hero",
+ "superpowers",
+ "好人",
+ "男人",
+ "男超级英雄",
+ "英雄",
+ "超能力"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b8-200d-2642-fe0f",
+ "native": "🦸♂️"
+ },
+ {
+ "unified": "1f9b8-1f3fb-200d-2642-fe0f",
+ "native": "🦸🏻♂️"
+ },
+ {
+ "unified": "1f9b8-1f3fc-200d-2642-fe0f",
+ "native": "🦸🏼♂️"
+ },
+ {
+ "unified": "1f9b8-1f3fd-200d-2642-fe0f",
+ "native": "🦸🏽♂️"
+ },
+ {
+ "unified": "1f9b8-1f3fe-200d-2642-fe0f",
+ "native": "🦸🏾♂️"
+ },
+ {
+ "unified": "1f9b8-1f3ff-200d-2642-fe0f",
+ "native": "🦸🏿♂️"
+ }
+ ],
+ "version": 11
+ },
+ "female_superhero": {
+ "id": "female_superhero",
+ "name": "女超级英雄",
+ "keywords": [
+ "female",
+ "good",
+ "heroine",
+ "superpowers",
+ "女人",
+ "女超级英雄",
+ "好人",
+ "英雄",
+ "超能力"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b8-200d-2640-fe0f",
+ "native": "🦸♀️"
+ },
+ {
+ "unified": "1f9b8-1f3fb-200d-2640-fe0f",
+ "native": "🦸🏻♀️"
+ },
+ {
+ "unified": "1f9b8-1f3fc-200d-2640-fe0f",
+ "native": "🦸🏼♀️"
+ },
+ {
+ "unified": "1f9b8-1f3fd-200d-2640-fe0f",
+ "native": "🦸🏽♀️"
+ },
+ {
+ "unified": "1f9b8-1f3fe-200d-2640-fe0f",
+ "native": "🦸🏾♀️"
+ },
+ {
+ "unified": "1f9b8-1f3ff-200d-2640-fe0f",
+ "native": "🦸🏿♀️"
+ }
+ ],
+ "version": 11
+ },
+ "supervillain": {
+ "id": "supervillain",
+ "name": "超级大坏蛋",
+ "keywords": [
+ "marvel",
+ "人",
+ "坏蛋",
+ "大反派",
+ "恶魔",
+ "罪犯",
+ "超级大坏蛋",
+ "超级恶棍",
+ "超能力",
+ "邪恶"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b9",
+ "native": "🦹"
+ },
+ {
+ "unified": "1f9b9-1f3fb",
+ "native": "🦹🏻"
+ },
+ {
+ "unified": "1f9b9-1f3fc",
+ "native": "🦹🏼"
+ },
+ {
+ "unified": "1f9b9-1f3fd",
+ "native": "🦹🏽"
+ },
+ {
+ "unified": "1f9b9-1f3fe",
+ "native": "🦹🏾"
+ },
+ {
+ "unified": "1f9b9-1f3ff",
+ "native": "🦹🏿"
+ }
+ ],
+ "version": 11
+ },
+ "male_supervillain": {
+ "id": "male_supervillain",
+ "name": "男超级大坏蛋",
+ "keywords": [
+ "male",
+ "evil",
+ "bad",
+ "criminal",
+ "hero",
+ "superpowers",
+ "坏蛋",
+ "男人",
+ "男超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b9-200d-2642-fe0f",
+ "native": "🦹♂️"
+ },
+ {
+ "unified": "1f9b9-1f3fb-200d-2642-fe0f",
+ "native": "🦹🏻♂️"
+ },
+ {
+ "unified": "1f9b9-1f3fc-200d-2642-fe0f",
+ "native": "🦹🏼♂️"
+ },
+ {
+ "unified": "1f9b9-1f3fd-200d-2642-fe0f",
+ "native": "🦹🏽♂️"
+ },
+ {
+ "unified": "1f9b9-1f3fe-200d-2642-fe0f",
+ "native": "🦹🏾♂️"
+ },
+ {
+ "unified": "1f9b9-1f3ff-200d-2642-fe0f",
+ "native": "🦹🏿♂️"
+ }
+ ],
+ "version": 11
+ },
+ "female_supervillain": {
+ "id": "female_supervillain",
+ "name": "女超级大坏蛋",
+ "keywords": [
+ "female",
+ "evil",
+ "bad",
+ "criminal",
+ "heroine",
+ "superpowers",
+ "坏蛋",
+ "女人",
+ "女超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "skins": [
+ {
+ "unified": "1f9b9-200d-2640-fe0f",
+ "native": "🦹♀️"
+ },
+ {
+ "unified": "1f9b9-1f3fb-200d-2640-fe0f",
+ "native": "🦹🏻♀️"
+ },
+ {
+ "unified": "1f9b9-1f3fc-200d-2640-fe0f",
+ "native": "🦹🏼♀️"
+ },
+ {
+ "unified": "1f9b9-1f3fd-200d-2640-fe0f",
+ "native": "🦹🏽♀️"
+ },
+ {
+ "unified": "1f9b9-1f3fe-200d-2640-fe0f",
+ "native": "🦹🏾♀️"
+ },
+ {
+ "unified": "1f9b9-1f3ff-200d-2640-fe0f",
+ "native": "🦹🏿♀️"
+ }
+ ],
+ "version": 11
+ },
+ "mage": {
+ "id": "mage",
+ "name": "法师",
+ "keywords": [
+ "magic",
+ "召唤",
+ "女巫",
+ "女魔术师",
+ "巫师",
+ "智者",
+ "法师",
+ "法术",
+ "男巫",
+ "男魔术师",
+ "魔咒",
+ "魔术师"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d9",
+ "native": "🧙"
+ },
+ {
+ "unified": "1f9d9-1f3fb",
+ "native": "🧙🏻"
+ },
+ {
+ "unified": "1f9d9-1f3fc",
+ "native": "🧙🏼"
+ },
+ {
+ "unified": "1f9d9-1f3fd",
+ "native": "🧙🏽"
+ },
+ {
+ "unified": "1f9d9-1f3fe",
+ "native": "🧙🏾"
+ },
+ {
+ "unified": "1f9d9-1f3ff",
+ "native": "🧙🏿"
+ }
+ ],
+ "version": 5
+ },
+ "male_mage": {
+ "id": "male_mage",
+ "name": "男法师",
+ "keywords": [
+ "male",
+ "sorcerer",
+ "男巫",
+ "男法师",
+ "男魔术师"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d9-200d-2642-fe0f",
+ "native": "🧙♂️"
+ },
+ {
+ "unified": "1f9d9-1f3fb-200d-2642-fe0f",
+ "native": "🧙🏻♂️"
+ },
+ {
+ "unified": "1f9d9-1f3fc-200d-2642-fe0f",
+ "native": "🧙🏼♂️"
+ },
+ {
+ "unified": "1f9d9-1f3fd-200d-2642-fe0f",
+ "native": "🧙🏽♂️"
+ },
+ {
+ "unified": "1f9d9-1f3fe-200d-2642-fe0f",
+ "native": "🧙🏾♂️"
+ },
+ {
+ "unified": "1f9d9-1f3ff-200d-2642-fe0f",
+ "native": "🧙🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "female_mage": {
+ "id": "female_mage",
+ "name": "女法师",
+ "keywords": [
+ "female",
+ "witch",
+ "女巫",
+ "女法师",
+ "女魔术师"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d9-200d-2640-fe0f",
+ "native": "🧙♀️"
+ },
+ {
+ "unified": "1f9d9-1f3fb-200d-2640-fe0f",
+ "native": "🧙🏻♀️"
+ },
+ {
+ "unified": "1f9d9-1f3fc-200d-2640-fe0f",
+ "native": "🧙🏼♀️"
+ },
+ {
+ "unified": "1f9d9-1f3fd-200d-2640-fe0f",
+ "native": "🧙🏽♀️"
+ },
+ {
+ "unified": "1f9d9-1f3fe-200d-2640-fe0f",
+ "native": "🧙🏾♀️"
+ },
+ {
+ "unified": "1f9d9-1f3ff-200d-2640-fe0f",
+ "native": "🧙🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "fairy": {
+ "id": "fairy",
+ "name": "精灵",
+ "keywords": [
+ "wings",
+ "magical",
+ "仙女",
+ "仙子",
+ "童话",
+ "精灵",
+ "翅膀"
+ ],
+ "skins": [
+ {
+ "unified": "1f9da",
+ "native": "🧚"
+ },
+ {
+ "unified": "1f9da-1f3fb",
+ "native": "🧚🏻"
+ },
+ {
+ "unified": "1f9da-1f3fc",
+ "native": "🧚🏼"
+ },
+ {
+ "unified": "1f9da-1f3fd",
+ "native": "🧚🏽"
+ },
+ {
+ "unified": "1f9da-1f3fe",
+ "native": "🧚🏾"
+ },
+ {
+ "unified": "1f9da-1f3ff",
+ "native": "🧚🏿"
+ }
+ ],
+ "version": 5
+ },
+ "male_fairy": {
+ "id": "male_fairy",
+ "name": "仙人",
+ "keywords": [
+ "male",
+ "仙人",
+ "仙男",
+ "天卫十五",
+ "天卫四",
+ "男精灵"
+ ],
+ "skins": [
+ {
+ "unified": "1f9da-200d-2642-fe0f",
+ "native": "🧚♂️"
+ },
+ {
+ "unified": "1f9da-1f3fb-200d-2642-fe0f",
+ "native": "🧚🏻♂️"
+ },
+ {
+ "unified": "1f9da-1f3fc-200d-2642-fe0f",
+ "native": "🧚🏼♂️"
+ },
+ {
+ "unified": "1f9da-1f3fd-200d-2642-fe0f",
+ "native": "🧚🏽♂️"
+ },
+ {
+ "unified": "1f9da-1f3fe-200d-2642-fe0f",
+ "native": "🧚🏾♂️"
+ },
+ {
+ "unified": "1f9da-1f3ff-200d-2642-fe0f",
+ "native": "🧚🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "female_fairy": {
+ "id": "female_fairy",
+ "name": "仙女",
+ "keywords": [
+ "female",
+ "仙女",
+ "女精灵",
+ "妖精王后"
+ ],
+ "skins": [
+ {
+ "unified": "1f9da-200d-2640-fe0f",
+ "native": "🧚♀️"
+ },
+ {
+ "unified": "1f9da-1f3fb-200d-2640-fe0f",
+ "native": "🧚🏻♀️"
+ },
+ {
+ "unified": "1f9da-1f3fc-200d-2640-fe0f",
+ "native": "🧚🏼♀️"
+ },
+ {
+ "unified": "1f9da-1f3fd-200d-2640-fe0f",
+ "native": "🧚🏽♀️"
+ },
+ {
+ "unified": "1f9da-1f3fe-200d-2640-fe0f",
+ "native": "🧚🏾♀️"
+ },
+ {
+ "unified": "1f9da-1f3ff-200d-2640-fe0f",
+ "native": "🧚🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "vampire": {
+ "id": "vampire",
+ "name": "吸血鬼",
+ "keywords": [
+ "blood",
+ "twilight",
+ "万圣节",
+ "不死族",
+ "利牙",
+ "吸血鬼",
+ "恐怖",
+ "毒牙",
+ "装扮服装",
+ "超自然"
+ ],
+ "skins": [
+ {
+ "unified": "1f9db",
+ "native": "🧛"
+ },
+ {
+ "unified": "1f9db-1f3fb",
+ "native": "🧛🏻"
+ },
+ {
+ "unified": "1f9db-1f3fc",
+ "native": "🧛🏼"
+ },
+ {
+ "unified": "1f9db-1f3fd",
+ "native": "🧛🏽"
+ },
+ {
+ "unified": "1f9db-1f3fe",
+ "native": "🧛🏾"
+ },
+ {
+ "unified": "1f9db-1f3ff",
+ "native": "🧛🏿"
+ }
+ ],
+ "version": 5
+ },
+ "male_vampire": {
+ "id": "male_vampire",
+ "name": "男吸血鬼",
+ "keywords": [
+ "male",
+ "dracula",
+ "男不死族",
+ "男吸血鬼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9db-200d-2642-fe0f",
+ "native": "🧛♂️"
+ },
+ {
+ "unified": "1f9db-1f3fb-200d-2642-fe0f",
+ "native": "🧛🏻♂️"
+ },
+ {
+ "unified": "1f9db-1f3fc-200d-2642-fe0f",
+ "native": "🧛🏼♂️"
+ },
+ {
+ "unified": "1f9db-1f3fd-200d-2642-fe0f",
+ "native": "🧛🏽♂️"
+ },
+ {
+ "unified": "1f9db-1f3fe-200d-2642-fe0f",
+ "native": "🧛🏾♂️"
+ },
+ {
+ "unified": "1f9db-1f3ff-200d-2642-fe0f",
+ "native": "🧛🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "female_vampire": {
+ "id": "female_vampire",
+ "name": "女吸血鬼",
+ "keywords": [
+ "female",
+ "女不死族",
+ "女吸血鬼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9db-200d-2640-fe0f",
+ "native": "🧛♀️"
+ },
+ {
+ "unified": "1f9db-1f3fb-200d-2640-fe0f",
+ "native": "🧛🏻♀️"
+ },
+ {
+ "unified": "1f9db-1f3fc-200d-2640-fe0f",
+ "native": "🧛🏼♀️"
+ },
+ {
+ "unified": "1f9db-1f3fd-200d-2640-fe0f",
+ "native": "🧛🏽♀️"
+ },
+ {
+ "unified": "1f9db-1f3fe-200d-2640-fe0f",
+ "native": "🧛🏾♀️"
+ },
+ {
+ "unified": "1f9db-1f3ff-200d-2640-fe0f",
+ "native": "🧛🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "merperson": {
+ "id": "merperson",
+ "name": "人鱼",
+ "keywords": [
+ "sea",
+ "三叉戟",
+ "人鱼",
+ "女人鱼",
+ "民间传说",
+ "海妖",
+ "海底",
+ "海洋生物",
+ "男人鱼",
+ "童话",
+ "美人鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9dc",
+ "native": "🧜"
+ },
+ {
+ "unified": "1f9dc-1f3fb",
+ "native": "🧜🏻"
+ },
+ {
+ "unified": "1f9dc-1f3fc",
+ "native": "🧜🏼"
+ },
+ {
+ "unified": "1f9dc-1f3fd",
+ "native": "🧜🏽"
+ },
+ {
+ "unified": "1f9dc-1f3fe",
+ "native": "🧜🏾"
+ },
+ {
+ "unified": "1f9dc-1f3ff",
+ "native": "🧜🏿"
+ }
+ ],
+ "version": 5
+ },
+ "merman": {
+ "id": "merman",
+ "name": "男人鱼",
+ "keywords": [
+ "man",
+ "male",
+ "triton",
+ "特里同",
+ "男人鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9dc-200d-2642-fe0f",
+ "native": "🧜♂️"
+ },
+ {
+ "unified": "1f9dc-1f3fb-200d-2642-fe0f",
+ "native": "🧜🏻♂️"
+ },
+ {
+ "unified": "1f9dc-1f3fc-200d-2642-fe0f",
+ "native": "🧜🏼♂️"
+ },
+ {
+ "unified": "1f9dc-1f3fd-200d-2642-fe0f",
+ "native": "🧜🏽♂️"
+ },
+ {
+ "unified": "1f9dc-1f3fe-200d-2642-fe0f",
+ "native": "🧜🏾♂️"
+ },
+ {
+ "unified": "1f9dc-1f3ff-200d-2642-fe0f",
+ "native": "🧜🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "mermaid": {
+ "id": "mermaid",
+ "name": "美人鱼",
+ "keywords": [
+ "woman",
+ "female",
+ "merwoman",
+ "ariel",
+ "女人鱼",
+ "美人鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9dc-200d-2640-fe0f",
+ "native": "🧜♀️"
+ },
+ {
+ "unified": "1f9dc-1f3fb-200d-2640-fe0f",
+ "native": "🧜🏻♀️"
+ },
+ {
+ "unified": "1f9dc-1f3fc-200d-2640-fe0f",
+ "native": "🧜🏼♀️"
+ },
+ {
+ "unified": "1f9dc-1f3fd-200d-2640-fe0f",
+ "native": "🧜🏽♀️"
+ },
+ {
+ "unified": "1f9dc-1f3fe-200d-2640-fe0f",
+ "native": "🧜🏾♀️"
+ },
+ {
+ "unified": "1f9dc-1f3ff-200d-2640-fe0f",
+ "native": "🧜🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "elf": {
+ "id": "elf",
+ "name": "小精灵",
+ "keywords": [
+ "magical",
+ "小精灵",
+ "神秘",
+ "精灵",
+ "魔幻",
+ "魔法"
+ ],
+ "skins": [
+ {
+ "unified": "1f9dd",
+ "native": "🧝"
+ },
+ {
+ "unified": "1f9dd-1f3fb",
+ "native": "🧝🏻"
+ },
+ {
+ "unified": "1f9dd-1f3fc",
+ "native": "🧝🏼"
+ },
+ {
+ "unified": "1f9dd-1f3fd",
+ "native": "🧝🏽"
+ },
+ {
+ "unified": "1f9dd-1f3fe",
+ "native": "🧝🏾"
+ },
+ {
+ "unified": "1f9dd-1f3ff",
+ "native": "🧝🏿"
+ }
+ ],
+ "version": 5
+ },
+ "male_elf": {
+ "id": "male_elf",
+ "name": "男小精灵",
+ "keywords": [
+ "male",
+ "男小精灵",
+ "男性魔术"
+ ],
+ "skins": [
+ {
+ "unified": "1f9dd-200d-2642-fe0f",
+ "native": "🧝♂️"
+ },
+ {
+ "unified": "1f9dd-1f3fb-200d-2642-fe0f",
+ "native": "🧝🏻♂️"
+ },
+ {
+ "unified": "1f9dd-1f3fc-200d-2642-fe0f",
+ "native": "🧝🏼♂️"
+ },
+ {
+ "unified": "1f9dd-1f3fd-200d-2642-fe0f",
+ "native": "🧝🏽♂️"
+ },
+ {
+ "unified": "1f9dd-1f3fe-200d-2642-fe0f",
+ "native": "🧝🏾♂️"
+ },
+ {
+ "unified": "1f9dd-1f3ff-200d-2642-fe0f",
+ "native": "🧝🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "female_elf": {
+ "id": "female_elf",
+ "name": "女小精灵",
+ "keywords": [
+ "female",
+ "女小精灵",
+ "女性魔术"
+ ],
+ "skins": [
+ {
+ "unified": "1f9dd-200d-2640-fe0f",
+ "native": "🧝♀️"
+ },
+ {
+ "unified": "1f9dd-1f3fb-200d-2640-fe0f",
+ "native": "🧝🏻♀️"
+ },
+ {
+ "unified": "1f9dd-1f3fc-200d-2640-fe0f",
+ "native": "🧝🏼♀️"
+ },
+ {
+ "unified": "1f9dd-1f3fd-200d-2640-fe0f",
+ "native": "🧝🏽♀️"
+ },
+ {
+ "unified": "1f9dd-1f3fe-200d-2640-fe0f",
+ "native": "🧝🏾♀️"
+ },
+ {
+ "unified": "1f9dd-1f3ff-200d-2640-fe0f",
+ "native": "🧝🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "genie": {
+ "id": "genie",
+ "name": "妖怪",
+ "keywords": [
+ "magical",
+ "wishes",
+ "奇幻",
+ "妖怪",
+ "愿望",
+ "擦拭神灯",
+ "杰尼",
+ "灯神",
+ "神灵",
+ "神秘",
+ "神话",
+ "精灵",
+ "镇尼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9de",
+ "native": "🧞"
+ }
+ ],
+ "version": 5
+ },
+ "male_genie": {
+ "id": "male_genie",
+ "name": "男妖怪",
+ "keywords": [
+ "male",
+ "男妖怪",
+ "男神灵"
+ ],
+ "skins": [
+ {
+ "unified": "1f9de-200d-2642-fe0f",
+ "native": "🧞♂️"
+ }
+ ],
+ "version": 5
+ },
+ "female_genie": {
+ "id": "female_genie",
+ "name": "女妖怪",
+ "keywords": [
+ "female",
+ "女妖怪",
+ "女神灵"
+ ],
+ "skins": [
+ {
+ "unified": "1f9de-200d-2640-fe0f",
+ "native": "🧞♀️"
+ }
+ ],
+ "version": 5
+ },
+ "zombie": {
+ "id": "zombie",
+ "name": "僵尸",
+ "keywords": [
+ "dead",
+ "万圣节",
+ "不死族",
+ "僵尸",
+ "半死不活",
+ "吓人",
+ "行尸走肉"
+ ],
+ "skins": [
+ {
+ "unified": "1f9df",
+ "native": "🧟"
+ }
+ ],
+ "version": 5
+ },
+ "male_zombie": {
+ "id": "male_zombie",
+ "name": "男僵尸",
+ "keywords": [
+ "male",
+ "dracula",
+ "undead",
+ "walking",
+ "dead",
+ "男僵尸",
+ "男行尸走肉"
+ ],
+ "skins": [
+ {
+ "unified": "1f9df-200d-2642-fe0f",
+ "native": "🧟♂️"
+ }
+ ],
+ "version": 5
+ },
+ "female_zombie": {
+ "id": "female_zombie",
+ "name": "女僵尸",
+ "keywords": [
+ "female",
+ "undead",
+ "walking",
+ "dead",
+ "女僵尸",
+ "女行尸走肉"
+ ],
+ "skins": [
+ {
+ "unified": "1f9df-200d-2640-fe0f",
+ "native": "🧟♀️"
+ }
+ ],
+ "version": 5
+ },
+ "troll": {
+ "id": "troll",
+ "name": "穴居巨怪",
+ "keywords": [
+ "mystical",
+ "monster",
+ "幻想",
+ "怪兽",
+ "怪物",
+ "神话故事",
+ "穴居巨怪"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cc",
+ "native": "🧌"
+ }
+ ],
+ "version": 14
+ },
+ "massage": {
+ "id": "massage",
+ "name": "按摩",
+ "keywords": [
+ "person",
+ "getting",
+ "relax",
+ "享受按摩的人",
+ "头痛",
+ "按摩",
+ "放松",
+ "水疗",
+ "治疗",
+ "紧张",
+ "缓解",
+ "美容",
+ "美容沙龙",
+ "面部"
+ ],
+ "skins": [
+ {
+ "unified": "1f486",
+ "native": "💆"
+ },
+ {
+ "unified": "1f486-1f3fb",
+ "native": "💆🏻"
+ },
+ {
+ "unified": "1f486-1f3fc",
+ "native": "💆🏼"
+ },
+ {
+ "unified": "1f486-1f3fd",
+ "native": "💆🏽"
+ },
+ {
+ "unified": "1f486-1f3fe",
+ "native": "💆🏾"
+ },
+ {
+ "unified": "1f486-1f3ff",
+ "native": "💆🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-getting-massage": {
+ "id": "man-getting-massage",
+ "name": "男生按摩",
+ "keywords": [
+ "getting-massage",
+ "male",
+ "boy",
+ "head",
+ "头痛",
+ "按摩",
+ "男",
+ "男生按摩",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f486-200d-2642-fe0f",
+ "native": "💆♂️"
+ },
+ {
+ "unified": "1f486-1f3fb-200d-2642-fe0f",
+ "native": "💆🏻♂️"
+ },
+ {
+ "unified": "1f486-1f3fc-200d-2642-fe0f",
+ "native": "💆🏼♂️"
+ },
+ {
+ "unified": "1f486-1f3fd-200d-2642-fe0f",
+ "native": "💆🏽♂️"
+ },
+ {
+ "unified": "1f486-1f3fe-200d-2642-fe0f",
+ "native": "💆🏾♂️"
+ },
+ {
+ "unified": "1f486-1f3ff-200d-2642-fe0f",
+ "native": "💆🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-getting-massage": {
+ "id": "woman-getting-massage",
+ "name": "女生按摩",
+ "keywords": [
+ "getting-massage",
+ "female",
+ "girl",
+ "head",
+ "女",
+ "女生按摩",
+ "按摩"
+ ],
+ "skins": [
+ {
+ "unified": "1f486-200d-2640-fe0f",
+ "native": "💆♀️"
+ },
+ {
+ "unified": "1f486-1f3fb-200d-2640-fe0f",
+ "native": "💆🏻♀️"
+ },
+ {
+ "unified": "1f486-1f3fc-200d-2640-fe0f",
+ "native": "💆🏼♀️"
+ },
+ {
+ "unified": "1f486-1f3fd-200d-2640-fe0f",
+ "native": "💆🏽♀️"
+ },
+ {
+ "unified": "1f486-1f3fe-200d-2640-fe0f",
+ "native": "💆🏾♀️"
+ },
+ {
+ "unified": "1f486-1f3ff-200d-2640-fe0f",
+ "native": "💆🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "haircut": {
+ "id": "haircut",
+ "name": "理发",
+ "keywords": [
+ "person",
+ "getting",
+ "hairstyle",
+ "剪头",
+ "发型",
+ "理发",
+ "理发师",
+ "理发的人",
+ "美发",
+ "美容",
+ "美容沙龙",
+ "美容院",
+ "造型师"
+ ],
+ "skins": [
+ {
+ "unified": "1f487",
+ "native": "💇"
+ },
+ {
+ "unified": "1f487-1f3fb",
+ "native": "💇🏻"
+ },
+ {
+ "unified": "1f487-1f3fc",
+ "native": "💇🏼"
+ },
+ {
+ "unified": "1f487-1f3fd",
+ "native": "💇🏽"
+ },
+ {
+ "unified": "1f487-1f3fe",
+ "native": "💇🏾"
+ },
+ {
+ "unified": "1f487-1f3ff",
+ "native": "💇🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-getting-haircut": {
+ "id": "man-getting-haircut",
+ "name": "男生理发",
+ "keywords": [
+ "getting-haircut",
+ "male",
+ "boy",
+ "剪头",
+ "理发",
+ "男",
+ "男生理发"
+ ],
+ "skins": [
+ {
+ "unified": "1f487-200d-2642-fe0f",
+ "native": "💇♂️"
+ },
+ {
+ "unified": "1f487-1f3fb-200d-2642-fe0f",
+ "native": "💇🏻♂️"
+ },
+ {
+ "unified": "1f487-1f3fc-200d-2642-fe0f",
+ "native": "💇🏼♂️"
+ },
+ {
+ "unified": "1f487-1f3fd-200d-2642-fe0f",
+ "native": "💇🏽♂️"
+ },
+ {
+ "unified": "1f487-1f3fe-200d-2642-fe0f",
+ "native": "💇🏾♂️"
+ },
+ {
+ "unified": "1f487-1f3ff-200d-2642-fe0f",
+ "native": "💇🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-getting-haircut": {
+ "id": "woman-getting-haircut",
+ "name": "女生理发",
+ "keywords": [
+ "getting-haircut",
+ "female",
+ "girl",
+ "剪头",
+ "女",
+ "女生理发",
+ "理发"
+ ],
+ "skins": [
+ {
+ "unified": "1f487-200d-2640-fe0f",
+ "native": "💇♀️"
+ },
+ {
+ "unified": "1f487-1f3fb-200d-2640-fe0f",
+ "native": "💇🏻♀️"
+ },
+ {
+ "unified": "1f487-1f3fc-200d-2640-fe0f",
+ "native": "💇🏼♀️"
+ },
+ {
+ "unified": "1f487-1f3fd-200d-2640-fe0f",
+ "native": "💇🏽♀️"
+ },
+ {
+ "unified": "1f487-1f3fe-200d-2640-fe0f",
+ "native": "💇🏾♀️"
+ },
+ {
+ "unified": "1f487-1f3ff-200d-2640-fe0f",
+ "native": "💇🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "walking": {
+ "id": "walking",
+ "name": "行人",
+ "keywords": [
+ "walking",
+ "person",
+ "move",
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b6",
+ "native": "🚶"
+ },
+ {
+ "unified": "1f6b6-1f3fb",
+ "native": "🚶🏻"
+ },
+ {
+ "unified": "1f6b6-1f3fc",
+ "native": "🚶🏼"
+ },
+ {
+ "unified": "1f6b6-1f3fd",
+ "native": "🚶🏽"
+ },
+ {
+ "unified": "1f6b6-1f3fe",
+ "native": "🚶🏾"
+ },
+ {
+ "unified": "1f6b6-1f3ff",
+ "native": "🚶🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-walking": {
+ "id": "man-walking",
+ "name": "男行人",
+ "keywords": [
+ "human",
+ "feet",
+ "steps",
+ "徒步",
+ "男",
+ "男行人",
+ "走路"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b6-200d-2642-fe0f",
+ "native": "🚶♂️"
+ },
+ {
+ "unified": "1f6b6-1f3fb-200d-2642-fe0f",
+ "native": "🚶🏻♂️"
+ },
+ {
+ "unified": "1f6b6-1f3fc-200d-2642-fe0f",
+ "native": "🚶🏼♂️"
+ },
+ {
+ "unified": "1f6b6-1f3fd-200d-2642-fe0f",
+ "native": "🚶🏽♂️"
+ },
+ {
+ "unified": "1f6b6-1f3fe-200d-2642-fe0f",
+ "native": "🚶🏾♂️"
+ },
+ {
+ "unified": "1f6b6-1f3ff-200d-2642-fe0f",
+ "native": "🚶🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-walking": {
+ "id": "woman-walking",
+ "name": "女行人",
+ "keywords": [
+ "human",
+ "feet",
+ "steps",
+ "female",
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b6-200d-2640-fe0f",
+ "native": "🚶♀️"
+ },
+ {
+ "unified": "1f6b6-1f3fb-200d-2640-fe0f",
+ "native": "🚶🏻♀️"
+ },
+ {
+ "unified": "1f6b6-1f3fc-200d-2640-fe0f",
+ "native": "🚶🏼♀️"
+ },
+ {
+ "unified": "1f6b6-1f3fd-200d-2640-fe0f",
+ "native": "🚶🏽♀️"
+ },
+ {
+ "unified": "1f6b6-1f3fe-200d-2640-fe0f",
+ "native": "🚶🏾♀️"
+ },
+ {
+ "unified": "1f6b6-1f3ff-200d-2640-fe0f",
+ "native": "🚶🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "standing_person": {
+ "id": "standing_person",
+ "name": "站立者",
+ "keywords": [
+ "still",
+ "人物",
+ "站着",
+ "站着的人",
+ "站立",
+ "站立者"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cd",
+ "native": "🧍"
+ },
+ {
+ "unified": "1f9cd-1f3fb",
+ "native": "🧍🏻"
+ },
+ {
+ "unified": "1f9cd-1f3fc",
+ "native": "🧍🏼"
+ },
+ {
+ "unified": "1f9cd-1f3fd",
+ "native": "🧍🏽"
+ },
+ {
+ "unified": "1f9cd-1f3fe",
+ "native": "🧍🏾"
+ },
+ {
+ "unified": "1f9cd-1f3ff",
+ "native": "🧍🏿"
+ }
+ ],
+ "version": 12
+ },
+ "man_standing": {
+ "id": "man_standing",
+ "name": "站立的男人",
+ "keywords": [
+ "still",
+ "男",
+ "站着",
+ "站立",
+ "站立的男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cd-200d-2642-fe0f",
+ "native": "🧍♂️"
+ },
+ {
+ "unified": "1f9cd-1f3fb-200d-2642-fe0f",
+ "native": "🧍🏻♂️"
+ },
+ {
+ "unified": "1f9cd-1f3fc-200d-2642-fe0f",
+ "native": "🧍🏼♂️"
+ },
+ {
+ "unified": "1f9cd-1f3fd-200d-2642-fe0f",
+ "native": "🧍🏽♂️"
+ },
+ {
+ "unified": "1f9cd-1f3fe-200d-2642-fe0f",
+ "native": "🧍🏾♂️"
+ },
+ {
+ "unified": "1f9cd-1f3ff-200d-2642-fe0f",
+ "native": "🧍🏿♂️"
+ }
+ ],
+ "version": 12
+ },
+ "woman_standing": {
+ "id": "woman_standing",
+ "name": "站立的女人",
+ "keywords": [
+ "still",
+ "女",
+ "站着",
+ "站立",
+ "站立的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cd-200d-2640-fe0f",
+ "native": "🧍♀️"
+ },
+ {
+ "unified": "1f9cd-1f3fb-200d-2640-fe0f",
+ "native": "🧍🏻♀️"
+ },
+ {
+ "unified": "1f9cd-1f3fc-200d-2640-fe0f",
+ "native": "🧍🏼♀️"
+ },
+ {
+ "unified": "1f9cd-1f3fd-200d-2640-fe0f",
+ "native": "🧍🏽♀️"
+ },
+ {
+ "unified": "1f9cd-1f3fe-200d-2640-fe0f",
+ "native": "🧍🏾♀️"
+ },
+ {
+ "unified": "1f9cd-1f3ff-200d-2640-fe0f",
+ "native": "🧍🏿♀️"
+ }
+ ],
+ "version": 12
+ },
+ "kneeling_person": {
+ "id": "kneeling_person",
+ "name": "下跪者",
+ "keywords": [
+ "pray",
+ "respectful",
+ "下跪",
+ "下跪者",
+ "跪下",
+ "跪坐"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ce",
+ "native": "🧎"
+ },
+ {
+ "unified": "1f9ce-1f3fb",
+ "native": "🧎🏻"
+ },
+ {
+ "unified": "1f9ce-1f3fc",
+ "native": "🧎🏼"
+ },
+ {
+ "unified": "1f9ce-1f3fd",
+ "native": "🧎🏽"
+ },
+ {
+ "unified": "1f9ce-1f3fe",
+ "native": "🧎🏾"
+ },
+ {
+ "unified": "1f9ce-1f3ff",
+ "native": "🧎🏿"
+ }
+ ],
+ "version": 12
+ },
+ "man_kneeling": {
+ "id": "man_kneeling",
+ "name": "跪下的男人",
+ "keywords": [
+ "pray",
+ "respectful",
+ "下跪",
+ "男",
+ "跪下的男人",
+ "跪坐"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ce-200d-2642-fe0f",
+ "native": "🧎♂️"
+ },
+ {
+ "unified": "1f9ce-1f3fb-200d-2642-fe0f",
+ "native": "🧎🏻♂️"
+ },
+ {
+ "unified": "1f9ce-1f3fc-200d-2642-fe0f",
+ "native": "🧎🏼♂️"
+ },
+ {
+ "unified": "1f9ce-1f3fd-200d-2642-fe0f",
+ "native": "🧎🏽♂️"
+ },
+ {
+ "unified": "1f9ce-1f3fe-200d-2642-fe0f",
+ "native": "🧎🏾♂️"
+ },
+ {
+ "unified": "1f9ce-1f3ff-200d-2642-fe0f",
+ "native": "🧎🏿♂️"
+ }
+ ],
+ "version": 12
+ },
+ "woman_kneeling": {
+ "id": "woman_kneeling",
+ "name": "跪下的女人",
+ "keywords": [
+ "respectful",
+ "pray",
+ "下跪",
+ "女",
+ "跪下的女人",
+ "跪坐"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ce-200d-2640-fe0f",
+ "native": "🧎♀️"
+ },
+ {
+ "unified": "1f9ce-1f3fb-200d-2640-fe0f",
+ "native": "🧎🏻♀️"
+ },
+ {
+ "unified": "1f9ce-1f3fc-200d-2640-fe0f",
+ "native": "🧎🏼♀️"
+ },
+ {
+ "unified": "1f9ce-1f3fd-200d-2640-fe0f",
+ "native": "🧎🏽♀️"
+ },
+ {
+ "unified": "1f9ce-1f3fe-200d-2640-fe0f",
+ "native": "🧎🏾♀️"
+ },
+ {
+ "unified": "1f9ce-1f3ff-200d-2640-fe0f",
+ "native": "🧎🏿♀️"
+ }
+ ],
+ "version": 12
+ },
+ "person_with_probing_cane": {
+ "id": "person_with_probing_cane",
+ "name": "拄盲杖的人",
+ "keywords": [
+ "probing",
+ "blind",
+ "拄盲杖的人",
+ "无障碍",
+ "盲"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f9af",
+ "native": "🧑🦯"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f9af",
+ "native": "🧑🏻🦯"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f9af",
+ "native": "🧑🏼🦯"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f9af",
+ "native": "🧑🏽🦯"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f9af",
+ "native": "🧑🏾🦯"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f9af",
+ "native": "🧑🏿🦯"
+ }
+ ],
+ "version": 12.1
+ },
+ "man_with_probing_cane": {
+ "id": "man_with_probing_cane",
+ "name": "拄盲杖的男人",
+ "keywords": [
+ "probing",
+ "blind",
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f9af",
+ "native": "👨🦯"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f9af",
+ "native": "👨🏻🦯"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f9af",
+ "native": "👨🏼🦯"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f9af",
+ "native": "👨🏽🦯"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f9af",
+ "native": "👨🏾🦯"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f9af",
+ "native": "👨🏿🦯"
+ }
+ ],
+ "version": 12
+ },
+ "woman_with_probing_cane": {
+ "id": "woman_with_probing_cane",
+ "name": "拄盲杖的女人",
+ "keywords": [
+ "probing",
+ "blind",
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f9af",
+ "native": "👩🦯"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f9af",
+ "native": "👩🏻🦯"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f9af",
+ "native": "👩🏼🦯"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f9af",
+ "native": "👩🏽🦯"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f9af",
+ "native": "👩🏾🦯"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f9af",
+ "native": "👩🏿🦯"
+ }
+ ],
+ "version": 12
+ },
+ "person_in_motorized_wheelchair": {
+ "id": "person_in_motorized_wheelchair",
+ "name": "坐电动轮椅的人",
+ "keywords": [
+ "disability",
+ "accessibility",
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f9bc",
+ "native": "🧑🦼"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f9bc",
+ "native": "🧑🏻🦼"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f9bc",
+ "native": "🧑🏼🦼"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f9bc",
+ "native": "🧑🏽🦼"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f9bc",
+ "native": "🧑🏾🦼"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f9bc",
+ "native": "🧑🏿🦼"
+ }
+ ],
+ "version": 12.1
+ },
+ "man_in_motorized_wheelchair": {
+ "id": "man_in_motorized_wheelchair",
+ "name": "坐电动轮椅的男人",
+ "keywords": [
+ "disability",
+ "accessibility",
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f9bc",
+ "native": "👨🦼"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f9bc",
+ "native": "👨🏻🦼"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f9bc",
+ "native": "👨🏼🦼"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f9bc",
+ "native": "👨🏽🦼"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f9bc",
+ "native": "👨🏾🦼"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f9bc",
+ "native": "👨🏿🦼"
+ }
+ ],
+ "version": 12
+ },
+ "woman_in_motorized_wheelchair": {
+ "id": "woman_in_motorized_wheelchair",
+ "name": "坐电动轮椅的女人",
+ "keywords": [
+ "disability",
+ "accessibility",
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f9bc",
+ "native": "👩🦼"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f9bc",
+ "native": "👩🏻🦼"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f9bc",
+ "native": "👩🏼🦼"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f9bc",
+ "native": "👩🏽🦼"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f9bc",
+ "native": "👩🏾🦼"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f9bc",
+ "native": "👩🏿🦼"
+ }
+ ],
+ "version": 12
+ },
+ "person_in_manual_wheelchair": {
+ "id": "person_in_manual_wheelchair",
+ "name": "坐手动轮椅的人",
+ "keywords": [
+ "disability",
+ "accessibility",
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f9bd",
+ "native": "🧑🦽"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f9bd",
+ "native": "🧑🏻🦽"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f9bd",
+ "native": "🧑🏼🦽"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f9bd",
+ "native": "🧑🏽🦽"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f9bd",
+ "native": "🧑🏾🦽"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f9bd",
+ "native": "🧑🏿🦽"
+ }
+ ],
+ "version": 12.1
+ },
+ "man_in_manual_wheelchair": {
+ "id": "man_in_manual_wheelchair",
+ "name": "坐手动轮椅的男人",
+ "keywords": [
+ "disability",
+ "accessibility",
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f9bd",
+ "native": "👨🦽"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-1f9bd",
+ "native": "👨🏻🦽"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-1f9bd",
+ "native": "👨🏼🦽"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-1f9bd",
+ "native": "👨🏽🦽"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-1f9bd",
+ "native": "👨🏾🦽"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-1f9bd",
+ "native": "👨🏿🦽"
+ }
+ ],
+ "version": 12
+ },
+ "woman_in_manual_wheelchair": {
+ "id": "woman_in_manual_wheelchair",
+ "name": "坐手动轮椅的女人",
+ "keywords": [
+ "disability",
+ "accessibility",
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f9bd",
+ "native": "👩🦽"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-1f9bd",
+ "native": "👩🏻🦽"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-1f9bd",
+ "native": "👩🏼🦽"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-1f9bd",
+ "native": "👩🏽🦽"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-1f9bd",
+ "native": "👩🏾🦽"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-1f9bd",
+ "native": "👩🏿🦽"
+ }
+ ],
+ "version": 12
+ },
+ "runner": {
+ "id": "runner",
+ "name": "跑步者",
+ "keywords": [
+ "running",
+ "person",
+ "move",
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "马拉松"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c3",
+ "native": "🏃"
+ },
+ {
+ "unified": "1f3c3-1f3fb",
+ "native": "🏃🏻"
+ },
+ {
+ "unified": "1f3c3-1f3fc",
+ "native": "🏃🏼"
+ },
+ {
+ "unified": "1f3c3-1f3fd",
+ "native": "🏃🏽"
+ },
+ {
+ "unified": "1f3c3-1f3fe",
+ "native": "🏃🏾"
+ },
+ {
+ "unified": "1f3c3-1f3ff",
+ "native": "🏃🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-running": {
+ "id": "man-running",
+ "name": "男生跑步",
+ "keywords": [
+ "walking",
+ "exercise",
+ "race",
+ "男",
+ "男生跑步",
+ "跑",
+ "马拉松"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c3-200d-2642-fe0f",
+ "native": "🏃♂️"
+ },
+ {
+ "unified": "1f3c3-1f3fb-200d-2642-fe0f",
+ "native": "🏃🏻♂️"
+ },
+ {
+ "unified": "1f3c3-1f3fc-200d-2642-fe0f",
+ "native": "🏃🏼♂️"
+ },
+ {
+ "unified": "1f3c3-1f3fd-200d-2642-fe0f",
+ "native": "🏃🏽♂️"
+ },
+ {
+ "unified": "1f3c3-1f3fe-200d-2642-fe0f",
+ "native": "🏃🏾♂️"
+ },
+ {
+ "unified": "1f3c3-1f3ff-200d-2642-fe0f",
+ "native": "🏃🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-running": {
+ "id": "woman-running",
+ "name": "女生跑步",
+ "keywords": [
+ "walking",
+ "exercise",
+ "race",
+ "female",
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "马拉松"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c3-200d-2640-fe0f",
+ "native": "🏃♀️"
+ },
+ {
+ "unified": "1f3c3-1f3fb-200d-2640-fe0f",
+ "native": "🏃🏻♀️"
+ },
+ {
+ "unified": "1f3c3-1f3fc-200d-2640-fe0f",
+ "native": "🏃🏼♀️"
+ },
+ {
+ "unified": "1f3c3-1f3fd-200d-2640-fe0f",
+ "native": "🏃🏽♀️"
+ },
+ {
+ "unified": "1f3c3-1f3fe-200d-2640-fe0f",
+ "native": "🏃🏾♀️"
+ },
+ {
+ "unified": "1f3c3-1f3ff-200d-2640-fe0f",
+ "native": "🏃🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "dancer": {
+ "id": "dancer",
+ "name": "跳舞的女人",
+ "keywords": [
+ "woman",
+ "dancing",
+ "female",
+ "girl",
+ "fun",
+ "优雅",
+ "佛拉门戈",
+ "女人",
+ "女舞者",
+ "探戈",
+ "舞者",
+ "萨尔萨舞",
+ "跳舞",
+ "跳舞的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f483",
+ "native": "💃"
+ },
+ {
+ "unified": "1f483-1f3fb",
+ "native": "💃🏻"
+ },
+ {
+ "unified": "1f483-1f3fc",
+ "native": "💃🏼"
+ },
+ {
+ "unified": "1f483-1f3fd",
+ "native": "💃🏽"
+ },
+ {
+ "unified": "1f483-1f3fe",
+ "native": "💃🏾"
+ },
+ {
+ "unified": "1f483-1f3ff",
+ "native": "💃🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man_dancing": {
+ "id": "man_dancing",
+ "name": "跳舞的男人",
+ "keywords": [
+ "male",
+ "boy",
+ "fun",
+ "dancer",
+ "佛拉门戈",
+ "男人",
+ "男舞者",
+ "舞者",
+ "跳舞",
+ "跳舞的男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f57a",
+ "native": "🕺"
+ },
+ {
+ "unified": "1f57a-1f3fb",
+ "native": "🕺🏻"
+ },
+ {
+ "unified": "1f57a-1f3fc",
+ "native": "🕺🏼"
+ },
+ {
+ "unified": "1f57a-1f3fd",
+ "native": "🕺🏽"
+ },
+ {
+ "unified": "1f57a-1f3fe",
+ "native": "🕺🏾"
+ },
+ {
+ "unified": "1f57a-1f3ff",
+ "native": "🕺🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man_in_business_suit_levitating": {
+ "id": "man_in_business_suit_levitating",
+ "name": "西装革履的人",
+ "keywords": [
+ "man",
+ "business",
+ "levitate",
+ "hover",
+ "jump",
+ "商务",
+ "正装",
+ "男",
+ "西装革履",
+ "西装革履的人"
+ ],
+ "skins": [
+ {
+ "unified": "1f574-fe0f",
+ "native": "🕴️"
+ },
+ {
+ "unified": "1f574-1f3fb",
+ "native": "🕴🏻"
+ },
+ {
+ "unified": "1f574-1f3fc",
+ "native": "🕴🏼"
+ },
+ {
+ "unified": "1f574-1f3fd",
+ "native": "🕴🏽"
+ },
+ {
+ "unified": "1f574-1f3fe",
+ "native": "🕴🏾"
+ },
+ {
+ "unified": "1f574-1f3ff",
+ "native": "🕴🏿"
+ }
+ ],
+ "version": 1
+ },
+ "dancers": {
+ "id": "dancers",
+ "name": "戴兔耳朵的人",
+ "keywords": [
+ "dancers",
+ "people",
+ "perform",
+ "costume",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "skins": [
+ {
+ "unified": "1f46f",
+ "native": "👯"
+ }
+ ],
+ "version": 1
+ },
+ "men-with-bunny-ears-partying": {
+ "id": "men-with-bunny-ears-partying",
+ "name": "兔先生",
+ "keywords": [
+ "with-bunny-ears-partying",
+ "man",
+ "male",
+ "boys",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "skins": [
+ {
+ "unified": "1f46f-200d-2642-fe0f",
+ "native": "👯♂️"
+ }
+ ],
+ "version": 4
+ },
+ "women-with-bunny-ears-partying": {
+ "id": "women-with-bunny-ears-partying",
+ "name": "兔女郎",
+ "keywords": [
+ "with-bunny-ears-partying",
+ "woman",
+ "female",
+ "girls",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "skins": [
+ {
+ "unified": "1f46f-200d-2640-fe0f",
+ "native": "👯♀️"
+ }
+ ],
+ "version": 4
+ },
+ "person_in_steamy_room": {
+ "id": "person_in_steamy_room",
+ "name": "蒸房里的人",
+ "keywords": [
+ "relax",
+ "spa",
+ "在桑拿间的人",
+ "放松",
+ "桑拿",
+ "桑拿浴",
+ "蒸房",
+ "蒸房里的人",
+ "蒸气漫溢",
+ "蒸汽浴"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d6",
+ "native": "🧖"
+ },
+ {
+ "unified": "1f9d6-1f3fb",
+ "native": "🧖🏻"
+ },
+ {
+ "unified": "1f9d6-1f3fc",
+ "native": "🧖🏼"
+ },
+ {
+ "unified": "1f9d6-1f3fd",
+ "native": "🧖🏽"
+ },
+ {
+ "unified": "1f9d6-1f3fe",
+ "native": "🧖🏾"
+ },
+ {
+ "unified": "1f9d6-1f3ff",
+ "native": "🧖🏿"
+ }
+ ],
+ "version": 5
+ },
+ "man_in_steamy_room": {
+ "id": "man_in_steamy_room",
+ "name": "蒸房里的男人",
+ "keywords": [
+ "male",
+ "spa",
+ "steamroom",
+ "sauna",
+ "桑拿",
+ "蒸房里的男人",
+ "男性桑拿"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d6-200d-2642-fe0f",
+ "native": "🧖♂️"
+ },
+ {
+ "unified": "1f9d6-1f3fb-200d-2642-fe0f",
+ "native": "🧖🏻♂️"
+ },
+ {
+ "unified": "1f9d6-1f3fc-200d-2642-fe0f",
+ "native": "🧖🏼♂️"
+ },
+ {
+ "unified": "1f9d6-1f3fd-200d-2642-fe0f",
+ "native": "🧖🏽♂️"
+ },
+ {
+ "unified": "1f9d6-1f3fe-200d-2642-fe0f",
+ "native": "🧖🏾♂️"
+ },
+ {
+ "unified": "1f9d6-1f3ff-200d-2642-fe0f",
+ "native": "🧖🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "woman_in_steamy_room": {
+ "id": "woman_in_steamy_room",
+ "name": "蒸房里的女人",
+ "keywords": [
+ "female",
+ "spa",
+ "steamroom",
+ "sauna",
+ "女性桑拿",
+ "桑拿",
+ "蒸房里的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d6-200d-2640-fe0f",
+ "native": "🧖♀️"
+ },
+ {
+ "unified": "1f9d6-1f3fb-200d-2640-fe0f",
+ "native": "🧖🏻♀️"
+ },
+ {
+ "unified": "1f9d6-1f3fc-200d-2640-fe0f",
+ "native": "🧖🏼♀️"
+ },
+ {
+ "unified": "1f9d6-1f3fd-200d-2640-fe0f",
+ "native": "🧖🏽♀️"
+ },
+ {
+ "unified": "1f9d6-1f3fe-200d-2640-fe0f",
+ "native": "🧖🏾♀️"
+ },
+ {
+ "unified": "1f9d6-1f3ff-200d-2640-fe0f",
+ "native": "🧖🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "person_climbing": {
+ "id": "person_climbing",
+ "name": "攀爬的人",
+ "keywords": [
+ "sport",
+ "向上爬的人",
+ "攀岩",
+ "攀岩者",
+ "攀爬的人",
+ "爬山",
+ "登山",
+ "登山者"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d7",
+ "native": "🧗"
+ },
+ {
+ "unified": "1f9d7-1f3fb",
+ "native": "🧗🏻"
+ },
+ {
+ "unified": "1f9d7-1f3fc",
+ "native": "🧗🏼"
+ },
+ {
+ "unified": "1f9d7-1f3fd",
+ "native": "🧗🏽"
+ },
+ {
+ "unified": "1f9d7-1f3fe",
+ "native": "🧗🏾"
+ },
+ {
+ "unified": "1f9d7-1f3ff",
+ "native": "🧗🏿"
+ }
+ ],
+ "version": 5
+ },
+ "man_climbing": {
+ "id": "man_climbing",
+ "name": "攀爬的男人",
+ "keywords": [
+ "sports",
+ "hobby",
+ "male",
+ "rock",
+ "攀爬的男人",
+ "登山者"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d7-200d-2642-fe0f",
+ "native": "🧗♂️"
+ },
+ {
+ "unified": "1f9d7-1f3fb-200d-2642-fe0f",
+ "native": "🧗🏻♂️"
+ },
+ {
+ "unified": "1f9d7-1f3fc-200d-2642-fe0f",
+ "native": "🧗🏼♂️"
+ },
+ {
+ "unified": "1f9d7-1f3fd-200d-2642-fe0f",
+ "native": "🧗🏽♂️"
+ },
+ {
+ "unified": "1f9d7-1f3fe-200d-2642-fe0f",
+ "native": "🧗🏾♂️"
+ },
+ {
+ "unified": "1f9d7-1f3ff-200d-2642-fe0f",
+ "native": "🧗🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "woman_climbing": {
+ "id": "woman_climbing",
+ "name": "攀爬的女人",
+ "keywords": [
+ "sports",
+ "hobby",
+ "female",
+ "rock",
+ "攀爬的女人",
+ "登山者"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d7-200d-2640-fe0f",
+ "native": "🧗♀️"
+ },
+ {
+ "unified": "1f9d7-1f3fb-200d-2640-fe0f",
+ "native": "🧗🏻♀️"
+ },
+ {
+ "unified": "1f9d7-1f3fc-200d-2640-fe0f",
+ "native": "🧗🏼♀️"
+ },
+ {
+ "unified": "1f9d7-1f3fd-200d-2640-fe0f",
+ "native": "🧗🏽♀️"
+ },
+ {
+ "unified": "1f9d7-1f3fe-200d-2640-fe0f",
+ "native": "🧗🏾♀️"
+ },
+ {
+ "unified": "1f9d7-1f3ff-200d-2640-fe0f",
+ "native": "🧗🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "fencer": {
+ "id": "fencer",
+ "name": "击剑选手",
+ "keywords": [
+ "person",
+ "fencing",
+ "sports",
+ "sword",
+ "人",
+ "体育",
+ "击剑",
+ "击剑选手",
+ "剑"
+ ],
+ "skins": [
+ {
+ "unified": "1f93a",
+ "native": "🤺"
+ }
+ ],
+ "version": 3
+ },
+ "horse_racing": {
+ "id": "horse_racing",
+ "name": "赛马",
+ "keywords": [
+ "animal",
+ "betting",
+ "competition",
+ "gambling",
+ "luck",
+ "三冠",
+ "赛马",
+ "赛马骑师",
+ "马",
+ "骑师",
+ "骑马"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c7",
+ "native": "🏇"
+ },
+ {
+ "unified": "1f3c7-1f3fb",
+ "native": "🏇🏻"
+ },
+ {
+ "unified": "1f3c7-1f3fc",
+ "native": "🏇🏼"
+ },
+ {
+ "unified": "1f3c7-1f3fd",
+ "native": "🏇🏽"
+ },
+ {
+ "unified": "1f3c7-1f3fe",
+ "native": "🏇🏾"
+ },
+ {
+ "unified": "1f3c7-1f3ff",
+ "native": "🏇🏿"
+ }
+ ],
+ "version": 1
+ },
+ "skier": {
+ "id": "skier",
+ "name": "滑雪的人",
+ "keywords": [
+ "sports",
+ "winter",
+ "snow",
+ "滑雪",
+ "滑雪的人",
+ "雪"
+ ],
+ "skins": [
+ {
+ "unified": "26f7-fe0f",
+ "native": "⛷️"
+ }
+ ],
+ "version": 1
+ },
+ "snowboarder": {
+ "id": "snowboarder",
+ "name": "滑雪板",
+ "keywords": [
+ "sports",
+ "winter",
+ "单板",
+ "单板滑雪",
+ "滑雪",
+ "滑雪板",
+ "雪"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c2",
+ "native": "🏂"
+ },
+ {
+ "unified": "1f3c2-1f3fb",
+ "native": "🏂🏻"
+ },
+ {
+ "unified": "1f3c2-1f3fc",
+ "native": "🏂🏼"
+ },
+ {
+ "unified": "1f3c2-1f3fd",
+ "native": "🏂🏽"
+ },
+ {
+ "unified": "1f3c2-1f3fe",
+ "native": "🏂🏾"
+ },
+ {
+ "unified": "1f3c2-1f3ff",
+ "native": "🏂🏿"
+ }
+ ],
+ "version": 1
+ },
+ "golfer": {
+ "id": "golfer",
+ "name": "打高尔夫的人",
+ "keywords": [
+ "golfer",
+ "sports",
+ "business",
+ "pga",
+ "小鸟球",
+ "打高尔夫的人",
+ "推杆进球",
+ "球",
+ "球座",
+ "球穴区",
+ "球童",
+ "职业高尔夫协会",
+ "运动",
+ "高尔夫"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cc-fe0f",
+ "native": "🏌️"
+ },
+ {
+ "unified": "1f3cc-1f3fb",
+ "native": "🏌🏻"
+ },
+ {
+ "unified": "1f3cc-1f3fc",
+ "native": "🏌🏼"
+ },
+ {
+ "unified": "1f3cc-1f3fd",
+ "native": "🏌🏽"
+ },
+ {
+ "unified": "1f3cc-1f3fe",
+ "native": "🏌🏾"
+ },
+ {
+ "unified": "1f3cc-1f3ff",
+ "native": "🏌🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-golfing": {
+ "id": "man-golfing",
+ "name": "男生打高尔夫",
+ "keywords": [
+ "sport",
+ "男",
+ "男生打高尔夫",
+ "高尔夫"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cc-fe0f-200d-2642-fe0f",
+ "native": "🏌️♂️"
+ },
+ {
+ "unified": "1f3cc-1f3fb-200d-2642-fe0f",
+ "native": "🏌🏻♂️"
+ },
+ {
+ "unified": "1f3cc-1f3fc-200d-2642-fe0f",
+ "native": "🏌🏼♂️"
+ },
+ {
+ "unified": "1f3cc-1f3fd-200d-2642-fe0f",
+ "native": "🏌🏽♂️"
+ },
+ {
+ "unified": "1f3cc-1f3fe-200d-2642-fe0f",
+ "native": "🏌🏾♂️"
+ },
+ {
+ "unified": "1f3cc-1f3ff-200d-2642-fe0f",
+ "native": "🏌🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-golfing": {
+ "id": "woman-golfing",
+ "name": "女生打高尔夫",
+ "keywords": [
+ "sports",
+ "business",
+ "female",
+ "女",
+ "女生打高尔夫",
+ "高尔夫",
+ "高尔夫练球场"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cc-fe0f-200d-2640-fe0f",
+ "native": "🏌️♀️"
+ },
+ {
+ "unified": "1f3cc-1f3fb-200d-2640-fe0f",
+ "native": "🏌🏻♀️"
+ },
+ {
+ "unified": "1f3cc-1f3fc-200d-2640-fe0f",
+ "native": "🏌🏼♀️"
+ },
+ {
+ "unified": "1f3cc-1f3fd-200d-2640-fe0f",
+ "native": "🏌🏽♀️"
+ },
+ {
+ "unified": "1f3cc-1f3fe-200d-2640-fe0f",
+ "native": "🏌🏾♀️"
+ },
+ {
+ "unified": "1f3cc-1f3ff-200d-2640-fe0f",
+ "native": "🏌🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "surfer": {
+ "id": "surfer",
+ "name": "冲浪",
+ "keywords": [
+ "person",
+ "surfing",
+ "sport",
+ "sea",
+ "冲浪",
+ "冲浪的人",
+ "冲浪者",
+ "波浪",
+ "海上运动",
+ "海洋",
+ "海滩",
+ "涌浪",
+ "网上冲浪",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c4",
+ "native": "🏄"
+ },
+ {
+ "unified": "1f3c4-1f3fb",
+ "native": "🏄🏻"
+ },
+ {
+ "unified": "1f3c4-1f3fc",
+ "native": "🏄🏼"
+ },
+ {
+ "unified": "1f3c4-1f3fd",
+ "native": "🏄🏽"
+ },
+ {
+ "unified": "1f3c4-1f3fe",
+ "native": "🏄🏾"
+ },
+ {
+ "unified": "1f3c4-1f3ff",
+ "native": "🏄🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-surfing": {
+ "id": "man-surfing",
+ "name": "男生冲浪",
+ "keywords": [
+ "sports",
+ "ocean",
+ "sea",
+ "summer",
+ "beach",
+ "冲浪",
+ "男",
+ "男生冲浪"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c4-200d-2642-fe0f",
+ "native": "🏄♂️"
+ },
+ {
+ "unified": "1f3c4-1f3fb-200d-2642-fe0f",
+ "native": "🏄🏻♂️"
+ },
+ {
+ "unified": "1f3c4-1f3fc-200d-2642-fe0f",
+ "native": "🏄🏼♂️"
+ },
+ {
+ "unified": "1f3c4-1f3fd-200d-2642-fe0f",
+ "native": "🏄🏽♂️"
+ },
+ {
+ "unified": "1f3c4-1f3fe-200d-2642-fe0f",
+ "native": "🏄🏾♂️"
+ },
+ {
+ "unified": "1f3c4-1f3ff-200d-2642-fe0f",
+ "native": "🏄🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-surfing": {
+ "id": "woman-surfing",
+ "name": "女生冲浪",
+ "keywords": [
+ "sports",
+ "ocean",
+ "sea",
+ "summer",
+ "beach",
+ "female",
+ "冲浪",
+ "女",
+ "女生冲浪",
+ "海滩"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c4-200d-2640-fe0f",
+ "native": "🏄♀️"
+ },
+ {
+ "unified": "1f3c4-1f3fb-200d-2640-fe0f",
+ "native": "🏄🏻♀️"
+ },
+ {
+ "unified": "1f3c4-1f3fc-200d-2640-fe0f",
+ "native": "🏄🏼♀️"
+ },
+ {
+ "unified": "1f3c4-1f3fd-200d-2640-fe0f",
+ "native": "🏄🏽♀️"
+ },
+ {
+ "unified": "1f3c4-1f3fe-200d-2640-fe0f",
+ "native": "🏄🏾♀️"
+ },
+ {
+ "unified": "1f3c4-1f3ff-200d-2640-fe0f",
+ "native": "🏄🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "rowboat": {
+ "id": "rowboat",
+ "name": "划艇",
+ "keywords": [
+ "person",
+ "rowing",
+ "boat",
+ "sport",
+ "move",
+ "划桨",
+ "划船运动",
+ "划艇",
+ "木筏",
+ "河",
+ "泛舟湖上",
+ "湖",
+ "独木舟",
+ "船",
+ "钓鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a3",
+ "native": "🚣"
+ },
+ {
+ "unified": "1f6a3-1f3fb",
+ "native": "🚣🏻"
+ },
+ {
+ "unified": "1f6a3-1f3fc",
+ "native": "🚣🏼"
+ },
+ {
+ "unified": "1f6a3-1f3fd",
+ "native": "🚣🏽"
+ },
+ {
+ "unified": "1f6a3-1f3fe",
+ "native": "🚣🏾"
+ },
+ {
+ "unified": "1f6a3-1f3ff",
+ "native": "🚣🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-rowing-boat": {
+ "id": "man-rowing-boat",
+ "name": "男生划船",
+ "keywords": [
+ "rowing-boat",
+ "sports",
+ "hobby",
+ "water",
+ "ship",
+ "划船",
+ "划艇",
+ "男",
+ "男生划船",
+ "船"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a3-200d-2642-fe0f",
+ "native": "🚣♂️"
+ },
+ {
+ "unified": "1f6a3-1f3fb-200d-2642-fe0f",
+ "native": "🚣🏻♂️"
+ },
+ {
+ "unified": "1f6a3-1f3fc-200d-2642-fe0f",
+ "native": "🚣🏼♂️"
+ },
+ {
+ "unified": "1f6a3-1f3fd-200d-2642-fe0f",
+ "native": "🚣🏽♂️"
+ },
+ {
+ "unified": "1f6a3-1f3fe-200d-2642-fe0f",
+ "native": "🚣🏾♂️"
+ },
+ {
+ "unified": "1f6a3-1f3ff-200d-2642-fe0f",
+ "native": "🚣🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-rowing-boat": {
+ "id": "woman-rowing-boat",
+ "name": "女生划船",
+ "keywords": [
+ "rowing-boat",
+ "sports",
+ "hobby",
+ "water",
+ "ship",
+ "female",
+ "划船",
+ "划艇",
+ "女",
+ "女生划船",
+ "船"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a3-200d-2640-fe0f",
+ "native": "🚣♀️"
+ },
+ {
+ "unified": "1f6a3-1f3fb-200d-2640-fe0f",
+ "native": "🚣🏻♀️"
+ },
+ {
+ "unified": "1f6a3-1f3fc-200d-2640-fe0f",
+ "native": "🚣🏼♀️"
+ },
+ {
+ "unified": "1f6a3-1f3fd-200d-2640-fe0f",
+ "native": "🚣🏽♀️"
+ },
+ {
+ "unified": "1f6a3-1f3fe-200d-2640-fe0f",
+ "native": "🚣🏾♀️"
+ },
+ {
+ "unified": "1f6a3-1f3ff-200d-2640-fe0f",
+ "native": "🚣🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "swimmer": {
+ "id": "swimmer",
+ "name": "游泳",
+ "keywords": [
+ "person",
+ "swimming",
+ "sport",
+ "pool",
+ "游泳",
+ "游泳的人",
+ "游泳者",
+ "自由泳",
+ "运动",
+ "铁人三项"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ca",
+ "native": "🏊"
+ },
+ {
+ "unified": "1f3ca-1f3fb",
+ "native": "🏊🏻"
+ },
+ {
+ "unified": "1f3ca-1f3fc",
+ "native": "🏊🏼"
+ },
+ {
+ "unified": "1f3ca-1f3fd",
+ "native": "🏊🏽"
+ },
+ {
+ "unified": "1f3ca-1f3fe",
+ "native": "🏊🏾"
+ },
+ {
+ "unified": "1f3ca-1f3ff",
+ "native": "🏊🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-swimming": {
+ "id": "man-swimming",
+ "name": "男生游泳",
+ "keywords": [
+ "sports",
+ "exercise",
+ "human",
+ "athlete",
+ "water",
+ "summer",
+ "游泳",
+ "男",
+ "男生游泳"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ca-200d-2642-fe0f",
+ "native": "🏊♂️"
+ },
+ {
+ "unified": "1f3ca-1f3fb-200d-2642-fe0f",
+ "native": "🏊🏻♂️"
+ },
+ {
+ "unified": "1f3ca-1f3fc-200d-2642-fe0f",
+ "native": "🏊🏼♂️"
+ },
+ {
+ "unified": "1f3ca-1f3fd-200d-2642-fe0f",
+ "native": "🏊🏽♂️"
+ },
+ {
+ "unified": "1f3ca-1f3fe-200d-2642-fe0f",
+ "native": "🏊🏾♂️"
+ },
+ {
+ "unified": "1f3ca-1f3ff-200d-2642-fe0f",
+ "native": "🏊🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-swimming": {
+ "id": "woman-swimming",
+ "name": "女生游泳",
+ "keywords": [
+ "sports",
+ "exercise",
+ "human",
+ "athlete",
+ "water",
+ "summer",
+ "female",
+ "女",
+ "女生游泳",
+ "游泳"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ca-200d-2640-fe0f",
+ "native": "🏊♀️"
+ },
+ {
+ "unified": "1f3ca-1f3fb-200d-2640-fe0f",
+ "native": "🏊🏻♀️"
+ },
+ {
+ "unified": "1f3ca-1f3fc-200d-2640-fe0f",
+ "native": "🏊🏼♀️"
+ },
+ {
+ "unified": "1f3ca-1f3fd-200d-2640-fe0f",
+ "native": "🏊🏽♀️"
+ },
+ {
+ "unified": "1f3ca-1f3fe-200d-2640-fe0f",
+ "native": "🏊🏾♀️"
+ },
+ {
+ "unified": "1f3ca-1f3ff-200d-2640-fe0f",
+ "native": "🏊🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "person_with_ball": {
+ "id": "person_with_ball",
+ "name": "玩球",
+ "keywords": [
+ "with",
+ "sports",
+ "human",
+ "体育",
+ "全网无阻",
+ "打球",
+ "游戏",
+ "玩",
+ "玩球",
+ "球",
+ "篮球",
+ "篮球运动员",
+ "罚球",
+ "运动",
+ "运球",
+ "锦标赛"
+ ],
+ "skins": [
+ {
+ "unified": "26f9-fe0f",
+ "native": "⛹️"
+ },
+ {
+ "unified": "26f9-1f3fb",
+ "native": "⛹🏻"
+ },
+ {
+ "unified": "26f9-1f3fc",
+ "native": "⛹🏼"
+ },
+ {
+ "unified": "26f9-1f3fd",
+ "native": "⛹🏽"
+ },
+ {
+ "unified": "26f9-1f3fe",
+ "native": "⛹🏾"
+ },
+ {
+ "unified": "26f9-1f3ff",
+ "native": "⛹🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-bouncing-ball": {
+ "id": "man-bouncing-ball",
+ "name": "男生玩球",
+ "keywords": [
+ "bouncing-ball",
+ "sport",
+ "球",
+ "男",
+ "男生玩球"
+ ],
+ "skins": [
+ {
+ "unified": "26f9-fe0f-200d-2642-fe0f",
+ "native": "⛹️♂️"
+ },
+ {
+ "unified": "26f9-1f3fb-200d-2642-fe0f",
+ "native": "⛹🏻♂️"
+ },
+ {
+ "unified": "26f9-1f3fc-200d-2642-fe0f",
+ "native": "⛹🏼♂️"
+ },
+ {
+ "unified": "26f9-1f3fd-200d-2642-fe0f",
+ "native": "⛹🏽♂️"
+ },
+ {
+ "unified": "26f9-1f3fe-200d-2642-fe0f",
+ "native": "⛹🏾♂️"
+ },
+ {
+ "unified": "26f9-1f3ff-200d-2642-fe0f",
+ "native": "⛹🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-bouncing-ball": {
+ "id": "woman-bouncing-ball",
+ "name": "女生玩球",
+ "keywords": [
+ "bouncing-ball",
+ "sports",
+ "human",
+ "female",
+ "女",
+ "女生打篮球",
+ "女生玩球",
+ "游戏",
+ "玩",
+ "球",
+ "篮球"
+ ],
+ "skins": [
+ {
+ "unified": "26f9-fe0f-200d-2640-fe0f",
+ "native": "⛹️♀️"
+ },
+ {
+ "unified": "26f9-1f3fb-200d-2640-fe0f",
+ "native": "⛹🏻♀️"
+ },
+ {
+ "unified": "26f9-1f3fc-200d-2640-fe0f",
+ "native": "⛹🏼♀️"
+ },
+ {
+ "unified": "26f9-1f3fd-200d-2640-fe0f",
+ "native": "⛹🏽♀️"
+ },
+ {
+ "unified": "26f9-1f3fe-200d-2640-fe0f",
+ "native": "⛹🏾♀️"
+ },
+ {
+ "unified": "26f9-1f3ff-200d-2640-fe0f",
+ "native": "⛹🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "weight_lifter": {
+ "id": "weight_lifter",
+ "name": "举重",
+ "keywords": [
+ "weight",
+ "lifter",
+ "sports",
+ "training",
+ "exercise",
+ "举重",
+ "举重的人",
+ "举重运动员",
+ "举铁",
+ "健美者",
+ "力量举重",
+ "杠铃",
+ "硬拉",
+ "训练",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cb-fe0f",
+ "native": "🏋️"
+ },
+ {
+ "unified": "1f3cb-1f3fb",
+ "native": "🏋🏻"
+ },
+ {
+ "unified": "1f3cb-1f3fc",
+ "native": "🏋🏼"
+ },
+ {
+ "unified": "1f3cb-1f3fd",
+ "native": "🏋🏽"
+ },
+ {
+ "unified": "1f3cb-1f3fe",
+ "native": "🏋🏾"
+ },
+ {
+ "unified": "1f3cb-1f3ff",
+ "native": "🏋🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-lifting-weights": {
+ "id": "man-lifting-weights",
+ "name": "男生举重",
+ "keywords": [
+ "lifting-weights",
+ "sport",
+ "举重",
+ "男",
+ "男生举重"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cb-fe0f-200d-2642-fe0f",
+ "native": "🏋️♂️"
+ },
+ {
+ "unified": "1f3cb-1f3fb-200d-2642-fe0f",
+ "native": "🏋🏻♂️"
+ },
+ {
+ "unified": "1f3cb-1f3fc-200d-2642-fe0f",
+ "native": "🏋🏼♂️"
+ },
+ {
+ "unified": "1f3cb-1f3fd-200d-2642-fe0f",
+ "native": "🏋🏽♂️"
+ },
+ {
+ "unified": "1f3cb-1f3fe-200d-2642-fe0f",
+ "native": "🏋🏾♂️"
+ },
+ {
+ "unified": "1f3cb-1f3ff-200d-2642-fe0f",
+ "native": "🏋🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-lifting-weights": {
+ "id": "woman-lifting-weights",
+ "name": "女生举重",
+ "keywords": [
+ "lifting-weights",
+ "sports",
+ "training",
+ "exercise",
+ "female",
+ "举重",
+ "女",
+ "女生举重",
+ "训练"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cb-fe0f-200d-2640-fe0f",
+ "native": "🏋️♀️"
+ },
+ {
+ "unified": "1f3cb-1f3fb-200d-2640-fe0f",
+ "native": "🏋🏻♀️"
+ },
+ {
+ "unified": "1f3cb-1f3fc-200d-2640-fe0f",
+ "native": "🏋🏼♀️"
+ },
+ {
+ "unified": "1f3cb-1f3fd-200d-2640-fe0f",
+ "native": "🏋🏽♀️"
+ },
+ {
+ "unified": "1f3cb-1f3fe-200d-2640-fe0f",
+ "native": "🏋🏾♀️"
+ },
+ {
+ "unified": "1f3cb-1f3ff-200d-2640-fe0f",
+ "native": "🏋🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "bicyclist": {
+ "id": "bicyclist",
+ "name": "骑自行车",
+ "keywords": [
+ "person",
+ "biking",
+ "sport",
+ "move",
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车赛",
+ "自行车骑士",
+ "运动",
+ "骑单车",
+ "骑脚踏车者",
+ "骑自行车",
+ "骑自行车的人",
+ "骑自行车者"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b4",
+ "native": "🚴"
+ },
+ {
+ "unified": "1f6b4-1f3fb",
+ "native": "🚴🏻"
+ },
+ {
+ "unified": "1f6b4-1f3fc",
+ "native": "🚴🏼"
+ },
+ {
+ "unified": "1f6b4-1f3fd",
+ "native": "🚴🏽"
+ },
+ {
+ "unified": "1f6b4-1f3fe",
+ "native": "🚴🏾"
+ },
+ {
+ "unified": "1f6b4-1f3ff",
+ "native": "🚴🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-biking": {
+ "id": "man-biking",
+ "name": "男生骑自行车",
+ "keywords": [
+ "sports",
+ "bike",
+ "exercise",
+ "hipster",
+ "单车",
+ "男",
+ "男生骑自行车",
+ "自行车",
+ "骑车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b4-200d-2642-fe0f",
+ "native": "🚴♂️"
+ },
+ {
+ "unified": "1f6b4-1f3fb-200d-2642-fe0f",
+ "native": "🚴🏻♂️"
+ },
+ {
+ "unified": "1f6b4-1f3fc-200d-2642-fe0f",
+ "native": "🚴🏼♂️"
+ },
+ {
+ "unified": "1f6b4-1f3fd-200d-2642-fe0f",
+ "native": "🚴🏽♂️"
+ },
+ {
+ "unified": "1f6b4-1f3fe-200d-2642-fe0f",
+ "native": "🚴🏾♂️"
+ },
+ {
+ "unified": "1f6b4-1f3ff-200d-2642-fe0f",
+ "native": "🚴🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-biking": {
+ "id": "woman-biking",
+ "name": "女生骑自行车",
+ "keywords": [
+ "sports",
+ "bike",
+ "exercise",
+ "hipster",
+ "female",
+ "单车",
+ "女",
+ "女生骑自行车",
+ "女生骑车",
+ "自行车",
+ "骑车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b4-200d-2640-fe0f",
+ "native": "🚴♀️"
+ },
+ {
+ "unified": "1f6b4-1f3fb-200d-2640-fe0f",
+ "native": "🚴🏻♀️"
+ },
+ {
+ "unified": "1f6b4-1f3fc-200d-2640-fe0f",
+ "native": "🚴🏼♀️"
+ },
+ {
+ "unified": "1f6b4-1f3fd-200d-2640-fe0f",
+ "native": "🚴🏽♀️"
+ },
+ {
+ "unified": "1f6b4-1f3fe-200d-2640-fe0f",
+ "native": "🚴🏾♀️"
+ },
+ {
+ "unified": "1f6b4-1f3ff-200d-2640-fe0f",
+ "native": "🚴🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "mountain_bicyclist": {
+ "id": "mountain_bicyclist",
+ "name": "骑山地车",
+ "keywords": [
+ "person",
+ "biking",
+ "sport",
+ "move",
+ "体育竞技",
+ "单车",
+ "山",
+ "山地自行车",
+ "山地车",
+ "山地骑行的人",
+ "自行车",
+ "运动",
+ "骑山地车",
+ "骑山地车的人",
+ "骑自行车",
+ "骑自行车者"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b5",
+ "native": "🚵"
+ },
+ {
+ "unified": "1f6b5-1f3fb",
+ "native": "🚵🏻"
+ },
+ {
+ "unified": "1f6b5-1f3fc",
+ "native": "🚵🏼"
+ },
+ {
+ "unified": "1f6b5-1f3fd",
+ "native": "🚵🏽"
+ },
+ {
+ "unified": "1f6b5-1f3fe",
+ "native": "🚵🏾"
+ },
+ {
+ "unified": "1f6b5-1f3ff",
+ "native": "🚵🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man-mountain-biking": {
+ "id": "man-mountain-biking",
+ "name": "男生骑山地车",
+ "keywords": [
+ "mountain-biking",
+ "transportation",
+ "sports",
+ "human",
+ "race",
+ "bike",
+ "单车",
+ "山地车",
+ "男",
+ "男生骑山地车",
+ "自行车",
+ "骑山地车的人"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b5-200d-2642-fe0f",
+ "native": "🚵♂️"
+ },
+ {
+ "unified": "1f6b5-1f3fb-200d-2642-fe0f",
+ "native": "🚵🏻♂️"
+ },
+ {
+ "unified": "1f6b5-1f3fc-200d-2642-fe0f",
+ "native": "🚵🏼♂️"
+ },
+ {
+ "unified": "1f6b5-1f3fd-200d-2642-fe0f",
+ "native": "🚵🏽♂️"
+ },
+ {
+ "unified": "1f6b5-1f3fe-200d-2642-fe0f",
+ "native": "🚵🏾♂️"
+ },
+ {
+ "unified": "1f6b5-1f3ff-200d-2642-fe0f",
+ "native": "🚵🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-mountain-biking": {
+ "id": "woman-mountain-biking",
+ "name": "女生骑山地车",
+ "keywords": [
+ "mountain-biking",
+ "transportation",
+ "sports",
+ "human",
+ "race",
+ "bike",
+ "female",
+ "单车",
+ "女",
+ "女生骑山地车",
+ "山地车",
+ "自行车",
+ "骑车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b5-200d-2640-fe0f",
+ "native": "🚵♀️"
+ },
+ {
+ "unified": "1f6b5-1f3fb-200d-2640-fe0f",
+ "native": "🚵🏻♀️"
+ },
+ {
+ "unified": "1f6b5-1f3fc-200d-2640-fe0f",
+ "native": "🚵🏼♀️"
+ },
+ {
+ "unified": "1f6b5-1f3fd-200d-2640-fe0f",
+ "native": "🚵🏽♀️"
+ },
+ {
+ "unified": "1f6b5-1f3fe-200d-2640-fe0f",
+ "native": "🚵🏾♀️"
+ },
+ {
+ "unified": "1f6b5-1f3ff-200d-2640-fe0f",
+ "native": "🚵🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "person_doing_cartwheel": {
+ "id": "person_doing_cartwheel",
+ "name": "侧手翻",
+ "keywords": [
+ "doing",
+ "cartwheel",
+ "sport",
+ "gymnastic",
+ "人",
+ "体操",
+ "体育",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "skins": [
+ {
+ "unified": "1f938",
+ "native": "🤸"
+ },
+ {
+ "unified": "1f938-1f3fb",
+ "native": "🤸🏻"
+ },
+ {
+ "unified": "1f938-1f3fc",
+ "native": "🤸🏼"
+ },
+ {
+ "unified": "1f938-1f3fd",
+ "native": "🤸🏽"
+ },
+ {
+ "unified": "1f938-1f3fe",
+ "native": "🤸🏾"
+ },
+ {
+ "unified": "1f938-1f3ff",
+ "native": "🤸🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man-cartwheeling": {
+ "id": "man-cartwheeling",
+ "name": "男生侧手翻",
+ "keywords": [
+ "gymnastics",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "男",
+ "男子侧手翻",
+ "男生侧手翻",
+ "翻筋斗"
+ ],
+ "skins": [
+ {
+ "unified": "1f938-200d-2642-fe0f",
+ "native": "🤸♂️"
+ },
+ {
+ "unified": "1f938-1f3fb-200d-2642-fe0f",
+ "native": "🤸🏻♂️"
+ },
+ {
+ "unified": "1f938-1f3fc-200d-2642-fe0f",
+ "native": "🤸🏼♂️"
+ },
+ {
+ "unified": "1f938-1f3fd-200d-2642-fe0f",
+ "native": "🤸🏽♂️"
+ },
+ {
+ "unified": "1f938-1f3fe-200d-2642-fe0f",
+ "native": "🤸🏾♂️"
+ },
+ {
+ "unified": "1f938-1f3ff-200d-2642-fe0f",
+ "native": "🤸🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-cartwheeling": {
+ "id": "woman-cartwheeling",
+ "name": "女生侧手翻",
+ "keywords": [
+ "gymnastics",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "女",
+ "女子侧手翻",
+ "女生侧手翻",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "skins": [
+ {
+ "unified": "1f938-200d-2640-fe0f",
+ "native": "🤸♀️"
+ },
+ {
+ "unified": "1f938-1f3fb-200d-2640-fe0f",
+ "native": "🤸🏻♀️"
+ },
+ {
+ "unified": "1f938-1f3fc-200d-2640-fe0f",
+ "native": "🤸🏼♀️"
+ },
+ {
+ "unified": "1f938-1f3fd-200d-2640-fe0f",
+ "native": "🤸🏽♀️"
+ },
+ {
+ "unified": "1f938-1f3fe-200d-2640-fe0f",
+ "native": "🤸🏾♀️"
+ },
+ {
+ "unified": "1f938-1f3ff-200d-2640-fe0f",
+ "native": "🤸🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "wrestlers": {
+ "id": "wrestlers",
+ "name": "摔跤选手",
+ "keywords": [
+ "people",
+ "wrestling",
+ "sport",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f93c",
+ "native": "🤼"
+ }
+ ],
+ "version": 3
+ },
+ "man-wrestling": {
+ "id": "man-wrestling",
+ "name": "男生摔跤",
+ "keywords": [
+ "man",
+ "sports",
+ "wrestlers",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f93c-200d-2642-fe0f",
+ "native": "🤼♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-wrestling": {
+ "id": "woman-wrestling",
+ "name": "女生摔跤",
+ "keywords": [
+ "woman",
+ "sports",
+ "wrestlers",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f93c-200d-2640-fe0f",
+ "native": "🤼♀️"
+ }
+ ],
+ "version": 4
+ },
+ "water_polo": {
+ "id": "water_polo",
+ "name": "水球",
+ "keywords": [
+ "person",
+ "playing",
+ "sport",
+ "人",
+ "体育",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "skins": [
+ {
+ "unified": "1f93d",
+ "native": "🤽"
+ },
+ {
+ "unified": "1f93d-1f3fb",
+ "native": "🤽🏻"
+ },
+ {
+ "unified": "1f93d-1f3fc",
+ "native": "🤽🏼"
+ },
+ {
+ "unified": "1f93d-1f3fd",
+ "native": "🤽🏽"
+ },
+ {
+ "unified": "1f93d-1f3fe",
+ "native": "🤽🏾"
+ },
+ {
+ "unified": "1f93d-1f3ff",
+ "native": "🤽🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man-playing-water-polo": {
+ "id": "man-playing-water-polo",
+ "name": "男生玩水球",
+ "keywords": [
+ "playing-water-polo",
+ "sports",
+ "pool",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "男",
+ "男子玩水球",
+ "男生玩水球",
+ "马可波罗游戏"
+ ],
+ "skins": [
+ {
+ "unified": "1f93d-200d-2642-fe0f",
+ "native": "🤽♂️"
+ },
+ {
+ "unified": "1f93d-1f3fb-200d-2642-fe0f",
+ "native": "🤽🏻♂️"
+ },
+ {
+ "unified": "1f93d-1f3fc-200d-2642-fe0f",
+ "native": "🤽🏼♂️"
+ },
+ {
+ "unified": "1f93d-1f3fd-200d-2642-fe0f",
+ "native": "🤽🏽♂️"
+ },
+ {
+ "unified": "1f93d-1f3fe-200d-2642-fe0f",
+ "native": "🤽🏾♂️"
+ },
+ {
+ "unified": "1f93d-1f3ff-200d-2642-fe0f",
+ "native": "🤽🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-playing-water-polo": {
+ "id": "woman-playing-water-polo",
+ "name": "女生玩水球",
+ "keywords": [
+ "playing-water-polo",
+ "sports",
+ "pool",
+ "女",
+ "女子玩水球",
+ "女生玩水球",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "skins": [
+ {
+ "unified": "1f93d-200d-2640-fe0f",
+ "native": "🤽♀️"
+ },
+ {
+ "unified": "1f93d-1f3fb-200d-2640-fe0f",
+ "native": "🤽🏻♀️"
+ },
+ {
+ "unified": "1f93d-1f3fc-200d-2640-fe0f",
+ "native": "🤽🏼♀️"
+ },
+ {
+ "unified": "1f93d-1f3fd-200d-2640-fe0f",
+ "native": "🤽🏽♀️"
+ },
+ {
+ "unified": "1f93d-1f3fe-200d-2640-fe0f",
+ "native": "🤽🏾♀️"
+ },
+ {
+ "unified": "1f93d-1f3ff-200d-2640-fe0f",
+ "native": "🤽🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "handball": {
+ "id": "handball",
+ "name": "手球",
+ "keywords": [
+ "person",
+ "playing",
+ "sport",
+ "人",
+ "体育",
+ "手球",
+ "投",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "skins": [
+ {
+ "unified": "1f93e",
+ "native": "🤾"
+ },
+ {
+ "unified": "1f93e-1f3fb",
+ "native": "🤾🏻"
+ },
+ {
+ "unified": "1f93e-1f3fc",
+ "native": "🤾🏼"
+ },
+ {
+ "unified": "1f93e-1f3fd",
+ "native": "🤾🏽"
+ },
+ {
+ "unified": "1f93e-1f3fe",
+ "native": "🤾🏾"
+ },
+ {
+ "unified": "1f93e-1f3ff",
+ "native": "🤾🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man-playing-handball": {
+ "id": "man-playing-handball",
+ "name": "男生玩手球",
+ "keywords": [
+ "playing-handball",
+ "sports",
+ "墙手球",
+ "手球",
+ "男",
+ "男生玩手球"
+ ],
+ "skins": [
+ {
+ "unified": "1f93e-200d-2642-fe0f",
+ "native": "🤾♂️"
+ },
+ {
+ "unified": "1f93e-1f3fb-200d-2642-fe0f",
+ "native": "🤾🏻♂️"
+ },
+ {
+ "unified": "1f93e-1f3fc-200d-2642-fe0f",
+ "native": "🤾🏼♂️"
+ },
+ {
+ "unified": "1f93e-1f3fd-200d-2642-fe0f",
+ "native": "🤾🏽♂️"
+ },
+ {
+ "unified": "1f93e-1f3fe-200d-2642-fe0f",
+ "native": "🤾🏾♂️"
+ },
+ {
+ "unified": "1f93e-1f3ff-200d-2642-fe0f",
+ "native": "🤾🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-playing-handball": {
+ "id": "woman-playing-handball",
+ "name": "女生玩手球",
+ "keywords": [
+ "playing-handball",
+ "sports",
+ "女",
+ "女子玩手球",
+ "女生玩手球",
+ "手球",
+ "扔",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "skins": [
+ {
+ "unified": "1f93e-200d-2640-fe0f",
+ "native": "🤾♀️"
+ },
+ {
+ "unified": "1f93e-1f3fb-200d-2640-fe0f",
+ "native": "🤾🏻♀️"
+ },
+ {
+ "unified": "1f93e-1f3fc-200d-2640-fe0f",
+ "native": "🤾🏼♀️"
+ },
+ {
+ "unified": "1f93e-1f3fd-200d-2640-fe0f",
+ "native": "🤾🏽♀️"
+ },
+ {
+ "unified": "1f93e-1f3fe-200d-2640-fe0f",
+ "native": "🤾🏾♀️"
+ },
+ {
+ "unified": "1f93e-1f3ff-200d-2640-fe0f",
+ "native": "🤾🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "juggling": {
+ "id": "juggling",
+ "name": "抛接杂耍",
+ "keywords": [
+ "person",
+ "performance",
+ "balance",
+ "一心多用",
+ "人",
+ "平衡",
+ "平衡艺术",
+ "抛接",
+ "抛接杂耍",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "表演"
+ ],
+ "skins": [
+ {
+ "unified": "1f939",
+ "native": "🤹"
+ },
+ {
+ "unified": "1f939-1f3fb",
+ "native": "🤹🏻"
+ },
+ {
+ "unified": "1f939-1f3fc",
+ "native": "🤹🏼"
+ },
+ {
+ "unified": "1f939-1f3fd",
+ "native": "🤹🏽"
+ },
+ {
+ "unified": "1f939-1f3fe",
+ "native": "🤹🏾"
+ },
+ {
+ "unified": "1f939-1f3ff",
+ "native": "🤹🏿"
+ }
+ ],
+ "version": 3
+ },
+ "man-juggling": {
+ "id": "man-juggling",
+ "name": "男生抛接杂耍",
+ "keywords": [
+ "juggle",
+ "balance",
+ "skill",
+ "multitask",
+ "一心多用",
+ "平衡艺术",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "男",
+ "男子",
+ "男生抛接杂耍",
+ "颠球"
+ ],
+ "skins": [
+ {
+ "unified": "1f939-200d-2642-fe0f",
+ "native": "🤹♂️"
+ },
+ {
+ "unified": "1f939-1f3fb-200d-2642-fe0f",
+ "native": "🤹🏻♂️"
+ },
+ {
+ "unified": "1f939-1f3fc-200d-2642-fe0f",
+ "native": "🤹🏼♂️"
+ },
+ {
+ "unified": "1f939-1f3fd-200d-2642-fe0f",
+ "native": "🤹🏽♂️"
+ },
+ {
+ "unified": "1f939-1f3fe-200d-2642-fe0f",
+ "native": "🤹🏾♂️"
+ },
+ {
+ "unified": "1f939-1f3ff-200d-2642-fe0f",
+ "native": "🤹🏿♂️"
+ }
+ ],
+ "version": 4
+ },
+ "woman-juggling": {
+ "id": "woman-juggling",
+ "name": "女生抛接杂耍",
+ "keywords": [
+ "juggle",
+ "balance",
+ "skill",
+ "multitask",
+ "女",
+ "女生抛接杂耍",
+ "杂技",
+ "杂耍",
+ "颠球"
+ ],
+ "skins": [
+ {
+ "unified": "1f939-200d-2640-fe0f",
+ "native": "🤹♀️"
+ },
+ {
+ "unified": "1f939-1f3fb-200d-2640-fe0f",
+ "native": "🤹🏻♀️"
+ },
+ {
+ "unified": "1f939-1f3fc-200d-2640-fe0f",
+ "native": "🤹🏼♀️"
+ },
+ {
+ "unified": "1f939-1f3fd-200d-2640-fe0f",
+ "native": "🤹🏽♀️"
+ },
+ {
+ "unified": "1f939-1f3fe-200d-2640-fe0f",
+ "native": "🤹🏾♀️"
+ },
+ {
+ "unified": "1f939-1f3ff-200d-2640-fe0f",
+ "native": "🤹🏿♀️"
+ }
+ ],
+ "version": 4
+ },
+ "person_in_lotus_position": {
+ "id": "person_in_lotus_position",
+ "name": "盘腿的人",
+ "keywords": [
+ "meditate",
+ "冥想",
+ "放松",
+ "沉思",
+ "瑜伽",
+ "盘腿的人",
+ "盘腿而坐",
+ "禅",
+ "莲花坐的人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d8",
+ "native": "🧘"
+ },
+ {
+ "unified": "1f9d8-1f3fb",
+ "native": "🧘🏻"
+ },
+ {
+ "unified": "1f9d8-1f3fc",
+ "native": "🧘🏼"
+ },
+ {
+ "unified": "1f9d8-1f3fd",
+ "native": "🧘🏽"
+ },
+ {
+ "unified": "1f9d8-1f3fe",
+ "native": "🧘🏾"
+ },
+ {
+ "unified": "1f9d8-1f3ff",
+ "native": "🧘🏿"
+ }
+ ],
+ "version": 5
+ },
+ "man_in_lotus_position": {
+ "id": "man_in_lotus_position",
+ "name": "盘腿的男人",
+ "keywords": [
+ "male",
+ "meditation",
+ "yoga",
+ "serenity",
+ "zen",
+ "mindfulness",
+ "和尚",
+ "瑜伽男",
+ "盘腿的男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d8-200d-2642-fe0f",
+ "native": "🧘♂️"
+ },
+ {
+ "unified": "1f9d8-1f3fb-200d-2642-fe0f",
+ "native": "🧘🏻♂️"
+ },
+ {
+ "unified": "1f9d8-1f3fc-200d-2642-fe0f",
+ "native": "🧘🏼♂️"
+ },
+ {
+ "unified": "1f9d8-1f3fd-200d-2642-fe0f",
+ "native": "🧘🏽♂️"
+ },
+ {
+ "unified": "1f9d8-1f3fe-200d-2642-fe0f",
+ "native": "🧘🏾♂️"
+ },
+ {
+ "unified": "1f9d8-1f3ff-200d-2642-fe0f",
+ "native": "🧘🏿♂️"
+ }
+ ],
+ "version": 5
+ },
+ "woman_in_lotus_position": {
+ "id": "woman_in_lotus_position",
+ "name": "盘腿的女人",
+ "keywords": [
+ "female",
+ "meditation",
+ "yoga",
+ "serenity",
+ "zen",
+ "mindfulness",
+ "尼姑",
+ "比丘尼",
+ "瑜伽女",
+ "盘腿的女人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d8-200d-2640-fe0f",
+ "native": "🧘♀️"
+ },
+ {
+ "unified": "1f9d8-1f3fb-200d-2640-fe0f",
+ "native": "🧘🏻♀️"
+ },
+ {
+ "unified": "1f9d8-1f3fc-200d-2640-fe0f",
+ "native": "🧘🏼♀️"
+ },
+ {
+ "unified": "1f9d8-1f3fd-200d-2640-fe0f",
+ "native": "🧘🏽♀️"
+ },
+ {
+ "unified": "1f9d8-1f3fe-200d-2640-fe0f",
+ "native": "🧘🏾♀️"
+ },
+ {
+ "unified": "1f9d8-1f3ff-200d-2640-fe0f",
+ "native": "🧘🏿♀️"
+ }
+ ],
+ "version": 5
+ },
+ "bath": {
+ "id": "bath",
+ "name": "洗澡的人",
+ "keywords": [
+ "person",
+ "taking",
+ "clean",
+ "shower",
+ "bathroom",
+ "洗澡",
+ "洗澡的人",
+ "浴盆",
+ "浴缸",
+ "澡盆",
+ "盆浴"
+ ],
+ "skins": [
+ {
+ "unified": "1f6c0",
+ "native": "🛀"
+ },
+ {
+ "unified": "1f6c0-1f3fb",
+ "native": "🛀🏻"
+ },
+ {
+ "unified": "1f6c0-1f3fc",
+ "native": "🛀🏼"
+ },
+ {
+ "unified": "1f6c0-1f3fd",
+ "native": "🛀🏽"
+ },
+ {
+ "unified": "1f6c0-1f3fe",
+ "native": "🛀🏾"
+ },
+ {
+ "unified": "1f6c0-1f3ff",
+ "native": "🛀🏿"
+ }
+ ],
+ "version": 1
+ },
+ "sleeping_accommodation": {
+ "id": "sleeping_accommodation",
+ "name": "躺在床上的人",
+ "keywords": [
+ "sleeping",
+ "accommodation",
+ "rest",
+ "入睡",
+ "夜里",
+ "宾馆",
+ "晚安",
+ "躺在床上的人",
+ "酒店"
+ ],
+ "skins": [
+ {
+ "unified": "1f6cc",
+ "native": "🛌"
+ },
+ {
+ "unified": "1f6cc-1f3fb",
+ "native": "🛌🏻"
+ },
+ {
+ "unified": "1f6cc-1f3fc",
+ "native": "🛌🏼"
+ },
+ {
+ "unified": "1f6cc-1f3fd",
+ "native": "🛌🏽"
+ },
+ {
+ "unified": "1f6cc-1f3fe",
+ "native": "🛌🏾"
+ },
+ {
+ "unified": "1f6cc-1f3ff",
+ "native": "🛌🏿"
+ }
+ ],
+ "version": 1
+ },
+ "people_holding_hands": {
+ "id": "people_holding_hands",
+ "name": "手拉手的两个人",
+ "keywords": [
+ "friendship",
+ "两个人手牵手",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "skins": [
+ {
+ "unified": "1f9d1-200d-1f91d-200d-1f9d1",
+ "native": "🧑🤝🧑"
+ },
+ {
+ "unified": "1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb",
+ "native": "🧑🏻🤝🧑🏻"
+ },
+ {
+ "unified": "1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc",
+ "native": "🧑🏼🤝🧑🏼"
+ },
+ {
+ "unified": "1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd",
+ "native": "🧑🏽🤝🧑🏽"
+ },
+ {
+ "unified": "1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe",
+ "native": "🧑🏾🤝🧑🏾"
+ },
+ {
+ "unified": "1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff",
+ "native": "🧑🏿🤝🧑🏿"
+ }
+ ],
+ "version": 12
+ },
+ "two_women_holding_hands": {
+ "id": "two_women_holding_hands",
+ "name": "手拉手的两个女人",
+ "keywords": [
+ "two",
+ "pair",
+ "friendship",
+ "couple",
+ "love",
+ "like",
+ "female",
+ "people",
+ "human",
+ "两个女人",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "skins": [
+ {
+ "unified": "1f46d",
+ "native": "👭"
+ },
+ {
+ "unified": "1f46d-1f3fb",
+ "native": "👭🏻"
+ },
+ {
+ "unified": "1f46d-1f3fc",
+ "native": "👭🏼"
+ },
+ {
+ "unified": "1f46d-1f3fd",
+ "native": "👭🏽"
+ },
+ {
+ "unified": "1f46d-1f3fe",
+ "native": "👭🏾"
+ },
+ {
+ "unified": "1f46d-1f3ff",
+ "native": "👭🏿"
+ }
+ ],
+ "version": 1
+ },
+ "man_and_woman_holding_hands": {
+ "id": "man_and_woman_holding_hands",
+ "name": "手拉手的一男一女",
+ "keywords": [
+ "couple",
+ "pair",
+ "people",
+ "human",
+ "love",
+ "date",
+ "dating",
+ "like",
+ "affection",
+ "valentines",
+ "marriage",
+ "一男一女",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "skins": [
+ {
+ "unified": "1f46b",
+ "native": "👫"
+ },
+ {
+ "unified": "1f46b-1f3fb",
+ "native": "👫🏻"
+ },
+ {
+ "unified": "1f46b-1f3fc",
+ "native": "👫🏼"
+ },
+ {
+ "unified": "1f46b-1f3fd",
+ "native": "👫🏽"
+ },
+ {
+ "unified": "1f46b-1f3fe",
+ "native": "👫🏾"
+ },
+ {
+ "unified": "1f46b-1f3ff",
+ "native": "👫🏿"
+ }
+ ],
+ "version": 1
+ },
+ "two_men_holding_hands": {
+ "id": "two_men_holding_hands",
+ "name": "手拉手的两个男人",
+ "keywords": [
+ "two",
+ "pair",
+ "couple",
+ "love",
+ "like",
+ "bromance",
+ "friendship",
+ "people",
+ "human",
+ "两个男人",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f46c",
+ "native": "👬"
+ },
+ {
+ "unified": "1f46c-1f3fb",
+ "native": "👬🏻"
+ },
+ {
+ "unified": "1f46c-1f3fc",
+ "native": "👬🏼"
+ },
+ {
+ "unified": "1f46c-1f3fd",
+ "native": "👬🏽"
+ },
+ {
+ "unified": "1f46c-1f3fe",
+ "native": "👬🏾"
+ },
+ {
+ "unified": "1f46c-1f3ff",
+ "native": "👬🏿"
+ }
+ ],
+ "version": 1
+ },
+ "couplekiss": {
+ "id": "couplekiss",
+ "name": "亲吻",
+ "keywords": [
+ "couplekiss",
+ "pair",
+ "valentines",
+ "love",
+ "like",
+ "dating",
+ "marriage",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f48f",
+ "native": "💏"
+ },
+ {
+ "unified": "1f48f-1f3fb",
+ "native": "💏🏻"
+ },
+ {
+ "unified": "1f48f-1f3fc",
+ "native": "💏🏼"
+ },
+ {
+ "unified": "1f48f-1f3fd",
+ "native": "💏🏽"
+ },
+ {
+ "unified": "1f48f-1f3fe",
+ "native": "💏🏾"
+ },
+ {
+ "unified": "1f48f-1f3ff",
+ "native": "💏🏿"
+ }
+ ],
+ "version": 1
+ },
+ "woman-kiss-man": {
+ "id": "woman-kiss-man",
+ "name": "亲吻",
+ "keywords": [
+ "woman",
+ "kiss-man",
+ "kiss",
+ "love",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-2764-fe0f-200d-1f48b-200d-1f468",
+ "native": "👩❤️💋👨"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb",
+ "native": "👩🏻❤️💋👨🏻"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc",
+ "native": "👩🏼❤️💋👨🏼"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd",
+ "native": "👩🏽❤️💋👨🏽"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe",
+ "native": "👩🏾❤️💋👨🏾"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff",
+ "native": "👩🏿❤️💋👨🏿"
+ }
+ ],
+ "version": 2
+ },
+ "man-kiss-man": {
+ "id": "man-kiss-man",
+ "name": "亲吻",
+ "keywords": [
+ "kiss-man",
+ "kiss",
+ "pair",
+ "valentines",
+ "love",
+ "like",
+ "dating",
+ "marriage",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-2764-fe0f-200d-1f48b-200d-1f468",
+ "native": "👨❤️💋👨"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb",
+ "native": "👨🏻❤️💋👨🏻"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc",
+ "native": "👨🏼❤️💋👨🏼"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd",
+ "native": "👨🏽❤️💋👨🏽"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe",
+ "native": "👨🏾❤️💋👨🏾"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff",
+ "native": "👨🏿❤️💋👨🏿"
+ }
+ ],
+ "version": 2
+ },
+ "woman-kiss-woman": {
+ "id": "woman-kiss-woman",
+ "name": "亲吻",
+ "keywords": [
+ "kiss-woman",
+ "kiss",
+ "pair",
+ "valentines",
+ "love",
+ "like",
+ "dating",
+ "marriage",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-2764-fe0f-200d-1f48b-200d-1f469",
+ "native": "👩❤️💋👩"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb",
+ "native": "👩🏻❤️💋👩🏻"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc",
+ "native": "👩🏼❤️💋👩🏼"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd",
+ "native": "👩🏽❤️💋👩🏽"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe",
+ "native": "👩🏾❤️💋👩🏾"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff",
+ "native": "👩🏿❤️💋👩🏿"
+ }
+ ],
+ "version": 2
+ },
+ "couple_with_heart": {
+ "id": "couple_with_heart",
+ "name": "情侣",
+ "keywords": [
+ "pair",
+ "love",
+ "like",
+ "affection",
+ "human",
+ "dating",
+ "valentines",
+ "marriage",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f491",
+ "native": "💑"
+ },
+ {
+ "unified": "1f491-1f3fb",
+ "native": "💑🏻"
+ },
+ {
+ "unified": "1f491-1f3fc",
+ "native": "💑🏼"
+ },
+ {
+ "unified": "1f491-1f3fd",
+ "native": "💑🏽"
+ },
+ {
+ "unified": "1f491-1f3fe",
+ "native": "💑🏾"
+ },
+ {
+ "unified": "1f491-1f3ff",
+ "native": "💑🏿"
+ }
+ ],
+ "version": 1
+ },
+ "woman-heart-man": {
+ "id": "woman-heart-man",
+ "name": "情侣",
+ "keywords": [
+ "woman",
+ "heart-man",
+ "heart",
+ "love",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-2764-fe0f-200d-1f468",
+ "native": "👩❤️👨"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb",
+ "native": "👩🏻❤️👨🏻"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc",
+ "native": "👩🏼❤️👨🏼"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd",
+ "native": "👩🏽❤️👨🏽"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe",
+ "native": "👩🏾❤️👨🏾"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff",
+ "native": "👩🏿❤️👨🏿"
+ }
+ ],
+ "version": 2
+ },
+ "man-heart-man": {
+ "id": "man-heart-man",
+ "name": "情侣",
+ "keywords": [
+ "heart-man",
+ "heart",
+ "pair",
+ "love",
+ "like",
+ "affection",
+ "human",
+ "dating",
+ "valentines",
+ "marriage",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-2764-fe0f-200d-1f468",
+ "native": "👨❤️👨"
+ },
+ {
+ "unified": "1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb",
+ "native": "👨🏻❤️👨🏻"
+ },
+ {
+ "unified": "1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc",
+ "native": "👨🏼❤️👨🏼"
+ },
+ {
+ "unified": "1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd",
+ "native": "👨🏽❤️👨🏽"
+ },
+ {
+ "unified": "1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe",
+ "native": "👨🏾❤️👨🏾"
+ },
+ {
+ "unified": "1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff",
+ "native": "👨🏿❤️👨🏿"
+ }
+ ],
+ "version": 2
+ },
+ "woman-heart-woman": {
+ "id": "woman-heart-woman",
+ "name": "情侣",
+ "keywords": [
+ "heart-woman",
+ "heart",
+ "pair",
+ "love",
+ "like",
+ "affection",
+ "human",
+ "dating",
+ "valentines",
+ "marriage",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-2764-fe0f-200d-1f469",
+ "native": "👩❤️👩"
+ },
+ {
+ "unified": "1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb",
+ "native": "👩🏻❤️👩🏻"
+ },
+ {
+ "unified": "1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc",
+ "native": "👩🏼❤️👩🏼"
+ },
+ {
+ "unified": "1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd",
+ "native": "👩🏽❤️👩🏽"
+ },
+ {
+ "unified": "1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe",
+ "native": "👩🏾❤️👩🏾"
+ },
+ {
+ "unified": "1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff",
+ "native": "👩🏿❤️👩🏿"
+ }
+ ],
+ "version": 2
+ },
+ "family": {
+ "id": "family",
+ "name": "家庭",
+ "keywords": [
+ "home",
+ "parents",
+ "child",
+ "mom",
+ "dad",
+ "father",
+ "mother",
+ "people",
+ "human",
+ "亲子",
+ "家庭",
+ "父母和儿子"
+ ],
+ "skins": [
+ {
+ "unified": "1f46a",
+ "native": "👪"
+ }
+ ],
+ "version": 1
+ },
+ "man-woman-boy": {
+ "id": "man-woman-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "woman-boy",
+ "family",
+ "woman",
+ "love",
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f469-200d-1f466",
+ "native": "👨👩👦"
+ }
+ ],
+ "version": 2
+ },
+ "man-woman-girl": {
+ "id": "man-woman-girl",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "woman-girl",
+ "family",
+ "woman",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "child",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f469-200d-1f467",
+ "native": "👨👩👧"
+ }
+ ],
+ "version": 2
+ },
+ "man-woman-girl-boy": {
+ "id": "man-woman-girl-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "woman-girl-boy",
+ "family",
+ "woman",
+ "girl",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f469-200d-1f467-200d-1f466",
+ "native": "👨👩👧👦"
+ }
+ ],
+ "version": 2
+ },
+ "man-woman-boy-boy": {
+ "id": "man-woman-boy-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "woman-boy-boy",
+ "family",
+ "woman",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f469-200d-1f466-200d-1f466",
+ "native": "👨👩👦👦"
+ }
+ ],
+ "version": 2
+ },
+ "man-woman-girl-girl": {
+ "id": "man-woman-girl-girl",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "woman-girl-girl",
+ "family",
+ "woman",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f469-200d-1f467-200d-1f467",
+ "native": "👨👩👧👧"
+ }
+ ],
+ "version": 2
+ },
+ "man-man-boy": {
+ "id": "man-man-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "man-boy",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f468-200d-1f466",
+ "native": "👨👨👦"
+ }
+ ],
+ "version": 2
+ },
+ "man-man-girl": {
+ "id": "man-man-girl",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "man-girl",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f468-200d-1f467",
+ "native": "👨👨👧"
+ }
+ ],
+ "version": 2
+ },
+ "man-man-girl-boy": {
+ "id": "man-man-girl-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "man-girl-boy",
+ "family",
+ "girl",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f468-200d-1f467-200d-1f466",
+ "native": "👨👨👧👦"
+ }
+ ],
+ "version": 2
+ },
+ "man-man-boy-boy": {
+ "id": "man-man-boy-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "man-boy-boy",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f468-200d-1f466-200d-1f466",
+ "native": "👨👨👦👦"
+ }
+ ],
+ "version": 2
+ },
+ "man-man-girl-girl": {
+ "id": "man-man-girl-girl",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "man-girl-girl",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f468-200d-1f467-200d-1f467",
+ "native": "👨👨👧👧"
+ }
+ ],
+ "version": 2
+ },
+ "woman-woman-boy": {
+ "id": "woman-woman-boy",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "woman-boy",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f469-200d-1f466",
+ "native": "👩👩👦"
+ }
+ ],
+ "version": 2
+ },
+ "woman-woman-girl": {
+ "id": "woman-woman-girl",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "woman-girl",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f469-200d-1f467",
+ "native": "👩👩👧"
+ }
+ ],
+ "version": 2
+ },
+ "woman-woman-girl-boy": {
+ "id": "woman-woman-girl-boy",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "woman-girl-boy",
+ "family",
+ "girl",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f469-200d-1f467-200d-1f466",
+ "native": "👩👩👧👦"
+ }
+ ],
+ "version": 2
+ },
+ "woman-woman-boy-boy": {
+ "id": "woman-woman-boy-boy",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "woman-boy-boy",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f469-200d-1f466-200d-1f466",
+ "native": "👩👩👦👦"
+ }
+ ],
+ "version": 2
+ },
+ "woman-woman-girl-girl": {
+ "id": "woman-woman-girl-girl",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "woman-girl-girl",
+ "family",
+ "home",
+ "parents",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f469-200d-1f467-200d-1f467",
+ "native": "👩👩👧👧"
+ }
+ ],
+ "version": 2
+ },
+ "man-boy": {
+ "id": "man-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "child",
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f466",
+ "native": "👨👦"
+ }
+ ],
+ "version": 4
+ },
+ "man-boy-boy": {
+ "id": "man-boy-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "boy-boy",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f466-200d-1f466",
+ "native": "👨👦👦"
+ }
+ ],
+ "version": 4
+ },
+ "man-girl": {
+ "id": "man-girl",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "child",
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f467",
+ "native": "👨👧"
+ }
+ ],
+ "version": 4
+ },
+ "man-girl-boy": {
+ "id": "man-girl-boy",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "girl-boy",
+ "family",
+ "girl",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f467-200d-1f466",
+ "native": "👨👧👦"
+ }
+ ],
+ "version": 4
+ },
+ "man-girl-girl": {
+ "id": "man-girl-girl",
+ "name": "家庭",
+ "keywords": [
+ "man",
+ "girl-girl",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "skins": [
+ {
+ "unified": "1f468-200d-1f467-200d-1f467",
+ "native": "👨👧👧"
+ }
+ ],
+ "version": 4
+ },
+ "woman-boy": {
+ "id": "woman-boy",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "child",
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f466",
+ "native": "👩👦"
+ }
+ ],
+ "version": 4
+ },
+ "woman-boy-boy": {
+ "id": "woman-boy-boy",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "boy-boy",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f466-200d-1f466",
+ "native": "👩👦👦"
+ }
+ ],
+ "version": 4
+ },
+ "woman-girl": {
+ "id": "woman-girl",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "child",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f467",
+ "native": "👩👧"
+ }
+ ],
+ "version": 4
+ },
+ "woman-girl-boy": {
+ "id": "woman-girl-boy",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "girl-boy",
+ "family",
+ "girl",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f467-200d-1f466",
+ "native": "👩👧👦"
+ }
+ ],
+ "version": 4
+ },
+ "woman-girl-girl": {
+ "id": "woman-girl-girl",
+ "name": "家庭",
+ "keywords": [
+ "woman",
+ "girl-girl",
+ "family",
+ "home",
+ "parent",
+ "people",
+ "human",
+ "children",
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "skins": [
+ {
+ "unified": "1f469-200d-1f467-200d-1f467",
+ "native": "👩👧👧"
+ }
+ ],
+ "version": 4
+ },
+ "speaking_head_in_silhouette": {
+ "id": "speaking_head_in_silhouette",
+ "name": "说话",
+ "keywords": [
+ "in",
+ "silhouette",
+ "user",
+ "person",
+ "human",
+ "sing",
+ "say",
+ "talk",
+ "剪影",
+ "头",
+ "脸",
+ "讲话",
+ "说话",
+ "说话头"
+ ],
+ "skins": [
+ {
+ "unified": "1f5e3-fe0f",
+ "native": "🗣️"
+ }
+ ],
+ "version": 1
+ },
+ "bust_in_silhouette": {
+ "id": "bust_in_silhouette",
+ "name": "人像",
+ "keywords": [
+ "user",
+ "person",
+ "human",
+ "人像",
+ "剪影",
+ "半身",
+ "半身像"
+ ],
+ "skins": [
+ {
+ "unified": "1f464",
+ "native": "👤"
+ }
+ ],
+ "version": 1
+ },
+ "busts_in_silhouette": {
+ "id": "busts_in_silhouette",
+ "name": "双人像",
+ "keywords": [
+ "user",
+ "person",
+ "human",
+ "group",
+ "team",
+ "剪影",
+ "半身",
+ "半身像",
+ "双人像",
+ "朋友"
+ ],
+ "skins": [
+ {
+ "unified": "1f465",
+ "native": "👥"
+ }
+ ],
+ "version": 1
+ },
+ "people_hugging": {
+ "id": "people_hugging",
+ "name": "人的拥抱",
+ "keywords": [
+ "care",
+ "人的拥抱",
+ "再见",
+ "友谊",
+ "告别",
+ "安慰",
+ "您好",
+ "感谢",
+ "抱抱",
+ "拥抱",
+ "爱"
+ ],
+ "skins": [
+ {
+ "unified": "1fac2",
+ "native": "🫂"
+ }
+ ],
+ "version": 13
+ },
+ "footprints": {
+ "id": "footprints",
+ "name": "脚印",
+ "keywords": [
+ "feet",
+ "tracking",
+ "walking",
+ "beach",
+ "在路上",
+ "脚印",
+ "赤脚",
+ "足迹"
+ ],
+ "skins": [
+ {
+ "unified": "1f463",
+ "native": "👣"
+ }
+ ],
+ "version": 1
+ },
+ "monkey_face": {
+ "id": "monkey_face",
+ "name": "猴头",
+ "emoticons": [
+ ":o)"
+ ],
+ "keywords": [
+ "animal",
+ "nature",
+ "circus",
+ "动物",
+ "猴",
+ "猴头",
+ "猴子"
+ ],
+ "skins": [
+ {
+ "unified": "1f435",
+ "native": "🐵"
+ }
+ ],
+ "version": 1
+ },
+ "monkey": {
+ "id": "monkey",
+ "name": "猴子",
+ "keywords": [
+ "animal",
+ "nature",
+ "banana",
+ "circus",
+ "猴",
+ "猴子"
+ ],
+ "skins": [
+ {
+ "unified": "1f412",
+ "native": "🐒"
+ }
+ ],
+ "version": 1
+ },
+ "gorilla": {
+ "id": "gorilla",
+ "name": "大猩猩",
+ "keywords": [
+ "animal",
+ "nature",
+ "circus",
+ "动物",
+ "大猩猩"
+ ],
+ "skins": [
+ {
+ "unified": "1f98d",
+ "native": "🦍"
+ }
+ ],
+ "version": 3
+ },
+ "orangutan": {
+ "id": "orangutan",
+ "name": "红毛猩猩",
+ "keywords": [
+ "animal",
+ "动物",
+ "猩猩",
+ "猴",
+ "猴子",
+ "猿",
+ "红毛猩猩"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a7",
+ "native": "🦧"
+ }
+ ],
+ "version": 12
+ },
+ "dog": {
+ "id": "dog",
+ "name": "狗脸",
+ "keywords": [
+ "animal",
+ "friend",
+ "nature",
+ "woof",
+ "puppy",
+ "pet",
+ "faithful",
+ "宠物",
+ "小狗",
+ "汪星人",
+ "狗",
+ "狗脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f436",
+ "native": "🐶"
+ }
+ ],
+ "version": 1
+ },
+ "dog2": {
+ "id": "dog2",
+ "name": "狗",
+ "keywords": [
+ "dog2",
+ "animal",
+ "nature",
+ "friend",
+ "doge",
+ "pet",
+ "faithful",
+ "动物",
+ "宠物",
+ "小狗",
+ "汪星人",
+ "狗"
+ ],
+ "skins": [
+ {
+ "unified": "1f415",
+ "native": "🐕"
+ }
+ ],
+ "version": 1
+ },
+ "guide_dog": {
+ "id": "guide_dog",
+ "name": "导盲犬",
+ "keywords": [
+ "animal",
+ "blind",
+ "导盲犬",
+ "指引",
+ "无障碍",
+ "盲",
+ "盲人"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ae",
+ "native": "🦮"
+ }
+ ],
+ "version": 12
+ },
+ "service_dog": {
+ "id": "service_dog",
+ "name": "服务犬",
+ "keywords": [
+ "blind",
+ "animal",
+ "工作犬",
+ "无障碍",
+ "服务",
+ "服务犬",
+ "犬",
+ "狗",
+ "辅助"
+ ],
+ "skins": [
+ {
+ "unified": "1f415-200d-1f9ba",
+ "native": "🐕🦺"
+ }
+ ],
+ "version": 12
+ },
+ "poodle": {
+ "id": "poodle",
+ "name": "贵宾犬",
+ "keywords": [
+ "dog",
+ "animal",
+ "101",
+ "nature",
+ "pet",
+ "卷毛狗",
+ "毛茸茸",
+ "狗",
+ "贵宾犬"
+ ],
+ "skins": [
+ {
+ "unified": "1f429",
+ "native": "🐩"
+ }
+ ],
+ "version": 1
+ },
+ "wolf": {
+ "id": "wolf",
+ "name": "狼",
+ "keywords": [
+ "animal",
+ "nature",
+ "wild",
+ "头",
+ "狼",
+ "狼头",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f43a",
+ "native": "🐺"
+ }
+ ],
+ "version": 1
+ },
+ "fox_face": {
+ "id": "fox_face",
+ "name": "狐狸",
+ "keywords": [
+ "face",
+ "animal",
+ "nature",
+ "动物",
+ "头",
+ "狐狸",
+ "狐狸的脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f98a",
+ "native": "🦊"
+ }
+ ],
+ "version": 3
+ },
+ "raccoon": {
+ "id": "raccoon",
+ "name": "浣熊",
+ "keywords": [
+ "animal",
+ "nature",
+ "动物",
+ "好奇",
+ "浣熊",
+ "淘气",
+ "狡猾"
+ ],
+ "skins": [
+ {
+ "unified": "1f99d",
+ "native": "🦝"
+ }
+ ],
+ "version": 11
+ },
+ "cat": {
+ "id": "cat",
+ "name": "猫脸",
+ "keywords": [
+ "animal",
+ "meow",
+ "nature",
+ "pet",
+ "kitten",
+ "宠物",
+ "猫",
+ "猫咪",
+ "猫脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f431",
+ "native": "🐱"
+ }
+ ],
+ "version": 1
+ },
+ "cat2": {
+ "id": "cat2",
+ "name": "猫",
+ "keywords": [
+ "cat2",
+ "animal",
+ "meow",
+ "pet",
+ "cats",
+ "宠物",
+ "小猫",
+ "猫"
+ ],
+ "skins": [
+ {
+ "unified": "1f408",
+ "native": "🐈"
+ }
+ ],
+ "version": 1
+ },
+ "black_cat": {
+ "id": "black_cat",
+ "name": "黑猫",
+ "keywords": [
+ "superstition",
+ "luck",
+ "万圣节",
+ "不吉利",
+ "动物",
+ "喵",
+ "喵星人",
+ "猫",
+ "猫科",
+ "黑猫",
+ "黑色"
+ ],
+ "skins": [
+ {
+ "unified": "1f408-200d-2b1b",
+ "native": "🐈⬛"
+ }
+ ],
+ "version": 13
+ },
+ "lion_face": {
+ "id": "lion_face",
+ "name": "狮子",
+ "keywords": [
+ "face",
+ "animal",
+ "nature",
+ "狮子",
+ "狮子头",
+ "狮子座",
+ "脸",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f981",
+ "native": "🦁"
+ }
+ ],
+ "version": 1
+ },
+ "tiger": {
+ "id": "tiger",
+ "name": "老虎头",
+ "keywords": [
+ "animal",
+ "cat",
+ "danger",
+ "wild",
+ "nature",
+ "roar",
+ "森林之王",
+ "老虎",
+ "老虎头",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f42f",
+ "native": "🐯"
+ }
+ ],
+ "version": 1
+ },
+ "tiger2": {
+ "id": "tiger2",
+ "name": "老虎",
+ "keywords": [
+ "tiger2",
+ "animal",
+ "nature",
+ "roar",
+ "动物园",
+ "老虎",
+ "虎"
+ ],
+ "skins": [
+ {
+ "unified": "1f405",
+ "native": "🐅"
+ }
+ ],
+ "version": 1
+ },
+ "leopard": {
+ "id": "leopard",
+ "name": "豹子",
+ "keywords": [
+ "animal",
+ "nature",
+ "动物",
+ "猎豹",
+ "豹",
+ "豹子"
+ ],
+ "skins": [
+ {
+ "unified": "1f406",
+ "native": "🐆"
+ }
+ ],
+ "version": 1
+ },
+ "horse": {
+ "id": "horse",
+ "name": "马头",
+ "keywords": [
+ "animal",
+ "brown",
+ "nature",
+ "盛装舞步",
+ "马",
+ "马头"
+ ],
+ "skins": [
+ {
+ "unified": "1f434",
+ "native": "🐴"
+ }
+ ],
+ "version": 1
+ },
+ "moose": {
+ "id": "moose",
+ "name": "驼鹿",
+ "keywords": [
+ "shrek",
+ "canada",
+ "sweden",
+ "sven",
+ "cool",
+ "动物",
+ "哺乳动物",
+ "驼鹿",
+ "鹿角",
+ "麋鹿"
+ ],
+ "skins": [
+ {
+ "unified": "1face",
+ "native": "🫎"
+ }
+ ],
+ "version": 15
+ },
+ "donkey": {
+ "id": "donkey",
+ "name": "驴",
+ "keywords": [
+ "eeyore",
+ "mule",
+ "倔强",
+ "动物",
+ "哺乳动物",
+ "固执的",
+ "犟",
+ "驴",
+ "驴子",
+ "骡",
+ "骡子"
+ ],
+ "skins": [
+ {
+ "unified": "1facf",
+ "native": "🫏"
+ }
+ ],
+ "version": 15
+ },
+ "racehorse": {
+ "id": "racehorse",
+ "name": "马",
+ "keywords": [
+ "racehorse",
+ "animal",
+ "gamble",
+ "luck",
+ "动物",
+ "比赛",
+ "赛马",
+ "马",
+ "骑马"
+ ],
+ "skins": [
+ {
+ "unified": "1f40e",
+ "native": "🐎"
+ }
+ ],
+ "version": 1
+ },
+ "unicorn_face": {
+ "id": "unicorn_face",
+ "name": "独角兽",
+ "keywords": [
+ "face",
+ "animal",
+ "nature",
+ "mystical",
+ "头",
+ "独角兽",
+ "独角兽头",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f984",
+ "native": "🦄"
+ }
+ ],
+ "version": 1
+ },
+ "zebra_face": {
+ "id": "zebra_face",
+ "name": "斑马",
+ "keywords": [
+ "face",
+ "animal",
+ "nature",
+ "stripes",
+ "safari",
+ "斑马",
+ "条纹"
+ ],
+ "skins": [
+ {
+ "unified": "1f993",
+ "native": "🦓"
+ }
+ ],
+ "version": 5
+ },
+ "deer": {
+ "id": "deer",
+ "name": "鹿",
+ "keywords": [
+ "animal",
+ "nature",
+ "horns",
+ "venison",
+ "动物",
+ "鹿"
+ ],
+ "skins": [
+ {
+ "unified": "1f98c",
+ "native": "🦌"
+ }
+ ],
+ "version": 3
+ },
+ "bison": {
+ "id": "bison",
+ "name": "大野牛",
+ "keywords": [
+ "ox",
+ "动物",
+ "大野牛",
+ "欧洲野牛",
+ "水牛",
+ "牛",
+ "牦牛",
+ "畜群",
+ "野牛"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ac",
+ "native": "🦬"
+ }
+ ],
+ "version": 13
+ },
+ "cow": {
+ "id": "cow",
+ "name": "奶牛头",
+ "keywords": [
+ "beef",
+ "ox",
+ "animal",
+ "nature",
+ "moo",
+ "milk",
+ "乳牛",
+ "奶牛",
+ "奶牛头",
+ "母牛",
+ "牛头",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f42e",
+ "native": "🐮"
+ }
+ ],
+ "version": 1
+ },
+ "ox": {
+ "id": "ox",
+ "name": "公牛",
+ "keywords": [
+ "animal",
+ "cow",
+ "beef",
+ "公牛",
+ "牛",
+ "金牛座",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f402",
+ "native": "🐂"
+ }
+ ],
+ "version": 1
+ },
+ "water_buffalo": {
+ "id": "water_buffalo",
+ "name": "水牛",
+ "keywords": [
+ "animal",
+ "nature",
+ "ox",
+ "cow",
+ "水牛"
+ ],
+ "skins": [
+ {
+ "unified": "1f403",
+ "native": "🐃"
+ }
+ ],
+ "version": 1
+ },
+ "cow2": {
+ "id": "cow2",
+ "name": "奶牛",
+ "keywords": [
+ "cow2",
+ "beef",
+ "ox",
+ "animal",
+ "nature",
+ "moo",
+ "milk",
+ "乳牛",
+ "奶牛",
+ "牛"
+ ],
+ "skins": [
+ {
+ "unified": "1f404",
+ "native": "🐄"
+ }
+ ],
+ "version": 1
+ },
+ "pig": {
+ "id": "pig",
+ "name": "猪头",
+ "keywords": [
+ "animal",
+ "oink",
+ "nature",
+ "八戒",
+ "猪",
+ "猪头",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f437",
+ "native": "🐷"
+ }
+ ],
+ "version": 1
+ },
+ "pig2": {
+ "id": "pig2",
+ "name": "猪",
+ "keywords": [
+ "pig2",
+ "animal",
+ "nature",
+ "培根",
+ "猪",
+ "猪肉"
+ ],
+ "skins": [
+ {
+ "unified": "1f416",
+ "native": "🐖"
+ }
+ ],
+ "version": 1
+ },
+ "boar": {
+ "id": "boar",
+ "name": "野猪",
+ "keywords": [
+ "animal",
+ "nature",
+ "动物",
+ "猪",
+ "野猪"
+ ],
+ "skins": [
+ {
+ "unified": "1f417",
+ "native": "🐗"
+ }
+ ],
+ "version": 1
+ },
+ "pig_nose": {
+ "id": "pig_nose",
+ "name": "猪鼻子",
+ "keywords": [
+ "animal",
+ "oink",
+ "猪",
+ "猪鼻子",
+ "脸",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "skins": [
+ {
+ "unified": "1f43d",
+ "native": "🐽"
+ }
+ ],
+ "version": 1
+ },
+ "ram": {
+ "id": "ram",
+ "name": "公羊",
+ "keywords": [
+ "animal",
+ "sheep",
+ "nature",
+ "公羊",
+ "白羊座",
+ "羊",
+ "雄性",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f40f",
+ "native": "🐏"
+ }
+ ],
+ "version": 1
+ },
+ "sheep": {
+ "id": "sheep",
+ "name": "母羊",
+ "keywords": [
+ "sheep",
+ "animal",
+ "nature",
+ "wool",
+ "shipit",
+ "咩",
+ "母羊",
+ "毛茸茸",
+ "绵羊",
+ "羊",
+ "羊毛",
+ "雌性"
+ ],
+ "skins": [
+ {
+ "unified": "1f411",
+ "native": "🐑"
+ }
+ ],
+ "version": 1
+ },
+ "goat": {
+ "id": "goat",
+ "name": "山羊",
+ "keywords": [
+ "animal",
+ "nature",
+ "山羊",
+ "摩羯座",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f410",
+ "native": "🐐"
+ }
+ ],
+ "version": 1
+ },
+ "dromedary_camel": {
+ "id": "dromedary_camel",
+ "name": "骆驼",
+ "keywords": [
+ "dromedary",
+ "animal",
+ "hot",
+ "desert",
+ "hump",
+ "单峰",
+ "单峰驼",
+ "沙漠",
+ "驼峰",
+ "骆驼"
+ ],
+ "skins": [
+ {
+ "unified": "1f42a",
+ "native": "🐪"
+ }
+ ],
+ "version": 1
+ },
+ "camel": {
+ "id": "camel",
+ "name": "双峰骆驼",
+ "keywords": [
+ "two",
+ "hump",
+ "animal",
+ "nature",
+ "hot",
+ "desert",
+ "双峰",
+ "双峰骆驼",
+ "沙漠",
+ "骆驼"
+ ],
+ "skins": [
+ {
+ "unified": "1f42b",
+ "native": "🐫"
+ }
+ ],
+ "version": 1
+ },
+ "llama": {
+ "id": "llama",
+ "name": "美洲鸵",
+ "keywords": [
+ "animal",
+ "nature",
+ "alpaca",
+ "动物",
+ "原驼",
+ "小羊驼",
+ "无峰驼",
+ "羊毛",
+ "羊驼",
+ "美洲鸵",
+ "骆马"
+ ],
+ "skins": [
+ {
+ "unified": "1f999",
+ "native": "🦙"
+ }
+ ],
+ "version": 11
+ },
+ "giraffe_face": {
+ "id": "giraffe_face",
+ "name": "长颈鹿",
+ "keywords": [
+ "face",
+ "animal",
+ "nature",
+ "spots",
+ "safari",
+ "斑点",
+ "长颈鹿"
+ ],
+ "skins": [
+ {
+ "unified": "1f992",
+ "native": "🦒"
+ }
+ ],
+ "version": 5
+ },
+ "elephant": {
+ "id": "elephant",
+ "name": "大象",
+ "keywords": [
+ "animal",
+ "nature",
+ "nose",
+ "th",
+ "circus",
+ "动物",
+ "大象",
+ "象"
+ ],
+ "skins": [
+ {
+ "unified": "1f418",
+ "native": "🐘"
+ }
+ ],
+ "version": 1
+ },
+ "mammoth": {
+ "id": "mammoth",
+ "name": "猛犸",
+ "keywords": [
+ "elephant",
+ "tusks",
+ "动物",
+ "大型",
+ "有绒毛的",
+ "灭绝",
+ "猛犸",
+ "猛犸象",
+ "长毛象",
+ "长牙"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a3",
+ "native": "🦣"
+ }
+ ],
+ "version": 13
+ },
+ "rhinoceros": {
+ "id": "rhinoceros",
+ "name": "犀牛",
+ "keywords": [
+ "animal",
+ "nature",
+ "horn",
+ "动物",
+ "犀牛"
+ ],
+ "skins": [
+ {
+ "unified": "1f98f",
+ "native": "🦏"
+ }
+ ],
+ "version": 3
+ },
+ "hippopotamus": {
+ "id": "hippopotamus",
+ "name": "河马",
+ "keywords": [
+ "animal",
+ "nature",
+ "动物",
+ "河马"
+ ],
+ "skins": [
+ {
+ "unified": "1f99b",
+ "native": "🦛"
+ }
+ ],
+ "version": 11
+ },
+ "mouse": {
+ "id": "mouse",
+ "name": "老鼠头",
+ "keywords": [
+ "animal",
+ "nature",
+ "cheese",
+ "wedge",
+ "rodent",
+ "老鼠头",
+ "鼠"
+ ],
+ "skins": [
+ {
+ "unified": "1f42d",
+ "native": "🐭"
+ }
+ ],
+ "version": 1
+ },
+ "mouse2": {
+ "id": "mouse2",
+ "name": "老鼠",
+ "keywords": [
+ "mouse2",
+ "animal",
+ "nature",
+ "rodent",
+ "老鼠",
+ "耗子",
+ "鼠"
+ ],
+ "skins": [
+ {
+ "unified": "1f401",
+ "native": "🐁"
+ }
+ ],
+ "version": 1
+ },
+ "rat": {
+ "id": "rat",
+ "name": "耗子",
+ "keywords": [
+ "animal",
+ "mouse",
+ "rodent",
+ "耗子",
+ "鼠"
+ ],
+ "skins": [
+ {
+ "unified": "1f400",
+ "native": "🐀"
+ }
+ ],
+ "version": 1
+ },
+ "hamster": {
+ "id": "hamster",
+ "name": "仓鼠",
+ "keywords": [
+ "animal",
+ "nature",
+ "仓鼠",
+ "仓鼠头",
+ "啮齿",
+ "头",
+ "宠物",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f439",
+ "native": "🐹"
+ }
+ ],
+ "version": 1
+ },
+ "rabbit": {
+ "id": "rabbit",
+ "name": "兔子头",
+ "keywords": [
+ "animal",
+ "nature",
+ "pet",
+ "spring",
+ "magic",
+ "bunny",
+ "兔",
+ "兔子头",
+ "兔宝宝",
+ "宠物"
+ ],
+ "skins": [
+ {
+ "unified": "1f430",
+ "native": "🐰"
+ }
+ ],
+ "version": 1
+ },
+ "rabbit2": {
+ "id": "rabbit2",
+ "name": "兔子",
+ "keywords": [
+ "rabbit2",
+ "animal",
+ "nature",
+ "pet",
+ "magic",
+ "spring",
+ "兔",
+ "兔子",
+ "动物"
+ ],
+ "skins": [
+ {
+ "unified": "1f407",
+ "native": "🐇"
+ }
+ ],
+ "version": 1
+ },
+ "chipmunk": {
+ "id": "chipmunk",
+ "name": "松鼠",
+ "keywords": [
+ "animal",
+ "nature",
+ "rodent",
+ "squirrel",
+ "松鼠",
+ "花栗鼠",
+ "金花鼠"
+ ],
+ "skins": [
+ {
+ "unified": "1f43f-fe0f",
+ "native": "🐿️"
+ }
+ ],
+ "version": 1
+ },
+ "beaver": {
+ "id": "beaver",
+ "name": "海狸",
+ "keywords": [
+ "animal",
+ "rodent",
+ "动物",
+ "大板牙",
+ "母畜",
+ "海狸"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ab",
+ "native": "🦫"
+ }
+ ],
+ "version": 13
+ },
+ "hedgehog": {
+ "id": "hedgehog",
+ "name": "刺猬",
+ "keywords": [
+ "animal",
+ "nature",
+ "spiny",
+ "刺猬",
+ "多刺"
+ ],
+ "skins": [
+ {
+ "unified": "1f994",
+ "native": "🦔"
+ }
+ ],
+ "version": 5
+ },
+ "bat": {
+ "id": "bat",
+ "name": "蝙蝠",
+ "keywords": [
+ "animal",
+ "nature",
+ "blind",
+ "vampire",
+ "吸血鬼",
+ "蝙蝠"
+ ],
+ "skins": [
+ {
+ "unified": "1f987",
+ "native": "🦇"
+ }
+ ],
+ "version": 3
+ },
+ "bear": {
+ "id": "bear",
+ "name": "熊",
+ "keywords": [
+ "animal",
+ "nature",
+ "wild",
+ "低吼",
+ "头",
+ "灰熊",
+ "熊",
+ "熊头",
+ "熊脸",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f43b",
+ "native": "🐻"
+ }
+ ],
+ "version": 1
+ },
+ "polar_bear": {
+ "id": "polar_bear",
+ "name": "北极熊",
+ "keywords": [
+ "animal",
+ "arctic",
+ "北极",
+ "北极熊",
+ "熊",
+ "白色"
+ ],
+ "skins": [
+ {
+ "unified": "1f43b-200d-2744-fe0f",
+ "native": "🐻❄️"
+ }
+ ],
+ "version": 13
+ },
+ "koala": {
+ "id": "koala",
+ "name": "考拉",
+ "keywords": [
+ "animal",
+ "nature",
+ "动物",
+ "有袋类动物",
+ "树袋熊",
+ "澳大利亚",
+ "考拉"
+ ],
+ "skins": [
+ {
+ "unified": "1f428",
+ "native": "🐨"
+ }
+ ],
+ "version": 1
+ },
+ "panda_face": {
+ "id": "panda_face",
+ "name": "熊猫",
+ "keywords": [
+ "face",
+ "animal",
+ "nature",
+ "头",
+ "熊猫",
+ "熊猫脸",
+ "猫熊",
+ "猫熊脸",
+ "胖达",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f43c",
+ "native": "🐼"
+ }
+ ],
+ "version": 1
+ },
+ "sloth": {
+ "id": "sloth",
+ "name": "树懒",
+ "keywords": [
+ "animal",
+ "慢",
+ "懒",
+ "树懒",
+ "爬树",
+ "迟缓"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a5",
+ "native": "🦥"
+ }
+ ],
+ "version": 12
+ },
+ "otter": {
+ "id": "otter",
+ "name": "水獭",
+ "keywords": [
+ "animal",
+ "动物",
+ "好玩",
+ "捕鱼",
+ "水獭",
+ "爱开玩笑",
+ "獭",
+ "鼬"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a6",
+ "native": "🦦"
+ }
+ ],
+ "version": 12
+ },
+ "skunk": {
+ "id": "skunk",
+ "name": "臭鼬",
+ "keywords": [
+ "animal",
+ "熏",
+ "臭",
+ "臭鼬",
+ "鼬"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a8",
+ "native": "🦨"
+ }
+ ],
+ "version": 12
+ },
+ "kangaroo": {
+ "id": "kangaroo",
+ "name": "袋鼠",
+ "keywords": [
+ "animal",
+ "nature",
+ "australia",
+ "joey",
+ "hop",
+ "marsupial",
+ "动物",
+ "小袋鼠",
+ "有袋目动物",
+ "有袋类动物",
+ "澳洲",
+ "袋鼠",
+ "跳",
+ "跳跃"
+ ],
+ "skins": [
+ {
+ "unified": "1f998",
+ "native": "🦘"
+ }
+ ],
+ "version": 11
+ },
+ "badger": {
+ "id": "badger",
+ "name": "獾",
+ "keywords": [
+ "animal",
+ "nature",
+ "honey",
+ "动物",
+ "打扰",
+ "獾",
+ "纠缠",
+ "蜜獾"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a1",
+ "native": "🦡"
+ }
+ ],
+ "version": 11
+ },
+ "feet": {
+ "id": "feet",
+ "name": "爪印",
+ "keywords": [
+ "feet",
+ "animal",
+ "tracking",
+ "footprints",
+ "dog",
+ "cat",
+ "pet",
+ "爪",
+ "爪印",
+ "爪子",
+ "足迹"
+ ],
+ "skins": [
+ {
+ "unified": "1f43e",
+ "native": "🐾"
+ }
+ ],
+ "version": 1
+ },
+ "turkey": {
+ "id": "turkey",
+ "name": "火鸡",
+ "keywords": [
+ "animal",
+ "bird",
+ "感恩节",
+ "火鸡"
+ ],
+ "skins": [
+ {
+ "unified": "1f983",
+ "native": "🦃"
+ }
+ ],
+ "version": 1
+ },
+ "chicken": {
+ "id": "chicken",
+ "name": "鸡",
+ "keywords": [
+ "animal",
+ "cluck",
+ "nature",
+ "bird",
+ "动物",
+ "鸡"
+ ],
+ "skins": [
+ {
+ "unified": "1f414",
+ "native": "🐔"
+ }
+ ],
+ "version": 1
+ },
+ "rooster": {
+ "id": "rooster",
+ "name": "公鸡",
+ "keywords": [
+ "animal",
+ "nature",
+ "chicken",
+ "公鸡",
+ "动物",
+ "鸡"
+ ],
+ "skins": [
+ {
+ "unified": "1f413",
+ "native": "🐓"
+ }
+ ],
+ "version": 1
+ },
+ "hatching_chick": {
+ "id": "hatching_chick",
+ "name": "小鸡破壳",
+ "keywords": [
+ "animal",
+ "chicken",
+ "egg",
+ "born",
+ "baby",
+ "bird",
+ "小鸡",
+ "小鸡破壳",
+ "破壳"
+ ],
+ "skins": [
+ {
+ "unified": "1f423",
+ "native": "🐣"
+ }
+ ],
+ "version": 1
+ },
+ "baby_chick": {
+ "id": "baby_chick",
+ "name": "小鸡",
+ "keywords": [
+ "animal",
+ "chicken",
+ "bird",
+ "小鸡",
+ "鸡"
+ ],
+ "skins": [
+ {
+ "unified": "1f424",
+ "native": "🐤"
+ }
+ ],
+ "version": 1
+ },
+ "hatched_chick": {
+ "id": "hatched_chick",
+ "name": "正面朝向的小鸡",
+ "keywords": [
+ "hatched",
+ "front",
+ "facing",
+ "animal",
+ "chicken",
+ "bird",
+ "小鸡",
+ "正面朝向的小鸡"
+ ],
+ "skins": [
+ {
+ "unified": "1f425",
+ "native": "🐥"
+ }
+ ],
+ "version": 1
+ },
+ "bird": {
+ "id": "bird",
+ "name": "鸟",
+ "keywords": [
+ "animal",
+ "nature",
+ "fly",
+ "tweet",
+ "spring",
+ "动物",
+ "鸟",
+ "鸟类学"
+ ],
+ "skins": [
+ {
+ "unified": "1f426",
+ "native": "🐦"
+ }
+ ],
+ "version": 1
+ },
+ "penguin": {
+ "id": "penguin",
+ "name": "企鹅",
+ "keywords": [
+ "animal",
+ "nature",
+ "企鹅",
+ "南极",
+ "南极洲"
+ ],
+ "skins": [
+ {
+ "unified": "1f427",
+ "native": "🐧"
+ }
+ ],
+ "version": 1
+ },
+ "dove_of_peace": {
+ "id": "dove_of_peace",
+ "name": "鸽",
+ "keywords": [
+ "of",
+ "peace",
+ "animal",
+ "bird",
+ "和平",
+ "和平象征",
+ "飞翔",
+ "鸟",
+ "鸽",
+ "鸽子"
+ ],
+ "skins": [
+ {
+ "unified": "1f54a-fe0f",
+ "native": "🕊️"
+ }
+ ],
+ "version": 1
+ },
+ "eagle": {
+ "id": "eagle",
+ "name": "鹰",
+ "keywords": [
+ "animal",
+ "nature",
+ "bird",
+ "老鹰",
+ "鸟",
+ "鹰"
+ ],
+ "skins": [
+ {
+ "unified": "1f985",
+ "native": "🦅"
+ }
+ ],
+ "version": 3
+ },
+ "duck": {
+ "id": "duck",
+ "name": "鸭子",
+ "keywords": [
+ "animal",
+ "nature",
+ "bird",
+ "mallard",
+ "鸟",
+ "鸭",
+ "鸭子"
+ ],
+ "skins": [
+ {
+ "unified": "1f986",
+ "native": "🦆"
+ }
+ ],
+ "version": 3
+ },
+ "swan": {
+ "id": "swan",
+ "name": "天鹅",
+ "keywords": [
+ "animal",
+ "nature",
+ "bird",
+ "丑小鸭",
+ "动物",
+ "天鹅",
+ "小天鹅",
+ "鸟"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a2",
+ "native": "🦢"
+ }
+ ],
+ "version": 11
+ },
+ "owl": {
+ "id": "owl",
+ "name": "猫头鹰",
+ "keywords": [
+ "animal",
+ "nature",
+ "bird",
+ "hoot",
+ "猫头鹰",
+ "睿智",
+ "鸟"
+ ],
+ "skins": [
+ {
+ "unified": "1f989",
+ "native": "🦉"
+ }
+ ],
+ "version": 3
+ },
+ "dodo": {
+ "id": "dodo",
+ "name": "渡渡鸟",
+ "keywords": [
+ "animal",
+ "bird",
+ "动物",
+ "渡渡鸟",
+ "灭绝",
+ "鸟"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a4",
+ "native": "🦤"
+ }
+ ],
+ "version": 13
+ },
+ "feather": {
+ "id": "feather",
+ "name": "羽毛",
+ "keywords": [
+ "bird",
+ "fly",
+ "羽毛",
+ "轻",
+ "飞",
+ "鸟"
+ ],
+ "skins": [
+ {
+ "unified": "1fab6",
+ "native": "🪶"
+ }
+ ],
+ "version": 13
+ },
+ "flamingo": {
+ "id": "flamingo",
+ "name": "火烈鸟",
+ "keywords": [
+ "animal",
+ "华丽",
+ "火烈鸟",
+ "热带",
+ "红鹳",
+ "艳丽"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a9",
+ "native": "🦩"
+ }
+ ],
+ "version": 12
+ },
+ "peacock": {
+ "id": "peacock",
+ "name": "孔雀",
+ "keywords": [
+ "animal",
+ "nature",
+ "peahen",
+ "bird",
+ "卖弄",
+ "孔雀",
+ "招摇",
+ "色彩缤纷",
+ "雌孔雀",
+ "骄傲",
+ "鸟"
+ ],
+ "skins": [
+ {
+ "unified": "1f99a",
+ "native": "🦚"
+ }
+ ],
+ "version": 11
+ },
+ "parrot": {
+ "id": "parrot",
+ "name": "鹦鹉",
+ "keywords": [
+ "animal",
+ "nature",
+ "bird",
+ "pirate",
+ "talk",
+ "剽窃",
+ "模仿",
+ "说话",
+ "鸟",
+ "鹦鹉"
+ ],
+ "skins": [
+ {
+ "unified": "1f99c",
+ "native": "🦜"
+ }
+ ],
+ "version": 11
+ },
+ "wing": {
+ "id": "wing",
+ "name": "翅膀",
+ "keywords": [
+ "angel",
+ "birds",
+ "flying",
+ "升天",
+ "天使",
+ "天使的",
+ "天堂的",
+ "神话",
+ "翅膀",
+ "翱翔",
+ "飞翔",
+ "飞行",
+ "鸟"
+ ],
+ "skins": [
+ {
+ "unified": "1fabd",
+ "native": "🪽"
+ }
+ ],
+ "version": 15
+ },
+ "black_bird": {
+ "id": "black_bird",
+ "name": "黑色的鸟",
+ "keywords": [
+ "crow",
+ "乌鸦",
+ "动物",
+ "喙",
+ "渡鸦",
+ "秃鼻乌鸦",
+ "老鸦",
+ "鸟",
+ "鸦叫声",
+ "鸦科",
+ "黑色",
+ "黑色的鸟"
+ ],
+ "skins": [
+ {
+ "unified": "1f426-200d-2b1b",
+ "native": "🐦⬛"
+ }
+ ],
+ "version": 15
+ },
+ "goose": {
+ "id": "goose",
+ "name": "鹅",
+ "keywords": [
+ "silly",
+ "jemima",
+ "goosebumps",
+ "傻",
+ "傻瓜",
+ "动物",
+ "嘎嘎叫声",
+ "家禽",
+ "雄鹅",
+ "鸟",
+ "鸣叫",
+ "鸭子",
+ "鸭群",
+ "鹅",
+ "鹅群"
+ ],
+ "skins": [
+ {
+ "unified": "1fabf",
+ "native": "🪿"
+ }
+ ],
+ "version": 15
+ },
+ "frog": {
+ "id": "frog",
+ "name": "青蛙",
+ "keywords": [
+ "animal",
+ "nature",
+ "croak",
+ "toad",
+ "动物",
+ "头",
+ "脸",
+ "青蛙",
+ "青蛙头"
+ ],
+ "skins": [
+ {
+ "unified": "1f438",
+ "native": "🐸"
+ }
+ ],
+ "version": 1
+ },
+ "crocodile": {
+ "id": "crocodile",
+ "name": "鳄鱼",
+ "keywords": [
+ "animal",
+ "nature",
+ "reptile",
+ "lizard",
+ "alligator",
+ "鳄鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f40a",
+ "native": "🐊"
+ }
+ ],
+ "version": 1
+ },
+ "turtle": {
+ "id": "turtle",
+ "name": "龟",
+ "keywords": [
+ "animal",
+ "slow",
+ "nature",
+ "tortoise",
+ "乌龟",
+ "海龟",
+ "陆龟",
+ "龟"
+ ],
+ "skins": [
+ {
+ "unified": "1f422",
+ "native": "🐢"
+ }
+ ],
+ "version": 1
+ },
+ "lizard": {
+ "id": "lizard",
+ "name": "蜥蜴",
+ "keywords": [
+ "animal",
+ "nature",
+ "reptile",
+ "爬行动物",
+ "蜥蜴"
+ ],
+ "skins": [
+ {
+ "unified": "1f98e",
+ "native": "🦎"
+ }
+ ],
+ "version": 3
+ },
+ "snake": {
+ "id": "snake",
+ "name": "蛇",
+ "keywords": [
+ "animal",
+ "evil",
+ "nature",
+ "hiss",
+ "python",
+ "持票人",
+ "狡猾的人",
+ "蛇",
+ "蛇夫座",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f40d",
+ "native": "🐍"
+ }
+ ],
+ "version": 1
+ },
+ "dragon_face": {
+ "id": "dragon_face",
+ "name": "龙头",
+ "keywords": [
+ "animal",
+ "myth",
+ "nature",
+ "chinese",
+ "green",
+ "神话",
+ "童话",
+ "龙",
+ "龙头"
+ ],
+ "skins": [
+ {
+ "unified": "1f432",
+ "native": "🐲"
+ }
+ ],
+ "version": 1
+ },
+ "dragon": {
+ "id": "dragon",
+ "name": "龙",
+ "keywords": [
+ "animal",
+ "myth",
+ "nature",
+ "chinese",
+ "green",
+ "中国",
+ "权力的游戏",
+ "龙"
+ ],
+ "skins": [
+ {
+ "unified": "1f409",
+ "native": "🐉"
+ }
+ ],
+ "version": 1
+ },
+ "sauropod": {
+ "id": "sauropod",
+ "name": "蜥蜴类",
+ "keywords": [
+ "animal",
+ "nature",
+ "dinosaur",
+ "brachiosaurus",
+ "brontosaurus",
+ "diplodocus",
+ "extinct",
+ "万龙属",
+ "恐龙",
+ "梁龙",
+ "腕龙",
+ "蜥蜴类",
+ "雷龙"
+ ],
+ "skins": [
+ {
+ "unified": "1f995",
+ "native": "🦕"
+ }
+ ],
+ "version": 5
+ },
+ "t-rex": {
+ "id": "t-rex",
+ "name": "霸王龙",
+ "keywords": [
+ "t",
+ "rex",
+ "animal",
+ "nature",
+ "dinosaur",
+ "tyrannosaurus",
+ "extinct",
+ "恐龙",
+ "暴龙",
+ "暴龙君主",
+ "霸王龙"
+ ],
+ "skins": [
+ {
+ "unified": "1f996",
+ "native": "🦖"
+ }
+ ],
+ "version": 5
+ },
+ "whale": {
+ "id": "whale",
+ "name": "喷水的鲸",
+ "keywords": [
+ "animal",
+ "nature",
+ "sea",
+ "ocean",
+ "喷水",
+ "喷水的鲸",
+ "鲸"
+ ],
+ "skins": [
+ {
+ "unified": "1f433",
+ "native": "🐳"
+ }
+ ],
+ "version": 1
+ },
+ "whale2": {
+ "id": "whale2",
+ "name": "鲸鱼",
+ "keywords": [
+ "whale2",
+ "animal",
+ "nature",
+ "sea",
+ "ocean",
+ "鲸鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f40b",
+ "native": "🐋"
+ }
+ ],
+ "version": 1
+ },
+ "dolphin": {
+ "id": "dolphin",
+ "name": "海豚",
+ "keywords": [
+ "flipper",
+ "animal",
+ "nature",
+ "fish",
+ "sea",
+ "ocean",
+ "fins",
+ "beach",
+ "海豚",
+ "鸭脚板"
+ ],
+ "skins": [
+ {
+ "unified": "1f42c",
+ "native": "🐬"
+ }
+ ],
+ "version": 1
+ },
+ "seal": {
+ "id": "seal",
+ "name": "海豹",
+ "keywords": [
+ "animal",
+ "creature",
+ "sea",
+ "动物",
+ "海洋",
+ "海狮",
+ "海豹"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ad",
+ "native": "🦭"
+ }
+ ],
+ "version": 13
+ },
+ "fish": {
+ "id": "fish",
+ "name": "鱼",
+ "keywords": [
+ "animal",
+ "food",
+ "nature",
+ "双鱼座",
+ "星座",
+ "鱼",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f41f",
+ "native": "🐟"
+ }
+ ],
+ "version": 1
+ },
+ "tropical_fish": {
+ "id": "tropical_fish",
+ "name": "热带鱼",
+ "keywords": [
+ "animal",
+ "swim",
+ "ocean",
+ "beach",
+ "nemo",
+ "热带",
+ "热带鱼",
+ "鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f420",
+ "native": "🐠"
+ }
+ ],
+ "version": 1
+ },
+ "blowfish": {
+ "id": "blowfish",
+ "name": "河豚",
+ "keywords": [
+ "animal",
+ "nature",
+ "food",
+ "sea",
+ "ocean",
+ "河豚",
+ "鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f421",
+ "native": "🐡"
+ }
+ ],
+ "version": 1
+ },
+ "shark": {
+ "id": "shark",
+ "name": "鲨鱼",
+ "keywords": [
+ "animal",
+ "nature",
+ "fish",
+ "sea",
+ "ocean",
+ "jaws",
+ "fins",
+ "beach",
+ "鱼",
+ "鲨",
+ "鲨鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f988",
+ "native": "🦈"
+ }
+ ],
+ "version": 3
+ },
+ "octopus": {
+ "id": "octopus",
+ "name": "章鱼",
+ "keywords": [
+ "animal",
+ "creature",
+ "ocean",
+ "sea",
+ "nature",
+ "beach",
+ "八爪",
+ "章鱼",
+ "鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f419",
+ "native": "🐙"
+ }
+ ],
+ "version": 1
+ },
+ "shell": {
+ "id": "shell",
+ "name": "海螺",
+ "keywords": [
+ "nature",
+ "sea",
+ "beach",
+ "海螺",
+ "螺",
+ "螺旋"
+ ],
+ "skins": [
+ {
+ "unified": "1f41a",
+ "native": "🐚"
+ }
+ ],
+ "version": 1
+ },
+ "coral": {
+ "id": "coral",
+ "name": "珊瑚",
+ "keywords": [
+ "ocean",
+ "sea",
+ "reef",
+ "气候变化",
+ "海洋",
+ "珊瑚",
+ "珊瑚礁",
+ "礁"
+ ],
+ "skins": [
+ {
+ "unified": "1fab8",
+ "native": "🪸"
+ }
+ ],
+ "version": 14
+ },
+ "jellyfish": {
+ "id": "jellyfish",
+ "name": "水母",
+ "keywords": [
+ "sting",
+ "tentacles",
+ "刺毛",
+ "动物",
+ "发光",
+ "哎哟",
+ "无脊椎动物",
+ "有刺动物",
+ "果冻",
+ "水族馆",
+ "水母",
+ "浮游生物",
+ "海洋",
+ "海洋生物",
+ "海蜇",
+ "触手"
+ ],
+ "skins": [
+ {
+ "unified": "1fabc",
+ "native": "🪼"
+ }
+ ],
+ "version": 15
+ },
+ "snail": {
+ "id": "snail",
+ "name": "蜗牛",
+ "keywords": [
+ "slow",
+ "animal",
+ "shell",
+ "法国蜗牛",
+ "蜗牛"
+ ],
+ "skins": [
+ {
+ "unified": "1f40c",
+ "native": "🐌"
+ }
+ ],
+ "version": 1
+ },
+ "butterfly": {
+ "id": "butterfly",
+ "name": "蝴蝶",
+ "keywords": [
+ "animal",
+ "insect",
+ "nature",
+ "caterpillar",
+ "昆虫",
+ "漂亮",
+ "美丽",
+ "蝴蝶"
+ ],
+ "skins": [
+ {
+ "unified": "1f98b",
+ "native": "🦋"
+ }
+ ],
+ "version": 3
+ },
+ "bug": {
+ "id": "bug",
+ "name": "毛毛虫",
+ "keywords": [
+ "animal",
+ "insect",
+ "nature",
+ "worm",
+ "昆虫",
+ "毛毛虫",
+ "毛虫"
+ ],
+ "skins": [
+ {
+ "unified": "1f41b",
+ "native": "🐛"
+ }
+ ],
+ "version": 1
+ },
+ "ant": {
+ "id": "ant",
+ "name": "蚂蚁",
+ "keywords": [
+ "animal",
+ "insect",
+ "nature",
+ "bug",
+ "蚂蚁"
+ ],
+ "skins": [
+ {
+ "unified": "1f41c",
+ "native": "🐜"
+ }
+ ],
+ "version": 1
+ },
+ "bee": {
+ "id": "bee",
+ "name": "蜜蜂",
+ "keywords": [
+ "bee",
+ "animal",
+ "insect",
+ "nature",
+ "bug",
+ "spring",
+ "honey",
+ "勤劳",
+ "昆虫",
+ "蜂蜜",
+ "蜜蜂"
+ ],
+ "skins": [
+ {
+ "unified": "1f41d",
+ "native": "🐝"
+ }
+ ],
+ "version": 1
+ },
+ "beetle": {
+ "id": "beetle",
+ "name": "甲虫",
+ "keywords": [
+ "insect",
+ "动物",
+ "昆虫",
+ "甲虫",
+ "虫子"
+ ],
+ "skins": [
+ {
+ "unified": "1fab2",
+ "native": "🪲"
+ }
+ ],
+ "version": 13
+ },
+ "ladybug": {
+ "id": "ladybug",
+ "name": "瓢虫",
+ "keywords": [
+ "ladybug",
+ "animal",
+ "insect",
+ "nature",
+ "昆虫",
+ "母",
+ "瓢虫"
+ ],
+ "skins": [
+ {
+ "unified": "1f41e",
+ "native": "🐞"
+ }
+ ],
+ "version": 1
+ },
+ "cricket": {
+ "id": "cricket",
+ "name": "蟋蟀",
+ "keywords": [
+ "animal",
+ "chirp",
+ "昆虫",
+ "蚱蜢",
+ "蛐蛐",
+ "蟋蟀"
+ ],
+ "skins": [
+ {
+ "unified": "1f997",
+ "native": "🦗"
+ }
+ ],
+ "version": 5
+ },
+ "cockroach": {
+ "id": "cockroach",
+ "name": "蟑螂",
+ "keywords": [
+ "insect",
+ "pests",
+ "动物",
+ "害虫",
+ "小强",
+ "昆虫",
+ "虫子",
+ "蟑螂"
+ ],
+ "skins": [
+ {
+ "unified": "1fab3",
+ "native": "🪳"
+ }
+ ],
+ "version": 13
+ },
+ "spider": {
+ "id": "spider",
+ "name": "蜘蛛",
+ "keywords": [
+ "animal",
+ "arachnid",
+ "昆虫",
+ "蜘蛛"
+ ],
+ "skins": [
+ {
+ "unified": "1f577-fe0f",
+ "native": "🕷️"
+ }
+ ],
+ "version": 1
+ },
+ "spider_web": {
+ "id": "spider_web",
+ "name": "蜘蛛网",
+ "keywords": [
+ "animal",
+ "insect",
+ "arachnid",
+ "silk",
+ "蛛网",
+ "蜘蛛",
+ "蜘蛛网"
+ ],
+ "skins": [
+ {
+ "unified": "1f578-fe0f",
+ "native": "🕸️"
+ }
+ ],
+ "version": 1
+ },
+ "scorpion": {
+ "id": "scorpion",
+ "name": "蝎子",
+ "keywords": [
+ "animal",
+ "arachnid",
+ "天蝎宫",
+ "天蝎座",
+ "蝎子",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f982",
+ "native": "🦂"
+ }
+ ],
+ "version": 1
+ },
+ "mosquito": {
+ "id": "mosquito",
+ "name": "蚊子",
+ "keywords": [
+ "animal",
+ "nature",
+ "insect",
+ "malaria",
+ "发烧",
+ "发热",
+ "昆虫",
+ "疟疾",
+ "疾病",
+ "病",
+ "病毒",
+ "蚊子"
+ ],
+ "skins": [
+ {
+ "unified": "1f99f",
+ "native": "🦟"
+ }
+ ],
+ "version": 11
+ },
+ "fly": {
+ "id": "fly",
+ "name": "苍蝇",
+ "keywords": [
+ "insect",
+ "动物",
+ "害虫",
+ "疾病",
+ "腐烂",
+ "苍蝇",
+ "虫子",
+ "蛆"
+ ],
+ "skins": [
+ {
+ "unified": "1fab0",
+ "native": "🪰"
+ }
+ ],
+ "version": 13
+ },
+ "worm": {
+ "id": "worm",
+ "name": "蠕虫",
+ "keywords": [
+ "animal",
+ "动物",
+ "寄生虫",
+ "环节动物",
+ "蚯蚓",
+ "蠕虫"
+ ],
+ "skins": [
+ {
+ "unified": "1fab1",
+ "native": "🪱"
+ }
+ ],
+ "version": 13
+ },
+ "microbe": {
+ "id": "microbe",
+ "name": "细菌",
+ "keywords": [
+ "amoeba",
+ "bacteria",
+ "germs",
+ "virus",
+ "covid",
+ "变形虫",
+ "病毒",
+ "科学",
+ "细菌",
+ "阿米巴"
+ ],
+ "skins": [
+ {
+ "unified": "1f9a0",
+ "native": "🦠"
+ }
+ ],
+ "version": 11
+ },
+ "bouquet": {
+ "id": "bouquet",
+ "name": "花束",
+ "keywords": [
+ "flowers",
+ "nature",
+ "spring",
+ "周年纪念",
+ "生日",
+ "罗曼史",
+ "花束",
+ "鲜花"
+ ],
+ "skins": [
+ {
+ "unified": "1f490",
+ "native": "💐"
+ }
+ ],
+ "version": 1
+ },
+ "cherry_blossom": {
+ "id": "cherry_blossom",
+ "name": "樱花",
+ "keywords": [
+ "nature",
+ "plant",
+ "spring",
+ "flower",
+ "樱花",
+ "花"
+ ],
+ "skins": [
+ {
+ "unified": "1f338",
+ "native": "🌸"
+ }
+ ],
+ "version": 1
+ },
+ "white_flower": {
+ "id": "white_flower",
+ "name": "白花",
+ "keywords": [
+ "japanese",
+ "spring",
+ "白花",
+ "花"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ae",
+ "native": "💮"
+ }
+ ],
+ "version": 1
+ },
+ "lotus": {
+ "id": "lotus",
+ "name": "莲花",
+ "keywords": [
+ "flower",
+ "calm",
+ "meditation",
+ "佛教",
+ "印度教",
+ "幽静",
+ "恬静",
+ "纯洁",
+ "花",
+ "花朵",
+ "莲花"
+ ],
+ "skins": [
+ {
+ "unified": "1fab7",
+ "native": "🪷"
+ }
+ ],
+ "version": 14
+ },
+ "rosette": {
+ "id": "rosette",
+ "name": "圆形花饰",
+ "keywords": [
+ "flower",
+ "decoration",
+ "military",
+ "光荣花",
+ "圆形花饰",
+ "植物",
+ "花",
+ "花圈"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f5-fe0f",
+ "native": "🏵️"
+ }
+ ],
+ "version": 1
+ },
+ "rose": {
+ "id": "rose",
+ "name": "玫瑰",
+ "keywords": [
+ "flowers",
+ "valentines",
+ "love",
+ "spring",
+ "优雅",
+ "玫瑰",
+ "红玫瑰",
+ "花"
+ ],
+ "skins": [
+ {
+ "unified": "1f339",
+ "native": "🌹"
+ }
+ ],
+ "version": 1
+ },
+ "wilted_flower": {
+ "id": "wilted_flower",
+ "name": "枯萎的花",
+ "keywords": [
+ "plant",
+ "nature",
+ "rose",
+ "凋谢",
+ "枯萎",
+ "枯萎的花",
+ "花"
+ ],
+ "skins": [
+ {
+ "unified": "1f940",
+ "native": "🥀"
+ }
+ ],
+ "version": 3
+ },
+ "hibiscus": {
+ "id": "hibiscus",
+ "name": "芙蓉",
+ "keywords": [
+ "plant",
+ "vegetable",
+ "flowers",
+ "beach",
+ "木槿",
+ "植物",
+ "芙蓉",
+ "花"
+ ],
+ "skins": [
+ {
+ "unified": "1f33a",
+ "native": "🌺"
+ }
+ ],
+ "version": 1
+ },
+ "sunflower": {
+ "id": "sunflower",
+ "name": "向日葵",
+ "keywords": [
+ "nature",
+ "plant",
+ "fall",
+ "向日葵",
+ "太阳",
+ "太阳花",
+ "花"
+ ],
+ "skins": [
+ {
+ "unified": "1f33b",
+ "native": "🌻"
+ }
+ ],
+ "version": 1
+ },
+ "blossom": {
+ "id": "blossom",
+ "name": "开花",
+ "keywords": [
+ "nature",
+ "flowers",
+ "yellow",
+ "开花",
+ "花",
+ "蒲公英"
+ ],
+ "skins": [
+ {
+ "unified": "1f33c",
+ "native": "🌼"
+ }
+ ],
+ "version": 1
+ },
+ "tulip": {
+ "id": "tulip",
+ "name": "郁金香",
+ "keywords": [
+ "flowers",
+ "plant",
+ "nature",
+ "summer",
+ "spring",
+ "开花",
+ "花",
+ "郁金香"
+ ],
+ "skins": [
+ {
+ "unified": "1f337",
+ "native": "🌷"
+ }
+ ],
+ "version": 1
+ },
+ "hyacinth": {
+ "id": "hyacinth",
+ "name": "风信子",
+ "keywords": [
+ "flower",
+ "lavender",
+ "春天",
+ "植物",
+ "灌木",
+ "矢车菊",
+ "紫丁香",
+ "紫罗兰",
+ "紫色",
+ "羽扇豆",
+ "花",
+ "花朵",
+ "蓝帽花",
+ "薰衣草",
+ "金鱼草",
+ "靛蓝",
+ "风信子"
+ ],
+ "skins": [
+ {
+ "unified": "1fabb",
+ "native": "🪻"
+ }
+ ],
+ "version": 15
+ },
+ "seedling": {
+ "id": "seedling",
+ "name": "幼苗",
+ "keywords": [
+ "plant",
+ "nature",
+ "grass",
+ "lawn",
+ "spring",
+ "发芽",
+ "幼苗",
+ "芽",
+ "苗"
+ ],
+ "skins": [
+ {
+ "unified": "1f331",
+ "native": "🌱"
+ }
+ ],
+ "version": 1
+ },
+ "potted_plant": {
+ "id": "potted_plant",
+ "name": "盆栽植物",
+ "keywords": [
+ "greenery",
+ "house",
+ "培育",
+ "房子",
+ "枯燥",
+ "植物",
+ "生长",
+ "盆景",
+ "盆栽",
+ "盆栽植物",
+ "花盆"
+ ],
+ "skins": [
+ {
+ "unified": "1fab4",
+ "native": "🪴"
+ }
+ ],
+ "version": 13
+ },
+ "evergreen_tree": {
+ "id": "evergreen_tree",
+ "name": "松树",
+ "keywords": [
+ "plant",
+ "nature",
+ "圣诞树",
+ "常青树",
+ "松树",
+ "树"
+ ],
+ "skins": [
+ {
+ "unified": "1f332",
+ "native": "🌲"
+ }
+ ],
+ "version": 1
+ },
+ "deciduous_tree": {
+ "id": "deciduous_tree",
+ "name": "落叶树",
+ "keywords": [
+ "plant",
+ "nature",
+ "树",
+ "落叶",
+ "落叶树",
+ "落叶植物"
+ ],
+ "skins": [
+ {
+ "unified": "1f333",
+ "native": "🌳"
+ }
+ ],
+ "version": 1
+ },
+ "palm_tree": {
+ "id": "palm_tree",
+ "name": "棕榈树",
+ "keywords": [
+ "plant",
+ "vegetable",
+ "nature",
+ "summer",
+ "beach",
+ "mojito",
+ "tropical",
+ "树",
+ "棕榈",
+ "棕榈树",
+ "热带"
+ ],
+ "skins": [
+ {
+ "unified": "1f334",
+ "native": "🌴"
+ }
+ ],
+ "version": 1
+ },
+ "cactus": {
+ "id": "cactus",
+ "name": "仙人掌",
+ "keywords": [
+ "vegetable",
+ "plant",
+ "nature",
+ "仙人掌",
+ "干旱",
+ "植物",
+ "沙漠"
+ ],
+ "skins": [
+ {
+ "unified": "1f335",
+ "native": "🌵"
+ }
+ ],
+ "version": 1
+ },
+ "ear_of_rice": {
+ "id": "ear_of_rice",
+ "name": "稻子",
+ "keywords": [
+ "sheaf",
+ "nature",
+ "plant",
+ "稻",
+ "稻子",
+ "米",
+ "粮食",
+ "谷物"
+ ],
+ "skins": [
+ {
+ "unified": "1f33e",
+ "native": "🌾"
+ }
+ ],
+ "version": 1
+ },
+ "herb": {
+ "id": "herb",
+ "name": "药草",
+ "keywords": [
+ "vegetable",
+ "plant",
+ "medicine",
+ "weed",
+ "grass",
+ "lawn",
+ "草药",
+ "药草",
+ "香草"
+ ],
+ "skins": [
+ {
+ "unified": "1f33f",
+ "native": "🌿"
+ }
+ ],
+ "version": 1
+ },
+ "shamrock": {
+ "id": "shamrock",
+ "name": "三叶草",
+ "keywords": [
+ "vegetable",
+ "plant",
+ "nature",
+ "irish",
+ "clover",
+ "三叶草",
+ "爱尔兰",
+ "苜蓿",
+ "酢浆草"
+ ],
+ "skins": [
+ {
+ "unified": "2618-fe0f",
+ "native": "☘️"
+ }
+ ],
+ "version": 1
+ },
+ "four_leaf_clover": {
+ "id": "four_leaf_clover",
+ "name": "四叶草",
+ "keywords": [
+ "vegetable",
+ "plant",
+ "nature",
+ "lucky",
+ "irish",
+ "四叶草",
+ "幸运",
+ "爱尔兰的"
+ ],
+ "skins": [
+ {
+ "unified": "1f340",
+ "native": "🍀"
+ }
+ ],
+ "version": 1
+ },
+ "maple_leaf": {
+ "id": "maple_leaf",
+ "name": "枫叶",
+ "keywords": [
+ "nature",
+ "plant",
+ "vegetable",
+ "ca",
+ "fall",
+ "枫叶",
+ "树叶",
+ "秋叶",
+ "落叶"
+ ],
+ "skins": [
+ {
+ "unified": "1f341",
+ "native": "🍁"
+ }
+ ],
+ "version": 1
+ },
+ "fallen_leaf": {
+ "id": "fallen_leaf",
+ "name": "落叶",
+ "keywords": [
+ "nature",
+ "plant",
+ "vegetable",
+ "leaves",
+ "叶",
+ "秋",
+ "落叶"
+ ],
+ "skins": [
+ {
+ "unified": "1f342",
+ "native": "🍂"
+ }
+ ],
+ "version": 1
+ },
+ "leaves": {
+ "id": "leaves",
+ "name": "风吹叶落",
+ "keywords": [
+ "leaves",
+ "nature",
+ "plant",
+ "tree",
+ "vegetable",
+ "grass",
+ "lawn",
+ "spring",
+ "叶子",
+ "树叶",
+ "随风飘舞",
+ "风吹叶落"
+ ],
+ "skins": [
+ {
+ "unified": "1f343",
+ "native": "🍃"
+ }
+ ],
+ "version": 1
+ },
+ "empty_nest": {
+ "id": "empty_nest",
+ "name": "空巢",
+ "keywords": [
+ "bird",
+ "家",
+ "树枝",
+ "空巢",
+ "筑巢",
+ "鸟巢"
+ ],
+ "skins": [
+ {
+ "unified": "1fab9",
+ "native": "🪹"
+ }
+ ],
+ "version": 14
+ },
+ "nest_with_eggs": {
+ "id": "nest_with_eggs",
+ "name": "有蛋的巢",
+ "keywords": [
+ "bird",
+ "有蛋的巢",
+ "树枝",
+ "筑巢",
+ "蛋",
+ "鸟",
+ "鸟巢",
+ "鸟蛋"
+ ],
+ "skins": [
+ {
+ "unified": "1faba",
+ "native": "🪺"
+ }
+ ],
+ "version": 14
+ },
+ "mushroom": {
+ "id": "mushroom",
+ "name": "蘑菇",
+ "keywords": [
+ "plant",
+ "vegetable",
+ "毒蕈",
+ "真菌",
+ "蘑菇"
+ ],
+ "skins": [
+ {
+ "unified": "1f344",
+ "native": "🍄"
+ }
+ ],
+ "version": 1
+ },
+ "grapes": {
+ "id": "grapes",
+ "name": "葡萄",
+ "keywords": [
+ "fruit",
+ "food",
+ "wine",
+ "水果",
+ "葡萄"
+ ],
+ "skins": [
+ {
+ "unified": "1f347",
+ "native": "🍇"
+ }
+ ],
+ "version": 1
+ },
+ "melon": {
+ "id": "melon",
+ "name": "甜瓜",
+ "keywords": [
+ "fruit",
+ "nature",
+ "food",
+ "哈密瓜",
+ "水果",
+ "甜瓜",
+ "蜜瓜",
+ "香瓜"
+ ],
+ "skins": [
+ {
+ "unified": "1f348",
+ "native": "🍈"
+ }
+ ],
+ "version": 1
+ },
+ "watermelon": {
+ "id": "watermelon",
+ "name": "西瓜",
+ "keywords": [
+ "fruit",
+ "food",
+ "picnic",
+ "summer",
+ "水果",
+ "西瓜"
+ ],
+ "skins": [
+ {
+ "unified": "1f349",
+ "native": "🍉"
+ }
+ ],
+ "version": 1
+ },
+ "tangerine": {
+ "id": "tangerine",
+ "name": "橘子",
+ "keywords": [
+ "food",
+ "fruit",
+ "nature",
+ "orange",
+ "柑桔",
+ "柑橘",
+ "桔子",
+ "橘子",
+ "水果",
+ "油桃",
+ "维他命 C"
+ ],
+ "skins": [
+ {
+ "unified": "1f34a",
+ "native": "🍊"
+ }
+ ],
+ "version": 1
+ },
+ "lemon": {
+ "id": "lemon",
+ "name": "柠檬",
+ "keywords": [
+ "fruit",
+ "nature",
+ "柑橘",
+ "柠檬",
+ "水果",
+ "酸"
+ ],
+ "skins": [
+ {
+ "unified": "1f34b",
+ "native": "🍋"
+ }
+ ],
+ "version": 1
+ },
+ "banana": {
+ "id": "banana",
+ "name": "香蕉",
+ "keywords": [
+ "fruit",
+ "food",
+ "monkey",
+ "水果",
+ "钾",
+ "香蕉"
+ ],
+ "skins": [
+ {
+ "unified": "1f34c",
+ "native": "🍌"
+ }
+ ],
+ "version": 1
+ },
+ "pineapple": {
+ "id": "pineapple",
+ "name": "菠萝",
+ "keywords": [
+ "fruit",
+ "nature",
+ "food",
+ "水果",
+ "热带",
+ "菠萝"
+ ],
+ "skins": [
+ {
+ "unified": "1f34d",
+ "native": "🍍"
+ }
+ ],
+ "version": 1
+ },
+ "mango": {
+ "id": "mango",
+ "name": "芒果",
+ "keywords": [
+ "fruit",
+ "food",
+ "tropical",
+ "水果",
+ "热带",
+ "芒果",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f96d",
+ "native": "🥭"
+ }
+ ],
+ "version": 11
+ },
+ "apple": {
+ "id": "apple",
+ "name": "红苹果",
+ "keywords": [
+ "fruit",
+ "mac",
+ "school",
+ "健康",
+ "水果",
+ "熟",
+ "红",
+ "红苹果",
+ "苹果",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f34e",
+ "native": "🍎"
+ }
+ ],
+ "version": 1
+ },
+ "green_apple": {
+ "id": "green_apple",
+ "name": "青苹果",
+ "keywords": [
+ "fruit",
+ "nature",
+ "水果",
+ "苹果",
+ "青",
+ "青苹果"
+ ],
+ "skins": [
+ {
+ "unified": "1f34f",
+ "native": "🍏"
+ }
+ ],
+ "version": 1
+ },
+ "pear": {
+ "id": "pear",
+ "name": "梨",
+ "keywords": [
+ "fruit",
+ "nature",
+ "food",
+ "梨",
+ "水果"
+ ],
+ "skins": [
+ {
+ "unified": "1f350",
+ "native": "🍐"
+ }
+ ],
+ "version": 1
+ },
+ "peach": {
+ "id": "peach",
+ "name": "桃",
+ "keywords": [
+ "fruit",
+ "nature",
+ "food",
+ "桃",
+ "水果"
+ ],
+ "skins": [
+ {
+ "unified": "1f351",
+ "native": "🍑"
+ }
+ ],
+ "version": 1
+ },
+ "cherries": {
+ "id": "cherries",
+ "name": "樱桃",
+ "keywords": [
+ "food",
+ "fruit",
+ "樱桃",
+ "水果"
+ ],
+ "skins": [
+ {
+ "unified": "1f352",
+ "native": "🍒"
+ }
+ ],
+ "version": 1
+ },
+ "strawberry": {
+ "id": "strawberry",
+ "name": "草莓",
+ "keywords": [
+ "fruit",
+ "food",
+ "nature",
+ "水果",
+ "浆果",
+ "草莓"
+ ],
+ "skins": [
+ {
+ "unified": "1f353",
+ "native": "🍓"
+ }
+ ],
+ "version": 1
+ },
+ "blueberries": {
+ "id": "blueberries",
+ "name": "蓝莓",
+ "keywords": [
+ "fruit",
+ "水果",
+ "浆果",
+ "蓝莓",
+ "越桔",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1fad0",
+ "native": "🫐"
+ }
+ ],
+ "version": 13
+ },
+ "kiwifruit": {
+ "id": "kiwifruit",
+ "name": "猕猴桃",
+ "keywords": [
+ "kiwi",
+ "fruit",
+ "food",
+ "奇异果",
+ "水果",
+ "猕猴桃",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f95d",
+ "native": "🥝"
+ }
+ ],
+ "version": 3
+ },
+ "tomato": {
+ "id": "tomato",
+ "name": "西红柿",
+ "keywords": [
+ "fruit",
+ "vegetable",
+ "nature",
+ "food",
+ "水果",
+ "番茄",
+ "蔬菜",
+ "西红柿"
+ ],
+ "skins": [
+ {
+ "unified": "1f345",
+ "native": "🍅"
+ }
+ ],
+ "version": 1
+ },
+ "olive": {
+ "id": "olive",
+ "name": "橄榄",
+ "keywords": [
+ "fruit",
+ "橄榄",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1fad2",
+ "native": "🫒"
+ }
+ ],
+ "version": 13
+ },
+ "coconut": {
+ "id": "coconut",
+ "name": "椰子",
+ "keywords": [
+ "fruit",
+ "nature",
+ "food",
+ "palm",
+ "棕榈",
+ "椰子",
+ "菠萝椰子兰姆酒"
+ ],
+ "skins": [
+ {
+ "unified": "1f965",
+ "native": "🥥"
+ }
+ ],
+ "version": 5
+ },
+ "avocado": {
+ "id": "avocado",
+ "name": "鳄梨",
+ "keywords": [
+ "fruit",
+ "food",
+ "水果",
+ "牛油果",
+ "酪梨",
+ "食物",
+ "鳄梨",
+ "黄油果"
+ ],
+ "skins": [
+ {
+ "unified": "1f951",
+ "native": "🥑"
+ }
+ ],
+ "version": 3
+ },
+ "eggplant": {
+ "id": "eggplant",
+ "name": "茄子",
+ "keywords": [
+ "vegetable",
+ "nature",
+ "food",
+ "aubergine",
+ "茄子",
+ "蔬菜"
+ ],
+ "skins": [
+ {
+ "unified": "1f346",
+ "native": "🍆"
+ }
+ ],
+ "version": 1
+ },
+ "potato": {
+ "id": "potato",
+ "name": "土豆",
+ "keywords": [
+ "food",
+ "tuber",
+ "vegatable",
+ "starch",
+ "土豆",
+ "蔬菜",
+ "食物",
+ "马铃薯"
+ ],
+ "skins": [
+ {
+ "unified": "1f954",
+ "native": "🥔"
+ }
+ ],
+ "version": 3
+ },
+ "carrot": {
+ "id": "carrot",
+ "name": "胡萝卜",
+ "keywords": [
+ "vegetable",
+ "food",
+ "orange",
+ "胡萝卜",
+ "蔬菜",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f955",
+ "native": "🥕"
+ }
+ ],
+ "version": 3
+ },
+ "corn": {
+ "id": "corn",
+ "name": "玉米",
+ "keywords": [
+ "food",
+ "vegetable",
+ "plant",
+ "农作物",
+ "包谷",
+ "玉米",
+ "苞米"
+ ],
+ "skins": [
+ {
+ "unified": "1f33d",
+ "native": "🌽"
+ }
+ ],
+ "version": 1
+ },
+ "hot_pepper": {
+ "id": "hot_pepper",
+ "name": "红辣椒",
+ "keywords": [
+ "food",
+ "spicy",
+ "chilli",
+ "chili",
+ "红辣椒",
+ "辣",
+ "辣椒"
+ ],
+ "skins": [
+ {
+ "unified": "1f336-fe0f",
+ "native": "🌶️"
+ }
+ ],
+ "version": 1
+ },
+ "bell_pepper": {
+ "id": "bell_pepper",
+ "name": "灯笼椒",
+ "keywords": [
+ "fruit",
+ "plant",
+ "灯笼椒",
+ "蔬菜",
+ "辣椒",
+ "青椒",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1fad1",
+ "native": "🫑"
+ }
+ ],
+ "version": 13
+ },
+ "cucumber": {
+ "id": "cucumber",
+ "name": "黄瓜",
+ "keywords": [
+ "fruit",
+ "food",
+ "pickle",
+ "泡菜",
+ "腌菜",
+ "蔬菜",
+ "食物",
+ "黄瓜"
+ ],
+ "skins": [
+ {
+ "unified": "1f952",
+ "native": "🥒"
+ }
+ ],
+ "version": 3
+ },
+ "leafy_green": {
+ "id": "leafy_green",
+ "name": "绿叶蔬菜",
+ "keywords": [
+ "food",
+ "vegetable",
+ "plant",
+ "bok",
+ "choy",
+ "cabbage",
+ "kale",
+ "lettuce",
+ "卷心菜",
+ "圆白菜",
+ "小白菜",
+ "甘蓝",
+ "生菜",
+ "绿叶蔬菜",
+ "羽衣甘蓝",
+ "色拉",
+ "莴苣"
+ ],
+ "skins": [
+ {
+ "unified": "1f96c",
+ "native": "🥬"
+ }
+ ],
+ "version": 11
+ },
+ "broccoli": {
+ "id": "broccoli",
+ "name": "西兰花",
+ "keywords": [
+ "fruit",
+ "food",
+ "vegetable",
+ "甘蓝",
+ "西兰花",
+ "野生卷心菜"
+ ],
+ "skins": [
+ {
+ "unified": "1f966",
+ "native": "🥦"
+ }
+ ],
+ "version": 5
+ },
+ "garlic": {
+ "id": "garlic",
+ "name": "蒜",
+ "keywords": [
+ "food",
+ "spice",
+ "cook",
+ "佐料",
+ "大蒜",
+ "蒜",
+ "蒜头",
+ "调味"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c4",
+ "native": "🧄"
+ }
+ ],
+ "version": 12
+ },
+ "onion": {
+ "id": "onion",
+ "name": "洋葱",
+ "keywords": [
+ "cook",
+ "food",
+ "spice",
+ "佐料",
+ "洋葱",
+ "调味"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c5",
+ "native": "🧅"
+ }
+ ],
+ "version": 12
+ },
+ "peanuts": {
+ "id": "peanuts",
+ "name": "花生",
+ "keywords": [
+ "food",
+ "nut",
+ "坚果",
+ "花生",
+ "蔬菜",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f95c",
+ "native": "🥜"
+ }
+ ],
+ "version": 3
+ },
+ "beans": {
+ "id": "beans",
+ "name": "豆",
+ "keywords": [
+ "food",
+ "肾",
+ "豆",
+ "豆子",
+ "豆类",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1fad8",
+ "native": "🫘"
+ }
+ ],
+ "version": 14
+ },
+ "chestnut": {
+ "id": "chestnut",
+ "name": "栗子",
+ "keywords": [
+ "food",
+ "squirrel",
+ "杏仁",
+ "栗子"
+ ],
+ "skins": [
+ {
+ "unified": "1f330",
+ "native": "🌰"
+ }
+ ],
+ "version": 1
+ },
+ "ginger_root": {
+ "id": "ginger_root",
+ "name": "姜",
+ "keywords": [
+ "spice",
+ "yellow",
+ "cooking",
+ "gingerbread",
+ "健康",
+ "啤酒",
+ "天然",
+ "姜",
+ "根",
+ "根汁啤酒",
+ "根茎",
+ "草药",
+ "香料"
+ ],
+ "skins": [
+ {
+ "unified": "1fada",
+ "native": "🫚"
+ }
+ ],
+ "version": 15
+ },
+ "pea_pod": {
+ "id": "pea_pod",
+ "name": "豌豆荚",
+ "keywords": [
+ "cozy",
+ "green",
+ "大豆",
+ "毛豆",
+ "素食者",
+ "荚",
+ "蔬菜",
+ "豆",
+ "豆类",
+ "豆茎",
+ "豆荚",
+ "豌豆",
+ "豌豆荚",
+ "黄豆"
+ ],
+ "skins": [
+ {
+ "unified": "1fadb",
+ "native": "🫛"
+ }
+ ],
+ "version": 15
+ },
+ "bread": {
+ "id": "bread",
+ "name": "面包",
+ "keywords": [
+ "food",
+ "wheat",
+ "breakfast",
+ "toast",
+ "一条面包",
+ "全麦面包",
+ "小麦",
+ "淀粉",
+ "烤面包",
+ "谷类",
+ "面包",
+ "食物",
+ "餐厅"
+ ],
+ "skins": [
+ {
+ "unified": "1f35e",
+ "native": "🍞"
+ }
+ ],
+ "version": 1
+ },
+ "croissant": {
+ "id": "croissant",
+ "name": "羊角面包",
+ "keywords": [
+ "food",
+ "bread",
+ "french",
+ "新月形面包",
+ "法式",
+ "牛角面包",
+ "羊角面包",
+ "面包",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f950",
+ "native": "🥐"
+ }
+ ],
+ "version": 3
+ },
+ "baguette_bread": {
+ "id": "baguette_bread",
+ "name": "法式长棍面包",
+ "keywords": [
+ "food",
+ "french",
+ "france",
+ "bakery",
+ "法式",
+ "法式长条面包",
+ "法式长棍面包",
+ "面包",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f956",
+ "native": "🥖"
+ }
+ ],
+ "version": 3
+ },
+ "flatbread": {
+ "id": "flatbread",
+ "name": "扁面包",
+ "keywords": [
+ "flour",
+ "food",
+ "bakery",
+ "圆盘状烤饼",
+ "扁面包",
+ "玉米饼",
+ "皮塔饼",
+ "薄脆饼",
+ "面包",
+ "面饼",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1fad3",
+ "native": "🫓"
+ }
+ ],
+ "version": 13
+ },
+ "pretzel": {
+ "id": "pretzel",
+ "name": "椒盐卷饼",
+ "keywords": [
+ "food",
+ "bread",
+ "twisted",
+ "germany",
+ "bakery",
+ "弯曲",
+ "扭曲食品",
+ "椒盐卷饼",
+ "盘绕",
+ "缠绕",
+ "错综复杂"
+ ],
+ "skins": [
+ {
+ "unified": "1f968",
+ "native": "🥨"
+ }
+ ],
+ "version": 5
+ },
+ "bagel": {
+ "id": "bagel",
+ "name": "面包圈",
+ "keywords": [
+ "food",
+ "bread",
+ "bakery",
+ "schmear",
+ "jewish",
+ "奶酪酱",
+ "早餐",
+ "烘烤食品",
+ "硬面包圈",
+ "贝果",
+ "面包",
+ "面包圈"
+ ],
+ "skins": [
+ {
+ "unified": "1f96f",
+ "native": "🥯"
+ }
+ ],
+ "version": 11
+ },
+ "pancakes": {
+ "id": "pancakes",
+ "name": "烙饼",
+ "keywords": [
+ "food",
+ "breakfast",
+ "flapjacks",
+ "hotcakes",
+ "brunch",
+ "烙饼",
+ "煎饼",
+ "薄煎饼",
+ "薄饼",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f95e",
+ "native": "🥞"
+ }
+ ],
+ "version": 3
+ },
+ "waffle": {
+ "id": "waffle",
+ "name": "华夫饼",
+ "keywords": [
+ "food",
+ "breakfast",
+ "brunch",
+ "华夫饼",
+ "松饼",
+ "格子饼",
+ "点心",
+ "烤",
+ "甜点",
+ "窝夫饼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c7",
+ "native": "🧇"
+ }
+ ],
+ "version": 12
+ },
+ "cheese_wedge": {
+ "id": "cheese_wedge",
+ "name": "芝士",
+ "keywords": [
+ "food",
+ "chadder",
+ "swiss",
+ "奶酪",
+ "芝士",
+ "起司"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c0",
+ "native": "🧀"
+ }
+ ],
+ "version": 1
+ },
+ "meat_on_bone": {
+ "id": "meat_on_bone",
+ "name": "排骨",
+ "keywords": [
+ "good",
+ "food",
+ "drumstick",
+ "带骨的肉",
+ "排骨",
+ "肉",
+ "骨"
+ ],
+ "skins": [
+ {
+ "unified": "1f356",
+ "native": "🍖"
+ }
+ ],
+ "version": 1
+ },
+ "poultry_leg": {
+ "id": "poultry_leg",
+ "name": "家禽的腿",
+ "keywords": [
+ "food",
+ "meat",
+ "drumstick",
+ "bird",
+ "chicken",
+ "turkey",
+ "家禽",
+ "家禽的腿",
+ "火鸡",
+ "饿",
+ "骨",
+ "鸡肉",
+ "鸡腿"
+ ],
+ "skins": [
+ {
+ "unified": "1f357",
+ "native": "🍗"
+ }
+ ],
+ "version": 1
+ },
+ "cut_of_meat": {
+ "id": "cut_of_meat",
+ "name": "肉块",
+ "keywords": [
+ "food",
+ "cow",
+ "chop",
+ "lambchop",
+ "porkchop",
+ "排骨",
+ "牛排",
+ "猪排",
+ "红肉",
+ "羊排",
+ "肉",
+ "肉块",
+ "肉排"
+ ],
+ "skins": [
+ {
+ "unified": "1f969",
+ "native": "🥩"
+ }
+ ],
+ "version": 5
+ },
+ "bacon": {
+ "id": "bacon",
+ "name": "培根",
+ "keywords": [
+ "food",
+ "breakfast",
+ "pork",
+ "pig",
+ "meat",
+ "brunch",
+ "培根",
+ "烟肉",
+ "熏肉",
+ "肉",
+ "背肯",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f953",
+ "native": "🥓"
+ }
+ ],
+ "version": 3
+ },
+ "hamburger": {
+ "id": "hamburger",
+ "name": "汉堡",
+ "keywords": [
+ "meat",
+ "fast",
+ "food",
+ "beef",
+ "cheeseburger",
+ "mcdonalds",
+ "burger",
+ "king",
+ "吃",
+ "汉堡",
+ "汉堡包",
+ "速食",
+ "食物",
+ "饿"
+ ],
+ "skins": [
+ {
+ "unified": "1f354",
+ "native": "🍔"
+ }
+ ],
+ "version": 1
+ },
+ "fries": {
+ "id": "fries",
+ "name": "薯条",
+ "keywords": [
+ "chips",
+ "snack",
+ "fast",
+ "food",
+ "potato",
+ "快餐",
+ "油炸",
+ "薯条",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f35f",
+ "native": "🍟"
+ }
+ ],
+ "version": 1
+ },
+ "pizza": {
+ "id": "pizza",
+ "name": "披萨",
+ "keywords": [
+ "food",
+ "party",
+ "italy",
+ "一片比萨",
+ "披萨",
+ "比萨",
+ "比萨饼",
+ "起司",
+ "辣味香肠",
+ "食物",
+ "饿"
+ ],
+ "skins": [
+ {
+ "unified": "1f355",
+ "native": "🍕"
+ }
+ ],
+ "version": 1
+ },
+ "hotdog": {
+ "id": "hotdog",
+ "name": "热狗",
+ "keywords": [
+ "hotdog",
+ "food",
+ "frankfurter",
+ "america",
+ "热狗",
+ "香肠"
+ ],
+ "skins": [
+ {
+ "unified": "1f32d",
+ "native": "🌭"
+ }
+ ],
+ "version": 1
+ },
+ "sandwich": {
+ "id": "sandwich",
+ "name": "三明治",
+ "keywords": [
+ "food",
+ "lunch",
+ "bread",
+ "toast",
+ "bakery",
+ "三明治",
+ "面包"
+ ],
+ "skins": [
+ {
+ "unified": "1f96a",
+ "native": "🥪"
+ }
+ ],
+ "version": 5
+ },
+ "taco": {
+ "id": "taco",
+ "name": "墨西哥卷饼",
+ "keywords": [
+ "food",
+ "mexican",
+ "卷饼",
+ "玉米卷饼",
+ "墨西哥",
+ "墨西哥卷饼",
+ "墨西哥玉米卷"
+ ],
+ "skins": [
+ {
+ "unified": "1f32e",
+ "native": "🌮"
+ }
+ ],
+ "version": 1
+ },
+ "burrito": {
+ "id": "burrito",
+ "name": "墨西哥玉米煎饼",
+ "keywords": [
+ "food",
+ "mexican",
+ "卷饼",
+ "玉米煎饼",
+ "墨西哥",
+ "墨西哥卷饼",
+ "墨西哥玉米煎饼"
+ ],
+ "skins": [
+ {
+ "unified": "1f32f",
+ "native": "🌯"
+ }
+ ],
+ "version": 1
+ },
+ "tamale": {
+ "id": "tamale",
+ "name": "墨西哥粽子",
+ "keywords": [
+ "food",
+ "masa",
+ "巴西粽",
+ "粽子",
+ "食物",
+ "墨西哥",
+ "墨西哥粽子",
+ "墨西哥饼"
+ ],
+ "skins": [
+ {
+ "unified": "1fad4",
+ "native": "🫔"
+ }
+ ],
+ "version": 13
+ },
+ "stuffed_flatbread": {
+ "id": "stuffed_flatbread",
+ "name": "夹心饼",
+ "keywords": [
+ "food",
+ "gyro",
+ "mediterranean",
+ "大饼",
+ "夹心",
+ "夹心饼",
+ "沙拉三明治",
+ "炸豆丸子",
+ "烤肉串",
+ "肉夹馍",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f959",
+ "native": "🥙"
+ }
+ ],
+ "version": 3
+ },
+ "falafel": {
+ "id": "falafel",
+ "name": "炸豆丸子",
+ "keywords": [
+ "food",
+ "mediterranean",
+ "中东蔬菜球",
+ "油炸鹰嘴豆饼",
+ "炸豆丸子",
+ "肉丸",
+ "鹰嘴豆"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c6",
+ "native": "🧆"
+ }
+ ],
+ "version": 12
+ },
+ "egg": {
+ "id": "egg",
+ "name": "蛋",
+ "keywords": [
+ "food",
+ "chicken",
+ "breakfast",
+ "蛋",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f95a",
+ "native": "🥚"
+ }
+ ],
+ "version": 3
+ },
+ "fried_egg": {
+ "id": "fried_egg",
+ "name": "煎蛋",
+ "keywords": [
+ "fried",
+ "egg",
+ "food",
+ "breakfast",
+ "kitchen",
+ "skillet",
+ "一面老一面嫩的煎蛋",
+ "做菜",
+ "只煎一面老",
+ "平底锅",
+ "早餐",
+ "煎",
+ "煎蛋",
+ "蛋",
+ "食堂"
+ ],
+ "skins": [
+ {
+ "unified": "1f373",
+ "native": "🍳"
+ }
+ ],
+ "version": 1
+ },
+ "shallow_pan_of_food": {
+ "id": "shallow_pan_of_food",
+ "name": "装有食物的浅底锅",
+ "keywords": [
+ "cooking",
+ "casserole",
+ "paella",
+ "skillet",
+ "平底锅",
+ "浅底",
+ "炖菜",
+ "炖锅",
+ "煎锅",
+ "装有食物的浅底锅",
+ "西班牙海鲜饭",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f958",
+ "native": "🥘"
+ }
+ ],
+ "version": 3
+ },
+ "stew": {
+ "id": "stew",
+ "name": "一锅食物",
+ "keywords": [
+ "stew",
+ "meat",
+ "soup",
+ "hot",
+ "一锅食物",
+ "炖菜",
+ "锅",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f372",
+ "native": "🍲"
+ }
+ ],
+ "version": 1
+ },
+ "fondue": {
+ "id": "fondue",
+ "name": "奶酪火锅",
+ "keywords": [
+ "cheese",
+ "pot",
+ "food",
+ "奶酪",
+ "奶酪火锅",
+ "奶酪锅",
+ "巧克力",
+ "火锅",
+ "煮",
+ "煲汤",
+ "瑞士",
+ "融化",
+ "锅",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1fad5",
+ "native": "🫕"
+ }
+ ],
+ "version": 13
+ },
+ "bowl_with_spoon": {
+ "id": "bowl_with_spoon",
+ "name": "碗勺",
+ "keywords": [
+ "food",
+ "breakfast",
+ "cereal",
+ "oatmeal",
+ "porridge",
+ "早餐",
+ "燕麦",
+ "燕麦粥",
+ "碗中汤匙",
+ "碗勺",
+ "碗和汤匙",
+ "稀饭",
+ "粥",
+ "谷物"
+ ],
+ "skins": [
+ {
+ "unified": "1f963",
+ "native": "🥣"
+ }
+ ],
+ "version": 5
+ },
+ "green_salad": {
+ "id": "green_salad",
+ "name": "绿色沙拉",
+ "keywords": [
+ "food",
+ "healthy",
+ "lettuce",
+ "vegetable",
+ "沙拉",
+ "绿色沙拉",
+ "绿色蔬菜",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f957",
+ "native": "🥗"
+ }
+ ],
+ "version": 3
+ },
+ "popcorn": {
+ "id": "popcorn",
+ "name": "爆米花",
+ "keywords": [
+ "food",
+ "movie",
+ "theater",
+ "films",
+ "snack",
+ "drama",
+ "爆米花",
+ "看电影"
+ ],
+ "skins": [
+ {
+ "unified": "1f37f",
+ "native": "🍿"
+ }
+ ],
+ "version": 1
+ },
+ "butter": {
+ "id": "butter",
+ "name": "黄油",
+ "keywords": [
+ "food",
+ "cook",
+ "乳制品",
+ "牛奶",
+ "黄油"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c8",
+ "native": "🧈"
+ }
+ ],
+ "version": 12
+ },
+ "salt": {
+ "id": "salt",
+ "name": "盐",
+ "keywords": [
+ "condiment",
+ "shaker",
+ "佐料瓶",
+ "味道",
+ "咸",
+ "火大",
+ "盐",
+ "调味品",
+ "调味料"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c2",
+ "native": "🧂"
+ }
+ ],
+ "version": 11
+ },
+ "canned_food": {
+ "id": "canned_food",
+ "name": "罐头食品",
+ "keywords": [
+ "soup",
+ "tomatoes",
+ "罐头",
+ "罐头食品"
+ ],
+ "skins": [
+ {
+ "unified": "1f96b",
+ "native": "🥫"
+ }
+ ],
+ "version": 5
+ },
+ "bento": {
+ "id": "bento",
+ "name": "盒饭",
+ "keywords": [
+ "food",
+ "japanese",
+ "lunch",
+ "便当",
+ "便当盒",
+ "盒饭",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f371",
+ "native": "🍱"
+ }
+ ],
+ "version": 1
+ },
+ "rice_cracker": {
+ "id": "rice_cracker",
+ "name": "米饼",
+ "keywords": [
+ "food",
+ "japanese",
+ "snack",
+ "米",
+ "米果",
+ "米饼",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f358",
+ "native": "🍘"
+ }
+ ],
+ "version": 1
+ },
+ "rice_ball": {
+ "id": "rice_ball",
+ "name": "饭团",
+ "keywords": [
+ "food",
+ "japanese",
+ "日式饭团",
+ "日本",
+ "米",
+ "食物",
+ "饭团"
+ ],
+ "skins": [
+ {
+ "unified": "1f359",
+ "native": "🍙"
+ }
+ ],
+ "version": 1
+ },
+ "rice": {
+ "id": "rice",
+ "name": "米饭",
+ "keywords": [
+ "food",
+ "asian",
+ "主食",
+ "米",
+ "米饭",
+ "食物",
+ "饭"
+ ],
+ "skins": [
+ {
+ "unified": "1f35a",
+ "native": "🍚"
+ }
+ ],
+ "version": 1
+ },
+ "curry": {
+ "id": "curry",
+ "name": "咖喱饭",
+ "keywords": [
+ "food",
+ "spicy",
+ "hot",
+ "indian",
+ "咖喱",
+ "咖喱饭",
+ "食物",
+ "饭"
+ ],
+ "skins": [
+ {
+ "unified": "1f35b",
+ "native": "🍛"
+ }
+ ],
+ "version": 1
+ },
+ "ramen": {
+ "id": "ramen",
+ "name": "面条",
+ "keywords": [
+ "ramen",
+ "food",
+ "japanese",
+ "noodle",
+ "chopsticks",
+ "拉面",
+ "河粉",
+ "热气腾腾",
+ "热气腾腾面碗",
+ "碗",
+ "筷子",
+ "面条",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f35c",
+ "native": "🍜"
+ }
+ ],
+ "version": 1
+ },
+ "spaghetti": {
+ "id": "spaghetti",
+ "name": "意粉",
+ "keywords": [
+ "food",
+ "italian",
+ "pasta",
+ "noodle",
+ "意大利面",
+ "意粉",
+ "意面",
+ "肉丸",
+ "食物",
+ "餐厅"
+ ],
+ "skins": [
+ {
+ "unified": "1f35d",
+ "native": "🍝"
+ }
+ ],
+ "version": 1
+ },
+ "sweet_potato": {
+ "id": "sweet_potato",
+ "name": "烤红薯",
+ "keywords": [
+ "food",
+ "nature",
+ "plant",
+ "地瓜",
+ "烤地瓜",
+ "烤红薯",
+ "红薯",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f360",
+ "native": "🍠"
+ }
+ ],
+ "version": 1
+ },
+ "oden": {
+ "id": "oden",
+ "name": "关东煮",
+ "keywords": [
+ "food",
+ "japanese",
+ "串",
+ "关东煮",
+ "卡博",
+ "海鲜",
+ "食物",
+ "餐馆"
+ ],
+ "skins": [
+ {
+ "unified": "1f362",
+ "native": "🍢"
+ }
+ ],
+ "version": 1
+ },
+ "sushi": {
+ "id": "sushi",
+ "name": "寿司",
+ "keywords": [
+ "food",
+ "fish",
+ "japanese",
+ "rice",
+ "寿司",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f363",
+ "native": "🍣"
+ }
+ ],
+ "version": 1
+ },
+ "fried_shrimp": {
+ "id": "fried_shrimp",
+ "name": "天妇罗",
+ "keywords": [
+ "food",
+ "animal",
+ "appetizer",
+ "summer",
+ "天妇罗",
+ "对虾",
+ "油炸",
+ "炸虾",
+ "虾"
+ ],
+ "skins": [
+ {
+ "unified": "1f364",
+ "native": "🍤"
+ }
+ ],
+ "version": 1
+ },
+ "fish_cake": {
+ "id": "fish_cake",
+ "name": "鱼板",
+ "keywords": [
+ "food",
+ "japan",
+ "sea",
+ "beach",
+ "narutomaki",
+ "pink",
+ "kamaboko",
+ "surimi",
+ "ramen",
+ "鱼",
+ "鱼板",
+ "鱼饼"
+ ],
+ "skins": [
+ {
+ "unified": "1f365",
+ "native": "🍥"
+ }
+ ],
+ "version": 1
+ },
+ "moon_cake": {
+ "id": "moon_cake",
+ "name": "月饼",
+ "keywords": [
+ "food",
+ "autumn",
+ "dessert",
+ "中秋节",
+ "月饼",
+ "秋",
+ "秋天",
+ "节日"
+ ],
+ "skins": [
+ {
+ "unified": "1f96e",
+ "native": "🥮"
+ }
+ ],
+ "version": 11
+ },
+ "dango": {
+ "id": "dango",
+ "name": "团子",
+ "keywords": [
+ "food",
+ "dessert",
+ "sweet",
+ "japanese",
+ "barbecue",
+ "meat",
+ "串",
+ "和果子",
+ "团子",
+ "日本",
+ "甜点",
+ "糖葫芦"
+ ],
+ "skins": [
+ {
+ "unified": "1f361",
+ "native": "🍡"
+ }
+ ],
+ "version": 1
+ },
+ "dumpling": {
+ "id": "dumpling",
+ "name": "饺子",
+ "keywords": [
+ "food",
+ "empanada",
+ "pierogi",
+ "potsticker",
+ "gyoza",
+ "恩潘纳达",
+ "水饺",
+ "波兰饺子",
+ "煎饺",
+ "饺子"
+ ],
+ "skins": [
+ {
+ "unified": "1f95f",
+ "native": "🥟"
+ }
+ ],
+ "version": 5
+ },
+ "fortune_cookie": {
+ "id": "fortune_cookie",
+ "name": "幸运饼干",
+ "keywords": [
+ "food",
+ "prophecy",
+ "dessert",
+ "幸运饼干",
+ "签餅",
+ "算命",
+ "预言"
+ ],
+ "skins": [
+ {
+ "unified": "1f960",
+ "native": "🥠"
+ }
+ ],
+ "version": 5
+ },
+ "takeout_box": {
+ "id": "takeout_box",
+ "name": "外卖盒",
+ "keywords": [
+ "food",
+ "leftovers",
+ "中式外卖",
+ "外卖",
+ "外卖包装",
+ "外卖桶",
+ "外卖盒",
+ "外卖餐盒",
+ "牡蛎桶",
+ "盒饭",
+ "筷子",
+ "送餐",
+ "送餐服务"
+ ],
+ "skins": [
+ {
+ "unified": "1f961",
+ "native": "🥡"
+ }
+ ],
+ "version": 5
+ },
+ "crab": {
+ "id": "crab",
+ "name": "蟹",
+ "keywords": [
+ "animal",
+ "crustacean",
+ "巨蟹座",
+ "螃蟹",
+ "蟹",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "1f980",
+ "native": "🦀"
+ }
+ ],
+ "version": 1
+ },
+ "lobster": {
+ "id": "lobster",
+ "name": "龙虾",
+ "keywords": [
+ "animal",
+ "nature",
+ "bisque",
+ "claws",
+ "seafood",
+ "浓汤",
+ "海鲜",
+ "红龙虾",
+ "贝类浓汤",
+ "钳",
+ "鳌",
+ "龙虾"
+ ],
+ "skins": [
+ {
+ "unified": "1f99e",
+ "native": "🦞"
+ }
+ ],
+ "version": 11
+ },
+ "shrimp": {
+ "id": "shrimp",
+ "name": "虾",
+ "keywords": [
+ "animal",
+ "ocean",
+ "nature",
+ "seafood",
+ "甲壳",
+ "虾",
+ "贝类水产",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f990",
+ "native": "🦐"
+ }
+ ],
+ "version": 3
+ },
+ "squid": {
+ "id": "squid",
+ "name": "乌贼",
+ "keywords": [
+ "animal",
+ "nature",
+ "ocean",
+ "sea",
+ "乌贼",
+ "软体动物",
+ "食物",
+ "鱿鱼",
+ "墨鱼"
+ ],
+ "skins": [
+ {
+ "unified": "1f991",
+ "native": "🦑"
+ }
+ ],
+ "version": 3
+ },
+ "oyster": {
+ "id": "oyster",
+ "name": "牡蛎",
+ "keywords": [
+ "food",
+ "海鲜",
+ "牡蛎",
+ "珍珠",
+ "生蚝"
+ ],
+ "skins": [
+ {
+ "unified": "1f9aa",
+ "native": "🦪"
+ }
+ ],
+ "version": 12
+ },
+ "icecream": {
+ "id": "icecream",
+ "name": "圆筒冰激凌",
+ "keywords": [
+ "icecream",
+ "food",
+ "hot",
+ "dessert",
+ "summer",
+ "冰淇淋",
+ "圆筒冰淇淋",
+ "圆筒冰激凌",
+ "甜",
+ "甜点",
+ "霜淇淋",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f366",
+ "native": "🍦"
+ }
+ ],
+ "version": 1
+ },
+ "shaved_ice": {
+ "id": "shaved_ice",
+ "name": "刨冰",
+ "keywords": [
+ "hot",
+ "dessert",
+ "summer",
+ "冰",
+ "冰沙",
+ "刨冰",
+ "沙冰",
+ "甜",
+ "甜点",
+ "餐馆"
+ ],
+ "skins": [
+ {
+ "unified": "1f367",
+ "native": "🍧"
+ }
+ ],
+ "version": 1
+ },
+ "ice_cream": {
+ "id": "ice_cream",
+ "name": "冰淇淋",
+ "keywords": [
+ "food",
+ "hot",
+ "dessert",
+ "冰",
+ "冰淇淋",
+ "冰激凌",
+ "奶油",
+ "甜",
+ "甜点",
+ "雪糕"
+ ],
+ "skins": [
+ {
+ "unified": "1f368",
+ "native": "🍨"
+ }
+ ],
+ "version": 1
+ },
+ "doughnut": {
+ "id": "doughnut",
+ "name": "甜甜圈",
+ "keywords": [
+ "food",
+ "dessert",
+ "snack",
+ "sweet",
+ "donut",
+ "甜",
+ "甜点",
+ "甜甜圈",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1f369",
+ "native": "🍩"
+ }
+ ],
+ "version": 1
+ },
+ "cookie": {
+ "id": "cookie",
+ "name": "饼干",
+ "keywords": [
+ "food",
+ "snack",
+ "oreo",
+ "chocolate",
+ "sweet",
+ "dessert",
+ "巧克力片",
+ "曲奇",
+ "曲奇饼",
+ "甜点",
+ "饼干"
+ ],
+ "skins": [
+ {
+ "unified": "1f36a",
+ "native": "🍪"
+ }
+ ],
+ "version": 1
+ },
+ "birthday": {
+ "id": "birthday",
+ "name": "生日蛋糕",
+ "keywords": [
+ "food",
+ "dessert",
+ "庆祝",
+ "甜",
+ "甜点",
+ "生日",
+ "生日快乐",
+ "生日蛋糕",
+ "糕点",
+ "蛋糕"
+ ],
+ "skins": [
+ {
+ "unified": "1f382",
+ "native": "🎂"
+ }
+ ],
+ "version": 1
+ },
+ "cake": {
+ "id": "cake",
+ "name": "水果蛋糕",
+ "keywords": [
+ "cake",
+ "food",
+ "dessert",
+ "一片蛋糕",
+ "奶油",
+ "奶油酥饼",
+ "水果蛋糕",
+ "甜点",
+ "糕点",
+ "蛋糕"
+ ],
+ "skins": [
+ {
+ "unified": "1f370",
+ "native": "🍰"
+ }
+ ],
+ "version": 1
+ },
+ "cupcake": {
+ "id": "cupcake",
+ "name": "纸杯蛋糕",
+ "keywords": [
+ "food",
+ "dessert",
+ "bakery",
+ "sweet",
+ "烘焙食品",
+ "甜点",
+ "纸杯蛋糕",
+ "请客",
+ "面包店"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c1",
+ "native": "🧁"
+ }
+ ],
+ "version": 11
+ },
+ "pie": {
+ "id": "pie",
+ "name": "派",
+ "keywords": [
+ "food",
+ "dessert",
+ "pastry",
+ "一片派",
+ "南瓜派",
+ "水果派",
+ "油酥点心",
+ "派",
+ "糕点",
+ "肉排",
+ "苹果派",
+ "馅"
+ ],
+ "skins": [
+ {
+ "unified": "1f967",
+ "native": "🥧"
+ }
+ ],
+ "version": 5
+ },
+ "chocolate_bar": {
+ "id": "chocolate_bar",
+ "name": "巧克力",
+ "keywords": [
+ "food",
+ "snack",
+ "dessert",
+ "sweet",
+ "万圣节",
+ "巧克力",
+ "巧克力棒",
+ "甜",
+ "甜品",
+ "甜点",
+ "糖果"
+ ],
+ "skins": [
+ {
+ "unified": "1f36b",
+ "native": "🍫"
+ }
+ ],
+ "version": 1
+ },
+ "candy": {
+ "id": "candy",
+ "name": "糖",
+ "keywords": [
+ "snack",
+ "dessert",
+ "sweet",
+ "lolly",
+ "万圣节",
+ "嗜甜食",
+ "爱吃甜食",
+ "甜",
+ "甜点",
+ "糖",
+ "糖果",
+ "糖果纸",
+ "蛀牙",
+ "餐馆"
+ ],
+ "skins": [
+ {
+ "unified": "1f36c",
+ "native": "🍬"
+ }
+ ],
+ "version": 1
+ },
+ "lollipop": {
+ "id": "lollipop",
+ "name": "棒棒糖",
+ "keywords": [
+ "food",
+ "snack",
+ "candy",
+ "sweet",
+ "果子",
+ "棒棒糖",
+ "甜",
+ "糖",
+ "糖果"
+ ],
+ "skins": [
+ {
+ "unified": "1f36d",
+ "native": "🍭"
+ }
+ ],
+ "version": 1
+ },
+ "custard": {
+ "id": "custard",
+ "name": "奶黄",
+ "keywords": [
+ "dessert",
+ "food",
+ "卡士达",
+ "奶黄",
+ "甜点",
+ "蛋奶冻",
+ "蛋奶沙司"
+ ],
+ "skins": [
+ {
+ "unified": "1f36e",
+ "native": "🍮"
+ }
+ ],
+ "version": 1
+ },
+ "honey_pot": {
+ "id": "honey_pot",
+ "name": "蜂蜜",
+ "keywords": [
+ "bees",
+ "sweet",
+ "kitchen",
+ "小熊维尼",
+ "桶",
+ "甜",
+ "蜂蜜",
+ "蜜罐"
+ ],
+ "skins": [
+ {
+ "unified": "1f36f",
+ "native": "🍯"
+ }
+ ],
+ "version": 1
+ },
+ "baby_bottle": {
+ "id": "baby_bottle",
+ "name": "奶瓶",
+ "keywords": [
+ "food",
+ "container",
+ "milk",
+ "奶",
+ "奶瓶",
+ "婴儿",
+ "新生儿"
+ ],
+ "skins": [
+ {
+ "unified": "1f37c",
+ "native": "🍼"
+ }
+ ],
+ "version": 1
+ },
+ "glass_of_milk": {
+ "id": "glass_of_milk",
+ "name": "一杯奶",
+ "keywords": [
+ "beverage",
+ "drink",
+ "cow",
+ "一杯奶",
+ "喝",
+ "奶",
+ "杯",
+ "牛奶"
+ ],
+ "skins": [
+ {
+ "unified": "1f95b",
+ "native": "🥛"
+ }
+ ],
+ "version": 3
+ },
+ "coffee": {
+ "id": "coffee",
+ "name": "热饮",
+ "keywords": [
+ "coffee",
+ "caffeine",
+ "latte",
+ "espresso",
+ "mug",
+ "咖啡",
+ "早晨",
+ "星巴克",
+ "热气腾腾",
+ "热饮",
+ "茶",
+ "饮料"
+ ],
+ "skins": [
+ {
+ "unified": "2615",
+ "native": "☕"
+ }
+ ],
+ "version": 1
+ },
+ "teapot": {
+ "id": "teapot",
+ "name": "茶壶",
+ "keywords": [
+ "drink",
+ "hot",
+ "冲泡",
+ "壶",
+ "茶",
+ "茶壶",
+ "食物"
+ ],
+ "skins": [
+ {
+ "unified": "1fad6",
+ "native": "🫖"
+ }
+ ],
+ "version": 13
+ },
+ "tea": {
+ "id": "tea",
+ "name": "热茶",
+ "keywords": [
+ "tea",
+ "drink",
+ "bowl",
+ "breakfast",
+ "green",
+ "british",
+ "乌龙茶",
+ "无柄茶杯",
+ "杯",
+ "没有把手的茶杯",
+ "热茶",
+ "热饮",
+ "茶",
+ "茶杯",
+ "饮料"
+ ],
+ "skins": [
+ {
+ "unified": "1f375",
+ "native": "🍵"
+ }
+ ],
+ "version": 1
+ },
+ "sake": {
+ "id": "sake",
+ "name": "清酒",
+ "keywords": [
+ "wine",
+ "drink",
+ "drunk",
+ "beverage",
+ "japanese",
+ "alcohol",
+ "booze",
+ "喝酒",
+ "清酒",
+ "清酒杯",
+ "清酒瓶",
+ "瓶",
+ "酒",
+ "酒吧",
+ "酒杯",
+ "饮料"
+ ],
+ "skins": [
+ {
+ "unified": "1f376",
+ "native": "🍶"
+ }
+ ],
+ "version": 1
+ },
+ "champagne": {
+ "id": "champagne",
+ "name": "开香槟",
+ "keywords": [
+ "champagne",
+ "drink",
+ "wine",
+ "celebration",
+ "喝酒",
+ "庆祝",
+ "开香槟",
+ "木塞",
+ "瓶子",
+ "砰",
+ "砰木塞的瓶子",
+ "香槟"
+ ],
+ "skins": [
+ {
+ "unified": "1f37e",
+ "native": "🍾"
+ }
+ ],
+ "version": 1
+ },
+ "wine_glass": {
+ "id": "wine_glass",
+ "name": "葡萄酒",
+ "keywords": [
+ "drink",
+ "beverage",
+ "drunk",
+ "alcohol",
+ "booze",
+ "俱乐部",
+ "喝酒",
+ "葡萄酒",
+ "酒",
+ "酒吧",
+ "酒杯",
+ "饮料"
+ ],
+ "skins": [
+ {
+ "unified": "1f377",
+ "native": "🍷"
+ }
+ ],
+ "version": 1
+ },
+ "cocktail": {
+ "id": "cocktail",
+ "name": "鸡尾酒",
+ "keywords": [
+ "drink",
+ "drunk",
+ "alcohol",
+ "beverage",
+ "booze",
+ "mojito",
+ "俱乐部",
+ "喝酒",
+ "杯",
+ "玻璃杯",
+ "酒",
+ "酒吧",
+ "马丁尼",
+ "鸡尾酒",
+ "鸡尾酒杯"
+ ],
+ "skins": [
+ {
+ "unified": "1f378",
+ "native": "🍸"
+ }
+ ],
+ "version": 1
+ },
+ "tropical_drink": {
+ "id": "tropical_drink",
+ "name": "热带水果饮料",
+ "keywords": [
+ "beverage",
+ "cocktail",
+ "summer",
+ "beach",
+ "alcohol",
+ "booze",
+ "mojito",
+ "俱乐部",
+ "喝酒",
+ "热带水果饮料",
+ "热带饮料",
+ "酒",
+ "酒吧",
+ "饮料",
+ "鸡尾酒"
+ ],
+ "skins": [
+ {
+ "unified": "1f379",
+ "native": "🍹"
+ }
+ ],
+ "version": 1
+ },
+ "beer": {
+ "id": "beer",
+ "name": "啤酒",
+ "keywords": [
+ "relax",
+ "beverage",
+ "drink",
+ "drunk",
+ "party",
+ "pub",
+ "summer",
+ "alcohol",
+ "booze",
+ "啤酒",
+ "啤酒节",
+ "喝酒",
+ "杯",
+ "酒",
+ "酒吧"
+ ],
+ "skins": [
+ {
+ "unified": "1f37a",
+ "native": "🍺"
+ }
+ ],
+ "version": 1
+ },
+ "beers": {
+ "id": "beers",
+ "name": "干杯",
+ "keywords": [
+ "beers",
+ "relax",
+ "beverage",
+ "drink",
+ "drunk",
+ "party",
+ "pub",
+ "summer",
+ "alcohol",
+ "booze",
+ "啤酒",
+ "喝酒",
+ "干杯",
+ "碰杯",
+ "酒",
+ "酒吧"
+ ],
+ "skins": [
+ {
+ "unified": "1f37b",
+ "native": "🍻"
+ }
+ ],
+ "version": 1
+ },
+ "clinking_glasses": {
+ "id": "clinking_glasses",
+ "name": "碰杯",
+ "keywords": [
+ "beverage",
+ "drink",
+ "party",
+ "alcohol",
+ "celebrate",
+ "cheers",
+ "wine",
+ "champagne",
+ "toast",
+ "喝",
+ "干杯",
+ "庆祝",
+ "杯",
+ "碰杯"
+ ],
+ "skins": [
+ {
+ "unified": "1f942",
+ "native": "🥂"
+ }
+ ],
+ "version": 3
+ },
+ "tumbler_glass": {
+ "id": "tumbler_glass",
+ "name": "平底杯",
+ "keywords": [
+ "drink",
+ "beverage",
+ "drunk",
+ "alcohol",
+ "liquor",
+ "booze",
+ "bourbon",
+ "scotch",
+ "whisky",
+ "shot",
+ "一杯威士忌",
+ "威士忌",
+ "平底无脚杯",
+ "平底杯",
+ "杯",
+ "玻璃杯",
+ "酒",
+ "随行杯"
+ ],
+ "skins": [
+ {
+ "unified": "1f943",
+ "native": "🥃"
+ }
+ ],
+ "version": 3
+ },
+ "pouring_liquid": {
+ "id": "pouring_liquid",
+ "name": "倾倒液体",
+ "keywords": [
+ "cup",
+ "water",
+ "倒出",
+ "倾倒",
+ "倾倒液体",
+ "洒出",
+ "流出",
+ "玻璃杯",
+ "碰倒",
+ "空",
+ "饮料"
+ ],
+ "skins": [
+ {
+ "unified": "1fad7",
+ "native": "🫗"
+ }
+ ],
+ "version": 14
+ },
+ "cup_with_straw": {
+ "id": "cup_with_straw",
+ "name": "带吸管杯",
+ "keywords": [
+ "drink",
+ "soda",
+ "带吸管杯",
+ "带吸管的杯子",
+ "果汁",
+ "水",
+ "汽水",
+ "苏打",
+ "苏打饮料",
+ "软饮料",
+ "麦乳精饮料"
+ ],
+ "skins": [
+ {
+ "unified": "1f964",
+ "native": "🥤"
+ }
+ ],
+ "version": 5
+ },
+ "bubble_tea": {
+ "id": "bubble_tea",
+ "name": "珍珠奶茶",
+ "keywords": [
+ "taiwan",
+ "boba",
+ "milk",
+ "straw",
+ "奶茶",
+ "泡泡",
+ "牛奶",
+ "珍珠",
+ "珍珠奶茶",
+ "茶",
+ "茶饮",
+ "饮料"
+ ],
+ "skins": [
+ {
+ "unified": "1f9cb",
+ "native": "🧋"
+ }
+ ],
+ "version": 13
+ },
+ "beverage_box": {
+ "id": "beverage_box",
+ "name": "饮料盒",
+ "keywords": [
+ "drink",
+ "吸管",
+ "果汁",
+ "果汁盒",
+ "甜味",
+ "盒装",
+ "饮料盒"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c3",
+ "native": "🧃"
+ }
+ ],
+ "version": 12
+ },
+ "mate_drink": {
+ "id": "mate_drink",
+ "name": "马黛茶",
+ "keywords": [
+ "drink",
+ "tea",
+ "beverage",
+ "茶",
+ "饮料",
+ "马黛茶"
+ ],
+ "skins": [
+ {
+ "unified": "1f9c9",
+ "native": "🧉"
+ }
+ ],
+ "version": 12
+ },
+ "ice_cube": {
+ "id": "ice_cube",
+ "name": "冰块",
+ "keywords": [
+ "cube",
+ "water",
+ "cold",
+ "冰",
+ "冰冷",
+ "冰块",
+ "冰山",
+ "冷",
+ "冷却",
+ "冷饮"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ca",
+ "native": "🧊"
+ }
+ ],
+ "version": 12
+ },
+ "chopsticks": {
+ "id": "chopsticks",
+ "name": "筷子",
+ "keywords": [
+ "food",
+ "筷子",
+ "箸"
+ ],
+ "skins": [
+ {
+ "unified": "1f962",
+ "native": "🥢"
+ }
+ ],
+ "version": 5
+ },
+ "knife_fork_plate": {
+ "id": "knife_fork_plate",
+ "name": "餐具",
+ "keywords": [
+ "food",
+ "eat",
+ "meal",
+ "lunch",
+ "dinner",
+ "restaurant",
+ "做菜",
+ "刀",
+ "刀叉与盘",
+ "叉",
+ "晚餐",
+ "烹饪",
+ "盘",
+ "西餐",
+ "餐具"
+ ],
+ "skins": [
+ {
+ "unified": "1f37d-fe0f",
+ "native": "🍽️"
+ }
+ ],
+ "version": 1
+ },
+ "fork_and_knife": {
+ "id": "fork_and_knife",
+ "name": "刀叉",
+ "keywords": [
+ "cutlery",
+ "kitchen",
+ "中餐",
+ "刀",
+ "刀叉",
+ "午餐",
+ "叉",
+ "吃",
+ "吃早餐",
+ "吃饭",
+ "好吃",
+ "早餐",
+ "晚餐",
+ "烹调",
+ "西餐",
+ "餐具",
+ "饿了"
+ ],
+ "skins": [
+ {
+ "unified": "1f374",
+ "native": "🍴"
+ }
+ ],
+ "version": 1
+ },
+ "spoon": {
+ "id": "spoon",
+ "name": "匙",
+ "keywords": [
+ "cutlery",
+ "kitchen",
+ "tableware",
+ "勺",
+ "勺子",
+ "匙",
+ "匙子",
+ "汤匙",
+ "调羹",
+ "餐具"
+ ],
+ "skins": [
+ {
+ "unified": "1f944",
+ "native": "🥄"
+ }
+ ],
+ "version": 3
+ },
+ "hocho": {
+ "id": "hocho",
+ "name": "菜刀",
+ "keywords": [
+ "knife",
+ "kitchen",
+ "blade",
+ "cutlery",
+ "weapon",
+ "主厨",
+ "刀",
+ "武器",
+ "烹饪",
+ "菜刀"
+ ],
+ "skins": [
+ {
+ "unified": "1f52a",
+ "native": "🔪"
+ }
+ ],
+ "version": 1
+ },
+ "jar": {
+ "id": "jar",
+ "name": "罐",
+ "keywords": [
+ "container",
+ "sauce",
+ "容器",
+ "瓶子",
+ "空",
+ "空瓶",
+ "罐",
+ "调味品",
+ "贮藏",
+ "酱"
+ ],
+ "skins": [
+ {
+ "unified": "1fad9",
+ "native": "🫙"
+ }
+ ],
+ "version": 14
+ },
+ "amphora": {
+ "id": "amphora",
+ "name": "双耳瓶",
+ "keywords": [
+ "vase",
+ "jar",
+ "双耳瓶",
+ "壶",
+ "水瓶",
+ "罐"
+ ],
+ "skins": [
+ {
+ "unified": "1f3fa",
+ "native": "🏺"
+ }
+ ],
+ "version": 1
+ },
+ "earth_africa": {
+ "id": "earth_africa",
+ "name": "地球上的欧洲非洲",
+ "keywords": [
+ "africa",
+ "showing",
+ "europe",
+ "world",
+ "international",
+ "世界",
+ "地球",
+ "地球上的欧洲非洲",
+ "欧洲",
+ "非洲"
+ ],
+ "skins": [
+ {
+ "unified": "1f30d",
+ "native": "🌍"
+ }
+ ],
+ "version": 1
+ },
+ "earth_americas": {
+ "id": "earth_americas",
+ "name": "地球上的美洲",
+ "keywords": [
+ "showing",
+ "world",
+ "USA",
+ "international",
+ "世界",
+ "全球",
+ "地球",
+ "地球上的美洲",
+ "美洲"
+ ],
+ "skins": [
+ {
+ "unified": "1f30e",
+ "native": "🌎"
+ }
+ ],
+ "version": 1
+ },
+ "earth_asia": {
+ "id": "earth_asia",
+ "name": "地球上的亚洲澳洲",
+ "keywords": [
+ "asia",
+ "showing",
+ "australia",
+ "world",
+ "east",
+ "international",
+ "世界",
+ "亚洲",
+ "亚澳",
+ "全球",
+ "地球",
+ "地球上的亚洲",
+ "地球上的亚洲澳洲",
+ "澳洲"
+ ],
+ "skins": [
+ {
+ "unified": "1f30f",
+ "native": "🌏"
+ }
+ ],
+ "version": 1
+ },
+ "globe_with_meridians": {
+ "id": "globe_with_meridians",
+ "name": "带经纬线的地球",
+ "keywords": [
+ "earth",
+ "international",
+ "world",
+ "internet",
+ "interweb",
+ "i18n",
+ "世界",
+ "全球",
+ "地球",
+ "子午线",
+ "带经纬线的地球",
+ "经纬",
+ "经线"
+ ],
+ "skins": [
+ {
+ "unified": "1f310",
+ "native": "🌐"
+ }
+ ],
+ "version": 1
+ },
+ "world_map": {
+ "id": "world_map",
+ "name": "世界地图",
+ "keywords": [
+ "location",
+ "direction",
+ "世界",
+ "世界地图",
+ "地图"
+ ],
+ "skins": [
+ {
+ "unified": "1f5fa-fe0f",
+ "native": "🗺️"
+ }
+ ],
+ "version": 1
+ },
+ "japan": {
+ "id": "japan",
+ "name": "日本地图",
+ "keywords": [
+ "nation",
+ "country",
+ "japanese",
+ "asia",
+ "地图",
+ "日本",
+ "日本地图"
+ ],
+ "skins": [
+ {
+ "unified": "1f5fe",
+ "native": "🗾"
+ }
+ ],
+ "version": 1
+ },
+ "compass": {
+ "id": "compass",
+ "name": "指南针",
+ "keywords": [
+ "magnetic",
+ "navigation",
+ "orienteering",
+ "定向",
+ "导航",
+ "指南针",
+ "方向",
+ "磁性",
+ "罗盘"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ed",
+ "native": "🧭"
+ }
+ ],
+ "version": 11
+ },
+ "snow_capped_mountain": {
+ "id": "snow_capped_mountain",
+ "name": "雪山",
+ "keywords": [
+ "snow",
+ "capped",
+ "photo",
+ "nature",
+ "environment",
+ "winter",
+ "cold",
+ "冷",
+ "山",
+ "泠",
+ "雪",
+ "雪封山头",
+ "雪山",
+ "雪顶"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d4-fe0f",
+ "native": "🏔️"
+ }
+ ],
+ "version": 1
+ },
+ "mountain": {
+ "id": "mountain",
+ "name": "山",
+ "keywords": [
+ "photo",
+ "nature",
+ "environment",
+ "山",
+ "峰"
+ ],
+ "skins": [
+ {
+ "unified": "26f0-fe0f",
+ "native": "⛰️"
+ }
+ ],
+ "version": 1
+ },
+ "volcano": {
+ "id": "volcano",
+ "name": "火山",
+ "keywords": [
+ "photo",
+ "nature",
+ "disaster",
+ "喷发",
+ "大自然",
+ "山",
+ "火山",
+ "爆发"
+ ],
+ "skins": [
+ {
+ "unified": "1f30b",
+ "native": "🌋"
+ }
+ ],
+ "version": 1
+ },
+ "mount_fuji": {
+ "id": "mount_fuji",
+ "name": "富士山",
+ "keywords": [
+ "photo",
+ "mountain",
+ "nature",
+ "japanese",
+ "大自然",
+ "富士山",
+ "山"
+ ],
+ "skins": [
+ {
+ "unified": "1f5fb",
+ "native": "🗻"
+ }
+ ],
+ "version": 1
+ },
+ "camping": {
+ "id": "camping",
+ "name": "露营",
+ "keywords": [
+ "photo",
+ "outdoors",
+ "tent",
+ "帐篷",
+ "露营"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d5-fe0f",
+ "native": "🏕️"
+ }
+ ],
+ "version": 1
+ },
+ "beach_with_umbrella": {
+ "id": "beach_with_umbrella",
+ "name": "沙滩伞",
+ "keywords": [
+ "weather",
+ "summer",
+ "sunny",
+ "sand",
+ "mojito",
+ "伞",
+ "有伞的海滩",
+ "沙滩",
+ "沙滩伞",
+ "海滩",
+ "阳伞"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d6-fe0f",
+ "native": "🏖️"
+ }
+ ],
+ "version": 1
+ },
+ "desert": {
+ "id": "desert",
+ "name": "沙漠",
+ "keywords": [
+ "photo",
+ "warm",
+ "saharah",
+ "沙漠",
+ "荒漠"
+ ],
+ "skins": [
+ {
+ "unified": "1f3dc-fe0f",
+ "native": "🏜️"
+ }
+ ],
+ "version": 1
+ },
+ "desert_island": {
+ "id": "desert_island",
+ "name": "无人荒岛",
+ "keywords": [
+ "photo",
+ "tropical",
+ "mojito",
+ "岛",
+ "无人荒岛",
+ "沙滩孤岛",
+ "沙漠",
+ "荒岛"
+ ],
+ "skins": [
+ {
+ "unified": "1f3dd-fe0f",
+ "native": "🏝️"
+ }
+ ],
+ "version": 1
+ },
+ "national_park": {
+ "id": "national_park",
+ "name": "国家公园",
+ "keywords": [
+ "photo",
+ "environment",
+ "nature",
+ "公园",
+ "国家公园",
+ "自然",
+ "风景"
+ ],
+ "skins": [
+ {
+ "unified": "1f3de-fe0f",
+ "native": "🏞️"
+ }
+ ],
+ "version": 1
+ },
+ "stadium": {
+ "id": "stadium",
+ "name": "体育馆",
+ "keywords": [
+ "photo",
+ "place",
+ "sports",
+ "concert",
+ "venue",
+ "体育馆",
+ "竞技场"
+ ],
+ "skins": [
+ {
+ "unified": "1f3df-fe0f",
+ "native": "🏟️"
+ }
+ ],
+ "version": 1
+ },
+ "classical_building": {
+ "id": "classical_building",
+ "name": "古典建筑",
+ "keywords": [
+ "art",
+ "culture",
+ "history",
+ "古典",
+ "古典建筑",
+ "古建筑"
+ ],
+ "skins": [
+ {
+ "unified": "1f3db-fe0f",
+ "native": "🏛️"
+ }
+ ],
+ "version": 1
+ },
+ "building_construction": {
+ "id": "building_construction",
+ "name": "施工",
+ "keywords": [
+ "wip",
+ "working",
+ "progress",
+ "兴建",
+ "建筑施工",
+ "施工"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d7-fe0f",
+ "native": "🏗️"
+ }
+ ],
+ "version": 1
+ },
+ "bricks": {
+ "id": "bricks",
+ "name": "砖",
+ "keywords": [
+ "bricks",
+ "墙",
+ "砂浆",
+ "砖",
+ "黏土"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f1",
+ "native": "🧱"
+ }
+ ],
+ "version": 11
+ },
+ "rock": {
+ "id": "rock",
+ "name": "岩石",
+ "keywords": [
+ "stone",
+ "固体",
+ "坚不可摧",
+ "岩石",
+ "巨石",
+ "石头"
+ ],
+ "skins": [
+ {
+ "unified": "1faa8",
+ "native": "🪨"
+ }
+ ],
+ "version": 13
+ },
+ "wood": {
+ "id": "wood",
+ "name": "木头",
+ "keywords": [
+ "nature",
+ "timber",
+ "trunk",
+ "原木",
+ "圆木",
+ "木头",
+ "木材",
+ "木桩"
+ ],
+ "skins": [
+ {
+ "unified": "1fab5",
+ "native": "🪵"
+ }
+ ],
+ "version": 13
+ },
+ "hut": {
+ "id": "hut",
+ "name": "小屋",
+ "keywords": [
+ "house",
+ "structure",
+ "圆屋",
+ "家",
+ "小屋",
+ "茅屋",
+ "蒙古包"
+ ],
+ "skins": [
+ {
+ "unified": "1f6d6",
+ "native": "🛖"
+ }
+ ],
+ "version": 13
+ },
+ "house_buildings": {
+ "id": "house_buildings",
+ "name": "房屋建筑",
+ "keywords": [
+ "house",
+ "buildings",
+ "photo",
+ "住宅",
+ "小区",
+ "房",
+ "房子",
+ "房屋建筑"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d8-fe0f",
+ "native": "🏘️"
+ }
+ ],
+ "version": 1
+ },
+ "derelict_house_building": {
+ "id": "derelict_house_building",
+ "name": "废墟",
+ "keywords": [
+ "building",
+ "abandon",
+ "evict",
+ "broken",
+ "废墟",
+ "废屋",
+ "荒宅",
+ "荒废",
+ "鬼屋"
+ ],
+ "skins": [
+ {
+ "unified": "1f3da-fe0f",
+ "native": "🏚️"
+ }
+ ],
+ "version": 1
+ },
+ "house": {
+ "id": "house",
+ "name": "房子",
+ "keywords": [
+ "building",
+ "home",
+ "住家",
+ "家",
+ "乡村家园",
+ "建筑",
+ "心之所在",
+ "房子",
+ "房屋",
+ "郊区"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e0",
+ "native": "🏠"
+ }
+ ],
+ "version": 1
+ },
+ "house_with_garden": {
+ "id": "house_with_garden",
+ "name": "别墅",
+ "keywords": [
+ "home",
+ "plant",
+ "nature",
+ "住家",
+ "别墅",
+ "家",
+ "乡村家园",
+ "庭院",
+ "庭院居家",
+ "建筑",
+ "心之所在",
+ "房子",
+ "花园",
+ "郊区"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e1",
+ "native": "🏡"
+ }
+ ],
+ "version": 1
+ },
+ "office": {
+ "id": "office",
+ "name": "办公楼",
+ "keywords": [
+ "bureau",
+ "work",
+ "写字楼",
+ "办公楼",
+ "建筑"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e2",
+ "native": "🏢"
+ }
+ ],
+ "version": 1
+ },
+ "post_office": {
+ "id": "post_office",
+ "name": "日本邮局",
+ "keywords": [
+ "building",
+ "envelope",
+ "communication",
+ "建筑",
+ "日本",
+ "日本邮局",
+ "邮便",
+ "邮局"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e3",
+ "native": "🏣"
+ }
+ ],
+ "version": 1
+ },
+ "european_post_office": {
+ "id": "european_post_office",
+ "name": "邮局",
+ "keywords": [
+ "european",
+ "building",
+ "email",
+ "建筑",
+ "欧洲",
+ "欧洲邮局",
+ "邮局"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e4",
+ "native": "🏤"
+ }
+ ],
+ "version": 1
+ },
+ "hospital": {
+ "id": "hospital",
+ "name": "医院",
+ "keywords": [
+ "building",
+ "health",
+ "surgery",
+ "doctor",
+ "医生",
+ "医药",
+ "医院",
+ "建筑",
+ "看病"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e5",
+ "native": "🏥"
+ }
+ ],
+ "version": 1
+ },
+ "bank": {
+ "id": "bank",
+ "name": "银行",
+ "keywords": [
+ "building",
+ "money",
+ "sales",
+ "cash",
+ "business",
+ "enterprise",
+ "建筑",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e6",
+ "native": "🏦"
+ }
+ ],
+ "version": 1
+ },
+ "hotel": {
+ "id": "hotel",
+ "name": "酒店",
+ "keywords": [
+ "building",
+ "accomodation",
+ "checkin",
+ "建筑",
+ "旅馆",
+ "酒店"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e8",
+ "native": "🏨"
+ }
+ ],
+ "version": 1
+ },
+ "love_hotel": {
+ "id": "love_hotel",
+ "name": "情人酒店",
+ "keywords": [
+ "like",
+ "affection",
+ "dating",
+ "建筑",
+ "情人旅馆",
+ "情人酒店",
+ "情侣酒店",
+ "旅馆"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e9",
+ "native": "🏩"
+ }
+ ],
+ "version": 1
+ },
+ "convenience_store": {
+ "id": "convenience_store",
+ "name": "便利店",
+ "keywords": [
+ "building",
+ "shopping",
+ "groceries",
+ "24 小时",
+ "便利店",
+ "商店",
+ "建筑"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ea",
+ "native": "🏪"
+ }
+ ],
+ "version": 1
+ },
+ "school": {
+ "id": "school",
+ "name": "学校",
+ "keywords": [
+ "building",
+ "student",
+ "education",
+ "learn",
+ "teach",
+ "学校",
+ "建筑",
+ "教学楼"
+ ],
+ "skins": [
+ {
+ "unified": "1f3eb",
+ "native": "🏫"
+ }
+ ],
+ "version": 1
+ },
+ "department_store": {
+ "id": "department_store",
+ "name": "商场",
+ "keywords": [
+ "building",
+ "shopping",
+ "mall",
+ "商场",
+ "建筑",
+ "百货公司",
+ "百货商城",
+ "百货商店"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ec",
+ "native": "🏬"
+ }
+ ],
+ "version": 1
+ },
+ "factory": {
+ "id": "factory",
+ "name": "工厂",
+ "keywords": [
+ "building",
+ "industry",
+ "pollution",
+ "smoke",
+ "工厂",
+ "建筑"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ed",
+ "native": "🏭"
+ }
+ ],
+ "version": 1
+ },
+ "japanese_castle": {
+ "id": "japanese_castle",
+ "name": "日本城堡",
+ "keywords": [
+ "photo",
+ "building",
+ "城堡",
+ "建筑",
+ "日本",
+ "日本城堡"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ef",
+ "native": "🏯"
+ }
+ ],
+ "version": 1
+ },
+ "european_castle": {
+ "id": "european_castle",
+ "name": "欧洲城堡",
+ "keywords": [
+ "european",
+ "building",
+ "royalty",
+ "history",
+ "城堡",
+ "建筑",
+ "欧洲",
+ "欧洲城堡"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f0",
+ "native": "🏰"
+ }
+ ],
+ "version": 1
+ },
+ "wedding": {
+ "id": "wedding",
+ "name": "婚礼",
+ "keywords": [
+ "love",
+ "like",
+ "affection",
+ "couple",
+ "marriage",
+ "bride",
+ "groom",
+ "婚礼",
+ "教堂",
+ "浪漫",
+ "结婚"
+ ],
+ "skins": [
+ {
+ "unified": "1f492",
+ "native": "💒"
+ }
+ ],
+ "version": 1
+ },
+ "tokyo_tower": {
+ "id": "tokyo_tower",
+ "name": "东京塔",
+ "keywords": [
+ "photo",
+ "japanese",
+ "东京",
+ "东京塔",
+ "塔"
+ ],
+ "skins": [
+ {
+ "unified": "1f5fc",
+ "native": "🗼"
+ }
+ ],
+ "version": 1
+ },
+ "statue_of_liberty": {
+ "id": "statue_of_liberty",
+ "name": "自由女神像",
+ "keywords": [
+ "american",
+ "newyork",
+ "塑像",
+ "纽约",
+ "自由",
+ "自由女神像",
+ "雕塑"
+ ],
+ "skins": [
+ {
+ "unified": "1f5fd",
+ "native": "🗽"
+ }
+ ],
+ "version": 1
+ },
+ "church": {
+ "id": "church",
+ "name": "教堂",
+ "keywords": [
+ "building",
+ "religion",
+ "christ",
+ "基督",
+ "基督教",
+ "宗教",
+ "小教堂",
+ "教堂"
+ ],
+ "skins": [
+ {
+ "unified": "26ea",
+ "native": "⛪"
+ }
+ ],
+ "version": 1
+ },
+ "mosque": {
+ "id": "mosque",
+ "name": "清真寺",
+ "keywords": [
+ "islam",
+ "worship",
+ "minaret",
+ "伊斯兰",
+ "宗教",
+ "清真寺",
+ "穆斯林"
+ ],
+ "skins": [
+ {
+ "unified": "1f54c",
+ "native": "🕌"
+ }
+ ],
+ "version": 1
+ },
+ "hindu_temple": {
+ "id": "hindu_temple",
+ "name": "印度寺庙",
+ "keywords": [
+ "religion",
+ "佛寺",
+ "佛教",
+ "印度寺庙",
+ "寺庙",
+ "寺院",
+ "庙宇"
+ ],
+ "skins": [
+ {
+ "unified": "1f6d5",
+ "native": "🛕"
+ }
+ ],
+ "version": 12
+ },
+ "synagogue": {
+ "id": "synagogue",
+ "name": "犹太教堂",
+ "keywords": [
+ "judaism",
+ "worship",
+ "temple",
+ "jewish",
+ "会堂",
+ "宗教",
+ "犹太",
+ "犹太教",
+ "犹太教堂"
+ ],
+ "skins": [
+ {
+ "unified": "1f54d",
+ "native": "🕍"
+ }
+ ],
+ "version": 1
+ },
+ "shinto_shrine": {
+ "id": "shinto_shrine",
+ "name": "神社",
+ "keywords": [
+ "temple",
+ "japan",
+ "kyoto",
+ "宗教",
+ "日本",
+ "神社",
+ "神道教"
+ ],
+ "skins": [
+ {
+ "unified": "26e9-fe0f",
+ "native": "⛩️"
+ }
+ ],
+ "version": 1
+ },
+ "kaaba": {
+ "id": "kaaba",
+ "name": "克尔白",
+ "keywords": [
+ "mecca",
+ "mosque",
+ "islam",
+ "伊斯兰",
+ "克尔白",
+ "天房",
+ "宗教",
+ "穆斯林"
+ ],
+ "skins": [
+ {
+ "unified": "1f54b",
+ "native": "🕋"
+ }
+ ],
+ "version": 1
+ },
+ "fountain": {
+ "id": "fountain",
+ "name": "喷泉",
+ "keywords": [
+ "photo",
+ "summer",
+ "water",
+ "fresh",
+ "喷泉"
+ ],
+ "skins": [
+ {
+ "unified": "26f2",
+ "native": "⛲"
+ }
+ ],
+ "version": 1
+ },
+ "tent": {
+ "id": "tent",
+ "name": "帐篷",
+ "keywords": [
+ "photo",
+ "camping",
+ "outdoors",
+ "帐篷",
+ "露营"
+ ],
+ "skins": [
+ {
+ "unified": "26fa",
+ "native": "⛺"
+ }
+ ],
+ "version": 1
+ },
+ "foggy": {
+ "id": "foggy",
+ "name": "有雾",
+ "keywords": [
+ "photo",
+ "mountain",
+ "有雾",
+ "雾",
+ "霾"
+ ],
+ "skins": [
+ {
+ "unified": "1f301",
+ "native": "🌁"
+ }
+ ],
+ "version": 1
+ },
+ "night_with_stars": {
+ "id": "night_with_stars",
+ "name": "夜晚",
+ "keywords": [
+ "evening",
+ "city",
+ "downtown",
+ "夜晚",
+ "星空",
+ "晚上"
+ ],
+ "skins": [
+ {
+ "unified": "1f303",
+ "native": "🌃"
+ }
+ ],
+ "version": 1
+ },
+ "cityscape": {
+ "id": "cityscape",
+ "name": "城市风光",
+ "keywords": [
+ "photo",
+ "night",
+ "life",
+ "urban",
+ "城市",
+ "城市风光",
+ "都市",
+ "都市景观",
+ "高楼大厦"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d9-fe0f",
+ "native": "🏙️"
+ }
+ ],
+ "version": 1
+ },
+ "sunrise_over_mountains": {
+ "id": "sunrise_over_mountains",
+ "name": "山顶日出",
+ "keywords": [
+ "view",
+ "vacation",
+ "photo",
+ "太阳",
+ "山",
+ "山顶日出",
+ "日出",
+ "早晨",
+ "清晨"
+ ],
+ "skins": [
+ {
+ "unified": "1f304",
+ "native": "🌄"
+ }
+ ],
+ "version": 1
+ },
+ "sunrise": {
+ "id": "sunrise",
+ "name": "日出",
+ "keywords": [
+ "morning",
+ "view",
+ "vacation",
+ "photo",
+ "大自然",
+ "太阳",
+ "日出",
+ "早晨",
+ "清晨"
+ ],
+ "skins": [
+ {
+ "unified": "1f305",
+ "native": "🌅"
+ }
+ ],
+ "version": 1
+ },
+ "city_sunset": {
+ "id": "city_sunset",
+ "name": "城市黄昏",
+ "keywords": [
+ "city",
+ "sunset",
+ "photo",
+ "evening",
+ "sky",
+ "buildings",
+ "城市",
+ "城市黄昏",
+ "夜晚",
+ "日落",
+ "都市",
+ "黄昏"
+ ],
+ "skins": [
+ {
+ "unified": "1f306",
+ "native": "🌆"
+ }
+ ],
+ "version": 1
+ },
+ "city_sunrise": {
+ "id": "city_sunrise",
+ "name": "日落",
+ "keywords": [
+ "city",
+ "sunrise",
+ "photo",
+ "good",
+ "morning",
+ "dawn",
+ "夕阳",
+ "日落"
+ ],
+ "skins": [
+ {
+ "unified": "1f307",
+ "native": "🌇"
+ }
+ ],
+ "version": 1
+ },
+ "bridge_at_night": {
+ "id": "bridge_at_night",
+ "name": "夜幕下的桥",
+ "keywords": [
+ "photo",
+ "sanfrancisco",
+ "夜幕",
+ "夜幕下的桥",
+ "晚上",
+ "桥"
+ ],
+ "skins": [
+ {
+ "unified": "1f309",
+ "native": "🌉"
+ }
+ ],
+ "version": 1
+ },
+ "hotsprings": {
+ "id": "hotsprings",
+ "name": "温泉",
+ "keywords": [
+ "hotsprings",
+ "bath",
+ "warm",
+ "relax",
+ "水",
+ "泉",
+ "温泉",
+ "热气腾腾",
+ "蒸汽"
+ ],
+ "skins": [
+ {
+ "unified": "2668-fe0f",
+ "native": "♨️"
+ }
+ ],
+ "version": 1
+ },
+ "carousel_horse": {
+ "id": "carousel_horse",
+ "name": "旋转木马",
+ "keywords": [
+ "photo",
+ "carnival",
+ "旋转木马",
+ "木马",
+ "游乐园"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a0",
+ "native": "🎠"
+ }
+ ],
+ "version": 1
+ },
+ "playground_slide": {
+ "id": "playground_slide",
+ "name": "游乐场滑梯",
+ "keywords": [
+ "fun",
+ "park",
+ "游乐园",
+ "游乐场",
+ "游乐场滑梯",
+ "滑梯",
+ "玩",
+ "玩耍"
+ ],
+ "skins": [
+ {
+ "unified": "1f6dd",
+ "native": "🛝"
+ }
+ ],
+ "version": 14
+ },
+ "ferris_wheel": {
+ "id": "ferris_wheel",
+ "name": "摩天轮",
+ "keywords": [
+ "photo",
+ "carnival",
+ "londoneye",
+ "摩天轮",
+ "游乐园"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a1",
+ "native": "🎡"
+ }
+ ],
+ "version": 1
+ },
+ "roller_coaster": {
+ "id": "roller_coaster",
+ "name": "过山车",
+ "keywords": [
+ "carnival",
+ "playground",
+ "photo",
+ "fun",
+ "游乐园",
+ "过山车"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a2",
+ "native": "🎢"
+ }
+ ],
+ "version": 1
+ },
+ "barber": {
+ "id": "barber",
+ "name": "理发店",
+ "keywords": [
+ "hair",
+ "salon",
+ "style",
+ "旋转",
+ "柱",
+ "理发",
+ "理发师",
+ "理发店",
+ "理发店旋转彩柱"
+ ],
+ "skins": [
+ {
+ "unified": "1f488",
+ "native": "💈"
+ }
+ ],
+ "version": 1
+ },
+ "circus_tent": {
+ "id": "circus_tent",
+ "name": "马戏团帐篷",
+ "keywords": [
+ "festival",
+ "carnival",
+ "party",
+ "帐篷",
+ "马戏团",
+ "马戏团帐篷"
+ ],
+ "skins": [
+ {
+ "unified": "1f3aa",
+ "native": "🎪"
+ }
+ ],
+ "version": 1
+ },
+ "steam_locomotive": {
+ "id": "steam_locomotive",
+ "name": "蒸汽火车",
+ "keywords": [
+ "steam",
+ "transportation",
+ "vehicle",
+ "train",
+ "守车",
+ "旅行",
+ "火车",
+ "火车头",
+ "蒸汽",
+ "蒸汽火车",
+ "蒸汽车头",
+ "铁路"
+ ],
+ "skins": [
+ {
+ "unified": "1f682",
+ "native": "🚂"
+ }
+ ],
+ "version": 1
+ },
+ "railway_car": {
+ "id": "railway_car",
+ "name": "轨道车",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "旅行",
+ "电车",
+ "轨道车",
+ "铁路"
+ ],
+ "skins": [
+ {
+ "unified": "1f683",
+ "native": "🚃"
+ }
+ ],
+ "version": 1
+ },
+ "bullettrain_side": {
+ "id": "bullettrain_side",
+ "name": "高速列车",
+ "keywords": [
+ "bullettrain",
+ "side",
+ "high",
+ "speed",
+ "transportation",
+ "vehicle",
+ "动车",
+ "新干线",
+ "火车",
+ "速度",
+ "高速列车",
+ "高铁"
+ ],
+ "skins": [
+ {
+ "unified": "1f684",
+ "native": "🚄"
+ }
+ ],
+ "version": 1
+ },
+ "bullettrain_front": {
+ "id": "bullettrain_front",
+ "name": "子弹头高速列车",
+ "keywords": [
+ "bullettrain",
+ "front",
+ "transportation",
+ "vehicle",
+ "speed",
+ "fast",
+ "public",
+ "travel",
+ "动车",
+ "子弹列车",
+ "子弹头",
+ "子弹头高速列车",
+ "新干线",
+ "火车",
+ "高速",
+ "高铁"
+ ],
+ "skins": [
+ {
+ "unified": "1f685",
+ "native": "🚅"
+ }
+ ],
+ "version": 1
+ },
+ "train2": {
+ "id": "train2",
+ "name": "火车",
+ "keywords": [
+ "train2",
+ "transportation",
+ "vehicle",
+ "到站",
+ "呜呜",
+ "火车",
+ "铁路"
+ ],
+ "skins": [
+ {
+ "unified": "1f686",
+ "native": "🚆"
+ }
+ ],
+ "version": 1
+ },
+ "metro": {
+ "id": "metro",
+ "name": "地铁",
+ "keywords": [
+ "transportation",
+ "blue",
+ "square",
+ "mrt",
+ "underground",
+ "tube",
+ "地铁",
+ "捷运"
+ ],
+ "skins": [
+ {
+ "unified": "1f687",
+ "native": "🚇"
+ }
+ ],
+ "version": 1
+ },
+ "light_rail": {
+ "id": "light_rail",
+ "name": "轻轨",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "到站",
+ "单轨电车",
+ "火车",
+ "轻轨"
+ ],
+ "skins": [
+ {
+ "unified": "1f688",
+ "native": "🚈"
+ }
+ ],
+ "version": 1
+ },
+ "station": {
+ "id": "station",
+ "name": "车站",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "public",
+ "地铁",
+ "捷运",
+ "火车",
+ "车站",
+ "铁路"
+ ],
+ "skins": [
+ {
+ "unified": "1f689",
+ "native": "🚉"
+ }
+ ],
+ "version": 1
+ },
+ "tram": {
+ "id": "tram",
+ "name": "路面电车",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "捷运",
+ "电车",
+ "路面电车"
+ ],
+ "skins": [
+ {
+ "unified": "1f68a",
+ "native": "🚊"
+ }
+ ],
+ "version": 1
+ },
+ "monorail": {
+ "id": "monorail",
+ "name": "单轨",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "单轨",
+ "单轨电车",
+ "火车"
+ ],
+ "skins": [
+ {
+ "unified": "1f69d",
+ "native": "🚝"
+ }
+ ],
+ "version": 1
+ },
+ "mountain_railway": {
+ "id": "mountain_railway",
+ "name": "山区铁路",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "山区",
+ "山区铁路",
+ "山地铁路",
+ "火车",
+ "铁路"
+ ],
+ "skins": [
+ {
+ "unified": "1f69e",
+ "native": "🚞"
+ }
+ ],
+ "version": 1
+ },
+ "train": {
+ "id": "train",
+ "name": "有轨电车",
+ "keywords": [
+ "train",
+ "transportation",
+ "vehicle",
+ "carriage",
+ "public",
+ "travel",
+ "有轨电车",
+ "轨道"
+ ],
+ "skins": [
+ {
+ "unified": "1f68b",
+ "native": "🚋"
+ }
+ ],
+ "version": 1
+ },
+ "bus": {
+ "id": "bus",
+ "name": "公交车",
+ "keywords": [
+ "car",
+ "vehicle",
+ "transportation",
+ "公交",
+ "公交车",
+ "公共汽车",
+ "大巴"
+ ],
+ "skins": [
+ {
+ "unified": "1f68c",
+ "native": "🚌"
+ }
+ ],
+ "version": 1
+ },
+ "oncoming_bus": {
+ "id": "oncoming_bus",
+ "name": "迎面驶来的公交车",
+ "keywords": [
+ "vehicle",
+ "transportation",
+ "公交",
+ "公共汽车",
+ "大巴",
+ "迎面驶来",
+ "迎面驶来的公交车"
+ ],
+ "skins": [
+ {
+ "unified": "1f68d",
+ "native": "🚍"
+ }
+ ],
+ "version": 1
+ },
+ "trolleybus": {
+ "id": "trolleybus",
+ "name": "无轨电车",
+ "keywords": [
+ "bart",
+ "transportation",
+ "vehicle",
+ "公共汽车",
+ "无轨电车",
+ "电车"
+ ],
+ "skins": [
+ {
+ "unified": "1f68e",
+ "native": "🚎"
+ }
+ ],
+ "version": 1
+ },
+ "minibus": {
+ "id": "minibus",
+ "name": "小巴",
+ "keywords": [
+ "vehicle",
+ "car",
+ "transportation",
+ "公共汽车",
+ "小巴",
+ "开车",
+ "移动房车"
+ ],
+ "skins": [
+ {
+ "unified": "1f690",
+ "native": "🚐"
+ }
+ ],
+ "version": 1
+ },
+ "ambulance": {
+ "id": "ambulance",
+ "name": "救护车",
+ "keywords": [
+ "health",
+ "911",
+ "hospital",
+ "急救",
+ "救护车",
+ "车辆"
+ ],
+ "skins": [
+ {
+ "unified": "1f691",
+ "native": "🚑"
+ }
+ ],
+ "version": 1
+ },
+ "fire_engine": {
+ "id": "fire_engine",
+ "name": "消防车",
+ "keywords": [
+ "transportation",
+ "cars",
+ "vehicle",
+ "救火车",
+ "消防车",
+ "火灾"
+ ],
+ "skins": [
+ {
+ "unified": "1f692",
+ "native": "🚒"
+ }
+ ],
+ "version": 1
+ },
+ "police_car": {
+ "id": "police_car",
+ "name": "警车",
+ "keywords": [
+ "vehicle",
+ "cars",
+ "transportation",
+ "law",
+ "legal",
+ "enforcement",
+ "檀岛警騎",
+ "汽车",
+ "警察",
+ "警车",
+ "巡逻"
+ ],
+ "skins": [
+ {
+ "unified": "1f693",
+ "native": "🚓"
+ }
+ ],
+ "version": 1
+ },
+ "oncoming_police_car": {
+ "id": "oncoming_police_car",
+ "name": "迎面驶来的警车",
+ "keywords": [
+ "vehicle",
+ "law",
+ "legal",
+ "enforcement",
+ "911",
+ "汽车",
+ "警察",
+ "警车",
+ "迎面驶来的警车"
+ ],
+ "skins": [
+ {
+ "unified": "1f694",
+ "native": "🚔"
+ }
+ ],
+ "version": 1
+ },
+ "taxi": {
+ "id": "taxi",
+ "name": "出租车",
+ "keywords": [
+ "uber",
+ "vehicle",
+ "cars",
+ "transportation",
+ "出租车",
+ "小黄",
+ "开车",
+ "汽车",
+ "的士",
+ "计程车"
+ ],
+ "skins": [
+ {
+ "unified": "1f695",
+ "native": "🚕"
+ }
+ ],
+ "version": 1
+ },
+ "oncoming_taxi": {
+ "id": "oncoming_taxi",
+ "name": "迎面驶来的出租车",
+ "keywords": [
+ "vehicle",
+ "cars",
+ "uber",
+ "优步",
+ "出租车",
+ "叫车",
+ "小黄",
+ "开车",
+ "的士",
+ "迎面驶来的出租车"
+ ],
+ "skins": [
+ {
+ "unified": "1f696",
+ "native": "🚖"
+ }
+ ],
+ "version": 1
+ },
+ "car": {
+ "id": "car",
+ "name": "汽车",
+ "keywords": [
+ "car",
+ "red",
+ "transportation",
+ "vehicle",
+ "开车",
+ "汽车",
+ "轿车"
+ ],
+ "skins": [
+ {
+ "unified": "1f697",
+ "native": "🚗"
+ }
+ ],
+ "version": 1
+ },
+ "oncoming_automobile": {
+ "id": "oncoming_automobile",
+ "name": "迎面驶来的汽车",
+ "keywords": [
+ "car",
+ "vehicle",
+ "transportation",
+ "开车",
+ "汽车",
+ "轿车",
+ "迎面而来",
+ "迎面驶来的汽车"
+ ],
+ "skins": [
+ {
+ "unified": "1f698",
+ "native": "🚘"
+ }
+ ],
+ "version": 1
+ },
+ "blue_car": {
+ "id": "blue_car",
+ "name": "运动型多用途车",
+ "keywords": [
+ "blue",
+ "car",
+ "sport",
+ "utility",
+ "transportation",
+ "SUV",
+ "休旅车",
+ "休闲车",
+ "开车",
+ "房车",
+ "汽车",
+ "车辆",
+ "轿车",
+ "运动型多用途车",
+ "驾驶"
+ ],
+ "skins": [
+ {
+ "unified": "1f699",
+ "native": "🚙"
+ }
+ ],
+ "version": 1
+ },
+ "pickup_truck": {
+ "id": "pickup_truck",
+ "name": "敞蓬小型载货卡车",
+ "keywords": [
+ "car",
+ "transportation",
+ "交通工具",
+ "卡车",
+ "敞蓬小型载货卡车",
+ "汽车",
+ "皮卡",
+ "车",
+ "载货"
+ ],
+ "skins": [
+ {
+ "unified": "1f6fb",
+ "native": "🛻"
+ }
+ ],
+ "version": 13
+ },
+ "truck": {
+ "id": "truck",
+ "name": "货车",
+ "keywords": [
+ "cars",
+ "transportation",
+ "卡车",
+ "开车",
+ "货车",
+ "送货"
+ ],
+ "skins": [
+ {
+ "unified": "1f69a",
+ "native": "🚚"
+ }
+ ],
+ "version": 1
+ },
+ "articulated_lorry": {
+ "id": "articulated_lorry",
+ "name": "铰接式货车",
+ "keywords": [
+ "vehicle",
+ "cars",
+ "transportation",
+ "express",
+ "卡车",
+ "拖车",
+ "搬运",
+ "货车",
+ "铰接式卡车",
+ "铰接式货车"
+ ],
+ "skins": [
+ {
+ "unified": "1f69b",
+ "native": "🚛"
+ }
+ ],
+ "version": 1
+ },
+ "tractor": {
+ "id": "tractor",
+ "name": "拖拉机",
+ "keywords": [
+ "vehicle",
+ "car",
+ "farming",
+ "agriculture",
+ "拖拉机"
+ ],
+ "skins": [
+ {
+ "unified": "1f69c",
+ "native": "🚜"
+ }
+ ],
+ "version": 1
+ },
+ "racing_car": {
+ "id": "racing_car",
+ "name": "赛车",
+ "keywords": [
+ "sports",
+ "race",
+ "fast",
+ "formula",
+ "f1",
+ "汽车",
+ "疾驰",
+ "赛车",
+ "跑车"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ce-fe0f",
+ "native": "🏎️"
+ }
+ ],
+ "version": 1
+ },
+ "racing_motorcycle": {
+ "id": "racing_motorcycle",
+ "name": "摩托车",
+ "keywords": [
+ "racing",
+ "race",
+ "sports",
+ "fast",
+ "摩托",
+ "摩托车",
+ "赛车"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cd-fe0f",
+ "native": "🏍️"
+ }
+ ],
+ "version": 1
+ },
+ "motor_scooter": {
+ "id": "motor_scooter",
+ "name": "小型摩托车",
+ "keywords": [
+ "vehicle",
+ "vespa",
+ "sasha",
+ "小型摩托车",
+ "摩托车",
+ "踏板车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f5",
+ "native": "🛵"
+ }
+ ],
+ "version": 3
+ },
+ "manual_wheelchair": {
+ "id": "manual_wheelchair",
+ "name": "手动轮椅",
+ "keywords": [
+ "accessibility",
+ "手动轮椅",
+ "无障碍",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f9bd",
+ "native": "🦽"
+ }
+ ],
+ "version": 12
+ },
+ "motorized_wheelchair": {
+ "id": "motorized_wheelchair",
+ "name": "电动轮椅",
+ "keywords": [
+ "accessibility",
+ "无障碍",
+ "电动轮椅",
+ "轮椅"
+ ],
+ "skins": [
+ {
+ "unified": "1f9bc",
+ "native": "🦼"
+ }
+ ],
+ "version": 12
+ },
+ "auto_rickshaw": {
+ "id": "auto_rickshaw",
+ "name": "三轮摩托车",
+ "keywords": [
+ "move",
+ "transportation",
+ "三脚鸡",
+ "三蹦子",
+ "三轮摩托车",
+ "嘟嘟车",
+ "电动三轮车",
+ "自动人力车",
+ "黄包车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6fa",
+ "native": "🛺"
+ }
+ ],
+ "version": 12
+ },
+ "bike": {
+ "id": "bike",
+ "name": "自行车",
+ "keywords": [
+ "bike",
+ "sports",
+ "exercise",
+ "hipster",
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车骑士",
+ "飞驰",
+ "骑车",
+ "骑车疾驰"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b2",
+ "native": "🚲"
+ }
+ ],
+ "version": 1
+ },
+ "scooter": {
+ "id": "scooter",
+ "name": "滑板车",
+ "keywords": [
+ "kick",
+ "vehicle",
+ "razor",
+ "滑板车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f4",
+ "native": "🛴"
+ }
+ ],
+ "version": 3
+ },
+ "skateboard": {
+ "id": "skateboard",
+ "name": "滑板",
+ "keywords": [
+ "board",
+ "板",
+ "滑板",
+ "踩滑板"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f9",
+ "native": "🛹"
+ }
+ ],
+ "version": 11
+ },
+ "roller_skate": {
+ "id": "roller_skate",
+ "name": "四轮滑冰鞋",
+ "keywords": [
+ "footwear",
+ "sports",
+ "四轮滑冰鞋",
+ "旱冰",
+ "溜冰",
+ "溜冰鞋",
+ "滑冰",
+ "轮式",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f6fc",
+ "native": "🛼"
+ }
+ ],
+ "version": 13
+ },
+ "busstop": {
+ "id": "busstop",
+ "name": "公交车站",
+ "keywords": [
+ "busstop",
+ "transportation",
+ "wait",
+ "公交站",
+ "公交车站",
+ "公共汽车站"
+ ],
+ "skins": [
+ {
+ "unified": "1f68f",
+ "native": "🚏"
+ }
+ ],
+ "version": 1
+ },
+ "motorway": {
+ "id": "motorway",
+ "name": "高速公路",
+ "keywords": [
+ "road",
+ "cupertino",
+ "interstate",
+ "highway",
+ "公路",
+ "高速公路"
+ ],
+ "skins": [
+ {
+ "unified": "1f6e3-fe0f",
+ "native": "🛣️"
+ }
+ ],
+ "version": 1
+ },
+ "railway_track": {
+ "id": "railway_track",
+ "name": "铁轨",
+ "keywords": [
+ "train",
+ "transportation",
+ "火车",
+ "铁路",
+ "铁轨"
+ ],
+ "skins": [
+ {
+ "unified": "1f6e4-fe0f",
+ "native": "🛤️"
+ }
+ ],
+ "version": 1
+ },
+ "oil_drum": {
+ "id": "oil_drum",
+ "name": "石油桶",
+ "keywords": [
+ "barrell",
+ "桶",
+ "油桶",
+ "石油",
+ "石油桶"
+ ],
+ "skins": [
+ {
+ "unified": "1f6e2-fe0f",
+ "native": "🛢️"
+ }
+ ],
+ "version": 1
+ },
+ "fuelpump": {
+ "id": "fuelpump",
+ "name": "油泵",
+ "keywords": [
+ "fuelpump",
+ "gas",
+ "station",
+ "petroleum",
+ "加油",
+ "加油站",
+ "柴油",
+ "油泵",
+ "燃料",
+ "燃油"
+ ],
+ "skins": [
+ {
+ "unified": "26fd",
+ "native": "⛽"
+ }
+ ],
+ "version": 1
+ },
+ "wheel": {
+ "id": "wheel",
+ "name": "车轮",
+ "keywords": [
+ "car",
+ "transport",
+ "圆圈",
+ "汽车",
+ "车轮",
+ "车辆",
+ "转动",
+ "轮胎"
+ ],
+ "skins": [
+ {
+ "unified": "1f6de",
+ "native": "🛞"
+ }
+ ],
+ "version": 14
+ },
+ "rotating_light": {
+ "id": "rotating_light",
+ "name": "警车灯",
+ "keywords": [
+ "rotating",
+ "ambulance",
+ "911",
+ "emergency",
+ "alert",
+ "error",
+ "pinged",
+ "law",
+ "legal",
+ "灯",
+ "紧急",
+ "警报",
+ "警灯",
+ "警示",
+ "警车灯"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a8",
+ "native": "🚨"
+ }
+ ],
+ "version": 1
+ },
+ "traffic_light": {
+ "id": "traffic_light",
+ "name": "横向的红绿灯",
+ "keywords": [
+ "transportation",
+ "signal",
+ "交通灯",
+ "信号灯",
+ "横向的红绿灯",
+ "红绿灯"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a5",
+ "native": "🚥"
+ }
+ ],
+ "version": 1
+ },
+ "vertical_traffic_light": {
+ "id": "vertical_traffic_light",
+ "name": "纵向的红绿灯",
+ "keywords": [
+ "transportation",
+ "driving",
+ "交叉口",
+ "交通灯",
+ "信号灯",
+ "直的红绿灯",
+ "红绿灯",
+ "纵向的红绿灯"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a6",
+ "native": "🚦"
+ }
+ ],
+ "version": 1
+ },
+ "octagonal_sign": {
+ "id": "octagonal_sign",
+ "name": "停止标志",
+ "keywords": [
+ "octagonal",
+ "停止",
+ "停止标志",
+ "八角形",
+ "八边形",
+ "标志"
+ ],
+ "skins": [
+ {
+ "unified": "1f6d1",
+ "native": "🛑"
+ }
+ ],
+ "version": 3
+ },
+ "construction": {
+ "id": "construction",
+ "name": "路障",
+ "keywords": [
+ "wip",
+ "progress",
+ "caution",
+ "warning",
+ "施工",
+ "路障"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a7",
+ "native": "🚧"
+ }
+ ],
+ "version": 1
+ },
+ "anchor": {
+ "id": "anchor",
+ "name": "锚",
+ "keywords": [
+ "ship",
+ "ferry",
+ "sea",
+ "boat",
+ "停泊",
+ "工具",
+ "船",
+ "锚"
+ ],
+ "skins": [
+ {
+ "unified": "2693",
+ "native": "⚓"
+ }
+ ],
+ "version": 1
+ },
+ "ring_buoy": {
+ "id": "ring_buoy",
+ "name": "救生圈",
+ "keywords": [
+ "life",
+ "saver",
+ "preserver",
+ "安全",
+ "救援",
+ "救生",
+ "救生圈",
+ "救生用具",
+ "游泳",
+ "漂浮"
+ ],
+ "skins": [
+ {
+ "unified": "1f6df",
+ "native": "🛟"
+ }
+ ],
+ "version": 14
+ },
+ "boat": {
+ "id": "boat",
+ "name": "帆船",
+ "keywords": [
+ "boat",
+ "ship",
+ "summer",
+ "transportation",
+ "water",
+ "sailing",
+ "帆船",
+ "游艇",
+ "船",
+ "驾帆船"
+ ],
+ "skins": [
+ {
+ "unified": "26f5",
+ "native": "⛵"
+ }
+ ],
+ "version": 1
+ },
+ "canoe": {
+ "id": "canoe",
+ "name": "独木舟",
+ "keywords": [
+ "boat",
+ "paddle",
+ "water",
+ "ship",
+ "独木舟",
+ "船"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f6",
+ "native": "🛶"
+ }
+ ],
+ "version": 3
+ },
+ "speedboat": {
+ "id": "speedboat",
+ "name": "快艇",
+ "keywords": [
+ "ship",
+ "transportation",
+ "vehicle",
+ "summer",
+ "亿万富翁",
+ "快艇",
+ "船",
+ "豪华游艇"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a4",
+ "native": "🚤"
+ }
+ ],
+ "version": 1
+ },
+ "passenger_ship": {
+ "id": "passenger_ship",
+ "name": "客轮",
+ "keywords": [
+ "yacht",
+ "cruise",
+ "ferry",
+ "客船",
+ "客轮",
+ "旅客"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f3-fe0f",
+ "native": "🛳️"
+ }
+ ],
+ "version": 1
+ },
+ "ferry": {
+ "id": "ferry",
+ "name": "渡轮",
+ "keywords": [
+ "boat",
+ "ship",
+ "yacht",
+ "旅客",
+ "渡船",
+ "渡轮",
+ "轮船"
+ ],
+ "skins": [
+ {
+ "unified": "26f4-fe0f",
+ "native": "⛴️"
+ }
+ ],
+ "version": 1
+ },
+ "motor_boat": {
+ "id": "motor_boat",
+ "name": "摩托艇",
+ "keywords": [
+ "ship",
+ "摩托艇",
+ "船"
+ ],
+ "skins": [
+ {
+ "unified": "1f6e5-fe0f",
+ "native": "🛥️"
+ }
+ ],
+ "version": 1
+ },
+ "ship": {
+ "id": "ship",
+ "name": "船",
+ "keywords": [
+ "transportation",
+ "titanic",
+ "deploy",
+ "旅客",
+ "旅行",
+ "船"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a2",
+ "native": "🚢"
+ }
+ ],
+ "version": 1
+ },
+ "airplane": {
+ "id": "airplane",
+ "name": "飞机",
+ "keywords": [
+ "vehicle",
+ "transportation",
+ "flight",
+ "fly",
+ "喷气机",
+ "旅行",
+ "飞机",
+ "飞行"
+ ],
+ "skins": [
+ {
+ "unified": "2708-fe0f",
+ "native": "✈️"
+ }
+ ],
+ "version": 1
+ },
+ "small_airplane": {
+ "id": "small_airplane",
+ "name": "小型飞机",
+ "keywords": [
+ "flight",
+ "transportation",
+ "fly",
+ "vehicle",
+ "小型飞机",
+ "小飞机",
+ "飞机"
+ ],
+ "skins": [
+ {
+ "unified": "1f6e9-fe0f",
+ "native": "🛩️"
+ }
+ ],
+ "version": 1
+ },
+ "airplane_departure": {
+ "id": "airplane_departure",
+ "name": "航班起飞",
+ "keywords": [
+ "airport",
+ "flight",
+ "landing",
+ "值机",
+ "出境",
+ "报到",
+ "登机",
+ "离境",
+ "航班",
+ "航班起飞",
+ "起飞",
+ "飞机"
+ ],
+ "skins": [
+ {
+ "unified": "1f6eb",
+ "native": "🛫"
+ }
+ ],
+ "version": 1
+ },
+ "airplane_arriving": {
+ "id": "airplane_arriving",
+ "name": "航班降落",
+ "keywords": [
+ "arriving",
+ "airport",
+ "flight",
+ "boarding",
+ "到达",
+ "着陆",
+ "航班",
+ "航班降落",
+ "降落",
+ "飞机"
+ ],
+ "skins": [
+ {
+ "unified": "1f6ec",
+ "native": "🛬"
+ }
+ ],
+ "version": 1
+ },
+ "parachute": {
+ "id": "parachute",
+ "name": "降落伞",
+ "keywords": [
+ "fly",
+ "glide",
+ "帆伞",
+ "悬挂滑翔",
+ "滑翔",
+ "滑翔伞",
+ "跳伞",
+ "降落伞"
+ ],
+ "skins": [
+ {
+ "unified": "1fa82",
+ "native": "🪂"
+ }
+ ],
+ "version": 12
+ },
+ "seat": {
+ "id": "seat",
+ "name": "座位",
+ "keywords": [
+ "sit",
+ "airplane",
+ "transport",
+ "bus",
+ "flight",
+ "fly",
+ "位子",
+ "座位",
+ "椅子"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ba",
+ "native": "💺"
+ }
+ ],
+ "version": 1
+ },
+ "helicopter": {
+ "id": "helicopter",
+ "name": "直升机",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "fly",
+ "旅行",
+ "直升机",
+ "直升飞机"
+ ],
+ "skins": [
+ {
+ "unified": "1f681",
+ "native": "🚁"
+ }
+ ],
+ "version": 1
+ },
+ "suspension_railway": {
+ "id": "suspension_railway",
+ "name": "空轨",
+ "keywords": [
+ "vehicle",
+ "transportation",
+ "悬挂",
+ "悬挂式单轨",
+ "空中轨道列车",
+ "空轨"
+ ],
+ "skins": [
+ {
+ "unified": "1f69f",
+ "native": "🚟"
+ }
+ ],
+ "version": 1
+ },
+ "mountain_cableway": {
+ "id": "mountain_cableway",
+ "name": "缆车",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "ski",
+ "空中",
+ "索道",
+ "缆车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a0",
+ "native": "🚠"
+ }
+ ],
+ "version": 1
+ },
+ "aerial_tramway": {
+ "id": "aerial_tramway",
+ "name": "索道",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "ski",
+ "空中",
+ "索道",
+ "缆车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a1",
+ "native": "🚡"
+ }
+ ],
+ "version": 1
+ },
+ "satellite": {
+ "id": "satellite",
+ "name": "卫星",
+ "keywords": [
+ "communication",
+ "gps",
+ "orbit",
+ "spaceflight",
+ "NASA",
+ "ISS",
+ "卫星",
+ "太空"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f0-fe0f",
+ "native": "🛰️"
+ }
+ ],
+ "version": 1
+ },
+ "rocket": {
+ "id": "rocket",
+ "name": "火箭",
+ "keywords": [
+ "launch",
+ "ship",
+ "staffmode",
+ "NASA",
+ "outer",
+ "space",
+ "fly",
+ "发射",
+ "太空",
+ "旅行",
+ "火箭"
+ ],
+ "skins": [
+ {
+ "unified": "1f680",
+ "native": "🚀"
+ }
+ ],
+ "version": 1
+ },
+ "flying_saucer": {
+ "id": "flying_saucer",
+ "name": "飞碟",
+ "keywords": [
+ "transportation",
+ "vehicle",
+ "ufo",
+ "UFO",
+ "不明飞行物",
+ "外星人",
+ "外星球",
+ "飞碟"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f8",
+ "native": "🛸"
+ }
+ ],
+ "version": 5
+ },
+ "bellhop_bell": {
+ "id": "bellhop_bell",
+ "name": "服务铃",
+ "keywords": [
+ "service",
+ "服务铃",
+ "行李员",
+ "酒店",
+ "铃"
+ ],
+ "skins": [
+ {
+ "unified": "1f6ce-fe0f",
+ "native": "🛎️"
+ }
+ ],
+ "version": 1
+ },
+ "luggage": {
+ "id": "luggage",
+ "name": "行李箱",
+ "keywords": [
+ "packing",
+ "travel",
+ "包装",
+ "手提箱",
+ "旅行",
+ "滚轮提箱",
+ "行李",
+ "行李箱"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f3",
+ "native": "🧳"
+ }
+ ],
+ "version": 11
+ },
+ "hourglass": {
+ "id": "hourglass",
+ "name": "沙漏",
+ "keywords": [
+ "done",
+ "time",
+ "clock",
+ "oldschool",
+ "limit",
+ "exam",
+ "quiz",
+ "test",
+ "时间",
+ "沙漏",
+ "计时",
+ "计时器"
+ ],
+ "skins": [
+ {
+ "unified": "231b",
+ "native": "⌛"
+ }
+ ],
+ "version": 1
+ },
+ "hourglass_flowing_sand": {
+ "id": "hourglass_flowing_sand",
+ "name": "沙正往下流的沙漏",
+ "keywords": [
+ "flowing",
+ "sand",
+ "oldschool",
+ "time",
+ "countdown",
+ "沙",
+ "沙正往下流的沙漏",
+ "沙漏",
+ "等待",
+ "计时器"
+ ],
+ "skins": [
+ {
+ "unified": "23f3",
+ "native": "⏳"
+ }
+ ],
+ "version": 1
+ },
+ "watch": {
+ "id": "watch",
+ "name": "手表",
+ "keywords": [
+ "time",
+ "accessories",
+ "手表",
+ "时间",
+ "表"
+ ],
+ "skins": [
+ {
+ "unified": "231a",
+ "native": "⌚"
+ }
+ ],
+ "version": 1
+ },
+ "alarm_clock": {
+ "id": "alarm_clock",
+ "name": "闹钟",
+ "keywords": [
+ "time",
+ "wake",
+ "小时",
+ "时间",
+ "钟",
+ "闹钟"
+ ],
+ "skins": [
+ {
+ "unified": "23f0",
+ "native": "⏰"
+ }
+ ],
+ "version": 1
+ },
+ "stopwatch": {
+ "id": "stopwatch",
+ "name": "秒表",
+ "keywords": [
+ "time",
+ "deadline",
+ "码表",
+ "秒表",
+ "计时",
+ "计时器"
+ ],
+ "skins": [
+ {
+ "unified": "23f1-fe0f",
+ "native": "⏱️"
+ }
+ ],
+ "version": 1
+ },
+ "timer_clock": {
+ "id": "timer_clock",
+ "name": "定时器",
+ "keywords": [
+ "alarm",
+ "定时器",
+ "时间",
+ "计时",
+ "计时器"
+ ],
+ "skins": [
+ {
+ "unified": "23f2-fe0f",
+ "native": "⏲️"
+ }
+ ],
+ "version": 1
+ },
+ "mantelpiece_clock": {
+ "id": "mantelpiece_clock",
+ "name": "座钟",
+ "keywords": [
+ "time",
+ "台钟",
+ "壁炉钟",
+ "座钟",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f570-fe0f",
+ "native": "🕰️"
+ }
+ ],
+ "version": 1
+ },
+ "clock12": {
+ "id": "clock12",
+ "name": "十二点",
+ "keywords": [
+ "clock12",
+ "o",
+ "clock",
+ "12",
+ "00:00",
+ "0000",
+ "12:00",
+ "1200",
+ "time",
+ "noon",
+ "midnight",
+ "midday",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "十二点",
+ "整点",
+ "时间",
+ "点钟",
+ "钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f55b",
+ "native": "🕛"
+ }
+ ],
+ "version": 1
+ },
+ "clock1230": {
+ "id": "clock1230",
+ "name": "十二点半",
+ "keywords": [
+ "clock1230",
+ "twelve",
+ "thirty",
+ "00:30",
+ "0030",
+ "12:30",
+ "1230",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "12",
+ "30",
+ "十二点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f567",
+ "native": "🕧"
+ }
+ ],
+ "version": 1
+ },
+ "clock1": {
+ "id": "clock1",
+ "name": "一点",
+ "keywords": [
+ "clock1",
+ "o",
+ "clock",
+ "1",
+ "1:00",
+ "100",
+ "13:00",
+ "1300",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "一点",
+ "时间"
+ ],
+ "skins": [
+ {
+ "unified": "1f550",
+ "native": "🕐"
+ }
+ ],
+ "version": 1
+ },
+ "clock130": {
+ "id": "clock130",
+ "name": "一点半",
+ "keywords": [
+ "clock130",
+ "one",
+ "thirty",
+ "1:30",
+ "130",
+ "13:30",
+ "1330",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "1",
+ "30",
+ "一点半",
+ "时间",
+ "钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f55c",
+ "native": "🕜"
+ }
+ ],
+ "version": 1
+ },
+ "clock2": {
+ "id": "clock2",
+ "name": "两点",
+ "keywords": [
+ "clock2",
+ "o",
+ "clock",
+ "2",
+ "2:00",
+ "200",
+ "14:00",
+ "1400",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "两点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f551",
+ "native": "🕑"
+ }
+ ],
+ "version": 1
+ },
+ "clock230": {
+ "id": "clock230",
+ "name": "两点半",
+ "keywords": [
+ "clock230",
+ "two",
+ "thirty",
+ "2:30",
+ "230",
+ "14:30",
+ "1430",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "2",
+ "30",
+ "两点半",
+ "时间",
+ "钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f55d",
+ "native": "🕝"
+ }
+ ],
+ "version": 1
+ },
+ "clock3": {
+ "id": "clock3",
+ "name": "三点",
+ "keywords": [
+ "clock3",
+ "o",
+ "clock",
+ "3",
+ "3:00",
+ "300",
+ "15:00",
+ "1500",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "三点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f552",
+ "native": "🕒"
+ }
+ ],
+ "version": 1
+ },
+ "clock330": {
+ "id": "clock330",
+ "name": "三点半",
+ "keywords": [
+ "clock330",
+ "three",
+ "thirty",
+ "3:30",
+ "330",
+ "15:30",
+ "1530",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "3",
+ "30",
+ "三点半",
+ "时间",
+ "钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f55e",
+ "native": "🕞"
+ }
+ ],
+ "version": 1
+ },
+ "clock4": {
+ "id": "clock4",
+ "name": "四点",
+ "keywords": [
+ "clock4",
+ "o",
+ "clock",
+ "4",
+ "4:00",
+ "400",
+ "16:00",
+ "1600",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "四点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f553",
+ "native": "🕓"
+ }
+ ],
+ "version": 1
+ },
+ "clock430": {
+ "id": "clock430",
+ "name": "四点半",
+ "keywords": [
+ "clock430",
+ "four",
+ "thirty",
+ "4:30",
+ "430",
+ "16:30",
+ "1630",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "30",
+ "4",
+ "四点半",
+ "时间",
+ "钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f55f",
+ "native": "🕟"
+ }
+ ],
+ "version": 1
+ },
+ "clock5": {
+ "id": "clock5",
+ "name": "五点",
+ "keywords": [
+ "clock5",
+ "o",
+ "clock",
+ "5",
+ "5:00",
+ "500",
+ "17:00",
+ "1700",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "五点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f554",
+ "native": "🕔"
+ }
+ ],
+ "version": 1
+ },
+ "clock530": {
+ "id": "clock530",
+ "name": "五点半",
+ "keywords": [
+ "clock530",
+ "five",
+ "thirty",
+ "5:30",
+ "530",
+ "17:30",
+ "1730",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "30",
+ "5",
+ "五点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f560",
+ "native": "🕠"
+ }
+ ],
+ "version": 1
+ },
+ "clock6": {
+ "id": "clock6",
+ "name": "六点",
+ "keywords": [
+ "clock6",
+ "o",
+ "clock",
+ "6",
+ "6:00",
+ "600",
+ "18:00",
+ "1800",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "dawn",
+ "dusk",
+ "00",
+ "六点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f555",
+ "native": "🕕"
+ }
+ ],
+ "version": 1
+ },
+ "clock630": {
+ "id": "clock630",
+ "name": "六点半",
+ "keywords": [
+ "clock630",
+ "six",
+ "thirty",
+ "6:30",
+ "630",
+ "18:30",
+ "1830",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "30",
+ "6",
+ "六点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f561",
+ "native": "🕡"
+ }
+ ],
+ "version": 1
+ },
+ "clock7": {
+ "id": "clock7",
+ "name": "七点",
+ "keywords": [
+ "clock7",
+ "o",
+ "clock",
+ "7",
+ "7:00",
+ "700",
+ "19:00",
+ "1900",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "七点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f556",
+ "native": "🕖"
+ }
+ ],
+ "version": 1
+ },
+ "clock730": {
+ "id": "clock730",
+ "name": "七点半",
+ "keywords": [
+ "clock730",
+ "seven",
+ "thirty",
+ "7:30",
+ "730",
+ "19:30",
+ "1930",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "30",
+ "7",
+ "七点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f562",
+ "native": "🕢"
+ }
+ ],
+ "version": 1
+ },
+ "clock8": {
+ "id": "clock8",
+ "name": "八点",
+ "keywords": [
+ "clock8",
+ "o",
+ "clock",
+ "8",
+ "8:00",
+ "800",
+ "20:00",
+ "2000",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "八点",
+ "时间",
+ "钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f557",
+ "native": "🕗"
+ }
+ ],
+ "version": 1
+ },
+ "clock830": {
+ "id": "clock830",
+ "name": "八点半",
+ "keywords": [
+ "clock830",
+ "eight",
+ "thirty",
+ "8:30",
+ "830",
+ "20:30",
+ "2030",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "30",
+ "8",
+ "八点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f563",
+ "native": "🕣"
+ }
+ ],
+ "version": 1
+ },
+ "clock9": {
+ "id": "clock9",
+ "name": "九点",
+ "keywords": [
+ "clock9",
+ "o",
+ "clock",
+ "9",
+ "9:00",
+ "900",
+ "21:00",
+ "2100",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "九点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f558",
+ "native": "🕘"
+ }
+ ],
+ "version": 1
+ },
+ "clock930": {
+ "id": "clock930",
+ "name": "九点半",
+ "keywords": [
+ "clock930",
+ "nine",
+ "thirty",
+ "9:30",
+ "930",
+ "21:30",
+ "2130",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "30",
+ "9",
+ "九点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f564",
+ "native": "🕤"
+ }
+ ],
+ "version": 1
+ },
+ "clock10": {
+ "id": "clock10",
+ "name": "十点",
+ "keywords": [
+ "clock10",
+ "o",
+ "clock",
+ "10",
+ "10:00",
+ "1000",
+ "22:00",
+ "2200",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "十点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f559",
+ "native": "🕙"
+ }
+ ],
+ "version": 1
+ },
+ "clock1030": {
+ "id": "clock1030",
+ "name": "十点半",
+ "keywords": [
+ "clock1030",
+ "ten",
+ "thirty",
+ "10:30",
+ "1030",
+ "22:30",
+ "2230",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "10",
+ "30",
+ "十点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f565",
+ "native": "🕥"
+ }
+ ],
+ "version": 1
+ },
+ "clock11": {
+ "id": "clock11",
+ "name": "十一点",
+ "keywords": [
+ "clock11",
+ "o",
+ "clock",
+ "11",
+ "11:00",
+ "1100",
+ "23:00",
+ "2300",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "00",
+ "十一点",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f55a",
+ "native": "🕚"
+ }
+ ],
+ "version": 1
+ },
+ "clock1130": {
+ "id": "clock1130",
+ "name": "十一点半",
+ "keywords": [
+ "clock1130",
+ "eleven",
+ "thirty",
+ "11:30",
+ "1130",
+ "23:30",
+ "2330",
+ "time",
+ "late",
+ "early",
+ "schedule",
+ "11",
+ "30",
+ "十一点半",
+ "时钟"
+ ],
+ "skins": [
+ {
+ "unified": "1f566",
+ "native": "🕦"
+ }
+ ],
+ "version": 1
+ },
+ "new_moon": {
+ "id": "new_moon",
+ "name": "朔月",
+ "keywords": [
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "新月",
+ "月亮",
+ "朔月"
+ ],
+ "skins": [
+ {
+ "unified": "1f311",
+ "native": "🌑"
+ }
+ ],
+ "version": 1
+ },
+ "waxing_crescent_moon": {
+ "id": "waxing_crescent_moon",
+ "name": "蛾眉月",
+ "keywords": [
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "三日月",
+ "娥眉月",
+ "弯月",
+ "月亮",
+ "盈月",
+ "眉月",
+ "蛾眉月"
+ ],
+ "skins": [
+ {
+ "unified": "1f312",
+ "native": "🌒"
+ }
+ ],
+ "version": 1
+ },
+ "first_quarter_moon": {
+ "id": "first_quarter_moon",
+ "name": "上弦月",
+ "keywords": [
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "上弦月",
+ "月亮"
+ ],
+ "skins": [
+ {
+ "unified": "1f313",
+ "native": "🌓"
+ }
+ ],
+ "version": 1
+ },
+ "moon": {
+ "id": "moon",
+ "name": "盈凸月",
+ "keywords": [
+ "nature",
+ "night",
+ "sky",
+ "gray",
+ "twilight",
+ "planet",
+ "space",
+ "evening",
+ "sleep",
+ "月亮",
+ "盈凸月"
+ ],
+ "skins": [
+ {
+ "unified": "1f314",
+ "native": "🌔"
+ }
+ ],
+ "version": 1
+ },
+ "full_moon": {
+ "id": "full_moon",
+ "name": "满月",
+ "keywords": [
+ "nature",
+ "yellow",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "月亮",
+ "望月",
+ "满月"
+ ],
+ "skins": [
+ {
+ "unified": "1f315",
+ "native": "🌕"
+ }
+ ],
+ "version": 1
+ },
+ "waning_gibbous_moon": {
+ "id": "waning_gibbous_moon",
+ "name": "亏凸月",
+ "keywords": [
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "waxing",
+ "亏凸月",
+ "月亮",
+ "衰落"
+ ],
+ "skins": [
+ {
+ "unified": "1f316",
+ "native": "🌖"
+ }
+ ],
+ "version": 1
+ },
+ "last_quarter_moon": {
+ "id": "last_quarter_moon",
+ "name": "下弦月",
+ "keywords": [
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "下弦月",
+ "月亮"
+ ],
+ "skins": [
+ {
+ "unified": "1f317",
+ "native": "🌗"
+ }
+ ],
+ "version": 1
+ },
+ "waning_crescent_moon": {
+ "id": "waning_crescent_moon",
+ "name": "残月",
+ "keywords": [
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "亏眉月",
+ "弯月",
+ "月亮",
+ "残月"
+ ],
+ "skins": [
+ {
+ "unified": "1f318",
+ "native": "🌘"
+ }
+ ],
+ "version": 1
+ },
+ "crescent_moon": {
+ "id": "crescent_moon",
+ "name": "弯月",
+ "keywords": [
+ "night",
+ "sleep",
+ "sky",
+ "evening",
+ "magic",
+ "娥眉月",
+ "弯月",
+ "新月形",
+ "月亮",
+ "残月",
+ "蛾眉月"
+ ],
+ "skins": [
+ {
+ "unified": "1f319",
+ "native": "🌙"
+ }
+ ],
+ "version": 1
+ },
+ "new_moon_with_face": {
+ "id": "new_moon_with_face",
+ "name": "微笑的朔月",
+ "keywords": [
+ "with",
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "微笑的朔月",
+ "新月",
+ "月亮",
+ "朔月"
+ ],
+ "skins": [
+ {
+ "unified": "1f31a",
+ "native": "🌚"
+ }
+ ],
+ "version": 1
+ },
+ "first_quarter_moon_with_face": {
+ "id": "first_quarter_moon_with_face",
+ "name": "微笑的上弦月",
+ "keywords": [
+ "with",
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "上弦月",
+ "微笑的上弦月",
+ "月亮",
+ "蛾眉月"
+ ],
+ "skins": [
+ {
+ "unified": "1f31b",
+ "native": "🌛"
+ }
+ ],
+ "version": 1
+ },
+ "last_quarter_moon_with_face": {
+ "id": "last_quarter_moon_with_face",
+ "name": "微笑的下弦月",
+ "keywords": [
+ "with",
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "下弦月",
+ "微笑的下弦月",
+ "月亮",
+ "残月"
+ ],
+ "skins": [
+ {
+ "unified": "1f31c",
+ "native": "🌜"
+ }
+ ],
+ "version": 1
+ },
+ "thermometer": {
+ "id": "thermometer",
+ "name": "温度计",
+ "keywords": [
+ "weather",
+ "temperature",
+ "hot",
+ "cold",
+ "天气",
+ "气温",
+ "温度",
+ "温度计"
+ ],
+ "skins": [
+ {
+ "unified": "1f321-fe0f",
+ "native": "🌡️"
+ }
+ ],
+ "version": 1
+ },
+ "sunny": {
+ "id": "sunny",
+ "name": "太阳",
+ "keywords": [
+ "sunny",
+ "weather",
+ "nature",
+ "brightness",
+ "summer",
+ "beach",
+ "spring",
+ "光线",
+ "太阳",
+ "晴",
+ "晴天",
+ "阳光明媚",
+ "阳光普照"
+ ],
+ "skins": [
+ {
+ "unified": "2600-fe0f",
+ "native": "☀️"
+ }
+ ],
+ "version": 1
+ },
+ "full_moon_with_face": {
+ "id": "full_moon_with_face",
+ "name": "微笑的月亮",
+ "keywords": [
+ "with",
+ "nature",
+ "twilight",
+ "planet",
+ "space",
+ "night",
+ "evening",
+ "sleep",
+ "微笑的月亮",
+ "月亮",
+ "望月",
+ "满月"
+ ],
+ "skins": [
+ {
+ "unified": "1f31d",
+ "native": "🌝"
+ }
+ ],
+ "version": 1
+ },
+ "sun_with_face": {
+ "id": "sun_with_face",
+ "name": "微笑的太阳",
+ "keywords": [
+ "nature",
+ "morning",
+ "sky",
+ "太阳",
+ "微笑的太阳",
+ "温暖阳光",
+ "阳光明媚"
+ ],
+ "skins": [
+ {
+ "unified": "1f31e",
+ "native": "🌞"
+ }
+ ],
+ "version": 1
+ },
+ "ringed_planet": {
+ "id": "ringed_planet",
+ "name": "有环行星",
+ "keywords": [
+ "outerspace",
+ "土星",
+ "有环行星",
+ "行星"
+ ],
+ "skins": [
+ {
+ "unified": "1fa90",
+ "native": "🪐"
+ }
+ ],
+ "version": 12
+ },
+ "star": {
+ "id": "star",
+ "name": "星星",
+ "keywords": [
+ "night",
+ "yellow",
+ "五角星",
+ "星星",
+ "白色星星"
+ ],
+ "skins": [
+ {
+ "unified": "2b50",
+ "native": "⭐"
+ }
+ ],
+ "version": 1
+ },
+ "star2": {
+ "id": "star2",
+ "name": "闪亮的星星",
+ "keywords": [
+ "star2",
+ "night",
+ "sparkle",
+ "awesome",
+ "good",
+ "magic",
+ "发光",
+ "星星",
+ "闪亮",
+ "闪亮的星星",
+ "闪光"
+ ],
+ "skins": [
+ {
+ "unified": "1f31f",
+ "native": "🌟"
+ }
+ ],
+ "version": 1
+ },
+ "stars": {
+ "id": "stars",
+ "name": "流星",
+ "keywords": [
+ "stars",
+ "night",
+ "photo",
+ "夜晚",
+ "太空",
+ "星空",
+ "流星",
+ "陨落之星"
+ ],
+ "skins": [
+ {
+ "unified": "1f320",
+ "native": "🌠"
+ }
+ ],
+ "version": 1
+ },
+ "milky_way": {
+ "id": "milky_way",
+ "name": "银河",
+ "keywords": [
+ "photo",
+ "space",
+ "stars",
+ "太空",
+ "星空",
+ "银河"
+ ],
+ "skins": [
+ {
+ "unified": "1f30c",
+ "native": "🌌"
+ }
+ ],
+ "version": 1
+ },
+ "cloud": {
+ "id": "cloud",
+ "name": "云",
+ "keywords": [
+ "weather",
+ "sky",
+ "云",
+ "云彩",
+ "云朵",
+ "天气",
+ "阴"
+ ],
+ "skins": [
+ {
+ "unified": "2601-fe0f",
+ "native": "☁️"
+ }
+ ],
+ "version": 1
+ },
+ "partly_sunny": {
+ "id": "partly_sunny",
+ "name": "阴",
+ "keywords": [
+ "partly",
+ "sunny",
+ "weather",
+ "nature",
+ "cloudy",
+ "morning",
+ "fall",
+ "spring",
+ "乌云蔽日",
+ "多云",
+ "阴"
+ ],
+ "skins": [
+ {
+ "unified": "26c5",
+ "native": "⛅"
+ }
+ ],
+ "version": 1
+ },
+ "thunder_cloud_and_rain": {
+ "id": "thunder_cloud_and_rain",
+ "name": "雷阵雨",
+ "keywords": [
+ "thunder",
+ "weather",
+ "暴风雨",
+ "阵雨",
+ "雨",
+ "雷",
+ "雷暴",
+ "雷阵雨"
+ ],
+ "skins": [
+ {
+ "unified": "26c8-fe0f",
+ "native": "⛈️"
+ }
+ ],
+ "version": 1
+ },
+ "mostly_sunny": {
+ "id": "mostly_sunny",
+ "name": "晴偶有云",
+ "keywords": [
+ "mostly",
+ "sunny",
+ "weather",
+ "云",
+ "天气",
+ "太阳",
+ "少云",
+ "晴",
+ "晴偶有云",
+ "阴"
+ ],
+ "skins": [
+ {
+ "unified": "1f324-fe0f",
+ "native": "🌤️"
+ }
+ ],
+ "version": 1
+ },
+ "barely_sunny": {
+ "id": "barely_sunny",
+ "name": "多云",
+ "keywords": [
+ "barely",
+ "sunny",
+ "weather",
+ "云",
+ "多云",
+ "太阳",
+ "泠",
+ "阴"
+ ],
+ "skins": [
+ {
+ "unified": "1f325-fe0f",
+ "native": "🌥️"
+ }
+ ],
+ "version": 1
+ },
+ "partly_sunny_rain": {
+ "id": "partly_sunny_rain",
+ "name": "晴转雨",
+ "keywords": [
+ "partly",
+ "sunny",
+ "weather",
+ "下雨",
+ "云",
+ "天气",
+ "太阳",
+ "晴时多云偶阵雨",
+ "晴转雨",
+ "雨"
+ ],
+ "skins": [
+ {
+ "unified": "1f326-fe0f",
+ "native": "🌦️"
+ }
+ ],
+ "version": 1
+ },
+ "rain_cloud": {
+ "id": "rain_cloud",
+ "name": "下雨",
+ "keywords": [
+ "weather",
+ "下雨",
+ "云",
+ "天气",
+ "雨"
+ ],
+ "skins": [
+ {
+ "unified": "1f327-fe0f",
+ "native": "🌧️"
+ }
+ ],
+ "version": 1
+ },
+ "snow_cloud": {
+ "id": "snow_cloud",
+ "name": "下雪",
+ "keywords": [
+ "weather",
+ "下雪",
+ "云",
+ "天气",
+ "雪"
+ ],
+ "skins": [
+ {
+ "unified": "1f328-fe0f",
+ "native": "🌨️"
+ }
+ ],
+ "version": 1
+ },
+ "lightning": {
+ "id": "lightning",
+ "name": "打雷",
+ "keywords": [
+ "weather",
+ "thunder",
+ "云",
+ "天气",
+ "打雷",
+ "闪电",
+ "雷"
+ ],
+ "skins": [
+ {
+ "unified": "1f329-fe0f",
+ "native": "🌩️"
+ }
+ ],
+ "version": 1
+ },
+ "tornado": {
+ "id": "tornado",
+ "name": "龙卷风",
+ "keywords": [
+ "cloud",
+ "weather",
+ "cyclone",
+ "twister",
+ "云",
+ "天气",
+ "旋风",
+ "龙卷风"
+ ],
+ "skins": [
+ {
+ "unified": "1f32a-fe0f",
+ "native": "🌪️"
+ }
+ ],
+ "version": 1
+ },
+ "fog": {
+ "id": "fog",
+ "name": "雾",
+ "keywords": [
+ "weather",
+ "云",
+ "雾",
+ "霾"
+ ],
+ "skins": [
+ {
+ "unified": "1f32b-fe0f",
+ "native": "🌫️"
+ }
+ ],
+ "version": 1
+ },
+ "wind_blowing_face": {
+ "id": "wind_blowing_face",
+ "name": "大风",
+ "keywords": [
+ "blowing",
+ "gust",
+ "air",
+ "大风",
+ "狂风",
+ "风吹"
+ ],
+ "skins": [
+ {
+ "unified": "1f32c-fe0f",
+ "native": "🌬️"
+ }
+ ],
+ "version": 1
+ },
+ "cyclone": {
+ "id": "cyclone",
+ "name": "台风",
+ "keywords": [
+ "weather",
+ "swirl",
+ "blue",
+ "cloud",
+ "vortex",
+ "spiral",
+ "whirlpool",
+ "spin",
+ "tornado",
+ "hurricane",
+ "typhoon",
+ "台风",
+ "天气",
+ "旋风",
+ "晕",
+ "气旋",
+ "飓风",
+ "龙卷风"
+ ],
+ "skins": [
+ {
+ "unified": "1f300",
+ "native": "🌀"
+ }
+ ],
+ "version": 1
+ },
+ "rainbow": {
+ "id": "rainbow",
+ "name": "彩虹",
+ "keywords": [
+ "nature",
+ "happy",
+ "unicorn",
+ "face",
+ "photo",
+ "sky",
+ "spring",
+ "LGBT",
+ "双性恋",
+ "同志",
+ "彩虹",
+ "跨性别"
+ ],
+ "skins": [
+ {
+ "unified": "1f308",
+ "native": "🌈"
+ }
+ ],
+ "version": 1
+ },
+ "closed_umbrella": {
+ "id": "closed_umbrella",
+ "name": "收起的伞",
+ "keywords": [
+ "weather",
+ "rain",
+ "drizzle",
+ "下雨",
+ "伞",
+ "收起的伞",
+ "雨",
+ "雨伞"
+ ],
+ "skins": [
+ {
+ "unified": "1f302",
+ "native": "🌂"
+ }
+ ],
+ "version": 1
+ },
+ "umbrella": {
+ "id": "umbrella",
+ "name": "伞",
+ "keywords": [
+ "weather",
+ "spring",
+ "伞",
+ "雨",
+ "雨伞"
+ ],
+ "skins": [
+ {
+ "unified": "2602-fe0f",
+ "native": "☂️"
+ }
+ ],
+ "version": 1
+ },
+ "umbrella_with_rain_drops": {
+ "id": "umbrella_with_rain_drops",
+ "name": "雨伞",
+ "keywords": [
+ "rainy",
+ "weather",
+ "spring",
+ "下雨",
+ "伞",
+ "雨伞",
+ "雨滴"
+ ],
+ "skins": [
+ {
+ "unified": "2614",
+ "native": "☔"
+ }
+ ],
+ "version": 1
+ },
+ "umbrella_on_ground": {
+ "id": "umbrella_on_ground",
+ "name": "阳伞",
+ "keywords": [
+ "weather",
+ "summer",
+ "下雨",
+ "伞",
+ "地上的阳伞",
+ "太阳",
+ "阳伞"
+ ],
+ "skins": [
+ {
+ "unified": "26f1-fe0f",
+ "native": "⛱️"
+ }
+ ],
+ "version": 1
+ },
+ "zap": {
+ "id": "zap",
+ "name": "高压",
+ "keywords": [
+ "zap",
+ "thunder",
+ "weather",
+ "lightning",
+ "bolt",
+ "fast",
+ "危险",
+ "有电",
+ "闪电",
+ "高压"
+ ],
+ "skins": [
+ {
+ "unified": "26a1",
+ "native": "⚡"
+ }
+ ],
+ "version": 1
+ },
+ "snowflake": {
+ "id": "snowflake",
+ "name": "雪花",
+ "keywords": [
+ "winter",
+ "season",
+ "cold",
+ "weather",
+ "christmas",
+ "xmas",
+ "冷",
+ "天气",
+ "雪",
+ "雪花"
+ ],
+ "skins": [
+ {
+ "unified": "2744-fe0f",
+ "native": "❄️"
+ }
+ ],
+ "version": 1
+ },
+ "snowman": {
+ "id": "snowman",
+ "name": "雪与雪人",
+ "keywords": [
+ "winter",
+ "season",
+ "cold",
+ "weather",
+ "christmas",
+ "xmas",
+ "frozen",
+ "泠",
+ "雪",
+ "雪与雪人",
+ "雪人"
+ ],
+ "skins": [
+ {
+ "unified": "2603-fe0f",
+ "native": "☃️"
+ }
+ ],
+ "version": 1
+ },
+ "snowman_without_snow": {
+ "id": "snowman_without_snow",
+ "name": "雪人",
+ "keywords": [
+ "winter",
+ "season",
+ "cold",
+ "weather",
+ "christmas",
+ "xmas",
+ "frozen",
+ "下雪",
+ "泠",
+ "雪人"
+ ],
+ "skins": [
+ {
+ "unified": "26c4",
+ "native": "⛄"
+ }
+ ],
+ "version": 1
+ },
+ "comet": {
+ "id": "comet",
+ "name": "彗星",
+ "keywords": [
+ "space",
+ "太空",
+ "彗星"
+ ],
+ "skins": [
+ {
+ "unified": "2604-fe0f",
+ "native": "☄️"
+ }
+ ],
+ "version": 1
+ },
+ "fire": {
+ "id": "fire",
+ "name": "火焰",
+ "keywords": [
+ "hot",
+ "cook",
+ "flame",
+ "火",
+ "火焰",
+ "烧",
+ "燃烧"
+ ],
+ "skins": [
+ {
+ "unified": "1f525",
+ "native": "🔥"
+ }
+ ],
+ "version": 1
+ },
+ "droplet": {
+ "id": "droplet",
+ "name": "水滴",
+ "keywords": [
+ "water",
+ "drip",
+ "faucet",
+ "spring",
+ "冷",
+ "天气",
+ "水",
+ "水滴",
+ "泪",
+ "眼泪"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a7",
+ "native": "💧"
+ }
+ ],
+ "version": 1
+ },
+ "ocean": {
+ "id": "ocean",
+ "name": "浪花",
+ "keywords": [
+ "ocean",
+ "sea",
+ "nature",
+ "tsunami",
+ "disaster",
+ "波浪",
+ "浪",
+ "浪花",
+ "海洋"
+ ],
+ "skins": [
+ {
+ "unified": "1f30a",
+ "native": "🌊"
+ }
+ ],
+ "version": 1
+ },
+ "jack_o_lantern": {
+ "id": "jack_o_lantern",
+ "name": "南瓜灯",
+ "keywords": [
+ "jack",
+ "o",
+ "lantern",
+ "halloween",
+ "light",
+ "pumpkin",
+ "creepy",
+ "fall",
+ "万圣节",
+ "南瓜",
+ "南瓜灯",
+ "庆祝",
+ "灯",
+ "灯笼"
+ ],
+ "skins": [
+ {
+ "unified": "1f383",
+ "native": "🎃"
+ }
+ ],
+ "version": 1
+ },
+ "christmas_tree": {
+ "id": "christmas_tree",
+ "name": "圣诞树",
+ "keywords": [
+ "festival",
+ "vacation",
+ "december",
+ "xmas",
+ "celebration",
+ "圣诞",
+ "圣诞树",
+ "庆祝",
+ "树",
+ "装饰"
+ ],
+ "skins": [
+ {
+ "unified": "1f384",
+ "native": "🎄"
+ }
+ ],
+ "version": 1
+ },
+ "fireworks": {
+ "id": "fireworks",
+ "name": "焰火",
+ "keywords": [
+ "photo",
+ "festival",
+ "carnival",
+ "congratulations",
+ "庆典",
+ "庆祝",
+ "炮竹",
+ "烟花",
+ "焰火",
+ "爆竹"
+ ],
+ "skins": [
+ {
+ "unified": "1f386",
+ "native": "🎆"
+ }
+ ],
+ "version": 1
+ },
+ "sparkler": {
+ "id": "sparkler",
+ "name": "烟花",
+ "keywords": [
+ "stars",
+ "night",
+ "shine",
+ "庆祝",
+ "火花",
+ "烟火",
+ "烟花",
+ "焰火"
+ ],
+ "skins": [
+ {
+ "unified": "1f387",
+ "native": "🎇"
+ }
+ ],
+ "version": 1
+ },
+ "firecracker": {
+ "id": "firecracker",
+ "name": "爆竹",
+ "keywords": [
+ "dynamite",
+ "boom",
+ "explode",
+ "explosion",
+ "explosive",
+ "光亮",
+ "火花",
+ "炸药",
+ "烟火",
+ "烟花",
+ "爆炸",
+ "爆竹",
+ "鞭炮"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e8",
+ "native": "🧨"
+ }
+ ],
+ "version": 11
+ },
+ "sparkles": {
+ "id": "sparkles",
+ "name": "闪亮",
+ "keywords": [
+ "stars",
+ "shine",
+ "shiny",
+ "cool",
+ "awesome",
+ "good",
+ "magic",
+ "星星",
+ "火花",
+ "闪亮",
+ "闪光",
+ "闪耀"
+ ],
+ "skins": [
+ {
+ "unified": "2728",
+ "native": "✨"
+ }
+ ],
+ "version": 1
+ },
+ "balloon": {
+ "id": "balloon",
+ "name": "气球",
+ "keywords": [
+ "party",
+ "celebration",
+ "birthday",
+ "circus",
+ "庆祝",
+ "气球",
+ "生日",
+ "节日"
+ ],
+ "skins": [
+ {
+ "unified": "1f388",
+ "native": "🎈"
+ }
+ ],
+ "version": 1
+ },
+ "tada": {
+ "id": "tada",
+ "name": "拉炮彩带",
+ "keywords": [
+ "tada",
+ "congratulations",
+ "birthday",
+ "magic",
+ "circus",
+ "celebration",
+ "兴奋",
+ "呱呱叫",
+ "庆祝",
+ "彩带",
+ "拉炮",
+ "拉炮彩带",
+ "派对",
+ "派对礼宾花",
+ "生日"
+ ],
+ "skins": [
+ {
+ "unified": "1f389",
+ "native": "🎉"
+ }
+ ],
+ "version": 1
+ },
+ "confetti_ball": {
+ "id": "confetti_ball",
+ "name": "五彩纸屑球",
+ "keywords": [
+ "festival",
+ "party",
+ "birthday",
+ "circus",
+ "五彩纸屑",
+ "五彩纸屑球",
+ "庆祝",
+ "彩色纸屑",
+ "球",
+ "舞会"
+ ],
+ "skins": [
+ {
+ "unified": "1f38a",
+ "native": "🎊"
+ }
+ ],
+ "version": 1
+ },
+ "tanabata_tree": {
+ "id": "tanabata_tree",
+ "name": "七夕树",
+ "keywords": [
+ "plant",
+ "nature",
+ "branch",
+ "summer",
+ "bamboo",
+ "wish",
+ "star",
+ "festival",
+ "tanzaku",
+ "七夕",
+ "七夕树",
+ "庆祝",
+ "日本",
+ "条幅",
+ "树"
+ ],
+ "skins": [
+ {
+ "unified": "1f38b",
+ "native": "🎋"
+ }
+ ],
+ "version": 1
+ },
+ "bamboo": {
+ "id": "bamboo",
+ "name": "门松",
+ "keywords": [
+ "bamboo",
+ "japanese",
+ "plant",
+ "nature",
+ "vegetable",
+ "panda",
+ "new",
+ "years",
+ "庆祝",
+ "日本",
+ "松树",
+ "盆栽",
+ "竹",
+ "门松"
+ ],
+ "skins": [
+ {
+ "unified": "1f38d",
+ "native": "🎍"
+ }
+ ],
+ "version": 1
+ },
+ "dolls": {
+ "id": "dolls",
+ "name": "日本人形",
+ "keywords": [
+ "toy",
+ "kimono",
+ "人偶",
+ "娃娃",
+ "庆祝",
+ "日本",
+ "日本人偶",
+ "日本人形",
+ "节日"
+ ],
+ "skins": [
+ {
+ "unified": "1f38e",
+ "native": "🎎"
+ }
+ ],
+ "version": 1
+ },
+ "flags": {
+ "id": "flags",
+ "name": "鲤鱼旗",
+ "keywords": [
+ "flags",
+ "fish",
+ "japanese",
+ "koinobori",
+ "banner",
+ "庆祝",
+ "日本",
+ "男孩节",
+ "长旗",
+ "鲤鱼旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f38f",
+ "native": "🎏"
+ }
+ ],
+ "version": 1
+ },
+ "wind_chime": {
+ "id": "wind_chime",
+ "name": "风铃",
+ "keywords": [
+ "nature",
+ "ding",
+ "spring",
+ "bell",
+ "庆祝",
+ "铃铛",
+ "风",
+ "风铃"
+ ],
+ "skins": [
+ {
+ "unified": "1f390",
+ "native": "🎐"
+ }
+ ],
+ "version": 1
+ },
+ "rice_scene": {
+ "id": "rice_scene",
+ "name": "赏月",
+ "keywords": [
+ "rice",
+ "scene",
+ "photo",
+ "japan",
+ "asia",
+ "tsukimi",
+ "中秋",
+ "佳节",
+ "庆祝",
+ "月亮",
+ "祭月",
+ "赏月"
+ ],
+ "skins": [
+ {
+ "unified": "1f391",
+ "native": "🎑"
+ }
+ ],
+ "version": 1
+ },
+ "red_envelope": {
+ "id": "red_envelope",
+ "name": "红包",
+ "keywords": [
+ "gift",
+ "利事",
+ "利是",
+ "好运",
+ "礼物",
+ "红信封",
+ "红包",
+ "运气",
+ "钱"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e7",
+ "native": "🧧"
+ }
+ ],
+ "version": 11
+ },
+ "ribbon": {
+ "id": "ribbon",
+ "name": "蝴蝶结",
+ "keywords": [
+ "decoration",
+ "pink",
+ "girl",
+ "bowtie",
+ "丝带",
+ "庆祝",
+ "缎带",
+ "蝴蝶结"
+ ],
+ "skins": [
+ {
+ "unified": "1f380",
+ "native": "🎀"
+ }
+ ],
+ "version": 1
+ },
+ "gift": {
+ "id": "gift",
+ "name": "礼物",
+ "keywords": [
+ "present",
+ "birthday",
+ "christmas",
+ "xmas",
+ "包礼物",
+ "包装",
+ "圣诞",
+ "庆祝",
+ "惊喜",
+ "生日礼物",
+ "盒子",
+ "礼品",
+ "礼物"
+ ],
+ "skins": [
+ {
+ "unified": "1f381",
+ "native": "🎁"
+ }
+ ],
+ "version": 1
+ },
+ "reminder_ribbon": {
+ "id": "reminder_ribbon",
+ "name": "提示丝带",
+ "keywords": [
+ "sports",
+ "cause",
+ "support",
+ "awareness",
+ "丝带",
+ "庆典",
+ "庆祝",
+ "提示丝带",
+ "暗示",
+ "飘带"
+ ],
+ "skins": [
+ {
+ "unified": "1f397-fe0f",
+ "native": "🎗️"
+ }
+ ],
+ "version": 1
+ },
+ "admission_tickets": {
+ "id": "admission_tickets",
+ "name": "入场券",
+ "keywords": [
+ "sports",
+ "concert",
+ "entrance",
+ "入场券",
+ "票",
+ "门票"
+ ],
+ "skins": [
+ {
+ "unified": "1f39f-fe0f",
+ "native": "🎟️"
+ }
+ ],
+ "version": 1
+ },
+ "ticket": {
+ "id": "ticket",
+ "name": "票",
+ "keywords": [
+ "event",
+ "concert",
+ "pass",
+ "入场券",
+ "电影票",
+ "票",
+ "票根",
+ "车票",
+ "门票"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ab",
+ "native": "🎫"
+ }
+ ],
+ "version": 1
+ },
+ "medal": {
+ "id": "medal",
+ "name": "军功章",
+ "keywords": [
+ "award",
+ "winning",
+ "army",
+ "军功章",
+ "军队",
+ "勋章",
+ "奖章"
+ ],
+ "skins": [
+ {
+ "unified": "1f396-fe0f",
+ "native": "🎖️"
+ }
+ ],
+ "version": 1
+ },
+ "trophy": {
+ "id": "trophy",
+ "name": "奖杯",
+ "keywords": [
+ "win",
+ "award",
+ "contest",
+ "place",
+ "ftw",
+ "ceremony",
+ "冠军",
+ "奖励",
+ "奖品",
+ "奖杯",
+ "奖赏",
+ "胜利",
+ "获胜"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c6",
+ "native": "🏆"
+ }
+ ],
+ "version": 1
+ },
+ "sports_medal": {
+ "id": "sports_medal",
+ "name": "奖牌",
+ "keywords": [
+ "award",
+ "winning",
+ "奖牌",
+ "获胜",
+ "运动会奖牌",
+ "运动员",
+ "金牌"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c5",
+ "native": "🏅"
+ }
+ ],
+ "version": 1
+ },
+ "first_place_medal": {
+ "id": "first_place_medal",
+ "name": "金牌",
+ "keywords": [
+ "first",
+ "award",
+ "winning",
+ "奖牌",
+ "第一",
+ "第一名奖牌",
+ "金牌"
+ ],
+ "skins": [
+ {
+ "unified": "1f947",
+ "native": "🥇"
+ }
+ ],
+ "version": 3
+ },
+ "second_place_medal": {
+ "id": "second_place_medal",
+ "name": "银牌",
+ "keywords": [
+ "second",
+ "award",
+ "亚军",
+ "奖牌",
+ "第二",
+ "第二名奖牌",
+ "银牌"
+ ],
+ "skins": [
+ {
+ "unified": "1f948",
+ "native": "🥈"
+ }
+ ],
+ "version": 3
+ },
+ "third_place_medal": {
+ "id": "third_place_medal",
+ "name": "铜牌",
+ "keywords": [
+ "third",
+ "award",
+ "奖牌",
+ "季军",
+ "第三",
+ "第三名奖牌",
+ "铜牌"
+ ],
+ "skins": [
+ {
+ "unified": "1f949",
+ "native": "🥉"
+ }
+ ],
+ "version": 3
+ },
+ "soccer": {
+ "id": "soccer",
+ "name": "足球",
+ "keywords": [
+ "sports",
+ "football",
+ "大罗",
+ "梅西",
+ "球",
+ "球赛",
+ "罗纳尔多",
+ "胖罗",
+ "英式足球",
+ "足球",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "26bd",
+ "native": "⚽"
+ }
+ ],
+ "version": 1
+ },
+ "baseball": {
+ "id": "baseball",
+ "name": "棒球",
+ "keywords": [
+ "sports",
+ "balls",
+ "棒球",
+ "球",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "26be",
+ "native": "⚾"
+ }
+ ],
+ "version": 1
+ },
+ "softball": {
+ "id": "softball",
+ "name": "垒球",
+ "keywords": [
+ "sports",
+ "balls",
+ "垒球",
+ "手套",
+ "球",
+ "腋下",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f94e",
+ "native": "🥎"
+ }
+ ],
+ "version": 11
+ },
+ "basketball": {
+ "id": "basketball",
+ "name": "篮球",
+ "keywords": [
+ "sports",
+ "balls",
+ "NBA",
+ "打球",
+ "球",
+ "篮球",
+ "篮筐",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c0",
+ "native": "🏀"
+ }
+ ],
+ "version": 1
+ },
+ "volleyball": {
+ "id": "volleyball",
+ "name": "排球",
+ "keywords": [
+ "sports",
+ "balls",
+ "排球",
+ "球",
+ "球赛"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d0",
+ "native": "🏐"
+ }
+ ],
+ "version": 1
+ },
+ "football": {
+ "id": "football",
+ "name": "美式橄榄球",
+ "keywords": [
+ "sports",
+ "balls",
+ "NFL",
+ "橄榄球",
+ "球",
+ "美式橄榄球"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c8",
+ "native": "🏈"
+ }
+ ],
+ "version": 1
+ },
+ "rugby_football": {
+ "id": "rugby_football",
+ "name": "英式橄榄球",
+ "keywords": [
+ "sports",
+ "team",
+ "橄榄球",
+ "球",
+ "英式橄榄球",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c9",
+ "native": "🏉"
+ }
+ ],
+ "version": 1
+ },
+ "tennis": {
+ "id": "tennis",
+ "name": "网球",
+ "keywords": [
+ "sports",
+ "balls",
+ "green",
+ "球",
+ "球拍",
+ "网球",
+ "网球拍"
+ ],
+ "skins": [
+ {
+ "unified": "1f3be",
+ "native": "🎾"
+ }
+ ],
+ "version": 1
+ },
+ "flying_disc": {
+ "id": "flying_disc",
+ "name": "飞盘",
+ "keywords": [
+ "sports",
+ "frisbee",
+ "ultimate",
+ "圆盘",
+ "极限",
+ "极限运动",
+ "终极",
+ "飞盘"
+ ],
+ "skins": [
+ {
+ "unified": "1f94f",
+ "native": "🥏"
+ }
+ ],
+ "version": 11
+ },
+ "bowling": {
+ "id": "bowling",
+ "name": "保龄球",
+ "keywords": [
+ "sports",
+ "fun",
+ "play",
+ "保龄球",
+ "全倒",
+ "球",
+ "运动"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b3",
+ "native": "🎳"
+ }
+ ],
+ "version": 1
+ },
+ "cricket_bat_and_ball": {
+ "id": "cricket_bat_and_ball",
+ "name": "板球",
+ "keywords": [
+ "bat",
+ "and",
+ "ball",
+ "sports",
+ "板球",
+ "球",
+ "球拍"
+ ],
+ "skins": [
+ {
+ "unified": "1f3cf",
+ "native": "🏏"
+ }
+ ],
+ "version": 1
+ },
+ "field_hockey_stick_and_ball": {
+ "id": "field_hockey_stick_and_ball",
+ "name": "曲棍球",
+ "keywords": [
+ "stick",
+ "and",
+ "ball",
+ "sports",
+ "曲棍球",
+ "球",
+ "球棍",
+ "球赛"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d1",
+ "native": "🏑"
+ }
+ ],
+ "version": 1
+ },
+ "ice_hockey_stick_and_puck": {
+ "id": "ice_hockey_stick_and_puck",
+ "name": "冰球",
+ "keywords": [
+ "stick",
+ "and",
+ "puck",
+ "sports",
+ "冰球",
+ "冰球杆",
+ "球",
+ "球棍"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d2",
+ "native": "🏒"
+ }
+ ],
+ "version": 1
+ },
+ "lacrosse": {
+ "id": "lacrosse",
+ "name": "袋棍球",
+ "keywords": [
+ "sports",
+ "ball",
+ "stick",
+ "得分",
+ "球",
+ "球棍",
+ "球门",
+ "袋棍球",
+ "运动",
+ "长曲棍球"
+ ],
+ "skins": [
+ {
+ "unified": "1f94d",
+ "native": "🥍"
+ }
+ ],
+ "version": 11
+ },
+ "table_tennis_paddle_and_ball": {
+ "id": "table_tennis_paddle_and_ball",
+ "name": "乒乓球",
+ "keywords": [
+ "table",
+ "tennis",
+ "paddle",
+ "and",
+ "ball",
+ "sports",
+ "pingpong",
+ "乒乓",
+ "乒乓球",
+ "桌球",
+ "比赛",
+ "球",
+ "球拍"
+ ],
+ "skins": [
+ {
+ "unified": "1f3d3",
+ "native": "🏓"
+ }
+ ],
+ "version": 1
+ },
+ "badminton_racquet_and_shuttlecock": {
+ "id": "badminton_racquet_and_shuttlecock",
+ "name": "羽毛球",
+ "keywords": [
+ "racquet",
+ "and",
+ "shuttlecock",
+ "sports",
+ "球拍",
+ "羽毛球",
+ "羽球"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f8",
+ "native": "🏸"
+ }
+ ],
+ "version": 1
+ },
+ "boxing_glove": {
+ "id": "boxing_glove",
+ "name": "拳击手套",
+ "keywords": [
+ "sports",
+ "fighting",
+ "手套",
+ "拳击",
+ "拳击手套"
+ ],
+ "skins": [
+ {
+ "unified": "1f94a",
+ "native": "🥊"
+ }
+ ],
+ "version": 3
+ },
+ "martial_arts_uniform": {
+ "id": "martial_arts_uniform",
+ "name": "练武服",
+ "keywords": [
+ "judo",
+ "karate",
+ "taekwondo",
+ "制服",
+ "柔道",
+ "武术",
+ "空手道",
+ "练武服",
+ "跆拳道"
+ ],
+ "skins": [
+ {
+ "unified": "1f94b",
+ "native": "🥋"
+ }
+ ],
+ "version": 3
+ },
+ "goal_net": {
+ "id": "goal_net",
+ "name": "球门",
+ "keywords": [
+ "sports",
+ "球网",
+ "球门"
+ ],
+ "skins": [
+ {
+ "unified": "1f945",
+ "native": "🥅"
+ }
+ ],
+ "version": 3
+ },
+ "golf": {
+ "id": "golf",
+ "name": "高尔夫球洞",
+ "keywords": [
+ "golf",
+ "sports",
+ "business",
+ "summer",
+ "果岭",
+ "果岭旗",
+ "球洞",
+ "高尔夫",
+ "高尔夫球洞",
+ "高球"
+ ],
+ "skins": [
+ {
+ "unified": "26f3",
+ "native": "⛳"
+ }
+ ],
+ "version": 1
+ },
+ "ice_skate": {
+ "id": "ice_skate",
+ "name": "滑冰",
+ "keywords": [
+ "sports",
+ "冰刀",
+ "溜冰",
+ "滑冰"
+ ],
+ "skins": [
+ {
+ "unified": "26f8-fe0f",
+ "native": "⛸️"
+ }
+ ],
+ "version": 1
+ },
+ "fishing_pole_and_fish": {
+ "id": "fishing_pole_and_fish",
+ "name": "钓鱼竿",
+ "keywords": [
+ "and",
+ "fish",
+ "food",
+ "hobby",
+ "summer",
+ "钓竿",
+ "钓鱼竿",
+ "鱼杆"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a3",
+ "native": "🎣"
+ }
+ ],
+ "version": 1
+ },
+ "diving_mask": {
+ "id": "diving_mask",
+ "name": "潜水面罩",
+ "keywords": [
+ "sport",
+ "ocean",
+ "浮潜",
+ "深潜",
+ "潜水",
+ "潜水面罩"
+ ],
+ "skins": [
+ {
+ "unified": "1f93f",
+ "native": "🤿"
+ }
+ ],
+ "version": 12
+ },
+ "running_shirt_with_sash": {
+ "id": "running_shirt_with_sash",
+ "name": "运动背心",
+ "keywords": [
+ "with",
+ "sash",
+ "play",
+ "pageant",
+ "上衣",
+ "跑步",
+ "运动服",
+ "运动背心",
+ "饰带"
+ ],
+ "skins": [
+ {
+ "unified": "1f3bd",
+ "native": "🎽"
+ }
+ ],
+ "version": 1
+ },
+ "ski": {
+ "id": "ski",
+ "name": "滑雪",
+ "keywords": [
+ "ski",
+ "sports",
+ "winter",
+ "cold",
+ "snow",
+ "滑雪",
+ "运动",
+ "雪"
+ ],
+ "skins": [
+ {
+ "unified": "1f3bf",
+ "native": "🎿"
+ }
+ ],
+ "version": 1
+ },
+ "sled": {
+ "id": "sled",
+ "name": "雪橇",
+ "keywords": [
+ "sleigh",
+ "luge",
+ "toboggan",
+ "下雪",
+ "乘雪橇",
+ "平底雪橇",
+ "雪橇",
+ "驾雪橇"
+ ],
+ "skins": [
+ {
+ "unified": "1f6f7",
+ "native": "🛷"
+ }
+ ],
+ "version": 5
+ },
+ "curling_stone": {
+ "id": "curling_stone",
+ "name": "冰壶",
+ "keywords": [
+ "sports",
+ "冰上溜石",
+ "冰壶",
+ "比赛",
+ "游戏",
+ "石壶"
+ ],
+ "skins": [
+ {
+ "unified": "1f94c",
+ "native": "🥌"
+ }
+ ],
+ "version": 5
+ },
+ "dart": {
+ "id": "dart",
+ "name": "正中靶心的飞镖",
+ "keywords": [
+ "dart",
+ "direct",
+ "hit",
+ "game",
+ "play",
+ "bar",
+ "target",
+ "命中",
+ "标的",
+ "正中靶心的飞镖",
+ "直接命中",
+ "要害",
+ "靶心",
+ "飞镖"
+ ],
+ "skins": [
+ {
+ "unified": "1f3af",
+ "native": "🎯"
+ }
+ ],
+ "version": 1
+ },
+ "yo-yo": {
+ "id": "yo-yo",
+ "name": "悠悠球",
+ "keywords": [
+ "yo",
+ "toy",
+ "上下起落",
+ "悠悠球",
+ "溜溜球",
+ "犹豫不决",
+ "玩具"
+ ],
+ "skins": [
+ {
+ "unified": "1fa80",
+ "native": "🪀"
+ }
+ ],
+ "version": 12
+ },
+ "kite": {
+ "id": "kite",
+ "name": "风筝",
+ "keywords": [
+ "wind",
+ "fly",
+ "翱翔",
+ "风筝",
+ "飞翔"
+ ],
+ "skins": [
+ {
+ "unified": "1fa81",
+ "native": "🪁"
+ }
+ ],
+ "version": 12
+ },
+ "gun": {
+ "id": "gun",
+ "name": "水枪",
+ "keywords": [
+ "gun",
+ "violence",
+ "weapon",
+ "revolver",
+ "工具",
+ "左轮",
+ "手枪",
+ "枪",
+ "武器",
+ "水枪"
+ ],
+ "skins": [
+ {
+ "unified": "1f52b",
+ "native": "🔫"
+ }
+ ],
+ "version": 1
+ },
+ "8ball": {
+ "id": "8ball",
+ "name": "台球",
+ "keywords": [
+ "8ball",
+ "pool",
+ "8",
+ "ball",
+ "hobby",
+ "game",
+ "luck",
+ "magic",
+ "8 球制桌球",
+ "8号球",
+ "台球",
+ "台球台",
+ "游戏",
+ "霹雳八球"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b1",
+ "native": "🎱"
+ }
+ ],
+ "version": 1
+ },
+ "crystal_ball": {
+ "id": "crystal_ball",
+ "name": "水晶球",
+ "keywords": [
+ "disco",
+ "party",
+ "magic",
+ "circus",
+ "fortune",
+ "teller",
+ "命运",
+ "工具",
+ "梦幻",
+ "水晶",
+ "水晶球",
+ "球",
+ "童话",
+ "财富",
+ "魔法"
+ ],
+ "skins": [
+ {
+ "unified": "1f52e",
+ "native": "🔮"
+ }
+ ],
+ "version": 1
+ },
+ "magic_wand": {
+ "id": "magic_wand",
+ "name": "魔棒",
+ "keywords": [
+ "supernature",
+ "power",
+ "女巫",
+ "巫师",
+ "魔术",
+ "魔术师",
+ "魔杖",
+ "魔棒",
+ "魔法"
+ ],
+ "skins": [
+ {
+ "unified": "1fa84",
+ "native": "🪄"
+ }
+ ],
+ "version": 13
+ },
+ "video_game": {
+ "id": "video_game",
+ "name": "游戏手柄",
+ "keywords": [
+ "play",
+ "console",
+ "PS4",
+ "controller",
+ "手柄",
+ "游戏",
+ "游戏手柄",
+ "游戏控制器",
+ "电子游戏"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ae",
+ "native": "🎮"
+ }
+ ],
+ "version": 1
+ },
+ "joystick": {
+ "id": "joystick",
+ "name": "游戏操控杆",
+ "keywords": [
+ "game",
+ "play",
+ "操控杆",
+ "游戏",
+ "游戏操控杆",
+ "电子游戏"
+ ],
+ "skins": [
+ {
+ "unified": "1f579-fe0f",
+ "native": "🕹️"
+ }
+ ],
+ "version": 1
+ },
+ "slot_machine": {
+ "id": "slot_machine",
+ "name": "老虎机",
+ "keywords": [
+ "bet",
+ "gamble",
+ "vegas",
+ "fruit",
+ "luck",
+ "casino",
+ "吃角子老虎",
+ "游戏",
+ "老虎机",
+ "角子机",
+ "赌博",
+ "赌场"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b0",
+ "native": "🎰"
+ }
+ ],
+ "version": 1
+ },
+ "game_die": {
+ "id": "game_die",
+ "name": "骰子",
+ "keywords": [
+ "dice",
+ "random",
+ "tabletop",
+ "play",
+ "luck",
+ "掷骰子",
+ "色子",
+ "骰子",
+ "骰子游戏"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b2",
+ "native": "🎲"
+ }
+ ],
+ "version": 1
+ },
+ "jigsaw": {
+ "id": "jigsaw",
+ "name": "拼图",
+ "keywords": [
+ "jigsaw",
+ "interlocking",
+ "图片",
+ "拼图",
+ "智力游戏",
+ "相扣",
+ "线索",
+ "联锁",
+ "部件"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e9",
+ "native": "🧩"
+ }
+ ],
+ "version": 11
+ },
+ "teddy_bear": {
+ "id": "teddy_bear",
+ "name": "泰迪熊",
+ "keywords": [
+ "plush",
+ "stuffed",
+ "填充",
+ "毛绒玩具",
+ "泰迪熊",
+ "熊",
+ "玩偶",
+ "玩具",
+ "玩物",
+ "长毛绒"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f8",
+ "native": "🧸"
+ }
+ ],
+ "version": 11
+ },
+ "pinata": {
+ "id": "pinata",
+ "name": "彩罐",
+ "keywords": [
+ "mexico",
+ "candy",
+ "celebration",
+ "五月节",
+ "庆祝",
+ "彩罐",
+ "皮纳塔",
+ "糖果",
+ "聚会",
+ "节日",
+ "墨西哥"
+ ],
+ "skins": [
+ {
+ "unified": "1fa85",
+ "native": "🪅"
+ }
+ ],
+ "version": 13
+ },
+ "mirror_ball": {
+ "id": "mirror_ball",
+ "name": "镜球",
+ "keywords": [
+ "disco",
+ "dance",
+ "party",
+ "派对",
+ "聚会",
+ "舞会",
+ "舞厅",
+ "舞蹈",
+ "蹦迪",
+ "迪斯科",
+ "镜球",
+ "闪耀"
+ ],
+ "skins": [
+ {
+ "unified": "1faa9",
+ "native": "🪩"
+ }
+ ],
+ "version": 14
+ },
+ "nesting_dolls": {
+ "id": "nesting_dolls",
+ "name": "套娃",
+ "keywords": [
+ "matryoshka",
+ "toy",
+ "俄罗斯套娃",
+ "俄罗斯娃娃",
+ "套娃",
+ "娃娃"
+ ],
+ "skins": [
+ {
+ "unified": "1fa86",
+ "native": "🪆"
+ }
+ ],
+ "version": 13
+ },
+ "spades": {
+ "id": "spades",
+ "name": "黑桃",
+ "keywords": [
+ "spades",
+ "poker",
+ "cards",
+ "suits",
+ "magic",
+ "扑克",
+ "牌",
+ "葵扇",
+ "黑桃",
+ "黑桃花色"
+ ],
+ "skins": [
+ {
+ "unified": "2660-fe0f",
+ "native": "♠️"
+ }
+ ],
+ "version": 1
+ },
+ "hearts": {
+ "id": "hearts",
+ "name": "红桃",
+ "keywords": [
+ "hearts",
+ "poker",
+ "cards",
+ "magic",
+ "suits",
+ "扑克",
+ "牌",
+ "红心",
+ "红桃",
+ "红桃花色"
+ ],
+ "skins": [
+ {
+ "unified": "2665-fe0f",
+ "native": "♥️"
+ }
+ ],
+ "version": 1
+ },
+ "diamonds": {
+ "id": "diamonds",
+ "name": "方片",
+ "keywords": [
+ "diamonds",
+ "poker",
+ "cards",
+ "magic",
+ "suits",
+ "扑克",
+ "方块",
+ "方片",
+ "牌",
+ "牌局"
+ ],
+ "skins": [
+ {
+ "unified": "2666-fe0f",
+ "native": "♦️"
+ }
+ ],
+ "version": 1
+ },
+ "clubs": {
+ "id": "clubs",
+ "name": "梅花",
+ "keywords": [
+ "clubs",
+ "poker",
+ "cards",
+ "magic",
+ "suits",
+ "扑克",
+ "梅花",
+ "梅花花色",
+ "牌",
+ "草花"
+ ],
+ "skins": [
+ {
+ "unified": "2663-fe0f",
+ "native": "♣️"
+ }
+ ],
+ "version": 1
+ },
+ "chess_pawn": {
+ "id": "chess_pawn",
+ "name": "兵",
+ "keywords": [
+ "expendable",
+ "兵",
+ "受骗者",
+ "国际象棋",
+ "牺牲品"
+ ],
+ "skins": [
+ {
+ "unified": "265f-fe0f",
+ "native": "♟️"
+ }
+ ],
+ "version": 11
+ },
+ "black_joker": {
+ "id": "black_joker",
+ "name": "大小王",
+ "keywords": [
+ "black",
+ "poker",
+ "cards",
+ "game",
+ "play",
+ "magic",
+ "大小王",
+ "大王",
+ "小丑",
+ "小王",
+ "扑克",
+ "扑克小丑",
+ "牌",
+ "百搭牌",
+ "鬼牌"
+ ],
+ "skins": [
+ {
+ "unified": "1f0cf",
+ "native": "🃏"
+ }
+ ],
+ "version": 1
+ },
+ "mahjong": {
+ "id": "mahjong",
+ "name": "红中",
+ "keywords": [
+ "game",
+ "play",
+ "chinese",
+ "kanji",
+ "方城之战",
+ "牌局",
+ "红中",
+ "麻将",
+ "麻将红中"
+ ],
+ "skins": [
+ {
+ "unified": "1f004",
+ "native": "🀄"
+ }
+ ],
+ "version": 1
+ },
+ "flower_playing_cards": {
+ "id": "flower_playing_cards",
+ "name": "花札",
+ "keywords": [
+ "game",
+ "sunset",
+ "red",
+ "卡牌",
+ "日本",
+ "游戏",
+ "花斗",
+ "花札",
+ "花牌"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b4",
+ "native": "🎴"
+ }
+ ],
+ "version": 1
+ },
+ "performing_arts": {
+ "id": "performing_arts",
+ "name": "表演艺术",
+ "keywords": [
+ "acting",
+ "theater",
+ "drama",
+ "剧院",
+ "女演员",
+ "戏剧",
+ "演员",
+ "艺术",
+ "莎士比亚",
+ "表演",
+ "表演艺术",
+ "面具"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ad",
+ "native": "🎭"
+ }
+ ],
+ "version": 1
+ },
+ "frame_with_picture": {
+ "id": "frame_with_picture",
+ "name": "带框的画",
+ "keywords": [
+ "frame",
+ "with",
+ "photography",
+ "加框的照片",
+ "博物馆",
+ "带框的画",
+ "框",
+ "照片",
+ "画",
+ "画框",
+ "艺术"
+ ],
+ "skins": [
+ {
+ "unified": "1f5bc-fe0f",
+ "native": "🖼️"
+ }
+ ],
+ "version": 1
+ },
+ "art": {
+ "id": "art",
+ "name": "调色盘",
+ "keywords": [
+ "art",
+ "design",
+ "paint",
+ "draw",
+ "colors",
+ "创意",
+ "博物馆",
+ "多种色彩",
+ "娱乐",
+ "画家",
+ "画画",
+ "绘画",
+ "艺术",
+ "调色板",
+ "调色盘"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a8",
+ "native": "🎨"
+ }
+ ],
+ "version": 1
+ },
+ "thread": {
+ "id": "thread",
+ "name": "线",
+ "keywords": [
+ "needle",
+ "sewing",
+ "spool",
+ "string",
+ "卷盘",
+ "线",
+ "线轴",
+ "绳子",
+ "缝纫",
+ "针",
+ "针线"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f5",
+ "native": "🧵"
+ }
+ ],
+ "version": 11
+ },
+ "sewing_needle": {
+ "id": "sewing_needle",
+ "name": "缝合针",
+ "keywords": [
+ "stitches",
+ "线",
+ "绣花针",
+ "缝合",
+ "缝合针",
+ "缝纫",
+ "缝线",
+ "缝衣针",
+ "裁剪",
+ "针"
+ ],
+ "skins": [
+ {
+ "unified": "1faa1",
+ "native": "🪡"
+ }
+ ],
+ "version": 13
+ },
+ "yarn": {
+ "id": "yarn",
+ "name": "毛线",
+ "keywords": [
+ "ball",
+ "crochet",
+ "knit",
+ "毛线",
+ "毛线球",
+ "线球",
+ "编织",
+ "钩针编织"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f6",
+ "native": "🧶"
+ }
+ ],
+ "version": 11
+ },
+ "knot": {
+ "id": "knot",
+ "name": "结",
+ "keywords": [
+ "rope",
+ "scout",
+ "八字结",
+ "打结",
+ "结",
+ "绳子",
+ "绳扣",
+ "绳结",
+ "缠结",
+ "麻线"
+ ],
+ "skins": [
+ {
+ "unified": "1faa2",
+ "native": "🪢"
+ }
+ ],
+ "version": 13
+ },
+ "eyeglasses": {
+ "id": "eyeglasses",
+ "name": "眼镜",
+ "keywords": [
+ "eyeglasses",
+ "fashion",
+ "accessories",
+ "eyesight",
+ "nerdy",
+ "dork",
+ "geek",
+ "服饰",
+ "眼睛",
+ "眼镜"
+ ],
+ "skins": [
+ {
+ "unified": "1f453",
+ "native": "👓"
+ }
+ ],
+ "version": 1
+ },
+ "dark_sunglasses": {
+ "id": "dark_sunglasses",
+ "name": "墨镜",
+ "keywords": [
+ "dark",
+ "face",
+ "cool",
+ "accessories",
+ "太阳镜",
+ "墨镜"
+ ],
+ "skins": [
+ {
+ "unified": "1f576-fe0f",
+ "native": "🕶️"
+ }
+ ],
+ "version": 1
+ },
+ "goggles": {
+ "id": "goggles",
+ "name": "护目镜",
+ "keywords": [
+ "eyes",
+ "protection",
+ "safety",
+ "护目",
+ "护目镜",
+ "护眼",
+ "水肺",
+ "游泳",
+ "潜水",
+ "焊接"
+ ],
+ "skins": [
+ {
+ "unified": "1f97d",
+ "native": "🥽"
+ }
+ ],
+ "version": 11
+ },
+ "lab_coat": {
+ "id": "lab_coat",
+ "name": "白大褂",
+ "keywords": [
+ "doctor",
+ "experiment",
+ "scientist",
+ "chemist",
+ "医生",
+ "外衣",
+ "实验",
+ "实验人员",
+ "实验室白大褂",
+ "实验服",
+ "白大褂",
+ "白衣",
+ "科学家",
+ "衣服"
+ ],
+ "skins": [
+ {
+ "unified": "1f97c",
+ "native": "🥼"
+ }
+ ],
+ "version": 11
+ },
+ "safety_vest": {
+ "id": "safety_vest",
+ "name": "救生衣",
+ "keywords": [
+ "protection",
+ "安全",
+ "救生衣",
+ "紧急",
+ "背心",
+ "逃生"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ba",
+ "native": "🦺"
+ }
+ ],
+ "version": 12
+ },
+ "necktie": {
+ "id": "necktie",
+ "name": "领带",
+ "keywords": [
+ "shirt",
+ "suitup",
+ "formal",
+ "fashion",
+ "cloth",
+ "business",
+ "工作",
+ "正式",
+ "衬衫领带",
+ "领带"
+ ],
+ "skins": [
+ {
+ "unified": "1f454",
+ "native": "👔"
+ }
+ ],
+ "version": 1
+ },
+ "shirt": {
+ "id": "shirt",
+ "name": "T恤",
+ "keywords": [
+ "shirt",
+ "tshirt",
+ "t",
+ "fashion",
+ "cloth",
+ "casual",
+ "tee",
+ "T恤",
+ "休闲服装",
+ "恤衫"
+ ],
+ "skins": [
+ {
+ "unified": "1f455",
+ "native": "👕"
+ }
+ ],
+ "version": 1
+ },
+ "jeans": {
+ "id": "jeans",
+ "name": "牛仔裤",
+ "keywords": [
+ "fashion",
+ "shopping",
+ "休闲",
+ "周末",
+ "牛仔裤",
+ "蓝色",
+ "裤子"
+ ],
+ "skins": [
+ {
+ "unified": "1f456",
+ "native": "👖"
+ }
+ ],
+ "version": 1
+ },
+ "scarf": {
+ "id": "scarf",
+ "name": "围巾",
+ "keywords": [
+ "neck",
+ "winter",
+ "clothes",
+ "冷",
+ "包紧",
+ "围巾",
+ "围脖",
+ "头巾"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e3",
+ "native": "🧣"
+ }
+ ],
+ "version": 5
+ },
+ "gloves": {
+ "id": "gloves",
+ "name": "手套",
+ "keywords": [
+ "hands",
+ "winter",
+ "clothes",
+ "手",
+ "手套"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e4",
+ "native": "🧤"
+ }
+ ],
+ "version": 5
+ },
+ "coat": {
+ "id": "coat",
+ "name": "外套",
+ "keywords": [
+ "jacket",
+ "冷",
+ "外套",
+ "夹克",
+ "超冷"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e5",
+ "native": "🧥"
+ }
+ ],
+ "version": 5
+ },
+ "socks": {
+ "id": "socks",
+ "name": "袜子",
+ "keywords": [
+ "stockings",
+ "clothes",
+ "短袜",
+ "袜",
+ "袜子",
+ "长袜"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e6",
+ "native": "🧦"
+ }
+ ],
+ "version": 5
+ },
+ "dress": {
+ "id": "dress",
+ "name": "连衣裙",
+ "keywords": [
+ "clothes",
+ "fashion",
+ "shopping",
+ "衣服",
+ "裙子",
+ "连衣裙"
+ ],
+ "skins": [
+ {
+ "unified": "1f457",
+ "native": "👗"
+ }
+ ],
+ "version": 1
+ },
+ "kimono": {
+ "id": "kimono",
+ "name": "和服",
+ "keywords": [
+ "dress",
+ "fashion",
+ "women",
+ "female",
+ "japanese",
+ "和服",
+ "日本",
+ "衣服"
+ ],
+ "skins": [
+ {
+ "unified": "1f458",
+ "native": "👘"
+ }
+ ],
+ "version": 1
+ },
+ "sari": {
+ "id": "sari",
+ "name": "纱丽",
+ "keywords": [
+ "dress",
+ "印度",
+ "披肩",
+ "纱丽",
+ "莎丽",
+ "衣服",
+ "连衣裙"
+ ],
+ "skins": [
+ {
+ "unified": "1f97b",
+ "native": "🥻"
+ }
+ ],
+ "version": 12
+ },
+ "one-piece_swimsuit": {
+ "id": "one-piece_swimsuit",
+ "name": "连体泳衣",
+ "keywords": [
+ "one",
+ "piece",
+ "fashion",
+ "一片式",
+ "泳衣",
+ "泳装",
+ "游泳",
+ "连体泳衣",
+ "连身泳衣"
+ ],
+ "skins": [
+ {
+ "unified": "1fa71",
+ "native": "🩱"
+ }
+ ],
+ "version": 12
+ },
+ "briefs": {
+ "id": "briefs",
+ "name": "三角裤",
+ "keywords": [
+ "clothing",
+ "一片式",
+ "三角裤",
+ "内裤",
+ "泳衣",
+ "泳装",
+ "短裤"
+ ],
+ "skins": [
+ {
+ "unified": "1fa72",
+ "native": "🩲"
+ }
+ ],
+ "version": 12
+ },
+ "shorts": {
+ "id": "shorts",
+ "name": "短裤",
+ "keywords": [
+ "clothing",
+ "内裤",
+ "四角裤",
+ "泳衣",
+ "泳装",
+ "泳裤",
+ "短裤",
+ "裤子"
+ ],
+ "skins": [
+ {
+ "unified": "1fa73",
+ "native": "🩳"
+ }
+ ],
+ "version": 12
+ },
+ "bikini": {
+ "id": "bikini",
+ "name": "比基尼",
+ "keywords": [
+ "swimming",
+ "female",
+ "woman",
+ "girl",
+ "fashion",
+ "beach",
+ "summer",
+ "三点式",
+ "比基尼",
+ "泳装",
+ "游泳"
+ ],
+ "skins": [
+ {
+ "unified": "1f459",
+ "native": "👙"
+ }
+ ],
+ "version": 1
+ },
+ "womans_clothes": {
+ "id": "womans_clothes",
+ "name": "女装",
+ "keywords": [
+ "woman",
+ "s",
+ "fashion",
+ "shopping",
+ "bags",
+ "female",
+ "女",
+ "女生衣服",
+ "女衬衫",
+ "女装",
+ "衣服"
+ ],
+ "skins": [
+ {
+ "unified": "1f45a",
+ "native": "👚"
+ }
+ ],
+ "version": 1
+ },
+ "folding_hand_fan": {
+ "id": "folding_hand_fan",
+ "name": "折扇",
+ "keywords": [
+ "flamenco",
+ "hot",
+ "凉",
+ "凉快",
+ "啪嗒声",
+ "害羞",
+ "扇",
+ "扇动",
+ "扇子",
+ "折扇",
+ "拍手",
+ "热",
+ "羞涩",
+ "腼腆",
+ "舞蹈",
+ "调情",
+ "跳舞",
+ "降温"
+ ],
+ "skins": [
+ {
+ "unified": "1faad",
+ "native": "🪭"
+ }
+ ],
+ "version": 15
+ },
+ "purse": {
+ "id": "purse",
+ "name": "钱包",
+ "keywords": [
+ "fashion",
+ "accessories",
+ "money",
+ "sales",
+ "shopping",
+ "血拼",
+ "钱包",
+ "铜板"
+ ],
+ "skins": [
+ {
+ "unified": "1f45b",
+ "native": "👛"
+ }
+ ],
+ "version": 1
+ },
+ "handbag": {
+ "id": "handbag",
+ "name": "手提包",
+ "keywords": [
+ "fashion",
+ "accessory",
+ "accessories",
+ "shopping",
+ "包包",
+ "手提包",
+ "挎包",
+ "血拼"
+ ],
+ "skins": [
+ {
+ "unified": "1f45c",
+ "native": "👜"
+ }
+ ],
+ "version": 1
+ },
+ "pouch": {
+ "id": "pouch",
+ "name": "手袋",
+ "keywords": [
+ "clutch",
+ "bag",
+ "accessories",
+ "shopping",
+ "包",
+ "化妆包",
+ "手拿",
+ "手拿包",
+ "手袋"
+ ],
+ "skins": [
+ {
+ "unified": "1f45d",
+ "native": "👝"
+ }
+ ],
+ "version": 1
+ },
+ "shopping_bags": {
+ "id": "shopping_bags",
+ "name": "购物袋",
+ "keywords": [
+ "mall",
+ "buy",
+ "purchase",
+ "包",
+ "袋",
+ "购物",
+ "购物袋",
+ "逛街"
+ ],
+ "skins": [
+ {
+ "unified": "1f6cd-fe0f",
+ "native": "🛍️"
+ }
+ ],
+ "version": 1
+ },
+ "school_satchel": {
+ "id": "school_satchel",
+ "name": "书包",
+ "keywords": [
+ "school",
+ "satchel",
+ "student",
+ "education",
+ "bag",
+ "上学",
+ "书包",
+ "包"
+ ],
+ "skins": [
+ {
+ "unified": "1f392",
+ "native": "🎒"
+ }
+ ],
+ "version": 1
+ },
+ "thong_sandal": {
+ "id": "thong_sandal",
+ "name": "夹趾凉鞋",
+ "keywords": [
+ "footwear",
+ "summer",
+ "人字拖",
+ "凉鞋",
+ "夹趾凉鞋",
+ "沙滩",
+ "沙滩凉鞋",
+ "草屡",
+ "鞋"
+ ],
+ "skins": [
+ {
+ "unified": "1fa74",
+ "native": "🩴"
+ }
+ ],
+ "version": 13
+ },
+ "mans_shoe": {
+ "id": "mans_shoe",
+ "name": "男鞋",
+ "keywords": [
+ "man",
+ "s",
+ "fashion",
+ "male",
+ "棕色",
+ "男鞋",
+ "皮鞋",
+ "鞋"
+ ],
+ "skins": [
+ {
+ "unified": "1f45e",
+ "native": "👞"
+ }
+ ],
+ "version": 1
+ },
+ "athletic_shoe": {
+ "id": "athletic_shoe",
+ "name": "跑鞋",
+ "keywords": [
+ "athletic",
+ "shoes",
+ "sports",
+ "sneakers",
+ "跑",
+ "跑鞋",
+ "运动鞋",
+ "鞋"
+ ],
+ "skins": [
+ {
+ "unified": "1f45f",
+ "native": "👟"
+ }
+ ],
+ "version": 1
+ },
+ "hiking_boot": {
+ "id": "hiking_boot",
+ "name": "登山鞋",
+ "keywords": [
+ "backpacking",
+ "camping",
+ "健行",
+ "徒步",
+ "户外",
+ "登山",
+ "登山鞋",
+ "背包",
+ "远足野营",
+ "露营",
+ "靴子",
+ "鞋"
+ ],
+ "skins": [
+ {
+ "unified": "1f97e",
+ "native": "🥾"
+ }
+ ],
+ "version": 11
+ },
+ "womans_flat_shoe": {
+ "id": "womans_flat_shoe",
+ "name": "平底鞋",
+ "keywords": [
+ "womans",
+ "ballet",
+ "slip",
+ "on",
+ "slipper",
+ "一脚蹬",
+ "便鞋",
+ "平底芭蕾舞鞋",
+ "平底鞋",
+ "芭蕾舞鞋"
+ ],
+ "skins": [
+ {
+ "unified": "1f97f",
+ "native": "🥿"
+ }
+ ],
+ "version": 11
+ },
+ "high_heel": {
+ "id": "high_heel",
+ "name": "高跟鞋",
+ "keywords": [
+ "high",
+ "heel",
+ "heeled",
+ "fashion",
+ "shoes",
+ "female",
+ "pumps",
+ "stiletto",
+ "女",
+ "时装",
+ "鞋",
+ "高跟",
+ "高跟鞋"
+ ],
+ "skins": [
+ {
+ "unified": "1f460",
+ "native": "👠"
+ }
+ ],
+ "version": 1
+ },
+ "sandal": {
+ "id": "sandal",
+ "name": "女式凉鞋",
+ "keywords": [
+ "woman",
+ "s",
+ "shoes",
+ "fashion",
+ "flip",
+ "flops",
+ "凉鞋",
+ "女",
+ "女式凉鞋"
+ ],
+ "skins": [
+ {
+ "unified": "1f461",
+ "native": "👡"
+ }
+ ],
+ "version": 1
+ },
+ "ballet_shoes": {
+ "id": "ballet_shoes",
+ "name": "芭蕾舞鞋",
+ "keywords": [
+ "dance",
+ "舞蹈",
+ "舞鞋",
+ "芭蕾舞鞋",
+ "足尖鞋",
+ "跳舞"
+ ],
+ "skins": [
+ {
+ "unified": "1fa70",
+ "native": "🩰"
+ }
+ ],
+ "version": 12
+ },
+ "boot": {
+ "id": "boot",
+ "name": "女靴",
+ "keywords": [
+ "boot",
+ "woman",
+ "s",
+ "shoes",
+ "fashion",
+ "女",
+ "女式靴子",
+ "女靴",
+ "靴子"
+ ],
+ "skins": [
+ {
+ "unified": "1f462",
+ "native": "👢"
+ }
+ ],
+ "version": 1
+ },
+ "hair_pick": {
+ "id": "hair_pick",
+ "name": "发夹",
+ "keywords": [
+ "afro",
+ "comb",
+ "发夹",
+ "圆蓬",
+ "头发",
+ "夹子",
+ "小刷子",
+ "梳子",
+ "梳理",
+ "爆炸头",
+ "非洲头"
+ ],
+ "skins": [
+ {
+ "unified": "1faae",
+ "native": "🪮"
+ }
+ ],
+ "version": 15
+ },
+ "crown": {
+ "id": "crown",
+ "name": "皇冠",
+ "keywords": [
+ "king",
+ "kod",
+ "leader",
+ "royalty",
+ "lord",
+ "国王",
+ "权力的游戏",
+ "王冠",
+ "王后",
+ "皇冠",
+ "皇家"
+ ],
+ "skins": [
+ {
+ "unified": "1f451",
+ "native": "👑"
+ }
+ ],
+ "version": 1
+ },
+ "womans_hat": {
+ "id": "womans_hat",
+ "name": "女帽",
+ "keywords": [
+ "woman",
+ "s",
+ "fashion",
+ "accessories",
+ "female",
+ "lady",
+ "spring",
+ "女",
+ "女帽",
+ "女式",
+ "帽子",
+ "花园派对"
+ ],
+ "skins": [
+ {
+ "unified": "1f452",
+ "native": "👒"
+ }
+ ],
+ "version": 1
+ },
+ "tophat": {
+ "id": "tophat",
+ "name": "礼帽",
+ "keywords": [
+ "tophat",
+ "magic",
+ "gentleman",
+ "classy",
+ "circus",
+ "帽子",
+ "正式",
+ "礼帽",
+ "高帽"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a9",
+ "native": "🎩"
+ }
+ ],
+ "version": 1
+ },
+ "mortar_board": {
+ "id": "mortar_board",
+ "name": "毕业帽",
+ "keywords": [
+ "mortar",
+ "board",
+ "school",
+ "college",
+ "degree",
+ "university",
+ "hat",
+ "legal",
+ "learn",
+ "education",
+ "四方帽",
+ "学位",
+ "学者",
+ "毕业",
+ "毕业帽"
+ ],
+ "skins": [
+ {
+ "unified": "1f393",
+ "native": "🎓"
+ }
+ ],
+ "version": 1
+ },
+ "billed_cap": {
+ "id": "billed_cap",
+ "name": "鸭舌帽",
+ "keywords": [
+ "baseball",
+ "帽子",
+ "棒球帽",
+ "鸭舌帽"
+ ],
+ "skins": [
+ {
+ "unified": "1f9e2",
+ "native": "🧢"
+ }
+ ],
+ "version": 5
+ },
+ "military_helmet": {
+ "id": "military_helmet",
+ "name": "军用头盔",
+ "keywords": [
+ "army",
+ "protection",
+ "军事",
+ "军用",
+ "军用头盔",
+ "军队",
+ "士兵",
+ "头盔",
+ "战争",
+ "战士",
+ "部队"
+ ],
+ "skins": [
+ {
+ "unified": "1fa96",
+ "native": "🪖"
+ }
+ ],
+ "version": 13
+ },
+ "helmet_with_white_cross": {
+ "id": "helmet_with_white_cross",
+ "name": "白十字头盔",
+ "keywords": [
+ "with",
+ "white",
+ "cross",
+ "worker",
+ "s",
+ "construction",
+ "build",
+ "十字",
+ "头盔",
+ "安全帽",
+ "救援人员头盔",
+ "白十字头盔",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "26d1-fe0f",
+ "native": "⛑️"
+ }
+ ],
+ "version": 1
+ },
+ "prayer_beads": {
+ "id": "prayer_beads",
+ "name": "念珠",
+ "keywords": [
+ "dhikr",
+ "religious",
+ "宗教",
+ "念珠",
+ "珠子",
+ "祈祷",
+ "项链"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ff",
+ "native": "📿"
+ }
+ ],
+ "version": 1
+ },
+ "lipstick": {
+ "id": "lipstick",
+ "name": "唇膏",
+ "keywords": [
+ "female",
+ "girl",
+ "fashion",
+ "woman",
+ "化妆",
+ "化妆品",
+ "口红",
+ "唇膏",
+ "约会"
+ ],
+ "skins": [
+ {
+ "unified": "1f484",
+ "native": "💄"
+ }
+ ],
+ "version": 1
+ },
+ "ring": {
+ "id": "ring",
+ "name": "戒指",
+ "keywords": [
+ "wedding",
+ "propose",
+ "marriage",
+ "valentines",
+ "diamond",
+ "fashion",
+ "jewelry",
+ "gem",
+ "engagement",
+ "戒指",
+ "结婚",
+ "订婚",
+ "钻戒",
+ "闪"
+ ],
+ "skins": [
+ {
+ "unified": "1f48d",
+ "native": "💍"
+ }
+ ],
+ "version": 1
+ },
+ "gem": {
+ "id": "gem",
+ "name": "宝石",
+ "keywords": [
+ "blue",
+ "ruby",
+ "diamond",
+ "jewelry",
+ "婚礼",
+ "宝石",
+ "珠宝",
+ "订婚",
+ "钻石"
+ ],
+ "skins": [
+ {
+ "unified": "1f48e",
+ "native": "💎"
+ }
+ ],
+ "version": 1
+ },
+ "mute": {
+ "id": "mute",
+ "name": "已静音的扬声器",
+ "keywords": [
+ "mute",
+ "sound",
+ "volume",
+ "silence",
+ "quiet",
+ "声音",
+ "安静",
+ "已静音的扬声器",
+ "扬声器",
+ "扬声器关闭",
+ "无声",
+ "静音"
+ ],
+ "skins": [
+ {
+ "unified": "1f507",
+ "native": "🔇"
+ }
+ ],
+ "version": 1
+ },
+ "speaker": {
+ "id": "speaker",
+ "name": "低音量的扬声器",
+ "keywords": [
+ "low",
+ "volume",
+ "sound",
+ "silence",
+ "broadcast",
+ "低音量扬扬声",
+ "低音量的扬声器",
+ "喇叭",
+ "小声",
+ "小音量",
+ "扬声器",
+ "轻声",
+ "音量"
+ ],
+ "skins": [
+ {
+ "unified": "1f508",
+ "native": "🔈"
+ }
+ ],
+ "version": 1
+ },
+ "sound": {
+ "id": "sound",
+ "name": "中等音量的扬声器",
+ "keywords": [
+ "sound",
+ "broadcast",
+ "中等",
+ "中等音量",
+ "中等音量的扬声器",
+ "中音量",
+ "中音量扬声器",
+ "扬声器"
+ ],
+ "skins": [
+ {
+ "unified": "1f509",
+ "native": "🔉"
+ }
+ ],
+ "version": 1
+ },
+ "loud_sound": {
+ "id": "loud_sound",
+ "name": "高音量的扬声器",
+ "keywords": [
+ "loud",
+ "sound",
+ "noise",
+ "noisy",
+ "broadcast",
+ "大声",
+ "大音量",
+ "扬声器",
+ "音量",
+ "高音量",
+ "高音量的扬声器"
+ ],
+ "skins": [
+ {
+ "unified": "1f50a",
+ "native": "🔊"
+ }
+ ],
+ "version": 1
+ },
+ "loudspeaker": {
+ "id": "loudspeaker",
+ "name": "喇叭",
+ "keywords": [
+ "volume",
+ "sound",
+ "公共广播",
+ "喇叭",
+ "大声",
+ "广播",
+ "扩音器",
+ "通知"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e2",
+ "native": "📢"
+ }
+ ],
+ "version": 1
+ },
+ "mega": {
+ "id": "mega",
+ "name": "扩音器",
+ "keywords": [
+ "mega",
+ "sound",
+ "speaker",
+ "volume",
+ "呼喊",
+ "喇叭",
+ "喇叭筒",
+ "大声",
+ "扩音器",
+ "通知"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e3",
+ "native": "📣"
+ }
+ ],
+ "version": 1
+ },
+ "postal_horn": {
+ "id": "postal_horn",
+ "name": "邮号",
+ "keywords": [
+ "instrument",
+ "music",
+ "号",
+ "号角",
+ "喇叭",
+ "邮号",
+ "邮政"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ef",
+ "native": "📯"
+ }
+ ],
+ "version": 1
+ },
+ "bell": {
+ "id": "bell",
+ "name": "铃铛",
+ "keywords": [
+ "sound",
+ "notification",
+ "christmas",
+ "xmas",
+ "chime",
+ "叮当",
+ "响铃",
+ "钟",
+ "钟声",
+ "铃声",
+ "铃铛"
+ ],
+ "skins": [
+ {
+ "unified": "1f514",
+ "native": "🔔"
+ }
+ ],
+ "version": 1
+ },
+ "no_bell": {
+ "id": "no_bell",
+ "name": "禁止响铃",
+ "keywords": [
+ "no",
+ "sound",
+ "volume",
+ "mute",
+ "quiet",
+ "silent",
+ "响铃关闭",
+ "安静",
+ "无声",
+ "禁止响铃",
+ "铃",
+ "静音"
+ ],
+ "skins": [
+ {
+ "unified": "1f515",
+ "native": "🔕"
+ }
+ ],
+ "version": 1
+ },
+ "musical_score": {
+ "id": "musical_score",
+ "name": "乐谱",
+ "keywords": [
+ "treble",
+ "clef",
+ "compose",
+ "乐谱",
+ "五线谱",
+ "曲谱",
+ "音乐",
+ "音符"
+ ],
+ "skins": [
+ {
+ "unified": "1f3bc",
+ "native": "🎼"
+ }
+ ],
+ "version": 1
+ },
+ "musical_note": {
+ "id": "musical_note",
+ "name": "音符",
+ "keywords": [
+ "score",
+ "tone",
+ "sound",
+ "乐谱",
+ "五线谱",
+ "八分音符",
+ "音乐",
+ "音符"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b5",
+ "native": "🎵"
+ }
+ ],
+ "version": 1
+ },
+ "notes": {
+ "id": "notes",
+ "name": "多个音符",
+ "keywords": [
+ "music",
+ "score",
+ "乐谱",
+ "五线谱",
+ "八分音符",
+ "多个音符",
+ "音乐",
+ "音符"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b6",
+ "native": "🎶"
+ }
+ ],
+ "version": 1
+ },
+ "studio_microphone": {
+ "id": "studio_microphone",
+ "name": "录音室麦克风",
+ "keywords": [
+ "sing",
+ "recording",
+ "artist",
+ "talkshow",
+ "录音室",
+ "录音室麦克风",
+ "音乐",
+ "麦",
+ "麦克",
+ "麦克风"
+ ],
+ "skins": [
+ {
+ "unified": "1f399-fe0f",
+ "native": "🎙️"
+ }
+ ],
+ "version": 1
+ },
+ "level_slider": {
+ "id": "level_slider",
+ "name": "电平滑块",
+ "keywords": [
+ "scale",
+ "滑块",
+ "电平",
+ "电平滑块",
+ "调节",
+ "调节滑块",
+ "音乐",
+ "音量"
+ ],
+ "skins": [
+ {
+ "unified": "1f39a-fe0f",
+ "native": "🎚️"
+ }
+ ],
+ "version": 1
+ },
+ "control_knobs": {
+ "id": "control_knobs",
+ "name": "控制旋钮",
+ "keywords": [
+ "dial",
+ "控制",
+ "控制旋钮",
+ "旋钮",
+ "调节",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f39b-fe0f",
+ "native": "🎛️"
+ }
+ ],
+ "version": 1
+ },
+ "microphone": {
+ "id": "microphone",
+ "name": "麦克风",
+ "keywords": [
+ "sound",
+ "music",
+ "PA",
+ "sing",
+ "talkshow",
+ "k歌",
+ "卡拉ok",
+ "卡拉OK",
+ "唱K",
+ "唱歌",
+ "麦",
+ "麦克",
+ "麦克风"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a4",
+ "native": "🎤"
+ }
+ ],
+ "version": 1
+ },
+ "headphones": {
+ "id": "headphones",
+ "name": "耳机",
+ "keywords": [
+ "headphones",
+ "music",
+ "score",
+ "gadgets",
+ "头戴式耳机",
+ "耳塞",
+ "耳机"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a7",
+ "native": "🎧"
+ }
+ ],
+ "version": 1
+ },
+ "radio": {
+ "id": "radio",
+ "name": "收音机",
+ "keywords": [
+ "communication",
+ "music",
+ "podcast",
+ "program",
+ "娱乐",
+ "广播",
+ "广播电台",
+ "收音机",
+ "无线电",
+ "电台"
+ ],
+ "skins": [
+ {
+ "unified": "1f4fb",
+ "native": "📻"
+ }
+ ],
+ "version": 1
+ },
+ "saxophone": {
+ "id": "saxophone",
+ "name": "萨克斯管",
+ "keywords": [
+ "music",
+ "instrument",
+ "jazz",
+ "blues",
+ "乐器",
+ "吹奏",
+ "演奏",
+ "萨克斯管",
+ "萨克斯风",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b7",
+ "native": "🎷"
+ }
+ ],
+ "version": 1
+ },
+ "accordion": {
+ "id": "accordion",
+ "name": "手风琴",
+ "keywords": [
+ "music",
+ "乐器",
+ "六角形风琴",
+ "手风琴",
+ "音乐",
+ "风琴"
+ ],
+ "skins": [
+ {
+ "unified": "1fa97",
+ "native": "🪗"
+ }
+ ],
+ "version": 13
+ },
+ "guitar": {
+ "id": "guitar",
+ "name": "吉他",
+ "keywords": [
+ "music",
+ "instrument",
+ "乐器",
+ "吉他",
+ "弹奏",
+ "演奏",
+ "电吉他",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b8",
+ "native": "🎸"
+ }
+ ],
+ "version": 1
+ },
+ "musical_keyboard": {
+ "id": "musical_keyboard",
+ "name": "音乐键盘",
+ "keywords": [
+ "piano",
+ "instrument",
+ "compose",
+ "乐器",
+ "弹奏",
+ "演奏",
+ "钢琴",
+ "音乐",
+ "音乐键盘"
+ ],
+ "skins": [
+ {
+ "unified": "1f3b9",
+ "native": "🎹"
+ }
+ ],
+ "version": 1
+ },
+ "trumpet": {
+ "id": "trumpet",
+ "name": "小号",
+ "keywords": [
+ "music",
+ "brass",
+ "乐器",
+ "吹奏",
+ "喇叭",
+ "小号",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ba",
+ "native": "🎺"
+ }
+ ],
+ "version": 1
+ },
+ "violin": {
+ "id": "violin",
+ "name": "小提琴",
+ "keywords": [
+ "music",
+ "instrument",
+ "orchestra",
+ "symphony",
+ "乐器",
+ "小提琴",
+ "提琴",
+ "是特拉迪瓦尔",
+ "演奏",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f3bb",
+ "native": "🎻"
+ }
+ ],
+ "version": 1
+ },
+ "banjo": {
+ "id": "banjo",
+ "name": "班卓琴",
+ "keywords": [
+ "music",
+ "instructment",
+ "弦乐器",
+ "弹奏",
+ "班卓琴",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1fa95",
+ "native": "🪕"
+ }
+ ],
+ "version": 12
+ },
+ "drum_with_drumsticks": {
+ "id": "drum_with_drumsticks",
+ "name": "鼓",
+ "keywords": [
+ "with",
+ "drumsticks",
+ "music",
+ "instrument",
+ "snare",
+ "音乐",
+ "鼓",
+ "鼓声",
+ "鼓槌"
+ ],
+ "skins": [
+ {
+ "unified": "1f941",
+ "native": "🥁"
+ }
+ ],
+ "version": 3
+ },
+ "long_drum": {
+ "id": "long_drum",
+ "name": "长鼓",
+ "keywords": [
+ "music",
+ "乐器",
+ "康加鼓",
+ "康茄鼓",
+ "敲",
+ "节奏",
+ "长鼓",
+ "非洲手鼓",
+ "鼓"
+ ],
+ "skins": [
+ {
+ "unified": "1fa98",
+ "native": "🪘"
+ }
+ ],
+ "version": 13
+ },
+ "maracas": {
+ "id": "maracas",
+ "name": "沙球",
+ "keywords": [
+ "music",
+ "instrument",
+ "percussion",
+ "乐器",
+ "恰恰",
+ "打击乐器",
+ "拨浪鼓",
+ "摇",
+ "摇动",
+ "沙槌",
+ "沙球",
+ "沙铃",
+ "派对",
+ "舞蹈",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1fa87",
+ "native": "🪇"
+ }
+ ],
+ "version": 15
+ },
+ "flute": {
+ "id": "flute",
+ "name": "长笛",
+ "keywords": [
+ "bamboo",
+ "music",
+ "instrument",
+ "pied",
+ "piper",
+ "乐器",
+ "乐队",
+ "木管乐器",
+ "横笛",
+ "短笛",
+ "竖笛",
+ "管乐器",
+ "菲菲笛",
+ "长笛",
+ "长笛手",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1fa88",
+ "native": "🪈"
+ }
+ ],
+ "version": 15
+ },
+ "iphone": {
+ "id": "iphone",
+ "name": "手机",
+ "keywords": [
+ "iphone",
+ "technology",
+ "apple",
+ "gadgets",
+ "dial",
+ "手提电话",
+ "手机",
+ "智能手机",
+ "电话",
+ "移动",
+ "移动电话",
+ "移动通信",
+ "通信"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f1",
+ "native": "📱"
+ }
+ ],
+ "version": 1
+ },
+ "calling": {
+ "id": "calling",
+ "name": "带有箭头的手机",
+ "keywords": [
+ "calling",
+ "iphone",
+ "incoming",
+ "带有箭头的手机",
+ "手机",
+ "接收",
+ "智能手机",
+ "来电",
+ "电话",
+ "移动电话",
+ "箭头",
+ "通信"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f2",
+ "native": "📲"
+ }
+ ],
+ "version": 1
+ },
+ "phone": {
+ "id": "phone",
+ "name": "电话",
+ "keywords": [
+ "phone",
+ "technology",
+ "communication",
+ "dial",
+ "固定电话",
+ "固话",
+ "座机",
+ "电话"
+ ],
+ "skins": [
+ {
+ "unified": "260e-fe0f",
+ "native": "☎️"
+ }
+ ],
+ "version": 1
+ },
+ "telephone_receiver": {
+ "id": "telephone_receiver",
+ "name": "电话听筒",
+ "keywords": [
+ "technology",
+ "communication",
+ "dial",
+ "听筒",
+ "固定电话",
+ "固话",
+ "座机",
+ "电话",
+ "电话听筒",
+ "通信"
+ ],
+ "skins": [
+ {
+ "unified": "1f4de",
+ "native": "📞"
+ }
+ ],
+ "version": 1
+ },
+ "pager": {
+ "id": "pager",
+ "name": "寻呼机",
+ "keywords": [
+ "bbcall",
+ "oldschool",
+ "90s",
+ "BB 机",
+ "传呼机",
+ "呼机",
+ "寻呼机",
+ "通信"
+ ],
+ "skins": [
+ {
+ "unified": "1f4df",
+ "native": "📟"
+ }
+ ],
+ "version": 1
+ },
+ "fax": {
+ "id": "fax",
+ "name": "传真机",
+ "keywords": [
+ "communication",
+ "technology",
+ "传真",
+ "传真号",
+ "传真机",
+ "发传真"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e0",
+ "native": "📠"
+ }
+ ],
+ "version": 1
+ },
+ "battery": {
+ "id": "battery",
+ "name": "电池",
+ "keywords": [
+ "power",
+ "energy",
+ "sustain",
+ "正极",
+ "电",
+ "电极",
+ "电池",
+ "电源",
+ "蓄电池",
+ "负极"
+ ],
+ "skins": [
+ {
+ "unified": "1f50b",
+ "native": "🔋"
+ }
+ ],
+ "version": 1
+ },
+ "low_battery": {
+ "id": "low_battery",
+ "name": "电池电量不足",
+ "keywords": [
+ "drained",
+ "dead",
+ "低能量",
+ "电子",
+ "电池",
+ "电池电量不足",
+ "电池电量低",
+ "电量不足"
+ ],
+ "skins": [
+ {
+ "unified": "1faab",
+ "native": "🪫"
+ }
+ ],
+ "version": 14
+ },
+ "electric_plug": {
+ "id": "electric_plug",
+ "name": "电源插头",
+ "keywords": [
+ "charger",
+ "power",
+ "插头",
+ "电插头",
+ "电源",
+ "电源插头",
+ "电线"
+ ],
+ "skins": [
+ {
+ "unified": "1f50c",
+ "native": "🔌"
+ }
+ ],
+ "version": 1
+ },
+ "computer": {
+ "id": "computer",
+ "name": "笔记本电脑",
+ "keywords": [
+ "computer",
+ "technology",
+ "screen",
+ "display",
+ "monitor",
+ "PC",
+ "个人电脑",
+ "手提电脑",
+ "电脑",
+ "笔记本电脑"
+ ],
+ "skins": [
+ {
+ "unified": "1f4bb",
+ "native": "💻"
+ }
+ ],
+ "version": 1
+ },
+ "desktop_computer": {
+ "id": "desktop_computer",
+ "name": "台式电脑",
+ "keywords": [
+ "technology",
+ "computing",
+ "screen",
+ "PC",
+ "个人电脑",
+ "台式",
+ "台式电脑",
+ "显示器",
+ "显示屏",
+ "电脑",
+ "计算机"
+ ],
+ "skins": [
+ {
+ "unified": "1f5a5-fe0f",
+ "native": "🖥️"
+ }
+ ],
+ "version": 1
+ },
+ "printer": {
+ "id": "printer",
+ "name": "打印机",
+ "keywords": [
+ "paper",
+ "ink",
+ "印刷机",
+ "喷墨打印",
+ "复印",
+ "打印",
+ "打印机",
+ "扫描",
+ "激光打印"
+ ],
+ "skins": [
+ {
+ "unified": "1f5a8-fe0f",
+ "native": "🖨️"
+ }
+ ],
+ "version": 1
+ },
+ "keyboard": {
+ "id": "keyboard",
+ "name": "键盘",
+ "keywords": [
+ "technology",
+ "computer",
+ "type",
+ "input",
+ "text",
+ "打字",
+ "按键",
+ "电脑",
+ "输入",
+ "键盘"
+ ],
+ "skins": [
+ {
+ "unified": "2328-fe0f",
+ "native": "⌨️"
+ }
+ ],
+ "version": 1
+ },
+ "three_button_mouse": {
+ "id": "three_button_mouse",
+ "name": "电脑鼠标",
+ "keywords": [
+ "three",
+ "button",
+ "click",
+ "有线鼠标",
+ "激光鼠标",
+ "点击",
+ "点按",
+ "电脑",
+ "电脑鼠标",
+ "鼠标"
+ ],
+ "skins": [
+ {
+ "unified": "1f5b1-fe0f",
+ "native": "🖱️"
+ }
+ ],
+ "version": 1
+ },
+ "trackball": {
+ "id": "trackball",
+ "name": "轨迹球",
+ "keywords": [
+ "technology",
+ "trackpad",
+ "有线鼠标",
+ "电脑",
+ "轨迹球",
+ "追踪球",
+ "鼠标"
+ ],
+ "skins": [
+ {
+ "unified": "1f5b2-fe0f",
+ "native": "🖲️"
+ }
+ ],
+ "version": 1
+ },
+ "minidisc": {
+ "id": "minidisc",
+ "name": "电脑光盘",
+ "keywords": [
+ "computer",
+ "disk",
+ "technology",
+ "record",
+ "data",
+ "90s",
+ "MD",
+ "minidisk",
+ "mini光盘",
+ "光盘",
+ "电脑",
+ "电脑光盘",
+ "迷你光盘",
+ "迷你光碟",
+ "迷你唱片"
+ ],
+ "skins": [
+ {
+ "unified": "1f4bd",
+ "native": "💽"
+ }
+ ],
+ "version": 1
+ },
+ "floppy_disk": {
+ "id": "floppy_disk",
+ "name": "软盘",
+ "keywords": [
+ "oldschool",
+ "technology",
+ "save",
+ "90s",
+ "80s",
+ "3.5英寸",
+ "便携",
+ "存储",
+ "电脑",
+ "磁盘",
+ "软盘"
+ ],
+ "skins": [
+ {
+ "unified": "1f4be",
+ "native": "💾"
+ }
+ ],
+ "version": 1
+ },
+ "cd": {
+ "id": "cd",
+ "name": "光盘",
+ "keywords": [
+ "cd",
+ "disk",
+ "technology",
+ "dvd",
+ "90s",
+ "专辑",
+ "光盘",
+ "存储",
+ "影片",
+ "蓝光",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f4bf",
+ "native": "💿"
+ }
+ ],
+ "version": 1
+ },
+ "dvd": {
+ "id": "dvd",
+ "name": "DVD",
+ "keywords": [
+ "cd",
+ "disk",
+ "disc",
+ "dvd",
+ "DVD",
+ "光盘",
+ "光碟",
+ "影片",
+ "电脑",
+ "蓝光",
+ "音乐"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c0",
+ "native": "📀"
+ }
+ ],
+ "version": 1
+ },
+ "abacus": {
+ "id": "abacus",
+ "name": "算盘",
+ "keywords": [
+ "calculation",
+ "算盘",
+ "计算",
+ "计算器"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ee",
+ "native": "🧮"
+ }
+ ],
+ "version": 11
+ },
+ "movie_camera": {
+ "id": "movie_camera",
+ "name": "电影摄影机",
+ "keywords": [
+ "film",
+ "record",
+ "录像",
+ "摄像机",
+ "摄录机",
+ "摄影",
+ "摄影机",
+ "电影",
+ "电影摄影机"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a5",
+ "native": "🎥"
+ }
+ ],
+ "version": 1
+ },
+ "film_frames": {
+ "id": "film_frames",
+ "name": "影片帧",
+ "keywords": [
+ "movie",
+ "帧",
+ "影片帧",
+ "电影",
+ "电影胶卷",
+ "电影胶片",
+ "胶卷",
+ "胶片"
+ ],
+ "skins": [
+ {
+ "unified": "1f39e-fe0f",
+ "native": "🎞️"
+ }
+ ],
+ "version": 1
+ },
+ "film_projector": {
+ "id": "film_projector",
+ "name": "电影放映机",
+ "keywords": [
+ "video",
+ "tape",
+ "record",
+ "movie",
+ "影片",
+ "投影仪",
+ "放映机",
+ "电影",
+ "电影放映机",
+ "视频"
+ ],
+ "skins": [
+ {
+ "unified": "1f4fd-fe0f",
+ "native": "📽️"
+ }
+ ],
+ "version": 1
+ },
+ "clapper": {
+ "id": "clapper",
+ "name": "场记板",
+ "keywords": [
+ "movie",
+ "film",
+ "record",
+ "场记",
+ "场记板",
+ "打板",
+ "拍电影"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ac",
+ "native": "🎬"
+ }
+ ],
+ "version": 1
+ },
+ "tv": {
+ "id": "tv",
+ "name": "电视机",
+ "keywords": [
+ "tv",
+ "technology",
+ "program",
+ "oldschool",
+ "show",
+ "电视",
+ "电视机",
+ "看电视",
+ "视频",
+ "节目"
+ ],
+ "skins": [
+ {
+ "unified": "1f4fa",
+ "native": "📺"
+ }
+ ],
+ "version": 1
+ },
+ "camera": {
+ "id": "camera",
+ "name": "相机",
+ "keywords": [
+ "gadgets",
+ "photography",
+ "卡片相机",
+ "拍照",
+ "摄影",
+ "照片",
+ "照相机",
+ "相机",
+ "自拍"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f7",
+ "native": "📷"
+ }
+ ],
+ "version": 1
+ },
+ "camera_with_flash": {
+ "id": "camera_with_flash",
+ "name": "开闪光灯的相机",
+ "keywords": [
+ "photography",
+ "gadgets",
+ "带闪光灯的相机",
+ "开闪光灯的相机",
+ "拍照",
+ "相机",
+ "闪光灯",
+ "闪光灯打开"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f8",
+ "native": "📸"
+ }
+ ],
+ "version": 1
+ },
+ "video_camera": {
+ "id": "video_camera",
+ "name": "摄像机",
+ "keywords": [
+ "film",
+ "record",
+ "录像",
+ "录像机",
+ "录影",
+ "拍摄",
+ "摄像机",
+ "摄影机",
+ "视频"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f9",
+ "native": "📹"
+ }
+ ],
+ "version": 1
+ },
+ "vhs": {
+ "id": "vhs",
+ "name": "录像带",
+ "keywords": [
+ "vhs",
+ "record",
+ "video",
+ "oldschool",
+ "90s",
+ "80s",
+ "VHS",
+ "录像带",
+ "录影带",
+ "磁带"
+ ],
+ "skins": [
+ {
+ "unified": "1f4fc",
+ "native": "📼"
+ }
+ ],
+ "version": 1
+ },
+ "mag": {
+ "id": "mag",
+ "name": "左斜的放大镜",
+ "keywords": [
+ "mag",
+ "search",
+ "zoom",
+ "find",
+ "detective",
+ "工具",
+ "左斜的放大镜",
+ "搜索",
+ "放大",
+ "放大镜",
+ "查找"
+ ],
+ "skins": [
+ {
+ "unified": "1f50d",
+ "native": "🔍"
+ }
+ ],
+ "version": 1
+ },
+ "mag_right": {
+ "id": "mag_right",
+ "name": "右斜的放大镜",
+ "keywords": [
+ "mag",
+ "search",
+ "zoom",
+ "find",
+ "detective",
+ "右斜的放大镜",
+ "工具",
+ "搜索",
+ "放大",
+ "放大镜",
+ "查找"
+ ],
+ "skins": [
+ {
+ "unified": "1f50e",
+ "native": "🔎"
+ }
+ ],
+ "version": 1
+ },
+ "candle": {
+ "id": "candle",
+ "name": "蜡烛",
+ "keywords": [
+ "fire",
+ "wax",
+ "光",
+ "烛光",
+ "烛火",
+ "照明",
+ "燃烧",
+ "蜡烛"
+ ],
+ "skins": [
+ {
+ "unified": "1f56f-fe0f",
+ "native": "🕯️"
+ }
+ ],
+ "version": 1
+ },
+ "bulb": {
+ "id": "bulb",
+ "name": "灯泡",
+ "keywords": [
+ "electricity",
+ "idea",
+ "主意",
+ "想法",
+ "灯泡",
+ "点子",
+ "电",
+ "电灯泡",
+ "白炽灯"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a1",
+ "native": "💡"
+ }
+ ],
+ "version": 1
+ },
+ "flashlight": {
+ "id": "flashlight",
+ "name": "手电筒",
+ "keywords": [
+ "dark",
+ "camping",
+ "sight",
+ "night",
+ "光",
+ "工具",
+ "手电",
+ "手电筒",
+ "照明",
+ "电筒"
+ ],
+ "skins": [
+ {
+ "unified": "1f526",
+ "native": "🔦"
+ }
+ ],
+ "version": 1
+ },
+ "izakaya_lantern": {
+ "id": "izakaya_lantern",
+ "name": "红灯笼",
+ "keywords": [
+ "red",
+ "paper",
+ "light",
+ "halloween",
+ "spooky",
+ "光",
+ "喜庆",
+ "居酒屋",
+ "日本",
+ "灯笼",
+ "红灯笼",
+ "节日",
+ "酒馆",
+ "餐馆"
+ ],
+ "skins": [
+ {
+ "unified": "1f3ee",
+ "native": "🏮"
+ }
+ ],
+ "version": 1
+ },
+ "diya_lamp": {
+ "id": "diya_lamp",
+ "name": "印度油灯",
+ "keywords": [
+ "lighting",
+ "印度油灯",
+ "排灯节",
+ "油",
+ "灯",
+ "迪亚"
+ ],
+ "skins": [
+ {
+ "unified": "1fa94",
+ "native": "🪔"
+ }
+ ],
+ "version": 12
+ },
+ "notebook_with_decorative_cover": {
+ "id": "notebook_with_decorative_cover",
+ "name": "精装笔记本",
+ "keywords": [
+ "classroom",
+ "notes",
+ "record",
+ "paper",
+ "study",
+ "书",
+ "写作",
+ "学校",
+ "封面",
+ "教育",
+ "笔记本",
+ "精装笔记本"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d4",
+ "native": "📔"
+ }
+ ],
+ "version": 1
+ },
+ "closed_book": {
+ "id": "closed_book",
+ "name": "合上的书本",
+ "keywords": [
+ "read",
+ "library",
+ "knowledge",
+ "textbook",
+ "learn",
+ "书",
+ "书本",
+ "书本合起",
+ "合上",
+ "合上的书本"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d5",
+ "native": "📕"
+ }
+ ],
+ "version": 1
+ },
+ "book": {
+ "id": "book",
+ "name": "打开的书本",
+ "keywords": [
+ "read",
+ "library",
+ "knowledge",
+ "literature",
+ "learn",
+ "study",
+ "书",
+ "书本",
+ "图书馆",
+ "小说",
+ "开卷",
+ "打开",
+ "打开的书本",
+ "知识",
+ "读书",
+ "阅读"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d6",
+ "native": "📖"
+ }
+ ],
+ "version": 1
+ },
+ "green_book": {
+ "id": "green_book",
+ "name": "绿色书本",
+ "keywords": [
+ "read",
+ "library",
+ "knowledge",
+ "study",
+ "书",
+ "书本",
+ "图书馆",
+ "教育",
+ "绿",
+ "绿皮书",
+ "绿色",
+ "绿色书本",
+ "阅读"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d7",
+ "native": "📗"
+ }
+ ],
+ "version": 1
+ },
+ "blue_book": {
+ "id": "blue_book",
+ "name": "蓝色书本",
+ "keywords": [
+ "read",
+ "library",
+ "knowledge",
+ "learn",
+ "study",
+ "书",
+ "书本",
+ "图书馆",
+ "教育",
+ "篮",
+ "蓝皮书",
+ "蓝色",
+ "蓝色书本",
+ "阅读"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d8",
+ "native": "📘"
+ }
+ ],
+ "version": 1
+ },
+ "orange_book": {
+ "id": "orange_book",
+ "name": "橙色书本",
+ "keywords": [
+ "read",
+ "library",
+ "knowledge",
+ "textbook",
+ "study",
+ "书",
+ "书本",
+ "图书馆",
+ "教育",
+ "橘皮书",
+ "橘色",
+ "橙色",
+ "橙色书本",
+ "阅读"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d9",
+ "native": "📙"
+ }
+ ],
+ "version": 1
+ },
+ "books": {
+ "id": "books",
+ "name": "书",
+ "keywords": [
+ "literature",
+ "library",
+ "study",
+ "书",
+ "书本",
+ "书籍",
+ "图书",
+ "图书馆",
+ "学习",
+ "学校",
+ "小说",
+ "教育",
+ "知识",
+ "阅读"
+ ],
+ "skins": [
+ {
+ "unified": "1f4da",
+ "native": "📚"
+ }
+ ],
+ "version": 1
+ },
+ "notebook": {
+ "id": "notebook",
+ "name": "笔记本",
+ "keywords": [
+ "stationery",
+ "record",
+ "notes",
+ "paper",
+ "study",
+ "日记本",
+ "本子",
+ "笔记",
+ "笔记本",
+ "记事本",
+ "记录"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d3",
+ "native": "📓"
+ }
+ ],
+ "version": 1
+ },
+ "ledger": {
+ "id": "ledger",
+ "name": "账本",
+ "keywords": [
+ "notes",
+ "paper",
+ "笔记本",
+ "记事本",
+ "记账",
+ "账本",
+ "账簿"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d2",
+ "native": "📒"
+ }
+ ],
+ "version": 1
+ },
+ "page_with_curl": {
+ "id": "page_with_curl",
+ "name": "带卷边的页面",
+ "keywords": [
+ "documents",
+ "office",
+ "paper",
+ "卷曲",
+ "卷边",
+ "带卷边的页面",
+ "文书",
+ "文件",
+ "文档",
+ "纸张",
+ "页面"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c3",
+ "native": "📃"
+ }
+ ],
+ "version": 1
+ },
+ "scroll": {
+ "id": "scroll",
+ "name": "卷轴",
+ "keywords": [
+ "documents",
+ "ancient",
+ "history",
+ "paper",
+ "卷纸",
+ "卷轴",
+ "画卷",
+ "纸",
+ "纸卷",
+ "羊皮纸"
+ ],
+ "skins": [
+ {
+ "unified": "1f4dc",
+ "native": "📜"
+ }
+ ],
+ "version": 1
+ },
+ "page_facing_up": {
+ "id": "page_facing_up",
+ "name": "文件",
+ "keywords": [
+ "documents",
+ "office",
+ "paper",
+ "information",
+ "文书",
+ "文件",
+ "文档",
+ "页面向上"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c4",
+ "native": "📄"
+ }
+ ],
+ "version": 1
+ },
+ "newspaper": {
+ "id": "newspaper",
+ "name": "报纸",
+ "keywords": [
+ "press",
+ "headline",
+ "传播",
+ "报纸",
+ "报道",
+ "新闻",
+ "看报",
+ "纸",
+ "读报"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f0",
+ "native": "📰"
+ }
+ ],
+ "version": 1
+ },
+ "rolled_up_newspaper": {
+ "id": "rolled_up_newspaper",
+ "name": "报纸卷",
+ "keywords": [
+ "rolled",
+ "up",
+ "press",
+ "headline",
+ "卷起",
+ "卷起的报纸",
+ "报纸",
+ "报纸卷",
+ "新闻",
+ "纸"
+ ],
+ "skins": [
+ {
+ "unified": "1f5de-fe0f",
+ "native": "🗞️"
+ }
+ ],
+ "version": 1
+ },
+ "bookmark_tabs": {
+ "id": "bookmark_tabs",
+ "name": "标签页",
+ "keywords": [
+ "favorite",
+ "save",
+ "order",
+ "tidy",
+ "书签",
+ "书签页标签",
+ "有书签的页面",
+ "标签",
+ "标签页"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d1",
+ "native": "📑"
+ }
+ ],
+ "version": 1
+ },
+ "bookmark": {
+ "id": "bookmark",
+ "name": "书签",
+ "keywords": [
+ "favorite",
+ "label",
+ "save",
+ "书签",
+ "标签",
+ "读书",
+ "阅读"
+ ],
+ "skins": [
+ {
+ "unified": "1f516",
+ "native": "🔖"
+ }
+ ],
+ "version": 1
+ },
+ "label": {
+ "id": "label",
+ "name": "标签",
+ "keywords": [
+ "sale",
+ "tag",
+ "吊牌",
+ "标签",
+ "标记",
+ "行李牌"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f7-fe0f",
+ "native": "🏷️"
+ }
+ ],
+ "version": 1
+ },
+ "moneybag": {
+ "id": "moneybag",
+ "name": "钱袋",
+ "keywords": [
+ "moneybag",
+ "dollar",
+ "payment",
+ "coins",
+ "sale",
+ "付钱",
+ "十亿",
+ "变现",
+ "守财奴",
+ "富有",
+ "有钱",
+ "现金",
+ "百万",
+ "美元",
+ "赌钱",
+ "赢钱",
+ "钱",
+ "钱包",
+ "钱袋",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b0",
+ "native": "💰"
+ }
+ ],
+ "version": 1
+ },
+ "coin": {
+ "id": "coin",
+ "name": "硬币",
+ "keywords": [
+ "money",
+ "currency",
+ "富有",
+ "欧元",
+ "硬币",
+ "美元",
+ "财富",
+ "金",
+ "金属",
+ "金币",
+ "钱",
+ "银"
+ ],
+ "skins": [
+ {
+ "unified": "1fa99",
+ "native": "🪙"
+ }
+ ],
+ "version": 13
+ },
+ "yen": {
+ "id": "yen",
+ "name": "日元",
+ "keywords": [
+ "money",
+ "sales",
+ "japanese",
+ "dollar",
+ "currency",
+ "日元",
+ "日币",
+ "现金",
+ "纸币",
+ "货币",
+ "钞票",
+ "钱",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b4",
+ "native": "💴"
+ }
+ ],
+ "version": 1
+ },
+ "dollar": {
+ "id": "dollar",
+ "name": "美元",
+ "keywords": [
+ "money",
+ "sales",
+ "bill",
+ "currency",
+ "现金",
+ "纸币",
+ "美元",
+ "美刀",
+ "美钞",
+ "货币",
+ "钱",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b5",
+ "native": "💵"
+ }
+ ],
+ "version": 1
+ },
+ "euro": {
+ "id": "euro",
+ "name": "欧元",
+ "keywords": [
+ "money",
+ "sales",
+ "dollar",
+ "currency",
+ "欧元",
+ "现金",
+ "纸币",
+ "货币",
+ "钞票",
+ "钱",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b6",
+ "native": "💶"
+ }
+ ],
+ "version": 1
+ },
+ "pound": {
+ "id": "pound",
+ "name": "英镑",
+ "keywords": [
+ "british",
+ "sterling",
+ "money",
+ "sales",
+ "bills",
+ "uk",
+ "england",
+ "currency",
+ "现金",
+ "纸币",
+ "英镑",
+ "货币",
+ "钞票",
+ "钱",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b7",
+ "native": "💷"
+ }
+ ],
+ "version": 1
+ },
+ "money_with_wings": {
+ "id": "money_with_wings",
+ "name": "长翅膀的钱",
+ "keywords": [
+ "dollar",
+ "bills",
+ "payment",
+ "sale",
+ "纸币",
+ "翅膀",
+ "花钱",
+ "钱",
+ "长翅膀的钱",
+ "飞"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b8",
+ "native": "💸"
+ }
+ ],
+ "version": 1
+ },
+ "credit_card": {
+ "id": "credit_card",
+ "name": "信用卡",
+ "keywords": [
+ "money",
+ "sales",
+ "dollar",
+ "bill",
+ "payment",
+ "shopping",
+ "信用",
+ "信用卡",
+ "借记卡",
+ "刷卡",
+ "卡",
+ "收钱",
+ "现金",
+ "现金卡",
+ "贷记卡",
+ "银行",
+ "银行卡"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b3",
+ "native": "💳"
+ }
+ ],
+ "version": 1
+ },
+ "receipt": {
+ "id": "receipt",
+ "name": "收据",
+ "keywords": [
+ "accounting",
+ "expenses",
+ "会计",
+ "信封",
+ "凭据",
+ "发票",
+ "收据",
+ "收条",
+ "簿记",
+ "记账",
+ "证据",
+ "证明",
+ "账单"
+ ],
+ "skins": [
+ {
+ "unified": "1f9fe",
+ "native": "🧾"
+ }
+ ],
+ "version": 11
+ },
+ "chart": {
+ "id": "chart",
+ "name": "趋势向上且带有日元符号的图表",
+ "keywords": [
+ "green",
+ "square",
+ "graph",
+ "presentation",
+ "stats",
+ "上扬",
+ "上涨",
+ "日元",
+ "日元升值",
+ "日元汇率",
+ "日币",
+ "货币",
+ "货币升值图表",
+ "走势",
+ "趋势向上且带有日元符号的图表"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b9",
+ "native": "💹"
+ }
+ ],
+ "version": 1
+ },
+ "email": {
+ "id": "email",
+ "name": "信封",
+ "keywords": [
+ "email",
+ "letter",
+ "postal",
+ "inbox",
+ "communication",
+ "信件",
+ "信封",
+ "信息",
+ "来信",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "skins": [
+ {
+ "unified": "2709-fe0f",
+ "native": "✉️"
+ }
+ ],
+ "version": 1
+ },
+ "e-mail": {
+ "id": "e-mail",
+ "name": "电子邮件",
+ "keywords": [
+ "e",
+ "mail",
+ "communication",
+ "inbox",
+ "信件",
+ "信封",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e7",
+ "native": "📧"
+ }
+ ],
+ "version": 1
+ },
+ "incoming_envelope": {
+ "id": "incoming_envelope",
+ "name": "来信",
+ "keywords": [
+ "email",
+ "inbox",
+ "信件",
+ "信封",
+ "发送",
+ "接收",
+ "收信",
+ "收到来信",
+ "收到邮件",
+ "来信",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e8",
+ "native": "📨"
+ }
+ ],
+ "version": 1
+ },
+ "envelope_with_arrow": {
+ "id": "envelope_with_arrow",
+ "name": "收邮件",
+ "keywords": [
+ "email",
+ "communication",
+ "信件",
+ "信封",
+ "发信",
+ "发出",
+ "发送",
+ "发邮件",
+ "收邮件",
+ "有箭头的信封",
+ "邮件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e9",
+ "native": "📩"
+ }
+ ],
+ "version": 1
+ },
+ "outbox_tray": {
+ "id": "outbox_tray",
+ "name": "发件箱",
+ "keywords": [
+ "inbox",
+ "email",
+ "信件",
+ "发件箱",
+ "发信",
+ "发送",
+ "发邮件",
+ "收件箱",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e4",
+ "native": "📤"
+ }
+ ],
+ "version": 1
+ },
+ "inbox_tray": {
+ "id": "inbox_tray",
+ "name": "收件箱",
+ "keywords": [
+ "email",
+ "documents",
+ "信件",
+ "接收",
+ "收件箱",
+ "收信",
+ "收到邮件",
+ "电子邮件",
+ "电邮",
+ "邮件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e5",
+ "native": "📥"
+ }
+ ],
+ "version": 1
+ },
+ "package": {
+ "id": "package",
+ "name": "包裹",
+ "keywords": [
+ "mail",
+ "gift",
+ "cardboard",
+ "box",
+ "moving",
+ "包裹",
+ "快递",
+ "指向",
+ "盒子",
+ "箱子",
+ "装货",
+ "运送"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e6",
+ "native": "📦"
+ }
+ ],
+ "version": 1
+ },
+ "mailbox": {
+ "id": "mailbox",
+ "name": "有待收信件",
+ "keywords": [
+ "email",
+ "inbox",
+ "communication",
+ "信箱",
+ "旗标",
+ "有待收信件",
+ "有新信件",
+ "邮箱",
+ "邮箱关闭红旗升起"
+ ],
+ "skins": [
+ {
+ "unified": "1f4eb",
+ "native": "📫"
+ }
+ ],
+ "version": 1
+ },
+ "mailbox_closed": {
+ "id": "mailbox_closed",
+ "name": "无待收信件",
+ "keywords": [
+ "email",
+ "communication",
+ "inbox",
+ "信箱",
+ "信箱关闭红旗放下",
+ "放下",
+ "旗标",
+ "无待收信件",
+ "无新信件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ea",
+ "native": "📪"
+ }
+ ],
+ "version": 1
+ },
+ "mailbox_with_mail": {
+ "id": "mailbox_with_mail",
+ "name": "有新信件",
+ "keywords": [
+ "mail",
+ "email",
+ "inbox",
+ "communication",
+ "信箱",
+ "信箱打开红旗升起",
+ "打开",
+ "旗标",
+ "有待收信件",
+ "有新信件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ec",
+ "native": "📬"
+ }
+ ],
+ "version": 1
+ },
+ "mailbox_with_no_mail": {
+ "id": "mailbox_with_no_mail",
+ "name": "无新信件",
+ "keywords": [
+ "no",
+ "mail",
+ "email",
+ "inbox",
+ "信箱",
+ "信箱打开",
+ "信箱打开红旗放下",
+ "旗标",
+ "无待收信件",
+ "无新信件",
+ "邮件",
+ "邮递"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ed",
+ "native": "📭"
+ }
+ ],
+ "version": 1
+ },
+ "postbox": {
+ "id": "postbox",
+ "name": "邮筒",
+ "keywords": [
+ "email",
+ "letter",
+ "envelope",
+ "信",
+ "信箱",
+ "寄信",
+ "邮筒",
+ "邮箱"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ee",
+ "native": "📮"
+ }
+ ],
+ "version": 1
+ },
+ "ballot_box_with_ballot": {
+ "id": "ballot_box_with_ballot",
+ "name": "投票箱",
+ "keywords": [
+ "election",
+ "vote",
+ "投票",
+ "投票箱",
+ "盒子",
+ "票箱",
+ "选举",
+ "选票"
+ ],
+ "skins": [
+ {
+ "unified": "1f5f3-fe0f",
+ "native": "🗳️"
+ }
+ ],
+ "version": 1
+ },
+ "pencil2": {
+ "id": "pencil2",
+ "name": "铅笔",
+ "keywords": [
+ "pencil2",
+ "stationery",
+ "write",
+ "paper",
+ "writing",
+ "school",
+ "study",
+ "橡皮",
+ "橡皮擦",
+ "画画",
+ "画笔",
+ "笔",
+ "绘画",
+ "铅笔"
+ ],
+ "skins": [
+ {
+ "unified": "270f-fe0f",
+ "native": "✏️"
+ }
+ ],
+ "version": 1
+ },
+ "black_nib": {
+ "id": "black_nib",
+ "name": "钢笔尖",
+ "keywords": [
+ "pen",
+ "stationery",
+ "writing",
+ "write",
+ "写字",
+ "硬笔",
+ "笔",
+ "笔尖",
+ "钢笔",
+ "钢笔尖",
+ "黑色笔尖"
+ ],
+ "skins": [
+ {
+ "unified": "2712-fe0f",
+ "native": "✒️"
+ }
+ ],
+ "version": 1
+ },
+ "lower_left_fountain_pen": {
+ "id": "lower_left_fountain_pen",
+ "name": "钢笔",
+ "keywords": [
+ "lower",
+ "left",
+ "stationery",
+ "writing",
+ "write",
+ "写字",
+ "硬笔",
+ "笔",
+ "钢笔"
+ ],
+ "skins": [
+ {
+ "unified": "1f58b-fe0f",
+ "native": "🖋️"
+ }
+ ],
+ "version": 1
+ },
+ "lower_left_ballpoint_pen": {
+ "id": "lower_left_ballpoint_pen",
+ "name": "笔",
+ "keywords": [
+ "lower",
+ "left",
+ "ballpoint",
+ "stationery",
+ "writing",
+ "write",
+ "原子笔",
+ "圆珠笔",
+ "油笔",
+ "笔"
+ ],
+ "skins": [
+ {
+ "unified": "1f58a-fe0f",
+ "native": "🖊️"
+ }
+ ],
+ "version": 1
+ },
+ "lower_left_paintbrush": {
+ "id": "lower_left_paintbrush",
+ "name": "画笔",
+ "keywords": [
+ "lower",
+ "left",
+ "drawing",
+ "creativity",
+ "art",
+ "刷",
+ "毛笔",
+ "画刷",
+ "画笔",
+ "笔刷"
+ ],
+ "skins": [
+ {
+ "unified": "1f58c-fe0f",
+ "native": "🖌️"
+ }
+ ],
+ "version": 1
+ },
+ "lower_left_crayon": {
+ "id": "lower_left_crayon",
+ "name": "蜡笔",
+ "keywords": [
+ "lower",
+ "left",
+ "drawing",
+ "creativity",
+ "油画棒",
+ "画棒",
+ "蜡笔"
+ ],
+ "skins": [
+ {
+ "unified": "1f58d-fe0f",
+ "native": "🖍️"
+ }
+ ],
+ "version": 1
+ },
+ "memo": {
+ "id": "memo",
+ "name": "备忘录",
+ "keywords": [
+ "pencil",
+ "write",
+ "documents",
+ "stationery",
+ "paper",
+ "writing",
+ "legal",
+ "exam",
+ "quiz",
+ "test",
+ "study",
+ "compose",
+ "便条",
+ "便条簿",
+ "便笺",
+ "备忘录",
+ "铅笔"
+ ],
+ "skins": [
+ {
+ "unified": "1f4dd",
+ "native": "📝"
+ }
+ ],
+ "version": 1
+ },
+ "briefcase": {
+ "id": "briefcase",
+ "name": "公文包",
+ "keywords": [
+ "business",
+ "documents",
+ "work",
+ "law",
+ "legal",
+ "job",
+ "career",
+ "上班",
+ "公事包",
+ "公文包",
+ "办公室",
+ "包",
+ "手提包",
+ "文件"
+ ],
+ "skins": [
+ {
+ "unified": "1f4bc",
+ "native": "💼"
+ }
+ ],
+ "version": 1
+ },
+ "file_folder": {
+ "id": "file_folder",
+ "name": "文件夹",
+ "keywords": [
+ "documents",
+ "business",
+ "office",
+ "办公",
+ "文件",
+ "文件夹",
+ "文具",
+ "硬纸夹"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c1",
+ "native": "📁"
+ }
+ ],
+ "version": 1
+ },
+ "open_file_folder": {
+ "id": "open_file_folder",
+ "name": "打开的文件夹",
+ "keywords": [
+ "documents",
+ "load",
+ "办公",
+ "打开",
+ "打开文件夹",
+ "打开的文件夹",
+ "文件",
+ "文件夹",
+ "文具"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c2",
+ "native": "📂"
+ }
+ ],
+ "version": 1
+ },
+ "card_index_dividers": {
+ "id": "card_index_dividers",
+ "name": "索引分隔文件夹",
+ "keywords": [
+ "organizing",
+ "business",
+ "stationery",
+ "分隔",
+ "分隔卡",
+ "文件夹",
+ "索引",
+ "索引分隔文件夹",
+ "隔板"
+ ],
+ "skins": [
+ {
+ "unified": "1f5c2-fe0f",
+ "native": "🗂️"
+ }
+ ],
+ "version": 1
+ },
+ "date": {
+ "id": "date",
+ "name": "日历",
+ "keywords": [
+ "date",
+ "schedule",
+ "日历",
+ "日期"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c5",
+ "native": "📅"
+ }
+ ],
+ "version": 1
+ },
+ "calendar": {
+ "id": "calendar",
+ "name": "手撕日历",
+ "keywords": [
+ "tear",
+ "off",
+ "schedule",
+ "date",
+ "planning",
+ "手撕日历",
+ "日历",
+ "日期"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c6",
+ "native": "📆"
+ }
+ ],
+ "version": 1
+ },
+ "spiral_note_pad": {
+ "id": "spiral_note_pad",
+ "name": "线圈本",
+ "keywords": [
+ "note",
+ "pad",
+ "memo",
+ "stationery",
+ "文具",
+ "笔记本",
+ "线圈",
+ "线圈本",
+ "记事本"
+ ],
+ "skins": [
+ {
+ "unified": "1f5d2-fe0f",
+ "native": "🗒️"
+ }
+ ],
+ "version": 1
+ },
+ "spiral_calendar_pad": {
+ "id": "spiral_calendar_pad",
+ "name": "线圈日历",
+ "keywords": [
+ "pad",
+ "date",
+ "schedule",
+ "planning",
+ "日历",
+ "日期",
+ "线圈",
+ "线圈日历",
+ "记事本"
+ ],
+ "skins": [
+ {
+ "unified": "1f5d3-fe0f",
+ "native": "🗓️"
+ }
+ ],
+ "version": 1
+ },
+ "card_index": {
+ "id": "card_index",
+ "name": "卡片索引",
+ "keywords": [
+ "business",
+ "stationery",
+ "卡片",
+ "卡片索引",
+ "卡牌索引",
+ "名片索引",
+ "目录",
+ "索引"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c7",
+ "native": "📇"
+ }
+ ],
+ "version": 1
+ },
+ "chart_with_upwards_trend": {
+ "id": "chart_with_upwards_trend",
+ "name": "趋势向上的图表",
+ "keywords": [
+ "with",
+ "upwards",
+ "trend",
+ "graph",
+ "presentation",
+ "stats",
+ "recovery",
+ "business",
+ "economics",
+ "money",
+ "sales",
+ "good",
+ "success",
+ "上升",
+ "上涨",
+ "上涨图表",
+ "上涨趋势线",
+ "向上",
+ "图表",
+ "成长",
+ "趋势向上的图表",
+ "趋势线"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c8",
+ "native": "📈"
+ }
+ ],
+ "version": 1
+ },
+ "chart_with_downwards_trend": {
+ "id": "chart_with_downwards_trend",
+ "name": "趋势向下的图表",
+ "keywords": [
+ "with",
+ "downwards",
+ "trend",
+ "graph",
+ "presentation",
+ "stats",
+ "recession",
+ "business",
+ "economics",
+ "money",
+ "sales",
+ "bad",
+ "failure",
+ "下跌",
+ "下跌图表",
+ "下跌趋势线",
+ "下降",
+ "向下",
+ "图表",
+ "趋势向下的图表",
+ "趋势线"
+ ],
+ "skins": [
+ {
+ "unified": "1f4c9",
+ "native": "📉"
+ }
+ ],
+ "version": 1
+ },
+ "bar_chart": {
+ "id": "bar_chart",
+ "name": "条形图",
+ "keywords": [
+ "graph",
+ "presentation",
+ "stats",
+ "图形",
+ "图表",
+ "条形图",
+ "柱形图",
+ "直方图",
+ "资料",
+ "长条图"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ca",
+ "native": "📊"
+ }
+ ],
+ "version": 1
+ },
+ "clipboard": {
+ "id": "clipboard",
+ "name": "剪贴板",
+ "keywords": [
+ "stationery",
+ "documents",
+ "写字夹板",
+ "写字板",
+ "剪贴板",
+ "剪贴簿",
+ "夹子",
+ "待办事项",
+ "待办表",
+ "纸张"
+ ],
+ "skins": [
+ {
+ "unified": "1f4cb",
+ "native": "📋"
+ }
+ ],
+ "version": 1
+ },
+ "pushpin": {
+ "id": "pushpin",
+ "name": "图钉",
+ "keywords": [
+ "stationery",
+ "mark",
+ "here",
+ "固定",
+ "图钉",
+ "拼贴",
+ "按钉"
+ ],
+ "skins": [
+ {
+ "unified": "1f4cc",
+ "native": "📌"
+ }
+ ],
+ "version": 1
+ },
+ "round_pushpin": {
+ "id": "round_pushpin",
+ "name": "圆图钉",
+ "keywords": [
+ "stationery",
+ "location",
+ "map",
+ "here",
+ "位置",
+ "固定",
+ "图钉",
+ "圆图钉"
+ ],
+ "skins": [
+ {
+ "unified": "1f4cd",
+ "native": "📍"
+ }
+ ],
+ "version": 1
+ },
+ "paperclip": {
+ "id": "paperclip",
+ "name": "回形针",
+ "keywords": [
+ "documents",
+ "stationery",
+ "万字夹",
+ "回形针",
+ "回纹针",
+ "曲别针",
+ "纸夹"
+ ],
+ "skins": [
+ {
+ "unified": "1f4ce",
+ "native": "📎"
+ }
+ ],
+ "version": 1
+ },
+ "linked_paperclips": {
+ "id": "linked_paperclips",
+ "name": "连起来的两个回形针",
+ "keywords": [
+ "documents",
+ "stationery",
+ "万字夹",
+ "回形针",
+ "回纹针",
+ "曲别针",
+ "纸夹",
+ "连接",
+ "连接的回形针",
+ "连起来的两个回形针"
+ ],
+ "skins": [
+ {
+ "unified": "1f587-fe0f",
+ "native": "🖇️"
+ }
+ ],
+ "version": 1
+ },
+ "straight_ruler": {
+ "id": "straight_ruler",
+ "name": "直尺",
+ "keywords": [
+ "stationery",
+ "calculate",
+ "length",
+ "math",
+ "school",
+ "drawing",
+ "architect",
+ "sketch",
+ "尺",
+ "尺子",
+ "数学",
+ "文具",
+ "测量",
+ "直尺",
+ "量",
+ "长度"
+ ],
+ "skins": [
+ {
+ "unified": "1f4cf",
+ "native": "📏"
+ }
+ ],
+ "version": 1
+ },
+ "triangular_ruler": {
+ "id": "triangular_ruler",
+ "name": "三角尺",
+ "keywords": [
+ "stationery",
+ "math",
+ "architect",
+ "sketch",
+ "三角",
+ "三角尺",
+ "尺",
+ "数学",
+ "文具",
+ "测量",
+ "角",
+ "角度"
+ ],
+ "skins": [
+ {
+ "unified": "1f4d0",
+ "native": "📐"
+ }
+ ],
+ "version": 1
+ },
+ "scissors": {
+ "id": "scissors",
+ "name": "剪刀",
+ "keywords": [
+ "stationery",
+ "cut",
+ "修剪",
+ "剪",
+ "剪刀",
+ "剪子",
+ "剪裁",
+ "工具"
+ ],
+ "skins": [
+ {
+ "unified": "2702-fe0f",
+ "native": "✂️"
+ }
+ ],
+ "version": 1
+ },
+ "card_file_box": {
+ "id": "card_file_box",
+ "name": "卡片盒",
+ "keywords": [
+ "business",
+ "stationery",
+ "卡片",
+ "卡片盒",
+ "存档",
+ "文件",
+ "标签",
+ "档案",
+ "箱",
+ "索引"
+ ],
+ "skins": [
+ {
+ "unified": "1f5c3-fe0f",
+ "native": "🗃️"
+ }
+ ],
+ "version": 1
+ },
+ "file_cabinet": {
+ "id": "file_cabinet",
+ "name": "文件柜",
+ "keywords": [
+ "filing",
+ "organizing",
+ "存档",
+ "归档",
+ "收纳",
+ "文件柜",
+ "柜",
+ "档案"
+ ],
+ "skins": [
+ {
+ "unified": "1f5c4-fe0f",
+ "native": "🗄️"
+ }
+ ],
+ "version": 1
+ },
+ "wastebasket": {
+ "id": "wastebasket",
+ "name": "垃圾桶",
+ "keywords": [
+ "bin",
+ "trash",
+ "rubbish",
+ "garbage",
+ "toss",
+ "垃圾",
+ "垃圾桶",
+ "垃圾篓",
+ "废纸篓"
+ ],
+ "skins": [
+ {
+ "unified": "1f5d1-fe0f",
+ "native": "🗑️"
+ }
+ ],
+ "version": 1
+ },
+ "lock": {
+ "id": "lock",
+ "name": "合上的锁",
+ "keywords": [
+ "locked",
+ "security",
+ "password",
+ "padlock",
+ "上锁",
+ "合上的锁",
+ "私密",
+ "锁",
+ "锁住",
+ "锁头",
+ "锁定"
+ ],
+ "skins": [
+ {
+ "unified": "1f512",
+ "native": "🔒"
+ }
+ ],
+ "version": 1
+ },
+ "unlock": {
+ "id": "unlock",
+ "name": "打开的锁",
+ "keywords": [
+ "unlock",
+ "privacy",
+ "security",
+ "取消锁定",
+ "开锁",
+ "打开",
+ "打开的锁",
+ "破解",
+ "解锁",
+ "锁"
+ ],
+ "skins": [
+ {
+ "unified": "1f513",
+ "native": "🔓"
+ }
+ ],
+ "version": 1
+ },
+ "lock_with_ink_pen": {
+ "id": "lock_with_ink_pen",
+ "name": "墨水笔和锁",
+ "keywords": [
+ "lock",
+ "ink",
+ "security",
+ "secret",
+ "笔",
+ "笔尖",
+ "钢笔",
+ "锁",
+ "隐私",
+ "墨水笔和锁"
+ ],
+ "skins": [
+ {
+ "unified": "1f50f",
+ "native": "🔏"
+ }
+ ],
+ "version": 1
+ },
+ "closed_lock_with_key": {
+ "id": "closed_lock_with_key",
+ "name": "钥匙和锁",
+ "keywords": [
+ "closed",
+ "lock",
+ "security",
+ "privacy",
+ "安全",
+ "脚踏车锁",
+ "钥匙",
+ "钥匙和锁",
+ "锁",
+ "锁上"
+ ],
+ "skins": [
+ {
+ "unified": "1f510",
+ "native": "🔐"
+ }
+ ],
+ "version": 1
+ },
+ "key": {
+ "id": "key",
+ "name": "钥匙",
+ "keywords": [
+ "lock",
+ "door",
+ "password",
+ "密码",
+ "密钥",
+ "开锁",
+ "解锁",
+ "钥匙",
+ "锁"
+ ],
+ "skins": [
+ {
+ "unified": "1f511",
+ "native": "🔑"
+ }
+ ],
+ "version": 1
+ },
+ "old_key": {
+ "id": "old_key",
+ "name": "老式钥匙",
+ "keywords": [
+ "lock",
+ "door",
+ "password",
+ "古老的钥匙",
+ "旧钥匙",
+ "线索",
+ "老式钥匙",
+ "钥匙"
+ ],
+ "skins": [
+ {
+ "unified": "1f5dd-fe0f",
+ "native": "🗝️"
+ }
+ ],
+ "version": 1
+ },
+ "hammer": {
+ "id": "hammer",
+ "name": "锤子",
+ "keywords": [
+ "tools",
+ "build",
+ "create",
+ "修理",
+ "家居修缮",
+ "工具",
+ "敲",
+ "施工",
+ "砸",
+ "铁锤",
+ "锤子"
+ ],
+ "skins": [
+ {
+ "unified": "1f528",
+ "native": "🔨"
+ }
+ ],
+ "version": 1
+ },
+ "axe": {
+ "id": "axe",
+ "name": "斧头",
+ "keywords": [
+ "tool",
+ "chop",
+ "cut",
+ "切",
+ "劈",
+ "斧头",
+ "木头",
+ "砍"
+ ],
+ "skins": [
+ {
+ "unified": "1fa93",
+ "native": "🪓"
+ }
+ ],
+ "version": 12
+ },
+ "pick": {
+ "id": "pick",
+ "name": "铁镐",
+ "keywords": [
+ "tools",
+ "dig",
+ "工具",
+ "挖",
+ "挖掘",
+ "采矿",
+ "铁镐",
+ "锄头",
+ "鹤嘴锄"
+ ],
+ "skins": [
+ {
+ "unified": "26cf-fe0f",
+ "native": "⛏️"
+ }
+ ],
+ "version": 1
+ },
+ "hammer_and_pick": {
+ "id": "hammer_and_pick",
+ "name": "锤子与镐",
+ "keywords": [
+ "tools",
+ "build",
+ "create",
+ "工具",
+ "铁锤",
+ "铁镐",
+ "锤子",
+ "锤子与镐",
+ "镐",
+ "镐子"
+ ],
+ "skins": [
+ {
+ "unified": "2692-fe0f",
+ "native": "⚒️"
+ }
+ ],
+ "version": 1
+ },
+ "hammer_and_wrench": {
+ "id": "hammer_and_wrench",
+ "name": "锤子与扳手",
+ "keywords": [
+ "tools",
+ "build",
+ "create",
+ "工具",
+ "扳手",
+ "铁锤",
+ "锤子",
+ "锤子与扳手"
+ ],
+ "skins": [
+ {
+ "unified": "1f6e0-fe0f",
+ "native": "🛠️"
+ }
+ ],
+ "version": 1
+ },
+ "dagger_knife": {
+ "id": "dagger_knife",
+ "name": "匕首",
+ "keywords": [
+ "knife",
+ "weapon",
+ "剑",
+ "匕首",
+ "武器",
+ "短刀",
+ "短剑"
+ ],
+ "skins": [
+ {
+ "unified": "1f5e1-fe0f",
+ "native": "🗡️"
+ }
+ ],
+ "version": 1
+ },
+ "crossed_swords": {
+ "id": "crossed_swords",
+ "name": "交叉放置的剑",
+ "keywords": [
+ "weapon",
+ "交叉",
+ "交叉放置的剑",
+ "剑",
+ "十字",
+ "双剑",
+ "战死",
+ "武器"
+ ],
+ "skins": [
+ {
+ "unified": "2694-fe0f",
+ "native": "⚔️"
+ }
+ ],
+ "version": 1
+ },
+ "bomb": {
+ "id": "bomb",
+ "name": "炸弹",
+ "keywords": [
+ "boom",
+ "explode",
+ "explosion",
+ "terrorism",
+ "炸弹",
+ "爆炸"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a3",
+ "native": "💣"
+ }
+ ],
+ "version": 1
+ },
+ "boomerang": {
+ "id": "boomerang",
+ "name": "回旋镖",
+ "keywords": [
+ "weapon",
+ "反弹",
+ "回弹",
+ "回旋镖",
+ "土著",
+ "武器",
+ "飞镖"
+ ],
+ "skins": [
+ {
+ "unified": "1fa83",
+ "native": "🪃"
+ }
+ ],
+ "version": 13
+ },
+ "bow_and_arrow": {
+ "id": "bow_and_arrow",
+ "name": "弓和箭",
+ "keywords": [
+ "sports",
+ "人马座",
+ "射手",
+ "射手座",
+ "射箭",
+ "弓",
+ "弓和箭",
+ "弓箭",
+ "箭"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f9",
+ "native": "🏹"
+ }
+ ],
+ "version": 1
+ },
+ "shield": {
+ "id": "shield",
+ "name": "盾牌",
+ "keywords": [
+ "protection",
+ "security",
+ "武器",
+ "盾",
+ "盾牌",
+ "防御"
+ ],
+ "skins": [
+ {
+ "unified": "1f6e1-fe0f",
+ "native": "🛡️"
+ }
+ ],
+ "version": 1
+ },
+ "carpentry_saw": {
+ "id": "carpentry_saw",
+ "name": "木工锯",
+ "keywords": [
+ "cut",
+ "chop",
+ "修剪",
+ "工具",
+ "木匠",
+ "木工锯",
+ "木材",
+ "锯",
+ "锯子"
+ ],
+ "skins": [
+ {
+ "unified": "1fa9a",
+ "native": "🪚"
+ }
+ ],
+ "version": 13
+ },
+ "wrench": {
+ "id": "wrench",
+ "name": "扳手",
+ "keywords": [
+ "tools",
+ "diy",
+ "ikea",
+ "fix",
+ "maintainer",
+ "家居修缮",
+ "工具",
+ "扳手",
+ "螺丝扳手"
+ ],
+ "skins": [
+ {
+ "unified": "1f527",
+ "native": "🔧"
+ }
+ ],
+ "version": 1
+ },
+ "screwdriver": {
+ "id": "screwdriver",
+ "name": "螺丝刀",
+ "keywords": [
+ "tools",
+ "工具",
+ "螺丝",
+ "螺丝刀"
+ ],
+ "skins": [
+ {
+ "unified": "1fa9b",
+ "native": "🪛"
+ }
+ ],
+ "version": 13
+ },
+ "nut_and_bolt": {
+ "id": "nut_and_bolt",
+ "name": "螺母与螺栓",
+ "keywords": [
+ "handy",
+ "tools",
+ "fix",
+ "工具",
+ "螺丝",
+ "螺帽",
+ "螺栓",
+ "螺母",
+ "螺母与螺栓",
+ "螺钉"
+ ],
+ "skins": [
+ {
+ "unified": "1f529",
+ "native": "🔩"
+ }
+ ],
+ "version": 1
+ },
+ "gear": {
+ "id": "gear",
+ "name": "齿轮",
+ "keywords": [
+ "cog",
+ "传动",
+ "工具",
+ "机械",
+ "零件",
+ "齿轮"
+ ],
+ "skins": [
+ {
+ "unified": "2699-fe0f",
+ "native": "⚙️"
+ }
+ ],
+ "version": 1
+ },
+ "compression": {
+ "id": "compression",
+ "name": "夹钳",
+ "keywords": [
+ "compression",
+ "tool",
+ "压缩",
+ "夹具",
+ "夹钳",
+ "工具",
+ "机械",
+ "紧固"
+ ],
+ "skins": [
+ {
+ "unified": "1f5dc-fe0f",
+ "native": "🗜️"
+ }
+ ],
+ "version": 1
+ },
+ "scales": {
+ "id": "scales",
+ "name": "天平",
+ "keywords": [
+ "scales",
+ "law",
+ "fairness",
+ "weight",
+ "公平",
+ "公正",
+ "天平",
+ "天秤",
+ "天秤座",
+ "星座",
+ "正义",
+ "法律"
+ ],
+ "skins": [
+ {
+ "unified": "2696-fe0f",
+ "native": "⚖️"
+ }
+ ],
+ "version": 1
+ },
+ "probing_cane": {
+ "id": "probing_cane",
+ "name": "盲杖",
+ "keywords": [
+ "probing",
+ "accessibility",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "盲杖"
+ ],
+ "skins": [
+ {
+ "unified": "1f9af",
+ "native": "🦯"
+ }
+ ],
+ "version": 12
+ },
+ "link": {
+ "id": "link",
+ "name": "链接",
+ "keywords": [
+ "rings",
+ "url",
+ "网址",
+ "链接",
+ "链条",
+ "锁链"
+ ],
+ "skins": [
+ {
+ "unified": "1f517",
+ "native": "🔗"
+ }
+ ],
+ "version": 1
+ },
+ "chains": {
+ "id": "chains",
+ "name": "链条",
+ "keywords": [
+ "lock",
+ "arrest",
+ "铁链",
+ "链",
+ "链条",
+ "锁链"
+ ],
+ "skins": [
+ {
+ "unified": "26d3-fe0f",
+ "native": "⛓️"
+ }
+ ],
+ "version": 1
+ },
+ "hook": {
+ "id": "hook",
+ "name": "挂钩",
+ "keywords": [
+ "tools",
+ "卖点",
+ "弯钩",
+ "抓",
+ "挂钩",
+ "曲线",
+ "钩子",
+ "钩状物",
+ "鱼钩"
+ ],
+ "skins": [
+ {
+ "unified": "1fa9d",
+ "native": "🪝"
+ }
+ ],
+ "version": 13
+ },
+ "toolbox": {
+ "id": "toolbox",
+ "name": "工具箱",
+ "keywords": [
+ "tools",
+ "diy",
+ "fix",
+ "maintainer",
+ "mechanic",
+ "大箱子",
+ "工具",
+ "工具箱",
+ "机修",
+ "箱子",
+ "红盒子"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f0",
+ "native": "🧰"
+ }
+ ],
+ "version": 11
+ },
+ "magnet": {
+ "id": "magnet",
+ "name": "磁铁",
+ "keywords": [
+ "attraction",
+ "magnetic",
+ "U 型",
+ "吸引",
+ "吸引力",
+ "正负",
+ "磁性",
+ "磁铁",
+ "马蹄铁"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f2",
+ "native": "🧲"
+ }
+ ],
+ "version": 11
+ },
+ "ladder": {
+ "id": "ladder",
+ "name": "梯子",
+ "keywords": [
+ "tools",
+ "台阶",
+ "梯子",
+ "梯级",
+ "横档",
+ "爬",
+ "爬梯",
+ "阶梯"
+ ],
+ "skins": [
+ {
+ "unified": "1fa9c",
+ "native": "🪜"
+ }
+ ],
+ "version": 13
+ },
+ "alembic": {
+ "id": "alembic",
+ "name": "蒸馏器",
+ "keywords": [
+ "distilling",
+ "science",
+ "experiment",
+ "chemistry",
+ "净化",
+ "化学",
+ "实验",
+ "工具",
+ "蒸馏",
+ "蒸馏器"
+ ],
+ "skins": [
+ {
+ "unified": "2697-fe0f",
+ "native": "⚗️"
+ }
+ ],
+ "version": 1
+ },
+ "test_tube": {
+ "id": "test_tube",
+ "name": "试管",
+ "keywords": [
+ "chemistry",
+ "experiment",
+ "lab",
+ "science",
+ "化学",
+ "化学家",
+ "实验",
+ "实验室",
+ "科学",
+ "试管"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ea",
+ "native": "🧪"
+ }
+ ],
+ "version": 11
+ },
+ "petri_dish": {
+ "id": "petri_dish",
+ "name": "培养皿",
+ "keywords": [
+ "bacteria",
+ "biology",
+ "culture",
+ "lab",
+ "培养",
+ "培养皿",
+ "实验室",
+ "生物学",
+ "生物学家",
+ "细菌"
+ ],
+ "skins": [
+ {
+ "unified": "1f9eb",
+ "native": "🧫"
+ }
+ ],
+ "version": 11
+ },
+ "dna": {
+ "id": "dna",
+ "name": "DNA",
+ "keywords": [
+ "biologist",
+ "genetics",
+ "life",
+ "DNA",
+ "基因",
+ "演化",
+ "生命",
+ "生物学家",
+ "进化",
+ "遗传学"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ec",
+ "native": "🧬"
+ }
+ ],
+ "version": 11
+ },
+ "microscope": {
+ "id": "microscope",
+ "name": "显微镜",
+ "keywords": [
+ "laboratory",
+ "experiment",
+ "zoomin",
+ "science",
+ "study",
+ "实验",
+ "实验室",
+ "工具",
+ "显微镜",
+ "生物",
+ "科学",
+ "细胞"
+ ],
+ "skins": [
+ {
+ "unified": "1f52c",
+ "native": "🔬"
+ }
+ ],
+ "version": 1
+ },
+ "telescope": {
+ "id": "telescope",
+ "name": "望远镜",
+ "keywords": [
+ "stars",
+ "space",
+ "zoom",
+ "science",
+ "astronomy",
+ "外星人",
+ "天体",
+ "天文",
+ "天文学",
+ "工具",
+ "接触",
+ "望远镜",
+ "科学",
+ "观星"
+ ],
+ "skins": [
+ {
+ "unified": "1f52d",
+ "native": "🔭"
+ }
+ ],
+ "version": 1
+ },
+ "satellite_antenna": {
+ "id": "satellite_antenna",
+ "name": "卫星天线",
+ "keywords": [
+ "communication",
+ "future",
+ "radio",
+ "space",
+ "信号接收",
+ "卫星",
+ "卫星天线",
+ "卫星接收天线",
+ "卫星碟形天线",
+ "外星人",
+ "天线",
+ "接触"
+ ],
+ "skins": [
+ {
+ "unified": "1f4e1",
+ "native": "📡"
+ }
+ ],
+ "version": 1
+ },
+ "syringe": {
+ "id": "syringe",
+ "name": "注射器",
+ "keywords": [
+ "health",
+ "hospital",
+ "drugs",
+ "blood",
+ "medicine",
+ "needle",
+ "doctor",
+ "nurse",
+ "医学",
+ "医生",
+ "工具",
+ "打针",
+ "接种",
+ "治疗",
+ "注射器",
+ "疫苗",
+ "药",
+ "针头",
+ "针筒"
+ ],
+ "skins": [
+ {
+ "unified": "1f489",
+ "native": "💉"
+ }
+ ],
+ "version": 1
+ },
+ "drop_of_blood": {
+ "id": "drop_of_blood",
+ "name": "血滴",
+ "keywords": [
+ "period",
+ "hurt",
+ "harm",
+ "wound",
+ "医疗",
+ "月经",
+ "流血",
+ "献血",
+ "经血",
+ "血滴",
+ "输血"
+ ],
+ "skins": [
+ {
+ "unified": "1fa78",
+ "native": "🩸"
+ }
+ ],
+ "version": 12
+ },
+ "pill": {
+ "id": "pill",
+ "name": "药丸",
+ "keywords": [
+ "health",
+ "medicine",
+ "doctor",
+ "pharmacy",
+ "drug",
+ "医生",
+ "吃药",
+ "治疗",
+ "生病",
+ "用药",
+ "维他命",
+ "药",
+ "药丸",
+ "药物"
+ ],
+ "skins": [
+ {
+ "unified": "1f48a",
+ "native": "💊"
+ }
+ ],
+ "version": 1
+ },
+ "adhesive_bandage": {
+ "id": "adhesive_bandage",
+ "name": "创可贴",
+ "keywords": [
+ "heal",
+ "OK绷",
+ "伤口",
+ "创可贴",
+ "受伤",
+ "绷带",
+ "胶布"
+ ],
+ "skins": [
+ {
+ "unified": "1fa79",
+ "native": "🩹"
+ }
+ ],
+ "version": 12
+ },
+ "crutch": {
+ "id": "crutch",
+ "name": "拐杖",
+ "keywords": [
+ "accessibility",
+ "assist",
+ "受伤",
+ "手杖",
+ "拐杖",
+ "残疾",
+ "活动助行类辅具",
+ "辅助"
+ ],
+ "skins": [
+ {
+ "unified": "1fa7c",
+ "native": "🩼"
+ }
+ ],
+ "version": 14
+ },
+ "stethoscope": {
+ "id": "stethoscope",
+ "name": "听诊器",
+ "keywords": [
+ "health",
+ "医生",
+ "医疗",
+ "听诊器",
+ "心脏",
+ "心跳",
+ "诊断"
+ ],
+ "skins": [
+ {
+ "unified": "1fa7a",
+ "native": "🩺"
+ }
+ ],
+ "version": 12
+ },
+ "x-ray": {
+ "id": "x-ray",
+ "name": "X射线",
+ "keywords": [
+ "x",
+ "ray",
+ "skeleton",
+ "medicine",
+ "X 射线",
+ "X射线",
+ "医生",
+ "医疗",
+ "骨架",
+ "骨骼"
+ ],
+ "skins": [
+ {
+ "unified": "1fa7b",
+ "native": "🩻"
+ }
+ ],
+ "version": 14
+ },
+ "door": {
+ "id": "door",
+ "name": "门",
+ "keywords": [
+ "house",
+ "entry",
+ "exit",
+ "出入口",
+ "前门",
+ "后门",
+ "大门",
+ "屋门",
+ "房门",
+ "房间",
+ "门"
+ ],
+ "skins": [
+ {
+ "unified": "1f6aa",
+ "native": "🚪"
+ }
+ ],
+ "version": 1
+ },
+ "elevator": {
+ "id": "elevator",
+ "name": "电梯",
+ "keywords": [
+ "lift",
+ "升降机",
+ "可达性",
+ "电梯"
+ ],
+ "skins": [
+ {
+ "unified": "1f6d7",
+ "native": "🛗"
+ }
+ ],
+ "version": 13
+ },
+ "mirror": {
+ "id": "mirror",
+ "name": "镜子",
+ "keywords": [
+ "reflection",
+ "化妆",
+ "反射",
+ "反射镜",
+ "窥镜",
+ "镜子"
+ ],
+ "skins": [
+ {
+ "unified": "1fa9e",
+ "native": "🪞"
+ }
+ ],
+ "version": 13
+ },
+ "window": {
+ "id": "window",
+ "name": "窗户",
+ "keywords": [
+ "scenery",
+ "开窗",
+ "新鲜空气",
+ "景色",
+ "窗口",
+ "窗户",
+ "窗框",
+ "透明"
+ ],
+ "skins": [
+ {
+ "unified": "1fa9f",
+ "native": "🪟"
+ }
+ ],
+ "version": 13
+ },
+ "bed": {
+ "id": "bed",
+ "name": "床",
+ "keywords": [
+ "sleep",
+ "rest",
+ "宾馆",
+ "床",
+ "床垫",
+ "床铺",
+ "睡",
+ "睡眠",
+ "睡觉"
+ ],
+ "skins": [
+ {
+ "unified": "1f6cf-fe0f",
+ "native": "🛏️"
+ }
+ ],
+ "version": 1
+ },
+ "couch_and_lamp": {
+ "id": "couch_and_lamp",
+ "name": "沙发和灯",
+ "keywords": [
+ "read",
+ "chill",
+ "家",
+ "沙发",
+ "沙发和灯",
+ "灯",
+ "阅读"
+ ],
+ "skins": [
+ {
+ "unified": "1f6cb-fe0f",
+ "native": "🛋️"
+ }
+ ],
+ "version": 1
+ },
+ "chair": {
+ "id": "chair",
+ "name": "椅子",
+ "keywords": [
+ "sit",
+ "furniture",
+ "坐",
+ "坐下",
+ "座位",
+ "椅子",
+ "椅背"
+ ],
+ "skins": [
+ {
+ "unified": "1fa91",
+ "native": "🪑"
+ }
+ ],
+ "version": 12
+ },
+ "toilet": {
+ "id": "toilet",
+ "name": "马桶",
+ "keywords": [
+ "restroom",
+ "wc",
+ "washroom",
+ "bathroom",
+ "potty",
+ "WC",
+ "卫生间",
+ "厕所",
+ "洗手间",
+ "马桶"
+ ],
+ "skins": [
+ {
+ "unified": "1f6bd",
+ "native": "🚽"
+ }
+ ],
+ "version": 1
+ },
+ "plunger": {
+ "id": "plunger",
+ "name": "活塞",
+ "keywords": [
+ "toilet",
+ "便便",
+ "吸力",
+ "搋子",
+ "水管工",
+ "活塞",
+ "通厕所",
+ "马桶"
+ ],
+ "skins": [
+ {
+ "unified": "1faa0",
+ "native": "🪠"
+ }
+ ],
+ "version": 13
+ },
+ "shower": {
+ "id": "shower",
+ "name": "淋浴",
+ "keywords": [
+ "clean",
+ "water",
+ "bathroom",
+ "喷头",
+ "喷水",
+ "水",
+ "洗澡 花洒",
+ "淋浴",
+ "花洒"
+ ],
+ "skins": [
+ {
+ "unified": "1f6bf",
+ "native": "🚿"
+ }
+ ],
+ "version": 1
+ },
+ "bathtub": {
+ "id": "bathtub",
+ "name": "浴缸",
+ "keywords": [
+ "clean",
+ "shower",
+ "bathroom",
+ "沐浴",
+ "泡沫浴",
+ "泡澡",
+ "洗澡",
+ "浴盆",
+ "浴缸",
+ "澡盆"
+ ],
+ "skins": [
+ {
+ "unified": "1f6c1",
+ "native": "🛁"
+ }
+ ],
+ "version": 1
+ },
+ "mouse_trap": {
+ "id": "mouse_trap",
+ "name": "捕鼠器",
+ "keywords": [
+ "cheese",
+ "奶酪",
+ "捕鼠器",
+ "老鼠夹",
+ "诱饵",
+ "陷进",
+ "陷阱"
+ ],
+ "skins": [
+ {
+ "unified": "1faa4",
+ "native": "🪤"
+ }
+ ],
+ "version": 13
+ },
+ "razor": {
+ "id": "razor",
+ "name": "剃须刀",
+ "keywords": [
+ "cut",
+ "刀",
+ "刮",
+ "刮刀",
+ "剃刀",
+ "剃须刀",
+ "毛",
+ "胡子",
+ "锋利"
+ ],
+ "skins": [
+ {
+ "unified": "1fa92",
+ "native": "🪒"
+ }
+ ],
+ "version": 12
+ },
+ "lotion_bottle": {
+ "id": "lotion_bottle",
+ "name": "乳液瓶",
+ "keywords": [
+ "moisturizer",
+ "sunscreen",
+ "乳液",
+ "乳液瓶",
+ "保湿乳液",
+ "护肤霜",
+ "洗剂瓶",
+ "洗发水",
+ "洗发露",
+ "防嗮霜",
+ "防晒霜"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f4",
+ "native": "🧴"
+ }
+ ],
+ "version": 11
+ },
+ "safety_pin": {
+ "id": "safety_pin",
+ "name": "安全别针",
+ "keywords": [
+ "diaper",
+ "别针",
+ "安全别针",
+ "扣针"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f7",
+ "native": "🧷"
+ }
+ ],
+ "version": 11
+ },
+ "broom": {
+ "id": "broom",
+ "name": "扫帚",
+ "keywords": [
+ "cleaning",
+ "sweeping",
+ "witch",
+ "女巫",
+ "巫婆",
+ "打扫",
+ "扫地",
+ "扫帚",
+ "清洁"
+ ],
+ "skins": [
+ {
+ "unified": "1f9f9",
+ "native": "🧹"
+ }
+ ],
+ "version": 11
+ },
+ "basket": {
+ "id": "basket",
+ "name": "筐",
+ "keywords": [
+ "laundry",
+ "农作",
+ "洗衣",
+ "种植",
+ "筐",
+ "篮子",
+ "脏衣篮",
+ "野餐"
+ ],
+ "skins": [
+ {
+ "unified": "1f9fa",
+ "native": "🧺"
+ }
+ ],
+ "version": 11
+ },
+ "roll_of_paper": {
+ "id": "roll_of_paper",
+ "name": "卷纸",
+ "keywords": [
+ "卫生纸",
+ "卷纸",
+ "手纸",
+ "纸卷",
+ "纸巾"
+ ],
+ "skins": [
+ {
+ "unified": "1f9fb",
+ "native": "🧻"
+ }
+ ],
+ "version": 11
+ },
+ "bucket": {
+ "id": "bucket",
+ "name": "桶",
+ "keywords": [
+ "water",
+ "container",
+ "大桶",
+ "木桶",
+ "桶",
+ "水桶",
+ "缸"
+ ],
+ "skins": [
+ {
+ "unified": "1faa3",
+ "native": "🪣"
+ }
+ ],
+ "version": 13
+ },
+ "soap": {
+ "id": "soap",
+ "name": "皂",
+ "keywords": [
+ "bar",
+ "bathing",
+ "cleaning",
+ "lather",
+ "杀菌",
+ "泡沫",
+ "洗手",
+ "洗澡",
+ "清洁",
+ "皂",
+ "肥皂",
+ "肥皂泡",
+ "肥皂盒",
+ "肥皂盘"
+ ],
+ "skins": [
+ {
+ "unified": "1f9fc",
+ "native": "🧼"
+ }
+ ],
+ "version": 11
+ },
+ "bubbles": {
+ "id": "bubbles",
+ "name": "气泡",
+ "keywords": [
+ "soap",
+ "fun",
+ "carbonation",
+ "sparkling",
+ "打嗝",
+ "气泡",
+ "水下",
+ "泡泡",
+ "清洁",
+ "漂浮",
+ "珍珠状",
+ "肥皂",
+ "肥皂泡"
+ ],
+ "skins": [
+ {
+ "unified": "1fae7",
+ "native": "🫧"
+ }
+ ],
+ "version": 14
+ },
+ "toothbrush": {
+ "id": "toothbrush",
+ "name": "牙刷",
+ "keywords": [
+ "hygiene",
+ "dental",
+ "刷",
+ "刷子",
+ "卫生",
+ "情节",
+ "洗漱",
+ "浴室",
+ "清洁",
+ "牙刷",
+ "牙科",
+ "牙齿"
+ ],
+ "skins": [
+ {
+ "unified": "1faa5",
+ "native": "🪥"
+ }
+ ],
+ "version": 13
+ },
+ "sponge": {
+ "id": "sponge",
+ "name": "海绵",
+ "keywords": [
+ "absorbing",
+ "cleaning",
+ "porous",
+ "吸收",
+ "吸水",
+ "多孔",
+ "海绵",
+ "浸泡",
+ "清洁",
+ "渗透"
+ ],
+ "skins": [
+ {
+ "unified": "1f9fd",
+ "native": "🧽"
+ }
+ ],
+ "version": 11
+ },
+ "fire_extinguisher": {
+ "id": "fire_extinguisher",
+ "name": "灭火器",
+ "keywords": [
+ "quench",
+ "压制",
+ "火灾",
+ "灭火",
+ "灭火器",
+ "熄灭"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ef",
+ "native": "🧯"
+ }
+ ],
+ "version": 11
+ },
+ "shopping_trolley": {
+ "id": "shopping_trolley",
+ "name": "购物车",
+ "keywords": [
+ "trolley",
+ "手推车",
+ "购物",
+ "购物车",
+ "采购"
+ ],
+ "skins": [
+ {
+ "unified": "1f6d2",
+ "native": "🛒"
+ }
+ ],
+ "version": 3
+ },
+ "smoking": {
+ "id": "smoking",
+ "name": "香烟",
+ "keywords": [
+ "smoking",
+ "kills",
+ "tobacco",
+ "joint",
+ "smoke",
+ "卷烟",
+ "吸烟",
+ "抽烟",
+ "烟",
+ "烟草",
+ "香烟"
+ ],
+ "skins": [
+ {
+ "unified": "1f6ac",
+ "native": "🚬"
+ }
+ ],
+ "version": 1
+ },
+ "coffin": {
+ "id": "coffin",
+ "name": "棺材",
+ "keywords": [
+ "vampire",
+ "dead",
+ "die",
+ "death",
+ "rip",
+ "graveyard",
+ "cemetery",
+ "casket",
+ "funeral",
+ "box",
+ "埋葬",
+ "棺材",
+ "死亡",
+ "灵柩",
+ "葬礼",
+ "陵墓"
+ ],
+ "skins": [
+ {
+ "unified": "26b0-fe0f",
+ "native": "⚰️"
+ }
+ ],
+ "version": 1
+ },
+ "headstone": {
+ "id": "headstone",
+ "name": "墓碑",
+ "keywords": [
+ "death",
+ "rip",
+ "grave",
+ "公墓",
+ "坟墓",
+ "墓园",
+ "墓地",
+ "墓碑",
+ "安息",
+ "死亡",
+ "纪念"
+ ],
+ "skins": [
+ {
+ "unified": "1faa6",
+ "native": "🪦"
+ }
+ ],
+ "version": 13
+ },
+ "funeral_urn": {
+ "id": "funeral_urn",
+ "name": "骨灰缸",
+ "keywords": [
+ "dead",
+ "die",
+ "death",
+ "rip",
+ "ashes",
+ "丧礼",
+ "死亡",
+ "瓮",
+ "缸",
+ "葬礼",
+ "骨灰",
+ "骨灰缸",
+ "骨灰罐"
+ ],
+ "skins": [
+ {
+ "unified": "26b1-fe0f",
+ "native": "⚱️"
+ }
+ ],
+ "version": 1
+ },
+ "nazar_amulet": {
+ "id": "nazar_amulet",
+ "name": "纳扎尔护身符",
+ "keywords": [
+ "bead",
+ "charm",
+ "小装饰品",
+ "恶魔之眼",
+ "护身符",
+ "珠子",
+ "符咒",
+ "纳扎尔",
+ "纳扎尔护身符",
+ "蓝色",
+ "邪眼"
+ ],
+ "skins": [
+ {
+ "unified": "1f9ff",
+ "native": "🧿"
+ }
+ ],
+ "version": 11
+ },
+ "hamsa": {
+ "id": "hamsa",
+ "name": "法蒂玛之手",
+ "keywords": [
+ "religion",
+ "protection",
+ "保护",
+ "好运",
+ "手",
+ "手掌",
+ "护身符",
+ "法蒂玛",
+ "法蒂玛之手",
+ "玛丽",
+ "米里亚姆"
+ ],
+ "skins": [
+ {
+ "unified": "1faac",
+ "native": "🪬"
+ }
+ ],
+ "version": 14
+ },
+ "moyai": {
+ "id": "moyai",
+ "name": "摩埃",
+ "keywords": [
+ "moyai",
+ "rock",
+ "easter",
+ "island",
+ "复活岛",
+ "复活节岛",
+ "复活节岛石像",
+ "摩埃",
+ "摩艾",
+ "摩艾石像",
+ "旅行",
+ "毛埃",
+ "脸"
+ ],
+ "skins": [
+ {
+ "unified": "1f5ff",
+ "native": "🗿"
+ }
+ ],
+ "version": 1
+ },
+ "placard": {
+ "id": "placard",
+ "name": "标语牌",
+ "keywords": [
+ "announcement",
+ "告示",
+ "布告",
+ "标志",
+ "标牌",
+ "标语",
+ "标语牌",
+ "海报",
+ "示威",
+ "纠察队标语牌",
+ "警戒哨"
+ ],
+ "skins": [
+ {
+ "unified": "1faa7",
+ "native": "🪧"
+ }
+ ],
+ "version": 13
+ },
+ "identification_card": {
+ "id": "identification_card",
+ "name": "身份证",
+ "keywords": [
+ "document",
+ "ID",
+ "凭证",
+ "安全",
+ "执照",
+ "证件",
+ "身份证"
+ ],
+ "skins": [
+ {
+ "unified": "1faaa",
+ "native": "🪪"
+ }
+ ],
+ "version": 14
+ },
+ "atm": {
+ "id": "atm",
+ "name": "取款机",
+ "keywords": [
+ "money",
+ "sales",
+ "cash",
+ "blue",
+ "square",
+ "payment",
+ "bank",
+ "ATM",
+ "取款机",
+ "提款机",
+ "柜员机",
+ "标识",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f3e7",
+ "native": "🏧"
+ }
+ ],
+ "version": 1
+ },
+ "put_litter_in_its_place": {
+ "id": "put_litter_in_its_place",
+ "name": "倒垃圾",
+ "keywords": [
+ "put",
+ "its",
+ "place",
+ "blue",
+ "square",
+ "human",
+ "info",
+ "倒垃圾",
+ "垃圾丢弃处",
+ "垃圾入篓",
+ "垃圾桶"
+ ],
+ "skins": [
+ {
+ "unified": "1f6ae",
+ "native": "🚮"
+ }
+ ],
+ "version": 1
+ },
+ "potable_water": {
+ "id": "potable_water",
+ "name": "饮用水",
+ "keywords": [
+ "blue",
+ "square",
+ "liquid",
+ "restroom",
+ "cleaning",
+ "faucet",
+ "可以喝的",
+ "喝水",
+ "接水",
+ "水",
+ "水龙头",
+ "饮用水"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b0",
+ "native": "🚰"
+ }
+ ],
+ "version": 1
+ },
+ "wheelchair": {
+ "id": "wheelchair",
+ "name": "轮椅标识",
+ "keywords": [
+ "blue",
+ "square",
+ "disabled",
+ "accessibility",
+ "无障碍",
+ "残疾",
+ "残障",
+ "轮椅",
+ "轮椅标识",
+ "轮椅符号"
+ ],
+ "skins": [
+ {
+ "unified": "267f",
+ "native": "♿"
+ }
+ ],
+ "version": 1
+ },
+ "mens": {
+ "id": "mens",
+ "name": "男厕",
+ "keywords": [
+ "mens",
+ "men",
+ "s",
+ "toilet",
+ "restroom",
+ "wc",
+ "blue",
+ "square",
+ "gender",
+ "male",
+ "卫生间",
+ "厕所",
+ "洗手间",
+ "男厕",
+ "男士"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b9",
+ "native": "🚹"
+ }
+ ],
+ "version": 1
+ },
+ "womens": {
+ "id": "womens",
+ "name": "女厕",
+ "keywords": [
+ "womens",
+ "women",
+ "s",
+ "purple",
+ "square",
+ "woman",
+ "female",
+ "toilet",
+ "loo",
+ "restroom",
+ "gender",
+ "卫生间",
+ "厕所",
+ "女厕",
+ "女士",
+ "洗手间"
+ ],
+ "skins": [
+ {
+ "unified": "1f6ba",
+ "native": "🚺"
+ }
+ ],
+ "version": 1
+ },
+ "restroom": {
+ "id": "restroom",
+ "name": "卫生间",
+ "keywords": [
+ "blue",
+ "square",
+ "toilet",
+ "refresh",
+ "wc",
+ "gender",
+ "WC",
+ "卫生间",
+ "厕所",
+ "洗手间"
+ ],
+ "skins": [
+ {
+ "unified": "1f6bb",
+ "native": "🚻"
+ }
+ ],
+ "version": 1
+ },
+ "baby_symbol": {
+ "id": "baby_symbol",
+ "name": "宝宝",
+ "keywords": [
+ "orange",
+ "square",
+ "child",
+ "婴儿",
+ "宝宝",
+ "换尿片",
+ "母婴室"
+ ],
+ "skins": [
+ {
+ "unified": "1f6bc",
+ "native": "🚼"
+ }
+ ],
+ "version": 1
+ },
+ "wc": {
+ "id": "wc",
+ "name": "厕所",
+ "keywords": [
+ "wc",
+ "toilet",
+ "restroom",
+ "blue",
+ "square",
+ "卫生间",
+ "厕所",
+ "洗手间",
+ "盥洗室"
+ ],
+ "skins": [
+ {
+ "unified": "1f6be",
+ "native": "🚾"
+ }
+ ],
+ "version": 1
+ },
+ "passport_control": {
+ "id": "passport_control",
+ "name": "护照检查",
+ "keywords": [
+ "custom",
+ "blue",
+ "square",
+ "安检",
+ "护照",
+ "护照检查",
+ "检查",
+ "通行证"
+ ],
+ "skins": [
+ {
+ "unified": "1f6c2",
+ "native": "🛂"
+ }
+ ],
+ "version": 1
+ },
+ "customs": {
+ "id": "customs",
+ "name": "海关",
+ "keywords": [
+ "passport",
+ "border",
+ "blue",
+ "square",
+ "海关",
+ "行李打包"
+ ],
+ "skins": [
+ {
+ "unified": "1f6c3",
+ "native": "🛃"
+ }
+ ],
+ "version": 1
+ },
+ "baggage_claim": {
+ "id": "baggage_claim",
+ "name": "提取行李",
+ "keywords": [
+ "blue",
+ "square",
+ "airport",
+ "transport",
+ "提取",
+ "提取行李",
+ "旅行",
+ "行李"
+ ],
+ "skins": [
+ {
+ "unified": "1f6c4",
+ "native": "🛄"
+ }
+ ],
+ "version": 1
+ },
+ "left_luggage": {
+ "id": "left_luggage",
+ "name": "寄存行李",
+ "keywords": [
+ "blue",
+ "square",
+ "travel",
+ "储物柜",
+ "寄存",
+ "寄存行李",
+ "行李"
+ ],
+ "skins": [
+ {
+ "unified": "1f6c5",
+ "native": "🛅"
+ }
+ ],
+ "version": 1
+ },
+ "warning": {
+ "id": "warning",
+ "name": "警告",
+ "keywords": [
+ "exclamation",
+ "wip",
+ "alert",
+ "error",
+ "problem",
+ "issue",
+ "小心",
+ "警告"
+ ],
+ "skins": [
+ {
+ "unified": "26a0-fe0f",
+ "native": "⚠️"
+ }
+ ],
+ "version": 1
+ },
+ "children_crossing": {
+ "id": "children_crossing",
+ "name": "儿童过街",
+ "keywords": [
+ "school",
+ "warning",
+ "danger",
+ "sign",
+ "driving",
+ "yellow",
+ "diamond",
+ "交通",
+ "儿童过街",
+ "安全",
+ "指示牌",
+ "行人"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b8",
+ "native": "🚸"
+ }
+ ],
+ "version": 1
+ },
+ "no_entry": {
+ "id": "no_entry",
+ "name": "禁止通行",
+ "keywords": [
+ "limit",
+ "security",
+ "privacy",
+ "bad",
+ "denied",
+ "stop",
+ "circle",
+ "交通",
+ "禁止入内",
+ "禁止通行",
+ "禁行",
+ "请勿入内",
+ "请勿驶入"
+ ],
+ "skins": [
+ {
+ "unified": "26d4",
+ "native": "⛔"
+ }
+ ],
+ "version": 1
+ },
+ "no_entry_sign": {
+ "id": "no_entry_sign",
+ "name": "禁止",
+ "keywords": [
+ "no",
+ "entry",
+ "sign",
+ "forbid",
+ "stop",
+ "limit",
+ "denied",
+ "disallow",
+ "circle",
+ "不准",
+ "不许",
+ "严禁",
+ "禁入",
+ "禁止",
+ "禁行",
+ "阻止"
+ ],
+ "skins": [
+ {
+ "unified": "1f6ab",
+ "native": "🚫"
+ }
+ ],
+ "version": 1
+ },
+ "no_bicycles": {
+ "id": "no_bicycles",
+ "name": "禁止自行车",
+ "keywords": [
+ "cyclist",
+ "prohibited",
+ "circle",
+ "严禁",
+ "交通",
+ "禁止",
+ "禁止自行车",
+ "禁行自行车",
+ "自行车",
+ "非机动车"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b3",
+ "native": "🚳"
+ }
+ ],
+ "version": 1
+ },
+ "no_smoking": {
+ "id": "no_smoking",
+ "name": "禁止吸烟",
+ "keywords": [
+ "cigarette",
+ "blue",
+ "square",
+ "smell",
+ "smoke",
+ "严禁",
+ "吸烟",
+ "抽烟",
+ "禁止",
+ "禁止吸烟",
+ "禁烟"
+ ],
+ "skins": [
+ {
+ "unified": "1f6ad",
+ "native": "🚭"
+ }
+ ],
+ "version": 1
+ },
+ "do_not_litter": {
+ "id": "do_not_litter",
+ "name": "禁止乱扔垃圾",
+ "keywords": [
+ "do",
+ "not",
+ "litter",
+ "trash",
+ "bin",
+ "garbage",
+ "circle",
+ "严禁",
+ "垃圾",
+ "禁丢垃圾",
+ "禁止",
+ "禁止乱扔垃圾"
+ ],
+ "skins": [
+ {
+ "unified": "1f6af",
+ "native": "🚯"
+ }
+ ],
+ "version": 1
+ },
+ "non-potable_water": {
+ "id": "non-potable_water",
+ "name": "非饮用水",
+ "keywords": [
+ "non",
+ "potable",
+ "drink",
+ "faucet",
+ "tap",
+ "circle",
+ "水",
+ "禁止用水",
+ "节约用水",
+ "非直饮水",
+ "非饮用水"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b1",
+ "native": "🚱"
+ }
+ ],
+ "version": 1
+ },
+ "no_pedestrians": {
+ "id": "no_pedestrians",
+ "name": "禁止行人通行",
+ "keywords": [
+ "rules",
+ "crossing",
+ "walking",
+ "circle",
+ "严禁",
+ "禁止行人通行",
+ "行人"
+ ],
+ "skins": [
+ {
+ "unified": "1f6b7",
+ "native": "🚷"
+ }
+ ],
+ "version": 1
+ },
+ "no_mobile_phones": {
+ "id": "no_mobile_phones",
+ "name": "禁止使用手机",
+ "keywords": [
+ "iphone",
+ "mute",
+ "circle",
+ "严禁",
+ "手机",
+ "电话",
+ "禁止",
+ "禁止使用手机"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f5",
+ "native": "📵"
+ }
+ ],
+ "version": 1
+ },
+ "underage": {
+ "id": "underage",
+ "name": "18禁",
+ "keywords": [
+ "underage",
+ "18",
+ "drink",
+ "pub",
+ "night",
+ "minor",
+ "circle",
+ "18禁",
+ "儿童不宜",
+ "未成年人不宜",
+ "禁止"
+ ],
+ "skins": [
+ {
+ "unified": "1f51e",
+ "native": "🔞"
+ }
+ ],
+ "version": 1
+ },
+ "radioactive_sign": {
+ "id": "radioactive_sign",
+ "name": "辐射",
+ "keywords": [
+ "sign",
+ "nuclear",
+ "danger",
+ "放射性",
+ "标识",
+ "辐射"
+ ],
+ "skins": [
+ {
+ "unified": "2622-fe0f",
+ "native": "☢️"
+ }
+ ],
+ "version": 1
+ },
+ "biohazard_sign": {
+ "id": "biohazard_sign",
+ "name": "生物危害",
+ "keywords": [
+ "sign",
+ "danger",
+ "动物",
+ "当心感染",
+ "污染",
+ "生物危害",
+ "警告"
+ ],
+ "skins": [
+ {
+ "unified": "2623-fe0f",
+ "native": "☣️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_up": {
+ "id": "arrow_up",
+ "name": "向上箭头",
+ "keywords": [
+ "blue",
+ "square",
+ "continue",
+ "top",
+ "direction",
+ "上",
+ "北",
+ "向上箭头",
+ "方位",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2b06-fe0f",
+ "native": "⬆️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_upper_right": {
+ "id": "arrow_upper_right",
+ "name": "右上箭头",
+ "keywords": [
+ "upper",
+ "right",
+ "up",
+ "blue",
+ "square",
+ "point",
+ "direction",
+ "diagonal",
+ "northeast",
+ "东北",
+ "右上",
+ "右上箭头",
+ "方位",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2197-fe0f",
+ "native": "↗️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_right": {
+ "id": "arrow_right",
+ "name": "向右箭头",
+ "keywords": [
+ "blue",
+ "square",
+ "next",
+ "东",
+ "右",
+ "向右箭头",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "27a1-fe0f",
+ "native": "➡️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_lower_right": {
+ "id": "arrow_lower_right",
+ "name": "右下箭头",
+ "keywords": [
+ "lower",
+ "right",
+ "down",
+ "blue",
+ "square",
+ "direction",
+ "diagonal",
+ "southeast",
+ "东南",
+ "右下",
+ "右下箭头",
+ "方位",
+ "方向",
+ "标识",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2198-fe0f",
+ "native": "↘️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_down": {
+ "id": "arrow_down",
+ "name": "向下箭头",
+ "keywords": [
+ "blue",
+ "square",
+ "direction",
+ "bottom",
+ "南",
+ "向下",
+ "向下箭头",
+ "基本",
+ "方位",
+ "正南",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2b07-fe0f",
+ "native": "⬇️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_lower_left": {
+ "id": "arrow_lower_left",
+ "name": "左下箭头",
+ "keywords": [
+ "lower",
+ "left",
+ "down",
+ "blue",
+ "square",
+ "direction",
+ "diagonal",
+ "southwest",
+ "左下",
+ "左下箭头",
+ "方向",
+ "标识",
+ "箭头",
+ "西南"
+ ],
+ "skins": [
+ {
+ "unified": "2199-fe0f",
+ "native": "↙️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_left": {
+ "id": "arrow_left",
+ "name": "向左箭头",
+ "keywords": [
+ "blue",
+ "square",
+ "previous",
+ "back",
+ "向左箭头",
+ "左",
+ "方向",
+ "标识",
+ "箭头",
+ "西"
+ ],
+ "skins": [
+ {
+ "unified": "2b05-fe0f",
+ "native": "⬅️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_upper_left": {
+ "id": "arrow_upper_left",
+ "name": "左上箭头",
+ "keywords": [
+ "upper",
+ "left",
+ "up",
+ "blue",
+ "square",
+ "point",
+ "direction",
+ "diagonal",
+ "northwest",
+ "左上",
+ "左上箭头",
+ "方向",
+ "标识",
+ "箭头",
+ "西北"
+ ],
+ "skins": [
+ {
+ "unified": "2196-fe0f",
+ "native": "↖️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_up_down": {
+ "id": "arrow_up_down",
+ "name": "上下箭头",
+ "keywords": [
+ "blue",
+ "square",
+ "direction",
+ "way",
+ "vertical",
+ "上下",
+ "上下箭头",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2195-fe0f",
+ "native": "↕️"
+ }
+ ],
+ "version": 1
+ },
+ "left_right_arrow": {
+ "id": "left_right_arrow",
+ "name": "左右箭头",
+ "keywords": [
+ "shape",
+ "direction",
+ "horizontal",
+ "sideways",
+ "左右",
+ "左右箭头",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2194-fe0f",
+ "native": "↔️"
+ }
+ ],
+ "version": 1
+ },
+ "leftwards_arrow_with_hook": {
+ "id": "leftwards_arrow_with_hook",
+ "name": "右转弯箭头",
+ "keywords": [
+ "leftwards",
+ "with",
+ "hook",
+ "back",
+ "return",
+ "blue",
+ "square",
+ "undo",
+ "enter",
+ "右转弯",
+ "右转弯箭头",
+ "向左弯曲的右箭头",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "21a9-fe0f",
+ "native": "↩️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_right_hook": {
+ "id": "arrow_right_hook",
+ "name": "左转弯箭头",
+ "keywords": [
+ "hook",
+ "blue",
+ "square",
+ "return",
+ "rotate",
+ "direction",
+ "向右弯曲的左箭头",
+ "左转弯",
+ "左转弯箭头",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "21aa-fe0f",
+ "native": "↪️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_heading_up": {
+ "id": "arrow_heading_up",
+ "name": "右上弯箭头",
+ "keywords": [
+ "heading",
+ "blue",
+ "square",
+ "direction",
+ "top",
+ "右上弯",
+ "右上弯箭头",
+ "向上弯曲的右箭头",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2934-fe0f",
+ "native": "⤴️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_heading_down": {
+ "id": "arrow_heading_down",
+ "name": "右下弯箭头",
+ "keywords": [
+ "heading",
+ "blue",
+ "square",
+ "direction",
+ "bottom",
+ "右下弯",
+ "右下弯箭头",
+ "向下弯曲的右箭头",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "2935-fe0f",
+ "native": "⤵️"
+ }
+ ],
+ "version": 1
+ },
+ "arrows_clockwise": {
+ "id": "arrows_clockwise",
+ "name": "顺时针垂直箭头",
+ "keywords": [
+ "sync",
+ "cycle",
+ "round",
+ "repeat",
+ "刷新",
+ "垂直顺时针箭头",
+ "方向",
+ "标识",
+ "箭头",
+ "重新载入",
+ "顺时针",
+ "顺时针垂直箭头",
+ "顺时针箭头"
+ ],
+ "skins": [
+ {
+ "unified": "1f503",
+ "native": "🔃"
+ }
+ ],
+ "version": 1
+ },
+ "arrows_counterclockwise": {
+ "id": "arrows_counterclockwise",
+ "name": "逆时针箭头按钮",
+ "keywords": [
+ "blue",
+ "square",
+ "sync",
+ "cycle",
+ "倒转",
+ "再次",
+ "刷新",
+ "箭头",
+ "逆时针",
+ "逆时针箭头",
+ "逆时针箭头按钮"
+ ],
+ "skins": [
+ {
+ "unified": "1f504",
+ "native": "🔄"
+ }
+ ],
+ "version": 1
+ },
+ "back": {
+ "id": "back",
+ "name": "返回箭头",
+ "keywords": [
+ "words",
+ "return",
+ "回退",
+ "箭头",
+ "返回",
+ "返回箭头"
+ ],
+ "skins": [
+ {
+ "unified": "1f519",
+ "native": "🔙"
+ }
+ ],
+ "version": 1
+ },
+ "end": {
+ "id": "end",
+ "name": "结束箭头",
+ "keywords": [
+ "words",
+ "箭头",
+ "终点",
+ "结束",
+ "结束箭头"
+ ],
+ "skins": [
+ {
+ "unified": "1f51a",
+ "native": "🔚"
+ }
+ ],
+ "version": 1
+ },
+ "on": {
+ "id": "on",
+ "name": "ON! 箭头",
+ "keywords": [
+ "on",
+ "words",
+ "ON",
+ "ON! 箭头",
+ "开始",
+ "标识",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "1f51b",
+ "native": "🔛"
+ }
+ ],
+ "version": 1
+ },
+ "soon": {
+ "id": "soon",
+ "name": "SOON 箭头",
+ "keywords": [
+ "words",
+ "SOON 箭头",
+ "在路上",
+ "立刻回来",
+ "箭头",
+ "马上"
+ ],
+ "skins": [
+ {
+ "unified": "1f51c",
+ "native": "🔜"
+ }
+ ],
+ "version": 1
+ },
+ "top": {
+ "id": "top",
+ "name": "置顶",
+ "keywords": [
+ "words",
+ "blue",
+ "square",
+ "向上",
+ "标识",
+ "置顶",
+ "顶"
+ ],
+ "skins": [
+ {
+ "unified": "1f51d",
+ "native": "🔝"
+ }
+ ],
+ "version": 1
+ },
+ "place_of_worship": {
+ "id": "place_of_worship",
+ "name": "宗教场所",
+ "keywords": [
+ "religion",
+ "church",
+ "temple",
+ "prayer",
+ "地点",
+ "宗教",
+ "宗教场所",
+ "崇拜",
+ "敬神",
+ "礼拜",
+ "祈祷"
+ ],
+ "skins": [
+ {
+ "unified": "1f6d0",
+ "native": "🛐"
+ }
+ ],
+ "version": 1
+ },
+ "atom_symbol": {
+ "id": "atom_symbol",
+ "name": "原子符号",
+ "keywords": [
+ "science",
+ "physics",
+ "chemistry",
+ "原子",
+ "原子符号",
+ "无神论",
+ "物质"
+ ],
+ "skins": [
+ {
+ "unified": "269b-fe0f",
+ "native": "⚛️"
+ }
+ ],
+ "version": 1
+ },
+ "om_symbol": {
+ "id": "om_symbol",
+ "name": "奥姆",
+ "keywords": [
+ "symbol",
+ "hinduism",
+ "buddhism",
+ "sikhism",
+ "jainism",
+ "印度",
+ "印度教",
+ "唵",
+ "奥姆",
+ "宗教"
+ ],
+ "skins": [
+ {
+ "unified": "1f549-fe0f",
+ "native": "🕉️"
+ }
+ ],
+ "version": 1
+ },
+ "star_of_david": {
+ "id": "star_of_david",
+ "name": "六芒星",
+ "keywords": [
+ "judaism",
+ "六芒星",
+ "六角星",
+ "大卫之星",
+ "大卫星",
+ "宗教",
+ "犹太",
+ "犹太教"
+ ],
+ "skins": [
+ {
+ "unified": "2721-fe0f",
+ "native": "✡️"
+ }
+ ],
+ "version": 1
+ },
+ "wheel_of_dharma": {
+ "id": "wheel_of_dharma",
+ "name": "法轮",
+ "keywords": [
+ "hinduism",
+ "buddhism",
+ "sikhism",
+ "jainism",
+ "佛",
+ "宗教",
+ "法轮",
+ "舵",
+ "轮盘",
+ "达摩"
+ ],
+ "skins": [
+ {
+ "unified": "2638-fe0f",
+ "native": "☸️"
+ }
+ ],
+ "version": 1
+ },
+ "yin_yang": {
+ "id": "yin_yang",
+ "name": "阴阳",
+ "keywords": [
+ "balance",
+ "太极",
+ "宗教",
+ "道",
+ "道教",
+ "阳",
+ "阴",
+ "阴阳"
+ ],
+ "skins": [
+ {
+ "unified": "262f-fe0f",
+ "native": "☯️"
+ }
+ ],
+ "version": 1
+ },
+ "latin_cross": {
+ "id": "latin_cross",
+ "name": "十字架",
+ "keywords": [
+ "christianity",
+ "十字架",
+ "基督",
+ "天主教",
+ "宗教"
+ ],
+ "skins": [
+ {
+ "unified": "271d-fe0f",
+ "native": "✝️"
+ }
+ ],
+ "version": 1
+ },
+ "orthodox_cross": {
+ "id": "orthodox_cross",
+ "name": "东正教十字架",
+ "keywords": [
+ "suppedaneum",
+ "religion",
+ "东正教",
+ "东正教十字架",
+ "十字架",
+ "基督",
+ "宗教",
+ "正教会十字"
+ ],
+ "skins": [
+ {
+ "unified": "2626-fe0f",
+ "native": "☦️"
+ }
+ ],
+ "version": 1
+ },
+ "star_and_crescent": {
+ "id": "star_and_crescent",
+ "name": "星月",
+ "keywords": [
+ "islam",
+ "伊斯兰",
+ "宗教",
+ "斋戒月",
+ "星月",
+ "穆斯林"
+ ],
+ "skins": [
+ {
+ "unified": "262a-fe0f",
+ "native": "☪️"
+ }
+ ],
+ "version": 1
+ },
+ "peace_symbol": {
+ "id": "peace_symbol",
+ "name": "和平符号",
+ "keywords": [
+ "hippie",
+ "和平",
+ "和平符号"
+ ],
+ "skins": [
+ {
+ "unified": "262e-fe0f",
+ "native": "☮️"
+ }
+ ],
+ "version": 1
+ },
+ "menorah_with_nine_branches": {
+ "id": "menorah_with_nine_branches",
+ "name": "烛台",
+ "keywords": [
+ "with",
+ "nine",
+ "branches",
+ "hanukkah",
+ "candles",
+ "jewish",
+ "光明节",
+ "宗教",
+ "灯台",
+ "烛台",
+ "犹太",
+ "犹太教"
+ ],
+ "skins": [
+ {
+ "unified": "1f54e",
+ "native": "🕎"
+ }
+ ],
+ "version": 1
+ },
+ "six_pointed_star": {
+ "id": "six_pointed_star",
+ "name": "带中间点的六芒星",
+ "keywords": [
+ "six",
+ "pointed",
+ "purple",
+ "square",
+ "religion",
+ "jewish",
+ "hexagram",
+ "六芒星",
+ "六芒星加圆点",
+ "六角星",
+ "命运",
+ "带中间点的六芒星",
+ "犹太",
+ "犹太教"
+ ],
+ "skins": [
+ {
+ "unified": "1f52f",
+ "native": "🔯"
+ }
+ ],
+ "version": 1
+ },
+ "khanda": {
+ "id": "khanda",
+ "name": "坎达",
+ "keywords": [
+ "Sikhism",
+ "religion",
+ "信仰",
+ "卡尔萨",
+ "善业与佩剑得胜",
+ "坎达",
+ "坎达长剑",
+ "宗教",
+ "锡克",
+ "锡克教",
+ "锡克教徒"
+ ],
+ "skins": [
+ {
+ "unified": "1faaf",
+ "native": "🪯"
+ }
+ ],
+ "version": 15
+ },
+ "aries": {
+ "id": "aries",
+ "name": "白羊座",
+ "keywords": [
+ "sign",
+ "purple",
+ "square",
+ "zodiac",
+ "astrology",
+ "公羊",
+ "星座",
+ "牡羊座",
+ "白羊座"
+ ],
+ "skins": [
+ {
+ "unified": "2648",
+ "native": "♈"
+ }
+ ],
+ "version": 1
+ },
+ "taurus": {
+ "id": "taurus",
+ "name": "金牛座",
+ "keywords": [
+ "purple",
+ "square",
+ "sign",
+ "zodiac",
+ "astrology",
+ "公牛",
+ "星座",
+ "金牛",
+ "金牛座"
+ ],
+ "skins": [
+ {
+ "unified": "2649",
+ "native": "♉"
+ }
+ ],
+ "version": 1
+ },
+ "gemini": {
+ "id": "gemini",
+ "name": "双子座",
+ "keywords": [
+ "sign",
+ "zodiac",
+ "purple",
+ "square",
+ "astrology",
+ "双子",
+ "双子座",
+ "孪生子",
+ "星座"
+ ],
+ "skins": [
+ {
+ "unified": "264a",
+ "native": "♊"
+ }
+ ],
+ "version": 1
+ },
+ "cancer": {
+ "id": "cancer",
+ "name": "巨蟹座",
+ "keywords": [
+ "sign",
+ "zodiac",
+ "purple",
+ "square",
+ "astrology",
+ "巨蟹",
+ "巨蟹座",
+ "星座",
+ "螃蟹"
+ ],
+ "skins": [
+ {
+ "unified": "264b",
+ "native": "♋"
+ }
+ ],
+ "version": 1
+ },
+ "leo": {
+ "id": "leo",
+ "name": "狮子座",
+ "keywords": [
+ "sign",
+ "purple",
+ "square",
+ "zodiac",
+ "astrology",
+ "星座",
+ "狮子座",
+ "雄狮"
+ ],
+ "skins": [
+ {
+ "unified": "264c",
+ "native": "♌"
+ }
+ ],
+ "version": 1
+ },
+ "virgo": {
+ "id": "virgo",
+ "name": "处女座",
+ "keywords": [
+ "sign",
+ "zodiac",
+ "purple",
+ "square",
+ "astrology",
+ "处女座",
+ "室女座",
+ "星座",
+ "黄道十二宫"
+ ],
+ "skins": [
+ {
+ "unified": "264d",
+ "native": "♍"
+ }
+ ],
+ "version": 1
+ },
+ "libra": {
+ "id": "libra",
+ "name": "天秤座",
+ "keywords": [
+ "sign",
+ "purple",
+ "square",
+ "zodiac",
+ "astrology",
+ "天秤座",
+ "平衡",
+ "星座",
+ "正义"
+ ],
+ "skins": [
+ {
+ "unified": "264e",
+ "native": "♎"
+ }
+ ],
+ "version": 1
+ },
+ "scorpius": {
+ "id": "scorpius",
+ "name": "天蝎座",
+ "keywords": [
+ "scorpius",
+ "sign",
+ "zodiac",
+ "purple",
+ "square",
+ "astrology",
+ "天蝎",
+ "天蝎座",
+ "星座",
+ "蝎子"
+ ],
+ "skins": [
+ {
+ "unified": "264f",
+ "native": "♏"
+ }
+ ],
+ "version": 1
+ },
+ "sagittarius": {
+ "id": "sagittarius",
+ "name": "射手座",
+ "keywords": [
+ "sign",
+ "zodiac",
+ "purple",
+ "square",
+ "astrology",
+ "人马座",
+ "射手",
+ "射手座",
+ "弓箭手",
+ "星座"
+ ],
+ "skins": [
+ {
+ "unified": "2650",
+ "native": "♐"
+ }
+ ],
+ "version": 1
+ },
+ "capricorn": {
+ "id": "capricorn",
+ "name": "摩羯座",
+ "keywords": [
+ "sign",
+ "zodiac",
+ "purple",
+ "square",
+ "astrology",
+ "天宫图",
+ "山羊",
+ "摩羯",
+ "摩羯座",
+ "星座"
+ ],
+ "skins": [
+ {
+ "unified": "2651",
+ "native": "♑"
+ }
+ ],
+ "version": 1
+ },
+ "aquarius": {
+ "id": "aquarius",
+ "name": "水瓶座",
+ "keywords": [
+ "sign",
+ "purple",
+ "square",
+ "zodiac",
+ "astrology",
+ "星座",
+ "水",
+ "水瓶座"
+ ],
+ "skins": [
+ {
+ "unified": "2652",
+ "native": "♒"
+ }
+ ],
+ "version": 1
+ },
+ "pisces": {
+ "id": "pisces",
+ "name": "双鱼座",
+ "keywords": [
+ "purple",
+ "square",
+ "sign",
+ "zodiac",
+ "astrology",
+ "双鱼",
+ "双鱼座",
+ "星座",
+ "鱼"
+ ],
+ "skins": [
+ {
+ "unified": "2653",
+ "native": "♓"
+ }
+ ],
+ "version": 1
+ },
+ "ophiuchus": {
+ "id": "ophiuchus",
+ "name": "蛇夫座",
+ "keywords": [
+ "sign",
+ "purple",
+ "square",
+ "constellation",
+ "astrology",
+ "星座",
+ "蛇",
+ "蛇夫",
+ "蛇夫座"
+ ],
+ "skins": [
+ {
+ "unified": "26ce",
+ "native": "⛎"
+ }
+ ],
+ "version": 1
+ },
+ "twisted_rightwards_arrows": {
+ "id": "twisted_rightwards_arrows",
+ "name": "随机播放音轨按钮",
+ "keywords": [
+ "twisted",
+ "rightwards",
+ "arrows",
+ "blue",
+ "square",
+ "music",
+ "random",
+ "交叉",
+ "打乱",
+ "随机",
+ "随机播放",
+ "随机播放音轨按钮"
+ ],
+ "skins": [
+ {
+ "unified": "1f500",
+ "native": "🔀"
+ }
+ ],
+ "version": 1
+ },
+ "repeat": {
+ "id": "repeat",
+ "name": "重复按钮",
+ "keywords": [
+ "loop",
+ "record",
+ "循环",
+ "循环播放",
+ "箭头",
+ "重复按钮",
+ "顺时针"
+ ],
+ "skins": [
+ {
+ "unified": "1f501",
+ "native": "🔁"
+ }
+ ],
+ "version": 1
+ },
+ "repeat_one": {
+ "id": "repeat_one",
+ "name": "重复一次按钮",
+ "keywords": [
+ "one",
+ "blue",
+ "square",
+ "loop",
+ "单曲循环",
+ "循环",
+ "箭头",
+ "重复一次按钮",
+ "顺时针"
+ ],
+ "skins": [
+ {
+ "unified": "1f502",
+ "native": "🔂"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_forward": {
+ "id": "arrow_forward",
+ "name": "播放按钮",
+ "keywords": [
+ "arrow",
+ "forward",
+ "blue",
+ "square",
+ "right",
+ "direction",
+ "三角",
+ "右",
+ "向右",
+ "播放",
+ "播放按钮",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "25b6-fe0f",
+ "native": "▶️"
+ }
+ ],
+ "version": 1
+ },
+ "fast_forward": {
+ "id": "fast_forward",
+ "name": "快进按钮",
+ "keywords": [
+ "fast",
+ "forward",
+ "blue",
+ "square",
+ "play",
+ "speed",
+ "continue",
+ "双箭头",
+ "向前",
+ "快进",
+ "快进按钮",
+ "快速"
+ ],
+ "skins": [
+ {
+ "unified": "23e9",
+ "native": "⏩"
+ }
+ ],
+ "version": 1
+ },
+ "black_right_pointing_double_triangle_with_vertical_bar": {
+ "id": "black_right_pointing_double_triangle_with_vertical_bar",
+ "name": "下一个音轨按钮",
+ "keywords": [
+ "black",
+ "right",
+ "pointing",
+ "double",
+ "triangle",
+ "with",
+ "vertical",
+ "bar",
+ "forward",
+ "blue",
+ "square",
+ "三角",
+ "下一个",
+ "下一个音轨按钮",
+ "下一曲",
+ "下一首",
+ "往后",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "23ed-fe0f",
+ "native": "⏭️"
+ }
+ ],
+ "version": 1
+ },
+ "black_right_pointing_triangle_with_double_vertical_bar": {
+ "id": "black_right_pointing_triangle_with_double_vertical_bar",
+ "name": "播放或暂停按钮",
+ "keywords": [
+ "black",
+ "right",
+ "pointing",
+ "triangle",
+ "with",
+ "double",
+ "vertical",
+ "bar",
+ "blue",
+ "square",
+ "三角",
+ "向右",
+ "播放",
+ "播放或暂停",
+ "播放或暂停按钮",
+ "暂停"
+ ],
+ "skins": [
+ {
+ "unified": "23ef-fe0f",
+ "native": "⏯️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_backward": {
+ "id": "arrow_backward",
+ "name": "倒退按钮",
+ "keywords": [
+ "arrow",
+ "backward",
+ "blue",
+ "square",
+ "left",
+ "direction",
+ "三角",
+ "倒转",
+ "倒退按钮",
+ "后退",
+ "向左",
+ "左"
+ ],
+ "skins": [
+ {
+ "unified": "25c0-fe0f",
+ "native": "◀️"
+ }
+ ],
+ "version": 1
+ },
+ "rewind": {
+ "id": "rewind",
+ "name": "快退按钮",
+ "keywords": [
+ "rewind",
+ "play",
+ "blue",
+ "square",
+ "倒回",
+ "双箭头",
+ "快退",
+ "快退按钮",
+ "快速倒带"
+ ],
+ "skins": [
+ {
+ "unified": "23ea",
+ "native": "⏪"
+ }
+ ],
+ "version": 1
+ },
+ "black_left_pointing_double_triangle_with_vertical_bar": {
+ "id": "black_left_pointing_double_triangle_with_vertical_bar",
+ "name": "上一个音轨按钮",
+ "keywords": [
+ "black",
+ "left",
+ "pointing",
+ "double",
+ "triangle",
+ "with",
+ "vertical",
+ "bar",
+ "backward",
+ "三角",
+ "上一个",
+ "上一个音轨按钮",
+ "上一曲",
+ "上一首",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "23ee-fe0f",
+ "native": "⏮️"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_up_small": {
+ "id": "arrow_up_small",
+ "name": "向上三角形按钮",
+ "keywords": [
+ "arrow",
+ "up",
+ "small",
+ "blue",
+ "square",
+ "triangle",
+ "direction",
+ "point",
+ "forward",
+ "top",
+ "上",
+ "向上",
+ "向上三角形按钮",
+ "向上按钮",
+ "往上",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "1f53c",
+ "native": "🔼"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_double_up": {
+ "id": "arrow_double_up",
+ "name": "快速上升按钮",
+ "keywords": [
+ "arrow",
+ "double",
+ "blue",
+ "square",
+ "direction",
+ "top",
+ "上",
+ "双箭头",
+ "向上",
+ "快速上升按钮",
+ "快速向上"
+ ],
+ "skins": [
+ {
+ "unified": "23eb",
+ "native": "⏫"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_down_small": {
+ "id": "arrow_down_small",
+ "name": "向下三角形按钮",
+ "keywords": [
+ "arrow",
+ "down",
+ "small",
+ "blue",
+ "square",
+ "direction",
+ "bottom",
+ "下",
+ "向下",
+ "向下三角形按钮",
+ "向下按钮",
+ "往下",
+ "箭头"
+ ],
+ "skins": [
+ {
+ "unified": "1f53d",
+ "native": "🔽"
+ }
+ ],
+ "version": 1
+ },
+ "arrow_double_down": {
+ "id": "arrow_double_down",
+ "name": "快速下降按钮",
+ "keywords": [
+ "arrow",
+ "double",
+ "blue",
+ "square",
+ "direction",
+ "bottom",
+ "下",
+ "双箭头",
+ "向下",
+ "快速下降按钮",
+ "快速向下"
+ ],
+ "skins": [
+ {
+ "unified": "23ec",
+ "native": "⏬"
+ }
+ ],
+ "version": 1
+ },
+ "double_vertical_bar": {
+ "id": "double_vertical_bar",
+ "name": "暂停按钮",
+ "keywords": [
+ "double",
+ "vertical",
+ "bar",
+ "blue",
+ "square",
+ "停止",
+ "双条形",
+ "暂停",
+ "暂停按钮"
+ ],
+ "skins": [
+ {
+ "unified": "23f8-fe0f",
+ "native": "⏸️"
+ }
+ ],
+ "version": 1
+ },
+ "black_square_for_stop": {
+ "id": "black_square_for_stop",
+ "name": "停止按钮",
+ "keywords": [
+ "black",
+ "square",
+ "for",
+ "blue",
+ "停止",
+ "停止按钮",
+ "方形",
+ "正方形",
+ "终止"
+ ],
+ "skins": [
+ {
+ "unified": "23f9-fe0f",
+ "native": "⏹️"
+ }
+ ],
+ "version": 1
+ },
+ "black_circle_for_record": {
+ "id": "black_circle_for_record",
+ "name": "录制按钮",
+ "keywords": [
+ "black",
+ "circle",
+ "for",
+ "blue",
+ "square",
+ "制作",
+ "圆",
+ "录像",
+ "录制",
+ "录制按钮",
+ "录音"
+ ],
+ "skins": [
+ {
+ "unified": "23fa-fe0f",
+ "native": "⏺️"
+ }
+ ],
+ "version": 1
+ },
+ "eject": {
+ "id": "eject",
+ "name": "推出按钮",
+ "keywords": [
+ "blue",
+ "square",
+ "向上三角",
+ "弹出",
+ "推出按钮"
+ ],
+ "skins": [
+ {
+ "unified": "23cf-fe0f",
+ "native": "⏏️"
+ }
+ ],
+ "version": 1
+ },
+ "cinema": {
+ "id": "cinema",
+ "name": "电影院",
+ "keywords": [
+ "blue",
+ "square",
+ "record",
+ "film",
+ "movie",
+ "curtain",
+ "stage",
+ "theater",
+ "剧院",
+ "场所",
+ "影片",
+ "摄影机",
+ "电影",
+ "电影院"
+ ],
+ "skins": [
+ {
+ "unified": "1f3a6",
+ "native": "🎦"
+ }
+ ],
+ "version": 1
+ },
+ "low_brightness": {
+ "id": "low_brightness",
+ "name": "低亮度按钮",
+ "keywords": [
+ "low",
+ "brightness",
+ "sun",
+ "afternoon",
+ "warm",
+ "summer",
+ "亮度",
+ "低",
+ "低亮度",
+ "低亮度按钮",
+ "昏暗",
+ "暗"
+ ],
+ "skins": [
+ {
+ "unified": "1f505",
+ "native": "🔅"
+ }
+ ],
+ "version": 1
+ },
+ "high_brightness": {
+ "id": "high_brightness",
+ "name": "高亮度按钮",
+ "keywords": [
+ "high",
+ "brightness",
+ "sun",
+ "light",
+ "亮",
+ "亮度",
+ "太阳",
+ "明亮",
+ "高亮度",
+ "高亮度按钮"
+ ],
+ "skins": [
+ {
+ "unified": "1f506",
+ "native": "🔆"
+ }
+ ],
+ "version": 1
+ },
+ "signal_strength": {
+ "id": "signal_strength",
+ "name": "信号强度条",
+ "keywords": [
+ "signal",
+ "strength",
+ "blue",
+ "square",
+ "reception",
+ "phone",
+ "internet",
+ "connection",
+ "wifi",
+ "bluetooth",
+ "信号",
+ "信号强度条",
+ "天线",
+ "强度",
+ "手机",
+ "条"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f6",
+ "native": "📶"
+ }
+ ],
+ "version": 1
+ },
+ "wireless": {
+ "id": "wireless",
+ "name": "无线",
+ "keywords": [
+ "wifi",
+ "internet",
+ "contactless",
+ "signal",
+ "Wi-Fi",
+ "WLAN",
+ "互联网",
+ "宽带",
+ "无线",
+ "智能手机",
+ "热点",
+ "电脑",
+ "网络",
+ "计算机",
+ "连接"
+ ],
+ "skins": [
+ {
+ "unified": "1f6dc",
+ "native": "🛜"
+ }
+ ],
+ "version": 15
+ },
+ "vibration_mode": {
+ "id": "vibration_mode",
+ "name": "振动模式",
+ "keywords": [
+ "orange",
+ "square",
+ "phone",
+ "手机",
+ "振动",
+ "振动模式",
+ "震动"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f3",
+ "native": "📳"
+ }
+ ],
+ "version": 1
+ },
+ "mobile_phone_off": {
+ "id": "mobile_phone_off",
+ "name": "手机关机",
+ "keywords": [
+ "mute",
+ "orange",
+ "square",
+ "silence",
+ "quiet",
+ "关机",
+ "关闭",
+ "关闭手机",
+ "手机",
+ "手机关机"
+ ],
+ "skins": [
+ {
+ "unified": "1f4f4",
+ "native": "📴"
+ }
+ ],
+ "version": 1
+ },
+ "female_sign": {
+ "id": "female_sign",
+ "name": "女性符号",
+ "keywords": [
+ "woman",
+ "women",
+ "lady",
+ "girl",
+ "女性符号",
+ "符号",
+ "雌性"
+ ],
+ "skins": [
+ {
+ "unified": "2640-fe0f",
+ "native": "♀️"
+ }
+ ],
+ "version": 4
+ },
+ "male_sign": {
+ "id": "male_sign",
+ "name": "男性符号",
+ "keywords": [
+ "man",
+ "boy",
+ "men",
+ "男性符号",
+ "符号",
+ "雄性"
+ ],
+ "skins": [
+ {
+ "unified": "2642-fe0f",
+ "native": "♂️"
+ }
+ ],
+ "version": 4
+ },
+ "transgender_symbol": {
+ "id": "transgender_symbol",
+ "name": "跨性别符号",
+ "keywords": [
+ "lgbtq",
+ "跨性别",
+ "跨性别符号"
+ ],
+ "skins": [
+ {
+ "unified": "26a7-fe0f",
+ "native": "⚧️"
+ }
+ ],
+ "version": 13
+ },
+ "heavy_multiplication_x": {
+ "id": "heavy_multiplication_x",
+ "name": "乘",
+ "keywords": [
+ "heavy",
+ "multiplication",
+ "x",
+ "sign",
+ "math",
+ "calculation",
+ "乘",
+ "乘号",
+ "取消",
+ "相乘",
+ "符号"
+ ],
+ "skins": [
+ {
+ "unified": "2716-fe0f",
+ "native": "✖️"
+ }
+ ],
+ "version": 1
+ },
+ "heavy_plus_sign": {
+ "id": "heavy_plus_sign",
+ "name": "加",
+ "keywords": [
+ "heavy",
+ "sign",
+ "math",
+ "calculation",
+ "addition",
+ "more",
+ "increase",
+ "加",
+ "加号",
+ "十字",
+ "数学",
+ "相加",
+ "符号"
+ ],
+ "skins": [
+ {
+ "unified": "2795",
+ "native": "➕"
+ }
+ ],
+ "version": 1
+ },
+ "heavy_minus_sign": {
+ "id": "heavy_minus_sign",
+ "name": "减",
+ "keywords": [
+ "heavy",
+ "sign",
+ "math",
+ "calculation",
+ "subtract",
+ "less",
+ "减",
+ "减号",
+ "数学",
+ "横线",
+ "符号"
+ ],
+ "skins": [
+ {
+ "unified": "2796",
+ "native": "➖"
+ }
+ ],
+ "version": 1
+ },
+ "heavy_division_sign": {
+ "id": "heavy_division_sign",
+ "name": "除",
+ "keywords": [
+ "heavy",
+ "division",
+ "sign",
+ "math",
+ "calculation",
+ "数学",
+ "相除",
+ "符号",
+ "除",
+ "除号"
+ ],
+ "skins": [
+ {
+ "unified": "2797",
+ "native": "➗"
+ }
+ ],
+ "version": 1
+ },
+ "heavy_equals_sign": {
+ "id": "heavy_equals_sign",
+ "name": "粗等号",
+ "keywords": [
+ "math",
+ "回答",
+ "平等",
+ "数学",
+ "相等",
+ "等于",
+ "等号",
+ "答案",
+ "粗等号"
+ ],
+ "skins": [
+ {
+ "unified": "1f7f0",
+ "native": "🟰"
+ }
+ ],
+ "version": 14
+ },
+ "infinity": {
+ "id": "infinity",
+ "name": "无穷大",
+ "keywords": [
+ "forever",
+ "宇宙",
+ "无尽",
+ "无穷大",
+ "极大"
+ ],
+ "skins": [
+ {
+ "unified": "267e-fe0f",
+ "native": "♾️"
+ }
+ ],
+ "version": 11
+ },
+ "bangbang": {
+ "id": "bangbang",
+ "name": "双感叹号",
+ "keywords": [
+ "bangbang",
+ "surprise",
+ "!",
+ "!!",
+ "两个",
+ "双叹号",
+ "双感叹号",
+ "叹号",
+ "吃惊",
+ "标点符号"
+ ],
+ "skins": [
+ {
+ "unified": "203c-fe0f",
+ "native": "‼️"
+ }
+ ],
+ "version": 1
+ },
+ "interrobang": {
+ "id": "interrobang",
+ "name": "感叹疑问号",
+ "keywords": [
+ "interrobang",
+ "wat",
+ "punctuation",
+ "surprise",
+ "!",
+ "!?",
+ "?",
+ "叹号",
+ "叹号加问号",
+ "吃惊",
+ "感叹疑问号",
+ "标点符号",
+ "疑问惊叹号",
+ "问号"
+ ],
+ "skins": [
+ {
+ "unified": "2049-fe0f",
+ "native": "⁉️"
+ }
+ ],
+ "version": 1
+ },
+ "question": {
+ "id": "question",
+ "name": "红色问号",
+ "keywords": [
+ "doubt",
+ "confused",
+ "为什么",
+ "标点",
+ "标点符号",
+ "疑问",
+ "红色问号",
+ "问号"
+ ],
+ "skins": [
+ {
+ "unified": "2753",
+ "native": "❓"
+ }
+ ],
+ "version": 1
+ },
+ "grey_question": {
+ "id": "grey_question",
+ "name": "白色问号",
+ "keywords": [
+ "grey",
+ "doubts",
+ "gray",
+ "huh",
+ "confused",
+ "?",
+ "为什么",
+ "标点符号",
+ "白色问号",
+ "空心",
+ "空心问号",
+ "问号",
+ "问题"
+ ],
+ "skins": [
+ {
+ "unified": "2754",
+ "native": "❔"
+ }
+ ],
+ "version": 1
+ },
+ "grey_exclamation": {
+ "id": "grey_exclamation",
+ "name": "白色感叹号",
+ "keywords": [
+ "grey",
+ "surprise",
+ "punctuation",
+ "gray",
+ "wow",
+ "warning",
+ "!",
+ "叹号",
+ "吃惊",
+ "标点符号",
+ "白色叹号",
+ "白色感叹号",
+ "空心",
+ "空心叹号"
+ ],
+ "skins": [
+ {
+ "unified": "2755",
+ "native": "❕"
+ }
+ ],
+ "version": 1
+ },
+ "exclamation": {
+ "id": "exclamation",
+ "name": "红色感叹号",
+ "keywords": [
+ "heavy",
+ "danger",
+ "surprise",
+ "punctuation",
+ "wow",
+ "warning",
+ "!",
+ "叹号",
+ "吃惊",
+ "惊讶",
+ "感叹",
+ "感叹号",
+ "标点符号",
+ "红色感叹号"
+ ],
+ "skins": [
+ {
+ "unified": "2757",
+ "native": "❗"
+ }
+ ],
+ "version": 1
+ },
+ "wavy_dash": {
+ "id": "wavy_dash",
+ "name": "波浪型破折号",
+ "keywords": [
+ "draw",
+ "line",
+ "moustache",
+ "mustache",
+ "squiggle",
+ "scribble",
+ "标点符号",
+ "波浪型破折号",
+ "波浪线",
+ "浪花",
+ "象声号"
+ ],
+ "skins": [
+ {
+ "unified": "3030-fe0f",
+ "native": "〰️"
+ }
+ ],
+ "version": 1
+ },
+ "currency_exchange": {
+ "id": "currency_exchange",
+ "name": "货币兑换",
+ "keywords": [
+ "money",
+ "sales",
+ "dollar",
+ "travel",
+ "兑换",
+ "外汇",
+ "换汇",
+ "汇率",
+ "流通",
+ "货币兑换",
+ "银行"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b1",
+ "native": "💱"
+ }
+ ],
+ "version": 1
+ },
+ "heavy_dollar_sign": {
+ "id": "heavy_dollar_sign",
+ "name": "粗美元符号",
+ "keywords": [
+ "money",
+ "sales",
+ "payment",
+ "currency",
+ "buck",
+ "现金",
+ "粗美元符号",
+ "美元",
+ "美元符号",
+ "美刀",
+ "货币",
+ "金钱"
+ ],
+ "skins": [
+ {
+ "unified": "1f4b2",
+ "native": "💲"
+ }
+ ],
+ "version": 1
+ },
+ "medical_symbol": {
+ "id": "medical_symbol",
+ "name": "医疗标志",
+ "keywords": [
+ "staff",
+ "of",
+ "aesculapius",
+ "health",
+ "hospital",
+ "医学",
+ "医疗",
+ "医疗标志",
+ "蛇杖",
+ "阿斯克勒庇俄斯",
+ "阿斯克勒庇俄斯蛇杖"
+ ],
+ "skins": [
+ {
+ "unified": "2695-fe0f",
+ "native": "⚕️"
+ }
+ ],
+ "version": 4
+ },
+ "recycle": {
+ "id": "recycle",
+ "name": "回收标志",
+ "keywords": [
+ "recycle",
+ "arrow",
+ "environment",
+ "garbage",
+ "trash",
+ "再利用",
+ "再生",
+ "回收",
+ "回收标志",
+ "循环"
+ ],
+ "skins": [
+ {
+ "unified": "267b-fe0f",
+ "native": "♻️"
+ }
+ ],
+ "version": 1
+ },
+ "fleur_de_lis": {
+ "id": "fleur_de_lis",
+ "name": "百合花饰",
+ "keywords": [
+ "fleur",
+ "de",
+ "lis",
+ "decorative",
+ "scout",
+ "百合花饰",
+ "鸢尾花"
+ ],
+ "skins": [
+ {
+ "unified": "269c-fe0f",
+ "native": "⚜️"
+ }
+ ],
+ "version": 1
+ },
+ "trident": {
+ "id": "trident",
+ "name": "三叉戟徽章",
+ "keywords": [
+ "weapon",
+ "spear",
+ "三叉戟",
+ "三叉戟徽章",
+ "工具",
+ "波塞冬",
+ "船",
+ "锚"
+ ],
+ "skins": [
+ {
+ "unified": "1f531",
+ "native": "🔱"
+ }
+ ],
+ "version": 1
+ },
+ "name_badge": {
+ "id": "name_badge",
+ "name": "姓名牌",
+ "keywords": [
+ "fire",
+ "forbid",
+ "名牌",
+ "姓名牌",
+ "徽章",
+ "胸牌",
+ "证章"
+ ],
+ "skins": [
+ {
+ "unified": "1f4db",
+ "native": "📛"
+ }
+ ],
+ "version": 1
+ },
+ "beginner": {
+ "id": "beginner",
+ "name": "日本新手驾驶标志",
+ "keywords": [
+ "badge",
+ "shield",
+ "V 型臂章",
+ "V形图案",
+ "人字形图记",
+ "军警",
+ "叶状",
+ "实习",
+ "新手",
+ "日本新手驾驶标志",
+ "箭尾"
+ ],
+ "skins": [
+ {
+ "unified": "1f530",
+ "native": "🔰"
+ }
+ ],
+ "version": 1
+ },
+ "o": {
+ "id": "o",
+ "name": "红色空心圆圈",
+ "keywords": [
+ "o",
+ "round",
+ "0",
+ "O形",
+ "圆圈",
+ "大",
+ "大圆圈",
+ "红",
+ "红色空心圆圈",
+ "零"
+ ],
+ "skins": [
+ {
+ "unified": "2b55",
+ "native": "⭕"
+ }
+ ],
+ "version": 1
+ },
+ "white_check_mark": {
+ "id": "white_check_mark",
+ "name": "勾号按钮",
+ "keywords": [
+ "white",
+ "green",
+ "square",
+ "ok",
+ "agree",
+ "vote",
+ "election",
+ "answer",
+ "tick",
+ "勾",
+ "勾号",
+ "勾号按钮",
+ "完成",
+ "打勾",
+ "按钮",
+ "绿色打勾"
+ ],
+ "skins": [
+ {
+ "unified": "2705",
+ "native": "✅"
+ }
+ ],
+ "version": 1
+ },
+ "ballot_box_with_check": {
+ "id": "ballot_box_with_check",
+ "name": "勾选框",
+ "keywords": [
+ "ballot",
+ "ok",
+ "agree",
+ "confirm",
+ "black",
+ "square",
+ "vote",
+ "election",
+ "yes",
+ "tick",
+ "做好",
+ "勾号",
+ "勾选",
+ "勾选框",
+ "复选框",
+ "带勾方格",
+ "打勾",
+ "搞定",
+ "选票"
+ ],
+ "skins": [
+ {
+ "unified": "2611-fe0f",
+ "native": "☑️"
+ }
+ ],
+ "version": 1
+ },
+ "heavy_check_mark": {
+ "id": "heavy_check_mark",
+ "name": "勾号",
+ "keywords": [
+ "heavy",
+ "ok",
+ "nike",
+ "answer",
+ "yes",
+ "tick",
+ "勾号",
+ "对勾",
+ "打勾",
+ "正确",
+ "符号"
+ ],
+ "skins": [
+ {
+ "unified": "2714-fe0f",
+ "native": "✔️"
+ }
+ ],
+ "version": 1
+ },
+ "x": {
+ "id": "x",
+ "name": "叉号",
+ "keywords": [
+ "x",
+ "no",
+ "delete",
+ "remove",
+ "cancel",
+ "red",
+ "乘",
+ "交叉",
+ "叉号",
+ "取消",
+ "相乘",
+ "符号"
+ ],
+ "skins": [
+ {
+ "unified": "274c",
+ "native": "❌"
+ }
+ ],
+ "version": 1
+ },
+ "negative_squared_cross_mark": {
+ "id": "negative_squared_cross_mark",
+ "name": "叉号按钮",
+ "keywords": [
+ "negative",
+ "squared",
+ "x",
+ "green",
+ "square",
+ "no",
+ "deny",
+ "乘",
+ "乘号",
+ "叉",
+ "叉号按钮",
+ "取消",
+ "方形"
+ ],
+ "skins": [
+ {
+ "unified": "274e",
+ "native": "❎"
+ }
+ ],
+ "version": 1
+ },
+ "curly_loop": {
+ "id": "curly_loop",
+ "name": "卷曲环",
+ "keywords": [
+ "scribble",
+ "draw",
+ "shape",
+ "squiggle",
+ "单环",
+ "卷曲环",
+ "日本单环标志",
+ "标志"
+ ],
+ "skins": [
+ {
+ "unified": "27b0",
+ "native": "➰"
+ }
+ ],
+ "version": 1
+ },
+ "loop": {
+ "id": "loop",
+ "name": "双卷曲环",
+ "keywords": [
+ "tape",
+ "cassette",
+ "免费电话",
+ "双卷曲环",
+ "双环",
+ "日本免费电话标志",
+ "标志"
+ ],
+ "skins": [
+ {
+ "unified": "27bf",
+ "native": "➿"
+ }
+ ],
+ "version": 1
+ },
+ "part_alternation_mark": {
+ "id": "part_alternation_mark",
+ "name": "庵点",
+ "keywords": [
+ "graph",
+ "presentation",
+ "stats",
+ "business",
+ "economics",
+ "bad",
+ "庵点",
+ "开始歌唱",
+ "歌记号",
+ "符号"
+ ],
+ "skins": [
+ {
+ "unified": "303d-fe0f",
+ "native": "〽️"
+ }
+ ],
+ "version": 1
+ },
+ "eight_spoked_asterisk": {
+ "id": "eight_spoked_asterisk",
+ "name": "八轮辐星号",
+ "keywords": [
+ "star",
+ "sparkle",
+ "green",
+ "square",
+ "八芒星",
+ "八轮辐星号",
+ "星号"
+ ],
+ "skins": [
+ {
+ "unified": "2733-fe0f",
+ "native": "✳️"
+ }
+ ],
+ "version": 1
+ },
+ "eight_pointed_black_star": {
+ "id": "eight_pointed_black_star",
+ "name": "八角星",
+ "keywords": [
+ "eight",
+ "pointed",
+ "black",
+ "orange",
+ "square",
+ "shape",
+ "polygon",
+ "八角星",
+ "星",
+ "符号"
+ ],
+ "skins": [
+ {
+ "unified": "2734-fe0f",
+ "native": "✴️"
+ }
+ ],
+ "version": 1
+ },
+ "sparkle": {
+ "id": "sparkle",
+ "name": "火花",
+ "keywords": [
+ "stars",
+ "green",
+ "square",
+ "awesome",
+ "good",
+ "fireworks",
+ "火花",
+ "烟火",
+ "闪光",
+ "闪耀"
+ ],
+ "skins": [
+ {
+ "unified": "2747-fe0f",
+ "native": "❇️"
+ }
+ ],
+ "version": 1
+ },
+ "copyright": {
+ "id": "copyright",
+ "name": "版权",
+ "keywords": [
+ "ip",
+ "license",
+ "circle",
+ "law",
+ "legal",
+ "版权"
+ ],
+ "skins": [
+ {
+ "unified": "00a9-fe0f",
+ "native": "©️"
+ }
+ ],
+ "version": 1
+ },
+ "registered": {
+ "id": "registered",
+ "name": "注册",
+ "keywords": [
+ "alphabet",
+ "circle",
+ "注册",
+ "注册标记"
+ ],
+ "skins": [
+ {
+ "unified": "00ae-fe0f",
+ "native": "®️"
+ }
+ ],
+ "version": 1
+ },
+ "tm": {
+ "id": "tm",
+ "name": "商标",
+ "keywords": [
+ "tm",
+ "trademark",
+ "brand",
+ "law",
+ "legal",
+ "产品",
+ "商标",
+ "标志"
+ ],
+ "skins": [
+ {
+ "unified": "2122-fe0f",
+ "native": "™️"
+ }
+ ],
+ "version": 1
+ },
+ "hash": {
+ "id": "hash",
+ "name": "按键",
+ "keywords": [
+ "keycap",
+ "",
+ "symbol",
+ "blue",
+ "square",
+ "twitter",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0023-fe0f-20e3",
+ "native": "#️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "keycap_star": {
+ "id": "keycap_star",
+ "name": "按键",
+ "keywords": [
+ "keycap",
+ "star",
+ "",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "002a-fe0f-20e3",
+ "native": "*️⃣"
+ }
+ ],
+ "version": 2
+ },
+ "zero": {
+ "id": "zero",
+ "name": "按键",
+ "keywords": [
+ "zero",
+ "numbers",
+ "blue",
+ "square",
+ "null",
+ "0",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0030-fe0f-20e3",
+ "native": "0️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "one": {
+ "id": "one",
+ "name": "按键",
+ "keywords": [
+ "one",
+ "blue",
+ "square",
+ "numbers",
+ "1",
+ "一",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0031-fe0f-20e3",
+ "native": "1️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "two": {
+ "id": "two",
+ "name": "按键",
+ "keywords": [
+ "two",
+ "numbers",
+ "prime",
+ "blue",
+ "square",
+ "2",
+ "二",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0032-fe0f-20e3",
+ "native": "2️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "three": {
+ "id": "three",
+ "name": "按键",
+ "keywords": [
+ "three",
+ "numbers",
+ "prime",
+ "blue",
+ "square",
+ "3",
+ "三",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0033-fe0f-20e3",
+ "native": "3️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "four": {
+ "id": "four",
+ "name": "按键",
+ "keywords": [
+ "four",
+ "numbers",
+ "blue",
+ "square",
+ "4",
+ "四",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0034-fe0f-20e3",
+ "native": "4️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "five": {
+ "id": "five",
+ "name": "按键",
+ "keywords": [
+ "five",
+ "numbers",
+ "blue",
+ "square",
+ "prime",
+ "5",
+ "五",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0035-fe0f-20e3",
+ "native": "5️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "six": {
+ "id": "six",
+ "name": "按键",
+ "keywords": [
+ "six",
+ "numbers",
+ "blue",
+ "square",
+ "6",
+ "六",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0036-fe0f-20e3",
+ "native": "6️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "seven": {
+ "id": "seven",
+ "name": "按键",
+ "keywords": [
+ "seven",
+ "numbers",
+ "blue",
+ "square",
+ "prime",
+ "7",
+ "七",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0037-fe0f-20e3",
+ "native": "7️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "eight": {
+ "id": "eight",
+ "name": "按键",
+ "keywords": [
+ "eight",
+ "blue",
+ "square",
+ "numbers",
+ "8",
+ "八",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0038-fe0f-20e3",
+ "native": "8️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "nine": {
+ "id": "nine",
+ "name": "按键",
+ "keywords": [
+ "nine",
+ "blue",
+ "square",
+ "numbers",
+ "9",
+ "九",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "0039-fe0f-20e3",
+ "native": "9️⃣"
+ }
+ ],
+ "version": 1
+ },
+ "keycap_ten": {
+ "id": "keycap_ten",
+ "name": "按键",
+ "keywords": [
+ "ten",
+ "numbers",
+ "blue",
+ "square",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "1f51f",
+ "native": "🔟"
+ }
+ ],
+ "version": 1
+ },
+ "capital_abcd": {
+ "id": "capital_abcd",
+ "name": "输入大写拉丁字母",
+ "keywords": [
+ "capital",
+ "abcd",
+ "alphabet",
+ "words",
+ "blue",
+ "square",
+ "ABCD",
+ "大写字母",
+ "大写字母键",
+ "字母",
+ "打字",
+ "拉丁文",
+ "输入大写拉丁字母",
+ "输入法"
+ ],
+ "skins": [
+ {
+ "unified": "1f520",
+ "native": "🔠"
+ }
+ ],
+ "version": 1
+ },
+ "abcd": {
+ "id": "abcd",
+ "name": "输入小写拉丁字母",
+ "keywords": [
+ "abcd",
+ "blue",
+ "square",
+ "alphabet",
+ "小写字母",
+ "小写字母键",
+ "打字",
+ "拉丁文",
+ "输入小写字母",
+ "输入小写拉丁字母",
+ "输入法"
+ ],
+ "skins": [
+ {
+ "unified": "1f521",
+ "native": "🔡"
+ }
+ ],
+ "version": 1
+ },
+ "symbols": {
+ "id": "symbols",
+ "name": "输入符号",
+ "keywords": [
+ "blue",
+ "square",
+ "music",
+ "note",
+ "ampersand",
+ "percent",
+ "glyphs",
+ "characters",
+ "字符",
+ "打字",
+ "符号",
+ "输入符号"
+ ],
+ "skins": [
+ {
+ "unified": "1f523",
+ "native": "🔣"
+ }
+ ],
+ "version": 1
+ },
+ "abc": {
+ "id": "abc",
+ "name": "输入拉丁字母",
+ "keywords": [
+ "abc",
+ "blue",
+ "square",
+ "alphabet",
+ "字母",
+ "打字",
+ "拉丁字母",
+ "拉丁字母键",
+ "拉丁文",
+ "输入字母",
+ "输入拉丁字母"
+ ],
+ "skins": [
+ {
+ "unified": "1f524",
+ "native": "🔤"
+ }
+ ],
+ "version": 1
+ },
+ "a": {
+ "id": "a",
+ "name": "A型血",
+ "keywords": [
+ "red",
+ "square",
+ "alphabet",
+ "letter",
+ "a",
+ "A型血",
+ "字母a",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "skins": [
+ {
+ "unified": "1f170-fe0f",
+ "native": "🅰️"
+ }
+ ],
+ "version": 1
+ },
+ "ab": {
+ "id": "ab",
+ "name": "AB型血",
+ "keywords": [
+ "button",
+ "red",
+ "square",
+ "alphabet",
+ "ab",
+ "AB型血",
+ "字母ab",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "skins": [
+ {
+ "unified": "1f18e",
+ "native": "🆎"
+ }
+ ],
+ "version": 1
+ },
+ "b": {
+ "id": "b",
+ "name": "B型血",
+ "keywords": [
+ "red",
+ "square",
+ "alphabet",
+ "letter",
+ "b",
+ "B",
+ "B型血",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "skins": [
+ {
+ "unified": "1f171-fe0f",
+ "native": "🅱️"
+ }
+ ],
+ "version": 1
+ },
+ "cl": {
+ "id": "cl",
+ "name": "CL按钮",
+ "keywords": [
+ "alphabet",
+ "words",
+ "red",
+ "square",
+ "cl",
+ "CL按钮",
+ "手机",
+ "清理",
+ "清除"
+ ],
+ "skins": [
+ {
+ "unified": "1f191",
+ "native": "🆑"
+ }
+ ],
+ "version": 1
+ },
+ "cool": {
+ "id": "cool",
+ "name": "cool按钮",
+ "keywords": [
+ "words",
+ "blue",
+ "square",
+ "cool",
+ "cool按钮",
+ "按键",
+ "酷"
+ ],
+ "skins": [
+ {
+ "unified": "1f192",
+ "native": "🆒"
+ }
+ ],
+ "version": 1
+ },
+ "free": {
+ "id": "free",
+ "name": "免费按钮",
+ "keywords": [
+ "blue",
+ "square",
+ "words",
+ "free",
+ "不收费",
+ "免费",
+ "免费按钮",
+ "按钮",
+ "自由"
+ ],
+ "skins": [
+ {
+ "unified": "1f193",
+ "native": "🆓"
+ }
+ ],
+ "version": 1
+ },
+ "information_source": {
+ "id": "information_source",
+ "name": "信息",
+ "keywords": [
+ "source",
+ "blue",
+ "square",
+ "alphabet",
+ "letter",
+ "信息",
+ "信息中心",
+ "查询",
+ "资料"
+ ],
+ "skins": [
+ {
+ "unified": "2139-fe0f",
+ "native": "ℹ️"
+ }
+ ],
+ "version": 1
+ },
+ "id": {
+ "id": "id",
+ "name": "ID按钮",
+ "keywords": [
+ "purple",
+ "square",
+ "words",
+ "id",
+ "ID按钮",
+ "按键",
+ "识别",
+ "身份"
+ ],
+ "skins": [
+ {
+ "unified": "1f194",
+ "native": "🆔"
+ }
+ ],
+ "version": 1
+ },
+ "m": {
+ "id": "m",
+ "name": "圆圈包围的M",
+ "keywords": [
+ "alphabet",
+ "blue",
+ "circle",
+ "letter",
+ "m",
+ "圆圈包围的M",
+ "圈",
+ "字母",
+ "米"
+ ],
+ "skins": [
+ {
+ "unified": "24c2-fe0f",
+ "native": "Ⓜ️"
+ }
+ ],
+ "version": 1
+ },
+ "new": {
+ "id": "new",
+ "name": "new按钮",
+ "keywords": [
+ "blue",
+ "square",
+ "words",
+ "start",
+ "new按钮",
+ "按键",
+ "新",
+ "新的"
+ ],
+ "skins": [
+ {
+ "unified": "1f195",
+ "native": "🆕"
+ }
+ ],
+ "version": 1
+ },
+ "ng": {
+ "id": "ng",
+ "name": "NG按钮",
+ "keywords": [
+ "blue",
+ "square",
+ "words",
+ "shape",
+ "icon",
+ "ng",
+ "NG按钮",
+ "按钮",
+ "按键",
+ "花絮"
+ ],
+ "skins": [
+ {
+ "unified": "1f196",
+ "native": "🆖"
+ }
+ ],
+ "version": 1
+ },
+ "o2": {
+ "id": "o2",
+ "name": "O 型血",
+ "keywords": [
+ "o2",
+ "alphabet",
+ "red",
+ "square",
+ "letter",
+ "o",
+ "O 型血",
+ "O型血",
+ "字母o",
+ "按钮",
+ "血型",
+ "血液"
+ ],
+ "skins": [
+ {
+ "unified": "1f17e-fe0f",
+ "native": "🅾️"
+ }
+ ],
+ "version": 1
+ },
+ "ok": {
+ "id": "ok",
+ "name": "OK按钮",
+ "keywords": [
+ "good",
+ "agree",
+ "yes",
+ "blue",
+ "square",
+ "OK",
+ "ok按钮",
+ "OK按钮",
+ "同意",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "1f197",
+ "native": "🆗"
+ }
+ ],
+ "version": 1
+ },
+ "parking": {
+ "id": "parking",
+ "name": "停车按钮",
+ "keywords": [
+ "parking",
+ "cars",
+ "blue",
+ "square",
+ "alphabet",
+ "letter",
+ "p",
+ "停车",
+ "停车按钮",
+ "按键",
+ "泊车"
+ ],
+ "skins": [
+ {
+ "unified": "1f17f-fe0f",
+ "native": "🅿️"
+ }
+ ],
+ "version": 1
+ },
+ "sos": {
+ "id": "sos",
+ "name": "SOS按钮",
+ "keywords": [
+ "help",
+ "red",
+ "square",
+ "words",
+ "emergency",
+ "911",
+ "sos",
+ "SOS",
+ "SOS按钮",
+ "按键",
+ "救命",
+ "求救",
+ "求救钮"
+ ],
+ "skins": [
+ {
+ "unified": "1f198",
+ "native": "🆘"
+ }
+ ],
+ "version": 1
+ },
+ "up": {
+ "id": "up",
+ "name": "up按钮",
+ "keywords": [
+ "up",
+ "blue",
+ "square",
+ "above",
+ "high",
+ "up按钮",
+ "向上",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "1f199",
+ "native": "🆙"
+ }
+ ],
+ "version": 1
+ },
+ "vs": {
+ "id": "vs",
+ "name": "VS按钮",
+ "keywords": [
+ "words",
+ "orange",
+ "square",
+ "vs",
+ "VS",
+ "VS按钮",
+ "对",
+ "对决",
+ "按键"
+ ],
+ "skins": [
+ {
+ "unified": "1f19a",
+ "native": "🆚"
+ }
+ ],
+ "version": 1
+ },
+ "koko": {
+ "id": "koko",
+ "name": "日文的“这里”按钮",
+ "keywords": [
+ "japanese",
+ "here",
+ "button",
+ "blue",
+ "square",
+ "destination",
+ "koko",
+ "按键",
+ "日文",
+ "日文的“这里”按钮",
+ "日语",
+ "此处",
+ "片假名",
+ "这里"
+ ],
+ "skins": [
+ {
+ "unified": "1f201",
+ "native": "🈁"
+ }
+ ],
+ "version": 1
+ },
+ "sa": {
+ "id": "sa",
+ "name": "日文的“服务费”按钮",
+ "keywords": [
+ "japanese",
+ "service",
+ "charge",
+ "button",
+ "blue",
+ "square",
+ "sa",
+ "按键",
+ "收费",
+ "日文",
+ "日文sa",
+ "日文的“服务费”按钮",
+ "日语",
+ "服务",
+ "服务费",
+ "片假名"
+ ],
+ "skins": [
+ {
+ "unified": "1f202-fe0f",
+ "native": "🈂️"
+ }
+ ],
+ "version": 1
+ },
+ "u6708": {
+ "id": "u6708",
+ "name": "日文的“月总量”按钮",
+ "keywords": [
+ "u6708",
+ "monthly",
+ "amount",
+ "chinese",
+ "month",
+ "moon",
+ "orange",
+ "square",
+ "kanji",
+ "按键",
+ "日文",
+ "日文的“月总量”按钮",
+ "日本",
+ "月",
+ "月度",
+ "统计",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f237-fe0f",
+ "native": "🈷️"
+ }
+ ],
+ "version": 1
+ },
+ "u6709": {
+ "id": "u6709",
+ "name": "日文的“收费”按钮",
+ "keywords": [
+ "u6709",
+ "japanese",
+ "not",
+ "free",
+ "of",
+ "charge",
+ "button",
+ "orange",
+ "square",
+ "chinese",
+ "have",
+ "kanji",
+ "按键",
+ "日文",
+ "日文的“收费”按钮",
+ "日本",
+ "有",
+ "有料",
+ "表意文字",
+ "要收费",
+ "费用"
+ ],
+ "skins": [
+ {
+ "unified": "1f236",
+ "native": "🈶"
+ }
+ ],
+ "version": 1
+ },
+ "u6307": {
+ "id": "u6307",
+ "name": "日文的“预留”按钮",
+ "keywords": [
+ "u6307",
+ "reserved",
+ "chinese",
+ "point",
+ "green",
+ "square",
+ "kanji",
+ "保留",
+ "指",
+ "按键",
+ "日文",
+ "日文的“预留”按钮",
+ "日本",
+ "表意文字",
+ "预定",
+ "预订"
+ ],
+ "skins": [
+ {
+ "unified": "1f22f",
+ "native": "🈯"
+ }
+ ],
+ "version": 1
+ },
+ "ideograph_advantage": {
+ "id": "ideograph_advantage",
+ "name": "日文的“议价”按钮",
+ "keywords": [
+ "ideograph",
+ "advantage",
+ "bargain",
+ "chinese",
+ "kanji",
+ "obtain",
+ "get",
+ "circle",
+ "得",
+ "按键",
+ "日文",
+ "日文的“议价”按钮",
+ "日本",
+ "表意文字",
+ "讨价还价"
+ ],
+ "skins": [
+ {
+ "unified": "1f250",
+ "native": "🉐"
+ }
+ ],
+ "version": 1
+ },
+ "u5272": {
+ "id": "u5272",
+ "name": "日文的“打折”按钮",
+ "keywords": [
+ "u5272",
+ "discount",
+ "cut",
+ "divide",
+ "chinese",
+ "kanji",
+ "pink",
+ "square",
+ "割",
+ "打折",
+ "折扣",
+ "按键",
+ "日文",
+ "日文的“打折”按钮",
+ "日本",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f239",
+ "native": "🈹"
+ }
+ ],
+ "version": 1
+ },
+ "u7121": {
+ "id": "u7121",
+ "name": "日文的“免费”按钮",
+ "keywords": [
+ "u7121",
+ "free",
+ "charge",
+ "nothing",
+ "chinese",
+ "kanji",
+ "orange",
+ "square",
+ "免费",
+ "免钱",
+ "按键",
+ "无",
+ "日文",
+ "日文的“免费”按钮",
+ "日本",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f21a",
+ "native": "🈚"
+ }
+ ],
+ "version": 1
+ },
+ "u7981": {
+ "id": "u7981",
+ "name": "日文的“禁止”按钮",
+ "keywords": [
+ "u7981",
+ "prohibited",
+ "kanji",
+ "chinese",
+ "forbidden",
+ "limit",
+ "restricted",
+ "red",
+ "square",
+ "严禁",
+ "按键",
+ "日文",
+ "日文的“禁止”按钮",
+ "日本",
+ "禁",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f232",
+ "native": "🈲"
+ }
+ ],
+ "version": 1
+ },
+ "accept": {
+ "id": "accept",
+ "name": "日文的“可接受”按钮",
+ "keywords": [
+ "japanese",
+ "acceptable",
+ "button",
+ "ok",
+ "good",
+ "chinese",
+ "kanji",
+ "agree",
+ "yes",
+ "orange",
+ "circle",
+ "可",
+ "可接受",
+ "按键",
+ "日文",
+ "日文的“可接受”按钮",
+ "日本",
+ "表意文字",
+ "许可"
+ ],
+ "skins": [
+ {
+ "unified": "1f251",
+ "native": "🉑"
+ }
+ ],
+ "version": 1
+ },
+ "u7533": {
+ "id": "u7533",
+ "name": "日文的“申请”按钮",
+ "keywords": [
+ "u7533",
+ "application",
+ "chinese",
+ "kanji",
+ "orange",
+ "square",
+ "日文",
+ "日文的“申请”按钮",
+ "日本",
+ "日语",
+ "申",
+ "申请",
+ "申请书",
+ "申请表",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f238",
+ "native": "🈸"
+ }
+ ],
+ "version": 1
+ },
+ "u5408": {
+ "id": "u5408",
+ "name": "日文的“合格”按钮",
+ "keywords": [
+ "u5408",
+ "passing",
+ "grade",
+ "chinese",
+ "join",
+ "kanji",
+ "red",
+ "square",
+ "及格",
+ "合",
+ "按键",
+ "日文",
+ "日文的“合格”按钮",
+ "日本",
+ "表意文字",
+ "过关",
+ "通过"
+ ],
+ "skins": [
+ {
+ "unified": "1f234",
+ "native": "🈴"
+ }
+ ],
+ "version": 1
+ },
+ "u7a7a": {
+ "id": "u7a7a",
+ "name": "日文的“有空位”按钮",
+ "keywords": [
+ "u7a7a",
+ "vacancy",
+ "kanji",
+ "chinese",
+ "empty",
+ "sky",
+ "blue",
+ "square",
+ "日文",
+ "日文的“有空位”按钮",
+ "日本",
+ "日语",
+ "有空位",
+ "空",
+ "空位",
+ "空闲",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f233",
+ "native": "🈳"
+ }
+ ],
+ "version": 1
+ },
+ "congratulations": {
+ "id": "congratulations",
+ "name": "日文的“祝贺”按钮",
+ "keywords": [
+ "congratulations",
+ "japanese",
+ "button",
+ "chinese",
+ "kanji",
+ "red",
+ "circle",
+ "庆贺",
+ "按键",
+ "日文",
+ "日文的“祝贺”按钮",
+ "日本",
+ "祝",
+ "祝福",
+ "祝贺",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "3297-fe0f",
+ "native": "㊗️"
+ }
+ ],
+ "version": 1
+ },
+ "secret": {
+ "id": "secret",
+ "name": "日文的“秘密”按钮",
+ "keywords": [
+ "japanese",
+ "button",
+ "privacy",
+ "chinese",
+ "sshh",
+ "kanji",
+ "red",
+ "circle",
+ "保密",
+ "按键",
+ "日文",
+ "日文的“秘密”按钮",
+ "日本",
+ "秘",
+ "秘密",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "3299-fe0f",
+ "native": "㊙️"
+ }
+ ],
+ "version": 1
+ },
+ "u55b6": {
+ "id": "u55b6",
+ "name": "日文的“开始营业”按钮",
+ "keywords": [
+ "u55b6",
+ "japanese",
+ "open",
+ "for",
+ "business",
+ "button",
+ "opening",
+ "hours",
+ "orange",
+ "square",
+ "开门",
+ "按键",
+ "日文",
+ "日文的“开始营业”按钮",
+ "日本",
+ "营",
+ "营业",
+ "营业中",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f23a",
+ "native": "🈺"
+ }
+ ],
+ "version": 1
+ },
+ "u6e80": {
+ "id": "u6e80",
+ "name": "日文的“没有空位”按钮",
+ "keywords": [
+ "u6e80",
+ "no",
+ "vacancy",
+ "full",
+ "chinese",
+ "red",
+ "square",
+ "kanji",
+ "座位",
+ "按键",
+ "日文",
+ "日文的“没有空位”按钮",
+ "日本",
+ "满",
+ "表意文字"
+ ],
+ "skins": [
+ {
+ "unified": "1f235",
+ "native": "🈵"
+ }
+ ],
+ "version": 1
+ },
+ "red_circle": {
+ "id": "red_circle",
+ "name": "红色圆",
+ "keywords": [
+ "shape",
+ "error",
+ "danger",
+ "几何",
+ "圆",
+ "圈",
+ "红",
+ "红圈",
+ "红色",
+ "红色圆"
+ ],
+ "skins": [
+ {
+ "unified": "1f534",
+ "native": "🔴"
+ }
+ ],
+ "version": 1
+ },
+ "large_orange_circle": {
+ "id": "large_orange_circle",
+ "name": "橙色圆",
+ "keywords": [
+ "large",
+ "round",
+ "圆",
+ "圆圈",
+ "圈",
+ "橙",
+ "橙色圆"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e0",
+ "native": "🟠"
+ }
+ ],
+ "version": 12
+ },
+ "large_yellow_circle": {
+ "id": "large_yellow_circle",
+ "name": "黄色圆",
+ "keywords": [
+ "large",
+ "round",
+ "圆",
+ "圈",
+ "黄",
+ "黄色",
+ "黄色圆",
+ "黄色圆圈"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e1",
+ "native": "🟡"
+ }
+ ],
+ "version": 12
+ },
+ "large_green_circle": {
+ "id": "large_green_circle",
+ "name": "绿色圆",
+ "keywords": [
+ "large",
+ "round",
+ "圆",
+ "圆圈",
+ "圈",
+ "绿",
+ "绿色圆"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e2",
+ "native": "🟢"
+ }
+ ],
+ "version": 12
+ },
+ "large_blue_circle": {
+ "id": "large_blue_circle",
+ "name": "蓝色圆",
+ "keywords": [
+ "large",
+ "shape",
+ "icon",
+ "button",
+ "圆",
+ "圈",
+ "蓝",
+ "蓝圈",
+ "蓝色圆"
+ ],
+ "skins": [
+ {
+ "unified": "1f535",
+ "native": "🔵"
+ }
+ ],
+ "version": 1
+ },
+ "large_purple_circle": {
+ "id": "large_purple_circle",
+ "name": "紫色圆",
+ "keywords": [
+ "large",
+ "round",
+ "圆",
+ "圆圈",
+ "圈",
+ "紫",
+ "紫色",
+ "紫色圆",
+ "紫色圆圈"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e3",
+ "native": "🟣"
+ }
+ ],
+ "version": 12
+ },
+ "large_brown_circle": {
+ "id": "large_brown_circle",
+ "name": "棕色圆",
+ "keywords": [
+ "large",
+ "round",
+ "圆",
+ "圆圈",
+ "圈",
+ "棕",
+ "棕色圆"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e4",
+ "native": "🟤"
+ }
+ ],
+ "version": 12
+ },
+ "black_circle": {
+ "id": "black_circle",
+ "name": "黑色圆",
+ "keywords": [
+ "shape",
+ "button",
+ "round",
+ "圆",
+ "圈",
+ "黑",
+ "黑色圆"
+ ],
+ "skins": [
+ {
+ "unified": "26ab",
+ "native": "⚫"
+ }
+ ],
+ "version": 1
+ },
+ "white_circle": {
+ "id": "white_circle",
+ "name": "白色圆",
+ "keywords": [
+ "shape",
+ "round",
+ "圆",
+ "圈",
+ "白",
+ "白圈",
+ "白色圆"
+ ],
+ "skins": [
+ {
+ "unified": "26aa",
+ "native": "⚪"
+ }
+ ],
+ "version": 1
+ },
+ "large_red_square": {
+ "id": "large_red_square",
+ "name": "红色方块",
+ "keywords": [
+ "large",
+ "方块",
+ "方框",
+ "正方形",
+ "红",
+ "红色",
+ "红色方块"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e5",
+ "native": "🟥"
+ }
+ ],
+ "version": 12
+ },
+ "large_orange_square": {
+ "id": "large_orange_square",
+ "name": "橙色方块",
+ "keywords": [
+ "large",
+ "方块",
+ "方框",
+ "橙",
+ "橙色",
+ "橙色方块",
+ "正方形"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e7",
+ "native": "🟧"
+ }
+ ],
+ "version": 12
+ },
+ "large_yellow_square": {
+ "id": "large_yellow_square",
+ "name": "黄色方块",
+ "keywords": [
+ "large",
+ "方块",
+ "方框",
+ "正方形",
+ "黄",
+ "黄色",
+ "黄色方块"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e8",
+ "native": "🟨"
+ }
+ ],
+ "version": 12
+ },
+ "large_green_square": {
+ "id": "large_green_square",
+ "name": "绿色方块",
+ "keywords": [
+ "large",
+ "方块",
+ "方框",
+ "正方形",
+ "绿",
+ "绿色",
+ "绿色方块"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e9",
+ "native": "🟩"
+ }
+ ],
+ "version": 12
+ },
+ "large_blue_square": {
+ "id": "large_blue_square",
+ "name": "蓝色方块",
+ "keywords": [
+ "large",
+ "方块",
+ "方框",
+ "正方形",
+ "蓝",
+ "蓝色",
+ "蓝色方块"
+ ],
+ "skins": [
+ {
+ "unified": "1f7e6",
+ "native": "🟦"
+ }
+ ],
+ "version": 12
+ },
+ "large_purple_square": {
+ "id": "large_purple_square",
+ "name": "紫色方块",
+ "keywords": [
+ "large",
+ "方块",
+ "方框",
+ "正方形",
+ "紫",
+ "紫色",
+ "紫色方块"
+ ],
+ "skins": [
+ {
+ "unified": "1f7ea",
+ "native": "🟪"
+ }
+ ],
+ "version": 12
+ },
+ "large_brown_square": {
+ "id": "large_brown_square",
+ "name": "棕色方块",
+ "keywords": [
+ "large",
+ "方块",
+ "方框",
+ "棕",
+ "棕色",
+ "棕色方块",
+ "正方形"
+ ],
+ "skins": [
+ {
+ "unified": "1f7eb",
+ "native": "🟫"
+ }
+ ],
+ "version": 12
+ },
+ "black_large_square": {
+ "id": "black_large_square",
+ "name": "黑线大方框",
+ "keywords": [
+ "shape",
+ "icon",
+ "button",
+ "大",
+ "方形",
+ "正方形",
+ "黑线大方框",
+ "黑色",
+ "黑色大方形"
+ ],
+ "skins": [
+ {
+ "unified": "2b1b",
+ "native": "⬛"
+ }
+ ],
+ "version": 1
+ },
+ "white_large_square": {
+ "id": "white_large_square",
+ "name": "白线大方框",
+ "keywords": [
+ "shape",
+ "icon",
+ "stone",
+ "button",
+ "大",
+ "方形",
+ "正方形",
+ "白线大方框",
+ "白色",
+ "白色方块"
+ ],
+ "skins": [
+ {
+ "unified": "2b1c",
+ "native": "⬜"
+ }
+ ],
+ "version": 1
+ },
+ "black_medium_square": {
+ "id": "black_medium_square",
+ "name": "黑色中方块",
+ "keywords": [
+ "shape",
+ "button",
+ "icon",
+ "中等",
+ "几何",
+ "方形",
+ "正方形",
+ "黑色",
+ "黑色中方块"
+ ],
+ "skins": [
+ {
+ "unified": "25fc-fe0f",
+ "native": "◼️"
+ }
+ ],
+ "version": 1
+ },
+ "white_medium_square": {
+ "id": "white_medium_square",
+ "name": "白色中方块",
+ "keywords": [
+ "shape",
+ "stone",
+ "icon",
+ "中等",
+ "方形",
+ "正方形",
+ "白色",
+ "白色中方块"
+ ],
+ "skins": [
+ {
+ "unified": "25fb-fe0f",
+ "native": "◻️"
+ }
+ ],
+ "version": 1
+ },
+ "black_medium_small_square": {
+ "id": "black_medium_small_square",
+ "name": "黑色中小方块",
+ "keywords": [
+ "icon",
+ "shape",
+ "button",
+ "中小",
+ "方形",
+ "正方形",
+ "黑色",
+ "黑色中小方块"
+ ],
+ "skins": [
+ {
+ "unified": "25fe",
+ "native": "◾"
+ }
+ ],
+ "version": 1
+ },
+ "white_medium_small_square": {
+ "id": "white_medium_small_square",
+ "name": "白色中小方块",
+ "keywords": [
+ "shape",
+ "stone",
+ "icon",
+ "button",
+ "中小 正方形",
+ "几何",
+ "方形",
+ "白色",
+ "白色中小方块"
+ ],
+ "skins": [
+ {
+ "unified": "25fd",
+ "native": "◽"
+ }
+ ],
+ "version": 1
+ },
+ "black_small_square": {
+ "id": "black_small_square",
+ "name": "黑色小方块",
+ "keywords": [
+ "shape",
+ "icon",
+ "几何",
+ "几何图形",
+ "小",
+ "方形",
+ "正方形",
+ "黑色",
+ "黑色小方块"
+ ],
+ "skins": [
+ {
+ "unified": "25aa-fe0f",
+ "native": "▪️"
+ }
+ ],
+ "version": 1
+ },
+ "white_small_square": {
+ "id": "white_small_square",
+ "name": "白色小方块",
+ "keywords": [
+ "shape",
+ "icon",
+ "小",
+ "方形",
+ "正方形",
+ "白色",
+ "白色小方块"
+ ],
+ "skins": [
+ {
+ "unified": "25ab-fe0f",
+ "native": "▫️"
+ }
+ ],
+ "version": 1
+ },
+ "large_orange_diamond": {
+ "id": "large_orange_diamond",
+ "name": "橙色大菱形",
+ "keywords": [
+ "shape",
+ "jewel",
+ "gem",
+ "大",
+ "方块",
+ "方片",
+ "橘色方块",
+ "橘黄色",
+ "橙色大菱形",
+ "橙色方块",
+ "菱形",
+ "钻石"
+ ],
+ "skins": [
+ {
+ "unified": "1f536",
+ "native": "🔶"
+ }
+ ],
+ "version": 1
+ },
+ "large_blue_diamond": {
+ "id": "large_blue_diamond",
+ "name": "蓝色大菱形",
+ "keywords": [
+ "shape",
+ "jewel",
+ "gem",
+ "大",
+ "方块",
+ "方片",
+ "菱形",
+ "蓝色",
+ "蓝色大菱形",
+ "钻石"
+ ],
+ "skins": [
+ {
+ "unified": "1f537",
+ "native": "🔷"
+ }
+ ],
+ "version": 1
+ },
+ "small_orange_diamond": {
+ "id": "small_orange_diamond",
+ "name": "橙色小菱形",
+ "keywords": [
+ "shape",
+ "jewel",
+ "gem",
+ "小",
+ "方块",
+ "方片",
+ "橘色方块",
+ "橘黄色",
+ "橙色小菱形",
+ "菱形"
+ ],
+ "skins": [
+ {
+ "unified": "1f538",
+ "native": "🔸"
+ }
+ ],
+ "version": 1
+ },
+ "small_blue_diamond": {
+ "id": "small_blue_diamond",
+ "name": "蓝色小菱形",
+ "keywords": [
+ "shape",
+ "jewel",
+ "gem",
+ "小",
+ "方片",
+ "菱形",
+ "蓝色",
+ "蓝色小菱形",
+ "蓝色方块",
+ "钻石"
+ ],
+ "skins": [
+ {
+ "unified": "1f539",
+ "native": "🔹"
+ }
+ ],
+ "version": 1
+ },
+ "small_red_triangle": {
+ "id": "small_red_triangle",
+ "name": "红色正三角",
+ "keywords": [
+ "small",
+ "shape",
+ "direction",
+ "top",
+ "三角形",
+ "向上",
+ "正三角",
+ "红色",
+ "红色正三角"
+ ],
+ "skins": [
+ {
+ "unified": "1f53a",
+ "native": "🔺"
+ }
+ ],
+ "version": 1
+ },
+ "small_red_triangle_down": {
+ "id": "small_red_triangle_down",
+ "name": "红色倒三角",
+ "keywords": [
+ "small",
+ "shape",
+ "direction",
+ "bottom",
+ "三角形",
+ "下",
+ "倒三角",
+ "向下",
+ "红色",
+ "红色倒三角"
+ ],
+ "skins": [
+ {
+ "unified": "1f53b",
+ "native": "🔻"
+ }
+ ],
+ "version": 1
+ },
+ "diamond_shape_with_a_dot_inside": {
+ "id": "diamond_shape_with_a_dot_inside",
+ "name": "带圆点的菱形",
+ "keywords": [
+ "shape",
+ "inside",
+ "jewel",
+ "blue",
+ "gem",
+ "crystal",
+ "fancy",
+ "中心",
+ "内部",
+ "圆",
+ "带圆点的菱形",
+ "方块",
+ "方块内有点",
+ "梅花形",
+ "菱形"
+ ],
+ "skins": [
+ {
+ "unified": "1f4a0",
+ "native": "💠"
+ }
+ ],
+ "version": 1
+ },
+ "radio_button": {
+ "id": "radio_button",
+ "name": "单选按钮",
+ "keywords": [
+ "input",
+ "old",
+ "music",
+ "circle",
+ "单独",
+ "单选按钮",
+ "单选钮",
+ "圆心",
+ "按钮",
+ "按键",
+ "选中"
+ ],
+ "skins": [
+ {
+ "unified": "1f518",
+ "native": "🔘"
+ }
+ ],
+ "version": 1
+ },
+ "white_square_button": {
+ "id": "white_square_button",
+ "name": "白色方形按钮",
+ "keywords": [
+ "shape",
+ "input",
+ "按钮",
+ "方形",
+ "白线方形按钮",
+ "白线正方形按钮",
+ "白色方形按钮",
+ "白色正方形按钮",
+ "白边线方形按钮",
+ "白边线正方形按钮"
+ ],
+ "skins": [
+ {
+ "unified": "1f533",
+ "native": "🔳"
+ }
+ ],
+ "version": 1
+ },
+ "black_square_button": {
+ "id": "black_square_button",
+ "name": "黑色方形按钮",
+ "keywords": [
+ "shape",
+ "input",
+ "frame",
+ "几何",
+ "几何图形",
+ "按钮",
+ "方形",
+ "黑线方形按钮",
+ "黑线正方形按钮",
+ "黑色方形按钮",
+ "黑色正方形按钮",
+ "黑边线方形按钮",
+ "黑边线正方形按钮"
+ ],
+ "skins": [
+ {
+ "unified": "1f532",
+ "native": "🔲"
+ }
+ ],
+ "version": 1
+ },
+ "checkered_flag": {
+ "id": "checkered_flag",
+ "name": "黑白方格旗",
+ "keywords": [
+ "checkered",
+ "contest",
+ "finishline",
+ "race",
+ "gokart",
+ "方格",
+ "格子旗",
+ "竞赛",
+ "终点",
+ "终点旗",
+ "黑白方格"
+ ],
+ "skins": [
+ {
+ "unified": "1f3c1",
+ "native": "🏁"
+ }
+ ],
+ "version": 1
+ },
+ "triangular_flag_on_post": {
+ "id": "triangular_flag_on_post",
+ "name": "三角旗",
+ "keywords": [
+ "on",
+ "post",
+ "mark",
+ "milestone",
+ "place",
+ "三角旗",
+ "升旗",
+ "旗",
+ "旗杆上的三角旗",
+ "旗杆上的旗帜",
+ "红色旗帜",
+ "高尔夫"
+ ],
+ "skins": [
+ {
+ "unified": "1f6a9",
+ "native": "🚩"
+ }
+ ],
+ "version": 1
+ },
+ "crossed_flags": {
+ "id": "crossed_flags",
+ "name": "交叉旗",
+ "keywords": [
+ "japanese",
+ "nation",
+ "country",
+ "border",
+ "交叉旗",
+ "对叉",
+ "旗",
+ "旗帜",
+ "日本"
+ ],
+ "skins": [
+ {
+ "unified": "1f38c",
+ "native": "🎌"
+ }
+ ],
+ "version": 1
+ },
+ "waving_black_flag": {
+ "id": "waving_black_flag",
+ "name": "黑旗",
+ "keywords": [
+ "waving",
+ "pirate",
+ "举黑旗",
+ "摇黑棋",
+ "黑旗",
+ "黑色旗",
+ "黑色旗子",
+ "黑色旗帜"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f4",
+ "native": "🏴"
+ }
+ ],
+ "version": 1
+ },
+ "waving_white_flag": {
+ "id": "waving_white_flag",
+ "name": "白旗",
+ "keywords": [
+ "waving",
+ "losing",
+ "loser",
+ "lost",
+ "surrender",
+ "give",
+ "up",
+ "fail",
+ "举白旗",
+ "摇白旗",
+ "白旗",
+ "白色旗子",
+ "白色旗帜"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f3-fe0f",
+ "native": "🏳️"
+ }
+ ],
+ "version": 1
+ },
+ "rainbow-flag": {
+ "id": "rainbow-flag",
+ "name": "彩虹旗",
+ "keywords": [
+ "pride",
+ "gay",
+ "lgbt",
+ "glbt",
+ "queer",
+ "homosexual",
+ "lesbian",
+ "bisexual",
+ "transgender",
+ "双性",
+ "同性",
+ "多色",
+ "彩虹",
+ "彩虹旗",
+ "旗",
+ "旗帜",
+ "跨性别"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f3-fe0f-200d-1f308",
+ "native": "🏳️🌈"
+ }
+ ],
+ "version": 4
+ },
+ "transgender_flag": {
+ "id": "transgender_flag",
+ "name": "跨性别旗",
+ "keywords": [
+ "lgbtq",
+ "旗帜",
+ "浅蓝色",
+ "白色",
+ "粉红色",
+ "跨性别",
+ "跨性别旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f3-fe0f-200d-26a7-fe0f",
+ "native": "🏳️⚧️"
+ }
+ ],
+ "version": 13
+ },
+ "pirate_flag": {
+ "id": "pirate_flag",
+ "name": "海盗旗",
+ "keywords": [
+ "skull",
+ "crossbones",
+ "banner",
+ "掠夺",
+ "海上",
+ "海盗旗",
+ "财宝",
+ "骷髅"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f4-200d-2620-fe0f",
+ "native": "🏴☠️"
+ }
+ ],
+ "version": 11
+ },
+ "flag-ac": {
+ "id": "flag-ac",
+ "name": "旗",
+ "keywords": [
+ "ac",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1e8",
+ "native": "🇦🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ad": {
+ "id": "flag-ad",
+ "name": "旗",
+ "keywords": [
+ "ad",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1e9",
+ "native": "🇦🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ae": {
+ "id": "flag-ae",
+ "name": "旗",
+ "keywords": [
+ "ae",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1ea",
+ "native": "🇦🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-af": {
+ "id": "flag-af",
+ "name": "旗",
+ "keywords": [
+ "af",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1eb",
+ "native": "🇦🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ag": {
+ "id": "flag-ag",
+ "name": "旗",
+ "keywords": [
+ "ag",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1ec",
+ "native": "🇦🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ai": {
+ "id": "flag-ai",
+ "name": "旗",
+ "keywords": [
+ "ai",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1ee",
+ "native": "🇦🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-al": {
+ "id": "flag-al",
+ "name": "旗",
+ "keywords": [
+ "al",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1f1",
+ "native": "🇦🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-am": {
+ "id": "flag-am",
+ "name": "旗",
+ "keywords": [
+ "am",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1f2",
+ "native": "🇦🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ao": {
+ "id": "flag-ao",
+ "name": "旗",
+ "keywords": [
+ "ao",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1f4",
+ "native": "🇦🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-aq": {
+ "id": "flag-aq",
+ "name": "旗",
+ "keywords": [
+ "aq",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1f6",
+ "native": "🇦🇶"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ar": {
+ "id": "flag-ar",
+ "name": "旗",
+ "keywords": [
+ "ar",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1f7",
+ "native": "🇦🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-as": {
+ "id": "flag-as",
+ "name": "旗",
+ "keywords": [
+ "as",
+ "ws",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1f8",
+ "native": "🇦🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-at": {
+ "id": "flag-at",
+ "name": "旗",
+ "keywords": [
+ "at",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1f9",
+ "native": "🇦🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-au": {
+ "id": "flag-au",
+ "name": "旗",
+ "keywords": [
+ "au",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1fa",
+ "native": "🇦🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-aw": {
+ "id": "flag-aw",
+ "name": "旗",
+ "keywords": [
+ "aw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1fc",
+ "native": "🇦🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ax": {
+ "id": "flag-ax",
+ "name": "旗",
+ "keywords": [
+ "ax",
+ "aland",
+ "Aland",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1fd",
+ "native": "🇦🇽"
+ }
+ ],
+ "version": 2
+ },
+ "flag-az": {
+ "id": "flag-az",
+ "name": "旗",
+ "keywords": [
+ "az",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e6-1f1ff",
+ "native": "🇦🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ba": {
+ "id": "flag-ba",
+ "name": "旗",
+ "keywords": [
+ "ba",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1e6",
+ "native": "🇧🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bb": {
+ "id": "flag-bb",
+ "name": "旗",
+ "keywords": [
+ "bb",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1e7",
+ "native": "🇧🇧"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bd": {
+ "id": "flag-bd",
+ "name": "旗",
+ "keywords": [
+ "bd",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1e9",
+ "native": "🇧🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-be": {
+ "id": "flag-be",
+ "name": "旗",
+ "keywords": [
+ "be",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1ea",
+ "native": "🇧🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bf": {
+ "id": "flag-bf",
+ "name": "旗",
+ "keywords": [
+ "bf",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1eb",
+ "native": "🇧🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bg": {
+ "id": "flag-bg",
+ "name": "旗",
+ "keywords": [
+ "bg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1ec",
+ "native": "🇧🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bh": {
+ "id": "flag-bh",
+ "name": "旗",
+ "keywords": [
+ "bh",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1ed",
+ "native": "🇧🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bi": {
+ "id": "flag-bi",
+ "name": "旗",
+ "keywords": [
+ "bi",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1ee",
+ "native": "🇧🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bj": {
+ "id": "flag-bj",
+ "name": "旗",
+ "keywords": [
+ "bj",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1ef",
+ "native": "🇧🇯"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bl": {
+ "id": "flag-bl",
+ "name": "旗",
+ "keywords": [
+ "bl",
+ "st",
+ "barthelemy",
+ "saint",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f1",
+ "native": "🇧🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bm": {
+ "id": "flag-bm",
+ "name": "旗",
+ "keywords": [
+ "bm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f2",
+ "native": "🇧🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bn": {
+ "id": "flag-bn",
+ "name": "旗",
+ "keywords": [
+ "bn",
+ "darussalam",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f3",
+ "native": "🇧🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bo": {
+ "id": "flag-bo",
+ "name": "旗",
+ "keywords": [
+ "bo",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f4",
+ "native": "🇧🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bq": {
+ "id": "flag-bq",
+ "name": "旗",
+ "keywords": [
+ "bq",
+ "bonaire",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f6",
+ "native": "🇧🇶"
+ }
+ ],
+ "version": 2
+ },
+ "flag-br": {
+ "id": "flag-br",
+ "name": "旗",
+ "keywords": [
+ "br",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f7",
+ "native": "🇧🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bs": {
+ "id": "flag-bs",
+ "name": "旗",
+ "keywords": [
+ "bs",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f8",
+ "native": "🇧🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bt": {
+ "id": "flag-bt",
+ "name": "旗",
+ "keywords": [
+ "bt",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1f9",
+ "native": "🇧🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bv": {
+ "id": "flag-bv",
+ "name": "旗",
+ "keywords": [
+ "bv",
+ "norway",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1fb",
+ "native": "🇧🇻"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bw": {
+ "id": "flag-bw",
+ "name": "旗",
+ "keywords": [
+ "bw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1fc",
+ "native": "🇧🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-by": {
+ "id": "flag-by",
+ "name": "旗",
+ "keywords": [
+ "by",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1fe",
+ "native": "🇧🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-bz": {
+ "id": "flag-bz",
+ "name": "旗",
+ "keywords": [
+ "bz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e7-1f1ff",
+ "native": "🇧🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ca": {
+ "id": "flag-ca",
+ "name": "旗",
+ "keywords": [
+ "ca",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1e6",
+ "native": "🇨🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cc": {
+ "id": "flag-cc",
+ "name": "旗",
+ "keywords": [
+ "cc",
+ "keeling",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1e8",
+ "native": "🇨🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cd": {
+ "id": "flag-cd",
+ "name": "旗",
+ "keywords": [
+ "cd",
+ "democratic",
+ "republic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1e9",
+ "native": "🇨🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cf": {
+ "id": "flag-cf",
+ "name": "旗",
+ "keywords": [
+ "cf",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1eb",
+ "native": "🇨🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cg": {
+ "id": "flag-cg",
+ "name": "旗",
+ "keywords": [
+ "cg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1ec",
+ "native": "🇨🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ch": {
+ "id": "flag-ch",
+ "name": "旗",
+ "keywords": [
+ "ch",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1ed",
+ "native": "🇨🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ci": {
+ "id": "flag-ci",
+ "name": "旗",
+ "keywords": [
+ "ci",
+ "cote",
+ "d",
+ "ivoire",
+ "ivory",
+ "coast",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1ee",
+ "native": "🇨🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ck": {
+ "id": "flag-ck",
+ "name": "旗",
+ "keywords": [
+ "ck",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1f0",
+ "native": "🇨🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cl": {
+ "id": "flag-cl",
+ "name": "旗",
+ "keywords": [
+ "cl",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1f1",
+ "native": "🇨🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cm": {
+ "id": "flag-cm",
+ "name": "旗",
+ "keywords": [
+ "cm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1f2",
+ "native": "🇨🇲"
+ }
+ ],
+ "version": 2
+ },
+ "cn": {
+ "id": "cn",
+ "name": "旗",
+ "keywords": [
+ "cn",
+ "chinese",
+ "prc",
+ "country",
+ "nation",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1f3",
+ "native": "🇨🇳"
+ }
+ ],
+ "version": 1
+ },
+ "flag-co": {
+ "id": "flag-co",
+ "name": "旗",
+ "keywords": [
+ "co",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1f4",
+ "native": "🇨🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cp": {
+ "id": "flag-cp",
+ "name": "旗",
+ "keywords": [
+ "cp",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1f5",
+ "native": "🇨🇵"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cr": {
+ "id": "flag-cr",
+ "name": "旗",
+ "keywords": [
+ "cr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1f7",
+ "native": "🇨🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cu": {
+ "id": "flag-cu",
+ "name": "旗",
+ "keywords": [
+ "cu",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1fa",
+ "native": "🇨🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cv": {
+ "id": "flag-cv",
+ "name": "旗",
+ "keywords": [
+ "cv",
+ "cabo",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1fb",
+ "native": "🇨🇻"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cw": {
+ "id": "flag-cw",
+ "name": "旗",
+ "keywords": [
+ "cw",
+ "curacao",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1fc",
+ "native": "🇨🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cx": {
+ "id": "flag-cx",
+ "name": "旗",
+ "keywords": [
+ "cx",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1fd",
+ "native": "🇨🇽"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cy": {
+ "id": "flag-cy",
+ "name": "旗",
+ "keywords": [
+ "cy",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1fe",
+ "native": "🇨🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-cz": {
+ "id": "flag-cz",
+ "name": "旗",
+ "keywords": [
+ "cz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e8-1f1ff",
+ "native": "🇨🇿"
+ }
+ ],
+ "version": 2
+ },
+ "de": {
+ "id": "de",
+ "name": "旗",
+ "keywords": [
+ "de",
+ "german",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e9-1f1ea",
+ "native": "🇩🇪"
+ }
+ ],
+ "version": 1
+ },
+ "flag-dg": {
+ "id": "flag-dg",
+ "name": "旗",
+ "keywords": [
+ "dg",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e9-1f1ec",
+ "native": "🇩🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-dj": {
+ "id": "flag-dj",
+ "name": "旗",
+ "keywords": [
+ "dj",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e9-1f1ef",
+ "native": "🇩🇯"
+ }
+ ],
+ "version": 2
+ },
+ "flag-dk": {
+ "id": "flag-dk",
+ "name": "旗",
+ "keywords": [
+ "dk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e9-1f1f0",
+ "native": "🇩🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-dm": {
+ "id": "flag-dm",
+ "name": "旗",
+ "keywords": [
+ "dm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e9-1f1f2",
+ "native": "🇩🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-do": {
+ "id": "flag-do",
+ "name": "旗",
+ "keywords": [
+ "do",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e9-1f1f4",
+ "native": "🇩🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-dz": {
+ "id": "flag-dz",
+ "name": "旗",
+ "keywords": [
+ "dz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1e9-1f1ff",
+ "native": "🇩🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ea": {
+ "id": "flag-ea",
+ "name": "旗",
+ "keywords": [
+ "ea",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1e6",
+ "native": "🇪🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ec": {
+ "id": "flag-ec",
+ "name": "旗",
+ "keywords": [
+ "ec",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1e8",
+ "native": "🇪🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ee": {
+ "id": "flag-ee",
+ "name": "旗",
+ "keywords": [
+ "ee",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1ea",
+ "native": "🇪🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-eg": {
+ "id": "flag-eg",
+ "name": "旗",
+ "keywords": [
+ "eg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1ec",
+ "native": "🇪🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-eh": {
+ "id": "flag-eh",
+ "name": "旗",
+ "keywords": [
+ "eh",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1ed",
+ "native": "🇪🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-er": {
+ "id": "flag-er",
+ "name": "旗",
+ "keywords": [
+ "er",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1f7",
+ "native": "🇪🇷"
+ }
+ ],
+ "version": 2
+ },
+ "es": {
+ "id": "es",
+ "name": "旗",
+ "keywords": [
+ "es",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1f8",
+ "native": "🇪🇸"
+ }
+ ],
+ "version": 1
+ },
+ "flag-et": {
+ "id": "flag-et",
+ "name": "旗",
+ "keywords": [
+ "et",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1f9",
+ "native": "🇪🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-eu": {
+ "id": "flag-eu",
+ "name": "旗",
+ "keywords": [
+ "eu",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ea-1f1fa",
+ "native": "🇪🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-fi": {
+ "id": "flag-fi",
+ "name": "旗",
+ "keywords": [
+ "fi",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1eb-1f1ee",
+ "native": "🇫🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-fj": {
+ "id": "flag-fj",
+ "name": "旗",
+ "keywords": [
+ "fj",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1eb-1f1ef",
+ "native": "🇫🇯"
+ }
+ ],
+ "version": 2
+ },
+ "flag-fk": {
+ "id": "flag-fk",
+ "name": "旗",
+ "keywords": [
+ "fk",
+ "malvinas",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1eb-1f1f0",
+ "native": "🇫🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-fm": {
+ "id": "flag-fm",
+ "name": "旗",
+ "keywords": [
+ "fm",
+ "federated",
+ "states",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1eb-1f1f2",
+ "native": "🇫🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-fo": {
+ "id": "flag-fo",
+ "name": "旗",
+ "keywords": [
+ "fo",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1eb-1f1f4",
+ "native": "🇫🇴"
+ }
+ ],
+ "version": 2
+ },
+ "fr": {
+ "id": "fr",
+ "name": "旗",
+ "keywords": [
+ "fr",
+ "banner",
+ "nation",
+ "french",
+ "country",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1eb-1f1f7",
+ "native": "🇫🇷"
+ }
+ ],
+ "version": 1
+ },
+ "flag-ga": {
+ "id": "flag-ga",
+ "name": "旗",
+ "keywords": [
+ "ga",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1e6",
+ "native": "🇬🇦"
+ }
+ ],
+ "version": 2
+ },
+ "gb": {
+ "id": "gb",
+ "name": "旗",
+ "keywords": [
+ "gb",
+ "uk",
+ "great",
+ "britain",
+ "northern",
+ "ireland",
+ "nation",
+ "country",
+ "banner",
+ "british",
+ "UK",
+ "english",
+ "england",
+ "union",
+ "jack",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1e7",
+ "native": "🇬🇧"
+ }
+ ],
+ "version": 1
+ },
+ "flag-gd": {
+ "id": "flag-gd",
+ "name": "旗",
+ "keywords": [
+ "gd",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1e9",
+ "native": "🇬🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ge": {
+ "id": "flag-ge",
+ "name": "旗",
+ "keywords": [
+ "ge",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1ea",
+ "native": "🇬🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gf": {
+ "id": "flag-gf",
+ "name": "旗",
+ "keywords": [
+ "gf",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1eb",
+ "native": "🇬🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gg": {
+ "id": "flag-gg",
+ "name": "旗",
+ "keywords": [
+ "gg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1ec",
+ "native": "🇬🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gh": {
+ "id": "flag-gh",
+ "name": "旗",
+ "keywords": [
+ "gh",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1ed",
+ "native": "🇬🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gi": {
+ "id": "flag-gi",
+ "name": "旗",
+ "keywords": [
+ "gi",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1ee",
+ "native": "🇬🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gl": {
+ "id": "flag-gl",
+ "name": "旗",
+ "keywords": [
+ "gl",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f1",
+ "native": "🇬🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gm": {
+ "id": "flag-gm",
+ "name": "旗",
+ "keywords": [
+ "gm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f2",
+ "native": "🇬🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gn": {
+ "id": "flag-gn",
+ "name": "旗",
+ "keywords": [
+ "gn",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f3",
+ "native": "🇬🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gp": {
+ "id": "flag-gp",
+ "name": "旗",
+ "keywords": [
+ "gp",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f5",
+ "native": "🇬🇵"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gq": {
+ "id": "flag-gq",
+ "name": "旗",
+ "keywords": [
+ "gq",
+ "gn",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f6",
+ "native": "🇬🇶"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gr": {
+ "id": "flag-gr",
+ "name": "旗",
+ "keywords": [
+ "gr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f7",
+ "native": "🇬🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gs": {
+ "id": "flag-gs",
+ "name": "旗",
+ "keywords": [
+ "gs",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f8",
+ "native": "🇬🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gt": {
+ "id": "flag-gt",
+ "name": "旗",
+ "keywords": [
+ "gt",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1f9",
+ "native": "🇬🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gu": {
+ "id": "flag-gu",
+ "name": "旗",
+ "keywords": [
+ "gu",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1fa",
+ "native": "🇬🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gw": {
+ "id": "flag-gw",
+ "name": "旗",
+ "keywords": [
+ "gw",
+ "guinea",
+ "bissau",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1fc",
+ "native": "🇬🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-gy": {
+ "id": "flag-gy",
+ "name": "旗",
+ "keywords": [
+ "gy",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ec-1f1fe",
+ "native": "🇬🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-hk": {
+ "id": "flag-hk",
+ "name": "旗",
+ "keywords": [
+ "hk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ed-1f1f0",
+ "native": "🇭🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-hm": {
+ "id": "flag-hm",
+ "name": "旗",
+ "keywords": [
+ "hm",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ed-1f1f2",
+ "native": "🇭🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-hn": {
+ "id": "flag-hn",
+ "name": "旗",
+ "keywords": [
+ "hn",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ed-1f1f3",
+ "native": "🇭🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-hr": {
+ "id": "flag-hr",
+ "name": "旗",
+ "keywords": [
+ "hr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ed-1f1f7",
+ "native": "🇭🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ht": {
+ "id": "flag-ht",
+ "name": "旗",
+ "keywords": [
+ "ht",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ed-1f1f9",
+ "native": "🇭🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-hu": {
+ "id": "flag-hu",
+ "name": "旗",
+ "keywords": [
+ "hu",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ed-1f1fa",
+ "native": "🇭🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ic": {
+ "id": "flag-ic",
+ "name": "旗",
+ "keywords": [
+ "ic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1e8",
+ "native": "🇮🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-id": {
+ "id": "flag-id",
+ "name": "旗",
+ "keywords": [
+ "id",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1e9",
+ "native": "🇮🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ie": {
+ "id": "flag-ie",
+ "name": "旗",
+ "keywords": [
+ "ie",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1ea",
+ "native": "🇮🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-il": {
+ "id": "flag-il",
+ "name": "旗",
+ "keywords": [
+ "il",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f1",
+ "native": "🇮🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-im": {
+ "id": "flag-im",
+ "name": "旗",
+ "keywords": [
+ "im",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f2",
+ "native": "🇮🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-in": {
+ "id": "flag-in",
+ "name": "旗",
+ "keywords": [
+ "in",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f3",
+ "native": "🇮🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-io": {
+ "id": "flag-io",
+ "name": "旗",
+ "keywords": [
+ "io",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f4",
+ "native": "🇮🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-iq": {
+ "id": "flag-iq",
+ "name": "旗",
+ "keywords": [
+ "iq",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f6",
+ "native": "🇮🇶"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ir": {
+ "id": "flag-ir",
+ "name": "旗",
+ "keywords": [
+ "ir",
+ "islamic",
+ "republic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f7",
+ "native": "🇮🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-is": {
+ "id": "flag-is",
+ "name": "旗",
+ "keywords": [
+ "is",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f8",
+ "native": "🇮🇸"
+ }
+ ],
+ "version": 2
+ },
+ "it": {
+ "id": "it",
+ "name": "旗",
+ "keywords": [
+ "it",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ee-1f1f9",
+ "native": "🇮🇹"
+ }
+ ],
+ "version": 1
+ },
+ "flag-je": {
+ "id": "flag-je",
+ "name": "旗",
+ "keywords": [
+ "je",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ef-1f1ea",
+ "native": "🇯🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-jm": {
+ "id": "flag-jm",
+ "name": "旗",
+ "keywords": [
+ "jm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ef-1f1f2",
+ "native": "🇯🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-jo": {
+ "id": "flag-jo",
+ "name": "旗",
+ "keywords": [
+ "jo",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ef-1f1f4",
+ "native": "🇯🇴"
+ }
+ ],
+ "version": 2
+ },
+ "jp": {
+ "id": "jp",
+ "name": "旗",
+ "keywords": [
+ "jp",
+ "japanese",
+ "nation",
+ "country",
+ "banner",
+ "ja",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ef-1f1f5",
+ "native": "🇯🇵"
+ }
+ ],
+ "version": 1
+ },
+ "flag-ke": {
+ "id": "flag-ke",
+ "name": "旗",
+ "keywords": [
+ "ke",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1ea",
+ "native": "🇰🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-kg": {
+ "id": "flag-kg",
+ "name": "旗",
+ "keywords": [
+ "kg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1ec",
+ "native": "🇰🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-kh": {
+ "id": "flag-kh",
+ "name": "旗",
+ "keywords": [
+ "kh",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1ed",
+ "native": "🇰🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ki": {
+ "id": "flag-ki",
+ "name": "旗",
+ "keywords": [
+ "ki",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1ee",
+ "native": "🇰🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-km": {
+ "id": "flag-km",
+ "name": "旗",
+ "keywords": [
+ "km",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1f2",
+ "native": "🇰🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-kn": {
+ "id": "flag-kn",
+ "name": "旗",
+ "keywords": [
+ "kn",
+ "st",
+ "saint",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1f3",
+ "native": "🇰🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-kp": {
+ "id": "flag-kp",
+ "name": "旗",
+ "keywords": [
+ "kp",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1f5",
+ "native": "🇰🇵"
+ }
+ ],
+ "version": 2
+ },
+ "kr": {
+ "id": "kr",
+ "name": "旗",
+ "keywords": [
+ "kr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1f7",
+ "native": "🇰🇷"
+ }
+ ],
+ "version": 1
+ },
+ "flag-kw": {
+ "id": "flag-kw",
+ "name": "旗",
+ "keywords": [
+ "kw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1fc",
+ "native": "🇰🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ky": {
+ "id": "flag-ky",
+ "name": "旗",
+ "keywords": [
+ "ky",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1fe",
+ "native": "🇰🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-kz": {
+ "id": "flag-kz",
+ "name": "旗",
+ "keywords": [
+ "kz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f0-1f1ff",
+ "native": "🇰🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-la": {
+ "id": "flag-la",
+ "name": "旗",
+ "keywords": [
+ "la",
+ "lao",
+ "democratic",
+ "republic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1e6",
+ "native": "🇱🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-lb": {
+ "id": "flag-lb",
+ "name": "旗",
+ "keywords": [
+ "lb",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1e7",
+ "native": "🇱🇧"
+ }
+ ],
+ "version": 2
+ },
+ "flag-lc": {
+ "id": "flag-lc",
+ "name": "旗",
+ "keywords": [
+ "lc",
+ "st",
+ "saint",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1e8",
+ "native": "🇱🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-li": {
+ "id": "flag-li",
+ "name": "旗",
+ "keywords": [
+ "li",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1ee",
+ "native": "🇱🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-lk": {
+ "id": "flag-lk",
+ "name": "旗",
+ "keywords": [
+ "lk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1f0",
+ "native": "🇱🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-lr": {
+ "id": "flag-lr",
+ "name": "旗",
+ "keywords": [
+ "lr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1f7",
+ "native": "🇱🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ls": {
+ "id": "flag-ls",
+ "name": "旗",
+ "keywords": [
+ "ls",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1f8",
+ "native": "🇱🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-lt": {
+ "id": "flag-lt",
+ "name": "旗",
+ "keywords": [
+ "lt",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1f9",
+ "native": "🇱🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-lu": {
+ "id": "flag-lu",
+ "name": "旗",
+ "keywords": [
+ "lu",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1fa",
+ "native": "🇱🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-lv": {
+ "id": "flag-lv",
+ "name": "旗",
+ "keywords": [
+ "lv",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1fb",
+ "native": "🇱🇻"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ly": {
+ "id": "flag-ly",
+ "name": "旗",
+ "keywords": [
+ "ly",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f1-1f1fe",
+ "native": "🇱🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ma": {
+ "id": "flag-ma",
+ "name": "旗",
+ "keywords": [
+ "ma",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1e6",
+ "native": "🇲🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mc": {
+ "id": "flag-mc",
+ "name": "旗",
+ "keywords": [
+ "mc",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1e8",
+ "native": "🇲🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-md": {
+ "id": "flag-md",
+ "name": "旗",
+ "keywords": [
+ "md",
+ "republic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1e9",
+ "native": "🇲🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-me": {
+ "id": "flag-me",
+ "name": "旗",
+ "keywords": [
+ "me",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1ea",
+ "native": "🇲🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mf": {
+ "id": "flag-mf",
+ "name": "旗",
+ "keywords": [
+ "mf",
+ "st",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1eb",
+ "native": "🇲🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mg": {
+ "id": "flag-mg",
+ "name": "旗",
+ "keywords": [
+ "mg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1ec",
+ "native": "🇲🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mh": {
+ "id": "flag-mh",
+ "name": "旗",
+ "keywords": [
+ "mh",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1ed",
+ "native": "🇲🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mk": {
+ "id": "flag-mk",
+ "name": "旗",
+ "keywords": [
+ "mk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f0",
+ "native": "🇲🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ml": {
+ "id": "flag-ml",
+ "name": "旗",
+ "keywords": [
+ "ml",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f1",
+ "native": "🇲🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mm": {
+ "id": "flag-mm",
+ "name": "旗",
+ "keywords": [
+ "mm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f2",
+ "native": "🇲🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mn": {
+ "id": "flag-mn",
+ "name": "旗",
+ "keywords": [
+ "mn",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f3",
+ "native": "🇲🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mo": {
+ "id": "flag-mo",
+ "name": "旗",
+ "keywords": [
+ "mo",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f4",
+ "native": "🇲🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mp": {
+ "id": "flag-mp",
+ "name": "旗",
+ "keywords": [
+ "mp",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f5",
+ "native": "🇲🇵"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mq": {
+ "id": "flag-mq",
+ "name": "旗",
+ "keywords": [
+ "mq",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f6",
+ "native": "🇲🇶"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mr": {
+ "id": "flag-mr",
+ "name": "旗",
+ "keywords": [
+ "mr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f7",
+ "native": "🇲🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ms": {
+ "id": "flag-ms",
+ "name": "旗",
+ "keywords": [
+ "ms",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f8",
+ "native": "🇲🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mt": {
+ "id": "flag-mt",
+ "name": "旗",
+ "keywords": [
+ "mt",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1f9",
+ "native": "🇲🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mu": {
+ "id": "flag-mu",
+ "name": "旗",
+ "keywords": [
+ "mu",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1fa",
+ "native": "🇲🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mv": {
+ "id": "flag-mv",
+ "name": "旗",
+ "keywords": [
+ "mv",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1fb",
+ "native": "🇲🇻"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mw": {
+ "id": "flag-mw",
+ "name": "旗",
+ "keywords": [
+ "mw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1fc",
+ "native": "🇲🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mx": {
+ "id": "flag-mx",
+ "name": "旗",
+ "keywords": [
+ "mx",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1fd",
+ "native": "🇲🇽"
+ }
+ ],
+ "version": 2
+ },
+ "flag-my": {
+ "id": "flag-my",
+ "name": "旗",
+ "keywords": [
+ "my",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1fe",
+ "native": "🇲🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-mz": {
+ "id": "flag-mz",
+ "name": "旗",
+ "keywords": [
+ "mz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f2-1f1ff",
+ "native": "🇲🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-na": {
+ "id": "flag-na",
+ "name": "旗",
+ "keywords": [
+ "na",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1e6",
+ "native": "🇳🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-nc": {
+ "id": "flag-nc",
+ "name": "旗",
+ "keywords": [
+ "nc",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1e8",
+ "native": "🇳🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ne": {
+ "id": "flag-ne",
+ "name": "旗",
+ "keywords": [
+ "ne",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1ea",
+ "native": "🇳🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-nf": {
+ "id": "flag-nf",
+ "name": "旗",
+ "keywords": [
+ "nf",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1eb",
+ "native": "🇳🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ng": {
+ "id": "flag-ng",
+ "name": "旗",
+ "keywords": [
+ "ng",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1ec",
+ "native": "🇳🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ni": {
+ "id": "flag-ni",
+ "name": "旗",
+ "keywords": [
+ "ni",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1ee",
+ "native": "🇳🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-nl": {
+ "id": "flag-nl",
+ "name": "旗",
+ "keywords": [
+ "nl",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1f1",
+ "native": "🇳🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-no": {
+ "id": "flag-no",
+ "name": "旗",
+ "keywords": [
+ "no",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1f4",
+ "native": "🇳🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-np": {
+ "id": "flag-np",
+ "name": "旗",
+ "keywords": [
+ "np",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1f5",
+ "native": "🇳🇵"
+ }
+ ],
+ "version": 2
+ },
+ "flag-nr": {
+ "id": "flag-nr",
+ "name": "旗",
+ "keywords": [
+ "nr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1f7",
+ "native": "🇳🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-nu": {
+ "id": "flag-nu",
+ "name": "旗",
+ "keywords": [
+ "nu",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1fa",
+ "native": "🇳🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-nz": {
+ "id": "flag-nz",
+ "name": "旗",
+ "keywords": [
+ "nz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f3-1f1ff",
+ "native": "🇳🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-om": {
+ "id": "flag-om",
+ "name": "旗",
+ "keywords": [
+ "om",
+ "symbol",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f4-1f1f2",
+ "native": "🇴🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pa": {
+ "id": "flag-pa",
+ "name": "旗",
+ "keywords": [
+ "pa",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1e6",
+ "native": "🇵🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pe": {
+ "id": "flag-pe",
+ "name": "旗",
+ "keywords": [
+ "pe",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1ea",
+ "native": "🇵🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pf": {
+ "id": "flag-pf",
+ "name": "旗",
+ "keywords": [
+ "pf",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1eb",
+ "native": "🇵🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pg": {
+ "id": "flag-pg",
+ "name": "旗",
+ "keywords": [
+ "pg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1ec",
+ "native": "🇵🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ph": {
+ "id": "flag-ph",
+ "name": "旗",
+ "keywords": [
+ "ph",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1ed",
+ "native": "🇵🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pk": {
+ "id": "flag-pk",
+ "name": "旗",
+ "keywords": [
+ "pk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1f0",
+ "native": "🇵🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pl": {
+ "id": "flag-pl",
+ "name": "旗",
+ "keywords": [
+ "pl",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1f1",
+ "native": "🇵🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pm": {
+ "id": "flag-pm",
+ "name": "旗",
+ "keywords": [
+ "pm",
+ "st",
+ "saint",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1f2",
+ "native": "🇵🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pn": {
+ "id": "flag-pn",
+ "name": "旗",
+ "keywords": [
+ "pn",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1f3",
+ "native": "🇵🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pr": {
+ "id": "flag-pr",
+ "name": "旗",
+ "keywords": [
+ "pr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1f7",
+ "native": "🇵🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ps": {
+ "id": "flag-ps",
+ "name": "旗",
+ "keywords": [
+ "ps",
+ "palestine",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1f8",
+ "native": "🇵🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pt": {
+ "id": "flag-pt",
+ "name": "旗",
+ "keywords": [
+ "pt",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1f9",
+ "native": "🇵🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-pw": {
+ "id": "flag-pw",
+ "name": "旗",
+ "keywords": [
+ "pw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1fc",
+ "native": "🇵🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-py": {
+ "id": "flag-py",
+ "name": "旗",
+ "keywords": [
+ "py",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f5-1f1fe",
+ "native": "🇵🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-qa": {
+ "id": "flag-qa",
+ "name": "旗",
+ "keywords": [
+ "qa",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f6-1f1e6",
+ "native": "🇶🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-re": {
+ "id": "flag-re",
+ "name": "旗",
+ "keywords": [
+ "re",
+ "reunion",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f7-1f1ea",
+ "native": "🇷🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ro": {
+ "id": "flag-ro",
+ "name": "旗",
+ "keywords": [
+ "ro",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f7-1f1f4",
+ "native": "🇷🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-rs": {
+ "id": "flag-rs",
+ "name": "旗",
+ "keywords": [
+ "rs",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f7-1f1f8",
+ "native": "🇷🇸"
+ }
+ ],
+ "version": 2
+ },
+ "ru": {
+ "id": "ru",
+ "name": "旗",
+ "keywords": [
+ "ru",
+ "russian",
+ "federation",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f7-1f1fa",
+ "native": "🇷🇺"
+ }
+ ],
+ "version": 1
+ },
+ "flag-rw": {
+ "id": "flag-rw",
+ "name": "旗",
+ "keywords": [
+ "rw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f7-1f1fc",
+ "native": "🇷🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sa": {
+ "id": "flag-sa",
+ "name": "旗",
+ "keywords": [
+ "sa",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1e6",
+ "native": "🇸🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sb": {
+ "id": "flag-sb",
+ "name": "旗",
+ "keywords": [
+ "sb",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1e7",
+ "native": "🇸🇧"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sc": {
+ "id": "flag-sc",
+ "name": "旗",
+ "keywords": [
+ "sc",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1e8",
+ "native": "🇸🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sd": {
+ "id": "flag-sd",
+ "name": "旗",
+ "keywords": [
+ "sd",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1e9",
+ "native": "🇸🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-se": {
+ "id": "flag-se",
+ "name": "旗",
+ "keywords": [
+ "se",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1ea",
+ "native": "🇸🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sg": {
+ "id": "flag-sg",
+ "name": "旗",
+ "keywords": [
+ "sg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1ec",
+ "native": "🇸🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sh": {
+ "id": "flag-sh",
+ "name": "旗",
+ "keywords": [
+ "sh",
+ "st",
+ "saint",
+ "ascension",
+ "tristan",
+ "cunha",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1ed",
+ "native": "🇸🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-si": {
+ "id": "flag-si",
+ "name": "旗",
+ "keywords": [
+ "si",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1ee",
+ "native": "🇸🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sj": {
+ "id": "flag-sj",
+ "name": "旗",
+ "keywords": [
+ "sj",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1ef",
+ "native": "🇸🇯"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sk": {
+ "id": "flag-sk",
+ "name": "旗",
+ "keywords": [
+ "sk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f0",
+ "native": "🇸🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sl": {
+ "id": "flag-sl",
+ "name": "旗",
+ "keywords": [
+ "sl",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f1",
+ "native": "🇸🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sm": {
+ "id": "flag-sm",
+ "name": "旗",
+ "keywords": [
+ "sm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f2",
+ "native": "🇸🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sn": {
+ "id": "flag-sn",
+ "name": "旗",
+ "keywords": [
+ "sn",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f3",
+ "native": "🇸🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-so": {
+ "id": "flag-so",
+ "name": "旗",
+ "keywords": [
+ "so",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f4",
+ "native": "🇸🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sr": {
+ "id": "flag-sr",
+ "name": "旗",
+ "keywords": [
+ "sr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f7",
+ "native": "🇸🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ss": {
+ "id": "flag-ss",
+ "name": "旗",
+ "keywords": [
+ "ss",
+ "sd",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f8",
+ "native": "🇸🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-st": {
+ "id": "flag-st",
+ "name": "旗",
+ "keywords": [
+ "st",
+ "sao",
+ "tome",
+ "principe",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1f9",
+ "native": "🇸🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sv": {
+ "id": "flag-sv",
+ "name": "旗",
+ "keywords": [
+ "sv",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1fb",
+ "native": "🇸🇻"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sx": {
+ "id": "flag-sx",
+ "name": "旗",
+ "keywords": [
+ "sx",
+ "dutch",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1fd",
+ "native": "🇸🇽"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sy": {
+ "id": "flag-sy",
+ "name": "旗",
+ "keywords": [
+ "sy",
+ "syrian",
+ "arab",
+ "republic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1fe",
+ "native": "🇸🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-sz": {
+ "id": "flag-sz",
+ "name": "旗",
+ "keywords": [
+ "sz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f8-1f1ff",
+ "native": "🇸🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ta": {
+ "id": "flag-ta",
+ "name": "旗",
+ "keywords": [
+ "ta",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1e6",
+ "native": "🇹🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tc": {
+ "id": "flag-tc",
+ "name": "旗",
+ "keywords": [
+ "tc",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1e8",
+ "native": "🇹🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-td": {
+ "id": "flag-td",
+ "name": "旗",
+ "keywords": [
+ "td",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1e9",
+ "native": "🇹🇩"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tf": {
+ "id": "flag-tf",
+ "name": "旗",
+ "keywords": [
+ "tf",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1eb",
+ "native": "🇹🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tg": {
+ "id": "flag-tg",
+ "name": "旗",
+ "keywords": [
+ "tg",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1ec",
+ "native": "🇹🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-th": {
+ "id": "flag-th",
+ "name": "旗",
+ "keywords": [
+ "th",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1ed",
+ "native": "🇹🇭"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tj": {
+ "id": "flag-tj",
+ "name": "旗",
+ "keywords": [
+ "tj",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1ef",
+ "native": "🇹🇯"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tk": {
+ "id": "flag-tk",
+ "name": "旗",
+ "keywords": [
+ "tk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1f0",
+ "native": "🇹🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tl": {
+ "id": "flag-tl",
+ "name": "旗",
+ "keywords": [
+ "tl",
+ "timor",
+ "leste",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1f1",
+ "native": "🇹🇱"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tm": {
+ "id": "flag-tm",
+ "name": "旗",
+ "keywords": [
+ "tm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1f2",
+ "native": "🇹🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tn": {
+ "id": "flag-tn",
+ "name": "旗",
+ "keywords": [
+ "tn",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1f3",
+ "native": "🇹🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-to": {
+ "id": "flag-to",
+ "name": "旗",
+ "keywords": [
+ "to",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1f4",
+ "native": "🇹🇴"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tr": {
+ "id": "flag-tr",
+ "name": "旗",
+ "keywords": [
+ "tr",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1f7",
+ "native": "🇹🇷"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tt": {
+ "id": "flag-tt",
+ "name": "旗",
+ "keywords": [
+ "tt",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1f9",
+ "native": "🇹🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tv": {
+ "id": "flag-tv",
+ "name": "旗",
+ "keywords": [
+ "tv",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1fb",
+ "native": "🇹🇻"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tw": {
+ "id": "flag-tw",
+ "name": "旗",
+ "keywords": [
+ "tw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1fc",
+ "native": "🇹🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-tz": {
+ "id": "flag-tz",
+ "name": "旗",
+ "keywords": [
+ "tz",
+ "united",
+ "republic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1f9-1f1ff",
+ "native": "🇹🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ua": {
+ "id": "flag-ua",
+ "name": "旗",
+ "keywords": [
+ "ua",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fa-1f1e6",
+ "native": "🇺🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ug": {
+ "id": "flag-ug",
+ "name": "旗",
+ "keywords": [
+ "ug",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fa-1f1ec",
+ "native": "🇺🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-um": {
+ "id": "flag-um",
+ "name": "旗",
+ "keywords": [
+ "um",
+ "u",
+ "s",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fa-1f1f2",
+ "native": "🇺🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-un": {
+ "id": "flag-un",
+ "name": "旗",
+ "keywords": [
+ "un",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fa-1f1f3",
+ "native": "🇺🇳"
+ }
+ ],
+ "version": 4
+ },
+ "us": {
+ "id": "us",
+ "name": "旗",
+ "keywords": [
+ "us",
+ "america",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fa-1f1f8",
+ "native": "🇺🇸"
+ }
+ ],
+ "version": 1
+ },
+ "flag-uy": {
+ "id": "flag-uy",
+ "name": "旗",
+ "keywords": [
+ "uy",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fa-1f1fe",
+ "native": "🇺🇾"
+ }
+ ],
+ "version": 2
+ },
+ "flag-uz": {
+ "id": "flag-uz",
+ "name": "旗",
+ "keywords": [
+ "uz",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fa-1f1ff",
+ "native": "🇺🇿"
+ }
+ ],
+ "version": 2
+ },
+ "flag-va": {
+ "id": "flag-va",
+ "name": "旗",
+ "keywords": [
+ "va",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fb-1f1e6",
+ "native": "🇻🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-vc": {
+ "id": "flag-vc",
+ "name": "旗",
+ "keywords": [
+ "vc",
+ "st",
+ "saint",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fb-1f1e8",
+ "native": "🇻🇨"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ve": {
+ "id": "flag-ve",
+ "name": "旗",
+ "keywords": [
+ "ve",
+ "bolivarian",
+ "republic",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fb-1f1ea",
+ "native": "🇻🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-vg": {
+ "id": "flag-vg",
+ "name": "旗",
+ "keywords": [
+ "vg",
+ "bvi",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fb-1f1ec",
+ "native": "🇻🇬"
+ }
+ ],
+ "version": 2
+ },
+ "flag-vi": {
+ "id": "flag-vi",
+ "name": "旗",
+ "keywords": [
+ "vi",
+ "u",
+ "s",
+ "us",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fb-1f1ee",
+ "native": "🇻🇮"
+ }
+ ],
+ "version": 2
+ },
+ "flag-vn": {
+ "id": "flag-vn",
+ "name": "旗",
+ "keywords": [
+ "vn",
+ "viet",
+ "nam",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fb-1f1f3",
+ "native": "🇻🇳"
+ }
+ ],
+ "version": 2
+ },
+ "flag-vu": {
+ "id": "flag-vu",
+ "name": "旗",
+ "keywords": [
+ "vu",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fb-1f1fa",
+ "native": "🇻🇺"
+ }
+ ],
+ "version": 2
+ },
+ "flag-wf": {
+ "id": "flag-wf",
+ "name": "旗",
+ "keywords": [
+ "wf",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fc-1f1eb",
+ "native": "🇼🇫"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ws": {
+ "id": "flag-ws",
+ "name": "旗",
+ "keywords": [
+ "ws",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fc-1f1f8",
+ "native": "🇼🇸"
+ }
+ ],
+ "version": 2
+ },
+ "flag-xk": {
+ "id": "flag-xk",
+ "name": "旗",
+ "keywords": [
+ "xk",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fd-1f1f0",
+ "native": "🇽🇰"
+ }
+ ],
+ "version": 2
+ },
+ "flag-ye": {
+ "id": "flag-ye",
+ "name": "旗",
+ "keywords": [
+ "ye",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fe-1f1ea",
+ "native": "🇾🇪"
+ }
+ ],
+ "version": 2
+ },
+ "flag-yt": {
+ "id": "flag-yt",
+ "name": "旗",
+ "keywords": [
+ "yt",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1fe-1f1f9",
+ "native": "🇾🇹"
+ }
+ ],
+ "version": 2
+ },
+ "flag-za": {
+ "id": "flag-za",
+ "name": "旗",
+ "keywords": [
+ "za",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ff-1f1e6",
+ "native": "🇿🇦"
+ }
+ ],
+ "version": 2
+ },
+ "flag-zm": {
+ "id": "flag-zm",
+ "name": "旗",
+ "keywords": [
+ "zm",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ff-1f1f2",
+ "native": "🇿🇲"
+ }
+ ],
+ "version": 2
+ },
+ "flag-zw": {
+ "id": "flag-zw",
+ "name": "旗",
+ "keywords": [
+ "zw",
+ "nation",
+ "country",
+ "banner",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f1ff-1f1fc",
+ "native": "🇿🇼"
+ }
+ ],
+ "version": 2
+ },
+ "flag-england": {
+ "id": "flag-england",
+ "name": "旗",
+ "keywords": [
+ "english",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f4-e0067-e0062-e0065-e006e-e0067-e007f",
+ "native": "🏴"
+ }
+ ],
+ "version": 5
+ },
+ "flag-scotland": {
+ "id": "flag-scotland",
+ "name": "旗",
+ "keywords": [
+ "scottish",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f4-e0067-e0062-e0073-e0063-e0074-e007f",
+ "native": "🏴"
+ }
+ ],
+ "version": 5
+ },
+ "flag-wales": {
+ "id": "flag-wales",
+ "name": "旗",
+ "keywords": [
+ "welsh",
+ "旗"
+ ],
+ "skins": [
+ {
+ "unified": "1f3f4-e0067-e0062-e0077-e006c-e0073-e007f",
+ "native": "🏴"
+ }
+ ],
+ "version": 5
+ }
+ },
+ "aliases": {
+ "satisfied": "laughing",
+ "grinning_face_with_star_eyes": "star-struck",
+ "grinning_face_with_one_large_and_one_small_eye": "zany_face",
+ "smiling_face_with_smiling_eyes_and_hand_covering_mouth": "face_with_hand_over_mouth",
+ "face_with_finger_covering_closed_lips": "shushing_face",
+ "face_with_one_eyebrow_raised": "face_with_raised_eyebrow",
+ "face_with_open_mouth_vomiting": "face_vomiting",
+ "shocked_face_with_exploding_head": "exploding_head",
+ "serious_face_with_symbols_covering_mouth": "face_with_symbols_on_mouth",
+ "poop": "hankey",
+ "shit": "hankey",
+ "collision": "boom",
+ "raised_hand": "hand",
+ "hand_with_index_and_middle_fingers_crossed": "crossed_fingers",
+ "sign_of_the_horns": "the_horns",
+ "reversed_hand_with_middle_finger_extended": "middle_finger",
+ "thumbsup": "+1",
+ "thumbsdown": "-1",
+ "punch": "facepunch",
+ "mother_christmas": "mrs_claus",
+ "running": "runner",
+ "man-with-bunny-ears-partying": "men-with-bunny-ears-partying",
+ "woman-with-bunny-ears-partying": "women-with-bunny-ears-partying",
+ "women_holding_hands": "two_women_holding_hands",
+ "woman_and_man_holding_hands": "man_and_woman_holding_hands",
+ "couple": "man_and_woman_holding_hands",
+ "men_holding_hands": "two_men_holding_hands",
+ "paw_prints": "feet",
+ "flipper": "dolphin",
+ "honeybee": "bee",
+ "lady_beetle": "ladybug",
+ "cooking": "fried_egg",
+ "knife": "hocho",
+ "red_car": "car",
+ "sailboat": "boat",
+ "waxing_gibbous_moon": "moon",
+ "sun_small_cloud": "mostly_sunny",
+ "sun_behind_cloud": "barely_sunny",
+ "sun_behind_rain_cloud": "partly_sunny_rain",
+ "lightning_cloud": "lightning",
+ "tornado_cloud": "tornado",
+ "tshirt": "shirt",
+ "shoe": "mans_shoe",
+ "telephone": "phone",
+ "lantern": "izakaya_lantern",
+ "open_book": "book",
+ "envelope": "email",
+ "pencil": "memo",
+ "heavy_exclamation_mark": "exclamation",
+ "staff_of_aesculapius": "medical_symbol",
+ "flag-cn": "cn",
+ "flag-de": "de",
+ "flag-es": "es",
+ "flag-fr": "fr",
+ "uk": "gb",
+ "flag-gb": "gb",
+ "flag-it": "it",
+ "flag-jp": "jp",
+ "flag-kr": "kr",
+ "flag-ru": "ru",
+ "flag-us": "us"
+ },
+ "sheet": {
+ "cols": 61,
+ "rows": 61
+ }
+}
\ No newline at end of file
diff --git a/src/constants/index.ts b/src/constants/index.ts
index 8c66e5231f..d7f697bcd7 100644
--- a/src/constants/index.ts
+++ b/src/constants/index.ts
@@ -22,6 +22,7 @@ export const LANGUAGE = {
export const LISTEN_KEY = {
ACTIVATE_BACK_TOP: "activate-back-top",
+ ACTIVATE_SHOW_ALL: "activate-show-all",
CLIPBOARD_ITEM_DELETE: "clipboard-item-delete",
CLIPBOARD_ITEM_FAVORITE: "clipboard-item-favorite",
CLIPBOARD_ITEM_PASTE: "clipboard-item-paste",
diff --git a/src/hooks/useClipboard.ts b/src/hooks/useClipboard.ts
index 8ee3f2d5a8..5487bfefaa 100644
--- a/src/hooks/useClipboard.ts
+++ b/src/hooks/useClipboard.ts
@@ -1,106 +1,170 @@
-import { useMount } from "ahooks";
import { cloneDeep } from "es-toolkit";
import { isEmpty, remove } from "es-toolkit/compat";
import { nanoid } from "nanoid";
+import { useEffect, useRef } from "react";
import {
- type ClipboardChangeOptions,
- onClipboardChange,
- startListening,
+ type ClipboardChangeOptions,
+ onClipboardChange,
+ startListening,
} from "tauri-plugin-clipboard-x-api";
import { fullName } from "tauri-plugin-fs-pro-api";
import {
- insertHistory,
- selectHistory,
- updateHistory,
+ insertHistory,
+ selectHistory,
+ updateHistory,
} from "@/database/history";
import type { State } from "@/pages/Main";
-import { getClipboardTextSubtype } from "@/plugins/clipboard";
+import {
+ getClipboardTextSubtype,
+ shouldIgnoreClipboardTextHistory,
+} from "@/plugins/clipboard";
import { clipboardStore } from "@/stores/clipboard";
import type { DatabaseSchemaHistory } from "@/types/database";
import { formatDate } from "@/utils/dayjs";
+const RECENT_CLIPBOARD_EVENT_MS = 800;
+const recentClipboardEvents = new Map();
+
+const markClipboardEvent = (key: string) => {
+ const now = Date.now();
+
+ for (const [entry, timestamp] of recentClipboardEvents.entries()) {
+ if (now - timestamp > RECENT_CLIPBOARD_EVENT_MS) {
+ recentClipboardEvents.delete(entry);
+ }
+ }
+
+ const lastTime = recentClipboardEvents.get(key);
+
+ if (lastTime && now - lastTime < RECENT_CLIPBOARD_EVENT_MS) {
+ return true;
+ }
+
+ recentClipboardEvents.set(key, now);
+
+ return false;
+};
+
export const useClipboard = (
- state: State,
- options?: ClipboardChangeOptions,
+ state: State,
+ options?: ClipboardChangeOptions,
) => {
- useMount(async () => {
- await startListening();
+ const optionsRef = useRef(options);
+
+ optionsRef.current = options;
+
+ useEffect(() => {
+ let active = true;
+ let unlisten: undefined | (() => void);
+
+ const setup = async () => {
+ await startListening();
+
+ const dispose = await onClipboardChange(
+ async (result) => {
+ if (!active) return;
+
+ const { files, image, html, rtf, text } = result;
+
+ if (isEmpty(result) || Object.values(result).every(isEmpty)) return;
+ if (text?.value && shouldIgnoreClipboardTextHistory(text.value))
+ return;
+
+ const { copyPlain } = clipboardStore.content;
+
+ const data = {
+ createTime: formatDate(),
+ favorite: false,
+ group: "text",
+ id: nanoid(),
+ search: text?.value,
+ } as DatabaseSchemaHistory;
+
+ if (files) {
+ Object.assign(data, files, {
+ group: "files",
+ search: files.value.join(" "),
+ });
+ } else if (html && !copyPlain) {
+ Object.assign(data, html);
+ } else if (rtf && !copyPlain) {
+ Object.assign(data, rtf);
+ } else if (text) {
+ const subtype = await getClipboardTextSubtype(text.value);
+
+ Object.assign(data, text, {
+ subtype,
+ });
+ } else if (image) {
+ Object.assign(data, image, {
+ group: "image",
+ });
+ }
- onClipboardChange(async (result) => {
- const { files, image, html, rtf, text } = result;
+ const sqlData = cloneDeep(data);
- if (isEmpty(result) || Object.values(result).every(isEmpty)) return;
+ const { type, value, group, createTime } = data;
- const { copyPlain } = clipboardStore.content;
+ if (type === "image") {
+ sqlData.value = await fullName(value);
+ }
- const data = {
- createTime: formatDate(),
- favorite: false,
- group: "text",
- id: nanoid(),
- search: text?.value,
- } as DatabaseSchemaHistory;
+ if (type === "files") {
+ sqlData.value = JSON.stringify(value);
+ }
- if (files) {
- Object.assign(data, files, {
- group: "files",
- search: files.value.join(" "),
- });
- } else if (html && !copyPlain) {
- Object.assign(data, html);
- } else if (rtf && !copyPlain) {
- Object.assign(data, rtf);
- } else if (text) {
- const subtype = await getClipboardTextSubtype(text.value);
+ const eventKey = `${sqlData.type}:${sqlData.value}`;
- Object.assign(data, text, {
- subtype,
- });
- } else if (image) {
- Object.assign(data, image, {
- group: "image",
- });
- }
+ if (markClipboardEvent(eventKey)) return;
- const sqlData = cloneDeep(data);
+ const [matched] = await selectHistory((qb) => {
+ const { type, value } = sqlData;
- const { type, value, group, createTime } = data;
+ return qb.where("type", "=", type).where("value", "=", value);
+ });
- if (type === "image") {
- sqlData.value = await fullName(value);
- }
+ const visible = state.group === "all" || state.group === group;
- if (type === "files") {
- sqlData.value = JSON.stringify(value);
- }
+ if (matched) {
+ if (!clipboardStore.content.autoSort) return;
- const [matched] = await selectHistory((qb) => {
- const { type, value } = sqlData;
+ const { id } = matched;
- return qb.where("type", "=", type).where("value", "=", value);
- });
+ if (visible) {
+ remove(state.list, { id });
- const visible = state.group === "all" || state.group === group;
+ state.list.unshift({ ...data, id });
+ }
- if (matched) {
- if (!clipboardStore.content.autoSort) return;
+ return updateHistory(id, { createTime });
+ }
- const { id } = matched;
+ if (visible) {
+ state.list.unshift(data);
+ }
- if (visible) {
- remove(state.list, { id });
+ await insertHistory(sqlData);
+ },
+ {
+ beforeRead() {
+ optionsRef.current?.beforeRead?.();
+ },
+ },
+ );
- state.list.unshift({ ...data, id });
- }
+ if (!active) {
+ dispose();
+ return;
+ }
- return updateHistory(id, { createTime });
- }
+ unlisten = dispose;
+ };
- if (visible) {
- state.list.unshift(data);
- }
+ void setup();
- insertHistory(sqlData);
- }, options);
- });
+ return () => {
+ active = false;
+ unlisten?.();
+ };
+ }, [state]);
};
diff --git a/src/hooks/useHistoryList.ts b/src/hooks/useHistoryList.ts
index 14d500365b..b4c10b708c 100644
--- a/src/hooks/useHistoryList.ts
+++ b/src/hooks/useHistoryList.ts
@@ -28,6 +28,13 @@ export const useHistoryList = (options: Options) => {
const fetchData = async () => {
try {
if (state.loading) return;
+ if (
+ rootState.group === "emoji" ||
+ rootState.group === "kaomoji" ||
+ rootState.group === "symbol" ||
+ rootState.group === "gif"
+ )
+ return;
state.loading = true;
@@ -36,8 +43,14 @@ export const useHistoryList = (options: Options) => {
const list = await selectHistory((qb) => {
const { size } = state;
const { group, search } = rootState;
+ const isExpressionGroup =
+ group === "emoji" ||
+ group === "kaomoji" ||
+ group === "symbol" ||
+ group === "gif";
const isFavoriteGroup = group === "favorite";
- const isNormalGroup = group !== "all" && !isFavoriteGroup;
+ const isNormalGroup =
+ group !== "all" && !isFavoriteGroup && !isExpressionGroup;
return qb
.$if(isFavoriteGroup, (eb) => eb.where("favorite", "=", true))
@@ -112,6 +125,14 @@ export const useHistoryList = (options: Options) => {
useTauriListen(LISTEN_KEY.REFRESH_CLIPBOARD_LIST, reload);
useAsyncEffect(async () => {
+ if (
+ rootState.group === "emoji" ||
+ rootState.group === "kaomoji" ||
+ rootState.group === "symbol" ||
+ rootState.group === "gif"
+ )
+ return;
+
await reload();
rootState.activeId = rootState.list[0]?.id;
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index a53851b342..43286f124d 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -18,6 +18,69 @@
"unfavorite": "Unfavorite"
}
},
+ "gif": {
+ "button": {
+ "load_more": "Load More",
+ "open_preferences": "Open Preferences",
+ "retry": "Retry",
+ "save_api": "Save and Enable"
+ },
+ "categories": {
+ "angry": "Angry",
+ "featured": "Featured",
+ "funny": "Funny",
+ "happy": "Happy",
+ "love": "Love",
+ "sad": "Sad",
+ "wow": "Wow"
+ },
+ "hints": {
+ "api_description": "Please configure your own Tenor API Key first. Once saved, the GIF panel will use this Key to search and load GIFs.",
+ "api_placeholder": "Please enter Tenor API Key",
+ "empty": "No GIFs found",
+ "request_failed": "GIF request failed"
+ },
+ "label": {
+ "api_title": "Configure Tenor API",
+ "copy_gif_link": "Click to paste GIF link",
+ "powered_by": "Powered by",
+ "search_results": "Search results: {{keyword}}"
+ }
+ },
+ "emoji": {
+ "categories": {
+ "activity": "Activities",
+ "flags": "Flags",
+ "foods": "Food & Drink",
+ "frequent": "Recently Used",
+ "nature": "Animals & Nature",
+ "objects": "Objects",
+ "people": "Smileys & People",
+ "places": "Travel & Places",
+ "symbols": "Symbols"
+ }
+ },
+ "kaomoji": {
+ "categories": {
+ "angry": "Angry",
+ "common": "Common",
+ "happy": "Happy",
+ "helpless": "Helpless",
+ "love": "Love",
+ "shy": "Shy"
+ }
+ },
+ "symbol": {
+ "categories": {
+ "currency": "Currency",
+ "geometric": "Geometry",
+ "language": "Various",
+ "latin": "Latin",
+ "math": "Math",
+ "punctuation": "Punctuation",
+ "supplemental": "Supplemental"
+ }
+ },
"hints": {
"delete_modal_content": "Are you sure you want to delete this?",
"search_placeholder": "Search..."
@@ -35,9 +98,13 @@
"rtf": "Rich Text",
"tab": {
"all": "All",
+ "emoji": "Emoji",
"favorite": "Favorite",
"files": "File",
+ "gif": "GIF",
"image": "Image",
+ "kaomoji": "Kaomoji",
+ "symbol": "Symbols",
"text": "Text"
}
}
@@ -270,7 +337,18 @@
"title": "App Settings"
},
"appearance_settings": {
+ "button": {
+ "custom_group_tabs": "Customize",
+ "reset_group_tabs": "Reset Default"
+ },
+ "hints": {
+ "group_tabs": "Customize which top-level tabs are shown and in what order",
+ "group_tabs_drag": "Drag the handle on the left to reorder",
+ "group_tabs_fixed": "Always visible and cannot be reordered"
+ },
"label": {
+ "custom_group_tabs_title": "Customize Top-Level Tabs",
+ "group_tabs": "Top-Level Tabs",
"language": "Language",
"theme": "Theme",
"theme_auto": "System",
@@ -279,6 +357,15 @@
},
"title": "Appearance Settings"
},
+ "integration_settings": {
+ "hints": {
+ "tenor_api_key": "Used for requesting Tenor content on the GIF panel. You can also configure it directly in the GIF group on the main window."
+ },
+ "label": {
+ "tenor_api_key": "Tenor API Key"
+ },
+ "title": "Integration Settings"
+ },
"permission_settings": {
"button": {
"authorize": "Authorize Now",
diff --git a/src/locales/ja-JP.json b/src/locales/ja-JP.json
index 4a66ee840c..3169ca1909 100644
--- a/src/locales/ja-JP.json
+++ b/src/locales/ja-JP.json
@@ -18,6 +18,69 @@
"unfavorite": "コレクションのキャンセル"
}
},
+ "gif": {
+ "button": {
+ "load_more": "もっと読み込む",
+ "open_preferences": "環境設定を開く",
+ "retry": "リトライ",
+ "save_api": "保存して有効にする"
+ },
+ "categories": {
+ "angry": "怒り",
+ "featured": "注目",
+ "funny": "面白い",
+ "happy": "嬉しい",
+ "love": "好き",
+ "sad": "悲しい",
+ "wow": "驚き"
+ },
+ "hints": {
+ "api_description": "まず、自分自身のTenor APIキーを設定してください。保存後、GIFパネルはこのキーを使用してGIFを検索し、読み込みます。",
+ "api_placeholder": "Tenor APIキーを入力してください",
+ "empty": "GIFが見つかりません",
+ "request_failed": "GIFリクエストに失敗しました"
+ },
+ "label": {
+ "api_title": "Tenor APIの設定",
+ "copy_gif_link": "クリックしてGIFリンクを貼り付ける",
+ "powered_by": "Powered by",
+ "search_results": "検索結果:{{keyword}}"
+ }
+ },
+ "emoji": {
+ "categories": {
+ "activity": "活動",
+ "flags": "旗",
+ "foods": "食べ物と飲み物",
+ "frequent": "最近使用したもの",
+ "nature": "動物と自然",
+ "objects": "オブジェクト",
+ "people": "スマイリーと人々",
+ "places": "旅行と場所",
+ "symbols": "記号"
+ }
+ },
+ "kaomoji": {
+ "categories": {
+ "angry": "怒り",
+ "common": "常用",
+ "happy": "嬉しい",
+ "helpless": "無力",
+ "love": "好き",
+ "shy": "恥ずかしい"
+ }
+ },
+ "symbol": {
+ "categories": {
+ "currency": "通貨",
+ "geometric": "幾何学",
+ "language": "その他",
+ "latin": "ラテン語",
+ "math": "数学",
+ "punctuation": "句読点",
+ "supplemental": "補足"
+ }
+ },
"hints": {
"delete_modal_content": "本当に削除しますか?",
"search_placeholder": "検索"
@@ -35,9 +98,13 @@
"rtf": "リッチテキスト",
"tab": {
"all": "すべて",
+ "emoji": "絵文字",
"favorite": "コレクション",
"files": "ファイル",
+ "gif": "GIF",
"image": "画像",
+ "kaomoji": "顔文字",
+ "symbol": "記号",
"text": "テキスト"
}
}
@@ -270,7 +337,18 @@
"title": "ソフト設定"
},
"appearance_settings": {
+ "button": {
+ "custom_group_tabs": "カスタマイズ",
+ "reset_group_tabs": "初期順序に戻す"
+ },
+ "hints": {
+ "group_tabs": "メイン画面の一級タブの表示内容と順序をカスタマイズ",
+ "group_tabs_drag": "左側のハンドルをドラッグして並び替え",
+ "group_tabs_fixed": "常に表示され、並び替えできません"
+ },
"label": {
+ "custom_group_tabs_title": "一級タブをカスタマイズ",
+ "group_tabs": "一級タブ",
"language": "表示言語",
"theme": "テーマ設定",
"theme_auto": "システムに従う",
@@ -279,6 +357,15 @@
},
"title": "外観設定"
},
+ "integration_settings": {
+ "hints": {
+ "tenor_api_key": "GIFパネルでTenorコンテンツをリクエストするために使用されます。メインウィンドウのGIFグループで直接設定することもできます。"
+ },
+ "label": {
+ "tenor_api_key": "Tenor APIキー"
+ },
+ "title": "統合設定"
+ },
"permission_settings": {
"button": {
"authorize": "許可する",
diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json
index 2534ad168f..a1a28f4131 100644
--- a/src/locales/zh-CN.json
+++ b/src/locales/zh-CN.json
@@ -18,6 +18,69 @@
"unfavorite": "取消收藏"
}
},
+ "gif": {
+ "button": {
+ "load_more": "加载更多",
+ "open_preferences": "打开偏好设置",
+ "retry": "重试",
+ "save_api": "保存并启用"
+ },
+ "categories": {
+ "angry": "生气",
+ "featured": "热门",
+ "funny": "搞笑",
+ "happy": "开心",
+ "love": "喜欢",
+ "sad": "难过",
+ "wow": "震惊"
+ },
+ "hints": {
+ "api_description": "请先配置你自己的 Tenor API Key。保存后,GIF 面板会直接使用该 Key 搜索和加载 GIF。",
+ "api_placeholder": "请输入 Tenor API Key",
+ "empty": "暂无 GIF 结果",
+ "request_failed": "GIF 请求失败"
+ },
+ "label": {
+ "api_title": "配置 Tenor API",
+ "copy_gif_link": "点击粘贴 GIF 链接",
+ "powered_by": "内容来源",
+ "search_results": "搜索结果:{{keyword}}"
+ }
+ },
+ "emoji": {
+ "categories": {
+ "activity": "活动",
+ "flags": "旗帜",
+ "foods": "食物与饮料",
+ "frequent": "最近使用",
+ "nature": "自然与动物",
+ "objects": "物体",
+ "people": "表情与角色",
+ "places": "旅行与地点",
+ "symbols": "符号"
+ }
+ },
+ "kaomoji": {
+ "categories": {
+ "angry": "生气",
+ "common": "常用",
+ "happy": "开心",
+ "helpless": "无语",
+ "love": "喜欢",
+ "shy": "害羞"
+ }
+ },
+ "symbol": {
+ "categories": {
+ "currency": "货币符号",
+ "geometric": "几何符号",
+ "language": "语言符号",
+ "latin": "拉丁符号",
+ "math": "数学符号",
+ "punctuation": "常规标点",
+ "supplemental": "补充符号"
+ }
+ },
"hints": {
"delete_modal_content": "确定要删除此项吗?",
"search_placeholder": "搜索"
@@ -35,9 +98,13 @@
"rtf": "富文本",
"tab": {
"all": "全部",
+ "emoji": "表情",
"favorite": "收藏",
"files": "文件",
+ "gif": "GIF",
"image": "图片",
+ "kaomoji": "颜文字",
+ "symbol": "符号",
"text": "文本"
}
}
@@ -270,7 +337,18 @@
"title": "应用设置"
},
"appearance_settings": {
+ "button": {
+ "custom_group_tabs": "自定义",
+ "reset_group_tabs": "恢复默认"
+ },
+ "hints": {
+ "group_tabs": "自定义主界面一级标签的显示与顺序",
+ "group_tabs_drag": "拖拽左侧手柄可调整顺序",
+ "group_tabs_fixed": "固定显示且不可排序"
+ },
"label": {
+ "custom_group_tabs_title": "自定义一级标签",
+ "group_tabs": "一级标签",
"language": "界面语言",
"theme": "主题模式",
"theme_auto": "跟随系统",
@@ -279,6 +357,15 @@
},
"title": "外观设置"
},
+ "integration_settings": {
+ "hints": {
+ "tenor_api_key": "用于 GIF 面板请求 Tenor 内容。你也可以在主窗口打开 GIF 分组后直接配置。"
+ },
+ "label": {
+ "tenor_api_key": "Tenor API Key"
+ },
+ "title": "集成设置"
+ },
"permission_settings": {
"button": {
"authorize": "去授权",
diff --git a/src/locales/zh-TW.json b/src/locales/zh-TW.json
index c9b16d7fc1..f2b78d35bc 100644
--- a/src/locales/zh-TW.json
+++ b/src/locales/zh-TW.json
@@ -18,6 +18,69 @@
"unfavorite": "取消收藏"
}
},
+ "gif": {
+ "button": {
+ "load_more": "加載更多",
+ "open_preferences": "打開偏好設置",
+ "retry": "重試",
+ "save_api": "保存並啟用"
+ },
+ "categories": {
+ "angry": "生氣",
+ "featured": "熱門",
+ "funny": "搞笑",
+ "happy": "開心",
+ "love": "喜歡",
+ "sad": "難過",
+ "wow": "震驚"
+ },
+ "hints": {
+ "api_description": "請先配置你自己的 Tenor API Key。保存後,GIF 面板會直接使用該 Key 搜索和加載 GIF。",
+ "api_placeholder": "請輸入 Tenor API Key",
+ "empty": "暫無 GIF 結果",
+ "request_failed": "GIF 請求失敗"
+ },
+ "label": {
+ "api_title": "配置 Tenor API",
+ "copy_gif_link": "點擊粘貼 GIF 連結",
+ "powered_by": "內容來源",
+ "search_results": "搜索結果:{{keyword}}"
+ }
+ },
+ "emoji": {
+ "categories": {
+ "activity": "活動",
+ "flags": "旗幟",
+ "foods": "食物與飲料",
+ "frequent": "最近使用",
+ "nature": "自然與動物",
+ "objects": "物體",
+ "people": "表情與角色",
+ "places": "旅行與地點",
+ "symbols": "符號"
+ }
+ },
+ "kaomoji": {
+ "categories": {
+ "angry": "生氣",
+ "common": "常用",
+ "happy": "開心",
+ "helpless": "無語",
+ "love": "喜歡",
+ "shy": "害羞"
+ }
+ },
+ "symbol": {
+ "categories": {
+ "currency": "貨幣符號",
+ "geometric": "幾何符號",
+ "language": "語言符號",
+ "latin": "拉丁符號",
+ "math": "數學符號",
+ "punctuation": "常規標點",
+ "supplemental": "補充符號"
+ }
+ },
"hints": {
"delete_modal_content": "確定要删除此項嗎?",
"search_placeholder": "搜尋"
@@ -35,9 +98,13 @@
"rtf": "富文字",
"tab": {
"all": "全部",
+ "emoji": "表情",
"favorite": "收藏",
"files": "文件",
+ "gif": "GIF",
"image": "圖片",
+ "kaomoji": "顏文字",
+ "symbol": "符號",
"text": "文字"
}
}
@@ -270,7 +337,18 @@
"title": "應用設定"
},
"appearance_settings": {
+ "button": {
+ "custom_group_tabs": "自訂",
+ "reset_group_tabs": "恢復預設"
+ },
+ "hints": {
+ "group_tabs": "自訂主視窗一級標籤的顯示與順序",
+ "group_tabs_drag": "拖曳左側手柄可調整順序",
+ "group_tabs_fixed": "固定顯示且不可排序"
+ },
"label": {
+ "custom_group_tabs_title": "自訂一級標籤",
+ "group_tabs": "一級標籤",
"language": "界面語言",
"theme": "主題模式",
"theme_auto": "跟隨系統",
@@ -279,6 +357,15 @@
},
"title": "外觀設定"
},
+ "integration_settings": {
+ "hints": {
+ "tenor_api_key": "用於 GIF 面板請求 Tenor 內容。你也可以在主視窗打開 GIF 分組後直接配置。"
+ },
+ "label": {
+ "tenor_api_key": "Tenor API Key"
+ },
+ "title": "整合設定"
+ },
"permission_settings": {
"button": {
"authorize": "前往授權",
diff --git a/src/pages/Main/components/GroupList/index.tsx b/src/pages/Main/components/GroupList/index.tsx
index 3fc90e2994..8ee98917b8 100644
--- a/src/pages/Main/components/GroupList/index.tsx
+++ b/src/pages/Main/components/GroupList/index.tsx
@@ -3,46 +3,47 @@ import { Tag } from "antd";
import clsx from "clsx";
import { useContext, useEffect } from "react";
import { useTranslation } from "react-i18next";
+import { useSnapshot } from "valtio";
import Scrollbar from "@/components/Scrollbar";
import type { DatabaseSchemaGroup } from "@/types/database";
+import { globalStore } from "@/stores/global";
import { scrollElementToCenter } from "@/utils/dom";
+import { getVisibleClipboardGroups, GROUP_LABEL_KEYS } from "@/utils/group";
import { MainContext } from "../..";
const GroupList = () => {
const { rootState } = useContext(MainContext);
+ const { appearance } = useSnapshot(globalStore);
const { t } = useTranslation();
+ const visibleGroupIds = getVisibleClipboardGroups(appearance.groupTabs);
+ const visibleGroupSignature = visibleGroupIds.join(",");
+ const presetGroups: DatabaseSchemaGroup[] = visibleGroupIds.map((id) => {
+ return {
+ id,
+ name: t(GROUP_LABEL_KEYS[id]),
+ };
+ });
useEffect(() => {
scrollElementToCenter(rootState.group);
}, [rootState.group]);
- const presetGroups: DatabaseSchemaGroup[] = [
- {
- id: "all",
- name: t("clipboard.label.tab.all"),
- },
- {
- id: "text",
- name: t("clipboard.label.tab.text"),
- },
- {
- id: "image",
- name: t("clipboard.label.tab.image"),
- },
- {
- id: "files",
- name: t("clipboard.label.tab.files"),
- },
- {
- id: "favorite",
- name: t("clipboard.label.tab.favorite"),
- },
- ];
+ useEffect(() => {
+ if (visibleGroupIds.some((id) => id === rootState.group)) return;
+
+ rootState.group = "all";
+ }, [rootState.group, visibleGroupSignature]);
useKeyPress("tab", (event) => {
const index = presetGroups.findIndex((item) => item.id === rootState.group);
const length = presetGroups.length;
+ if (index < 0 || length === 0) {
+ rootState.group = "all";
+
+ return;
+ }
+
let nextIndex = index;
if (event.shiftKey) {
diff --git a/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx b/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx
new file mode 100644
index 0000000000..b908258837
--- /dev/null
+++ b/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx
@@ -0,0 +1,1150 @@
+import type { EmojiMartData } from "@emoji-mart/data";
+import { Tag } from "antd";
+import { chunk } from "es-toolkit";
+import { useContext, useEffect, useMemo, useRef, useState } from "react";
+import { useTranslation } from "react-i18next";
+import { Virtuoso, type VirtuosoHandle } from "react-virtuoso";
+import bootstrapKaomojiData from "../../../../../../../bootstrap-data-merged.json";
+import emojiData from "@/assets/emoji-data.json";
+import Scrollbar from "@/components/Scrollbar";
+import { MainContext } from "@/pages/Main";
+import { copyTextToClipboard, pasteTextToClipboard } from "@/plugins/clipboard";
+import { scrollElementToCenter } from "@/utils/dom";
+
+const typedData = emojiData as EmojiMartData;
+const getEmojiImageSrc = (unified?: string) => {
+ return unified ? `/emojipng/${unified.toLowerCase()}.png` : void 0;
+};
+
+const EMOJI_CATEGORIES = [
+ { id: "frequent", name: "最近使用" },
+ { id: "people", name: "表情与角色" },
+ { id: "nature", name: "自然与动物" },
+ { id: "foods", name: "食物与饮料" },
+ { id: "activity", name: "活动" },
+ { id: "places", name: "旅行与地点" },
+ { id: "objects", name: "物体" },
+ { id: "symbols", name: "符号" },
+ { id: "flags", name: "旗帜" },
+];
+
+interface KaomojiItem {
+ id: string;
+ text: string;
+ keywords: string[];
+}
+
+interface SymbolCategory {
+ id: string;
+ name: string;
+ keywords: string[];
+ items: KaomojiItem[];
+}
+
+interface BootstrapKaomojiData {
+ kaomojis?: Array<{
+ text?: string;
+ keywords?: string;
+ }>;
+}
+
+const typedBootstrapKaomojiData = bootstrapKaomojiData as BootstrapKaomojiData;
+
+const BASE_KAOMOJI_CATEGORIES: SymbolCategory[] = [
+ {
+ id: "common",
+ items: [
+ { id: "common-1", keywords: ["常用", "微笑", "开心"], text: "(●'◡'●)" },
+ { id: "common-2", keywords: ["常用", "加油", "打气"], text: "(๑•̀ㅂ•́)و" },
+ { id: "common-3", keywords: ["常用", "害羞", "脸红"], text: "(*/ω\*)" },
+ { id: "common-4", keywords: ["常用", "喜欢", "爱心"], text: "(´▽`ʃ♡ƪ)" },
+ {
+ id: "common-5",
+ keywords: ["常用", "耸肩", "无奈"],
+ text: "¯\\_(ツ)_/¯",
+ },
+ {
+ id: "common-6",
+ keywords: ["常用", "掀桌", "生气"],
+ text: "(╯°□°)╯︵ ┻━┻",
+ },
+ ],
+ keywords: ["常用", "classic", "frequent"],
+ name: "常用",
+ },
+ {
+ id: "happy",
+ items: [
+ { id: "happy-1", keywords: ["开心", "高兴", "挥手"], text: "ヽ(✿゚▽゚)ノ" },
+ { id: "happy-2", keywords: ["开心", "兴奋", "雀跃"], text: "ヾ(≧▽≦*)o" },
+ { id: "happy-3", keywords: ["开心", "满足", "笑"], text: "(●ˇ∀ˇ●)" },
+ { id: "happy-4", keywords: ["开心", "打招呼", "招手"], text: "(≧∇≦)ノ" },
+ { id: "happy-5", keywords: ["开心", "偷笑", "可爱"], text: "(^///^)" },
+ { id: "happy-6", keywords: ["开心", "音乐", "轻松"], text: "♪(^∇^*)" },
+ ],
+ keywords: ["开心", "快乐", "happy"],
+ name: "开心",
+ },
+ {
+ id: "love",
+ items: [
+ { id: "love-1", keywords: ["喜欢", "爱", "心动"], text: "(❤ ω ❤)" },
+ { id: "love-2", keywords: ["喜欢", "爱心", "贴贴"], text: "(´▽`ʃ♡ƪ)" },
+ {
+ id: "love-3",
+ keywords: ["喜欢", "拥抱", "亲亲"],
+ text: "(づ ̄ 3 ̄)づ",
+ },
+ { id: "love-4", keywords: ["喜欢", "亲吻", "爱"], text: "( ˘ 3˘)♥" },
+ { id: "love-5", keywords: ["喜欢", "温柔", "满足"], text: "(๑˘︶˘๑)" },
+ { id: "love-6", keywords: ["喜欢", "可爱", "爱慕"], text: "♡(ӦvӦ。)" },
+ ],
+ keywords: ["喜欢", "爱", "love"],
+ name: "喜欢",
+ },
+ {
+ id: "shy",
+ items: [
+ { id: "shy-1", keywords: ["害羞", "脸红", "捂脸"], text: "(*/ω\*)" },
+ { id: "shy-2", keywords: ["害羞", "偷看", "不好意思"], text: "(*/▽\*)" },
+ { id: "shy-3", keywords: ["害羞", "回避", "不好意思"], text: "(/▽\)" },
+ {
+ id: "shy-4",
+ keywords: ["害羞", "脸红", "心动"],
+ text: "(⁄ ⁄•⁄ω⁄•⁄ ⁄)",
+ },
+ { id: "shy-5", keywords: ["害羞", "可爱", "红脸"], text: "(⁄⁄•⁄ω⁄•⁄⁄)" },
+ { id: "shy-6", keywords: ["害羞", "低头", "拘谨"], text: "(。_。)" },
+ ],
+ keywords: ["害羞", "脸红", "shy"],
+ name: "害羞",
+ },
+ {
+ id: "helpless",
+ items: [
+ {
+ id: "helpless-1",
+ keywords: ["无语", "耸肩", "无奈"],
+ text: "¯\\_(ツ)_/¯",
+ },
+ {
+ id: "helpless-2",
+ keywords: ["无语", "沉默", "嫌弃"],
+ text: "(ー_ー)!!",
+ },
+ {
+ id: "helpless-3",
+ keywords: ["无语", "怀疑", "斜眼"],
+ text: "(¬_¬;)",
+ },
+ { id: "helpless-4", keywords: ["无语", "尴尬", "震惊"], text: "(⊙_⊙;)" },
+ {
+ id: "helpless-5",
+ keywords: ["无语", "为难", "汗颜"],
+ text: "( ̄△ ̄;)",
+ },
+ {
+ id: "helpless-6",
+ keywords: ["无语", "轻蔑", "淡定"],
+ text: "( ̄_, ̄ )",
+ },
+ ],
+ keywords: ["无语", "无奈", "helpless"],
+ name: "无语",
+ },
+ {
+ id: "angry",
+ items: [
+ {
+ id: "angry-1",
+ keywords: ["生气", "掀桌", "愤怒"],
+ text: "(╯°□°)╯︵ ┻━┻",
+ },
+ { id: "angry-2", keywords: ["生气", "凶", "不满"], text: "(▼へ▼メ)" },
+ { id: "angry-3", keywords: ["生气", "暴怒", "抓狂"], text: "٩(╬ʘ益ʘ╬)۶" },
+ { id: "angry-4", keywords: ["生气", "发火", "怒"], text: "(#`O′)" },
+ { id: "angry-5", keywords: ["生气", "不爽", "瞪眼"], text: "(`д′)" },
+ {
+ id: "angry-6",
+ keywords: ["生气", "骂人", "愤怒"],
+ text: "凸(艹皿艹 )",
+ },
+ ],
+ keywords: ["生气", "愤怒", "angry"],
+ name: "生气",
+ },
+];
+
+const KAOMOJI_CATEGORY_RULES = [
+ {
+ id: "angry",
+ keywords: [
+ "angry",
+ "disapproval",
+ "disgust",
+ "frustrated",
+ "furious",
+ "mad",
+ "tableflip",
+ "upset",
+ "厌恶",
+ "心烦",
+ "愤怒",
+ "掀桌",
+ "沮丧",
+ "生气",
+ "疯狂",
+ "翻转",
+ ],
+ },
+ {
+ id: "love",
+ keywords: [
+ "embrace",
+ "heart",
+ "hug",
+ "infatuated",
+ "kiss",
+ "love",
+ "亲亲",
+ "亲吻",
+ "喜欢",
+ "心动",
+ "爱",
+ "爱心",
+ "拥抱",
+ "贴贴",
+ "迷恋",
+ ],
+ },
+ {
+ id: "shy",
+ keywords: [
+ "embarrassed",
+ "hide",
+ "hiding",
+ "peek",
+ "peeking",
+ "shy",
+ "不好意思",
+ "偷看",
+ "回避",
+ "害羞",
+ "捂脸",
+ "脸红",
+ "脸熱",
+ ],
+ },
+ {
+ id: "happy",
+ keywords: [
+ "excited",
+ "greetings",
+ "happy",
+ "hello",
+ "hey",
+ "hi",
+ "joy",
+ "praise",
+ "smile",
+ "wave",
+ "wink",
+ "兴奋",
+ "开心",
+ "快乐",
+ "微笑",
+ "招手",
+ "挥手",
+ "打招呼",
+ "笑",
+ "赞美",
+ "问候",
+ "高兴",
+ ],
+ },
+ {
+ id: "helpless",
+ keywords: [
+ "apologize",
+ "calm",
+ "confused",
+ "doubt",
+ "forlorn",
+ "frightened",
+ "indifferent",
+ "meh",
+ "putting",
+ "relax",
+ "sad",
+ "scared",
+ "skeptical",
+ "sorry",
+ "sorrow",
+ "surprised",
+ "tableunflip",
+ "teary-eyed",
+ "unsure",
+ "whatever",
+ "what",
+ "抱歉",
+ "放回",
+ "放松",
+ "无奈",
+ "无所谓",
+ "无语",
+ "道歉",
+ "冷漠",
+ "冷静",
+ "含泪",
+ "困惑",
+ "回来",
+ "孤独",
+ "害怕",
+ "怀疑",
+ "悲伤",
+ "悲痛",
+ "惊恐",
+ "惊讶",
+ "放回桌子",
+ "震惊",
+ "难过",
+ ],
+ },
+] as const satisfies Array<{
+ id: SymbolCategory["id"];
+ keywords: string[];
+}>;
+
+const normalizeKaomojiText = (value?: string) => {
+ return value?.trim();
+};
+
+const normalizeKaomojiKeywords = (value?: string) => {
+ return Array.from(
+ new Set(
+ value
+ ?.split(/\s+/)
+ .map((entry) => entry.trim())
+ .filter(Boolean) ?? [],
+ ),
+ );
+};
+
+const getKaomojiTextLength = (value: string) => {
+ return Array.from(value).length;
+};
+
+const SHORT_KAOMOJI_MAX_LENGTH = 8;
+const MEDIUM_KAOMOJI_MAX_LENGTH = 14;
+
+const getShortKaomojiColumns = (width: number) => {
+ return width >= 1080 ? 6 : 5;
+};
+
+const getKaomojiRowColumns = (value: string, shortColumns: number) => {
+ const length = getKaomojiTextLength(value);
+
+ if (length <= SHORT_KAOMOJI_MAX_LENGTH) {
+ return shortColumns;
+ }
+
+ if (length <= MEDIUM_KAOMOJI_MAX_LENGTH) {
+ return 3;
+ }
+
+ return 2;
+};
+
+const getKaomojiItemTextClassName = (value: string, columns: number) => {
+ const length = getKaomojiTextLength(value);
+
+ if (columns >= 5) {
+ return "text-sm";
+ }
+
+ if (columns === 3) {
+ return length >= 12 ? "text-sm" : "text-base";
+ }
+
+ if (length >= 36) {
+ return "text-[11px]";
+ }
+
+ if (length >= 26) {
+ return "text-xs";
+ }
+
+ if (length >= 14) {
+ return "text-sm";
+ }
+
+ return "text-base";
+};
+
+const chunkKaomojiItems = (items: KaomojiItem[], shortColumns: number) => {
+ const rows: Array<{ items: KaomojiItem[]; columns: number }> = [];
+ const groups = new Map();
+ const orderedColumns = [shortColumns, 3, 2];
+
+ for (const item of items) {
+ const columns = getKaomojiRowColumns(item.text, shortColumns);
+ const group = groups.get(columns);
+
+ if (group) {
+ group.push(item);
+ continue;
+ }
+
+ groups.set(columns, [item]);
+ }
+
+ orderedColumns.forEach((columns) => {
+ const group = groups.get(columns);
+ if (!group?.length) return;
+
+ chunk(group, columns).forEach((itemsInRow) => {
+ rows.push({
+ columns,
+ items: itemsInRow,
+ });
+ });
+ });
+
+ return rows;
+};
+
+const getKaomojiCategoryId = (text: string, keywords: string[]) => {
+ const haystack = [text, ...keywords].join(" ").toLowerCase();
+
+ for (const rule of KAOMOJI_CATEGORY_RULES) {
+ if (rule.keywords.some((keyword) => haystack.includes(keyword.toLowerCase()))) {
+ return rule.id;
+ }
+ }
+
+ return "common";
+};
+
+const KAOMOJI_CATEGORIES: SymbolCategory[] = (() => {
+ const categories = BASE_KAOMOJI_CATEGORIES.map((category) => {
+ return {
+ ...category,
+ items: [...category.items],
+ };
+ });
+ const categoryMap = new Map(categories.map((category) => [category.id, category]));
+ const seenTexts = new Set(
+ categories.flatMap((category) => {
+ return category.items.map((item) => normalizeKaomojiText(item.text));
+ }),
+ );
+
+ for (const entry of typedBootstrapKaomojiData.kaomojis ?? []) {
+ const text = normalizeKaomojiText(entry.text);
+ if (!text || seenTexts.has(text)) continue;
+
+ const keywords = normalizeKaomojiKeywords(entry.keywords);
+ const categoryId = getKaomojiCategoryId(text, keywords);
+ const category = categoryMap.get(categoryId);
+ if (!category) continue;
+
+ category.items.push({
+ id: `${category.id}-${category.items.length + 1}`,
+ keywords,
+ text,
+ });
+ seenTexts.add(text);
+ }
+
+ return categories;
+})();
+
+const isVisibleChar = (value: string) => {
+ return value.length > 0 && !/[\p{C}\s]/u.test(value);
+};
+
+const buildSymbolItems = (
+ prefix: string,
+ ranges: Array<[number, number]>,
+ matcher: (value: string) => boolean,
+ keywords: string[],
+ extras: string[] = [],
+) => {
+ const seen = new Set();
+ const items: KaomojiItem[] = [];
+
+ const append = (value: string) => {
+ if (seen.has(value) || !isVisibleChar(value) || !matcher(value)) return;
+
+ const codePoint = value.codePointAt(0);
+ if (!codePoint) return;
+
+ seen.add(value);
+ items.push({
+ id: `${prefix}-${codePoint.toString(16)}`,
+ keywords,
+ text: value,
+ });
+ };
+
+ extras.forEach(append);
+
+ for (const [start, end] of ranges) {
+ for (let codePoint = start; codePoint <= end; codePoint += 1) {
+ append(String.fromCodePoint(codePoint));
+ }
+ }
+
+ return items;
+};
+
+const SYMBOL_CATEGORIES: SymbolCategory[] = [
+ {
+ id: "punctuation",
+ items: buildSymbolItems(
+ "symbol-punctuation",
+ [
+ [0x0021, 0x002f],
+ [0x003a, 0x0040],
+ [0x005b, 0x0060],
+ [0x007b, 0x007e],
+ [0x00a1, 0x00bf],
+ [0x2000, 0x206f],
+ [0x2e00, 0x2e7f],
+ [0x3000, 0x303f],
+ [0xff01, 0xff0f],
+ [0xff1a, 0xff20],
+ [0xff3b, 0xff40],
+ [0xff5b, 0xff65],
+ ],
+ (value) => /\p{P}/u.test(value) || "•·…※†‡‰‱′″‴‵‽".includes(value),
+ ["常规标点", "标点", "punctuation"],
+ ["…", "—", "–", "•", "·", "※", "′", "″", "‽"],
+ ),
+ keywords: ["常规标点", "标点", "punctuation"],
+ name: "常规标点",
+ },
+ {
+ id: "currency",
+ items: buildSymbolItems(
+ "symbol-currency",
+ [
+ [0x0024, 0x0024],
+ [0x00a2, 0x00a5],
+ [0x058f, 0x058f],
+ [0x060b, 0x060b],
+ [0x09f2, 0x09f3],
+ [0x09fb, 0x09fb],
+ [0x0af1, 0x0af1],
+ [0x0bf9, 0x0bf9],
+ [0x0e3f, 0x0e3f],
+ [0x17db, 0x17db],
+ [0x20a0, 0x20cf],
+ [0xa838, 0xa838],
+ [0xfdfc, 0xfdfc],
+ [0xfe69, 0xfe69],
+ [0xff04, 0xff04],
+ [0xffe0, 0xffe6],
+ ],
+ (value) => /\p{Sc}/u.test(value) || value === "¤",
+ ["货币符号", "货币", "currency"],
+ ["$", "¢", "£", "¤", "¥", "€", "₹", "₩", "₽", "₿"],
+ ),
+ keywords: ["货币符号", "货币", "currency"],
+ name: "货币符号",
+ },
+ {
+ id: "latin",
+ items: buildSymbolItems(
+ "symbol-latin",
+ [
+ [0x00c0, 0x024f],
+ [0x1e00, 0x1eff],
+ ],
+ (value) => /\p{Script=Latin}/u.test(value),
+ ["拉丁符号", "拉丁", "latin"],
+ ),
+ keywords: ["拉丁符号", "拉丁", "latin"],
+ name: "拉丁符号",
+ },
+ {
+ id: "geometric",
+ items: buildSymbolItems(
+ "symbol-geometric",
+ [
+ [0x25a0, 0x25ff],
+ [0x2b12, 0x2bff],
+ ],
+ (value) => /\p{S}/u.test(value),
+ ["几何符号", "几何", "geometric"],
+ ["■", "□", "▲", "△", "◆", "◇", "●", "○", "★", "☆"],
+ ),
+ keywords: ["几何符号", "几何", "geometric"],
+ name: "几何符号",
+ },
+ {
+ id: "math",
+ items: buildSymbolItems(
+ "symbol-math",
+ [
+ [0x00ac, 0x00ac],
+ [0x00b1, 0x00b1],
+ [0x00d7, 0x00d7],
+ [0x00f7, 0x00f7],
+ [0x2070, 0x209f],
+ [0x2200, 0x22ff],
+ [0x27c0, 0x27ef],
+ [0x2980, 0x29ff],
+ [0x2a00, 0x2aff],
+ ],
+ (value) => /\p{Sm}/u.test(value) || "∞≈≠≤≥±×÷√∑∏∫∂∆∇".includes(value),
+ ["数学符号", "数学", "math"],
+ ["±", "×", "÷", "√", "∞", "≈", "≠", "≤", "≥", "∑", "∏", "∫"],
+ ),
+ keywords: ["数学符号", "数学", "math"],
+ name: "数学符号",
+ },
+ {
+ id: "supplemental",
+ items: buildSymbolItems(
+ "symbol-supplemental",
+ [
+ [0x2190, 0x21ff],
+ [0x2300, 0x23ff],
+ [0x2460, 0x24ff],
+ [0x2580, 0x259f],
+ [0x2600, 0x26ff],
+ [0x2700, 0x27bf],
+ ],
+ (value) => /\p{S}/u.test(value),
+ ["补充符号", "补充", "supplemental"],
+ ["←", "→", "↑", "↓", "↔", "⌘", "⌛", "①", "☀", "☑", "✓", "✕"],
+ ),
+ keywords: ["补充符号", "补充", "supplemental"],
+ name: "补充符号",
+ },
+ {
+ id: "language",
+ items: buildSymbolItems(
+ "symbol-language",
+ [
+ [0x0370, 0x03ff],
+ [0x0400, 0x04ff],
+ [0x3000, 0x303f],
+ ],
+ (value) => {
+ return (
+ /\p{Script=Greek}/u.test(value) ||
+ /\p{Script=Cyrillic}/u.test(value) ||
+ /[々〆〤〇〒〓〠〳〴〵、。「」『』【】《》〈〉〔〕〖〗〘〙〚〛〜]/u.test(
+ value,
+ )
+ );
+ },
+ ["语言符号", "语言", "language"],
+ ["α", "β", "γ", "Ω", "Ж", "я", "々", "〆", "〇", "〒"],
+ ),
+ keywords: ["语言符号", "语言", "language"],
+ name: "语言符号",
+ },
+];
+
+type PanelRow =
+ | {
+ type: "category";
+ id: string;
+ title: string;
+ }
+ | {
+ type: "emoji";
+ id: string;
+ items: any[];
+ }
+ | {
+ type: "kaomoji";
+ id: string;
+ columns: number;
+ items: KaomojiItem[];
+ }
+ | {
+ type: "symbol";
+ id: string;
+ items: KaomojiItem[];
+ };
+
+const EmojiPicker = () => {
+ const { rootState } = useContext(MainContext);
+ const { t } = useTranslation();
+ const scrollerRef = useRef(null);
+ const virtuosoRef = useRef(null);
+ const pendingCategoryScrollRef = useRef<{
+ id: string;
+ title: string;
+ index: number;
+ }>();
+ const pendingCategoryUnlockTimeoutRef = useRef();
+ const currentVisibleCategoryIdRef = useRef();
+ const visibleStartIndexRef = useRef(0);
+ const isExpressionGroup =
+ rootState.group === "emoji" ||
+ rootState.group === "kaomoji" ||
+ rootState.group === "symbol";
+ const isEmojiGroup = rootState.group === "emoji";
+ const isKaomojiGroup = rootState.group === "kaomoji";
+ const isSymbolGroup = rootState.group === "symbol";
+ const [kaomojiShortColumns, setKaomojiShortColumns] = useState(5);
+ const [activeCategoryId, setActiveCategoryId] = useState<
+ string | undefined
+ >();
+
+ useEffect(() => {
+ const container = scrollerRef.current;
+ if (!container) return;
+
+ const updateColumns = (width: number) => {
+ setKaomojiShortColumns(getShortKaomojiColumns(width));
+ };
+
+ updateColumns(container.clientWidth);
+
+ const observer = new ResizeObserver((entries) => {
+ const entry = entries[0];
+ if (!entry) return;
+
+ updateColumns(entry.contentRect.width);
+ });
+
+ observer.observe(container);
+
+ return () => {
+ observer.disconnect();
+ };
+ }, []);
+
+ const listData = useMemo(() => {
+ const rows: PanelRow[] = [];
+ const keyword = rootState.search?.trim().toLowerCase();
+
+ const appendTextCategories = (
+ categories: SymbolCategory[],
+ type: "kaomoji" | "symbol",
+ perLine: number,
+ ) => {
+ categories.forEach((category) => {
+ const items = category.items.filter((item) => {
+ if (!keyword) return true;
+
+ return (
+ item.text.toLowerCase().includes(keyword) ||
+ category.name.toLowerCase().includes(keyword) ||
+ category.keywords.some((entry) =>
+ entry.toLowerCase().includes(keyword),
+ ) ||
+ item.keywords.some((entry) => entry.toLowerCase().includes(keyword))
+ );
+ });
+
+ if (items.length === 0) return;
+
+ rows.push({
+ id: category.id,
+ title: t(`clipboard.${type}.categories.${category.id}`),
+ type: "category",
+ });
+
+ if (type === "kaomoji") {
+ chunkKaomojiItems(items, kaomojiShortColumns).forEach(
+ (group, index) => {
+ rows.push({
+ columns: group.columns,
+ id: `${category.id}-${index}`,
+ items: group.items,
+ type,
+ });
+ },
+ );
+
+ return;
+ }
+
+ chunk(items, perLine).forEach((group, index) => {
+ rows.push({
+ id: `${category.id}-${index}`,
+ items: group,
+ type,
+ });
+ });
+ });
+ };
+
+ if (isKaomojiGroup) {
+ appendTextCategories(KAOMOJI_CATEGORIES, "kaomoji", 3);
+
+ return rows;
+ }
+
+ if (isSymbolGroup) {
+ appendTextCategories(SYMBOL_CATEGORIES, "symbol", 6);
+
+ return rows;
+ }
+
+ const perLine = 9;
+
+ EMOJI_CATEGORIES.forEach((cat) => {
+ if (cat.id === "frequent") return;
+
+ const categoryData = typedData.categories.find((c) => c.id === cat.id);
+ if (!categoryData || !categoryData.emojis.length) return;
+
+ const filteredEmojiIds = categoryData.emojis.filter((id) => {
+ if (!keyword) return true;
+ const emoji = typedData.emojis[id];
+ if (!emoji) return false;
+
+ return (
+ emoji.name?.toLowerCase().includes(keyword) ||
+ cat.name.toLowerCase().includes(keyword) ||
+ emoji.keywords?.some((k) => k.toLowerCase().includes(keyword))
+ );
+ });
+
+ if (filteredEmojiIds.length === 0) return;
+
+ rows.push({
+ id: cat.id,
+ title: t(`clipboard.emoji.categories.${cat.id}`),
+ type: "category",
+ });
+
+ chunk(filteredEmojiIds, perLine).forEach((chunkIds, index) => {
+ rows.push({
+ id: `${cat.id}-${index}`,
+ items: chunkIds.map((id) => typedData.emojis[id]),
+ type: "emoji",
+ });
+ });
+ });
+
+ return rows;
+ }, [isKaomojiGroup, isSymbolGroup, kaomojiShortColumns, rootState.search, t]);
+
+ const expressionTabs = useMemo(() => {
+ return listData.reduce>(
+ (result, item, index) => {
+ if (item.type === "category") {
+ result.push({ id: item.id, index, title: item.title });
+ }
+
+ return result;
+ },
+ [],
+ );
+ }, [listData]);
+
+ useEffect(() => {
+ if (!isExpressionGroup) {
+ if (pendingCategoryUnlockTimeoutRef.current) {
+ window.clearTimeout(pendingCategoryUnlockTimeoutRef.current);
+ pendingCategoryUnlockTimeoutRef.current = void 0;
+ }
+ pendingCategoryScrollRef.current = void 0;
+ setActiveCategoryId(void 0);
+
+ return;
+ }
+
+ const firstCategoryId = expressionTabs[0]?.id;
+ if (!firstCategoryId) return;
+
+ setActiveCategoryId((current) => {
+ return expressionTabs.some((item) => item.id === current)
+ ? current
+ : firstCategoryId;
+ });
+ }, [expressionTabs, isExpressionGroup]);
+
+ useEffect(() => {
+ if (pendingCategoryUnlockTimeoutRef.current) {
+ window.clearTimeout(pendingCategoryUnlockTimeoutRef.current);
+ pendingCategoryUnlockTimeoutRef.current = void 0;
+ }
+ pendingCategoryScrollRef.current = void 0;
+ }, [expressionTabs, rootState.group, rootState.search]);
+
+ useEffect(() => {
+ return () => {
+ if (pendingCategoryUnlockTimeoutRef.current) {
+ window.clearTimeout(pendingCategoryUnlockTimeoutRef.current);
+ }
+ };
+ }, []);
+
+ useEffect(() => {
+ if (!isExpressionGroup || !activeCategoryId) return;
+
+ scrollElementToCenter(
+ `expression-tab-${rootState.group}-${activeCategoryId}`,
+ );
+ }, [activeCategoryId, isExpressionGroup, rootState.group]);
+
+ const handleTextSelect = async (value?: string) => {
+ if (!value) return;
+
+ try {
+ await pasteTextToClipboard(value, { ignoreHistory: true });
+ } catch {
+ await copyTextToClipboard(value, { ignoreHistory: true });
+ }
+ };
+
+ return (
+
+ {isExpressionGroup && expressionTabs.length > 0 && (
+
+
+ {expressionTabs.map((item) => {
+ const checked = item.id === activeCategoryId;
+
+ return (
+
+ {
+ if (item.id === activeCategoryId) return;
+
+ if (pendingCategoryUnlockTimeoutRef.current) {
+ window.clearTimeout(
+ pendingCategoryUnlockTimeoutRef.current,
+ );
+ pendingCategoryUnlockTimeoutRef.current = void 0;
+ }
+ pendingCategoryScrollRef.current = {
+ id: item.id,
+ index: item.index,
+ title: item.title,
+ };
+ setActiveCategoryId(item.id);
+ virtuosoRef.current?.scrollToIndex({
+ align: "start",
+ behavior: "smooth",
+ index: item.index,
+ });
+ }}
+ >
+ {item.title}
+
+
+ );
+ })}
+
+
+ )}
+
+
+ item.id}
+ customScrollParent={scrollerRef.current ?? void 0}
+ data={listData}
+ itemContent={(_, data) => {
+ if (data.type === "category") {
+ return (
+
+ {data.title}
+
+ );
+ }
+
+ if (data.type === "kaomoji") {
+ const columns = data.columns;
+
+ return (
+
+ {data.items.map((item) => {
+ return (
+
void handleTextSelect(item.text)}
+ title={item.text}
+ type="button"
+ >
+
+ {item.text}
+
+
+ );
+ })}
+ {Array.from({ length: columns - data.items.length }).map((_, i) => (
+
+ ))}
+
+ );
+ }
+
+ if (data.type === "symbol") {
+ return (
+
+ {data.items.map((item) => {
+ return (
+
void handleTextSelect(item.text)}
+ title={item.text}
+ type="button"
+ >
+ {item.text}
+
+ );
+ })}
+ {Array.from({ length: 6 - data.items.length }).map((_, i) => (
+
+ ))}
+
+ );
+ }
+
+ return (
+
+ {data.items?.map((emoji, idx) => {
+ if (!emoji) return
;
+ const unified = emoji.skins[0]?.unified;
+ const native = emoji.skins[0]?.native;
+ const imageSrc = getEmojiImageSrc(unified);
+ if (!native) return
;
+
+ return (
+
void handleTextSelect(native)}
+ title={emoji.name}
+ type="button"
+ >
+ {imageSrc ? (
+ <>
+ {
+ event.currentTarget.style.display = "none";
+ const fallback =
+ event.currentTarget.nextElementSibling;
+ if (fallback instanceof HTMLSpanElement) {
+ fallback.style.display = "inline";
+ }
+ }}
+ src={imageSrc}
+ />
+
+ {native}
+
+ >
+ ) : (
+ native
+ )}
+
+ );
+ })}
+ {/* 补充空位保持对齐 */}
+ {Array.from({ length: 9 - (data.items?.length || 0) }).map(
+ (_, i) => (
+
+ ),
+ )}
+
+ );
+ }}
+ overscan={isEmojiGroup ? 3000 : 1500}
+ rangeChanged={({ startIndex, endIndex }) => {
+ if (!isExpressionGroup) return;
+
+ visibleStartIndexRef.current = startIndex;
+
+ const firstVisibleCategory = listData
+ .slice(startIndex, endIndex + 1)
+ .find((item) => item.type === "category");
+ const currentCategory = (() => {
+ if (firstVisibleCategory?.type === "category") {
+ return firstVisibleCategory;
+ }
+
+ for (let index = startIndex; index >= 0; index -= 1) {
+ const item = listData[index];
+
+ if (item?.type === "category") {
+ return item;
+ }
+ }
+ })();
+ currentVisibleCategoryIdRef.current = currentCategory?.id;
+
+ const pendingCategory = pendingCategoryScrollRef.current;
+ if (pendingCategory) {
+ const hasReachedTarget = listData
+ .slice(startIndex, endIndex + 1)
+ .some((item) => {
+ return (
+ item.type === "category" &&
+ (item.id === pendingCategory.id ||
+ item.title === pendingCategory.title)
+ );
+ });
+
+ if (hasReachedTarget) {
+ if (activeCategoryId !== pendingCategory.id) {
+ setActiveCategoryId(pendingCategory.id);
+ }
+
+ if (!pendingCategoryUnlockTimeoutRef.current) {
+ pendingCategoryUnlockTimeoutRef.current = window.setTimeout(
+ () => {
+ pendingCategoryScrollRef.current = void 0;
+ pendingCategoryUnlockTimeoutRef.current = void 0;
+
+ if (
+ currentVisibleCategoryIdRef.current &&
+ currentVisibleCategoryIdRef.current !== activeCategoryId
+ ) {
+ setActiveCategoryId(
+ currentVisibleCategoryIdRef.current,
+ );
+ }
+ },
+ 1000,
+ );
+ }
+ }
+
+ return;
+ }
+
+ if (
+ currentCategory?.id &&
+ currentCategory.id !== activeCategoryId
+ ) {
+ setActiveCategoryId(currentCategory.id);
+ }
+ }}
+ ref={virtuosoRef}
+ />
+
+
+ );
+};
+
+export default EmojiPicker;
diff --git a/src/pages/Main/components/HistoryList/components/Files/index.tsx b/src/pages/Main/components/HistoryList/components/Files/index.tsx
index 2de0e0666b..d5f35290a4 100644
--- a/src/pages/Main/components/HistoryList/components/Files/index.tsx
+++ b/src/pages/Main/components/HistoryList/components/Files/index.tsx
@@ -1,34 +1,78 @@
-import type { FC } from "react";
+import { startDrag } from "@crabnebula/tauri-plugin-drag";
+import { exists } from "@tauri-apps/plugin-fs";
+import type { DragEvent, FC } from "react";
+import { fullName } from "tauri-plugin-fs-pro-api";
import type { DatabaseSchemaHistory } from "@/types/database";
import { isImage } from "@/utils/is";
import File from "./components/File";
const Files: FC> = (props) => {
- const { value } = props;
-
- const getClassName = () => {
- if (value.length === 1) {
- if (isImage(value[0])) {
- return "max-h-21.5";
- }
-
- return "h-7";
- }
-
- if (value.length === 2) {
- return "h-14";
- }
-
- return "h-21.5";
- };
-
- return (
-
- {value.map((path) => {
- return ;
- })}
-
- );
+ const { value } = props;
+
+ const getClassName = () => {
+ if (value.length === 1) {
+ if (isImage(value[0])) {
+ return "max-h-21.5";
+ }
+
+ return "h-7";
+ }
+
+ if (value.length === 2) {
+ return "h-14";
+ }
+
+ return "h-21.5";
+ };
+
+ const handleDragStart = (event: DragEvent) => {
+ event.preventDefault();
+ event.stopPropagation();
+
+ void (async () => {
+ const dragPaths = (
+ await Promise.all(
+ value.map(async (path) => {
+ try {
+ const resolvedPath = await fullName(path);
+
+ if (await exists(resolvedPath)) {
+ return resolvedPath;
+ }
+ } catch {}
+
+ if (await exists(path)) {
+ return path;
+ }
+
+ return null;
+ }),
+ )
+ ).filter((path): path is string => Boolean(path));
+
+ if (!dragPaths.length) return;
+
+ await startDrag({
+ icon: dragPaths[0],
+ item: dragPaths,
+ mode: "copy",
+ });
+ })();
+ };
+
+ return (
+
+ {value.map((path) => {
+ return ;
+ })}
+
+ );
};
export default Files;
diff --git a/src/pages/Main/components/HistoryList/components/GifPicker/index.tsx b/src/pages/Main/components/HistoryList/components/GifPicker/index.tsx
new file mode 100644
index 0000000000..39917bfd44
--- /dev/null
+++ b/src/pages/Main/components/HistoryList/components/GifPicker/index.tsx
@@ -0,0 +1,335 @@
+import { Button, Empty, Input, Spin, Tag } from "antd";
+import { useContext, useEffect, useMemo, useRef, useState } from "react";
+import { useTranslation } from "react-i18next";
+import { useSnapshot } from "valtio";
+import Scrollbar from "@/components/Scrollbar";
+import { copyTextToClipboard, pasteTextToClipboard } from "@/plugins/clipboard";
+import { showWindow } from "@/plugins/window";
+import { globalStore } from "@/stores/global";
+import { scrollElementToCenter } from "@/utils/dom";
+import { syncStore } from "@/utils/store";
+import {
+ fetchTenorFeaturedGifs,
+ searchTenorGifs,
+ type TenorGifItem,
+} from "@/utils/tenor";
+import { MainContext } from "../../../..";
+
+const GIF_CATEGORIES = [
+ {
+ id: "featured",
+ name: "热门",
+ },
+ {
+ id: "happy",
+ name: "开心",
+ query: "happy",
+ },
+ {
+ id: "love",
+ name: "喜欢",
+ query: "love",
+ },
+ {
+ id: "funny",
+ name: "搞笑",
+ query: "funny",
+ },
+ {
+ id: "wow",
+ name: "震惊",
+ query: "wow",
+ },
+ {
+ id: "sad",
+ name: "难过",
+ query: "sad",
+ },
+ {
+ id: "angry",
+ name: "生气",
+ query: "angry",
+ },
+] as const;
+
+const GifPicker = () => {
+ const { rootState } = useContext(MainContext);
+ const { integration } = useSnapshot(globalStore);
+ const { t } = useTranslation();
+ const requestIdRef = useRef(0);
+ const [activeCategoryId, setActiveCategoryId] = useState(
+ GIF_CATEGORIES[0].id,
+ );
+ const [apiKeyInput, setApiKeyInput] = useState(integration.tenorApiKey ?? "");
+ const [items, setItems] = useState([]);
+ const [nextPos, setNextPos] = useState();
+ const [loading, setLoading] = useState(false);
+ const [loadingMore, setLoadingMore] = useState(false);
+ const [saving, setSaving] = useState(false);
+ const [error, setError] = useState();
+ const apiKey = integration.tenorApiKey?.trim();
+ const keyword = rootState.search?.trim();
+
+ const activeCategory = useMemo(() => {
+ return (
+ GIF_CATEGORIES.find((item) => item.id === activeCategoryId) ??
+ GIF_CATEGORIES[0]
+ );
+ }, [activeCategoryId]);
+
+ useEffect(() => {
+ setApiKeyInput(integration.tenorApiKey ?? "");
+ }, [integration.tenorApiKey]);
+
+ useEffect(() => {
+ scrollElementToCenter(`gif-tab-${activeCategoryId}`);
+ }, [activeCategoryId]);
+
+ const fetchGifs = async (append = false, pos?: string) => {
+ if (!apiKey) return;
+
+ const requestId = ++requestIdRef.current;
+
+ setError(void 0);
+ if (append) {
+ setLoadingMore(true);
+ } else {
+ setLoading(true);
+ }
+
+ try {
+ const response = keyword
+ ? await searchTenorGifs({
+ apiKey,
+ keyword,
+ limit: 24,
+ pos,
+ })
+ : activeCategory.id === "featured"
+ ? await fetchTenorFeaturedGifs({
+ apiKey,
+ limit: 24,
+ pos,
+ })
+ : await searchTenorGifs({
+ apiKey,
+ categoryQuery: activeCategory.query,
+ limit: 24,
+ pos,
+ });
+
+ if (requestId !== requestIdRef.current) return;
+
+ setItems((current) => {
+ if (!append) return response.items;
+
+ const merged = new Map(current.map((item) => [item.id, item]));
+
+ response.items.forEach((item) => {
+ merged.set(item.id, item);
+ });
+
+ return [...merged.values()];
+ });
+ setNextPos(response.next);
+ } catch (e) {
+ if (requestId !== requestIdRef.current) return;
+
+ setItems((current) => (append ? current : []));
+ setNextPos(void 0);
+ setError(
+ e instanceof Error
+ ? e.message
+ : t("clipboard.gif.hints.request_failed"),
+ );
+ } finally {
+ if (requestId !== requestIdRef.current) return;
+
+ setLoading(false);
+ setLoadingMore(false);
+ }
+ };
+
+ useEffect(() => {
+ setItems([]);
+ setNextPos(void 0);
+ setError(void 0);
+ setLoading(false);
+ setLoadingMore(false);
+ requestIdRef.current += 1;
+
+ if (!apiKey) return;
+
+ const timer = window.setTimeout(
+ () => {
+ void fetchGifs();
+ },
+ keyword ? 350 : 0,
+ );
+
+ return () => {
+ window.clearTimeout(timer);
+ };
+ }, [activeCategory.id, apiKey, keyword]);
+
+ const handleSaveApiKey = async () => {
+ const value = apiKeyInput.trim();
+ if (!value) return;
+
+ setSaving(true);
+
+ try {
+ globalStore.integration.tenorApiKey = value;
+ await syncStore();
+ } finally {
+ setSaving(false);
+ }
+ };
+
+ const handleGifSelect = async (item: TenorGifItem) => {
+ try {
+ await pasteTextToClipboard(item.gifUrl);
+ } catch {
+ await copyTextToClipboard(item.gifUrl);
+ }
+ };
+
+ if (!apiKey) {
+ return (
+
+
+ {t("clipboard.gif.label.api_title")}
+
+
+ {t("clipboard.gif.hints.api_description")}
+
+
{
+ setApiKeyInput(event.target.value);
+ }}
+ placeholder={t("clipboard.gif.hints.api_placeholder")}
+ value={apiKeyInput}
+ />
+
+ void handleSaveApiKey()}
+ type="primary"
+ >
+ {t("clipboard.gif.button.save_api")}
+
+ {
+ showWindow("preference");
+ }}
+ >
+ {t("clipboard.gif.button.open_preferences")}
+
+
+
+ );
+ }
+
+ return (
+
+
+
+ {GIF_CATEGORIES.map((item) => {
+ const checked = item.id === activeCategory.id;
+
+ return (
+
+ {
+ setActiveCategoryId(item.id);
+ }}
+ >
+ {t(`clipboard.gif.categories.${item.id}`)}
+
+
+ );
+ })}
+
+
+
+
+
+
+ {keyword
+ ? t("clipboard.gif.label.search_results", { keyword })
+ : t(`clipboard.gif.categories.${activeCategory.id}`)}
+
+
+ {loading ? (
+
+
+
+ ) : error ? (
+
+
{error}
+
void fetchGifs()}
+ type="primary"
+ >
+ {t("clipboard.gif.button.retry")}
+
+
+ ) : items.length === 0 ? (
+
+
+
+ ) : (
+ <>
+
+ {items.map((item) => {
+ return (
+
void handleGifSelect(item)}
+ title={t("clipboard.gif.label.copy_gif_link")}
+ type="button"
+ >
+
+
+
+ {item.title || t("clipboard.gif.label.copy_gif_link")}
+
+
+
+ );
+ })}
+
+
+ {nextPos && (
+
void fetchGifs(true, nextPos)}
+ >
+ {t("clipboard.gif.button.load_more")}
+
+ )}
+ >
+ )}
+
+
+ {t("clipboard.gif.label.powered_by")}{" "}
+
Tenor
+
+
+
+
+ );
+};
+
+export default GifPicker;
diff --git a/src/pages/Main/components/HistoryList/components/Image/index.tsx b/src/pages/Main/components/HistoryList/components/Image/index.tsx
index 136fe52115..4626697616 100644
--- a/src/pages/Main/components/HistoryList/components/Image/index.tsx
+++ b/src/pages/Main/components/HistoryList/components/Image/index.tsx
@@ -1,11 +1,59 @@
-import type { FC } from "react";
+import { startDrag } from "@crabnebula/tauri-plugin-drag";
+import { exists } from "@tauri-apps/plugin-fs";
+import type { DragEvent, FC } from "react";
+import { getDefaultSaveImagePath } from "tauri-plugin-clipboard-x-api";
import LocalImage from "@/components/LocalImage";
import type { DatabaseSchemaHistory } from "@/types/database";
+import { join } from "@/utils/path";
+
+const isAbsolutePath = (path: string) => {
+ if (/^[a-zA-Z]:[\\/]/.test(path)) return true;
+ if (path.startsWith("\\\\")) return true;
+ if (path.startsWith("/")) return true;
+ return false;
+};
const Image: FC> = (props) => {
- const { value } = props;
+ const { value } = props;
+
+ const handleDragStart = (event: DragEvent) => {
+ event.preventDefault();
+ event.stopPropagation();
+
+ void (async () => {
+ let dragPath = value;
+
+ try {
+ const saveImagePath = await getDefaultSaveImagePath();
+ if (
+ saveImagePath &&
+ !isAbsolutePath(value) &&
+ !value.startsWith(saveImagePath)
+ ) {
+ dragPath = join(saveImagePath, value);
+ }
+ } catch {}
+
+ if (!(await exists(dragPath))) return;
+
+ await startDrag({
+ icon: dragPath,
+ item: [dragPath],
+ mode: "copy",
+ });
+ })();
+ };
- return ;
+ return (
+
+
+
+ );
};
export default Image;
diff --git a/src/pages/Main/components/HistoryList/index.tsx b/src/pages/Main/components/HistoryList/index.tsx
index d7a198cd8e..4c6058cdf8 100644
--- a/src/pages/Main/components/HistoryList/index.tsx
+++ b/src/pages/Main/components/HistoryList/index.tsx
@@ -10,6 +10,8 @@ import { useHistoryList } from "@/hooks/useHistoryList";
import { useKeyboard } from "@/hooks/useKeyboard";
import { useTauriListen } from "@/hooks/useTauriListen";
import { MainContext } from "../..";
+import EmojiPicker from "./components/EmojiPicker";
+import GifPicker from "./components/GifPicker";
import Item from "./components/Item";
import NoteModal, { type NoteModalRef } from "./components/NoteModal";
@@ -19,6 +21,11 @@ const HistoryList = () => {
const [deleteModal, contextHolder] = Modal.useModal();
const virtuosoRef = useRef(null);
const scrollerRef = useRef(null);
+ const isExpressionGroup =
+ rootState.group === "emoji" ||
+ rootState.group === "kaomoji" ||
+ rootState.group === "symbol";
+ const isGifGroup = rootState.group === "gif";
const scrollToIndex = (index: number) => {
return virtuosoRef.current?.scrollIntoView({ index });
@@ -62,40 +69,48 @@ const HistoryList = () => {
return (
<>
-
- {
- if (!atTop || rootState.list.length <= 20) return;
-
- reload();
- }}
- computeItemKey={(_, item) => item.id}
- customScrollParent={scrollerRef.current ?? void 0}
- data={rootState.list}
- endReached={loadMore}
- itemContent={(index, data) => {
- return (
-
- - noteModelRef.current?.open(data.id)}
- index={index}
- />
-
- );
- }}
- ref={virtuosoRef}
- />
-
+ {isExpressionGroup ? (
+
+ ) : isGifGroup ? (
+
+ ) : (
+
+ {
+ if (!atTop || rootState.list.length <= 20) return;
+
+ reload();
+ }}
+ computeItemKey={(_, item) => item.id}
+ customScrollParent={scrollerRef.current ?? void 0}
+ data={rootState.list}
+ endReached={loadMore}
+ itemContent={(index, data) => {
+ return (
+
+ - noteModelRef.current?.open(data.id)}
+ index={index}
+ />
+
+ );
+ }}
+ ref={virtuosoRef}
+ />
+
+ )}
- scrollerRef.current!}
- />
+ {!isExpressionGroup && !isGifGroup && (
+ scrollerRef.current!}
+ />
+ )}
{contextHolder}
>
diff --git a/src/pages/Main/index.tsx b/src/pages/Main/index.tsx
index 5aace164c5..c8fcc9858f 100644
--- a/src/pages/Main/index.tsx
+++ b/src/pages/Main/index.tsx
@@ -86,6 +86,11 @@ const Main = () => {
deepAssign(clipboardStore, payload.clipboardStore);
});
+ // 激活窗口时切换到全部分组
+ useTauriListen(LISTEN_KEY.ACTIVATE_SHOW_ALL, () => {
+ state.group = "all";
+ });
+
// 窗口显示与隐藏
useRegister(toggleWindowVisible, [shortcut.clipboard]);
diff --git a/src/pages/Preference/components/General/components/GroupTabs/index.tsx b/src/pages/Preference/components/General/components/GroupTabs/index.tsx
new file mode 100644
index 0000000000..c872dda298
--- /dev/null
+++ b/src/pages/Preference/components/General/components/GroupTabs/index.tsx
@@ -0,0 +1,149 @@
+import { useBoolean, useCreation } from "ahooks";
+import { Button, Flex, Modal, Switch, Tree, type TreeProps } from "antd";
+import { useTranslation } from "react-i18next";
+import { useSnapshot } from "valtio";
+import ProListItem from "@/components/ProListItem";
+import UnoIcon from "@/components/UnoIcon";
+import { globalStore } from "@/stores/global";
+import type { AppearanceGroupTab } from "@/types/store";
+import {
+ DEFAULT_APPEARANCE_GROUP_TABS,
+ GROUP_LABEL_KEYS,
+ normalizeAppearanceGroupTabs,
+} from "@/utils/group";
+
+const GroupTabs = () => {
+ const { appearance } = useSnapshot(globalStore);
+ const [open, { toggle }] = useBoolean();
+ const { t } = useTranslation();
+
+ const treeData = useCreation(() => {
+ return normalizeAppearanceGroupTabs(appearance.groupTabs).map((item) => ({
+ ...item,
+ key: item.id,
+ }));
+ }, [appearance.groupTabs]);
+
+ const updateVisible = (id: AppearanceGroupTab["id"], visible: boolean) => {
+ const tabs = normalizeAppearanceGroupTabs(globalStore.appearance.groupTabs);
+ const target = tabs.find((item) => item.id === id);
+
+ if (!target) return;
+
+ target.visible = visible;
+ globalStore.appearance.groupTabs = tabs;
+ };
+
+ const resetGroupTabs = () => {
+ globalStore.appearance.groupTabs = DEFAULT_APPEARANCE_GROUP_TABS.map(
+ (item) => ({ ...item }),
+ );
+ };
+
+ const handleDrop: TreeProps["onDrop"] = (info) => {
+ const { dragNode, node, dropPosition } = info;
+ const getIndex = (pos: string) => pos.split("-").map(Number)[1];
+ const dragIndex = getIndex(dragNode.pos);
+ let dropIndex = getIndex(node.pos);
+ const tabs = normalizeAppearanceGroupTabs(globalStore.appearance.groupTabs);
+
+ if (dragIndex > dropIndex && dropPosition > 0) {
+ dropIndex++;
+ }
+
+ tabs.splice(dropIndex, 0, ...tabs.splice(dragIndex, 1));
+ globalStore.appearance.groupTabs = tabs;
+ };
+
+ return (
+ <>
+
+
+ {t("preference.settings.appearance_settings.button.custom_group_tabs")}
+
+
+
+
+
+ {t(GROUP_LABEL_KEYS.all)}
+
+ {t("preference.settings.appearance_settings.hints.group_tabs_fixed")}
+
+
+
+
+
+ {t("preference.settings.appearance_settings.hints.group_tabs_drag")}
+
+
+
+ {t("preference.settings.appearance_settings.button.reset_group_tabs")}
+
+
+
+ {
+ const data = item as AppearanceGroupTab;
+
+ return (
+ {
+ event.stopPropagation();
+ }}
+ >
+
+
+ {t(GROUP_LABEL_KEYS[data.id])}
+
+
+ {
+ event.stopPropagation();
+ }}
+ onMouseDown={(event) => {
+ event.stopPropagation();
+ }}
+ >
+ {
+ updateVisible(data.id, value);
+ }}
+ size="small"
+ />
+
+
+ );
+ }}
+ treeData={treeData}
+ />
+
+ >
+ );
+};
+
+export default GroupTabs;
diff --git a/src/pages/Preference/components/General/components/TenorApiKey/index.tsx b/src/pages/Preference/components/General/components/TenorApiKey/index.tsx
new file mode 100644
index 0000000000..2958c088d2
--- /dev/null
+++ b/src/pages/Preference/components/General/components/TenorApiKey/index.tsx
@@ -0,0 +1,30 @@
+import { Input } from "antd";
+import { useTranslation } from "react-i18next";
+import { useSnapshot } from "valtio";
+import ProListItem from "@/components/ProListItem";
+import { globalStore } from "@/stores/global";
+
+const TenorApiKey = () => {
+ const { integration } = useSnapshot(globalStore);
+ const { t } = useTranslation();
+
+ return (
+
+ {
+ globalStore.integration.tenorApiKey = event.target.value.trim();
+ }}
+ placeholder={t("clipboard.gif.hints.api_placeholder")}
+ value={integration.tenorApiKey}
+ />
+
+ );
+};
+
+export default TenorApiKey;
diff --git a/src/pages/Preference/components/General/index.tsx b/src/pages/Preference/components/General/index.tsx
index 8ff07ee786..6ed0a69ff8 100644
--- a/src/pages/Preference/components/General/index.tsx
+++ b/src/pages/Preference/components/General/index.tsx
@@ -8,7 +8,9 @@ import { globalStore } from "@/stores/global";
import { isMac } from "@/utils/is";
import Language from "./components/Language";
import MacosPermissions from "./components/MacosPermissions";
+import TenorApiKey from "./components/TenorApiKey";
import ThemeMode from "./components/ThemeMode";
+import GroupTabs from "./components/GroupTabs";
const General = () => {
const { app, update } = useSnapshot(globalStore);
@@ -70,6 +72,12 @@ const General = () => {
+
+
+
+
+
+
diff --git a/src/plugins/clipboard.ts b/src/plugins/clipboard.ts
index d16395517f..4efe7be0a4 100644
--- a/src/plugins/clipboard.ts
+++ b/src/plugins/clipboard.ts
@@ -11,6 +11,39 @@ import type { DatabaseSchemaHistory } from "@/types/database";
import { isColor, isEmail, isURL } from "@/utils/is";
import { paste } from "./paste";
+const ignoredClipboardTextMap = new Map();
+const IGNORED_CLIPBOARD_TTL = 3000;
+
+const cleanupIgnoredClipboardText = () => {
+ const now = Date.now();
+
+ ignoredClipboardTextMap.forEach((expiresAt, value) => {
+ if (expiresAt <= now) {
+ ignoredClipboardTextMap.delete(value);
+ }
+ });
+};
+
+export const ignoreNextClipboardTextHistory = (value: string) => {
+ if (!value) return;
+
+ cleanupIgnoredClipboardText();
+ ignoredClipboardTextMap.set(value, Date.now() + IGNORED_CLIPBOARD_TTL);
+};
+
+export const shouldIgnoreClipboardTextHistory = (value?: string) => {
+ if (!value) return false;
+
+ cleanupIgnoredClipboardText();
+
+ const expiresAt = ignoredClipboardTextMap.get(value);
+ if (!expiresAt) return false;
+
+ ignoredClipboardTextMap.delete(value);
+
+ return expiresAt > Date.now();
+};
+
export const getClipboardTextSubtype = async (value: string) => {
try {
if (isURL(value)) {
@@ -50,6 +83,26 @@ export const writeToClipboard = (data: DatabaseSchemaHistory) => {
}
};
+export const copyTextToClipboard = (
+ value: string,
+ options?: { ignoreHistory?: boolean },
+) => {
+ if (options?.ignoreHistory) {
+ ignoreNextClipboardTextHistory(value);
+ }
+
+ return writeText(value);
+};
+
+export const pasteTextToClipboard = async (
+ value: string,
+ options?: { ignoreHistory?: boolean },
+) => {
+ await copyTextToClipboard(value, options);
+
+ return paste();
+};
+
export const pasteToClipboard = async (
data: DatabaseSchemaHistory,
asPlain?: boolean,
diff --git a/src/plugins/window.ts b/src/plugins/window.ts
index 4c8aacba60..ecf8c54e86 100644
--- a/src/plugins/window.ts
+++ b/src/plugins/window.ts
@@ -51,6 +51,10 @@ export const toggleWindowVisible = async () => {
if (appWindow.label === WINDOW_LABEL.MAIN) {
const { window } = clipboardStore;
+ if (window.showAll) {
+ await emit(LISTEN_KEY.ACTIVATE_SHOW_ALL);
+ }
+
// 激活时回到顶部
if (window.backTop) {
await emit(LISTEN_KEY.ACTIVATE_BACK_TOP);
diff --git a/src/stores/global.ts b/src/stores/global.ts
index 210b770f0d..b479333938 100644
--- a/src/stores/global.ts
+++ b/src/stores/global.ts
@@ -1,5 +1,6 @@
import { proxy } from "valtio";
import type { GlobalStore } from "@/types/store";
+import { DEFAULT_APPEARANCE_GROUP_TABS } from "@/utils/group";
export const globalStore = proxy({
app: {
@@ -10,12 +11,15 @@ export const globalStore = proxy({
},
appearance: {
+ groupTabs: DEFAULT_APPEARANCE_GROUP_TABS.map((item) => ({ ...item })),
isDark: false,
theme: "auto",
},
env: {},
+ integration: {},
+
shortcut: {
clipboard: "Alt+C",
pastePlain: "",
diff --git a/src/types/database.d.ts b/src/types/database.d.ts
index 4074a96af0..57f0a88c85 100644
--- a/src/types/database.d.ts
+++ b/src/types/database.d.ts
@@ -19,7 +19,15 @@ export type DatabaseSchemaHistory<
};
export type DatabaseSchemaGroupId = LiteralUnion<
- "all" | "text" | "image" | "files" | "favorite",
+ | "all"
+ | "emoji"
+ | "kaomoji"
+ | "symbol"
+ | "gif"
+ | "text"
+ | "image"
+ | "files"
+ | "favorite",
string
>;
diff --git a/src/types/store.d.ts b/src/types/store.d.ts
index c5bdf169f1..4d82c961cf 100644
--- a/src/types/store.d.ts
+++ b/src/types/store.d.ts
@@ -1,9 +1,25 @@
import type { Platform } from "@tauri-apps/plugin-os";
+import { LANGUAGE } from "@/constants";
export type Theme = "auto" | "light" | "dark";
export type Language = (typeof LANGUAGE)[keyof typeof LANGUAGE];
+export type AppearanceGroupTabId =
+ | "emoji"
+ | "kaomoji"
+ | "symbol"
+ | "gif"
+ | "text"
+ | "image"
+ | "files"
+ | "favorite";
+
+export interface AppearanceGroupTab {
+ id: AppearanceGroupTabId;
+ visible: boolean;
+}
+
export interface Store {
globalStore: GlobalStore;
clipboardStore: ClipboardStore;
@@ -23,6 +39,7 @@ export interface GlobalStore {
theme: Theme;
isDark: boolean;
language?: Language;
+ groupTabs: AppearanceGroupTab[];
};
update: {
@@ -30,6 +47,11 @@ export interface GlobalStore {
beta: boolean;
};
+ // 外部服务
+ integration: {
+ tenorApiKey?: string;
+ };
+
// 快捷键设置
shortcut: {
clipboard: string;
diff --git a/src/utils/group.ts b/src/utils/group.ts
new file mode 100644
index 0000000000..cf520141c8
--- /dev/null
+++ b/src/utils/group.ts
@@ -0,0 +1,69 @@
+import type { AppearanceGroupTab, AppearanceGroupTabId } from "@/types/store";
+
+export type ClipboardGroupId = "all" | AppearanceGroupTabId;
+
+export const GROUP_LABEL_KEYS = {
+ all: "clipboard.label.tab.all",
+ emoji: "clipboard.label.tab.emoji",
+ favorite: "clipboard.label.tab.favorite",
+ files: "clipboard.label.tab.files",
+ gif: "clipboard.label.tab.gif",
+ image: "clipboard.label.tab.image",
+ kaomoji: "clipboard.label.tab.kaomoji",
+ symbol: "clipboard.label.tab.symbol",
+ text: "clipboard.label.tab.text",
+} as const satisfies Record;
+
+export const DEFAULT_APPEARANCE_GROUP_TABS: AppearanceGroupTab[] = [
+ { id: "emoji", visible: true },
+ { id: "kaomoji", visible: true },
+ { id: "symbol", visible: true },
+ { id: "gif", visible: true },
+ { id: "text", visible: true },
+ { id: "image", visible: true },
+ { id: "files", visible: true },
+ { id: "favorite", visible: true },
+];
+
+export const normalizeAppearanceGroupTabs = (
+ tabs?: AppearanceGroupTab[],
+): AppearanceGroupTab[] => {
+ const nextTabs = tabs ?? [];
+ const visited = new Set();
+ const normalizedTabs: AppearanceGroupTab[] = [];
+
+ for (const currentTab of nextTabs) {
+ const defaultTab = DEFAULT_APPEARANCE_GROUP_TABS.find(
+ (item) => item.id === currentTab.id,
+ );
+
+ if (!defaultTab || visited.has(currentTab.id)) continue;
+
+ normalizedTabs.push({
+ id: currentTab.id,
+ visible: currentTab.visible,
+ });
+ visited.add(currentTab.id);
+ }
+
+ for (const defaultTab of DEFAULT_APPEARANCE_GROUP_TABS) {
+ if (visited.has(defaultTab.id)) continue;
+
+ normalizedTabs.push({
+ id: defaultTab.id,
+ visible: defaultTab.visible,
+ });
+ visited.add(defaultTab.id);
+ }
+
+ return normalizedTabs;
+};
+
+export const getVisibleClipboardGroups = (tabs?: AppearanceGroupTab[]) => {
+ return [
+ "all",
+ ...normalizeAppearanceGroupTabs(tabs)
+ .filter((item) => item.visible)
+ .map((item) => item.id),
+ ] as ClipboardGroupId[];
+};
diff --git a/src/utils/is.ts b/src/utils/is.ts
index 484c625b4f..d0ef6bd8c9 100644
--- a/src/utils/is.ts
+++ b/src/utils/is.ts
@@ -10,20 +10,27 @@ export const isDev = () => {
return import.meta.env.DEV;
};
+let currentPlatform = "browser";
+try {
+ currentPlatform = platform();
+} catch (e) {
+ // 忽略浏览器环境下的报错
+}
+
/**
* 是否为 macos 系统
*/
-export const isMac = platform() === "macos";
+export const isMac = currentPlatform === "macos";
/**
* 是否为 windows 系统
*/
-export const isWin = platform() === "windows";
+export const isWin = currentPlatform === "windows";
/**
* 是否为 linux 系统
*/
-export const isLinux = platform() === "linux";
+export const isLinux = currentPlatform === "linux";
/**
* 是否为链接
diff --git a/src/utils/path.ts b/src/utils/path.ts
index 6b0a394dc7..d01ae4be32 100644
--- a/src/utils/path.ts
+++ b/src/utils/path.ts
@@ -4,51 +4,62 @@ import { last } from "es-toolkit";
import { globalStore } from "@/stores/global";
import { isDev } from "./is";
+const STORAGE_NAMESPACE = "EcoPasteEmoji";
+
/**
* 拼接文件路径
* @param paths 路径数组
*/
export function join(...paths: string[]) {
- const joinPaths = paths.map((path, index) => {
- if (index === 0) {
- return path.replace(new RegExp(`${sep()}+$`), "");
- }
+ const joinPaths = paths.map((path, index) => {
+ if (index === 0) {
+ return path.replace(new RegExp(`${sep()}+$`), "");
+ }
- return path.replace(new RegExp(`^${sep()}+|${sep()}+$`, "g"), "");
- });
+ return path.replace(new RegExp(`^${sep()}+|${sep()}+$`, "g"), "");
+ });
- return joinPaths.join(sep());
+ return joinPaths.join(sep());
}
/**
* 获取存储数据的目录
*/
export const getSaveDataPath = () => {
- return join(globalStore.env.saveDataDir!);
+ return join(globalStore.env.saveDataDir ?? "");
};
/**
* 获取数据库文件存储路径
*/
export const getSaveDatabasePath = async () => {
- const appName = await getName();
- const extname = isDev() ? "dev.db" : "db";
+ const extname = isDev() ? "dev.db" : "db";
+
+ try {
+ const appName = await getName();
+
+ if (appName !== "EcoPaste") {
+ return join(getSaveDataPath(), `${appName}.${extname}`);
+ }
+ } catch {
+ // Fallback to the emoji namespace when Tauri APIs are temporarily unavailable.
+ }
- return join(getSaveDataPath(), `${appName}.${extname}`);
+ return join(getSaveDataPath(), `${STORAGE_NAMESPACE}.${extname}`);
};
/**
* 获取存储图片的路径
*/
export const getSaveImagePath = () => {
- return join(getSaveDataPath(), "images");
+ return join(getSaveDataPath(), `${STORAGE_NAMESPACE}-images`);
};
/**
* 存储数据的目录名
*/
export const getSaveDataDirName = () => {
- return last(getSaveDataPath().split(sep())) as string;
+ return last(getSaveDataPath().split(sep())) as string;
};
/**
@@ -56,20 +67,23 @@ export const getSaveDataDirName = () => {
* @param backup 是否是备份数据
*/
export const getSaveStorePath = async (backup = false) => {
- const extname = isDev() ? "dev.json" : "json";
+ const extname = isDev() ? "dev.json" : "json";
- if (backup) {
- return join(getSaveDataPath(), `.store-backup.${extname}`);
- }
+ if (backup) {
+ return join(
+ getSaveDataPath(),
+ `.${STORAGE_NAMESPACE}-store-backup.${extname}`,
+ );
+ }
- return join(await appDataDir(), `.store.${extname}`);
+ return join(await appDataDir(), `.store.${extname}`);
};
/**
* 存储窗口位置的路径
*/
export const getSaveWindowStatePath = async () => {
- const extname = isDev() ? "dev.json" : "json";
+ const extname = isDev() ? "dev.json" : "json";
- return join(await appDataDir(), `.window-state.${extname}`);
+ return join(await appDataDir(), `.window-state.${extname}`);
};
diff --git a/src/utils/store.ts b/src/utils/store.ts
index fc31fab329..bc8a9946d4 100644
--- a/src/utils/store.ts
+++ b/src/utils/store.ts
@@ -1,17 +1,20 @@
import { getName, getVersion } from "@tauri-apps/api/app";
+import { emit } from "@tauri-apps/api/event";
import { appDataDir } from "@tauri-apps/api/path";
import {
- exists,
- mkdir,
- readTextFile,
- writeTextFile,
+ exists,
+ mkdir,
+ readTextFile,
+ writeTextFile,
} from "@tauri-apps/plugin-fs";
import { platform } from "@tauri-apps/plugin-os";
import { omit } from "es-toolkit/compat";
import { getLocale } from "tauri-plugin-locale-api";
+import { LISTEN_KEY } from "@/constants";
import { clipboardStore } from "@/stores/clipboard";
import { globalStore } from "@/stores/global";
import type { Language, Store } from "@/types/store";
+import { normalizeAppearanceGroupTabs } from "@/utils/group";
import { deepAssign } from "./object";
import { getSaveStorePath } from "./path";
@@ -19,18 +22,58 @@ import { getSaveStorePath } from "./path";
* 初始化配置项
*/
const initStore = async () => {
- globalStore.appearance.language ??= await getLocale();
- globalStore.env.platform = platform();
- globalStore.env.appName = await getName();
- globalStore.env.appVersion = await getVersion();
- globalStore.env.saveDataDir ??= await appDataDir();
-
- // @ts-expect-error
- if (clipboardStore.window.style === "float") {
- clipboardStore.window.style = "standard";
- }
-
- await mkdir(globalStore.env.saveDataDir, { recursive: true });
+ let locale: Language | undefined;
+ let saveDataDir = globalStore.env.saveDataDir;
+
+ try {
+ locale = await getLocale();
+ } catch {
+ locale = "zh-CN";
+ }
+
+ try {
+ globalStore.env.platform = platform();
+ } catch {
+ globalStore.env.platform = undefined;
+ }
+
+ try {
+ globalStore.env.appName = await getName();
+ } catch {
+ globalStore.env.appName = "EcoPaste";
+ }
+
+ try {
+ globalStore.env.appVersion = await getVersion();
+ } catch {
+ globalStore.env.appVersion = "0.0.0";
+ }
+
+ try {
+ saveDataDir ||= await appDataDir();
+ } catch {
+ saveDataDir ||= "";
+ }
+
+ globalStore.appearance.language ??= locale;
+ globalStore.env.saveDataDir = saveDataDir;
+
+ // @ts-expect-error
+ if (clipboardStore.window.style === "float") {
+ clipboardStore.window.style = "standard";
+ }
+
+ globalStore.appearance.groupTabs = normalizeAppearanceGroupTabs(
+ globalStore.appearance.groupTabs,
+ );
+
+ if (globalStore.env.saveDataDir) {
+ try {
+ await mkdir(globalStore.env.saveDataDir, { recursive: true });
+ } catch {
+ // 忽略
+ }
+ }
};
/**
@@ -38,11 +81,17 @@ const initStore = async () => {
* @param backup 是否为备份数据
*/
export const saveStore = async (backup = false) => {
- const store = { clipboardStore, globalStore };
+ const store = { clipboardStore, globalStore };
+
+ const path = await getSaveStorePath(backup);
+
+ return writeTextFile(path, JSON.stringify(store, null, 2));
+};
- const path = await getSaveStorePath(backup);
+export const syncStore = async () => {
+ await emit(LISTEN_KEY.STORE_CHANGED, { clipboardStore, globalStore });
- return writeTextFile(path, JSON.stringify(store, null, 2));
+ return saveStore();
};
/**
@@ -50,20 +99,20 @@ export const saveStore = async (backup = false) => {
* @param backup 是否为备份数据
*/
export const restoreStore = async (backup = false) => {
- const path = await getSaveStorePath(backup);
+ const path = await getSaveStorePath(backup);
- const existed = await exists(path);
+ const existed = await exists(path);
- if (existed) {
- const content = await readTextFile(path);
- const store: Store = JSON.parse(content);
- const nextGlobalStore = omit(store.globalStore, backup ? "env" : "");
+ if (existed) {
+ const content = await readTextFile(path);
+ const store: Store = JSON.parse(content);
+ const nextGlobalStore = omit(store.globalStore, backup ? "env" : "");
- deepAssign(globalStore, nextGlobalStore);
- deepAssign(clipboardStore, store.clipboardStore);
- }
+ deepAssign(globalStore, nextGlobalStore);
+ deepAssign(clipboardStore, store.clipboardStore);
+ }
- if (backup) return;
+ if (backup) return;
- return initStore();
+ return initStore();
};
diff --git a/src/utils/tenor.ts b/src/utils/tenor.ts
new file mode 100644
index 0000000000..6eaaf32895
--- /dev/null
+++ b/src/utils/tenor.ts
@@ -0,0 +1,123 @@
+const TENOR_API_BASE_URL = "https://tenor.googleapis.com/v2";
+const TENOR_CLIENT_KEY = "ecopaste_desktop";
+
+interface TenorMediaFormat {
+ url?: string;
+}
+
+interface TenorResult {
+ id: string;
+ content_description?: string;
+ itemurl?: string;
+ media_formats?: {
+ gif?: TenorMediaFormat;
+ mediumgif?: TenorMediaFormat;
+ tinygif?: TenorMediaFormat;
+ nanogif?: TenorMediaFormat;
+ };
+}
+
+interface TenorResponse {
+ next?: string;
+ results?: TenorResult[];
+}
+
+export interface TenorGifItem {
+ id: string;
+ title: string;
+ previewUrl: string;
+ gifUrl: string;
+ shareUrl?: string;
+}
+
+interface FetchTenorGifsOptions {
+ apiKey: string;
+ categoryQuery?: string;
+ keyword?: string;
+ limit?: number;
+ pos?: string;
+}
+
+const getMediaUrl = (
+ formats: TenorResult["media_formats"],
+ keys: Array>,
+) => {
+ for (const key of keys) {
+ const value = formats?.[key]?.url;
+
+ if (value) return value;
+ }
+};
+
+const mapTenorResult = (item: TenorResult): TenorGifItem | undefined => {
+ const gifUrl = getMediaUrl(item.media_formats, [
+ "gif",
+ "mediumgif",
+ "tinygif",
+ ]);
+ const previewUrl = getMediaUrl(item.media_formats, [
+ "tinygif",
+ "nanogif",
+ "mediumgif",
+ "gif",
+ ]);
+
+ if (!gifUrl || !previewUrl) return;
+
+ return {
+ gifUrl,
+ id: item.id,
+ previewUrl,
+ shareUrl: item.itemurl,
+ title: item.content_description ?? "",
+ };
+};
+
+const requestTenor = async (
+ endpoint: "featured" | "search",
+ options: FetchTenorGifsOptions,
+) => {
+ const { apiKey, categoryQuery, keyword, limit = 24, pos } = options;
+ const params = new URLSearchParams({
+ client_key: TENOR_CLIENT_KEY,
+ key: apiKey,
+ limit: String(limit),
+ media_filter: "tinygif,gif,mediumgif,nanogif",
+ });
+
+ if (pos) {
+ params.set("pos", pos);
+ }
+
+ const query = keyword?.trim() || categoryQuery?.trim();
+ if (endpoint === "search" && query) {
+ params.set("q", query);
+ }
+
+ const response = await fetch(`${TENOR_API_BASE_URL}/${endpoint}?${params}`);
+ const payload = (await response.json()) as TenorResponse & {
+ error?: string;
+ message?: string;
+ };
+
+ if (!response.ok) {
+ throw new Error(
+ payload.error || payload.message || "Failed to fetch Tenor GIFs",
+ );
+ }
+
+ return {
+ items: (payload.results ?? [])
+ .map(mapTenorResult)
+ .filter(Boolean) as TenorGifItem[],
+ next: payload.next,
+ };
+};
+
+export const fetchTenorFeaturedGifs = (options: FetchTenorGifsOptions) => {
+ return requestTenor("featured", options);
+};
+
+export const searchTenorGifs = (options: FetchTenorGifsOptions) => {
+ return requestTenor("search", options);
+};
diff --git a/static/app-dark.en-US.png b/static/app-dark.en-US.png
deleted file mode 100644
index 80ef76dbb2..0000000000
Binary files a/static/app-dark.en-US.png and /dev/null differ
diff --git a/static/app-dark.en_US.png b/static/app-dark.en_US.png
deleted file mode 100644
index 697042700e..0000000000
Binary files a/static/app-dark.en_US.png and /dev/null differ
diff --git a/static/app-dark.ja-JP.png b/static/app-dark.ja-JP.png
deleted file mode 100644
index 7fb8ae0d07..0000000000
Binary files a/static/app-dark.ja-JP.png and /dev/null differ
diff --git a/static/app-dark.zh-CN.png b/static/app-dark.zh-CN.png
deleted file mode 100644
index 0fbd7369a1..0000000000
Binary files a/static/app-dark.zh-CN.png and /dev/null differ
diff --git a/static/app-dark.zh-TW.png b/static/app-dark.zh-TW.png
deleted file mode 100644
index 2b00fe456f..0000000000
Binary files a/static/app-dark.zh-TW.png and /dev/null differ
diff --git a/static/app-light.en-US.png b/static/app-light.en-US.png
deleted file mode 100644
index 0d8574b5e6..0000000000
Binary files a/static/app-light.en-US.png and /dev/null differ
diff --git a/static/app-light.ja-JP.png b/static/app-light.ja-JP.png
deleted file mode 100644
index 4245f51ef2..0000000000
Binary files a/static/app-light.ja-JP.png and /dev/null differ
diff --git a/static/app-light.zh-CN.png b/static/app-light.zh-CN.png
deleted file mode 100644
index 98b9f3d6ea..0000000000
Binary files a/static/app-light.zh-CN.png and /dev/null differ
diff --git a/static/app-light.zh-TW.png b/static/app-light.zh-TW.png
deleted file mode 100644
index 28fef7053e..0000000000
Binary files a/static/app-light.zh-TW.png and /dev/null differ
diff --git a/static/app-ligth.zh-TW.png b/static/app-ligth.zh-TW.png
deleted file mode 100644
index 28fef7053e..0000000000
Binary files a/static/app-ligth.zh-TW.png and /dev/null differ
diff --git a/static/damaged-dark.en-US.png b/static/damaged-dark.en-US.png
deleted file mode 100644
index c8966a0074..0000000000
Binary files a/static/damaged-dark.en-US.png and /dev/null differ
diff --git a/static/damaged-dark.ja-JP.png b/static/damaged-dark.ja-JP.png
deleted file mode 100644
index 0e9ff8eeb9..0000000000
Binary files a/static/damaged-dark.ja-JP.png and /dev/null differ
diff --git a/static/damaged-dark.zh-CN.png b/static/damaged-dark.zh-CN.png
deleted file mode 100644
index 740caad862..0000000000
Binary files a/static/damaged-dark.zh-CN.png and /dev/null differ
diff --git a/static/damaged-dark.zh-TW.png b/static/damaged-dark.zh-TW.png
deleted file mode 100644
index 0a9a951db1..0000000000
Binary files a/static/damaged-dark.zh-TW.png and /dev/null differ
diff --git a/static/damaged-light.en-US.png b/static/damaged-light.en-US.png
deleted file mode 100644
index db6b65f9dd..0000000000
Binary files a/static/damaged-light.en-US.png and /dev/null differ
diff --git a/static/damaged-light.ja-JP.png b/static/damaged-light.ja-JP.png
deleted file mode 100644
index 548a7deb30..0000000000
Binary files a/static/damaged-light.ja-JP.png and /dev/null differ
diff --git a/static/damaged-light.zh-CN.png b/static/damaged-light.zh-CN.png
deleted file mode 100644
index 6692eb6d37..0000000000
Binary files a/static/damaged-light.zh-CN.png and /dev/null differ
diff --git a/static/damaged-light.zh-TW.png b/static/damaged-light.zh-TW.png
deleted file mode 100644
index b2346aedde..0000000000
Binary files a/static/damaged-light.zh-TW.png and /dev/null differ
diff --git a/vite.config.ts b/vite.config.ts
index 1136cb400b..417145d3f5 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -32,12 +32,12 @@ export default defineConfig(async () => ({
hmr: host
? {
host,
- port: 1421,
+ port: 4174,
protocol: "ws",
}
: undefined,
host: host || false,
- port: 1420,
+ port: 4173,
strictPort: true,
watch: {
// 3. tell vite to ignore watching `src-tauri`
diff --git a/zh-emoji-ful.json b/zh-emoji-ful.json
new file mode 100644
index 0000000000..02c1216aa7
--- /dev/null
+++ b/zh-emoji-ful.json
@@ -0,0 +1,32603 @@
+{
+ "annotationsDerived": {
+ "identity": {
+ "language": "zh"
+ },
+ "annotations": {
+ "👋🏻": {
+ "default": [
+ "你好",
+ "再见",
+ "嗨",
+ "在吗",
+ "手",
+ "挥手",
+ "等一下",
+ "等等",
+ "该走了",
+ "较浅肤色"
+ ],
+ "tts": [
+ "挥手: 较浅肤色"
+ ]
+ },
+ "👋🏼": {
+ "default": [
+ "中等-浅肤色",
+ "你好",
+ "再见",
+ "嗨",
+ "在吗",
+ "手",
+ "挥手",
+ "等一下",
+ "等等",
+ "该走了"
+ ],
+ "tts": [
+ "挥手: 中等-浅肤色"
+ ]
+ },
+ "👋🏽": {
+ "default": [
+ "中等肤色",
+ "你好",
+ "再见",
+ "嗨",
+ "在吗",
+ "手",
+ "挥手",
+ "等一下",
+ "等等",
+ "该走了"
+ ],
+ "tts": [
+ "挥手: 中等肤色"
+ ]
+ },
+ "👋🏾": {
+ "default": [
+ "中等-深肤色",
+ "你好",
+ "再见",
+ "嗨",
+ "在吗",
+ "手",
+ "挥手",
+ "等一下",
+ "等等",
+ "该走了"
+ ],
+ "tts": [
+ "挥手: 中等-深肤色"
+ ]
+ },
+ "👋🏿": {
+ "default": [
+ "你好",
+ "再见",
+ "嗨",
+ "在吗",
+ "手",
+ "挥手",
+ "等一下",
+ "等等",
+ "该走了",
+ "较深肤色"
+ ],
+ "tts": [
+ "挥手: 较深肤色"
+ ]
+ },
+ "🤚🏻": {
+ "default": [
+ "举起",
+ "举起手背",
+ "手",
+ "手背",
+ "立起",
+ "立起的手背",
+ "较浅肤色"
+ ],
+ "tts": [
+ "立起的手背: 较浅肤色"
+ ]
+ },
+ "🤚🏼": {
+ "default": [
+ "中等-浅肤色",
+ "举起",
+ "举起手背",
+ "手",
+ "手背",
+ "立起",
+ "立起的手背"
+ ],
+ "tts": [
+ "立起的手背: 中等-浅肤色"
+ ]
+ },
+ "🤚🏽": {
+ "default": [
+ "中等肤色",
+ "举起",
+ "举起手背",
+ "手",
+ "手背",
+ "立起",
+ "立起的手背"
+ ],
+ "tts": [
+ "立起的手背: 中等肤色"
+ ]
+ },
+ "🤚🏾": {
+ "default": [
+ "中等-深肤色",
+ "举起",
+ "举起手背",
+ "手",
+ "手背",
+ "立起",
+ "立起的手背"
+ ],
+ "tts": [
+ "立起的手背: 中等-深肤色"
+ ]
+ },
+ "🤚🏿": {
+ "default": [
+ "举起",
+ "举起手背",
+ "手",
+ "手背",
+ "立起",
+ "立起的手背",
+ "较深肤色"
+ ],
+ "tts": [
+ "立起的手背: 较深肤色"
+ ]
+ },
+ "🖐🏻": {
+ "default": [
+ "举起张开的手掌",
+ "击掌",
+ "布",
+ "手",
+ "手掌",
+ "禁止",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手掌: 较浅肤色"
+ ]
+ },
+ "🖐🏼": {
+ "default": [
+ "中等-浅肤色",
+ "举起张开的手掌",
+ "击掌",
+ "布",
+ "手",
+ "手掌",
+ "禁止"
+ ],
+ "tts": [
+ "手掌: 中等-浅肤色"
+ ]
+ },
+ "🖐🏽": {
+ "default": [
+ "中等肤色",
+ "举起张开的手掌",
+ "击掌",
+ "布",
+ "手",
+ "手掌",
+ "禁止"
+ ],
+ "tts": [
+ "手掌: 中等肤色"
+ ]
+ },
+ "🖐🏾": {
+ "default": [
+ "中等-深肤色",
+ "举起张开的手掌",
+ "击掌",
+ "布",
+ "手",
+ "手掌",
+ "禁止"
+ ],
+ "tts": [
+ "手掌: 中等-深肤色"
+ ]
+ },
+ "🖐🏿": {
+ "default": [
+ "举起张开的手掌",
+ "击掌",
+ "布",
+ "手",
+ "手掌",
+ "禁止",
+ "较深肤色"
+ ],
+ "tts": [
+ "手掌: 较深肤色"
+ ]
+ },
+ "✋🏻": {
+ "default": [
+ "举手",
+ "举起手",
+ "举起的手",
+ "五指",
+ "停",
+ "击掌",
+ "手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "举起手: 较浅肤色"
+ ]
+ },
+ "✋🏼": {
+ "default": [
+ "中等-浅肤色",
+ "举手",
+ "举起手",
+ "举起的手",
+ "五指",
+ "停",
+ "击掌",
+ "手"
+ ],
+ "tts": [
+ "举起手: 中等-浅肤色"
+ ]
+ },
+ "✋🏽": {
+ "default": [
+ "中等肤色",
+ "举手",
+ "举起手",
+ "举起的手",
+ "五指",
+ "停",
+ "击掌",
+ "手"
+ ],
+ "tts": [
+ "举起手: 中等肤色"
+ ]
+ },
+ "✋🏾": {
+ "default": [
+ "中等-深肤色",
+ "举手",
+ "举起手",
+ "举起的手",
+ "五指",
+ "停",
+ "击掌",
+ "手"
+ ],
+ "tts": [
+ "举起手: 中等-深肤色"
+ ]
+ },
+ "✋🏿": {
+ "default": [
+ "举手",
+ "举起手",
+ "举起的手",
+ "五指",
+ "停",
+ "击掌",
+ "手",
+ "较深肤色"
+ ],
+ "tts": [
+ "举起手: 较深肤色"
+ ]
+ },
+ "🖖🏻": {
+ "default": [
+ "手",
+ "敬礼",
+ "斯波克",
+ "星际迷航",
+ "瓦肯",
+ "瓦肯举手礼",
+ "较浅肤色"
+ ],
+ "tts": [
+ "瓦肯举手礼: 较浅肤色"
+ ]
+ },
+ "🖖🏼": {
+ "default": [
+ "中等-浅肤色",
+ "手",
+ "敬礼",
+ "斯波克",
+ "星际迷航",
+ "瓦肯",
+ "瓦肯举手礼"
+ ],
+ "tts": [
+ "瓦肯举手礼: 中等-浅肤色"
+ ]
+ },
+ "🖖🏽": {
+ "default": [
+ "中等肤色",
+ "手",
+ "敬礼",
+ "斯波克",
+ "星际迷航",
+ "瓦肯",
+ "瓦肯举手礼"
+ ],
+ "tts": [
+ "瓦肯举手礼: 中等肤色"
+ ]
+ },
+ "🖖🏾": {
+ "default": [
+ "中等-深肤色",
+ "手",
+ "敬礼",
+ "斯波克",
+ "星际迷航",
+ "瓦肯",
+ "瓦肯举手礼"
+ ],
+ "tts": [
+ "瓦肯举手礼: 中等-深肤色"
+ ]
+ },
+ "🖖🏿": {
+ "default": [
+ "手",
+ "敬礼",
+ "斯波克",
+ "星际迷航",
+ "瓦肯",
+ "瓦肯举手礼",
+ "较深肤色"
+ ],
+ "tts": [
+ "瓦肯举手礼: 较深肤色"
+ ]
+ },
+ "🫱🏻": {
+ "default": [
+ "伸手",
+ "右",
+ "右手",
+ "向右",
+ "向右的手",
+ "手",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "向右的手: 较浅肤色"
+ ]
+ },
+ "🫱🏼": {
+ "default": [
+ "中等-浅肤色",
+ "伸手",
+ "右",
+ "右手",
+ "向右",
+ "向右的手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向右的手: 中等-浅肤色"
+ ]
+ },
+ "🫱🏽": {
+ "default": [
+ "中等肤色",
+ "伸手",
+ "右",
+ "右手",
+ "向右",
+ "向右的手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向右的手: 中等肤色"
+ ]
+ },
+ "🫱🏾": {
+ "default": [
+ "中等-深肤色",
+ "伸手",
+ "右",
+ "右手",
+ "向右",
+ "向右的手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向右的手: 中等-深肤色"
+ ]
+ },
+ "🫱🏿": {
+ "default": [
+ "伸手",
+ "右",
+ "右手",
+ "向右",
+ "向右的手",
+ "手",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "向右的手: 较深肤色"
+ ]
+ },
+ "🫱🏻🫲🏼": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "握手: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "🫱🏻🫲🏽": {
+ "default": [
+ "一言为定",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "握手: 较浅肤色中等肤色"
+ ]
+ },
+ "🫱🏻🫲🏾": {
+ "default": [
+ "一言为定",
+ "中等-深肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "握手: 较浅肤色中等-深肤色"
+ ]
+ },
+ "🫱🏻🫲🏿": {
+ "default": [
+ "一言为定",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 较浅肤色较深肤色"
+ ]
+ },
+ "🫱🏼🫲🏻": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "握手: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "🫱🏼🫲🏽": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等-浅肤色中等肤色"
+ ]
+ },
+ "🫱🏼🫲🏾": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "🫱🏼🫲🏿": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 中等-浅肤色较深肤色"
+ ]
+ },
+ "🫱🏽🫲🏻": {
+ "default": [
+ "一言为定",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "握手: 中等肤色较浅肤色"
+ ]
+ },
+ "🫱🏽🫲🏼": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等肤色中等-浅肤色"
+ ]
+ },
+ "🫱🏽🫲🏾": {
+ "default": [
+ "一言为定",
+ "中等-深肤色",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等肤色中等-深肤色"
+ ]
+ },
+ "🫱🏽🫲🏿": {
+ "default": [
+ "一言为定",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 中等肤色较深肤色"
+ ]
+ },
+ "🫱🏾🫲🏻": {
+ "default": [
+ "一言为定",
+ "中等-深肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "握手: 中等-深肤色较浅肤色"
+ ]
+ },
+ "🫱🏾🫲🏼": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "🫱🏾🫲🏽": {
+ "default": [
+ "一言为定",
+ "中等-深肤色",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等-深肤色中等肤色"
+ ]
+ },
+ "🫱🏾🫲🏿": {
+ "default": [
+ "一言为定",
+ "中等-深肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 中等-深肤色较深肤色"
+ ]
+ },
+ "🫱🏿🫲🏻": {
+ "default": [
+ "一言为定",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 较深肤色较浅肤色"
+ ]
+ },
+ "🫱🏿🫲🏼": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 较深肤色中等-浅肤色"
+ ]
+ },
+ "🫱🏿🫲🏽": {
+ "default": [
+ "一言为定",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 较深肤色中等肤色"
+ ]
+ },
+ "🫱🏿🫲🏾": {
+ "default": [
+ "一言为定",
+ "中等-深肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 较深肤色中等-深肤色"
+ ]
+ },
+ "🫲🏻": {
+ "default": [
+ "伸手",
+ "向左",
+ "向左的手",
+ "左",
+ "左手",
+ "手",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "向左的手: 较浅肤色"
+ ]
+ },
+ "🫲🏼": {
+ "default": [
+ "中等-浅肤色",
+ "伸手",
+ "向左",
+ "向左的手",
+ "左",
+ "左手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向左的手: 中等-浅肤色"
+ ]
+ },
+ "🫲🏽": {
+ "default": [
+ "中等肤色",
+ "伸手",
+ "向左",
+ "向左的手",
+ "左",
+ "左手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向左的手: 中等肤色"
+ ]
+ },
+ "🫲🏾": {
+ "default": [
+ "中等-深肤色",
+ "伸手",
+ "向左",
+ "向左的手",
+ "左",
+ "左手",
+ "手",
+ "握手"
+ ],
+ "tts": [
+ "向左的手: 中等-深肤色"
+ ]
+ },
+ "🫲🏿": {
+ "default": [
+ "伸手",
+ "向左",
+ "向左的手",
+ "左",
+ "左手",
+ "手",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "向左的手: 较深肤色"
+ ]
+ },
+ "🫳🏻": {
+ "default": [
+ "下投",
+ "手",
+ "扔掉",
+ "拿起",
+ "捡起",
+ "掌心向下的手",
+ "解散",
+ "较浅肤色",
+ "驱赶"
+ ],
+ "tts": [
+ "掌心向下的手: 较浅肤色"
+ ]
+ },
+ "🫳🏼": {
+ "default": [
+ "下投",
+ "中等-浅肤色",
+ "手",
+ "扔掉",
+ "拿起",
+ "捡起",
+ "掌心向下的手",
+ "解散",
+ "驱赶"
+ ],
+ "tts": [
+ "掌心向下的手: 中等-浅肤色"
+ ]
+ },
+ "🫳🏽": {
+ "default": [
+ "下投",
+ "中等肤色",
+ "手",
+ "扔掉",
+ "拿起",
+ "捡起",
+ "掌心向下的手",
+ "解散",
+ "驱赶"
+ ],
+ "tts": [
+ "掌心向下的手: 中等肤色"
+ ]
+ },
+ "🫳🏾": {
+ "default": [
+ "下投",
+ "中等-深肤色",
+ "手",
+ "扔掉",
+ "拿起",
+ "捡起",
+ "掌心向下的手",
+ "解散",
+ "驱赶"
+ ],
+ "tts": [
+ "掌心向下的手: 中等-深肤色"
+ ]
+ },
+ "🫳🏿": {
+ "default": [
+ "下投",
+ "手",
+ "扔掉",
+ "拿起",
+ "捡起",
+ "掌心向下的手",
+ "解散",
+ "较深肤色",
+ "驱赶"
+ ],
+ "tts": [
+ "掌心向下的手: 较深肤色"
+ ]
+ },
+ "🫴🏻": {
+ "default": [
+ "不知道",
+ "召唤",
+ "告诉我",
+ "手",
+ "拿着",
+ "掌心向上的手",
+ "接住",
+ "提供",
+ "较浅肤色",
+ "过来",
+ "送出"
+ ],
+ "tts": [
+ "掌心向上的手: 较浅肤色"
+ ]
+ },
+ "🫴🏼": {
+ "default": [
+ "不知道",
+ "中等-浅肤色",
+ "召唤",
+ "告诉我",
+ "手",
+ "拿着",
+ "掌心向上的手",
+ "接住",
+ "提供",
+ "过来",
+ "送出"
+ ],
+ "tts": [
+ "掌心向上的手: 中等-浅肤色"
+ ]
+ },
+ "🫴🏽": {
+ "default": [
+ "不知道",
+ "中等肤色",
+ "召唤",
+ "告诉我",
+ "手",
+ "拿着",
+ "掌心向上的手",
+ "接住",
+ "提供",
+ "过来",
+ "送出"
+ ],
+ "tts": [
+ "掌心向上的手: 中等肤色"
+ ]
+ },
+ "🫴🏾": {
+ "default": [
+ "不知道",
+ "中等-深肤色",
+ "召唤",
+ "告诉我",
+ "手",
+ "拿着",
+ "掌心向上的手",
+ "接住",
+ "提供",
+ "过来",
+ "送出"
+ ],
+ "tts": [
+ "掌心向上的手: 中等-深肤色"
+ ]
+ },
+ "🫴🏿": {
+ "default": [
+ "不知道",
+ "召唤",
+ "告诉我",
+ "手",
+ "拿着",
+ "掌心向上的手",
+ "接住",
+ "提供",
+ "较深肤色",
+ "过来",
+ "送出"
+ ],
+ "tts": [
+ "掌心向上的手: 较深肤色"
+ ]
+ },
+ "🫷🏻": {
+ "default": [
+ "中止",
+ "停止",
+ "击掌",
+ "向左",
+ "向左推",
+ "往左",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "较浅肤色",
+ "阻挡"
+ ],
+ "tts": [
+ "向左推: 较浅肤色"
+ ]
+ },
+ "🫷🏼": {
+ "default": [
+ "中止",
+ "中等-浅肤色",
+ "停止",
+ "击掌",
+ "向左",
+ "向左推",
+ "往左",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向左推: 中等-浅肤色"
+ ]
+ },
+ "🫷🏽": {
+ "default": [
+ "中止",
+ "中等肤色",
+ "停止",
+ "击掌",
+ "向左",
+ "向左推",
+ "往左",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向左推: 中等肤色"
+ ]
+ },
+ "🫷🏾": {
+ "default": [
+ "中止",
+ "中等-深肤色",
+ "停止",
+ "击掌",
+ "向左",
+ "向左推",
+ "往左",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向左推: 中等-深肤色"
+ ]
+ },
+ "🫷🏿": {
+ "default": [
+ "中止",
+ "停止",
+ "击掌",
+ "向左",
+ "向左推",
+ "往左",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "较深肤色",
+ "阻挡"
+ ],
+ "tts": [
+ "向左推: 较深肤色"
+ ]
+ },
+ "🫸🏻": {
+ "default": [
+ "中止",
+ "停止",
+ "击掌",
+ "向右",
+ "向右推",
+ "往右",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "较浅肤色",
+ "阻挡"
+ ],
+ "tts": [
+ "向右推: 较浅肤色"
+ ]
+ },
+ "🫸🏼": {
+ "default": [
+ "中止",
+ "中等-浅肤色",
+ "停止",
+ "击掌",
+ "向右",
+ "向右推",
+ "往右",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向右推: 中等-浅肤色"
+ ]
+ },
+ "🫸🏽": {
+ "default": [
+ "中止",
+ "中等肤色",
+ "停止",
+ "击掌",
+ "向右",
+ "向右推",
+ "往右",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向右推: 中等肤色"
+ ]
+ },
+ "🫸🏾": {
+ "default": [
+ "中止",
+ "中等-深肤色",
+ "停止",
+ "击掌",
+ "向右",
+ "向右推",
+ "往右",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "阻挡"
+ ],
+ "tts": [
+ "向右推: 中等-深肤色"
+ ]
+ },
+ "🫸🏿": {
+ "default": [
+ "中止",
+ "停止",
+ "击掌",
+ "向右",
+ "向右推",
+ "往右",
+ "手",
+ "拒绝",
+ "推",
+ "暂停",
+ "等等",
+ "较深肤色",
+ "阻挡"
+ ],
+ "tts": [
+ "向右推: 较深肤色"
+ ]
+ },
+ "👌🏻": {
+ "default": [
+ "OK",
+ "OK 手势",
+ "可以",
+ "同意",
+ "好的",
+ "当然",
+ "手",
+ "没问题",
+ "确定",
+ "较浅肤色"
+ ],
+ "tts": [
+ "OK: 较浅肤色"
+ ]
+ },
+ "👌🏼": {
+ "default": [
+ "OK",
+ "OK 手势",
+ "中等-浅肤色",
+ "可以",
+ "同意",
+ "好的",
+ "当然",
+ "手",
+ "没问题",
+ "确定"
+ ],
+ "tts": [
+ "OK: 中等-浅肤色"
+ ]
+ },
+ "👌🏽": {
+ "default": [
+ "OK",
+ "OK 手势",
+ "中等肤色",
+ "可以",
+ "同意",
+ "好的",
+ "当然",
+ "手",
+ "没问题",
+ "确定"
+ ],
+ "tts": [
+ "OK: 中等肤色"
+ ]
+ },
+ "👌🏾": {
+ "default": [
+ "OK",
+ "OK 手势",
+ "中等-深肤色",
+ "可以",
+ "同意",
+ "好的",
+ "当然",
+ "手",
+ "没问题",
+ "确定"
+ ],
+ "tts": [
+ "OK: 中等-深肤色"
+ ]
+ },
+ "👌🏿": {
+ "default": [
+ "OK",
+ "OK 手势",
+ "可以",
+ "同意",
+ "好的",
+ "当然",
+ "手",
+ "没问题",
+ "确定",
+ "较深肤色"
+ ],
+ "tts": [
+ "OK: 较深肤色"
+ ]
+ },
+ "🤌🏻": {
+ "default": [
+ "为什么",
+ "你到底在说什么",
+ "匮乏",
+ "审讯",
+ "强调",
+ "您要什么",
+ "手势",
+ "手指",
+ "挖苦",
+ "捏手指",
+ "放松点",
+ "较浅肤色"
+ ],
+ "tts": [
+ "捏手指: 较浅肤色"
+ ]
+ },
+ "🤌🏼": {
+ "default": [
+ "中等-浅肤色",
+ "为什么",
+ "你到底在说什么",
+ "匮乏",
+ "审讯",
+ "强调",
+ "您要什么",
+ "手势",
+ "手指",
+ "挖苦",
+ "捏手指",
+ "放松点"
+ ],
+ "tts": [
+ "捏手指: 中等-浅肤色"
+ ]
+ },
+ "🤌🏽": {
+ "default": [
+ "中等肤色",
+ "为什么",
+ "你到底在说什么",
+ "匮乏",
+ "审讯",
+ "强调",
+ "您要什么",
+ "手势",
+ "手指",
+ "挖苦",
+ "捏手指",
+ "放松点"
+ ],
+ "tts": [
+ "捏手指: 中等肤色"
+ ]
+ },
+ "🤌🏾": {
+ "default": [
+ "中等-深肤色",
+ "为什么",
+ "你到底在说什么",
+ "匮乏",
+ "审讯",
+ "强调",
+ "您要什么",
+ "手势",
+ "手指",
+ "挖苦",
+ "捏手指",
+ "放松点"
+ ],
+ "tts": [
+ "捏手指: 中等-深肤色"
+ ]
+ },
+ "🤌🏿": {
+ "default": [
+ "为什么",
+ "你到底在说什么",
+ "匮乏",
+ "审讯",
+ "强调",
+ "您要什么",
+ "手势",
+ "手指",
+ "挖苦",
+ "捏手指",
+ "放松点",
+ "较深肤色"
+ ],
+ "tts": [
+ "捏手指: 较深肤色"
+ ]
+ },
+ "🤏🏻": {
+ "default": [
+ "一点",
+ "一点点",
+ "小",
+ "少",
+ "少量",
+ "手指",
+ "捏合的手势",
+ "捏着",
+ "某种程度上",
+ "较浅肤色"
+ ],
+ "tts": [
+ "捏合的手势: 较浅肤色"
+ ]
+ },
+ "🤏🏼": {
+ "default": [
+ "一点",
+ "一点点",
+ "中等-浅肤色",
+ "小",
+ "少",
+ "少量",
+ "手指",
+ "捏合的手势",
+ "捏着",
+ "某种程度上"
+ ],
+ "tts": [
+ "捏合的手势: 中等-浅肤色"
+ ]
+ },
+ "🤏🏽": {
+ "default": [
+ "一点",
+ "一点点",
+ "中等肤色",
+ "小",
+ "少",
+ "少量",
+ "手指",
+ "捏合的手势",
+ "捏着",
+ "某种程度上"
+ ],
+ "tts": [
+ "捏合的手势: 中等肤色"
+ ]
+ },
+ "🤏🏾": {
+ "default": [
+ "一点",
+ "一点点",
+ "中等-深肤色",
+ "小",
+ "少",
+ "少量",
+ "手指",
+ "捏合的手势",
+ "捏着",
+ "某种程度上"
+ ],
+ "tts": [
+ "捏合的手势: 中等-深肤色"
+ ]
+ },
+ "🤏🏿": {
+ "default": [
+ "一点",
+ "一点点",
+ "小",
+ "少",
+ "少量",
+ "手指",
+ "捏合的手势",
+ "捏着",
+ "某种程度上",
+ "较深肤色"
+ ],
+ "tts": [
+ "捏合的手势: 较深肤色"
+ ]
+ },
+ "✌🏻": {
+ "default": [
+ "V",
+ "和平",
+ "成功",
+ "手",
+ "胜利",
+ "胜利手势",
+ "较浅肤色"
+ ],
+ "tts": [
+ "胜利手势: 较浅肤色"
+ ]
+ },
+ "✌🏼": {
+ "default": [
+ "V",
+ "中等-浅肤色",
+ "和平",
+ "成功",
+ "手",
+ "胜利",
+ "胜利手势"
+ ],
+ "tts": [
+ "胜利手势: 中等-浅肤色"
+ ]
+ },
+ "✌🏽": {
+ "default": [
+ "V",
+ "中等肤色",
+ "和平",
+ "成功",
+ "手",
+ "胜利",
+ "胜利手势"
+ ],
+ "tts": [
+ "胜利手势: 中等肤色"
+ ]
+ },
+ "✌🏾": {
+ "default": [
+ "V",
+ "中等-深肤色",
+ "和平",
+ "成功",
+ "手",
+ "胜利",
+ "胜利手势"
+ ],
+ "tts": [
+ "胜利手势: 中等-深肤色"
+ ]
+ },
+ "✌🏿": {
+ "default": [
+ "V",
+ "和平",
+ "成功",
+ "手",
+ "胜利",
+ "胜利手势",
+ "较深肤色"
+ ],
+ "tts": [
+ "胜利手势: 较深肤色"
+ ]
+ },
+ "🤞🏻": {
+ "default": [
+ "交叉",
+ "交叉的手指",
+ "幸运",
+ "手",
+ "手指",
+ "祝好运",
+ "较浅肤色"
+ ],
+ "tts": [
+ "交叉的手指: 较浅肤色"
+ ]
+ },
+ "🤞🏼": {
+ "default": [
+ "中等-浅肤色",
+ "交叉",
+ "交叉的手指",
+ "幸运",
+ "手",
+ "手指",
+ "祝好运"
+ ],
+ "tts": [
+ "交叉的手指: 中等-浅肤色"
+ ]
+ },
+ "🤞🏽": {
+ "default": [
+ "中等肤色",
+ "交叉",
+ "交叉的手指",
+ "幸运",
+ "手",
+ "手指",
+ "祝好运"
+ ],
+ "tts": [
+ "交叉的手指: 中等肤色"
+ ]
+ },
+ "🤞🏾": {
+ "default": [
+ "中等-深肤色",
+ "交叉",
+ "交叉的手指",
+ "幸运",
+ "手",
+ "手指",
+ "祝好运"
+ ],
+ "tts": [
+ "交叉的手指: 中等-深肤色"
+ ]
+ },
+ "🤞🏿": {
+ "default": [
+ "交叉",
+ "交叉的手指",
+ "幸运",
+ "手",
+ "手指",
+ "祝好运",
+ "较深肤色"
+ ],
+ "tts": [
+ "交叉的手指: 较深肤色"
+ ]
+ },
+ "🫰🏻": {
+ "default": [
+ "响指",
+ "心",
+ "手",
+ "昂贵",
+ "比心",
+ "爱",
+ "爱心",
+ "较浅肤色",
+ "金钱",
+ "钞票",
+ "食指与拇指交叉的手"
+ ],
+ "tts": [
+ "食指与拇指交叉的手: 较浅肤色"
+ ]
+ },
+ "🫰🏼": {
+ "default": [
+ "中等-浅肤色",
+ "响指",
+ "心",
+ "手",
+ "昂贵",
+ "比心",
+ "爱",
+ "爱心",
+ "金钱",
+ "钞票",
+ "食指与拇指交叉的手"
+ ],
+ "tts": [
+ "食指与拇指交叉的手: 中等-浅肤色"
+ ]
+ },
+ "🫰🏽": {
+ "default": [
+ "中等肤色",
+ "响指",
+ "心",
+ "手",
+ "昂贵",
+ "比心",
+ "爱",
+ "爱心",
+ "金钱",
+ "钞票",
+ "食指与拇指交叉的手"
+ ],
+ "tts": [
+ "食指与拇指交叉的手: 中等肤色"
+ ]
+ },
+ "🫰🏾": {
+ "default": [
+ "中等-深肤色",
+ "响指",
+ "心",
+ "手",
+ "昂贵",
+ "比心",
+ "爱",
+ "爱心",
+ "金钱",
+ "钞票",
+ "食指与拇指交叉的手"
+ ],
+ "tts": [
+ "食指与拇指交叉的手: 中等-深肤色"
+ ]
+ },
+ "🫰🏿": {
+ "default": [
+ "响指",
+ "心",
+ "手",
+ "昂贵",
+ "比心",
+ "爱",
+ "爱心",
+ "较深肤色",
+ "金钱",
+ "钞票",
+ "食指与拇指交叉的手"
+ ],
+ "tts": [
+ "食指与拇指交叉的手: 较深肤色"
+ ]
+ },
+ "🤟🏻": {
+ "default": [
+ "三种",
+ "我爱你",
+ "手",
+ "爱你",
+ "爱你的手势",
+ "较浅肤色"
+ ],
+ "tts": [
+ "爱你的手势: 较浅肤色"
+ ]
+ },
+ "🤟🏼": {
+ "default": [
+ "三种",
+ "中等-浅肤色",
+ "我爱你",
+ "手",
+ "爱你",
+ "爱你的手势"
+ ],
+ "tts": [
+ "爱你的手势: 中等-浅肤色"
+ ]
+ },
+ "🤟🏽": {
+ "default": [
+ "三种",
+ "中等肤色",
+ "我爱你",
+ "手",
+ "爱你",
+ "爱你的手势"
+ ],
+ "tts": [
+ "爱你的手势: 中等肤色"
+ ]
+ },
+ "🤟🏾": {
+ "default": [
+ "三种",
+ "中等-深肤色",
+ "我爱你",
+ "手",
+ "爱你",
+ "爱你的手势"
+ ],
+ "tts": [
+ "爱你的手势: 中等-深肤色"
+ ]
+ },
+ "🤟🏿": {
+ "default": [
+ "三种",
+ "我爱你",
+ "手",
+ "爱你",
+ "爱你的手势",
+ "较深肤色"
+ ],
+ "tts": [
+ "爱你的手势: 较深肤色"
+ ]
+ },
+ "🤘🏻": {
+ "default": [
+ "手",
+ "摇滚",
+ "摇滚精神",
+ "燥起来",
+ "角",
+ "较浅肤色",
+ "金属礼"
+ ],
+ "tts": [
+ "摇滚: 较浅肤色"
+ ]
+ },
+ "🤘🏼": {
+ "default": [
+ "中等-浅肤色",
+ "手",
+ "摇滚",
+ "摇滚精神",
+ "燥起来",
+ "角",
+ "金属礼"
+ ],
+ "tts": [
+ "摇滚: 中等-浅肤色"
+ ]
+ },
+ "🤘🏽": {
+ "default": [
+ "中等肤色",
+ "手",
+ "摇滚",
+ "摇滚精神",
+ "燥起来",
+ "角",
+ "金属礼"
+ ],
+ "tts": [
+ "摇滚: 中等肤色"
+ ]
+ },
+ "🤘🏾": {
+ "default": [
+ "中等-深肤色",
+ "手",
+ "摇滚",
+ "摇滚精神",
+ "燥起来",
+ "角",
+ "金属礼"
+ ],
+ "tts": [
+ "摇滚: 中等-深肤色"
+ ]
+ },
+ "🤘🏿": {
+ "default": [
+ "手",
+ "摇滚",
+ "摇滚精神",
+ "燥起来",
+ "角",
+ "较深肤色",
+ "金属礼"
+ ],
+ "tts": [
+ "摇滚: 较深肤色"
+ ]
+ },
+ "🤙🏻": {
+ "default": [
+ "手",
+ "打电话给我",
+ "电话",
+ "给我打电话",
+ "给我打电话的手势",
+ "较浅肤色"
+ ],
+ "tts": [
+ "给我打电话: 较浅肤色"
+ ]
+ },
+ "🤙🏼": {
+ "default": [
+ "中等-浅肤色",
+ "手",
+ "打电话给我",
+ "电话",
+ "给我打电话",
+ "给我打电话的手势"
+ ],
+ "tts": [
+ "给我打电话: 中等-浅肤色"
+ ]
+ },
+ "🤙🏽": {
+ "default": [
+ "中等肤色",
+ "手",
+ "打电话给我",
+ "电话",
+ "给我打电话",
+ "给我打电话的手势"
+ ],
+ "tts": [
+ "给我打电话: 中等肤色"
+ ]
+ },
+ "🤙🏾": {
+ "default": [
+ "中等-深肤色",
+ "手",
+ "打电话给我",
+ "电话",
+ "给我打电话",
+ "给我打电话的手势"
+ ],
+ "tts": [
+ "给我打电话: 中等-深肤色"
+ ]
+ },
+ "🤙🏿": {
+ "default": [
+ "手",
+ "打电话给我",
+ "电话",
+ "给我打电话",
+ "给我打电话的手势",
+ "较深肤色"
+ ],
+ "tts": [
+ "给我打电话: 较深肤色"
+ ]
+ },
+ "👈🏻": {
+ "default": [
+ "反手",
+ "反手食指向左指",
+ "向左指",
+ "手",
+ "指左",
+ "较浅肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向左指: 较浅肤色"
+ ]
+ },
+ "👈🏼": {
+ "default": [
+ "中等-浅肤色",
+ "反手",
+ "反手食指向左指",
+ "向左指",
+ "手",
+ "指左",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向左指: 中等-浅肤色"
+ ]
+ },
+ "👈🏽": {
+ "default": [
+ "中等肤色",
+ "反手",
+ "反手食指向左指",
+ "向左指",
+ "手",
+ "指左",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向左指: 中等肤色"
+ ]
+ },
+ "👈🏾": {
+ "default": [
+ "中等-深肤色",
+ "反手",
+ "反手食指向左指",
+ "向左指",
+ "手",
+ "指左",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向左指: 中等-深肤色"
+ ]
+ },
+ "👈🏿": {
+ "default": [
+ "反手",
+ "反手食指向左指",
+ "向左指",
+ "手",
+ "指左",
+ "较深肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向左指: 较深肤色"
+ ]
+ },
+ "👉🏻": {
+ "default": [
+ "反手",
+ "反手食指向右指",
+ "向右指",
+ "手",
+ "指右",
+ "较浅肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向右指: 较浅肤色"
+ ]
+ },
+ "👉🏼": {
+ "default": [
+ "中等-浅肤色",
+ "反手",
+ "反手食指向右指",
+ "向右指",
+ "手",
+ "指右",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向右指: 中等-浅肤色"
+ ]
+ },
+ "👉🏽": {
+ "default": [
+ "中等肤色",
+ "反手",
+ "反手食指向右指",
+ "向右指",
+ "手",
+ "指右",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向右指: 中等肤色"
+ ]
+ },
+ "👉🏾": {
+ "default": [
+ "中等-深肤色",
+ "反手",
+ "反手食指向右指",
+ "向右指",
+ "手",
+ "指右",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向右指: 中等-深肤色"
+ ]
+ },
+ "👉🏿": {
+ "default": [
+ "反手",
+ "反手食指向右指",
+ "向右指",
+ "手",
+ "指右",
+ "较深肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向右指: 较深肤色"
+ ]
+ },
+ "👆🏻": {
+ "default": [
+ "反手",
+ "反手食指向上指",
+ "向上指",
+ "手",
+ "指上",
+ "较浅肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向上指: 较浅肤色"
+ ]
+ },
+ "👆🏼": {
+ "default": [
+ "中等-浅肤色",
+ "反手",
+ "反手食指向上指",
+ "向上指",
+ "手",
+ "指上",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向上指: 中等-浅肤色"
+ ]
+ },
+ "👆🏽": {
+ "default": [
+ "中等肤色",
+ "反手",
+ "反手食指向上指",
+ "向上指",
+ "手",
+ "指上",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向上指: 中等肤色"
+ ]
+ },
+ "👆🏾": {
+ "default": [
+ "中等-深肤色",
+ "反手",
+ "反手食指向上指",
+ "向上指",
+ "手",
+ "指上",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向上指: 中等-深肤色"
+ ]
+ },
+ "👆🏿": {
+ "default": [
+ "反手",
+ "反手食指向上指",
+ "向上指",
+ "手",
+ "指上",
+ "较深肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向上指: 较深肤色"
+ ]
+ },
+ "🖕🏻": {
+ "default": [
+ "中指",
+ "反手",
+ "手",
+ "竖中指",
+ "较浅肤色"
+ ],
+ "tts": [
+ "竖中指: 较浅肤色"
+ ]
+ },
+ "🖕🏼": {
+ "default": [
+ "中指",
+ "中等-浅肤色",
+ "反手",
+ "手",
+ "竖中指"
+ ],
+ "tts": [
+ "竖中指: 中等-浅肤色"
+ ]
+ },
+ "🖕🏽": {
+ "default": [
+ "中指",
+ "中等肤色",
+ "反手",
+ "手",
+ "竖中指"
+ ],
+ "tts": [
+ "竖中指: 中等肤色"
+ ]
+ },
+ "🖕🏾": {
+ "default": [
+ "中指",
+ "中等-深肤色",
+ "反手",
+ "手",
+ "竖中指"
+ ],
+ "tts": [
+ "竖中指: 中等-深肤色"
+ ]
+ },
+ "🖕🏿": {
+ "default": [
+ "中指",
+ "反手",
+ "手",
+ "竖中指",
+ "较深肤色"
+ ],
+ "tts": [
+ "竖中指: 较深肤色"
+ ]
+ },
+ "👇🏻": {
+ "default": [
+ "反手",
+ "反手食指向下指",
+ "向下指",
+ "手",
+ "指下",
+ "较浅肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向下指: 较浅肤色"
+ ]
+ },
+ "👇🏼": {
+ "default": [
+ "中等-浅肤色",
+ "反手",
+ "反手食指向下指",
+ "向下指",
+ "手",
+ "指下",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向下指: 中等-浅肤色"
+ ]
+ },
+ "👇🏽": {
+ "default": [
+ "中等肤色",
+ "反手",
+ "反手食指向下指",
+ "向下指",
+ "手",
+ "指下",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向下指: 中等肤色"
+ ]
+ },
+ "👇🏾": {
+ "default": [
+ "中等-深肤色",
+ "反手",
+ "反手食指向下指",
+ "向下指",
+ "手",
+ "指下",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向下指: 中等-深肤色"
+ ]
+ },
+ "👇🏿": {
+ "default": [
+ "反手",
+ "反手食指向下指",
+ "向下指",
+ "手",
+ "指下",
+ "较深肤色",
+ "食指"
+ ],
+ "tts": [
+ "反手食指向下指: 较深肤色"
+ ]
+ },
+ "☝🏻": {
+ "default": [
+ "向上指",
+ "手",
+ "指上",
+ "较浅肤色",
+ "食指",
+ "食指向上指"
+ ],
+ "tts": [
+ "食指向上指: 较浅肤色"
+ ]
+ },
+ "☝🏼": {
+ "default": [
+ "中等-浅肤色",
+ "向上指",
+ "手",
+ "指上",
+ "食指",
+ "食指向上指"
+ ],
+ "tts": [
+ "食指向上指: 中等-浅肤色"
+ ]
+ },
+ "☝🏽": {
+ "default": [
+ "中等肤色",
+ "向上指",
+ "手",
+ "指上",
+ "食指",
+ "食指向上指"
+ ],
+ "tts": [
+ "食指向上指: 中等肤色"
+ ]
+ },
+ "☝🏾": {
+ "default": [
+ "中等-深肤色",
+ "向上指",
+ "手",
+ "指上",
+ "食指",
+ "食指向上指"
+ ],
+ "tts": [
+ "食指向上指: 中等-深肤色"
+ ]
+ },
+ "☝🏿": {
+ "default": [
+ "向上指",
+ "手",
+ "指上",
+ "较深肤色",
+ "食指",
+ "食指向上指"
+ ],
+ "tts": [
+ "食指向上指: 较深肤色"
+ ]
+ },
+ "🫵🏻": {
+ "default": [
+ "伸出手指",
+ "你",
+ "戳",
+ "手指",
+ "指",
+ "指向",
+ "指向观察者的食指",
+ "较浅肤色"
+ ],
+ "tts": [
+ "指向观察者的食指: 较浅肤色"
+ ]
+ },
+ "🫵🏼": {
+ "default": [
+ "中等-浅肤色",
+ "伸出手指",
+ "你",
+ "戳",
+ "手指",
+ "指",
+ "指向",
+ "指向观察者的食指"
+ ],
+ "tts": [
+ "指向观察者的食指: 中等-浅肤色"
+ ]
+ },
+ "🫵🏽": {
+ "default": [
+ "中等肤色",
+ "伸出手指",
+ "你",
+ "戳",
+ "手指",
+ "指",
+ "指向",
+ "指向观察者的食指"
+ ],
+ "tts": [
+ "指向观察者的食指: 中等肤色"
+ ]
+ },
+ "🫵🏾": {
+ "default": [
+ "中等-深肤色",
+ "伸出手指",
+ "你",
+ "戳",
+ "手指",
+ "指",
+ "指向",
+ "指向观察者的食指"
+ ],
+ "tts": [
+ "指向观察者的食指: 中等-深肤色"
+ ]
+ },
+ "🫵🏿": {
+ "default": [
+ "伸出手指",
+ "你",
+ "戳",
+ "手指",
+ "指",
+ "指向",
+ "指向观察者的食指",
+ "较深肤色"
+ ],
+ "tts": [
+ "指向观察者的食指: 较深肤色"
+ ]
+ },
+ "👍🏻": {
+ "default": [
+ "同意",
+ "好",
+ "手",
+ "拇指",
+ "拇指向上",
+ "真棒",
+ "赞",
+ "赞成",
+ "较浅肤色",
+ "顶一下"
+ ],
+ "tts": [
+ "拇指向上: 较浅肤色"
+ ]
+ },
+ "👍🏼": {
+ "default": [
+ "中等-浅肤色",
+ "同意",
+ "好",
+ "手",
+ "拇指",
+ "拇指向上",
+ "真棒",
+ "赞",
+ "赞成",
+ "顶一下"
+ ],
+ "tts": [
+ "拇指向上: 中等-浅肤色"
+ ]
+ },
+ "👍🏽": {
+ "default": [
+ "中等肤色",
+ "同意",
+ "好",
+ "手",
+ "拇指",
+ "拇指向上",
+ "真棒",
+ "赞",
+ "赞成",
+ "顶一下"
+ ],
+ "tts": [
+ "拇指向上: 中等肤色"
+ ]
+ },
+ "👍🏾": {
+ "default": [
+ "中等-深肤色",
+ "同意",
+ "好",
+ "手",
+ "拇指",
+ "拇指向上",
+ "真棒",
+ "赞",
+ "赞成",
+ "顶一下"
+ ],
+ "tts": [
+ "拇指向上: 中等-深肤色"
+ ]
+ },
+ "👍🏿": {
+ "default": [
+ "同意",
+ "好",
+ "手",
+ "拇指",
+ "拇指向上",
+ "真棒",
+ "赞",
+ "赞成",
+ "较深肤色",
+ "顶一下"
+ ],
+ "tts": [
+ "拇指向上: 较深肤色"
+ ]
+ },
+ "👎🏻": {
+ "default": [
+ "不赞成",
+ "反对",
+ "否决",
+ "手",
+ "拇指向下",
+ "责备",
+ "较浅肤色"
+ ],
+ "tts": [
+ "拇指向下: 较浅肤色"
+ ]
+ },
+ "👎🏼": {
+ "default": [
+ "不赞成",
+ "中等-浅肤色",
+ "反对",
+ "否决",
+ "手",
+ "拇指向下",
+ "责备"
+ ],
+ "tts": [
+ "拇指向下: 中等-浅肤色"
+ ]
+ },
+ "👎🏽": {
+ "default": [
+ "不赞成",
+ "中等肤色",
+ "反对",
+ "否决",
+ "手",
+ "拇指向下",
+ "责备"
+ ],
+ "tts": [
+ "拇指向下: 中等肤色"
+ ]
+ },
+ "👎🏾": {
+ "default": [
+ "不赞成",
+ "中等-深肤色",
+ "反对",
+ "否决",
+ "手",
+ "拇指向下",
+ "责备"
+ ],
+ "tts": [
+ "拇指向下: 中等-深肤色"
+ ]
+ },
+ "👎🏿": {
+ "default": [
+ "不赞成",
+ "反对",
+ "否决",
+ "手",
+ "拇指向下",
+ "责备",
+ "较深肤色"
+ ],
+ "tts": [
+ "拇指向下: 较深肤色"
+ ]
+ },
+ "✊🏻": {
+ "default": [
+ "举拳",
+ "举起拳头",
+ "团结",
+ "手",
+ "拳头",
+ "握拳",
+ "较浅肤色"
+ ],
+ "tts": [
+ "举起拳头: 较浅肤色"
+ ]
+ },
+ "✊🏼": {
+ "default": [
+ "中等-浅肤色",
+ "举拳",
+ "举起拳头",
+ "团结",
+ "手",
+ "拳头",
+ "握拳"
+ ],
+ "tts": [
+ "举起拳头: 中等-浅肤色"
+ ]
+ },
+ "✊🏽": {
+ "default": [
+ "中等肤色",
+ "举拳",
+ "举起拳头",
+ "团结",
+ "手",
+ "拳头",
+ "握拳"
+ ],
+ "tts": [
+ "举起拳头: 中等肤色"
+ ]
+ },
+ "✊🏾": {
+ "default": [
+ "中等-深肤色",
+ "举拳",
+ "举起拳头",
+ "团结",
+ "手",
+ "拳头",
+ "握拳"
+ ],
+ "tts": [
+ "举起拳头: 中等-深肤色"
+ ]
+ },
+ "✊🏿": {
+ "default": [
+ "举拳",
+ "举起拳头",
+ "团结",
+ "手",
+ "拳头",
+ "握拳",
+ "较深肤色"
+ ],
+ "tts": [
+ "举起拳头: 较深肤色"
+ ]
+ },
+ "👊🏻": {
+ "default": [
+ "出拳",
+ "完全同意",
+ "手",
+ "打",
+ "拳",
+ "挥拳过来",
+ "绝对正确",
+ "较浅肤色"
+ ],
+ "tts": [
+ "出拳: 较浅肤色"
+ ]
+ },
+ "👊🏼": {
+ "default": [
+ "中等-浅肤色",
+ "出拳",
+ "完全同意",
+ "手",
+ "打",
+ "拳",
+ "挥拳过来",
+ "绝对正确"
+ ],
+ "tts": [
+ "出拳: 中等-浅肤色"
+ ]
+ },
+ "👊🏽": {
+ "default": [
+ "中等肤色",
+ "出拳",
+ "完全同意",
+ "手",
+ "打",
+ "拳",
+ "挥拳过来",
+ "绝对正确"
+ ],
+ "tts": [
+ "出拳: 中等肤色"
+ ]
+ },
+ "👊🏾": {
+ "default": [
+ "中等-深肤色",
+ "出拳",
+ "完全同意",
+ "手",
+ "打",
+ "拳",
+ "挥拳过来",
+ "绝对正确"
+ ],
+ "tts": [
+ "出拳: 中等-深肤色"
+ ]
+ },
+ "👊🏿": {
+ "default": [
+ "出拳",
+ "完全同意",
+ "手",
+ "打",
+ "拳",
+ "挥拳过来",
+ "绝对正确",
+ "较深肤色"
+ ],
+ "tts": [
+ "出拳: 较深肤色"
+ ]
+ },
+ "🤛🏻": {
+ "default": [
+ "拳头",
+ "朝左",
+ "朝左的拳头",
+ "较浅肤色"
+ ],
+ "tts": [
+ "朝左的拳头: 较浅肤色"
+ ]
+ },
+ "🤛🏼": {
+ "default": [
+ "中等-浅肤色",
+ "拳头",
+ "朝左",
+ "朝左的拳头"
+ ],
+ "tts": [
+ "朝左的拳头: 中等-浅肤色"
+ ]
+ },
+ "🤛🏽": {
+ "default": [
+ "中等肤色",
+ "拳头",
+ "朝左",
+ "朝左的拳头"
+ ],
+ "tts": [
+ "朝左的拳头: 中等肤色"
+ ]
+ },
+ "🤛🏾": {
+ "default": [
+ "中等-深肤色",
+ "拳头",
+ "朝左",
+ "朝左的拳头"
+ ],
+ "tts": [
+ "朝左的拳头: 中等-深肤色"
+ ]
+ },
+ "🤛🏿": {
+ "default": [
+ "拳头",
+ "朝左",
+ "朝左的拳头",
+ "较深肤色"
+ ],
+ "tts": [
+ "朝左的拳头: 较深肤色"
+ ]
+ },
+ "🤜🏻": {
+ "default": [
+ "手",
+ "拳头",
+ "朝右",
+ "朝右的拳头",
+ "较浅肤色"
+ ],
+ "tts": [
+ "朝右的拳头: 较浅肤色"
+ ]
+ },
+ "🤜🏼": {
+ "default": [
+ "中等-浅肤色",
+ "手",
+ "拳头",
+ "朝右",
+ "朝右的拳头"
+ ],
+ "tts": [
+ "朝右的拳头: 中等-浅肤色"
+ ]
+ },
+ "🤜🏽": {
+ "default": [
+ "中等肤色",
+ "手",
+ "拳头",
+ "朝右",
+ "朝右的拳头"
+ ],
+ "tts": [
+ "朝右的拳头: 中等肤色"
+ ]
+ },
+ "🤜🏾": {
+ "default": [
+ "中等-深肤色",
+ "手",
+ "拳头",
+ "朝右",
+ "朝右的拳头"
+ ],
+ "tts": [
+ "朝右的拳头: 中等-深肤色"
+ ]
+ },
+ "🤜🏿": {
+ "default": [
+ "手",
+ "拳头",
+ "朝右",
+ "朝右的拳头",
+ "较深肤色"
+ ],
+ "tts": [
+ "朝右的拳头: 较深肤色"
+ ]
+ },
+ "👏🏻": {
+ "default": [
+ "干得好",
+ "恭喜",
+ "拍手",
+ "赞成",
+ "较浅肤色",
+ "鼓掌"
+ ],
+ "tts": [
+ "鼓掌: 较浅肤色"
+ ]
+ },
+ "👏🏼": {
+ "default": [
+ "中等-浅肤色",
+ "干得好",
+ "恭喜",
+ "拍手",
+ "赞成",
+ "鼓掌"
+ ],
+ "tts": [
+ "鼓掌: 中等-浅肤色"
+ ]
+ },
+ "👏🏽": {
+ "default": [
+ "中等肤色",
+ "干得好",
+ "恭喜",
+ "拍手",
+ "赞成",
+ "鼓掌"
+ ],
+ "tts": [
+ "鼓掌: 中等肤色"
+ ]
+ },
+ "👏🏾": {
+ "default": [
+ "中等-深肤色",
+ "干得好",
+ "恭喜",
+ "拍手",
+ "赞成",
+ "鼓掌"
+ ],
+ "tts": [
+ "鼓掌: 中等-深肤色"
+ ]
+ },
+ "👏🏿": {
+ "default": [
+ "干得好",
+ "恭喜",
+ "拍手",
+ "赞成",
+ "较深肤色",
+ "鼓掌"
+ ],
+ "tts": [
+ "鼓掌: 较深肤色"
+ ]
+ },
+ "🙌🏻": {
+ "default": [
+ "举双手",
+ "举手",
+ "击掌",
+ "双手",
+ "庆祝",
+ "手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "举双手: 较浅肤色"
+ ]
+ },
+ "🙌🏼": {
+ "default": [
+ "中等-浅肤色",
+ "举双手",
+ "举手",
+ "击掌",
+ "双手",
+ "庆祝",
+ "手"
+ ],
+ "tts": [
+ "举双手: 中等-浅肤色"
+ ]
+ },
+ "🙌🏽": {
+ "default": [
+ "中等肤色",
+ "举双手",
+ "举手",
+ "击掌",
+ "双手",
+ "庆祝",
+ "手"
+ ],
+ "tts": [
+ "举双手: 中等肤色"
+ ]
+ },
+ "🙌🏾": {
+ "default": [
+ "中等-深肤色",
+ "举双手",
+ "举手",
+ "击掌",
+ "双手",
+ "庆祝",
+ "手"
+ ],
+ "tts": [
+ "举双手: 中等-深肤色"
+ ]
+ },
+ "🙌🏿": {
+ "default": [
+ "举双手",
+ "举手",
+ "击掌",
+ "双手",
+ "庆祝",
+ "手",
+ "较深肤色"
+ ],
+ "tts": [
+ "举双手: 较深肤色"
+ ]
+ },
+ "🫶🏻": {
+ "default": [
+ "做成心形的双手",
+ "手",
+ "比心",
+ "爱",
+ "爱你",
+ "爱心",
+ "较浅肤色"
+ ],
+ "tts": [
+ "做成心形的双手: 较浅肤色"
+ ]
+ },
+ "🫶🏼": {
+ "default": [
+ "中等-浅肤色",
+ "做成心形的双手",
+ "手",
+ "比心",
+ "爱",
+ "爱你",
+ "爱心"
+ ],
+ "tts": [
+ "做成心形的双手: 中等-浅肤色"
+ ]
+ },
+ "🫶🏽": {
+ "default": [
+ "中等肤色",
+ "做成心形的双手",
+ "手",
+ "比心",
+ "爱",
+ "爱你",
+ "爱心"
+ ],
+ "tts": [
+ "做成心形的双手: 中等肤色"
+ ]
+ },
+ "🫶🏾": {
+ "default": [
+ "中等-深肤色",
+ "做成心形的双手",
+ "手",
+ "比心",
+ "爱",
+ "爱你",
+ "爱心"
+ ],
+ "tts": [
+ "做成心形的双手: 中等-深肤色"
+ ]
+ },
+ "🫶🏿": {
+ "default": [
+ "做成心形的双手",
+ "手",
+ "比心",
+ "爱",
+ "爱你",
+ "爱心",
+ "较深肤色"
+ ],
+ "tts": [
+ "做成心形的双手: 较深肤色"
+ ]
+ },
+ "👐🏻": {
+ "default": [
+ "十",
+ "双手",
+ "张开双手",
+ "摊手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "张开双手: 较浅肤色"
+ ]
+ },
+ "👐🏼": {
+ "default": [
+ "中等-浅肤色",
+ "十",
+ "双手",
+ "张开双手",
+ "摊手"
+ ],
+ "tts": [
+ "张开双手: 中等-浅肤色"
+ ]
+ },
+ "👐🏽": {
+ "default": [
+ "中等肤色",
+ "十",
+ "双手",
+ "张开双手",
+ "摊手"
+ ],
+ "tts": [
+ "张开双手: 中等肤色"
+ ]
+ },
+ "👐🏾": {
+ "default": [
+ "中等-深肤色",
+ "十",
+ "双手",
+ "张开双手",
+ "摊手"
+ ],
+ "tts": [
+ "张开双手: 中等-深肤色"
+ ]
+ },
+ "👐🏿": {
+ "default": [
+ "十",
+ "双手",
+ "张开双手",
+ "摊手",
+ "较深肤色"
+ ],
+ "tts": [
+ "张开双手: 较深肤色"
+ ]
+ },
+ "🤲🏻": {
+ "default": [
+ "双掌",
+ "双掌向上",
+ "希望",
+ "掌心向上托起",
+ "祈祷",
+ "祷告",
+ "较浅肤色"
+ ],
+ "tts": [
+ "掌心向上托起: 较浅肤色"
+ ]
+ },
+ "🤲🏼": {
+ "default": [
+ "中等-浅肤色",
+ "双掌",
+ "双掌向上",
+ "希望",
+ "掌心向上托起",
+ "祈祷",
+ "祷告"
+ ],
+ "tts": [
+ "掌心向上托起: 中等-浅肤色"
+ ]
+ },
+ "🤲🏽": {
+ "default": [
+ "中等肤色",
+ "双掌",
+ "双掌向上",
+ "希望",
+ "掌心向上托起",
+ "祈祷",
+ "祷告"
+ ],
+ "tts": [
+ "掌心向上托起: 中等肤色"
+ ]
+ },
+ "🤲🏾": {
+ "default": [
+ "中等-深肤色",
+ "双掌",
+ "双掌向上",
+ "希望",
+ "掌心向上托起",
+ "祈祷",
+ "祷告"
+ ],
+ "tts": [
+ "掌心向上托起: 中等-深肤色"
+ ]
+ },
+ "🤲🏿": {
+ "default": [
+ "双掌",
+ "双掌向上",
+ "希望",
+ "掌心向上托起",
+ "祈祷",
+ "祷告",
+ "较深肤色"
+ ],
+ "tts": [
+ "掌心向上托起: 较深肤色"
+ ]
+ },
+ "🤝🏻": {
+ "default": [
+ "一言为定",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "握手: 较浅肤色"
+ ]
+ },
+ "🤝🏼": {
+ "default": [
+ "一言为定",
+ "中等-浅肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等-浅肤色"
+ ]
+ },
+ "🤝🏽": {
+ "default": [
+ "一言为定",
+ "中等肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等肤色"
+ ]
+ },
+ "🤝🏾": {
+ "default": [
+ "一言为定",
+ "中等-深肤色",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手"
+ ],
+ "tts": [
+ "握手: 中等-深肤色"
+ ]
+ },
+ "🤝🏿": {
+ "default": [
+ "一言为定",
+ "会面",
+ "协议",
+ "君子协定",
+ "握手",
+ "较深肤色"
+ ],
+ "tts": [
+ "握手: 较深肤色"
+ ]
+ },
+ "🙏🏻": {
+ "default": [
+ "双手合十",
+ "合掌",
+ "感恩",
+ "拜托",
+ "祈求",
+ "祈祷",
+ "祈福",
+ "祝福",
+ "谢谢",
+ "较浅肤色"
+ ],
+ "tts": [
+ "双手合十: 较浅肤色"
+ ]
+ },
+ "🙏🏼": {
+ "default": [
+ "中等-浅肤色",
+ "双手合十",
+ "合掌",
+ "感恩",
+ "拜托",
+ "祈求",
+ "祈祷",
+ "祈福",
+ "祝福",
+ "谢谢"
+ ],
+ "tts": [
+ "双手合十: 中等-浅肤色"
+ ]
+ },
+ "🙏🏽": {
+ "default": [
+ "中等肤色",
+ "双手合十",
+ "合掌",
+ "感恩",
+ "拜托",
+ "祈求",
+ "祈祷",
+ "祈福",
+ "祝福",
+ "谢谢"
+ ],
+ "tts": [
+ "双手合十: 中等肤色"
+ ]
+ },
+ "🙏🏾": {
+ "default": [
+ "中等-深肤色",
+ "双手合十",
+ "合掌",
+ "感恩",
+ "拜托",
+ "祈求",
+ "祈祷",
+ "祈福",
+ "祝福",
+ "谢谢"
+ ],
+ "tts": [
+ "双手合十: 中等-深肤色"
+ ]
+ },
+ "🙏🏿": {
+ "default": [
+ "双手合十",
+ "合掌",
+ "感恩",
+ "拜托",
+ "祈求",
+ "祈祷",
+ "祈福",
+ "祝福",
+ "谢谢",
+ "较深肤色"
+ ],
+ "tts": [
+ "双手合十: 较深肤色"
+ ]
+ },
+ "✍🏻": {
+ "default": [
+ "写",
+ "写字",
+ "手",
+ "笔",
+ "较浅肤色"
+ ],
+ "tts": [
+ "写字: 较浅肤色"
+ ]
+ },
+ "✍🏼": {
+ "default": [
+ "中等-浅肤色",
+ "写",
+ "写字",
+ "手",
+ "笔"
+ ],
+ "tts": [
+ "写字: 中等-浅肤色"
+ ]
+ },
+ "✍🏽": {
+ "default": [
+ "中等肤色",
+ "写",
+ "写字",
+ "手",
+ "笔"
+ ],
+ "tts": [
+ "写字: 中等肤色"
+ ]
+ },
+ "✍🏾": {
+ "default": [
+ "中等-深肤色",
+ "写",
+ "写字",
+ "手",
+ "笔"
+ ],
+ "tts": [
+ "写字: 中等-深肤色"
+ ]
+ },
+ "✍🏿": {
+ "default": [
+ "写",
+ "写字",
+ "手",
+ "笔",
+ "较深肤色"
+ ],
+ "tts": [
+ "写字: 较深肤色"
+ ]
+ },
+ "💅🏻": {
+ "default": [
+ "修指甲",
+ "忙完了",
+ "护手",
+ "指甲油",
+ "涂指甲油",
+ "美甲",
+ "较浅肤色",
+ "闷",
+ "随便啦"
+ ],
+ "tts": [
+ "涂指甲油: 较浅肤色"
+ ]
+ },
+ "💅🏼": {
+ "default": [
+ "中等-浅肤色",
+ "修指甲",
+ "忙完了",
+ "护手",
+ "指甲油",
+ "涂指甲油",
+ "美甲",
+ "闷",
+ "随便啦"
+ ],
+ "tts": [
+ "涂指甲油: 中等-浅肤色"
+ ]
+ },
+ "💅🏽": {
+ "default": [
+ "中等肤色",
+ "修指甲",
+ "忙完了",
+ "护手",
+ "指甲油",
+ "涂指甲油",
+ "美甲",
+ "闷",
+ "随便啦"
+ ],
+ "tts": [
+ "涂指甲油: 中等肤色"
+ ]
+ },
+ "💅🏾": {
+ "default": [
+ "中等-深肤色",
+ "修指甲",
+ "忙完了",
+ "护手",
+ "指甲油",
+ "涂指甲油",
+ "美甲",
+ "闷",
+ "随便啦"
+ ],
+ "tts": [
+ "涂指甲油: 中等-深肤色"
+ ]
+ },
+ "💅🏿": {
+ "default": [
+ "修指甲",
+ "忙完了",
+ "护手",
+ "指甲油",
+ "涂指甲油",
+ "美甲",
+ "较深肤色",
+ "闷",
+ "随便啦"
+ ],
+ "tts": [
+ "涂指甲油: 较深肤色"
+ ]
+ },
+ "🤳🏻": {
+ "default": [
+ "手机",
+ "相机",
+ "自拍",
+ "较浅肤色"
+ ],
+ "tts": [
+ "自拍: 较浅肤色"
+ ]
+ },
+ "🤳🏼": {
+ "default": [
+ "中等-浅肤色",
+ "手机",
+ "相机",
+ "自拍"
+ ],
+ "tts": [
+ "自拍: 中等-浅肤色"
+ ]
+ },
+ "🤳🏽": {
+ "default": [
+ "中等肤色",
+ "手机",
+ "相机",
+ "自拍"
+ ],
+ "tts": [
+ "自拍: 中等肤色"
+ ]
+ },
+ "🤳🏾": {
+ "default": [
+ "中等-深肤色",
+ "手机",
+ "相机",
+ "自拍"
+ ],
+ "tts": [
+ "自拍: 中等-深肤色"
+ ]
+ },
+ "🤳🏿": {
+ "default": [
+ "手机",
+ "相机",
+ "自拍",
+ "较深肤色"
+ ],
+ "tts": [
+ "自拍: 较深肤色"
+ ]
+ },
+ "💪🏻": {
+ "default": [
+ "二头肌",
+ "健身房",
+ "强壮",
+ "肌肉",
+ "较浅肤色"
+ ],
+ "tts": [
+ "肌肉: 较浅肤色"
+ ]
+ },
+ "💪🏼": {
+ "default": [
+ "中等-浅肤色",
+ "二头肌",
+ "健身房",
+ "强壮",
+ "肌肉"
+ ],
+ "tts": [
+ "肌肉: 中等-浅肤色"
+ ]
+ },
+ "💪🏽": {
+ "default": [
+ "中等肤色",
+ "二头肌",
+ "健身房",
+ "强壮",
+ "肌肉"
+ ],
+ "tts": [
+ "肌肉: 中等肤色"
+ ]
+ },
+ "💪🏾": {
+ "default": [
+ "中等-深肤色",
+ "二头肌",
+ "健身房",
+ "强壮",
+ "肌肉"
+ ],
+ "tts": [
+ "肌肉: 中等-深肤色"
+ ]
+ },
+ "💪🏿": {
+ "default": [
+ "二头肌",
+ "健身房",
+ "强壮",
+ "肌肉",
+ "较深肤色"
+ ],
+ "tts": [
+ "肌肉: 较深肤色"
+ ]
+ },
+ "🦵🏻": {
+ "default": [
+ "弯腿",
+ "肢体",
+ "脚",
+ "腿",
+ "跛行",
+ "踢",
+ "较浅肤色"
+ ],
+ "tts": [
+ "腿: 较浅肤色"
+ ]
+ },
+ "🦵🏼": {
+ "default": [
+ "中等-浅肤色",
+ "弯腿",
+ "肢体",
+ "脚",
+ "腿",
+ "跛行",
+ "踢"
+ ],
+ "tts": [
+ "腿: 中等-浅肤色"
+ ]
+ },
+ "🦵🏽": {
+ "default": [
+ "中等肤色",
+ "弯腿",
+ "肢体",
+ "脚",
+ "腿",
+ "跛行",
+ "踢"
+ ],
+ "tts": [
+ "腿: 中等肤色"
+ ]
+ },
+ "🦵🏾": {
+ "default": [
+ "中等-深肤色",
+ "弯腿",
+ "肢体",
+ "脚",
+ "腿",
+ "跛行",
+ "踢"
+ ],
+ "tts": [
+ "腿: 中等-深肤色"
+ ]
+ },
+ "🦵🏿": {
+ "default": [
+ "弯腿",
+ "肢体",
+ "脚",
+ "腿",
+ "跛行",
+ "踢",
+ "较深肤色"
+ ],
+ "tts": [
+ "腿: 较深肤色"
+ ]
+ },
+ "🦶🏻": {
+ "default": [
+ "脚",
+ "足踝",
+ "踏",
+ "踝",
+ "踢",
+ "踩",
+ "踱",
+ "较浅肤色"
+ ],
+ "tts": [
+ "脚: 较浅肤色"
+ ]
+ },
+ "🦶🏼": {
+ "default": [
+ "中等-浅肤色",
+ "脚",
+ "足踝",
+ "踏",
+ "踝",
+ "踢",
+ "踩",
+ "踱"
+ ],
+ "tts": [
+ "脚: 中等-浅肤色"
+ ]
+ },
+ "🦶🏽": {
+ "default": [
+ "中等肤色",
+ "脚",
+ "足踝",
+ "踏",
+ "踝",
+ "踢",
+ "踩",
+ "踱"
+ ],
+ "tts": [
+ "脚: 中等肤色"
+ ]
+ },
+ "🦶🏾": {
+ "default": [
+ "中等-深肤色",
+ "脚",
+ "足踝",
+ "踏",
+ "踝",
+ "踢",
+ "踩",
+ "踱"
+ ],
+ "tts": [
+ "脚: 中等-深肤色"
+ ]
+ },
+ "🦶🏿": {
+ "default": [
+ "脚",
+ "足踝",
+ "踏",
+ "踝",
+ "踢",
+ "踩",
+ "踱",
+ "较深肤色"
+ ],
+ "tts": [
+ "脚: 较深肤色"
+ ]
+ },
+ "👂🏻": {
+ "default": [
+ "仔细听",
+ "听",
+ "耳",
+ "耳朵",
+ "较浅肤色"
+ ],
+ "tts": [
+ "耳朵: 较浅肤色"
+ ]
+ },
+ "👂🏼": {
+ "default": [
+ "中等-浅肤色",
+ "仔细听",
+ "听",
+ "耳",
+ "耳朵"
+ ],
+ "tts": [
+ "耳朵: 中等-浅肤色"
+ ]
+ },
+ "👂🏽": {
+ "default": [
+ "中等肤色",
+ "仔细听",
+ "听",
+ "耳",
+ "耳朵"
+ ],
+ "tts": [
+ "耳朵: 中等肤色"
+ ]
+ },
+ "👂🏾": {
+ "default": [
+ "中等-深肤色",
+ "仔细听",
+ "听",
+ "耳",
+ "耳朵"
+ ],
+ "tts": [
+ "耳朵: 中等-深肤色"
+ ]
+ },
+ "👂🏿": {
+ "default": [
+ "仔细听",
+ "听",
+ "耳",
+ "耳朵",
+ "较深肤色"
+ ],
+ "tts": [
+ "耳朵: 较深肤色"
+ ]
+ },
+ "🦻🏻": {
+ "default": [
+ "助听器",
+ "听力障碍",
+ "听障",
+ "失聪",
+ "戴助听器的耳朵",
+ "无障碍",
+ "耳聋",
+ "聋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴助听器的耳朵: 较浅肤色"
+ ]
+ },
+ "🦻🏼": {
+ "default": [
+ "中等-浅肤色",
+ "助听器",
+ "听力障碍",
+ "听障",
+ "失聪",
+ "戴助听器的耳朵",
+ "无障碍",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "戴助听器的耳朵: 中等-浅肤色"
+ ]
+ },
+ "🦻🏽": {
+ "default": [
+ "中等肤色",
+ "助听器",
+ "听力障碍",
+ "听障",
+ "失聪",
+ "戴助听器的耳朵",
+ "无障碍",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "戴助听器的耳朵: 中等肤色"
+ ]
+ },
+ "🦻🏾": {
+ "default": [
+ "中等-深肤色",
+ "助听器",
+ "听力障碍",
+ "听障",
+ "失聪",
+ "戴助听器的耳朵",
+ "无障碍",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "戴助听器的耳朵: 中等-深肤色"
+ ]
+ },
+ "🦻🏿": {
+ "default": [
+ "助听器",
+ "听力障碍",
+ "听障",
+ "失聪",
+ "戴助听器的耳朵",
+ "无障碍",
+ "耳聋",
+ "聋",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴助听器的耳朵: 较深肤色"
+ ]
+ },
+ "👃🏻": {
+ "default": [
+ "嗅",
+ "气味",
+ "较浅肤色",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "tts": [
+ "鼻子: 较浅肤色"
+ ]
+ },
+ "👃🏼": {
+ "default": [
+ "中等-浅肤色",
+ "嗅",
+ "气味",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "tts": [
+ "鼻子: 中等-浅肤色"
+ ]
+ },
+ "👃🏽": {
+ "default": [
+ "中等肤色",
+ "嗅",
+ "气味",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "tts": [
+ "鼻子: 中等肤色"
+ ]
+ },
+ "👃🏾": {
+ "default": [
+ "中等-深肤色",
+ "嗅",
+ "气味",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "tts": [
+ "鼻子: 中等-深肤色"
+ ]
+ },
+ "👃🏿": {
+ "default": [
+ "嗅",
+ "气味",
+ "较深肤色",
+ "闻",
+ "鼻",
+ "鼻子"
+ ],
+ "tts": [
+ "鼻子: 较深肤色"
+ ]
+ },
+ "👶🏻": {
+ "default": [
+ "孩子",
+ "宝宝",
+ "小宝贝",
+ "小毛头",
+ "较浅肤色"
+ ],
+ "tts": [
+ "小宝贝: 较浅肤色"
+ ]
+ },
+ "👶🏼": {
+ "default": [
+ "中等-浅肤色",
+ "孩子",
+ "宝宝",
+ "小宝贝",
+ "小毛头"
+ ],
+ "tts": [
+ "小宝贝: 中等-浅肤色"
+ ]
+ },
+ "👶🏽": {
+ "default": [
+ "中等肤色",
+ "孩子",
+ "宝宝",
+ "小宝贝",
+ "小毛头"
+ ],
+ "tts": [
+ "小宝贝: 中等肤色"
+ ]
+ },
+ "👶🏾": {
+ "default": [
+ "中等-深肤色",
+ "孩子",
+ "宝宝",
+ "小宝贝",
+ "小毛头"
+ ],
+ "tts": [
+ "小宝贝: 中等-深肤色"
+ ]
+ },
+ "👶🏿": {
+ "default": [
+ "孩子",
+ "宝宝",
+ "小宝贝",
+ "小毛头",
+ "较深肤色"
+ ],
+ "tts": [
+ "小宝贝: 较深肤色"
+ ]
+ },
+ "🧒🏻": {
+ "default": [
+ "中性",
+ "儿童",
+ "小孩",
+ "年轻人",
+ "性别不明",
+ "性别中立",
+ "较浅肤色"
+ ],
+ "tts": [
+ "儿童: 较浅肤色"
+ ]
+ },
+ "🧒🏼": {
+ "default": [
+ "中性",
+ "中等-浅肤色",
+ "儿童",
+ "小孩",
+ "年轻人",
+ "性别不明",
+ "性别中立"
+ ],
+ "tts": [
+ "儿童: 中等-浅肤色"
+ ]
+ },
+ "🧒🏽": {
+ "default": [
+ "中性",
+ "中等肤色",
+ "儿童",
+ "小孩",
+ "年轻人",
+ "性别不明",
+ "性别中立"
+ ],
+ "tts": [
+ "儿童: 中等肤色"
+ ]
+ },
+ "🧒🏾": {
+ "default": [
+ "中性",
+ "中等-深肤色",
+ "儿童",
+ "小孩",
+ "年轻人",
+ "性别不明",
+ "性别中立"
+ ],
+ "tts": [
+ "儿童: 中等-深肤色"
+ ]
+ },
+ "🧒🏿": {
+ "default": [
+ "中性",
+ "儿童",
+ "小孩",
+ "年轻人",
+ "性别不明",
+ "性别中立",
+ "较深肤色"
+ ],
+ "tts": [
+ "儿童: 较深肤色"
+ ]
+ },
+ "👦🏻": {
+ "default": [
+ "儿童",
+ "孩子",
+ "小孩",
+ "男",
+ "男孩",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男孩: 较浅肤色"
+ ]
+ },
+ "👦🏼": {
+ "default": [
+ "中等-浅肤色",
+ "儿童",
+ "孩子",
+ "小孩",
+ "男",
+ "男孩"
+ ],
+ "tts": [
+ "男孩: 中等-浅肤色"
+ ]
+ },
+ "👦🏽": {
+ "default": [
+ "中等肤色",
+ "儿童",
+ "孩子",
+ "小孩",
+ "男",
+ "男孩"
+ ],
+ "tts": [
+ "男孩: 中等肤色"
+ ]
+ },
+ "👦🏾": {
+ "default": [
+ "中等-深肤色",
+ "儿童",
+ "孩子",
+ "小孩",
+ "男",
+ "男孩"
+ ],
+ "tts": [
+ "男孩: 中等-深肤色"
+ ]
+ },
+ "👦🏿": {
+ "default": [
+ "儿童",
+ "孩子",
+ "小孩",
+ "男",
+ "男孩",
+ "较深肤色"
+ ],
+ "tts": [
+ "男孩: 较深肤色"
+ ]
+ },
+ "👧🏻": {
+ "default": [
+ "儿童",
+ "大眼女孩",
+ "女",
+ "女儿",
+ "女孩",
+ "孩子",
+ "小孩",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女孩: 较浅肤色"
+ ]
+ },
+ "👧🏼": {
+ "default": [
+ "中等-浅肤色",
+ "儿童",
+ "大眼女孩",
+ "女",
+ "女儿",
+ "女孩",
+ "孩子",
+ "小孩"
+ ],
+ "tts": [
+ "女孩: 中等-浅肤色"
+ ]
+ },
+ "👧🏽": {
+ "default": [
+ "中等肤色",
+ "儿童",
+ "大眼女孩",
+ "女",
+ "女儿",
+ "女孩",
+ "孩子",
+ "小孩"
+ ],
+ "tts": [
+ "女孩: 中等肤色"
+ ]
+ },
+ "👧🏾": {
+ "default": [
+ "中等-深肤色",
+ "儿童",
+ "大眼女孩",
+ "女",
+ "女儿",
+ "女孩",
+ "孩子",
+ "小孩"
+ ],
+ "tts": [
+ "女孩: 中等-深肤色"
+ ]
+ },
+ "👧🏿": {
+ "default": [
+ "儿童",
+ "大眼女孩",
+ "女",
+ "女儿",
+ "女孩",
+ "孩子",
+ "小孩",
+ "较深肤色"
+ ],
+ "tts": [
+ "女孩: 较深肤色"
+ ]
+ },
+ "🧑🏻": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "成人: 较浅肤色"
+ ]
+ },
+ "🧑🏼": {
+ "default": [
+ "中性",
+ "中等-浅肤色",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽": {
+ "default": [
+ "中性",
+ "中等肤色",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人: 中等肤色"
+ ]
+ },
+ "🧑🏾": {
+ "default": [
+ "中性",
+ "中等-深肤色",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人: 中等-深肤色"
+ ]
+ },
+ "🧑🏿": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "较深肤色"
+ ],
+ "tts": [
+ "成人: 较深肤色"
+ ]
+ },
+ "👱🏻": {
+ "default": [
+ "人",
+ "脸",
+ "较浅肤色",
+ "金发",
+ "金色头发的人"
+ ],
+ "tts": [
+ "金色头发的人: 较浅肤色"
+ ]
+ },
+ "👱🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "脸",
+ "金发",
+ "金色头发的人"
+ ],
+ "tts": [
+ "金色头发的人: 中等-浅肤色"
+ ]
+ },
+ "👱🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "脸",
+ "金发",
+ "金色头发的人"
+ ],
+ "tts": [
+ "金色头发的人: 中等肤色"
+ ]
+ },
+ "👱🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "脸",
+ "金发",
+ "金色头发的人"
+ ],
+ "tts": [
+ "金色头发的人: 中等-深肤色"
+ ]
+ },
+ "👱🏿": {
+ "default": [
+ "人",
+ "脸",
+ "较深肤色",
+ "金发",
+ "金色头发的人"
+ ],
+ "tts": [
+ "金色头发的人: 较深肤色"
+ ]
+ },
+ "🧑🏻❤💋🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较浅肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏻❤💋🧑🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较浅肤色中等肤色"
+ ]
+ },
+ "🧑🏻❤💋🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏻❤💋🧑🏿": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较浅肤色较深肤色"
+ ]
+ },
+ "🧑🏼❤💋🧑🏻": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-浅肤色较浅肤色"
+ ]
+ },
+ "🧑🏼❤💋🧑🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-浅肤色中等肤色"
+ ]
+ },
+ "🧑🏼❤💋🧑🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏼❤💋🧑🏿": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-浅肤色较深肤色"
+ ]
+ },
+ "🧑🏽❤💋🧑🏻": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等肤色较浅肤色"
+ ]
+ },
+ "🧑🏽❤💋🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏽❤💋🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等肤色中等-深肤色"
+ ]
+ },
+ "🧑🏽❤💋🧑🏿": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等肤色较深肤色"
+ ]
+ },
+ "🧑🏾❤💋🧑🏻": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-深肤色较浅肤色"
+ ]
+ },
+ "🧑🏾❤💋🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏾❤💋🧑🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-深肤色中等肤色"
+ ]
+ },
+ "🧑🏾❤💋🧑🏿": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人中等-深肤色较深肤色"
+ ]
+ },
+ "🧑🏿❤💋🧑🏻": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较深肤色较浅肤色"
+ ]
+ },
+ "🧑🏿❤💋🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏿❤💋🧑🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较深肤色中等肤色"
+ ]
+ },
+ "🧑🏿❤💋🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "成人",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 成人成人较深肤色中等-深肤色"
+ ]
+ },
+ "🧑🏻❤🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较浅肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏻❤🧑🏽": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较浅肤色中等肤色"
+ ]
+ },
+ "🧑🏻❤🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏻❤🧑🏿": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较浅肤色较深肤色"
+ ]
+ },
+ "🧑🏼❤🧑🏻": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-浅肤色较浅肤色"
+ ]
+ },
+ "🧑🏼❤🧑🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-浅肤色中等肤色"
+ ]
+ },
+ "🧑🏼❤🧑🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏼❤🧑🏿": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-浅肤色较深肤色"
+ ]
+ },
+ "🧑🏽❤🧑🏻": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人中等肤色较浅肤色"
+ ]
+ },
+ "🧑🏽❤🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 成人成人中等肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏽❤🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 成人成人中等肤色中等-深肤色"
+ ]
+ },
+ "🧑🏽❤🧑🏿": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人中等肤色较深肤色"
+ ]
+ },
+ "🧑🏾❤🧑🏻": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-深肤色较浅肤色"
+ ]
+ },
+ "🧑🏾❤🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏾❤🧑🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-深肤色中等肤色"
+ ]
+ },
+ "🧑🏾❤🧑🏿": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人中等-深肤色较深肤色"
+ ]
+ },
+ "🧑🏿❤🧑🏻": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较深肤色较浅肤色"
+ ]
+ },
+ "🧑🏿❤🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏿❤🧑🏽": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较深肤色中等肤色"
+ ]
+ },
+ "🧑🏿❤🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "成人",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 成人成人较深肤色中等-深肤色"
+ ]
+ },
+ "🧑🏻🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏻🧑🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较浅肤色中等肤色"
+ ]
+ },
+ "🧑🏻🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏻🧑🏿": {
+ "default": [
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较浅肤色较深肤色"
+ ]
+ },
+ "🧑🏼🧑🏻": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "🧑🏼🧑🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-浅肤色中等肤色"
+ ]
+ },
+ "🧑🏼🧑🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏼🧑🏿": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-浅肤色较深肤色"
+ ]
+ },
+ "🧑🏽🧑🏻": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等肤色较浅肤色"
+ ]
+ },
+ "🧑🏽🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏽🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等肤色中等-深肤色"
+ ]
+ },
+ "🧑🏽🧑🏿": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等肤色较深肤色"
+ ]
+ },
+ "🧑🏾🧑🏻": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-深肤色较浅肤色"
+ ]
+ },
+ "🧑🏾🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏾🧑🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-深肤色中等肤色"
+ ]
+ },
+ "🧑🏾🧑🏿": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-深肤色较深肤色"
+ ]
+ },
+ "🧑🏿🧑🏻": {
+ "default": [
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较深肤色较浅肤色"
+ ]
+ },
+ "🧑🏿🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏿🧑🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较深肤色中等肤色"
+ ]
+ },
+ "🧑🏿🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较深肤色中等-深肤色"
+ ]
+ },
+ "🧑🦰": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "红发"
+ ],
+ "tts": [
+ "成人: 红发"
+ ]
+ },
+ "🧑🏻🦰": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "红发",
+ "较浅肤色"
+ ],
+ "tts": [
+ "成人: 较浅肤色红发"
+ ]
+ },
+ "🧑🏼🦰": {
+ "default": [
+ "中性",
+ "中等-浅肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "红发"
+ ],
+ "tts": [
+ "成人: 中等-浅肤色红发"
+ ]
+ },
+ "🧑🏽🦰": {
+ "default": [
+ "中性",
+ "中等肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "红发"
+ ],
+ "tts": [
+ "成人: 中等肤色红发"
+ ]
+ },
+ "🧑🏾🦰": {
+ "default": [
+ "中性",
+ "中等-深肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "红发"
+ ],
+ "tts": [
+ "成人: 中等-深肤色红发"
+ ]
+ },
+ "🧑🏿🦰": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "红发",
+ "较深肤色"
+ ],
+ "tts": [
+ "成人: 较深肤色红发"
+ ]
+ },
+ "🧑🦱": {
+ "default": [
+ "中性",
+ "卷发",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人: 卷发"
+ ]
+ },
+ "🧑🏻🦱": {
+ "default": [
+ "中性",
+ "卷发",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "成人: 较浅肤色卷发"
+ ]
+ },
+ "🧑🏼🦱": {
+ "default": [
+ "中性",
+ "中等-浅肤色",
+ "卷发",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人: 中等-浅肤色卷发"
+ ]
+ },
+ "🧑🏽🦱": {
+ "default": [
+ "中性",
+ "中等肤色",
+ "卷发",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人: 中等肤色卷发"
+ ]
+ },
+ "🧑🏾🦱": {
+ "default": [
+ "中性",
+ "中等-深肤色",
+ "卷发",
+ "性别中立",
+ "性格不明",
+ "成人"
+ ],
+ "tts": [
+ "成人: 中等-深肤色卷发"
+ ]
+ },
+ "🧑🏿🦱": {
+ "default": [
+ "中性",
+ "卷发",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "较深肤色"
+ ],
+ "tts": [
+ "成人: 较深肤色卷发"
+ ]
+ },
+ "🧑🦳": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "白发"
+ ],
+ "tts": [
+ "成人: 白发"
+ ]
+ },
+ "🧑🏻🦳": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "白发",
+ "较浅肤色"
+ ],
+ "tts": [
+ "成人: 较浅肤色白发"
+ ]
+ },
+ "🧑🏼🦳": {
+ "default": [
+ "中性",
+ "中等-浅肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "白发"
+ ],
+ "tts": [
+ "成人: 中等-浅肤色白发"
+ ]
+ },
+ "🧑🏽🦳": {
+ "default": [
+ "中性",
+ "中等肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "白发"
+ ],
+ "tts": [
+ "成人: 中等肤色白发"
+ ]
+ },
+ "🧑🏾🦳": {
+ "default": [
+ "中性",
+ "中等-深肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "白发"
+ ],
+ "tts": [
+ "成人: 中等-深肤色白发"
+ ]
+ },
+ "🧑🏿🦳": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "白发",
+ "较深肤色"
+ ],
+ "tts": [
+ "成人: 较深肤色白发"
+ ]
+ },
+ "🧑🦲": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "秃顶"
+ ],
+ "tts": [
+ "成人: 秃顶"
+ ]
+ },
+ "🧑🏻🦲": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "秃顶",
+ "较浅肤色"
+ ],
+ "tts": [
+ "成人: 较浅肤色秃顶"
+ ]
+ },
+ "🧑🏼🦲": {
+ "default": [
+ "中性",
+ "中等-浅肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "秃顶"
+ ],
+ "tts": [
+ "成人: 中等-浅肤色秃顶"
+ ]
+ },
+ "🧑🏽🦲": {
+ "default": [
+ "中性",
+ "中等肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "秃顶"
+ ],
+ "tts": [
+ "成人: 中等肤色秃顶"
+ ]
+ },
+ "🧑🏾🦲": {
+ "default": [
+ "中性",
+ "中等-深肤色",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "秃顶"
+ ],
+ "tts": [
+ "成人: 中等-深肤色秃顶"
+ ]
+ },
+ "🧑🏿🦲": {
+ "default": [
+ "中性",
+ "性别中立",
+ "性格不明",
+ "成人",
+ "秃顶",
+ "较深肤色"
+ ],
+ "tts": [
+ "成人: 较深肤色秃顶"
+ ]
+ },
+ "🧑🏻🐰🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏻🐰🧑🏽": {
+ "default": [
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较浅肤色中等肤色"
+ ]
+ },
+ "🧑🏻🐰🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏻🐰🧑🏿": {
+ "default": [
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较浅肤色较深肤色"
+ ]
+ },
+ "🧑🏼🐰🧑🏻": {
+ "default": [
+ "中等-浅肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "🧑🏼🐰🧑🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-浅肤色中等肤色"
+ ]
+ },
+ "🧑🏼🐰🧑🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏼🐰🧑🏿": {
+ "default": [
+ "中等-浅肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-浅肤色较深肤色"
+ ]
+ },
+ "🧑🏽🐰🧑🏻": {
+ "default": [
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等肤色较浅肤色"
+ ]
+ },
+ "🧑🏽🐰🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏽🐰🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等肤色中等-深肤色"
+ ]
+ },
+ "🧑🏽🐰🧑🏿": {
+ "default": [
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等肤色较深肤色"
+ ]
+ },
+ "🧑🏾🐰🧑🏻": {
+ "default": [
+ "中等-深肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-深肤色较浅肤色"
+ ]
+ },
+ "🧑🏾🐰🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏾🐰🧑🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-深肤色中等肤色"
+ ]
+ },
+ "🧑🏾🐰🧑🏿": {
+ "default": [
+ "中等-深肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-深肤色较深肤色"
+ ]
+ },
+ "🧑🏿🐰🧑🏻": {
+ "default": [
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较深肤色较浅肤色"
+ ]
+ },
+ "🧑🏿🐰🧑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏿🐰🧑🏽": {
+ "default": [
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较深肤色中等肤色"
+ ]
+ },
+ "🧑🏿🐰🧑🏾": {
+ "default": [
+ "中等-深肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较深肤色中等-深肤色"
+ ]
+ },
+ "👨🏻": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男人: 较浅肤色"
+ ]
+ },
+ "👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人: 中等-浅肤色"
+ ]
+ },
+ "👨🏽": {
+ "default": [
+ "中等肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人: 中等肤色"
+ ]
+ },
+ "👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人: 中等-深肤色"
+ ]
+ },
+ "👨🏿": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "男人: 较深肤色"
+ ]
+ },
+ "🧔🏻": {
+ "default": [
+ "人",
+ "大胡子",
+ "有胡子的人",
+ "男",
+ "络腮胡",
+ "胡子",
+ "胡须",
+ "腮帮子",
+ "较浅肤色",
+ "连鬓胡子"
+ ],
+ "tts": [
+ "有胡子的人: 较浅肤色"
+ ]
+ },
+ "🧔🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "大胡子",
+ "有胡子的人",
+ "男",
+ "络腮胡",
+ "胡子",
+ "胡须",
+ "腮帮子",
+ "连鬓胡子"
+ ],
+ "tts": [
+ "有胡子的人: 中等-浅肤色"
+ ]
+ },
+ "🧔🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "大胡子",
+ "有胡子的人",
+ "男",
+ "络腮胡",
+ "胡子",
+ "胡须",
+ "腮帮子",
+ "连鬓胡子"
+ ],
+ "tts": [
+ "有胡子的人: 中等肤色"
+ ]
+ },
+ "🧔🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "大胡子",
+ "有胡子的人",
+ "男",
+ "络腮胡",
+ "胡子",
+ "胡须",
+ "腮帮子",
+ "连鬓胡子"
+ ],
+ "tts": [
+ "有胡子的人: 中等-深肤色"
+ ]
+ },
+ "🧔🏿": {
+ "default": [
+ "人",
+ "大胡子",
+ "有胡子的人",
+ "男",
+ "络腮胡",
+ "胡子",
+ "胡须",
+ "腮帮子",
+ "较深肤色",
+ "连鬓胡子"
+ ],
+ "tts": [
+ "有胡子的人: 较深肤色"
+ ]
+ },
+ "🧔🏻♂": {
+ "default": [
+ "有络腮胡子的男人",
+ "男人",
+ "胡子",
+ "较浅肤色"
+ ],
+ "tts": [
+ "有络腮胡子的男人: 较浅肤色"
+ ]
+ },
+ "🧔🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "有络腮胡子的男人",
+ "男人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的男人: 中等-浅肤色"
+ ]
+ },
+ "🧔🏽♂": {
+ "default": [
+ "中等肤色",
+ "有络腮胡子的男人",
+ "男人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的男人: 中等肤色"
+ ]
+ },
+ "🧔🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "有络腮胡子的男人",
+ "男人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的男人: 中等-深肤色"
+ ]
+ },
+ "🧔🏿♂": {
+ "default": [
+ "有络腮胡子的男人",
+ "男人",
+ "胡子",
+ "较深肤色"
+ ],
+ "tts": [
+ "有络腮胡子的男人: 较深肤色"
+ ]
+ },
+ "👱🏻♂": {
+ "default": [
+ "男",
+ "较浅肤色",
+ "金发",
+ "金发男"
+ ],
+ "tts": [
+ "金发男: 较浅肤色"
+ ]
+ },
+ "👱🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男",
+ "金发",
+ "金发男"
+ ],
+ "tts": [
+ "金发男: 中等-浅肤色"
+ ]
+ },
+ "👱🏽♂": {
+ "default": [
+ "中等肤色",
+ "男",
+ "金发",
+ "金发男"
+ ],
+ "tts": [
+ "金发男: 中等肤色"
+ ]
+ },
+ "👱🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男",
+ "金发",
+ "金发男"
+ ],
+ "tts": [
+ "金发男: 中等-深肤色"
+ ]
+ },
+ "👱🏿♂": {
+ "default": [
+ "男",
+ "较深肤色",
+ "金发",
+ "金发男"
+ ],
+ "tts": [
+ "金发男: 较深肤色"
+ ]
+ },
+ "👨🏻❤💋👨🏻": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较浅肤色"
+ ]
+ },
+ "👨🏻❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较浅肤色中等-浅肤色"
+ ]
+ },
+ "👨🏻❤💋👨🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较浅肤色中等肤色"
+ ]
+ },
+ "👨🏻❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏻❤💋👨🏿": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较浅肤色较深肤色"
+ ]
+ },
+ "👨🏼❤💋👨🏻": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-浅肤色较浅肤色"
+ ]
+ },
+ "👨🏼❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-浅肤色"
+ ]
+ },
+ "👨🏼❤💋👨🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-浅肤色中等肤色"
+ ]
+ },
+ "👨🏼❤💋👨🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏼❤💋👨🏿": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-浅肤色较深肤色"
+ ]
+ },
+ "👨🏽❤💋👨🏻": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等肤色较浅肤色"
+ ]
+ },
+ "👨🏽❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等肤色中等-浅肤色"
+ ]
+ },
+ "👨🏽❤💋👨🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等肤色"
+ ]
+ },
+ "👨🏽❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等肤色中等-深肤色"
+ ]
+ },
+ "👨🏽❤💋👨🏿": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等肤色较深肤色"
+ ]
+ },
+ "👨🏾❤💋👨🏻": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-深肤色较浅肤色"
+ ]
+ },
+ "👨🏾❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏾❤💋👨🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-深肤色中等肤色"
+ ]
+ },
+ "👨🏾❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-深肤色"
+ ]
+ },
+ "👨🏾❤💋👨🏿": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人中等-深肤色较深肤色"
+ ]
+ },
+ "👨🏿❤💋👨🏻": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较深肤色较浅肤色"
+ ]
+ },
+ "👨🏿❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏿❤💋👨🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较深肤色中等肤色"
+ ]
+ },
+ "👨🏿❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较深肤色中等-深肤色"
+ ]
+ },
+ "👨🏿❤💋👨🏿": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 男人男人较深肤色"
+ ]
+ },
+ "👨🏻❤👨🏻": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较浅肤色"
+ ]
+ },
+ "👨🏻❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较浅肤色中等-浅肤色"
+ ]
+ },
+ "👨🏻❤👨🏽": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较浅肤色中等肤色"
+ ]
+ },
+ "👨🏻❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏻❤👨🏿": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较浅肤色较深肤色"
+ ]
+ },
+ "👨🏼❤👨🏻": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-浅肤色较浅肤色"
+ ]
+ },
+ "👨🏼❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-浅肤色"
+ ]
+ },
+ "👨🏼❤👨🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-浅肤色中等肤色"
+ ]
+ },
+ "👨🏼❤👨🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏼❤👨🏿": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-浅肤色较深肤色"
+ ]
+ },
+ "👨🏽❤👨🏻": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人中等肤色较浅肤色"
+ ]
+ },
+ "👨🏽❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等肤色中等-浅肤色"
+ ]
+ },
+ "👨🏽❤👨🏽": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等肤色"
+ ]
+ },
+ "👨🏽❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等肤色中等-深肤色"
+ ]
+ },
+ "👨🏽❤👨🏿": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人中等肤色较深肤色"
+ ]
+ },
+ "👨🏾❤👨🏻": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-深肤色较浅肤色"
+ ]
+ },
+ "👨🏾❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏾❤👨🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-深肤色中等肤色"
+ ]
+ },
+ "👨🏾❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-深肤色"
+ ]
+ },
+ "👨🏾❤👨🏿": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人中等-深肤色较深肤色"
+ ]
+ },
+ "👨🏿❤👨🏻": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较深肤色较浅肤色"
+ ]
+ },
+ "👨🏿❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏿❤👨🏽": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较深肤色中等肤色"
+ ]
+ },
+ "👨🏿❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较深肤色中等-深肤色"
+ ]
+ },
+ "👨🏿❤👨🏿": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 男人男人较深肤色"
+ ]
+ },
+ "👨🏻👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "👨🏻👨🏽": {
+ "default": [
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较浅肤色中等肤色"
+ ]
+ },
+ "👨🏻👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏻👨🏿": {
+ "default": [
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较浅肤色较深肤色"
+ ]
+ },
+ "👨🏼👨🏻": {
+ "default": [
+ "中等-浅肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "👨🏼👨🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-浅肤色中等肤色"
+ ]
+ },
+ "👨🏼👨🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏼👨🏿": {
+ "default": [
+ "中等-浅肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-浅肤色较深肤色"
+ ]
+ },
+ "👨🏽👨🏻": {
+ "default": [
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等肤色较浅肤色"
+ ]
+ },
+ "👨🏽👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等肤色中等-浅肤色"
+ ]
+ },
+ "👨🏽👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等肤色中等-深肤色"
+ ]
+ },
+ "👨🏽👨🏿": {
+ "default": [
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等肤色较深肤色"
+ ]
+ },
+ "👨🏾👨🏻": {
+ "default": [
+ "中等-深肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-深肤色较浅肤色"
+ ]
+ },
+ "👨🏾👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏾👨🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-深肤色中等肤色"
+ ]
+ },
+ "👨🏾👨🏿": {
+ "default": [
+ "中等-深肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-深肤色较深肤色"
+ ]
+ },
+ "👨🏿👨🏻": {
+ "default": [
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较深肤色较浅肤色"
+ ]
+ },
+ "👨🏿👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏿👨🏽": {
+ "default": [
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较深肤色中等肤色"
+ ]
+ },
+ "👨🏿👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较深肤色中等-深肤色"
+ ]
+ },
+ "👨🦰": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "红发"
+ ],
+ "tts": [
+ "男人: 红发"
+ ]
+ },
+ "👨🏻🦰": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "红发",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男人: 较浅肤色红发"
+ ]
+ },
+ "👨🏼🦰": {
+ "default": [
+ "中等-浅肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "红发"
+ ],
+ "tts": [
+ "男人: 中等-浅肤色红发"
+ ]
+ },
+ "👨🏽🦰": {
+ "default": [
+ "中等肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "红发"
+ ],
+ "tts": [
+ "男人: 中等肤色红发"
+ ]
+ },
+ "👨🏾🦰": {
+ "default": [
+ "中等-深肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "红发"
+ ],
+ "tts": [
+ "男人: 中等-深肤色红发"
+ ]
+ },
+ "👨🏿🦰": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "红发",
+ "较深肤色"
+ ],
+ "tts": [
+ "男人: 较深肤色红发"
+ ]
+ },
+ "👨🦱": {
+ "default": [
+ "兄弟",
+ "卷发",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人: 卷发"
+ ]
+ },
+ "👨🏻🦱": {
+ "default": [
+ "兄弟",
+ "卷发",
+ "成人",
+ "男",
+ "男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男人: 较浅肤色卷发"
+ ]
+ },
+ "👨🏼🦱": {
+ "default": [
+ "中等-浅肤色",
+ "兄弟",
+ "卷发",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人: 中等-浅肤色卷发"
+ ]
+ },
+ "👨🏽🦱": {
+ "default": [
+ "中等肤色",
+ "兄弟",
+ "卷发",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人: 中等肤色卷发"
+ ]
+ },
+ "👨🏾🦱": {
+ "default": [
+ "中等-深肤色",
+ "兄弟",
+ "卷发",
+ "成人",
+ "男",
+ "男人"
+ ],
+ "tts": [
+ "男人: 中等-深肤色卷发"
+ ]
+ },
+ "👨🏿🦱": {
+ "default": [
+ "兄弟",
+ "卷发",
+ "成人",
+ "男",
+ "男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "男人: 较深肤色卷发"
+ ]
+ },
+ "👨🦳": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "白发"
+ ],
+ "tts": [
+ "男人: 白发"
+ ]
+ },
+ "👨🏻🦳": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "白发",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男人: 较浅肤色白发"
+ ]
+ },
+ "👨🏼🦳": {
+ "default": [
+ "中等-浅肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "白发"
+ ],
+ "tts": [
+ "男人: 中等-浅肤色白发"
+ ]
+ },
+ "👨🏽🦳": {
+ "default": [
+ "中等肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "白发"
+ ],
+ "tts": [
+ "男人: 中等肤色白发"
+ ]
+ },
+ "👨🏾🦳": {
+ "default": [
+ "中等-深肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "白发"
+ ],
+ "tts": [
+ "男人: 中等-深肤色白发"
+ ]
+ },
+ "👨🏿🦳": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "白发",
+ "较深肤色"
+ ],
+ "tts": [
+ "男人: 较深肤色白发"
+ ]
+ },
+ "👨🦲": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "秃顶"
+ ],
+ "tts": [
+ "男人: 秃顶"
+ ]
+ },
+ "👨🏻🦲": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "秃顶",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男人: 较浅肤色秃顶"
+ ]
+ },
+ "👨🏼🦲": {
+ "default": [
+ "中等-浅肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "秃顶"
+ ],
+ "tts": [
+ "男人: 中等-浅肤色秃顶"
+ ]
+ },
+ "👨🏽🦲": {
+ "default": [
+ "中等肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "秃顶"
+ ],
+ "tts": [
+ "男人: 中等肤色秃顶"
+ ]
+ },
+ "👨🏾🦲": {
+ "default": [
+ "中等-深肤色",
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "秃顶"
+ ],
+ "tts": [
+ "男人: 中等-深肤色秃顶"
+ ]
+ },
+ "👨🏿🦲": {
+ "default": [
+ "兄弟",
+ "成人",
+ "男",
+ "男人",
+ "秃顶",
+ "较深肤色"
+ ],
+ "tts": [
+ "男人: 较深肤色秃顶"
+ ]
+ },
+ "👨🏻🐰👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔先生: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "👨🏻🐰👨🏽": {
+ "default": [
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔先生: 较浅肤色中等肤色"
+ ]
+ },
+ "👨🏻🐰👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔先生: 较浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏻🐰👨🏿": {
+ "default": [
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 较浅肤色较深肤色"
+ ]
+ },
+ "👨🏼🐰👨🏻": {
+ "default": [
+ "中等-浅肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔先生: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "👨🏼🐰👨🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等-浅肤色中等肤色"
+ ]
+ },
+ "👨🏼🐰👨🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏼🐰👨🏿": {
+ "default": [
+ "中等-浅肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 中等-浅肤色较深肤色"
+ ]
+ },
+ "👨🏽🐰👨🏻": {
+ "default": [
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔先生: 中等肤色较浅肤色"
+ ]
+ },
+ "👨🏽🐰👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等肤色中等-浅肤色"
+ ]
+ },
+ "👨🏽🐰👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等肤色中等-深肤色"
+ ]
+ },
+ "👨🏽🐰👨🏿": {
+ "default": [
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 中等肤色较深肤色"
+ ]
+ },
+ "👨🏾🐰👨🏻": {
+ "default": [
+ "中等-深肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔先生: 中等-深肤色较浅肤色"
+ ]
+ },
+ "👨🏾🐰👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏾🐰👨🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等-深肤色中等肤色"
+ ]
+ },
+ "👨🏾🐰👨🏿": {
+ "default": [
+ "中等-深肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 中等-深肤色较深肤色"
+ ]
+ },
+ "👨🏿🐰👨🏻": {
+ "default": [
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 较深肤色较浅肤色"
+ ]
+ },
+ "👨🏿🐰👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 较深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏿🐰👨🏽": {
+ "default": [
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 较深肤色中等肤色"
+ ]
+ },
+ "👨🏿🐰👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 较深肤色中等-深肤色"
+ ]
+ },
+ "👩🏻": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "较浅肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较浅肤色"
+ ]
+ },
+ "👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-浅肤色"
+ ]
+ },
+ "👩🏽": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等肤色"
+ ]
+ },
+ "👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-深肤色"
+ ]
+ },
+ "👩🏿": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "较深肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较深肤色"
+ ]
+ },
+ "🧔🏻♀": {
+ "default": [
+ "女人",
+ "有络腮胡子的女人",
+ "胡子",
+ "较浅肤色"
+ ],
+ "tts": [
+ "有络腮胡子的女人: 较浅肤色"
+ ]
+ },
+ "🧔🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "有络腮胡子的女人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的女人: 中等-浅肤色"
+ ]
+ },
+ "🧔🏽♀": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "有络腮胡子的女人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的女人: 中等肤色"
+ ]
+ },
+ "🧔🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "有络腮胡子的女人",
+ "胡子"
+ ],
+ "tts": [
+ "有络腮胡子的女人: 中等-深肤色"
+ ]
+ },
+ "🧔🏿♀": {
+ "default": [
+ "女人",
+ "有络腮胡子的女人",
+ "胡子",
+ "较深肤色"
+ ],
+ "tts": [
+ "有络腮胡子的女人: 较深肤色"
+ ]
+ },
+ "👱🏻♀": {
+ "default": [
+ "女",
+ "较浅肤色",
+ "金发",
+ "金发女"
+ ],
+ "tts": [
+ "金发女: 较浅肤色"
+ ]
+ },
+ "👱🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "金发",
+ "金发女"
+ ],
+ "tts": [
+ "金发女: 中等-浅肤色"
+ ]
+ },
+ "👱🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "金发",
+ "金发女"
+ ],
+ "tts": [
+ "金发女: 中等肤色"
+ ]
+ },
+ "👱🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "金发",
+ "金发女"
+ ],
+ "tts": [
+ "金发女: 中等-深肤色"
+ ]
+ },
+ "👱🏿♀": {
+ "default": [
+ "女",
+ "较深肤色",
+ "金发",
+ "金发女"
+ ],
+ "tts": [
+ "金发女: 较深肤色"
+ ]
+ },
+ "👩🏻❤💋👨🏻": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较浅肤色"
+ ]
+ },
+ "👩🏻❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻❤💋👨🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻❤💋👨🏿": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼❤💋👨🏻": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-浅肤色较浅肤色"
+ ]
+ },
+ "👩🏼❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-浅肤色"
+ ]
+ },
+ "👩🏼❤💋👨🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼❤💋👨🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼❤💋👨🏿": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽❤💋👨🏻": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等肤色中等-浅肤色"
+ ]
+ },
+ "👩🏽❤💋👨🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等肤色"
+ ]
+ },
+ "👩🏽❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽❤💋👨🏿": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等肤色较深肤色"
+ ]
+ },
+ "👩🏾❤💋👨🏻": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾❤💋👨🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-深肤色中等肤色"
+ ]
+ },
+ "👩🏾❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-深肤色"
+ ]
+ },
+ "👩🏾❤💋👨🏿": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿❤💋👨🏻": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿❤💋👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿❤💋👨🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较深肤色中等肤色"
+ ]
+ },
+ "👩🏿❤💋👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较深肤色中等-深肤色"
+ ]
+ },
+ "👩🏿❤💋👨🏿": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人男人较深肤色"
+ ]
+ },
+ "👩🏻❤💋👩🏻": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较浅肤色"
+ ]
+ },
+ "👩🏻❤💋👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻❤💋👩🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻❤💋👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻❤💋👩🏿": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼❤💋👩🏻": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-浅肤色较浅肤色"
+ ]
+ },
+ "👩🏼❤💋👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-浅肤色"
+ ]
+ },
+ "👩🏼❤💋👩🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼❤💋👩🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼❤💋👩🏿": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽❤💋👩🏻": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽❤💋👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等肤色中等-浅肤色"
+ ]
+ },
+ "👩🏽❤💋👩🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等肤色"
+ ]
+ },
+ "👩🏽❤💋👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽❤💋👩🏿": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等肤色较深肤色"
+ ]
+ },
+ "👩🏾❤💋👩🏻": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾❤💋👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾❤💋👩🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-深肤色中等肤色"
+ ]
+ },
+ "👩🏾❤💋👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-深肤色"
+ ]
+ },
+ "👩🏾❤💋👩🏿": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿❤💋👩🏻": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿❤💋👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿❤💋👩🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较深肤色中等肤色"
+ ]
+ },
+ "👩🏿❤💋👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较深肤色中等-深肤色"
+ ]
+ },
+ "👩🏿❤💋👩🏿": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 女人女人较深肤色"
+ ]
+ },
+ "👩🏻❤👨🏻": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较浅肤色"
+ ]
+ },
+ "👩🏻❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻❤👨🏽": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻❤👨🏿": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼❤👨🏻": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-浅肤色较浅肤色"
+ ]
+ },
+ "👩🏼❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-浅肤色"
+ ]
+ },
+ "👩🏼❤👨🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼❤👨🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼❤👨🏿": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽❤👨🏻": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等肤色中等-浅肤色"
+ ]
+ },
+ "👩🏽❤👨🏽": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等肤色"
+ ]
+ },
+ "👩🏽❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽❤👨🏿": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人中等肤色较深肤色"
+ ]
+ },
+ "👩🏾❤👨🏻": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾❤👨🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-深肤色中等肤色"
+ ]
+ },
+ "👩🏾❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-深肤色"
+ ]
+ },
+ "👩🏾❤👨🏿": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿❤👨🏻": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿❤👨🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿❤👨🏽": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较深肤色中等肤色"
+ ]
+ },
+ "👩🏿❤👨🏾": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较深肤色中等-深肤色"
+ ]
+ },
+ "👩🏿❤👨🏿": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人男人较深肤色"
+ ]
+ },
+ "👩🏻❤👩🏻": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较浅肤色"
+ ]
+ },
+ "👩🏻❤👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻❤👩🏽": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻❤👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻❤👩🏿": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼❤👩🏻": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-浅肤色较浅肤色"
+ ]
+ },
+ "👩🏼❤👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-浅肤色"
+ ]
+ },
+ "👩🏼❤👩🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼❤👩🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼❤👩🏿": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽❤👩🏻": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽❤👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等肤色中等-浅肤色"
+ ]
+ },
+ "👩🏽❤👩🏽": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等肤色"
+ ]
+ },
+ "👩🏽❤👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽❤👩🏿": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人中等肤色较深肤色"
+ ]
+ },
+ "👩🏾❤👩🏻": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾❤👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾❤👩🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-深肤色中等肤色"
+ ]
+ },
+ "👩🏾❤👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-深肤色"
+ ]
+ },
+ "👩🏾❤👩🏿": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿❤👩🏻": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿❤👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿❤👩🏽": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较深肤色中等肤色"
+ ]
+ },
+ "👩🏿❤👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较深肤色中等-深肤色"
+ ]
+ },
+ "👩🏿❤👩🏿": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 女人女人较深肤色"
+ ]
+ },
+ "👩🏻👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻👩🏽": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻👩🏿": {
+ "default": [
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼👩🏻": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "👩🏼👩🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼👩🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼👩🏿": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽👩🏻": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等肤色中等-浅肤色"
+ ]
+ },
+ "👩🏽👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽👩🏿": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等肤色较深肤色"
+ ]
+ },
+ "👩🏾👩🏻": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾👩🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-深肤色中等肤色"
+ ]
+ },
+ "👩🏾👩🏿": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿👩🏻": {
+ "default": [
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿👩🏽": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较深肤色中等肤色"
+ ]
+ },
+ "👩🏿👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较深肤色中等-深肤色"
+ ]
+ },
+ "👩🦰": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "红发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 红发"
+ ]
+ },
+ "👩🏻🦰": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "红发",
+ "较浅肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较浅肤色红发"
+ ]
+ },
+ "👩🏼🦰": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女人",
+ "淑女",
+ "红发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-浅肤色红发"
+ ]
+ },
+ "👩🏽🦰": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女人",
+ "淑女",
+ "红发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等肤色红发"
+ ]
+ },
+ "👩🏾🦰": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女人",
+ "淑女",
+ "红发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-深肤色红发"
+ ]
+ },
+ "👩🏿🦰": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "红发",
+ "较深肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较深肤色红发"
+ ]
+ },
+ "👩🦱": {
+ "default": [
+ "卷发",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人: 卷发"
+ ]
+ },
+ "👩🏻🦱": {
+ "default": [
+ "卷发",
+ "女",
+ "女人",
+ "淑女",
+ "较浅肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较浅肤色卷发"
+ ]
+ },
+ "👩🏼🦱": {
+ "default": [
+ "中等-浅肤色",
+ "卷发",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-浅肤色卷发"
+ ]
+ },
+ "👩🏽🦱": {
+ "default": [
+ "中等肤色",
+ "卷发",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等肤色卷发"
+ ]
+ },
+ "👩🏾🦱": {
+ "default": [
+ "中等-深肤色",
+ "卷发",
+ "女",
+ "女人",
+ "淑女",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-深肤色卷发"
+ ]
+ },
+ "👩🏿🦱": {
+ "default": [
+ "卷发",
+ "女",
+ "女人",
+ "淑女",
+ "较深肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较深肤色卷发"
+ ]
+ },
+ "👩🦳": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "白发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 白发"
+ ]
+ },
+ "👩🏻🦳": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "白发",
+ "较浅肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较浅肤色白发"
+ ]
+ },
+ "👩🏼🦳": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女人",
+ "淑女",
+ "白发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-浅肤色白发"
+ ]
+ },
+ "👩🏽🦳": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女人",
+ "淑女",
+ "白发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等肤色白发"
+ ]
+ },
+ "👩🏾🦳": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女人",
+ "淑女",
+ "白发",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-深肤色白发"
+ ]
+ },
+ "👩🏿🦳": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "白发",
+ "较深肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较深肤色白发"
+ ]
+ },
+ "👩🦲": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "秃顶",
+ "金发"
+ ],
+ "tts": [
+ "女人: 秃顶"
+ ]
+ },
+ "👩🏻🦲": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "秃顶",
+ "较浅肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较浅肤色秃顶"
+ ]
+ },
+ "👩🏼🦲": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女人",
+ "淑女",
+ "秃顶",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-浅肤色秃顶"
+ ]
+ },
+ "👩🏽🦲": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女人",
+ "淑女",
+ "秃顶",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等肤色秃顶"
+ ]
+ },
+ "👩🏾🦲": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女人",
+ "淑女",
+ "秃顶",
+ "金发"
+ ],
+ "tts": [
+ "女人: 中等-深肤色秃顶"
+ ]
+ },
+ "👩🏿🦲": {
+ "default": [
+ "女",
+ "女人",
+ "淑女",
+ "秃顶",
+ "较深肤色",
+ "金发"
+ ],
+ "tts": [
+ "女人: 较深肤色秃顶"
+ ]
+ },
+ "👩🏻🐰👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔女郎: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻🐰👩🏽": {
+ "default": [
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔女郎: 较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻🐰👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔女郎: 较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻🐰👩🏿": {
+ "default": [
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼🐰👩🏻": {
+ "default": [
+ "中等-浅肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔女郎: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "👩🏼🐰👩🏽": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼🐰👩🏾": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼🐰👩🏿": {
+ "default": [
+ "中等-浅肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽🐰👩🏻": {
+ "default": [
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔女郎: 中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽🐰👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等肤色中等-浅肤色"
+ ]
+ },
+ "👩🏽🐰👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽🐰👩🏿": {
+ "default": [
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 中等肤色较深肤色"
+ ]
+ },
+ "👩🏾🐰👩🏻": {
+ "default": [
+ "中等-深肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔女郎: 中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾🐰👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "中等-深肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾🐰👩🏽": {
+ "default": [
+ "中等-深肤色",
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等-深肤色中等肤色"
+ ]
+ },
+ "👩🏾🐰👩🏿": {
+ "default": [
+ "中等-深肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿🐰👩🏻": {
+ "default": [
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿🐰👩🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿🐰👩🏽": {
+ "default": [
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 较深肤色中等肤色"
+ ]
+ },
+ "👩🏿🐰👩🏾": {
+ "default": [
+ "中等-深肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 较深肤色中等-深肤色"
+ ]
+ },
+ "🧓🏻": {
+ "default": [
+ "中性",
+ "性别不明",
+ "性别中性",
+ "成人",
+ "熟龄",
+ "老人",
+ "老年人",
+ "老男人",
+ "老龄",
+ "较浅肤色"
+ ],
+ "tts": [
+ "老年人: 较浅肤色"
+ ]
+ },
+ "🧓🏼": {
+ "default": [
+ "中性",
+ "中等-浅肤色",
+ "性别不明",
+ "性别中性",
+ "成人",
+ "熟龄",
+ "老人",
+ "老年人",
+ "老男人",
+ "老龄"
+ ],
+ "tts": [
+ "老年人: 中等-浅肤色"
+ ]
+ },
+ "🧓🏽": {
+ "default": [
+ "中性",
+ "中等肤色",
+ "性别不明",
+ "性别中性",
+ "成人",
+ "熟龄",
+ "老人",
+ "老年人",
+ "老男人",
+ "老龄"
+ ],
+ "tts": [
+ "老年人: 中等肤色"
+ ]
+ },
+ "🧓🏾": {
+ "default": [
+ "中性",
+ "中等-深肤色",
+ "性别不明",
+ "性别中性",
+ "成人",
+ "熟龄",
+ "老人",
+ "老年人",
+ "老男人",
+ "老龄"
+ ],
+ "tts": [
+ "老年人: 中等-深肤色"
+ ]
+ },
+ "🧓🏿": {
+ "default": [
+ "中性",
+ "性别不明",
+ "性别中性",
+ "成人",
+ "熟龄",
+ "老人",
+ "老年人",
+ "老男人",
+ "老龄",
+ "较深肤色"
+ ],
+ "tts": [
+ "老年人: 较深肤色"
+ ]
+ },
+ "👴🏻": {
+ "default": [
+ "祖父",
+ "秃头",
+ "老人",
+ "老头",
+ "老爷爷",
+ "较浅肤色"
+ ],
+ "tts": [
+ "老爷爷: 较浅肤色"
+ ]
+ },
+ "👴🏼": {
+ "default": [
+ "中等-浅肤色",
+ "祖父",
+ "秃头",
+ "老人",
+ "老头",
+ "老爷爷"
+ ],
+ "tts": [
+ "老爷爷: 中等-浅肤色"
+ ]
+ },
+ "👴🏽": {
+ "default": [
+ "中等肤色",
+ "祖父",
+ "秃头",
+ "老人",
+ "老头",
+ "老爷爷"
+ ],
+ "tts": [
+ "老爷爷: 中等肤色"
+ ]
+ },
+ "👴🏾": {
+ "default": [
+ "中等-深肤色",
+ "祖父",
+ "秃头",
+ "老人",
+ "老头",
+ "老爷爷"
+ ],
+ "tts": [
+ "老爷爷: 中等-深肤色"
+ ]
+ },
+ "👴🏿": {
+ "default": [
+ "祖父",
+ "秃头",
+ "老人",
+ "老头",
+ "老爷爷",
+ "较深肤色"
+ ],
+ "tts": [
+ "老爷爷: 较深肤色"
+ ]
+ },
+ "👵🏻": {
+ "default": [
+ "祖母",
+ "老人",
+ "老太",
+ "老奶奶",
+ "较浅肤色"
+ ],
+ "tts": [
+ "老奶奶: 较浅肤色"
+ ]
+ },
+ "👵🏼": {
+ "default": [
+ "中等-浅肤色",
+ "祖母",
+ "老人",
+ "老太",
+ "老奶奶"
+ ],
+ "tts": [
+ "老奶奶: 中等-浅肤色"
+ ]
+ },
+ "👵🏽": {
+ "default": [
+ "中等肤色",
+ "祖母",
+ "老人",
+ "老太",
+ "老奶奶"
+ ],
+ "tts": [
+ "老奶奶: 中等肤色"
+ ]
+ },
+ "👵🏾": {
+ "default": [
+ "中等-深肤色",
+ "祖母",
+ "老人",
+ "老太",
+ "老奶奶"
+ ],
+ "tts": [
+ "老奶奶: 中等-深肤色"
+ ]
+ },
+ "👵🏿": {
+ "default": [
+ "祖母",
+ "老人",
+ "老太",
+ "老奶奶",
+ "较深肤色"
+ ],
+ "tts": [
+ "老奶奶: 较深肤色"
+ ]
+ },
+ "🙍🏻": {
+ "default": [
+ "不开心",
+ "不满",
+ "不爽",
+ "失望",
+ "心烦意乱",
+ "恼火",
+ "沮丧",
+ "皱眉",
+ "皱眉的人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "皱眉: 较浅肤色"
+ ]
+ },
+ "🙍🏼": {
+ "default": [
+ "不开心",
+ "不满",
+ "不爽",
+ "中等-浅肤色",
+ "失望",
+ "心烦意乱",
+ "恼火",
+ "沮丧",
+ "皱眉",
+ "皱眉的人"
+ ],
+ "tts": [
+ "皱眉: 中等-浅肤色"
+ ]
+ },
+ "🙍🏽": {
+ "default": [
+ "不开心",
+ "不满",
+ "不爽",
+ "中等肤色",
+ "失望",
+ "心烦意乱",
+ "恼火",
+ "沮丧",
+ "皱眉",
+ "皱眉的人"
+ ],
+ "tts": [
+ "皱眉: 中等肤色"
+ ]
+ },
+ "🙍🏾": {
+ "default": [
+ "不开心",
+ "不满",
+ "不爽",
+ "中等-深肤色",
+ "失望",
+ "心烦意乱",
+ "恼火",
+ "沮丧",
+ "皱眉",
+ "皱眉的人"
+ ],
+ "tts": [
+ "皱眉: 中等-深肤色"
+ ]
+ },
+ "🙍🏿": {
+ "default": [
+ "不开心",
+ "不满",
+ "不爽",
+ "失望",
+ "心烦意乱",
+ "恼火",
+ "沮丧",
+ "皱眉",
+ "皱眉的人",
+ "较深肤色"
+ ],
+ "tts": [
+ "皱眉: 较深肤色"
+ ]
+ },
+ "🙍🏻♂": {
+ "default": [
+ "不开心",
+ "男",
+ "皱眉",
+ "皱眉男",
+ "表情",
+ "较浅肤色"
+ ],
+ "tts": [
+ "皱眉男: 较浅肤色"
+ ]
+ },
+ "🙍🏼♂": {
+ "default": [
+ "不开心",
+ "中等-浅肤色",
+ "男",
+ "皱眉",
+ "皱眉男",
+ "表情"
+ ],
+ "tts": [
+ "皱眉男: 中等-浅肤色"
+ ]
+ },
+ "🙍🏽♂": {
+ "default": [
+ "不开心",
+ "中等肤色",
+ "男",
+ "皱眉",
+ "皱眉男",
+ "表情"
+ ],
+ "tts": [
+ "皱眉男: 中等肤色"
+ ]
+ },
+ "🙍🏾♂": {
+ "default": [
+ "不开心",
+ "中等-深肤色",
+ "男",
+ "皱眉",
+ "皱眉男",
+ "表情"
+ ],
+ "tts": [
+ "皱眉男: 中等-深肤色"
+ ]
+ },
+ "🙍🏿♂": {
+ "default": [
+ "不开心",
+ "男",
+ "皱眉",
+ "皱眉男",
+ "表情",
+ "较深肤色"
+ ],
+ "tts": [
+ "皱眉男: 较深肤色"
+ ]
+ },
+ "🙍🏻♀": {
+ "default": [
+ "不开心",
+ "女",
+ "皱眉",
+ "皱眉女",
+ "较浅肤色"
+ ],
+ "tts": [
+ "皱眉女: 较浅肤色"
+ ]
+ },
+ "🙍🏼♀": {
+ "default": [
+ "不开心",
+ "中等-浅肤色",
+ "女",
+ "皱眉",
+ "皱眉女"
+ ],
+ "tts": [
+ "皱眉女: 中等-浅肤色"
+ ]
+ },
+ "🙍🏽♀": {
+ "default": [
+ "不开心",
+ "中等肤色",
+ "女",
+ "皱眉",
+ "皱眉女"
+ ],
+ "tts": [
+ "皱眉女: 中等肤色"
+ ]
+ },
+ "🙍🏾♀": {
+ "default": [
+ "不开心",
+ "中等-深肤色",
+ "女",
+ "皱眉",
+ "皱眉女"
+ ],
+ "tts": [
+ "皱眉女: 中等-深肤色"
+ ]
+ },
+ "🙍🏿♀": {
+ "default": [
+ "不开心",
+ "女",
+ "皱眉",
+ "皱眉女",
+ "较深肤色"
+ ],
+ "tts": [
+ "皱眉女: 较深肤色"
+ ]
+ },
+ "🙎🏻": {
+ "default": [
+ "不开心",
+ "不高兴",
+ "低落",
+ "噘嘴",
+ "失望",
+ "怒视",
+ "撅嘴",
+ "撅嘴的人",
+ "生闷气",
+ "皱眉",
+ "苦相",
+ "表情",
+ "较浅肤色"
+ ],
+ "tts": [
+ "撅嘴: 较浅肤色"
+ ]
+ },
+ "🙎🏼": {
+ "default": [
+ "不开心",
+ "不高兴",
+ "中等-浅肤色",
+ "低落",
+ "噘嘴",
+ "失望",
+ "怒视",
+ "撅嘴",
+ "撅嘴的人",
+ "生闷气",
+ "皱眉",
+ "苦相",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴: 中等-浅肤色"
+ ]
+ },
+ "🙎🏽": {
+ "default": [
+ "不开心",
+ "不高兴",
+ "中等肤色",
+ "低落",
+ "噘嘴",
+ "失望",
+ "怒视",
+ "撅嘴",
+ "撅嘴的人",
+ "生闷气",
+ "皱眉",
+ "苦相",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴: 中等肤色"
+ ]
+ },
+ "🙎🏾": {
+ "default": [
+ "不开心",
+ "不高兴",
+ "中等-深肤色",
+ "低落",
+ "噘嘴",
+ "失望",
+ "怒视",
+ "撅嘴",
+ "撅嘴的人",
+ "生闷气",
+ "皱眉",
+ "苦相",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴: 中等-深肤色"
+ ]
+ },
+ "🙎🏿": {
+ "default": [
+ "不开心",
+ "不高兴",
+ "低落",
+ "噘嘴",
+ "失望",
+ "怒视",
+ "撅嘴",
+ "撅嘴的人",
+ "生闷气",
+ "皱眉",
+ "苦相",
+ "表情",
+ "较深肤色"
+ ],
+ "tts": [
+ "撅嘴: 较深肤色"
+ ]
+ },
+ "🙎🏻♂": {
+ "default": [
+ "不开心",
+ "噘嘴",
+ "撅嘴男",
+ "男",
+ "表情",
+ "较浅肤色"
+ ],
+ "tts": [
+ "撅嘴男: 较浅肤色"
+ ]
+ },
+ "🙎🏼♂": {
+ "default": [
+ "不开心",
+ "中等-浅肤色",
+ "噘嘴",
+ "撅嘴男",
+ "男",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴男: 中等-浅肤色"
+ ]
+ },
+ "🙎🏽♂": {
+ "default": [
+ "不开心",
+ "中等肤色",
+ "噘嘴",
+ "撅嘴男",
+ "男",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴男: 中等肤色"
+ ]
+ },
+ "🙎🏾♂": {
+ "default": [
+ "不开心",
+ "中等-深肤色",
+ "噘嘴",
+ "撅嘴男",
+ "男",
+ "表情"
+ ],
+ "tts": [
+ "撅嘴男: 中等-深肤色"
+ ]
+ },
+ "🙎🏿♂": {
+ "default": [
+ "不开心",
+ "噘嘴",
+ "撅嘴男",
+ "男",
+ "表情",
+ "较深肤色"
+ ],
+ "tts": [
+ "撅嘴男: 较深肤色"
+ ]
+ },
+ "🙎🏻♀": {
+ "default": [
+ "不开心",
+ "噘嘴",
+ "女",
+ "撅嘴女",
+ "较浅肤色"
+ ],
+ "tts": [
+ "撅嘴女: 较浅肤色"
+ ]
+ },
+ "🙎🏼♀": {
+ "default": [
+ "不开心",
+ "中等-浅肤色",
+ "噘嘴",
+ "女",
+ "撅嘴女"
+ ],
+ "tts": [
+ "撅嘴女: 中等-浅肤色"
+ ]
+ },
+ "🙎🏽♀": {
+ "default": [
+ "不开心",
+ "中等肤色",
+ "噘嘴",
+ "女",
+ "撅嘴女"
+ ],
+ "tts": [
+ "撅嘴女: 中等肤色"
+ ]
+ },
+ "🙎🏾♀": {
+ "default": [
+ "不开心",
+ "中等-深肤色",
+ "噘嘴",
+ "女",
+ "撅嘴女"
+ ],
+ "tts": [
+ "撅嘴女: 中等-深肤色"
+ ]
+ },
+ "🙎🏿♀": {
+ "default": [
+ "不开心",
+ "噘嘴",
+ "女",
+ "撅嘴女",
+ "较深肤色"
+ ],
+ "tts": [
+ "撅嘴女: 较深肤色"
+ ]
+ },
+ "🙅🏻": {
+ "default": [
+ "不允许",
+ "不可能",
+ "不行",
+ "不通过",
+ "反对",
+ "手",
+ "用手势表示不的人",
+ "禁止",
+ "禁止手势",
+ "较浅肤色"
+ ],
+ "tts": [
+ "禁止手势: 较浅肤色"
+ ]
+ },
+ "🙅🏼": {
+ "default": [
+ "不允许",
+ "不可能",
+ "不行",
+ "不通过",
+ "中等-浅肤色",
+ "反对",
+ "手",
+ "用手势表示不的人",
+ "禁止",
+ "禁止手势"
+ ],
+ "tts": [
+ "禁止手势: 中等-浅肤色"
+ ]
+ },
+ "🙅🏽": {
+ "default": [
+ "不允许",
+ "不可能",
+ "不行",
+ "不通过",
+ "中等肤色",
+ "反对",
+ "手",
+ "用手势表示不的人",
+ "禁止",
+ "禁止手势"
+ ],
+ "tts": [
+ "禁止手势: 中等肤色"
+ ]
+ },
+ "🙅🏾": {
+ "default": [
+ "不允许",
+ "不可能",
+ "不行",
+ "不通过",
+ "中等-深肤色",
+ "反对",
+ "手",
+ "用手势表示不的人",
+ "禁止",
+ "禁止手势"
+ ],
+ "tts": [
+ "禁止手势: 中等-深肤色"
+ ]
+ },
+ "🙅🏿": {
+ "default": [
+ "不允许",
+ "不可能",
+ "不行",
+ "不通过",
+ "反对",
+ "手",
+ "用手势表示不的人",
+ "禁止",
+ "禁止手势",
+ "较深肤色"
+ ],
+ "tts": [
+ "禁止手势: 较深肤色"
+ ]
+ },
+ "🙅🏻♂": {
+ "default": [
+ "不行",
+ "反对",
+ "男",
+ "禁止",
+ "禁止手势男",
+ "较浅肤色"
+ ],
+ "tts": [
+ "禁止手势男: 较浅肤色"
+ ]
+ },
+ "🙅🏼♂": {
+ "default": [
+ "不行",
+ "中等-浅肤色",
+ "反对",
+ "男",
+ "禁止",
+ "禁止手势男"
+ ],
+ "tts": [
+ "禁止手势男: 中等-浅肤色"
+ ]
+ },
+ "🙅🏽♂": {
+ "default": [
+ "不行",
+ "中等肤色",
+ "反对",
+ "男",
+ "禁止",
+ "禁止手势男"
+ ],
+ "tts": [
+ "禁止手势男: 中等肤色"
+ ]
+ },
+ "🙅🏾♂": {
+ "default": [
+ "不行",
+ "中等-深肤色",
+ "反对",
+ "男",
+ "禁止",
+ "禁止手势男"
+ ],
+ "tts": [
+ "禁止手势男: 中等-深肤色"
+ ]
+ },
+ "🙅🏿♂": {
+ "default": [
+ "不行",
+ "反对",
+ "男",
+ "禁止",
+ "禁止手势男",
+ "较深肤色"
+ ],
+ "tts": [
+ "禁止手势男: 较深肤色"
+ ]
+ },
+ "🙅🏻♀": {
+ "default": [
+ "不行",
+ "反对",
+ "女",
+ "禁止",
+ "禁止手势女",
+ "较浅肤色"
+ ],
+ "tts": [
+ "禁止手势女: 较浅肤色"
+ ]
+ },
+ "🙅🏼♀": {
+ "default": [
+ "不行",
+ "中等-浅肤色",
+ "反对",
+ "女",
+ "禁止",
+ "禁止手势女"
+ ],
+ "tts": [
+ "禁止手势女: 中等-浅肤色"
+ ]
+ },
+ "🙅🏽♀": {
+ "default": [
+ "不行",
+ "中等肤色",
+ "反对",
+ "女",
+ "禁止",
+ "禁止手势女"
+ ],
+ "tts": [
+ "禁止手势女: 中等肤色"
+ ]
+ },
+ "🙅🏾♀": {
+ "default": [
+ "不行",
+ "中等-深肤色",
+ "反对",
+ "女",
+ "禁止",
+ "禁止手势女"
+ ],
+ "tts": [
+ "禁止手势女: 中等-深肤色"
+ ]
+ },
+ "🙅🏿♀": {
+ "default": [
+ "不行",
+ "反对",
+ "女",
+ "禁止",
+ "禁止手势女",
+ "较深肤色"
+ ],
+ "tts": [
+ "禁止手势女: 较深肤色"
+ ]
+ },
+ "🙆🏻": {
+ "default": [
+ "ok",
+ "OK手势",
+ "同意",
+ "女子用手势表示好",
+ "好的",
+ "手",
+ "手势",
+ "摆姿势",
+ "较浅肤色",
+ "锻炼"
+ ],
+ "tts": [
+ "OK手势: 较浅肤色"
+ ]
+ },
+ "🙆🏼": {
+ "default": [
+ "ok",
+ "OK手势",
+ "中等-浅肤色",
+ "同意",
+ "女子用手势表示好",
+ "好的",
+ "手",
+ "手势",
+ "摆姿势",
+ "锻炼"
+ ],
+ "tts": [
+ "OK手势: 中等-浅肤色"
+ ]
+ },
+ "🙆🏽": {
+ "default": [
+ "ok",
+ "OK手势",
+ "中等肤色",
+ "同意",
+ "女子用手势表示好",
+ "好的",
+ "手",
+ "手势",
+ "摆姿势",
+ "锻炼"
+ ],
+ "tts": [
+ "OK手势: 中等肤色"
+ ]
+ },
+ "🙆🏾": {
+ "default": [
+ "ok",
+ "OK手势",
+ "中等-深肤色",
+ "同意",
+ "女子用手势表示好",
+ "好的",
+ "手",
+ "手势",
+ "摆姿势",
+ "锻炼"
+ ],
+ "tts": [
+ "OK手势: 中等-深肤色"
+ ]
+ },
+ "🙆🏿": {
+ "default": [
+ "ok",
+ "OK手势",
+ "同意",
+ "女子用手势表示好",
+ "好的",
+ "手",
+ "手势",
+ "摆姿势",
+ "较深肤色",
+ "锻炼"
+ ],
+ "tts": [
+ "OK手势: 较深肤色"
+ ]
+ },
+ "🙆🏻♂": {
+ "default": [
+ "ok",
+ "OK",
+ "ok手势男",
+ "OK手势男",
+ "可以",
+ "同意",
+ "好的",
+ "男",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "OK手势男: 较浅肤色"
+ ]
+ },
+ "🙆🏼♂": {
+ "default": [
+ "ok",
+ "OK",
+ "ok手势男",
+ "OK手势男",
+ "中等-浅肤色",
+ "可以",
+ "同意",
+ "好的",
+ "男",
+ "运动"
+ ],
+ "tts": [
+ "OK手势男: 中等-浅肤色"
+ ]
+ },
+ "🙆🏽♂": {
+ "default": [
+ "ok",
+ "OK",
+ "ok手势男",
+ "OK手势男",
+ "中等肤色",
+ "可以",
+ "同意",
+ "好的",
+ "男",
+ "运动"
+ ],
+ "tts": [
+ "OK手势男: 中等肤色"
+ ]
+ },
+ "🙆🏾♂": {
+ "default": [
+ "ok",
+ "OK",
+ "ok手势男",
+ "OK手势男",
+ "中等-深肤色",
+ "可以",
+ "同意",
+ "好的",
+ "男",
+ "运动"
+ ],
+ "tts": [
+ "OK手势男: 中等-深肤色"
+ ]
+ },
+ "🙆🏿♂": {
+ "default": [
+ "ok",
+ "OK",
+ "ok手势男",
+ "OK手势男",
+ "可以",
+ "同意",
+ "好的",
+ "男",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "OK手势男: 较深肤色"
+ ]
+ },
+ "🙆🏻♀": {
+ "default": [
+ "OK",
+ "OK手势女",
+ "可以",
+ "同意",
+ "女",
+ "好的",
+ "较浅肤色"
+ ],
+ "tts": [
+ "OK手势女: 较浅肤色"
+ ]
+ },
+ "🙆🏼♀": {
+ "default": [
+ "OK",
+ "OK手势女",
+ "中等-浅肤色",
+ "可以",
+ "同意",
+ "女",
+ "好的"
+ ],
+ "tts": [
+ "OK手势女: 中等-浅肤色"
+ ]
+ },
+ "🙆🏽♀": {
+ "default": [
+ "OK",
+ "OK手势女",
+ "中等肤色",
+ "可以",
+ "同意",
+ "女",
+ "好的"
+ ],
+ "tts": [
+ "OK手势女: 中等肤色"
+ ]
+ },
+ "🙆🏾♀": {
+ "default": [
+ "OK",
+ "OK手势女",
+ "中等-深肤色",
+ "可以",
+ "同意",
+ "女",
+ "好的"
+ ],
+ "tts": [
+ "OK手势女: 中等-深肤色"
+ ]
+ },
+ "🙆🏿♀": {
+ "default": [
+ "OK",
+ "OK手势女",
+ "可以",
+ "同意",
+ "女",
+ "好的",
+ "较深肤色"
+ ],
+ "tts": [
+ "OK手势女: 较深肤色"
+ ]
+ },
+ "💁🏻": {
+ "default": [
+ "介绍",
+ "伸手给小费",
+ "信息",
+ "八卦",
+ "前台",
+ "帮助",
+ "手",
+ "拨弄头发",
+ "自信时髦",
+ "请您离开",
+ "较浅肤色",
+ "随便啦"
+ ],
+ "tts": [
+ "前台: 较浅肤色"
+ ]
+ },
+ "💁🏼": {
+ "default": [
+ "中等-浅肤色",
+ "介绍",
+ "伸手给小费",
+ "信息",
+ "八卦",
+ "前台",
+ "帮助",
+ "手",
+ "拨弄头发",
+ "自信时髦",
+ "请您离开",
+ "随便啦"
+ ],
+ "tts": [
+ "前台: 中等-浅肤色"
+ ]
+ },
+ "💁🏽": {
+ "default": [
+ "中等肤色",
+ "介绍",
+ "伸手给小费",
+ "信息",
+ "八卦",
+ "前台",
+ "帮助",
+ "手",
+ "拨弄头发",
+ "自信时髦",
+ "请您离开",
+ "随便啦"
+ ],
+ "tts": [
+ "前台: 中等肤色"
+ ]
+ },
+ "💁🏾": {
+ "default": [
+ "中等-深肤色",
+ "介绍",
+ "伸手给小费",
+ "信息",
+ "八卦",
+ "前台",
+ "帮助",
+ "手",
+ "拨弄头发",
+ "自信时髦",
+ "请您离开",
+ "随便啦"
+ ],
+ "tts": [
+ "前台: 中等-深肤色"
+ ]
+ },
+ "💁🏿": {
+ "default": [
+ "介绍",
+ "伸手给小费",
+ "信息",
+ "八卦",
+ "前台",
+ "帮助",
+ "手",
+ "拨弄头发",
+ "自信时髦",
+ "请您离开",
+ "较深肤色",
+ "随便啦"
+ ],
+ "tts": [
+ "前台: 较深肤色"
+ ]
+ },
+ "💁🏻♂": {
+ "default": [
+ "前台",
+ "前台男",
+ "嘲讽",
+ "小费",
+ "男",
+ "较浅肤色"
+ ],
+ "tts": [
+ "前台男: 较浅肤色"
+ ]
+ },
+ "💁🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "前台",
+ "前台男",
+ "嘲讽",
+ "小费",
+ "男"
+ ],
+ "tts": [
+ "前台男: 中等-浅肤色"
+ ]
+ },
+ "💁🏽♂": {
+ "default": [
+ "中等肤色",
+ "前台",
+ "前台男",
+ "嘲讽",
+ "小费",
+ "男"
+ ],
+ "tts": [
+ "前台男: 中等肤色"
+ ]
+ },
+ "💁🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "前台",
+ "前台男",
+ "嘲讽",
+ "小费",
+ "男"
+ ],
+ "tts": [
+ "前台男: 中等-深肤色"
+ ]
+ },
+ "💁🏿♂": {
+ "default": [
+ "前台",
+ "前台男",
+ "嘲讽",
+ "小费",
+ "男",
+ "较深肤色"
+ ],
+ "tts": [
+ "前台男: 较深肤色"
+ ]
+ },
+ "💁🏻♀": {
+ "default": [
+ "前台",
+ "前台女",
+ "女",
+ "较浅肤色"
+ ],
+ "tts": [
+ "前台女: 较浅肤色"
+ ]
+ },
+ "💁🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "前台",
+ "前台女",
+ "女"
+ ],
+ "tts": [
+ "前台女: 中等-浅肤色"
+ ]
+ },
+ "💁🏽♀": {
+ "default": [
+ "中等肤色",
+ "前台",
+ "前台女",
+ "女"
+ ],
+ "tts": [
+ "前台女: 中等肤色"
+ ]
+ },
+ "💁🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "前台",
+ "前台女",
+ "女"
+ ],
+ "tts": [
+ "前台女: 中等-深肤色"
+ ]
+ },
+ "💁🏿♀": {
+ "default": [
+ "前台",
+ "前台女",
+ "女",
+ "较深肤色"
+ ],
+ "tts": [
+ "前台女: 较深肤色"
+ ]
+ },
+ "🙋🏻": {
+ "default": [
+ "举手",
+ "举手的人",
+ "嗨",
+ "开心",
+ "我参加",
+ "我可以帮忙",
+ "我知道",
+ "手",
+ "看这里",
+ "较浅肤色",
+ "选我"
+ ],
+ "tts": [
+ "举手: 较浅肤色"
+ ]
+ },
+ "🙋🏼": {
+ "default": [
+ "中等-浅肤色",
+ "举手",
+ "举手的人",
+ "嗨",
+ "开心",
+ "我参加",
+ "我可以帮忙",
+ "我知道",
+ "手",
+ "看这里",
+ "选我"
+ ],
+ "tts": [
+ "举手: 中等-浅肤色"
+ ]
+ },
+ "🙋🏽": {
+ "default": [
+ "中等肤色",
+ "举手",
+ "举手的人",
+ "嗨",
+ "开心",
+ "我参加",
+ "我可以帮忙",
+ "我知道",
+ "手",
+ "看这里",
+ "选我"
+ ],
+ "tts": [
+ "举手: 中等肤色"
+ ]
+ },
+ "🙋🏾": {
+ "default": [
+ "中等-深肤色",
+ "举手",
+ "举手的人",
+ "嗨",
+ "开心",
+ "我参加",
+ "我可以帮忙",
+ "我知道",
+ "手",
+ "看这里",
+ "选我"
+ ],
+ "tts": [
+ "举手: 中等-深肤色"
+ ]
+ },
+ "🙋🏿": {
+ "default": [
+ "举手",
+ "举手的人",
+ "嗨",
+ "开心",
+ "我参加",
+ "我可以帮忙",
+ "我知道",
+ "手",
+ "看这里",
+ "较深肤色",
+ "选我"
+ ],
+ "tts": [
+ "举手: 较深肤色"
+ ]
+ },
+ "🙋🏻♂": {
+ "default": [
+ "举手",
+ "发问",
+ "手势",
+ "男",
+ "男生举手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生举手: 较浅肤色"
+ ]
+ },
+ "🙋🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "举手",
+ "发问",
+ "手势",
+ "男",
+ "男生举手"
+ ],
+ "tts": [
+ "男生举手: 中等-浅肤色"
+ ]
+ },
+ "🙋🏽♂": {
+ "default": [
+ "中等肤色",
+ "举手",
+ "发问",
+ "手势",
+ "男",
+ "男生举手"
+ ],
+ "tts": [
+ "男生举手: 中等肤色"
+ ]
+ },
+ "🙋🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "举手",
+ "发问",
+ "手势",
+ "男",
+ "男生举手"
+ ],
+ "tts": [
+ "男生举手: 中等-深肤色"
+ ]
+ },
+ "🙋🏿♂": {
+ "default": [
+ "举手",
+ "发问",
+ "手势",
+ "男",
+ "男生举手",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生举手: 较深肤色"
+ ]
+ },
+ "🙋🏻♀": {
+ "default": [
+ "举手",
+ "女",
+ "女生举手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生举手: 较浅肤色"
+ ]
+ },
+ "🙋🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "举手",
+ "女",
+ "女生举手"
+ ],
+ "tts": [
+ "女生举手: 中等-浅肤色"
+ ]
+ },
+ "🙋🏽♀": {
+ "default": [
+ "中等肤色",
+ "举手",
+ "女",
+ "女生举手"
+ ],
+ "tts": [
+ "女生举手: 中等肤色"
+ ]
+ },
+ "🙋🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "举手",
+ "女",
+ "女生举手"
+ ],
+ "tts": [
+ "女生举手: 中等-深肤色"
+ ]
+ },
+ "🙋🏿♀": {
+ "default": [
+ "举手",
+ "女",
+ "女生举手",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生举手: 较深肤色"
+ ]
+ },
+ "🧏🏻": {
+ "default": [
+ "听力",
+ "听力障碍",
+ "听障",
+ "失聪者",
+ "无障碍",
+ "耳朵",
+ "耳聋",
+ "聋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "失聪者: 较浅肤色"
+ ]
+ },
+ "🧏🏼": {
+ "default": [
+ "中等-浅肤色",
+ "听力",
+ "听力障碍",
+ "听障",
+ "失聪者",
+ "无障碍",
+ "耳朵",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "失聪者: 中等-浅肤色"
+ ]
+ },
+ "🧏🏽": {
+ "default": [
+ "中等肤色",
+ "听力",
+ "听力障碍",
+ "听障",
+ "失聪者",
+ "无障碍",
+ "耳朵",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "失聪者: 中等肤色"
+ ]
+ },
+ "🧏🏾": {
+ "default": [
+ "中等-深肤色",
+ "听力",
+ "听力障碍",
+ "听障",
+ "失聪者",
+ "无障碍",
+ "耳朵",
+ "耳聋",
+ "聋"
+ ],
+ "tts": [
+ "失聪者: 中等-深肤色"
+ ]
+ },
+ "🧏🏿": {
+ "default": [
+ "听力",
+ "听力障碍",
+ "听障",
+ "失聪者",
+ "无障碍",
+ "耳朵",
+ "耳聋",
+ "聋",
+ "较深肤色"
+ ],
+ "tts": [
+ "失聪者: 较深肤色"
+ ]
+ },
+ "🧏🏻♂": {
+ "default": [
+ "听力障碍",
+ "失聪的男人",
+ "男",
+ "耳朵",
+ "聋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "失聪的男人: 较浅肤色"
+ ]
+ },
+ "🧏🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "听力障碍",
+ "失聪的男人",
+ "男",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的男人: 中等-浅肤色"
+ ]
+ },
+ "🧏🏽♂": {
+ "default": [
+ "中等肤色",
+ "听力障碍",
+ "失聪的男人",
+ "男",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的男人: 中等肤色"
+ ]
+ },
+ "🧏🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "听力障碍",
+ "失聪的男人",
+ "男",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的男人: 中等-深肤色"
+ ]
+ },
+ "🧏🏿♂": {
+ "default": [
+ "听力障碍",
+ "失聪的男人",
+ "男",
+ "耳朵",
+ "聋",
+ "较深肤色"
+ ],
+ "tts": [
+ "失聪的男人: 较深肤色"
+ ]
+ },
+ "🧏🏻♀": {
+ "default": [
+ "听力障碍",
+ "失聪的女人",
+ "女",
+ "耳朵",
+ "聋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "失聪的女人: 较浅肤色"
+ ]
+ },
+ "🧏🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "听力障碍",
+ "失聪的女人",
+ "女",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的女人: 中等-浅肤色"
+ ]
+ },
+ "🧏🏽♀": {
+ "default": [
+ "中等肤色",
+ "听力障碍",
+ "失聪的女人",
+ "女",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的女人: 中等肤色"
+ ]
+ },
+ "🧏🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "听力障碍",
+ "失聪的女人",
+ "女",
+ "耳朵",
+ "聋"
+ ],
+ "tts": [
+ "失聪的女人: 中等-深肤色"
+ ]
+ },
+ "🧏🏿♀": {
+ "default": [
+ "听力障碍",
+ "失聪的女人",
+ "女",
+ "耳朵",
+ "聋",
+ "较深肤色"
+ ],
+ "tts": [
+ "失聪的女人: 较深肤色"
+ ]
+ },
+ "🙇🏻": {
+ "default": [
+ "不好意思",
+ "冥想",
+ "姿势",
+ "对不起",
+ "惭愧",
+ "感谢",
+ "懊悔",
+ "祈求宽恕",
+ "较浅肤色",
+ "道歉",
+ "鞠躬",
+ "鞠躬的人"
+ ],
+ "tts": [
+ "鞠躬: 较浅肤色"
+ ]
+ },
+ "🙇🏼": {
+ "default": [
+ "不好意思",
+ "中等-浅肤色",
+ "冥想",
+ "姿势",
+ "对不起",
+ "惭愧",
+ "感谢",
+ "懊悔",
+ "祈求宽恕",
+ "道歉",
+ "鞠躬",
+ "鞠躬的人"
+ ],
+ "tts": [
+ "鞠躬: 中等-浅肤色"
+ ]
+ },
+ "🙇🏽": {
+ "default": [
+ "不好意思",
+ "中等肤色",
+ "冥想",
+ "姿势",
+ "对不起",
+ "惭愧",
+ "感谢",
+ "懊悔",
+ "祈求宽恕",
+ "道歉",
+ "鞠躬",
+ "鞠躬的人"
+ ],
+ "tts": [
+ "鞠躬: 中等肤色"
+ ]
+ },
+ "🙇🏾": {
+ "default": [
+ "不好意思",
+ "中等-深肤色",
+ "冥想",
+ "姿势",
+ "对不起",
+ "惭愧",
+ "感谢",
+ "懊悔",
+ "祈求宽恕",
+ "道歉",
+ "鞠躬",
+ "鞠躬的人"
+ ],
+ "tts": [
+ "鞠躬: 中等-深肤色"
+ ]
+ },
+ "🙇🏿": {
+ "default": [
+ "不好意思",
+ "冥想",
+ "姿势",
+ "对不起",
+ "惭愧",
+ "感谢",
+ "懊悔",
+ "祈求宽恕",
+ "较深肤色",
+ "道歉",
+ "鞠躬",
+ "鞠躬的人"
+ ],
+ "tts": [
+ "鞠躬: 较深肤色"
+ ]
+ },
+ "🙇🏻♂": {
+ "default": [
+ "不好意思",
+ "对不起",
+ "男",
+ "男生鞠躬",
+ "较浅肤色",
+ "道歉"
+ ],
+ "tts": [
+ "男生鞠躬: 较浅肤色"
+ ]
+ },
+ "🙇🏼♂": {
+ "default": [
+ "不好意思",
+ "中等-浅肤色",
+ "对不起",
+ "男",
+ "男生鞠躬",
+ "道歉"
+ ],
+ "tts": [
+ "男生鞠躬: 中等-浅肤色"
+ ]
+ },
+ "🙇🏽♂": {
+ "default": [
+ "不好意思",
+ "中等肤色",
+ "对不起",
+ "男",
+ "男生鞠躬",
+ "道歉"
+ ],
+ "tts": [
+ "男生鞠躬: 中等肤色"
+ ]
+ },
+ "🙇🏾♂": {
+ "default": [
+ "不好意思",
+ "中等-深肤色",
+ "对不起",
+ "男",
+ "男生鞠躬",
+ "道歉"
+ ],
+ "tts": [
+ "男生鞠躬: 中等-深肤色"
+ ]
+ },
+ "🙇🏿♂": {
+ "default": [
+ "不好意思",
+ "对不起",
+ "男",
+ "男生鞠躬",
+ "较深肤色",
+ "道歉"
+ ],
+ "tts": [
+ "男生鞠躬: 较深肤色"
+ ]
+ },
+ "🙇🏻♀": {
+ "default": [
+ "不好意思",
+ "女",
+ "女生鞠躬",
+ "对不起",
+ "较浅肤色",
+ "道歉",
+ "静思",
+ "鞠躬"
+ ],
+ "tts": [
+ "女生鞠躬: 较浅肤色"
+ ]
+ },
+ "🙇🏼♀": {
+ "default": [
+ "不好意思",
+ "中等-浅肤色",
+ "女",
+ "女生鞠躬",
+ "对不起",
+ "道歉",
+ "静思",
+ "鞠躬"
+ ],
+ "tts": [
+ "女生鞠躬: 中等-浅肤色"
+ ]
+ },
+ "🙇🏽♀": {
+ "default": [
+ "不好意思",
+ "中等肤色",
+ "女",
+ "女生鞠躬",
+ "对不起",
+ "道歉",
+ "静思",
+ "鞠躬"
+ ],
+ "tts": [
+ "女生鞠躬: 中等肤色"
+ ]
+ },
+ "🙇🏾♀": {
+ "default": [
+ "不好意思",
+ "中等-深肤色",
+ "女",
+ "女生鞠躬",
+ "对不起",
+ "道歉",
+ "静思",
+ "鞠躬"
+ ],
+ "tts": [
+ "女生鞠躬: 中等-深肤色"
+ ]
+ },
+ "🙇🏿♀": {
+ "default": [
+ "不好意思",
+ "女",
+ "女生鞠躬",
+ "对不起",
+ "较深肤色",
+ "道歉",
+ "静思",
+ "鞠躬"
+ ],
+ "tts": [
+ "女生鞠躬: 较深肤色"
+ ]
+ },
+ "🤦🏻": {
+ "default": [
+ "人",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无语",
+ "较浅肤色",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "捂脸: 较浅肤色"
+ ]
+ },
+ "🤦🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "捂脸: 中等-浅肤色"
+ ]
+ },
+ "🤦🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "捂脸: 中等肤色"
+ ]
+ },
+ "🤦🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "捂脸: 中等-深肤色"
+ ]
+ },
+ "🤦🏿": {
+ "default": [
+ "人",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无语",
+ "较深肤色",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "捂脸: 较深肤色"
+ ]
+ },
+ "🤦🏻♂": {
+ "default": [
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "男",
+ "男子捂脸",
+ "男生捂脸",
+ "较浅肤色",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "男生捂脸: 较浅肤色"
+ ]
+ },
+ "🤦🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "男",
+ "男子捂脸",
+ "男生捂脸",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "男生捂脸: 中等-浅肤色"
+ ]
+ },
+ "🤦🏽♂": {
+ "default": [
+ "中等肤色",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "男",
+ "男子捂脸",
+ "男生捂脸",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "男生捂脸: 中等肤色"
+ ]
+ },
+ "🤦🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "男",
+ "男子捂脸",
+ "男生捂脸",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "男生捂脸: 中等-深肤色"
+ ]
+ },
+ "🤦🏿♂": {
+ "default": [
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "男",
+ "男子捂脸",
+ "男生捂脸",
+ "较深肤色",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "男生捂脸: 较深肤色"
+ ]
+ },
+ "🤦🏻♀": {
+ "default": [
+ "女",
+ "女子捂脸",
+ "女生捂脸",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "较浅肤色",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "女生捂脸: 较浅肤色"
+ ]
+ },
+ "🤦🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子捂脸",
+ "女生捂脸",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "女生捂脸: 中等-浅肤色"
+ ]
+ },
+ "🤦🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子捂脸",
+ "女生捂脸",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "女生捂脸: 中等肤色"
+ ]
+ },
+ "🤦🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子捂脸",
+ "女生捂脸",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "女生捂脸: 中等-深肤色"
+ ]
+ },
+ "🤦🏿♀": {
+ "default": [
+ "女",
+ "女子捂脸",
+ "女生捂脸",
+ "尴尬",
+ "恼怒",
+ "我的天哪",
+ "扶额",
+ "捂脸",
+ "无奈",
+ "无语",
+ "较深肤色",
+ "难以置信",
+ "震惊"
+ ],
+ "tts": [
+ "女生捂脸: 较深肤色"
+ ]
+ },
+ "🤷🏻": {
+ "default": [
+ "不关心",
+ "不知道",
+ "人",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩",
+ "较浅肤色"
+ ],
+ "tts": [
+ "耸肩: 较浅肤色"
+ ]
+ },
+ "🤷🏼": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等-浅肤色",
+ "人",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "耸肩: 中等-浅肤色"
+ ]
+ },
+ "🤷🏽": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等肤色",
+ "人",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "耸肩: 中等肤色"
+ ]
+ },
+ "🤷🏾": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等-深肤色",
+ "人",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "耸肩: 中等-深肤色"
+ ]
+ },
+ "🤷🏿": {
+ "default": [
+ "不关心",
+ "不知道",
+ "人",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩",
+ "较深肤色"
+ ],
+ "tts": [
+ "耸肩: 较深肤色"
+ ]
+ },
+ "🤷🏻♂": {
+ "default": [
+ "不关心",
+ "不知道",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "男",
+ "男子耸肩",
+ "男生耸肩",
+ "耸肩",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生耸肩: 较浅肤色"
+ ]
+ },
+ "🤷🏼♂": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等-浅肤色",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "男",
+ "男子耸肩",
+ "男生耸肩",
+ "耸肩"
+ ],
+ "tts": [
+ "男生耸肩: 中等-浅肤色"
+ ]
+ },
+ "🤷🏽♂": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等肤色",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "男",
+ "男子耸肩",
+ "男生耸肩",
+ "耸肩"
+ ],
+ "tts": [
+ "男生耸肩: 中等肤色"
+ ]
+ },
+ "🤷🏾♂": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等-深肤色",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "男",
+ "男子耸肩",
+ "男生耸肩",
+ "耸肩"
+ ],
+ "tts": [
+ "男生耸肩: 中等-深肤色"
+ ]
+ },
+ "🤷🏿♂": {
+ "default": [
+ "不关心",
+ "不知道",
+ "天晓得",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "男",
+ "男子耸肩",
+ "男生耸肩",
+ "耸肩",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生耸肩: 较深肤色"
+ ]
+ },
+ "🤷🏻♀": {
+ "default": [
+ "不关心",
+ "不知道",
+ "天晓得",
+ "女",
+ "女子耸肩",
+ "女生耸肩",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生耸肩: 较浅肤色"
+ ]
+ },
+ "🤷🏼♀": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等-浅肤色",
+ "天晓得",
+ "女",
+ "女子耸肩",
+ "女生耸肩",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "女生耸肩: 中等-浅肤色"
+ ]
+ },
+ "🤷🏽♀": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等肤色",
+ "天晓得",
+ "女",
+ "女子耸肩",
+ "女生耸肩",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "女生耸肩: 中等肤色"
+ ]
+ },
+ "🤷🏾♀": {
+ "default": [
+ "不关心",
+ "不知道",
+ "中等-深肤色",
+ "天晓得",
+ "女",
+ "女子耸肩",
+ "女生耸肩",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩"
+ ],
+ "tts": [
+ "女生耸肩: 中等-深肤色"
+ ]
+ },
+ "🤷🏿♀": {
+ "default": [
+ "不关心",
+ "不知道",
+ "天晓得",
+ "女",
+ "女子耸肩",
+ "女生耸肩",
+ "怀疑",
+ "我哪知",
+ "我猜的",
+ "无所谓",
+ "无视",
+ "耸肩",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生耸肩: 较深肤色"
+ ]
+ },
+ "🧑🏻⚕": {
+ "default": [
+ "医生",
+ "卫生工作者",
+ "护士",
+ "治疗师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "卫生工作者: 较浅肤色"
+ ]
+ },
+ "🧑🏼⚕": {
+ "default": [
+ "中等-浅肤色",
+ "医生",
+ "卫生工作者",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "卫生工作者: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽⚕": {
+ "default": [
+ "中等肤色",
+ "医生",
+ "卫生工作者",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "卫生工作者: 中等肤色"
+ ]
+ },
+ "🧑🏾⚕": {
+ "default": [
+ "中等-深肤色",
+ "医生",
+ "卫生工作者",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "卫生工作者: 中等-深肤色"
+ ]
+ },
+ "🧑🏿⚕": {
+ "default": [
+ "医生",
+ "卫生工作者",
+ "护士",
+ "治疗师",
+ "较深肤色"
+ ],
+ "tts": [
+ "卫生工作者: 较深肤色"
+ ]
+ },
+ "👨🏻⚕": {
+ "default": [
+ "医护人员",
+ "医生",
+ "护士",
+ "治疗师",
+ "男",
+ "男人",
+ "男医生",
+ "男治疗师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男医生: 较浅肤色"
+ ]
+ },
+ "👨🏼⚕": {
+ "default": [
+ "中等-浅肤色",
+ "医护人员",
+ "医生",
+ "护士",
+ "治疗师",
+ "男",
+ "男人",
+ "男医生",
+ "男治疗师"
+ ],
+ "tts": [
+ "男医生: 中等-浅肤色"
+ ]
+ },
+ "👨🏽⚕": {
+ "default": [
+ "中等肤色",
+ "医护人员",
+ "医生",
+ "护士",
+ "治疗师",
+ "男",
+ "男人",
+ "男医生",
+ "男治疗师"
+ ],
+ "tts": [
+ "男医生: 中等肤色"
+ ]
+ },
+ "👨🏾⚕": {
+ "default": [
+ "中等-深肤色",
+ "医护人员",
+ "医生",
+ "护士",
+ "治疗师",
+ "男",
+ "男人",
+ "男医生",
+ "男治疗师"
+ ],
+ "tts": [
+ "男医生: 中等-深肤色"
+ ]
+ },
+ "👨🏿⚕": {
+ "default": [
+ "医护人员",
+ "医生",
+ "护士",
+ "治疗师",
+ "男",
+ "男人",
+ "男医生",
+ "男治疗师",
+ "较深肤色"
+ ],
+ "tts": [
+ "男医生: 较深肤色"
+ ]
+ },
+ "👩🏻⚕": {
+ "default": [
+ "医护人员",
+ "医生",
+ "女",
+ "女人",
+ "女医生",
+ "女治疗师",
+ "护士",
+ "治疗师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女医生: 较浅肤色"
+ ]
+ },
+ "👩🏼⚕": {
+ "default": [
+ "中等-浅肤色",
+ "医护人员",
+ "医生",
+ "女",
+ "女人",
+ "女医生",
+ "女治疗师",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "女医生: 中等-浅肤色"
+ ]
+ },
+ "👩🏽⚕": {
+ "default": [
+ "中等肤色",
+ "医护人员",
+ "医生",
+ "女",
+ "女人",
+ "女医生",
+ "女治疗师",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "女医生: 中等肤色"
+ ]
+ },
+ "👩🏾⚕": {
+ "default": [
+ "中等-深肤色",
+ "医护人员",
+ "医生",
+ "女",
+ "女人",
+ "女医生",
+ "女治疗师",
+ "护士",
+ "治疗师"
+ ],
+ "tts": [
+ "女医生: 中等-深肤色"
+ ]
+ },
+ "👩🏿⚕": {
+ "default": [
+ "医护人员",
+ "医生",
+ "女",
+ "女人",
+ "女医生",
+ "女治疗师",
+ "护士",
+ "治疗师",
+ "较深肤色"
+ ],
+ "tts": [
+ "女医生: 较深肤色"
+ ]
+ },
+ "🧑🏻🎓": {
+ "default": [
+ "学生",
+ "毕业",
+ "毕业生",
+ "较浅肤色"
+ ],
+ "tts": [
+ "学生: 较浅肤色"
+ ]
+ },
+ "🧑🏼🎓": {
+ "default": [
+ "中等-浅肤色",
+ "学生",
+ "毕业",
+ "毕业生"
+ ],
+ "tts": [
+ "学生: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🎓": {
+ "default": [
+ "中等肤色",
+ "学生",
+ "毕业",
+ "毕业生"
+ ],
+ "tts": [
+ "学生: 中等肤色"
+ ]
+ },
+ "🧑🏾🎓": {
+ "default": [
+ "中等-深肤色",
+ "学生",
+ "毕业",
+ "毕业生"
+ ],
+ "tts": [
+ "学生: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🎓": {
+ "default": [
+ "学生",
+ "毕业",
+ "毕业生",
+ "较深肤色"
+ ],
+ "tts": [
+ "学生: 较深肤色"
+ ]
+ },
+ "👨🏻🎓": {
+ "default": [
+ "学生",
+ "毕业",
+ "男",
+ "男学生",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男学生: 较浅肤色"
+ ]
+ },
+ "👨🏼🎓": {
+ "default": [
+ "中等-浅肤色",
+ "学生",
+ "毕业",
+ "男",
+ "男学生"
+ ],
+ "tts": [
+ "男学生: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🎓": {
+ "default": [
+ "中等肤色",
+ "学生",
+ "毕业",
+ "男",
+ "男学生"
+ ],
+ "tts": [
+ "男学生: 中等肤色"
+ ]
+ },
+ "👨🏾🎓": {
+ "default": [
+ "中等-深肤色",
+ "学生",
+ "毕业",
+ "男",
+ "男学生"
+ ],
+ "tts": [
+ "男学生: 中等-深肤色"
+ ]
+ },
+ "👨🏿🎓": {
+ "default": [
+ "学生",
+ "毕业",
+ "男",
+ "男学生",
+ "较深肤色"
+ ],
+ "tts": [
+ "男学生: 较深肤色"
+ ]
+ },
+ "👩🏻🎓": {
+ "default": [
+ "女",
+ "女学生",
+ "学生",
+ "毕业",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女学生: 较浅肤色"
+ ]
+ },
+ "👩🏼🎓": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女学生",
+ "学生",
+ "毕业"
+ ],
+ "tts": [
+ "女学生: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🎓": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女学生",
+ "学生",
+ "毕业"
+ ],
+ "tts": [
+ "女学生: 中等肤色"
+ ]
+ },
+ "👩🏾🎓": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女学生",
+ "学生",
+ "毕业"
+ ],
+ "tts": [
+ "女学生: 中等-深肤色"
+ ]
+ },
+ "👩🏿🎓": {
+ "default": [
+ "女",
+ "女学生",
+ "学生",
+ "毕业",
+ "较深肤色"
+ ],
+ "tts": [
+ "女学生: 较深肤色"
+ ]
+ },
+ "🧑🏻🏫": {
+ "default": [
+ "教师",
+ "教授",
+ "老师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "老师: 较浅肤色"
+ ]
+ },
+ "🧑🏼🏫": {
+ "default": [
+ "中等-浅肤色",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "老师: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🏫": {
+ "default": [
+ "中等肤色",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "老师: 中等肤色"
+ ]
+ },
+ "🧑🏾🏫": {
+ "default": [
+ "中等-深肤色",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "老师: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🏫": {
+ "default": [
+ "教师",
+ "教授",
+ "老师",
+ "较深肤色"
+ ],
+ "tts": [
+ "老师: 较深肤色"
+ ]
+ },
+ "👨🏻🏫": {
+ "default": [
+ "教师",
+ "教授",
+ "男",
+ "男老师",
+ "老师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男老师: 较浅肤色"
+ ]
+ },
+ "👨🏼🏫": {
+ "default": [
+ "中等-浅肤色",
+ "教师",
+ "教授",
+ "男",
+ "男老师",
+ "老师"
+ ],
+ "tts": [
+ "男老师: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🏫": {
+ "default": [
+ "中等肤色",
+ "教师",
+ "教授",
+ "男",
+ "男老师",
+ "老师"
+ ],
+ "tts": [
+ "男老师: 中等肤色"
+ ]
+ },
+ "👨🏾🏫": {
+ "default": [
+ "中等-深肤色",
+ "教师",
+ "教授",
+ "男",
+ "男老师",
+ "老师"
+ ],
+ "tts": [
+ "男老师: 中等-深肤色"
+ ]
+ },
+ "👨🏿🏫": {
+ "default": [
+ "教师",
+ "教授",
+ "男",
+ "男老师",
+ "老师",
+ "较深肤色"
+ ],
+ "tts": [
+ "男老师: 较深肤色"
+ ]
+ },
+ "👩🏻🏫": {
+ "default": [
+ "女",
+ "女老师",
+ "教师",
+ "教授",
+ "老师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女老师: 较浅肤色"
+ ]
+ },
+ "👩🏼🏫": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女老师",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "女老师: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🏫": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女老师",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "女老师: 中等肤色"
+ ]
+ },
+ "👩🏾🏫": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女老师",
+ "教师",
+ "教授",
+ "老师"
+ ],
+ "tts": [
+ "女老师: 中等-深肤色"
+ ]
+ },
+ "👩🏿🏫": {
+ "default": [
+ "女",
+ "女老师",
+ "教师",
+ "教授",
+ "老师",
+ "较深肤色"
+ ],
+ "tts": [
+ "女老师: 较深肤色"
+ ]
+ },
+ "🧑🏻⚖": {
+ "default": [
+ "法官",
+ "法律",
+ "较浅肤色"
+ ],
+ "tts": [
+ "法官: 较浅肤色"
+ ]
+ },
+ "🧑🏼⚖": {
+ "default": [
+ "中等-浅肤色",
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "法官: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽⚖": {
+ "default": [
+ "中等肤色",
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "法官: 中等肤色"
+ ]
+ },
+ "🧑🏾⚖": {
+ "default": [
+ "中等-深肤色",
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "法官: 中等-深肤色"
+ ]
+ },
+ "🧑🏿⚖": {
+ "default": [
+ "法官",
+ "法律",
+ "较深肤色"
+ ],
+ "tts": [
+ "法官: 较深肤色"
+ ]
+ },
+ "👨🏻⚖": {
+ "default": [
+ "正义",
+ "法官",
+ "法律",
+ "男",
+ "男法官",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男法官: 较浅肤色"
+ ]
+ },
+ "👨🏼⚖": {
+ "default": [
+ "中等-浅肤色",
+ "正义",
+ "法官",
+ "法律",
+ "男",
+ "男法官"
+ ],
+ "tts": [
+ "男法官: 中等-浅肤色"
+ ]
+ },
+ "👨🏽⚖": {
+ "default": [
+ "中等肤色",
+ "正义",
+ "法官",
+ "法律",
+ "男",
+ "男法官"
+ ],
+ "tts": [
+ "男法官: 中等肤色"
+ ]
+ },
+ "👨🏾⚖": {
+ "default": [
+ "中等-深肤色",
+ "正义",
+ "法官",
+ "法律",
+ "男",
+ "男法官"
+ ],
+ "tts": [
+ "男法官: 中等-深肤色"
+ ]
+ },
+ "👨🏿⚖": {
+ "default": [
+ "正义",
+ "法官",
+ "法律",
+ "男",
+ "男法官",
+ "较深肤色"
+ ],
+ "tts": [
+ "男法官: 较深肤色"
+ ]
+ },
+ "👩🏻⚖": {
+ "default": [
+ "女",
+ "女法官",
+ "正义",
+ "法官",
+ "法律",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女法官: 较浅肤色"
+ ]
+ },
+ "👩🏼⚖": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女法官",
+ "正义",
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "女法官: 中等-浅肤色"
+ ]
+ },
+ "👩🏽⚖": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女法官",
+ "正义",
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "女法官: 中等肤色"
+ ]
+ },
+ "👩🏾⚖": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女法官",
+ "正义",
+ "法官",
+ "法律"
+ ],
+ "tts": [
+ "女法官: 中等-深肤色"
+ ]
+ },
+ "👩🏿⚖": {
+ "default": [
+ "女",
+ "女法官",
+ "正义",
+ "法官",
+ "法律",
+ "较深肤色"
+ ],
+ "tts": [
+ "女法官: 较深肤色"
+ ]
+ },
+ "🧑🏻🌾": {
+ "default": [
+ "农民",
+ "园丁",
+ "较浅肤色"
+ ],
+ "tts": [
+ "农民: 较浅肤色"
+ ]
+ },
+ "🧑🏼🌾": {
+ "default": [
+ "中等-浅肤色",
+ "农民",
+ "园丁"
+ ],
+ "tts": [
+ "农民: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🌾": {
+ "default": [
+ "中等肤色",
+ "农民",
+ "园丁"
+ ],
+ "tts": [
+ "农民: 中等肤色"
+ ]
+ },
+ "🧑🏾🌾": {
+ "default": [
+ "中等-深肤色",
+ "农民",
+ "园丁"
+ ],
+ "tts": [
+ "农民: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🌾": {
+ "default": [
+ "农民",
+ "园丁",
+ "较深肤色"
+ ],
+ "tts": [
+ "农民: 较深肤色"
+ ]
+ },
+ "👨🏻🌾": {
+ "default": [
+ "农夫",
+ "农民",
+ "园丁",
+ "牧场主人",
+ "牧场工人",
+ "男",
+ "较浅肤色"
+ ],
+ "tts": [
+ "农夫: 较浅肤色"
+ ]
+ },
+ "👨🏼🌾": {
+ "default": [
+ "中等-浅肤色",
+ "农夫",
+ "农民",
+ "园丁",
+ "牧场主人",
+ "牧场工人",
+ "男"
+ ],
+ "tts": [
+ "农夫: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🌾": {
+ "default": [
+ "中等肤色",
+ "农夫",
+ "农民",
+ "园丁",
+ "牧场主人",
+ "牧场工人",
+ "男"
+ ],
+ "tts": [
+ "农夫: 中等肤色"
+ ]
+ },
+ "👨🏾🌾": {
+ "default": [
+ "中等-深肤色",
+ "农夫",
+ "农民",
+ "园丁",
+ "牧场主人",
+ "牧场工人",
+ "男"
+ ],
+ "tts": [
+ "农夫: 中等-深肤色"
+ ]
+ },
+ "👨🏿🌾": {
+ "default": [
+ "农夫",
+ "农民",
+ "园丁",
+ "牧场主人",
+ "牧场工人",
+ "男",
+ "较深肤色"
+ ],
+ "tts": [
+ "农夫: 较深肤色"
+ ]
+ },
+ "👩🏻🌾": {
+ "default": [
+ "农妇",
+ "农民",
+ "园丁",
+ "女",
+ "牧场主人",
+ "牧场工",
+ "较浅肤色"
+ ],
+ "tts": [
+ "农妇: 较浅肤色"
+ ]
+ },
+ "👩🏼🌾": {
+ "default": [
+ "中等-浅肤色",
+ "农妇",
+ "农民",
+ "园丁",
+ "女",
+ "牧场主人",
+ "牧场工"
+ ],
+ "tts": [
+ "农妇: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🌾": {
+ "default": [
+ "中等肤色",
+ "农妇",
+ "农民",
+ "园丁",
+ "女",
+ "牧场主人",
+ "牧场工"
+ ],
+ "tts": [
+ "农妇: 中等肤色"
+ ]
+ },
+ "👩🏾🌾": {
+ "default": [
+ "中等-深肤色",
+ "农妇",
+ "农民",
+ "园丁",
+ "女",
+ "牧场主人",
+ "牧场工"
+ ],
+ "tts": [
+ "农妇: 中等-深肤色"
+ ]
+ },
+ "👩🏿🌾": {
+ "default": [
+ "农妇",
+ "农民",
+ "园丁",
+ "女",
+ "牧场主人",
+ "牧场工",
+ "较深肤色"
+ ],
+ "tts": [
+ "农妇: 较深肤色"
+ ]
+ },
+ "🧑🏻🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "较浅肤色"
+ ],
+ "tts": [
+ "厨师: 较浅肤色"
+ ]
+ },
+ "🧑🏼🍳": {
+ "default": [
+ "中等-浅肤色",
+ "做饭",
+ "厨师",
+ "大厨"
+ ],
+ "tts": [
+ "厨师: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🍳": {
+ "default": [
+ "中等肤色",
+ "做饭",
+ "厨师",
+ "大厨"
+ ],
+ "tts": [
+ "厨师: 中等肤色"
+ ]
+ },
+ "🧑🏾🍳": {
+ "default": [
+ "中等-深肤色",
+ "做饭",
+ "厨师",
+ "大厨"
+ ],
+ "tts": [
+ "厨师: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "较深肤色"
+ ],
+ "tts": [
+ "厨师: 较深肤色"
+ ]
+ },
+ "👨🏻🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "男",
+ "男厨师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男厨师: 较浅肤色"
+ ]
+ },
+ "👨🏼🍳": {
+ "default": [
+ "中等-浅肤色",
+ "做饭",
+ "厨师",
+ "大厨",
+ "男",
+ "男厨师"
+ ],
+ "tts": [
+ "男厨师: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🍳": {
+ "default": [
+ "中等肤色",
+ "做饭",
+ "厨师",
+ "大厨",
+ "男",
+ "男厨师"
+ ],
+ "tts": [
+ "男厨师: 中等肤色"
+ ]
+ },
+ "👨🏾🍳": {
+ "default": [
+ "中等-深肤色",
+ "做饭",
+ "厨师",
+ "大厨",
+ "男",
+ "男厨师"
+ ],
+ "tts": [
+ "男厨师: 中等-深肤色"
+ ]
+ },
+ "👨🏿🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "男",
+ "男厨师",
+ "较深肤色"
+ ],
+ "tts": [
+ "男厨师: 较深肤色"
+ ]
+ },
+ "👩🏻🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "女",
+ "女厨师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女厨师: 较浅肤色"
+ ]
+ },
+ "👩🏼🍳": {
+ "default": [
+ "中等-浅肤色",
+ "做饭",
+ "厨师",
+ "大厨",
+ "女",
+ "女厨师"
+ ],
+ "tts": [
+ "女厨师: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🍳": {
+ "default": [
+ "中等肤色",
+ "做饭",
+ "厨师",
+ "大厨",
+ "女",
+ "女厨师"
+ ],
+ "tts": [
+ "女厨师: 中等肤色"
+ ]
+ },
+ "👩🏾🍳": {
+ "default": [
+ "中等-深肤色",
+ "做饭",
+ "厨师",
+ "大厨",
+ "女",
+ "女厨师"
+ ],
+ "tts": [
+ "女厨师: 中等-深肤色"
+ ]
+ },
+ "👩🏿🍳": {
+ "default": [
+ "做饭",
+ "厨师",
+ "大厨",
+ "女",
+ "女厨师",
+ "较深肤色"
+ ],
+ "tts": [
+ "女厨师: 较深肤色"
+ ]
+ },
+ "🧑🏻🔧": {
+ "default": [
+ "技工",
+ "水管工",
+ "电工",
+ "较浅肤色"
+ ],
+ "tts": [
+ "技工: 较浅肤色"
+ ]
+ },
+ "🧑🏼🔧": {
+ "default": [
+ "中等-浅肤色",
+ "技工",
+ "水管工",
+ "电工"
+ ],
+ "tts": [
+ "技工: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🔧": {
+ "default": [
+ "中等肤色",
+ "技工",
+ "水管工",
+ "电工"
+ ],
+ "tts": [
+ "技工: 中等肤色"
+ ]
+ },
+ "🧑🏾🔧": {
+ "default": [
+ "中等-深肤色",
+ "技工",
+ "水管工",
+ "电工"
+ ],
+ "tts": [
+ "技工: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🔧": {
+ "default": [
+ "技工",
+ "水管工",
+ "电工",
+ "较深肤色"
+ ],
+ "tts": [
+ "技工: 较深肤色"
+ ]
+ },
+ "👨🏻🔧": {
+ "default": [
+ "技工",
+ "机械工",
+ "杂工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "男",
+ "男技工",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男技工: 较浅肤色"
+ ]
+ },
+ "👨🏼🔧": {
+ "default": [
+ "中等-浅肤色",
+ "技工",
+ "机械工",
+ "杂工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "男",
+ "男技工"
+ ],
+ "tts": [
+ "男技工: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🔧": {
+ "default": [
+ "中等肤色",
+ "技工",
+ "机械工",
+ "杂工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "男",
+ "男技工"
+ ],
+ "tts": [
+ "男技工: 中等肤色"
+ ]
+ },
+ "👨🏾🔧": {
+ "default": [
+ "中等-深肤色",
+ "技工",
+ "机械工",
+ "杂工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "男",
+ "男技工"
+ ],
+ "tts": [
+ "男技工: 中等-深肤色"
+ ]
+ },
+ "👨🏿🔧": {
+ "default": [
+ "技工",
+ "机械工",
+ "杂工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "男",
+ "男技工",
+ "较深肤色"
+ ],
+ "tts": [
+ "男技工: 较深肤色"
+ ]
+ },
+ "👩🏻🔧": {
+ "default": [
+ "修理工",
+ "女",
+ "女技工",
+ "技工",
+ "水电工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女技工: 较浅肤色"
+ ]
+ },
+ "👩🏼🔧": {
+ "default": [
+ "中等-浅肤色",
+ "修理工",
+ "女",
+ "女技工",
+ "技工",
+ "水电工",
+ "水管工",
+ "水管工人",
+ "电工"
+ ],
+ "tts": [
+ "女技工: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🔧": {
+ "default": [
+ "中等肤色",
+ "修理工",
+ "女",
+ "女技工",
+ "技工",
+ "水电工",
+ "水管工",
+ "水管工人",
+ "电工"
+ ],
+ "tts": [
+ "女技工: 中等肤色"
+ ]
+ },
+ "👩🏾🔧": {
+ "default": [
+ "中等-深肤色",
+ "修理工",
+ "女",
+ "女技工",
+ "技工",
+ "水电工",
+ "水管工",
+ "水管工人",
+ "电工"
+ ],
+ "tts": [
+ "女技工: 中等-深肤色"
+ ]
+ },
+ "👩🏿🔧": {
+ "default": [
+ "修理工",
+ "女",
+ "女技工",
+ "技工",
+ "水电工",
+ "水管工",
+ "水管工人",
+ "电工",
+ "较深肤色"
+ ],
+ "tts": [
+ "女技工: 较深肤色"
+ ]
+ },
+ "🧑🏻🏭": {
+ "default": [
+ "工业",
+ "工人",
+ "工厂",
+ "装配",
+ "较浅肤色"
+ ],
+ "tts": [
+ "工人: 较浅肤色"
+ ]
+ },
+ "🧑🏼🏭": {
+ "default": [
+ "中等-浅肤色",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "工人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🏭": {
+ "default": [
+ "中等肤色",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "工人: 中等肤色"
+ ]
+ },
+ "🧑🏾🏭": {
+ "default": [
+ "中等-深肤色",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "工人: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🏭": {
+ "default": [
+ "工业",
+ "工人",
+ "工厂",
+ "装配",
+ "较深肤色"
+ ],
+ "tts": [
+ "工人: 较深肤色"
+ ]
+ },
+ "👨🏻🏭": {
+ "default": [
+ "工业",
+ "工人",
+ "工厂",
+ "男",
+ "男工人",
+ "组装工",
+ "装配",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男工人: 较浅肤色"
+ ]
+ },
+ "👨🏼🏭": {
+ "default": [
+ "中等-浅肤色",
+ "工业",
+ "工人",
+ "工厂",
+ "男",
+ "男工人",
+ "组装工",
+ "装配"
+ ],
+ "tts": [
+ "男工人: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🏭": {
+ "default": [
+ "中等肤色",
+ "工业",
+ "工人",
+ "工厂",
+ "男",
+ "男工人",
+ "组装工",
+ "装配"
+ ],
+ "tts": [
+ "男工人: 中等肤色"
+ ]
+ },
+ "👨🏾🏭": {
+ "default": [
+ "中等-深肤色",
+ "工业",
+ "工人",
+ "工厂",
+ "男",
+ "男工人",
+ "组装工",
+ "装配"
+ ],
+ "tts": [
+ "男工人: 中等-深肤色"
+ ]
+ },
+ "👨🏿🏭": {
+ "default": [
+ "工业",
+ "工人",
+ "工厂",
+ "男",
+ "男工人",
+ "组装工",
+ "装配",
+ "较深肤色"
+ ],
+ "tts": [
+ "男工人: 较深肤色"
+ ]
+ },
+ "👩🏻🏭": {
+ "default": [
+ "女",
+ "女工人",
+ "工业",
+ "工人",
+ "工厂",
+ "装配",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女工人: 较浅肤色"
+ ]
+ },
+ "👩🏼🏭": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女工人",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "女工人: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🏭": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女工人",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "女工人: 中等肤色"
+ ]
+ },
+ "👩🏾🏭": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女工人",
+ "工业",
+ "工人",
+ "工厂",
+ "装配"
+ ],
+ "tts": [
+ "女工人: 中等-深肤色"
+ ]
+ },
+ "👩🏿🏭": {
+ "default": [
+ "女",
+ "女工人",
+ "工业",
+ "工人",
+ "工厂",
+ "装配",
+ "较深肤色"
+ ],
+ "tts": [
+ "女工人: 较深肤色"
+ ]
+ },
+ "🧑🏻💼": {
+ "default": [
+ "商人",
+ "建筑师",
+ "白领",
+ "经理",
+ "较浅肤色"
+ ],
+ "tts": [
+ "白领: 较浅肤色"
+ ]
+ },
+ "🧑🏼💼": {
+ "default": [
+ "中等-浅肤色",
+ "商人",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "白领: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽💼": {
+ "default": [
+ "中等肤色",
+ "商人",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "白领: 中等肤色"
+ ]
+ },
+ "🧑🏾💼": {
+ "default": [
+ "中等-深肤色",
+ "商人",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "白领: 中等-深肤色"
+ ]
+ },
+ "🧑🏿💼": {
+ "default": [
+ "商人",
+ "建筑师",
+ "白领",
+ "经理",
+ "较深肤色"
+ ],
+ "tts": [
+ "白领: 较深肤色"
+ ]
+ },
+ "👨🏻💼": {
+ "default": [
+ "商人",
+ "建筑师",
+ "男",
+ "男白领",
+ "白领",
+ "经理",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男白领: 较浅肤色"
+ ]
+ },
+ "👨🏼💼": {
+ "default": [
+ "中等-浅肤色",
+ "商人",
+ "建筑师",
+ "男",
+ "男白领",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "男白领: 中等-浅肤色"
+ ]
+ },
+ "👨🏽💼": {
+ "default": [
+ "中等肤色",
+ "商人",
+ "建筑师",
+ "男",
+ "男白领",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "男白领: 中等肤色"
+ ]
+ },
+ "👨🏾💼": {
+ "default": [
+ "中等-深肤色",
+ "商人",
+ "建筑师",
+ "男",
+ "男白领",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "男白领: 中等-深肤色"
+ ]
+ },
+ "👨🏿💼": {
+ "default": [
+ "商人",
+ "建筑师",
+ "男",
+ "男白领",
+ "白领",
+ "经理",
+ "较深肤色"
+ ],
+ "tts": [
+ "男白领: 较深肤色"
+ ]
+ },
+ "👩🏻💼": {
+ "default": [
+ "人物",
+ "商人",
+ "女",
+ "女白领",
+ "建筑师",
+ "白领",
+ "经理",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女白领: 较浅肤色"
+ ]
+ },
+ "👩🏼💼": {
+ "default": [
+ "中等-浅肤色",
+ "人物",
+ "商人",
+ "女",
+ "女白领",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "女白领: 中等-浅肤色"
+ ]
+ },
+ "👩🏽💼": {
+ "default": [
+ "中等肤色",
+ "人物",
+ "商人",
+ "女",
+ "女白领",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "女白领: 中等肤色"
+ ]
+ },
+ "👩🏾💼": {
+ "default": [
+ "中等-深肤色",
+ "人物",
+ "商人",
+ "女",
+ "女白领",
+ "建筑师",
+ "白领",
+ "经理"
+ ],
+ "tts": [
+ "女白领: 中等-深肤色"
+ ]
+ },
+ "👩🏿💼": {
+ "default": [
+ "人物",
+ "商人",
+ "女",
+ "女白领",
+ "建筑师",
+ "白领",
+ "经理",
+ "较深肤色"
+ ],
+ "tts": [
+ "女白领: 较深肤色"
+ ]
+ },
+ "🧑🏻🔬": {
+ "default": [
+ "化学家",
+ "工程学家",
+ "物理学家",
+ "生物学家",
+ "科学家",
+ "较浅肤色"
+ ],
+ "tts": [
+ "科学家: 较浅肤色"
+ ]
+ },
+ "🧑🏼🔬": {
+ "default": [
+ "中等-浅肤色",
+ "化学家",
+ "工程学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "科学家: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🔬": {
+ "default": [
+ "中等肤色",
+ "化学家",
+ "工程学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "科学家: 中等肤色"
+ ]
+ },
+ "🧑🏾🔬": {
+ "default": [
+ "中等-深肤色",
+ "化学家",
+ "工程学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "科学家: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🔬": {
+ "default": [
+ "化学家",
+ "工程学家",
+ "物理学家",
+ "生物学家",
+ "科学家",
+ "较深肤色"
+ ],
+ "tts": [
+ "科学家: 较深肤色"
+ ]
+ },
+ "👨🏻🔬": {
+ "default": [
+ "化学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "男",
+ "男科学家",
+ "科学家",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男科学家: 较浅肤色"
+ ]
+ },
+ "👨🏼🔬": {
+ "default": [
+ "中等-浅肤色",
+ "化学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "男",
+ "男科学家",
+ "科学家"
+ ],
+ "tts": [
+ "男科学家: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🔬": {
+ "default": [
+ "中等肤色",
+ "化学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "男",
+ "男科学家",
+ "科学家"
+ ],
+ "tts": [
+ "男科学家: 中等肤色"
+ ]
+ },
+ "👨🏾🔬": {
+ "default": [
+ "中等-深肤色",
+ "化学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "男",
+ "男科学家",
+ "科学家"
+ ],
+ "tts": [
+ "男科学家: 中等-深肤色"
+ ]
+ },
+ "👨🏿🔬": {
+ "default": [
+ "化学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "男",
+ "男科学家",
+ "科学家",
+ "较深肤色"
+ ],
+ "tts": [
+ "男科学家: 较深肤色"
+ ]
+ },
+ "👩🏻🔬": {
+ "default": [
+ "化学家",
+ "女",
+ "女科学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "科学家",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女科学家: 较浅肤色"
+ ]
+ },
+ "👩🏼🔬": {
+ "default": [
+ "中等-浅肤色",
+ "化学家",
+ "女",
+ "女科学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "女科学家: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🔬": {
+ "default": [
+ "中等肤色",
+ "化学家",
+ "女",
+ "女科学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "女科学家: 中等肤色"
+ ]
+ },
+ "👩🏾🔬": {
+ "default": [
+ "中等-深肤色",
+ "化学家",
+ "女",
+ "女科学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "科学家"
+ ],
+ "tts": [
+ "女科学家: 中等-深肤色"
+ ]
+ },
+ "👩🏿🔬": {
+ "default": [
+ "化学家",
+ "女",
+ "女科学家",
+ "工程学家",
+ "工程师",
+ "数学家",
+ "物理学家",
+ "生物学家",
+ "科学家",
+ "较深肤色"
+ ],
+ "tts": [
+ "女科学家: 较深肤色"
+ ]
+ },
+ "🧑🏻💻": {
+ "default": [
+ "发明",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件",
+ "较浅肤色"
+ ],
+ "tts": [
+ "程序员: 较浅肤色"
+ ]
+ },
+ "🧑🏼💻": {
+ "default": [
+ "中等-浅肤色",
+ "发明",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "程序员: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽💻": {
+ "default": [
+ "中等肤色",
+ "发明",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "程序员: 中等肤色"
+ ]
+ },
+ "🧑🏾💻": {
+ "default": [
+ "中等-深肤色",
+ "发明",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "程序员: 中等-深肤色"
+ ]
+ },
+ "🧑🏿💻": {
+ "default": [
+ "发明",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件",
+ "较深肤色"
+ ],
+ "tts": [
+ "程序员: 较深肤色"
+ ]
+ },
+ "👨🏻💻": {
+ "default": [
+ "发明家",
+ "工程师",
+ "开发人员",
+ "男",
+ "男程序员",
+ "码农",
+ "程序员",
+ "软件",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男程序员: 较浅肤色"
+ ]
+ },
+ "👨🏼💻": {
+ "default": [
+ "中等-浅肤色",
+ "发明家",
+ "工程师",
+ "开发人员",
+ "男",
+ "男程序员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "男程序员: 中等-浅肤色"
+ ]
+ },
+ "👨🏽💻": {
+ "default": [
+ "中等肤色",
+ "发明家",
+ "工程师",
+ "开发人员",
+ "男",
+ "男程序员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "男程序员: 中等肤色"
+ ]
+ },
+ "👨🏾💻": {
+ "default": [
+ "中等-深肤色",
+ "发明家",
+ "工程师",
+ "开发人员",
+ "男",
+ "男程序员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "男程序员: 中等-深肤色"
+ ]
+ },
+ "👨🏿💻": {
+ "default": [
+ "发明家",
+ "工程师",
+ "开发人员",
+ "男",
+ "男程序员",
+ "码农",
+ "程序员",
+ "软件",
+ "较深肤色"
+ ],
+ "tts": [
+ "男程序员: 较深肤色"
+ ]
+ },
+ "👩🏻💻": {
+ "default": [
+ "发明家",
+ "女",
+ "女程序员",
+ "工程师",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女程序员: 较浅肤色"
+ ]
+ },
+ "👩🏼💻": {
+ "default": [
+ "中等-浅肤色",
+ "发明家",
+ "女",
+ "女程序员",
+ "工程师",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "女程序员: 中等-浅肤色"
+ ]
+ },
+ "👩🏽💻": {
+ "default": [
+ "中等肤色",
+ "发明家",
+ "女",
+ "女程序员",
+ "工程师",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "女程序员: 中等肤色"
+ ]
+ },
+ "👩🏾💻": {
+ "default": [
+ "中等-深肤色",
+ "发明家",
+ "女",
+ "女程序员",
+ "工程师",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件"
+ ],
+ "tts": [
+ "女程序员: 中等-深肤色"
+ ]
+ },
+ "👩🏿💻": {
+ "default": [
+ "发明家",
+ "女",
+ "女程序员",
+ "工程师",
+ "开发人员",
+ "码农",
+ "程序员",
+ "软件",
+ "较深肤色"
+ ],
+ "tts": [
+ "女程序员: 较深肤色"
+ ]
+ },
+ "🧑🏻🎤": {
+ "default": [
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "歌手: 较浅肤色"
+ ]
+ },
+ "🧑🏼🎤": {
+ "default": [
+ "中等-浅肤色",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "歌手: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🎤": {
+ "default": [
+ "中等肤色",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "歌手: 中等肤色"
+ ]
+ },
+ "🧑🏾🎤": {
+ "default": [
+ "中等-深肤色",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "歌手: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🎤": {
+ "default": [
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人",
+ "较深肤色"
+ ],
+ "tts": [
+ "歌手: 较深肤色"
+ ]
+ },
+ "👨🏻🎤": {
+ "default": [
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "男",
+ "男歌手",
+ "男演员",
+ "艺人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男歌手: 较浅肤色"
+ ]
+ },
+ "👨🏼🎤": {
+ "default": [
+ "中等-浅肤色",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "男",
+ "男歌手",
+ "男演员",
+ "艺人"
+ ],
+ "tts": [
+ "男歌手: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🎤": {
+ "default": [
+ "中等肤色",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "男",
+ "男歌手",
+ "男演员",
+ "艺人"
+ ],
+ "tts": [
+ "男歌手: 中等肤色"
+ ]
+ },
+ "👨🏾🎤": {
+ "default": [
+ "中等-深肤色",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "男",
+ "男歌手",
+ "男演员",
+ "艺人"
+ ],
+ "tts": [
+ "男歌手: 中等-深肤色"
+ ]
+ },
+ "👨🏿🎤": {
+ "default": [
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "男",
+ "男歌手",
+ "男演员",
+ "艺人",
+ "较深肤色"
+ ],
+ "tts": [
+ "男歌手: 较深肤色"
+ ]
+ },
+ "👩🏻🎤": {
+ "default": [
+ "女",
+ "女歌手",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女歌手: 较浅肤色"
+ ]
+ },
+ "👩🏼🎤": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女歌手",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "女歌手: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🎤": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女歌手",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "女歌手: 中等肤色"
+ ]
+ },
+ "👩🏾🎤": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女歌手",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人"
+ ],
+ "tts": [
+ "女歌手: 中等-深肤色"
+ ]
+ },
+ "👩🏿🎤": {
+ "default": [
+ "女",
+ "女歌手",
+ "摇滚歌手",
+ "明星",
+ "歌手",
+ "演员",
+ "艺人",
+ "较深肤色"
+ ],
+ "tts": [
+ "女歌手: 较深肤色"
+ ]
+ },
+ "🧑🏻🎨": {
+ "default": [
+ "画家",
+ "艺术家",
+ "较浅肤色"
+ ],
+ "tts": [
+ "艺术家: 较浅肤色"
+ ]
+ },
+ "🧑🏼🎨": {
+ "default": [
+ "中等-浅肤色",
+ "画家",
+ "艺术家"
+ ],
+ "tts": [
+ "艺术家: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🎨": {
+ "default": [
+ "中等肤色",
+ "画家",
+ "艺术家"
+ ],
+ "tts": [
+ "艺术家: 中等肤色"
+ ]
+ },
+ "🧑🏾🎨": {
+ "default": [
+ "中等-深肤色",
+ "画家",
+ "艺术家"
+ ],
+ "tts": [
+ "艺术家: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🎨": {
+ "default": [
+ "画家",
+ "艺术家",
+ "较深肤色"
+ ],
+ "tts": [
+ "艺术家: 较深肤色"
+ ]
+ },
+ "👨🏻🎨": {
+ "default": [
+ "男",
+ "男艺术家",
+ "画家",
+ "艺术",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男艺术家: 较浅肤色"
+ ]
+ },
+ "👨🏼🎨": {
+ "default": [
+ "中等-浅肤色",
+ "男",
+ "男艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "男艺术家: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🎨": {
+ "default": [
+ "中等肤色",
+ "男",
+ "男艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "男艺术家: 中等肤色"
+ ]
+ },
+ "👨🏾🎨": {
+ "default": [
+ "中等-深肤色",
+ "男",
+ "男艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "男艺术家: 中等-深肤色"
+ ]
+ },
+ "👨🏿🎨": {
+ "default": [
+ "男",
+ "男艺术家",
+ "画家",
+ "艺术",
+ "较深肤色"
+ ],
+ "tts": [
+ "男艺术家: 较深肤色"
+ ]
+ },
+ "👩🏻🎨": {
+ "default": [
+ "女",
+ "女艺术家",
+ "画家",
+ "艺术",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女艺术家: 较浅肤色"
+ ]
+ },
+ "👩🏼🎨": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "女艺术家: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🎨": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "女艺术家: 中等肤色"
+ ]
+ },
+ "👩🏾🎨": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女艺术家",
+ "画家",
+ "艺术"
+ ],
+ "tts": [
+ "女艺术家: 中等-深肤色"
+ ]
+ },
+ "👩🏿🎨": {
+ "default": [
+ "女",
+ "女艺术家",
+ "画家",
+ "艺术",
+ "较深肤色"
+ ],
+ "tts": [
+ "女艺术家: 较深肤色"
+ ]
+ },
+ "🧑🏻✈": {
+ "default": [
+ "较浅肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "飞行员: 较浅肤色"
+ ]
+ },
+ "🧑🏼✈": {
+ "default": [
+ "中等-浅肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "飞行员: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽✈": {
+ "default": [
+ "中等肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "飞行员: 中等肤色"
+ ]
+ },
+ "🧑🏾✈": {
+ "default": [
+ "中等-深肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "飞行员: 中等-深肤色"
+ ]
+ },
+ "🧑🏿✈": {
+ "default": [
+ "较深肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "飞行员: 较深肤色"
+ ]
+ },
+ "👨🏻✈": {
+ "default": [
+ "机长",
+ "男",
+ "男飞行员",
+ "较浅肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "男飞行员: 较浅肤色"
+ ]
+ },
+ "👨🏼✈": {
+ "default": [
+ "中等-浅肤色",
+ "机长",
+ "男",
+ "男飞行员",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "男飞行员: 中等-浅肤色"
+ ]
+ },
+ "👨🏽✈": {
+ "default": [
+ "中等肤色",
+ "机长",
+ "男",
+ "男飞行员",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "男飞行员: 中等肤色"
+ ]
+ },
+ "👨🏾✈": {
+ "default": [
+ "中等-深肤色",
+ "机长",
+ "男",
+ "男飞行员",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "男飞行员: 中等-深肤色"
+ ]
+ },
+ "👨🏿✈": {
+ "default": [
+ "机长",
+ "男",
+ "男飞行员",
+ "较深肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "男飞行员: 较深肤色"
+ ]
+ },
+ "👩🏻✈": {
+ "default": [
+ "女",
+ "女飞行员",
+ "机长",
+ "较浅肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "女飞行员: 较浅肤色"
+ ]
+ },
+ "👩🏼✈": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女飞行员",
+ "机长",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "女飞行员: 中等-浅肤色"
+ ]
+ },
+ "👩🏽✈": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女飞行员",
+ "机长",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "女飞行员: 中等肤色"
+ ]
+ },
+ "👩🏾✈": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女飞行员",
+ "机长",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "女飞行员: 中等-深肤色"
+ ]
+ },
+ "👩🏿✈": {
+ "default": [
+ "女",
+ "女飞行员",
+ "机长",
+ "较深肤色",
+ "飞机",
+ "飞行员"
+ ],
+ "tts": [
+ "女飞行员: 较深肤色"
+ ]
+ },
+ "🧑🏻🚀": {
+ "default": [
+ "宇航员",
+ "火箭",
+ "较浅肤色"
+ ],
+ "tts": [
+ "宇航员: 较浅肤色"
+ ]
+ },
+ "🧑🏼🚀": {
+ "default": [
+ "中等-浅肤色",
+ "宇航员",
+ "火箭"
+ ],
+ "tts": [
+ "宇航员: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🚀": {
+ "default": [
+ "中等肤色",
+ "宇航员",
+ "火箭"
+ ],
+ "tts": [
+ "宇航员: 中等肤色"
+ ]
+ },
+ "🧑🏾🚀": {
+ "default": [
+ "中等-深肤色",
+ "宇航员",
+ "火箭"
+ ],
+ "tts": [
+ "宇航员: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🚀": {
+ "default": [
+ "宇航员",
+ "火箭",
+ "较深肤色"
+ ],
+ "tts": [
+ "宇航员: 较深肤色"
+ ]
+ },
+ "👨🏻🚀": {
+ "default": [
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "男",
+ "男宇航员",
+ "航天",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男宇航员: 较浅肤色"
+ ]
+ },
+ "👨🏼🚀": {
+ "default": [
+ "中等-浅肤色",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "男",
+ "男宇航员",
+ "航天"
+ ],
+ "tts": [
+ "男宇航员: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🚀": {
+ "default": [
+ "中等肤色",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "男",
+ "男宇航员",
+ "航天"
+ ],
+ "tts": [
+ "男宇航员: 中等肤色"
+ ]
+ },
+ "👨🏾🚀": {
+ "default": [
+ "中等-深肤色",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "男",
+ "男宇航员",
+ "航天"
+ ],
+ "tts": [
+ "男宇航员: 中等-深肤色"
+ ]
+ },
+ "👨🏿🚀": {
+ "default": [
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "男",
+ "男宇航员",
+ "航天",
+ "较深肤色"
+ ],
+ "tts": [
+ "男宇航员: 较深肤色"
+ ]
+ },
+ "👩🏻🚀": {
+ "default": [
+ "女",
+ "女宇航员",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "航天",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女宇航员: 较浅肤色"
+ ]
+ },
+ "👩🏼🚀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女宇航员",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "航天"
+ ],
+ "tts": [
+ "女宇航员: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🚀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女宇航员",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "航天"
+ ],
+ "tts": [
+ "女宇航员: 中等肤色"
+ ]
+ },
+ "👩🏾🚀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女宇航员",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "航天"
+ ],
+ "tts": [
+ "女宇航员: 中等-深肤色"
+ ]
+ },
+ "👩🏿🚀": {
+ "default": [
+ "女",
+ "女宇航员",
+ "宇宙",
+ "宇航员",
+ "火箭",
+ "航天",
+ "较深肤色"
+ ],
+ "tts": [
+ "女宇航员: 较深肤色"
+ ]
+ },
+ "🧑🏻🚒": {
+ "default": [
+ "消防员",
+ "消防车",
+ "较浅肤色"
+ ],
+ "tts": [
+ "消防员: 较浅肤色"
+ ]
+ },
+ "🧑🏼🚒": {
+ "default": [
+ "中等-浅肤色",
+ "消防员",
+ "消防车"
+ ],
+ "tts": [
+ "消防员: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🚒": {
+ "default": [
+ "中等肤色",
+ "消防员",
+ "消防车"
+ ],
+ "tts": [
+ "消防员: 中等肤色"
+ ]
+ },
+ "🧑🏾🚒": {
+ "default": [
+ "中等-深肤色",
+ "消防员",
+ "消防车"
+ ],
+ "tts": [
+ "消防员: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🚒": {
+ "default": [
+ "消防员",
+ "消防车",
+ "较深肤色"
+ ],
+ "tts": [
+ "消防员: 较深肤色"
+ ]
+ },
+ "👨🏻🚒": {
+ "default": [
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "男",
+ "男消防员",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男消防员: 较浅肤色"
+ ]
+ },
+ "👨🏼🚒": {
+ "default": [
+ "中等-浅肤色",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "男",
+ "男消防员"
+ ],
+ "tts": [
+ "男消防员: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🚒": {
+ "default": [
+ "中等肤色",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "男",
+ "男消防员"
+ ],
+ "tts": [
+ "男消防员: 中等肤色"
+ ]
+ },
+ "👨🏾🚒": {
+ "default": [
+ "中等-深肤色",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "男",
+ "男消防员"
+ ],
+ "tts": [
+ "男消防员: 中等-深肤色"
+ ]
+ },
+ "👨🏿🚒": {
+ "default": [
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "男",
+ "男消防员",
+ "较深肤色"
+ ],
+ "tts": [
+ "男消防员: 较深肤色"
+ ]
+ },
+ "👩🏻🚒": {
+ "default": [
+ "女",
+ "女消防员",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "火灾",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女消防员: 较浅肤色"
+ ]
+ },
+ "👩🏼🚒": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女消防员",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "火灾"
+ ],
+ "tts": [
+ "女消防员: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🚒": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女消防员",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "火灾"
+ ],
+ "tts": [
+ "女消防员: 中等肤色"
+ ]
+ },
+ "👩🏾🚒": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女消防员",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "火灾"
+ ],
+ "tts": [
+ "女消防员: 中等-深肤色"
+ ]
+ },
+ "👩🏿🚒": {
+ "default": [
+ "女",
+ "女消防员",
+ "救火",
+ "消防",
+ "消防员",
+ "消防车",
+ "火灾",
+ "较深肤色"
+ ],
+ "tts": [
+ "女消防员: 较深肤色"
+ ]
+ },
+ "👮🏻": {
+ "default": [
+ "交警",
+ "传唤",
+ "公安",
+ "卧底",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "较浅肤色",
+ "逮捕"
+ ],
+ "tts": [
+ "警察: 较浅肤色"
+ ]
+ },
+ "👮🏼": {
+ "default": [
+ "中等-浅肤色",
+ "交警",
+ "传唤",
+ "公安",
+ "卧底",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "警察: 中等-浅肤色"
+ ]
+ },
+ "👮🏽": {
+ "default": [
+ "中等肤色",
+ "交警",
+ "传唤",
+ "公安",
+ "卧底",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "警察: 中等肤色"
+ ]
+ },
+ "👮🏾": {
+ "default": [
+ "中等-深肤色",
+ "交警",
+ "传唤",
+ "公安",
+ "卧底",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "警察: 中等-深肤色"
+ ]
+ },
+ "👮🏿": {
+ "default": [
+ "交警",
+ "传唤",
+ "公安",
+ "卧底",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "较深肤色",
+ "逮捕"
+ ],
+ "tts": [
+ "警察: 较深肤色"
+ ]
+ },
+ "👮🏻♂": {
+ "default": [
+ "男",
+ "男警察",
+ "警官",
+ "警察",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男警察: 较浅肤色"
+ ]
+ },
+ "👮🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男",
+ "男警察",
+ "警官",
+ "警察"
+ ],
+ "tts": [
+ "男警察: 中等-浅肤色"
+ ]
+ },
+ "👮🏽♂": {
+ "default": [
+ "中等肤色",
+ "男",
+ "男警察",
+ "警官",
+ "警察"
+ ],
+ "tts": [
+ "男警察: 中等肤色"
+ ]
+ },
+ "👮🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男",
+ "男警察",
+ "警官",
+ "警察"
+ ],
+ "tts": [
+ "男警察: 中等-深肤色"
+ ]
+ },
+ "👮🏿♂": {
+ "default": [
+ "男",
+ "男警察",
+ "警官",
+ "警察",
+ "较深肤色"
+ ],
+ "tts": [
+ "男警察: 较深肤色"
+ ]
+ },
+ "👮🏻♀": {
+ "default": [
+ "交警",
+ "公安",
+ "卧底",
+ "女",
+ "女警察",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "较浅肤色",
+ "逮捕"
+ ],
+ "tts": [
+ "女警察: 较浅肤色"
+ ]
+ },
+ "👮🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "交警",
+ "公安",
+ "卧底",
+ "女",
+ "女警察",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "女警察: 中等-浅肤色"
+ ]
+ },
+ "👮🏽♀": {
+ "default": [
+ "中等肤色",
+ "交警",
+ "公安",
+ "卧底",
+ "女",
+ "女警察",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "女警察: 中等肤色"
+ ]
+ },
+ "👮🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "交警",
+ "公安",
+ "卧底",
+ "女",
+ "女警察",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "逮捕"
+ ],
+ "tts": [
+ "女警察: 中等-深肤色"
+ ]
+ },
+ "👮🏿♀": {
+ "default": [
+ "交警",
+ "公安",
+ "卧底",
+ "女",
+ "女警察",
+ "武警",
+ "法警",
+ "警官",
+ "警察",
+ "警方",
+ "较深肤色",
+ "逮捕"
+ ],
+ "tts": [
+ "女警察: 较深肤色"
+ ]
+ },
+ "🕵🏻": {
+ "default": [
+ "侦探",
+ "特工",
+ "男",
+ "较浅肤色",
+ "间谍"
+ ],
+ "tts": [
+ "侦探: 较浅肤色"
+ ]
+ },
+ "🕵🏼": {
+ "default": [
+ "中等-浅肤色",
+ "侦探",
+ "特工",
+ "男",
+ "间谍"
+ ],
+ "tts": [
+ "侦探: 中等-浅肤色"
+ ]
+ },
+ "🕵🏽": {
+ "default": [
+ "中等肤色",
+ "侦探",
+ "特工",
+ "男",
+ "间谍"
+ ],
+ "tts": [
+ "侦探: 中等肤色"
+ ]
+ },
+ "🕵🏾": {
+ "default": [
+ "中等-深肤色",
+ "侦探",
+ "特工",
+ "男",
+ "间谍"
+ ],
+ "tts": [
+ "侦探: 中等-深肤色"
+ ]
+ },
+ "🕵🏿": {
+ "default": [
+ "侦探",
+ "特工",
+ "男",
+ "较深肤色",
+ "间谍"
+ ],
+ "tts": [
+ "侦探: 较深肤色"
+ ]
+ },
+ "🕵🏻♂": {
+ "default": [
+ "侦探",
+ "男",
+ "男侦探",
+ "较浅肤色",
+ "间谍"
+ ],
+ "tts": [
+ "男侦探: 较浅肤色"
+ ]
+ },
+ "🕵🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "侦探",
+ "男",
+ "男侦探",
+ "间谍"
+ ],
+ "tts": [
+ "男侦探: 中等-浅肤色"
+ ]
+ },
+ "🕵🏽♂": {
+ "default": [
+ "中等肤色",
+ "侦探",
+ "男",
+ "男侦探",
+ "间谍"
+ ],
+ "tts": [
+ "男侦探: 中等肤色"
+ ]
+ },
+ "🕵🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "侦探",
+ "男",
+ "男侦探",
+ "间谍"
+ ],
+ "tts": [
+ "男侦探: 中等-深肤色"
+ ]
+ },
+ "🕵🏿♂": {
+ "default": [
+ "侦探",
+ "男",
+ "男侦探",
+ "较深肤色",
+ "间谍"
+ ],
+ "tts": [
+ "男侦探: 较深肤色"
+ ]
+ },
+ "🕵🏻♀": {
+ "default": [
+ "侦探",
+ "女",
+ "女侦探",
+ "特工",
+ "较浅肤色",
+ "间谍"
+ ],
+ "tts": [
+ "女侦探: 较浅肤色"
+ ]
+ },
+ "🕵🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "侦探",
+ "女",
+ "女侦探",
+ "特工",
+ "间谍"
+ ],
+ "tts": [
+ "女侦探: 中等-浅肤色"
+ ]
+ },
+ "🕵🏽♀": {
+ "default": [
+ "中等肤色",
+ "侦探",
+ "女",
+ "女侦探",
+ "特工",
+ "间谍"
+ ],
+ "tts": [
+ "女侦探: 中等肤色"
+ ]
+ },
+ "🕵🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "侦探",
+ "女",
+ "女侦探",
+ "特工",
+ "间谍"
+ ],
+ "tts": [
+ "女侦探: 中等-深肤色"
+ ]
+ },
+ "🕵🏿♀": {
+ "default": [
+ "侦探",
+ "女",
+ "女侦探",
+ "特工",
+ "较深肤色",
+ "间谍"
+ ],
+ "tts": [
+ "女侦探: 较深肤色"
+ ]
+ },
+ "💂🏻": {
+ "default": [
+ "伦敦",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "白金汉宫",
+ "较浅肤色"
+ ],
+ "tts": [
+ "卫兵: 较浅肤色"
+ ]
+ },
+ "💂🏼": {
+ "default": [
+ "中等-浅肤色",
+ "伦敦",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "白金汉宫"
+ ],
+ "tts": [
+ "卫兵: 中等-浅肤色"
+ ]
+ },
+ "💂🏽": {
+ "default": [
+ "中等肤色",
+ "伦敦",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "白金汉宫"
+ ],
+ "tts": [
+ "卫兵: 中等肤色"
+ ]
+ },
+ "💂🏾": {
+ "default": [
+ "中等-深肤色",
+ "伦敦",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "白金汉宫"
+ ],
+ "tts": [
+ "卫兵: 中等-深肤色"
+ ]
+ },
+ "💂🏿": {
+ "default": [
+ "伦敦",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "白金汉宫",
+ "较深肤色"
+ ],
+ "tts": [
+ "卫兵: 较深肤色"
+ ]
+ },
+ "💂🏻♂": {
+ "default": [
+ "卫兵",
+ "卫士",
+ "守卫",
+ "男",
+ "男卫兵",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男卫兵: 较浅肤色"
+ ]
+ },
+ "💂🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "男",
+ "男卫兵"
+ ],
+ "tts": [
+ "男卫兵: 中等-浅肤色"
+ ]
+ },
+ "💂🏽♂": {
+ "default": [
+ "中等肤色",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "男",
+ "男卫兵"
+ ],
+ "tts": [
+ "男卫兵: 中等肤色"
+ ]
+ },
+ "💂🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "卫兵",
+ "卫士",
+ "守卫",
+ "男",
+ "男卫兵"
+ ],
+ "tts": [
+ "男卫兵: 中等-深肤色"
+ ]
+ },
+ "💂🏿♂": {
+ "default": [
+ "卫兵",
+ "卫士",
+ "守卫",
+ "男",
+ "男卫兵",
+ "较深肤色"
+ ],
+ "tts": [
+ "男卫兵: 较深肤色"
+ ]
+ },
+ "💂🏻♀": {
+ "default": [
+ "卫兵",
+ "卫士",
+ "女",
+ "女卫兵",
+ "守卫",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女卫兵: 较浅肤色"
+ ]
+ },
+ "💂🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "卫兵",
+ "卫士",
+ "女",
+ "女卫兵",
+ "守卫"
+ ],
+ "tts": [
+ "女卫兵: 中等-浅肤色"
+ ]
+ },
+ "💂🏽♀": {
+ "default": [
+ "中等肤色",
+ "卫兵",
+ "卫士",
+ "女",
+ "女卫兵",
+ "守卫"
+ ],
+ "tts": [
+ "女卫兵: 中等肤色"
+ ]
+ },
+ "💂🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "卫兵",
+ "卫士",
+ "女",
+ "女卫兵",
+ "守卫"
+ ],
+ "tts": [
+ "女卫兵: 中等-深肤色"
+ ]
+ },
+ "💂🏿♀": {
+ "default": [
+ "卫兵",
+ "卫士",
+ "女",
+ "女卫兵",
+ "守卫",
+ "较深肤色"
+ ],
+ "tts": [
+ "女卫兵: 较深肤色"
+ ]
+ },
+ "🥷🏻": {
+ "default": [
+ "人物",
+ "侠客",
+ "刺客",
+ "士兵",
+ "忍者",
+ "战斗",
+ "打斗",
+ "狡猾",
+ "秘密",
+ "较浅肤色",
+ "隐藏",
+ "隐身"
+ ],
+ "tts": [
+ "忍者: 较浅肤色"
+ ]
+ },
+ "🥷🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人物",
+ "侠客",
+ "刺客",
+ "士兵",
+ "忍者",
+ "战斗",
+ "打斗",
+ "狡猾",
+ "秘密",
+ "隐藏",
+ "隐身"
+ ],
+ "tts": [
+ "忍者: 中等-浅肤色"
+ ]
+ },
+ "🥷🏽": {
+ "default": [
+ "中等肤色",
+ "人物",
+ "侠客",
+ "刺客",
+ "士兵",
+ "忍者",
+ "战斗",
+ "打斗",
+ "狡猾",
+ "秘密",
+ "隐藏",
+ "隐身"
+ ],
+ "tts": [
+ "忍者: 中等肤色"
+ ]
+ },
+ "🥷🏾": {
+ "default": [
+ "中等-深肤色",
+ "人物",
+ "侠客",
+ "刺客",
+ "士兵",
+ "忍者",
+ "战斗",
+ "打斗",
+ "狡猾",
+ "秘密",
+ "隐藏",
+ "隐身"
+ ],
+ "tts": [
+ "忍者: 中等-深肤色"
+ ]
+ },
+ "🥷🏿": {
+ "default": [
+ "人物",
+ "侠客",
+ "刺客",
+ "士兵",
+ "忍者",
+ "战斗",
+ "打斗",
+ "狡猾",
+ "秘密",
+ "较深肤色",
+ "隐藏",
+ "隐身"
+ ],
+ "tts": [
+ "忍者: 较深肤色"
+ ]
+ },
+ "👷🏻": {
+ "default": [
+ "包工头",
+ "头盔",
+ "安全帽",
+ "工人",
+ "工程师",
+ "建筑",
+ "建筑工人",
+ "建造",
+ "搬砖",
+ "改造",
+ "较浅肤色"
+ ],
+ "tts": [
+ "建筑工人: 较浅肤色"
+ ]
+ },
+ "👷🏼": {
+ "default": [
+ "中等-浅肤色",
+ "包工头",
+ "头盔",
+ "安全帽",
+ "工人",
+ "工程师",
+ "建筑",
+ "建筑工人",
+ "建造",
+ "搬砖",
+ "改造"
+ ],
+ "tts": [
+ "建筑工人: 中等-浅肤色"
+ ]
+ },
+ "👷🏽": {
+ "default": [
+ "中等肤色",
+ "包工头",
+ "头盔",
+ "安全帽",
+ "工人",
+ "工程师",
+ "建筑",
+ "建筑工人",
+ "建造",
+ "搬砖",
+ "改造"
+ ],
+ "tts": [
+ "建筑工人: 中等肤色"
+ ]
+ },
+ "👷🏾": {
+ "default": [
+ "中等-深肤色",
+ "包工头",
+ "头盔",
+ "安全帽",
+ "工人",
+ "工程师",
+ "建筑",
+ "建筑工人",
+ "建造",
+ "搬砖",
+ "改造"
+ ],
+ "tts": [
+ "建筑工人: 中等-深肤色"
+ ]
+ },
+ "👷🏿": {
+ "default": [
+ "包工头",
+ "头盔",
+ "安全帽",
+ "工人",
+ "工程师",
+ "建筑",
+ "建筑工人",
+ "建造",
+ "搬砖",
+ "改造",
+ "较深肤色"
+ ],
+ "tts": [
+ "建筑工人: 较深肤色"
+ ]
+ },
+ "👷🏻♂": {
+ "default": [
+ "工人",
+ "建筑",
+ "男",
+ "男建筑工人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男建筑工人: 较浅肤色"
+ ]
+ },
+ "👷🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "工人",
+ "建筑",
+ "男",
+ "男建筑工人"
+ ],
+ "tts": [
+ "男建筑工人: 中等-浅肤色"
+ ]
+ },
+ "👷🏽♂": {
+ "default": [
+ "中等肤色",
+ "工人",
+ "建筑",
+ "男",
+ "男建筑工人"
+ ],
+ "tts": [
+ "男建筑工人: 中等肤色"
+ ]
+ },
+ "👷🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "工人",
+ "建筑",
+ "男",
+ "男建筑工人"
+ ],
+ "tts": [
+ "男建筑工人: 中等-深肤色"
+ ]
+ },
+ "👷🏿♂": {
+ "default": [
+ "工人",
+ "建筑",
+ "男",
+ "男建筑工人",
+ "较深肤色"
+ ],
+ "tts": [
+ "男建筑工人: 较深肤色"
+ ]
+ },
+ "👷🏻♀": {
+ "default": [
+ "头盔",
+ "女",
+ "女建筑工人",
+ "工人",
+ "建筑",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女建筑工人: 较浅肤色"
+ ]
+ },
+ "👷🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "头盔",
+ "女",
+ "女建筑工人",
+ "工人",
+ "建筑"
+ ],
+ "tts": [
+ "女建筑工人: 中等-浅肤色"
+ ]
+ },
+ "👷🏽♀": {
+ "default": [
+ "中等肤色",
+ "头盔",
+ "女",
+ "女建筑工人",
+ "工人",
+ "建筑"
+ ],
+ "tts": [
+ "女建筑工人: 中等肤色"
+ ]
+ },
+ "👷🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "头盔",
+ "女",
+ "女建筑工人",
+ "工人",
+ "建筑"
+ ],
+ "tts": [
+ "女建筑工人: 中等-深肤色"
+ ]
+ },
+ "👷🏿♀": {
+ "default": [
+ "头盔",
+ "女",
+ "女建筑工人",
+ "工人",
+ "建筑",
+ "较深肤色"
+ ],
+ "tts": [
+ "女建筑工人: 较深肤色"
+ ]
+ },
+ "🫅🏻": {
+ "default": [
+ "君主",
+ "君威",
+ "国王",
+ "戴王冠的人",
+ "王冠",
+ "王后",
+ "王室",
+ "皇室",
+ "贵族",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴王冠的人: 较浅肤色"
+ ]
+ },
+ "🫅🏼": {
+ "default": [
+ "中等-浅肤色",
+ "君主",
+ "君威",
+ "国王",
+ "戴王冠的人",
+ "王冠",
+ "王后",
+ "王室",
+ "皇室",
+ "贵族"
+ ],
+ "tts": [
+ "戴王冠的人: 中等-浅肤色"
+ ]
+ },
+ "🫅🏽": {
+ "default": [
+ "中等肤色",
+ "君主",
+ "君威",
+ "国王",
+ "戴王冠的人",
+ "王冠",
+ "王后",
+ "王室",
+ "皇室",
+ "贵族"
+ ],
+ "tts": [
+ "戴王冠的人: 中等肤色"
+ ]
+ },
+ "🫅🏾": {
+ "default": [
+ "中等-深肤色",
+ "君主",
+ "君威",
+ "国王",
+ "戴王冠的人",
+ "王冠",
+ "王后",
+ "王室",
+ "皇室",
+ "贵族"
+ ],
+ "tts": [
+ "戴王冠的人: 中等-深肤色"
+ ]
+ },
+ "🫅🏿": {
+ "default": [
+ "君主",
+ "君威",
+ "国王",
+ "戴王冠的人",
+ "王冠",
+ "王后",
+ "王室",
+ "皇室",
+ "贵族",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴王冠的人: 较深肤色"
+ ]
+ },
+ "🤴🏻": {
+ "default": [
+ "王子",
+ "皇家",
+ "较浅肤色"
+ ],
+ "tts": [
+ "王子: 较浅肤色"
+ ]
+ },
+ "🤴🏼": {
+ "default": [
+ "中等-浅肤色",
+ "王子",
+ "皇家"
+ ],
+ "tts": [
+ "王子: 中等-浅肤色"
+ ]
+ },
+ "🤴🏽": {
+ "default": [
+ "中等肤色",
+ "王子",
+ "皇家"
+ ],
+ "tts": [
+ "王子: 中等肤色"
+ ]
+ },
+ "🤴🏾": {
+ "default": [
+ "中等-深肤色",
+ "王子",
+ "皇家"
+ ],
+ "tts": [
+ "王子: 中等-深肤色"
+ ]
+ },
+ "🤴🏿": {
+ "default": [
+ "王子",
+ "皇家",
+ "较深肤色"
+ ],
+ "tts": [
+ "王子: 较深肤色"
+ ]
+ },
+ "👸🏻": {
+ "default": [
+ "公主",
+ "皇冠",
+ "童话",
+ "较浅肤色"
+ ],
+ "tts": [
+ "公主: 较浅肤色"
+ ]
+ },
+ "👸🏼": {
+ "default": [
+ "中等-浅肤色",
+ "公主",
+ "皇冠",
+ "童话"
+ ],
+ "tts": [
+ "公主: 中等-浅肤色"
+ ]
+ },
+ "👸🏽": {
+ "default": [
+ "中等肤色",
+ "公主",
+ "皇冠",
+ "童话"
+ ],
+ "tts": [
+ "公主: 中等肤色"
+ ]
+ },
+ "👸🏾": {
+ "default": [
+ "中等-深肤色",
+ "公主",
+ "皇冠",
+ "童话"
+ ],
+ "tts": [
+ "公主: 中等-深肤色"
+ ]
+ },
+ "👸🏿": {
+ "default": [
+ "公主",
+ "皇冠",
+ "童话",
+ "较深肤色"
+ ],
+ "tts": [
+ "公主: 较深肤色"
+ ]
+ },
+ "👳🏻": {
+ "default": [
+ "头巾",
+ "戴头巾的人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴头巾的人: 较浅肤色"
+ ]
+ },
+ "👳🏼": {
+ "default": [
+ "中等-浅肤色",
+ "头巾",
+ "戴头巾的人"
+ ],
+ "tts": [
+ "戴头巾的人: 中等-浅肤色"
+ ]
+ },
+ "👳🏽": {
+ "default": [
+ "中等肤色",
+ "头巾",
+ "戴头巾的人"
+ ],
+ "tts": [
+ "戴头巾的人: 中等肤色"
+ ]
+ },
+ "👳🏾": {
+ "default": [
+ "中等-深肤色",
+ "头巾",
+ "戴头巾的人"
+ ],
+ "tts": [
+ "戴头巾的人: 中等-深肤色"
+ ]
+ },
+ "👳🏿": {
+ "default": [
+ "头巾",
+ "戴头巾的人",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴头巾的人: 较深肤色"
+ ]
+ },
+ "👳🏻♂": {
+ "default": [
+ "头巾",
+ "戴头巾的男人",
+ "男",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴头巾的男人: 较浅肤色"
+ ]
+ },
+ "👳🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "头巾",
+ "戴头巾的男人",
+ "男"
+ ],
+ "tts": [
+ "戴头巾的男人: 中等-浅肤色"
+ ]
+ },
+ "👳🏽♂": {
+ "default": [
+ "中等肤色",
+ "头巾",
+ "戴头巾的男人",
+ "男"
+ ],
+ "tts": [
+ "戴头巾的男人: 中等肤色"
+ ]
+ },
+ "👳🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "头巾",
+ "戴头巾的男人",
+ "男"
+ ],
+ "tts": [
+ "戴头巾的男人: 中等-深肤色"
+ ]
+ },
+ "👳🏿♂": {
+ "default": [
+ "头巾",
+ "戴头巾的男人",
+ "男",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴头巾的男人: 较深肤色"
+ ]
+ },
+ "👳🏻♀": {
+ "default": [
+ "头巾",
+ "女",
+ "戴头巾的女人",
+ "特本",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴头巾的女人: 较浅肤色"
+ ]
+ },
+ "👳🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "头巾",
+ "女",
+ "戴头巾的女人",
+ "特本"
+ ],
+ "tts": [
+ "戴头巾的女人: 中等-浅肤色"
+ ]
+ },
+ "👳🏽♀": {
+ "default": [
+ "中等肤色",
+ "头巾",
+ "女",
+ "戴头巾的女人",
+ "特本"
+ ],
+ "tts": [
+ "戴头巾的女人: 中等肤色"
+ ]
+ },
+ "👳🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "头巾",
+ "女",
+ "戴头巾的女人",
+ "特本"
+ ],
+ "tts": [
+ "戴头巾的女人: 中等-深肤色"
+ ]
+ },
+ "👳🏿♀": {
+ "default": [
+ "头巾",
+ "女",
+ "戴头巾的女人",
+ "特本",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴头巾的女人: 较深肤色"
+ ]
+ },
+ "👲🏻": {
+ "default": [
+ "人物",
+ "帽子",
+ "戴瓜皮帽的人",
+ "瓜皮帽",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴瓜皮帽的人: 较浅肤色"
+ ]
+ },
+ "👲🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人物",
+ "帽子",
+ "戴瓜皮帽的人",
+ "瓜皮帽"
+ ],
+ "tts": [
+ "戴瓜皮帽的人: 中等-浅肤色"
+ ]
+ },
+ "👲🏽": {
+ "default": [
+ "中等肤色",
+ "人物",
+ "帽子",
+ "戴瓜皮帽的人",
+ "瓜皮帽"
+ ],
+ "tts": [
+ "戴瓜皮帽的人: 中等肤色"
+ ]
+ },
+ "👲🏾": {
+ "default": [
+ "中等-深肤色",
+ "人物",
+ "帽子",
+ "戴瓜皮帽的人",
+ "瓜皮帽"
+ ],
+ "tts": [
+ "戴瓜皮帽的人: 中等-深肤色"
+ ]
+ },
+ "👲🏿": {
+ "default": [
+ "人物",
+ "帽子",
+ "戴瓜皮帽的人",
+ "瓜皮帽",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴瓜皮帽的人: 较深肤色"
+ ]
+ },
+ "🧕🏻": {
+ "default": [
+ "头巾",
+ "希贾布",
+ "带头饰的女人",
+ "戴头巾的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "带头饰的女人: 较浅肤色"
+ ]
+ },
+ "🧕🏼": {
+ "default": [
+ "中等-浅肤色",
+ "头巾",
+ "希贾布",
+ "带头饰的女人",
+ "戴头巾的女人"
+ ],
+ "tts": [
+ "带头饰的女人: 中等-浅肤色"
+ ]
+ },
+ "🧕🏽": {
+ "default": [
+ "中等肤色",
+ "头巾",
+ "希贾布",
+ "带头饰的女人",
+ "戴头巾的女人"
+ ],
+ "tts": [
+ "带头饰的女人: 中等肤色"
+ ]
+ },
+ "🧕🏾": {
+ "default": [
+ "中等-深肤色",
+ "头巾",
+ "希贾布",
+ "带头饰的女人",
+ "戴头巾的女人"
+ ],
+ "tts": [
+ "带头饰的女人: 中等-深肤色"
+ ]
+ },
+ "🧕🏿": {
+ "default": [
+ "头巾",
+ "希贾布",
+ "带头饰的女人",
+ "戴头巾的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "带头饰的女人: 较深肤色"
+ ]
+ },
+ "🤵🏻": {
+ "default": [
+ "人",
+ "新郎",
+ "正式",
+ "燕尾服",
+ "男人",
+ "穿燕尾服的人",
+ "穿燕尾服的男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "穿燕尾服的人: 较浅肤色"
+ ]
+ },
+ "🤵🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "新郎",
+ "正式",
+ "燕尾服",
+ "男人",
+ "穿燕尾服的人",
+ "穿燕尾服的男人"
+ ],
+ "tts": [
+ "穿燕尾服的人: 中等-浅肤色"
+ ]
+ },
+ "🤵🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "新郎",
+ "正式",
+ "燕尾服",
+ "男人",
+ "穿燕尾服的人",
+ "穿燕尾服的男人"
+ ],
+ "tts": [
+ "穿燕尾服的人: 中等肤色"
+ ]
+ },
+ "🤵🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "新郎",
+ "正式",
+ "燕尾服",
+ "男人",
+ "穿燕尾服的人",
+ "穿燕尾服的男人"
+ ],
+ "tts": [
+ "穿燕尾服的人: 中等-深肤色"
+ ]
+ },
+ "🤵🏿": {
+ "default": [
+ "人",
+ "新郎",
+ "正式",
+ "燕尾服",
+ "男人",
+ "穿燕尾服的人",
+ "穿燕尾服的男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "穿燕尾服的人: 较深肤色"
+ ]
+ },
+ "🤵🏻♂": {
+ "default": [
+ "男人",
+ "礼服",
+ "穿礼服的男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "穿礼服的男人: 较浅肤色"
+ ]
+ },
+ "🤵🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男人",
+ "礼服",
+ "穿礼服的男人"
+ ],
+ "tts": [
+ "穿礼服的男人: 中等-浅肤色"
+ ]
+ },
+ "🤵🏽♂": {
+ "default": [
+ "中等肤色",
+ "男人",
+ "礼服",
+ "穿礼服的男人"
+ ],
+ "tts": [
+ "穿礼服的男人: 中等肤色"
+ ]
+ },
+ "🤵🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男人",
+ "礼服",
+ "穿礼服的男人"
+ ],
+ "tts": [
+ "穿礼服的男人: 中等-深肤色"
+ ]
+ },
+ "🤵🏿♂": {
+ "default": [
+ "男人",
+ "礼服",
+ "穿礼服的男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "穿礼服的男人: 较深肤色"
+ ]
+ },
+ "🤵🏻♀": {
+ "default": [
+ "女人",
+ "礼服",
+ "穿礼服的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "穿礼服的女人: 较浅肤色"
+ ]
+ },
+ "🤵🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "礼服",
+ "穿礼服的女人"
+ ],
+ "tts": [
+ "穿礼服的女人: 中等-浅肤色"
+ ]
+ },
+ "🤵🏽♀": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "礼服",
+ "穿礼服的女人"
+ ],
+ "tts": [
+ "穿礼服的女人: 中等肤色"
+ ]
+ },
+ "🤵🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "礼服",
+ "穿礼服的女人"
+ ],
+ "tts": [
+ "穿礼服的女人: 中等-深肤色"
+ ]
+ },
+ "🤵🏿♀": {
+ "default": [
+ "女人",
+ "礼服",
+ "穿礼服的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "穿礼服的女人: 较深肤色"
+ ]
+ },
+ "👰🏻": {
+ "default": [
+ "人",
+ "头纱",
+ "婚礼",
+ "戴头纱的人",
+ "戴头纱的新娘",
+ "新娘",
+ "结婚",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴头纱的人: 较浅肤色"
+ ]
+ },
+ "👰🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "头纱",
+ "婚礼",
+ "戴头纱的人",
+ "戴头纱的新娘",
+ "新娘",
+ "结婚"
+ ],
+ "tts": [
+ "戴头纱的人: 中等-浅肤色"
+ ]
+ },
+ "👰🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "头纱",
+ "婚礼",
+ "戴头纱的人",
+ "戴头纱的新娘",
+ "新娘",
+ "结婚"
+ ],
+ "tts": [
+ "戴头纱的人: 中等肤色"
+ ]
+ },
+ "👰🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "头纱",
+ "婚礼",
+ "戴头纱的人",
+ "戴头纱的新娘",
+ "新娘",
+ "结婚"
+ ],
+ "tts": [
+ "戴头纱的人: 中等-深肤色"
+ ]
+ },
+ "👰🏿": {
+ "default": [
+ "人",
+ "头纱",
+ "婚礼",
+ "戴头纱的人",
+ "戴头纱的新娘",
+ "新娘",
+ "结婚",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴头纱的人: 较深肤色"
+ ]
+ },
+ "👰🏻♂": {
+ "default": [
+ "头纱",
+ "戴头纱的男人",
+ "男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴头纱的男人: 较浅肤色"
+ ]
+ },
+ "👰🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "头纱",
+ "戴头纱的男人",
+ "男人"
+ ],
+ "tts": [
+ "戴头纱的男人: 中等-浅肤色"
+ ]
+ },
+ "👰🏽♂": {
+ "default": [
+ "中等肤色",
+ "头纱",
+ "戴头纱的男人",
+ "男人"
+ ],
+ "tts": [
+ "戴头纱的男人: 中等肤色"
+ ]
+ },
+ "👰🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "头纱",
+ "戴头纱的男人",
+ "男人"
+ ],
+ "tts": [
+ "戴头纱的男人: 中等-深肤色"
+ ]
+ },
+ "👰🏿♂": {
+ "default": [
+ "头纱",
+ "戴头纱的男人",
+ "男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴头纱的男人: 较深肤色"
+ ]
+ },
+ "👰🏻♀": {
+ "default": [
+ "头纱",
+ "女人",
+ "戴头纱的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "戴头纱的女人: 较浅肤色"
+ ]
+ },
+ "👰🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "头纱",
+ "女人",
+ "戴头纱的女人"
+ ],
+ "tts": [
+ "戴头纱的女人: 中等-浅肤色"
+ ]
+ },
+ "👰🏽♀": {
+ "default": [
+ "中等肤色",
+ "头纱",
+ "女人",
+ "戴头纱的女人"
+ ],
+ "tts": [
+ "戴头纱的女人: 中等肤色"
+ ]
+ },
+ "👰🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "头纱",
+ "女人",
+ "戴头纱的女人"
+ ],
+ "tts": [
+ "戴头纱的女人: 中等-深肤色"
+ ]
+ },
+ "👰🏿♀": {
+ "default": [
+ "头纱",
+ "女人",
+ "戴头纱的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "戴头纱的女人: 较深肤色"
+ ]
+ },
+ "🤰🏻": {
+ "default": [
+ "女人",
+ "孕妇",
+ "怀孕",
+ "怀孕的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "孕妇: 较浅肤色"
+ ]
+ },
+ "🤰🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "孕妇",
+ "怀孕",
+ "怀孕的女人"
+ ],
+ "tts": [
+ "孕妇: 中等-浅肤色"
+ ]
+ },
+ "🤰🏽": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "孕妇",
+ "怀孕",
+ "怀孕的女人"
+ ],
+ "tts": [
+ "孕妇: 中等肤色"
+ ]
+ },
+ "🤰🏾": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "孕妇",
+ "怀孕",
+ "怀孕的女人"
+ ],
+ "tts": [
+ "孕妇: 中等-深肤色"
+ ]
+ },
+ "🤰🏿": {
+ "default": [
+ "女人",
+ "孕妇",
+ "怀孕",
+ "怀孕的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "孕妇: 较深肤色"
+ ]
+ },
+ "🫃🏻": {
+ "default": [
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的男人",
+ "男子",
+ "腹部",
+ "臃肿",
+ "较浅肤色"
+ ],
+ "tts": [
+ "怀孕的男人: 较浅肤色"
+ ]
+ },
+ "🫃🏼": {
+ "default": [
+ "中等-浅肤色",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的男人",
+ "男子",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的男人: 中等-浅肤色"
+ ]
+ },
+ "🫃🏽": {
+ "default": [
+ "中等肤色",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的男人",
+ "男子",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的男人: 中等肤色"
+ ]
+ },
+ "🫃🏾": {
+ "default": [
+ "中等-深肤色",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的男人",
+ "男子",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的男人: 中等-深肤色"
+ ]
+ },
+ "🫃🏿": {
+ "default": [
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的男人",
+ "男子",
+ "腹部",
+ "臃肿",
+ "较深肤色"
+ ],
+ "tts": [
+ "怀孕的男人: 较深肤色"
+ ]
+ },
+ "🫄🏻": {
+ "default": [
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的人",
+ "腹部",
+ "臃肿",
+ "较浅肤色"
+ ],
+ "tts": [
+ "怀孕的人: 较浅肤色"
+ ]
+ },
+ "🫄🏼": {
+ "default": [
+ "中等-浅肤色",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的人",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的人: 中等-浅肤色"
+ ]
+ },
+ "🫄🏽": {
+ "default": [
+ "中等肤色",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的人",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的人: 中等肤色"
+ ]
+ },
+ "🫄🏾": {
+ "default": [
+ "中等-深肤色",
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的人",
+ "腹部",
+ "臃肿"
+ ],
+ "tts": [
+ "怀孕的人: 中等-深肤色"
+ ]
+ },
+ "🫄🏿": {
+ "default": [
+ "充满",
+ "吃撑",
+ "怀孕",
+ "怀孕的人",
+ "腹部",
+ "臃肿",
+ "较深肤色"
+ ],
+ "tts": [
+ "怀孕的人: 较深肤色"
+ ]
+ },
+ "🤱🏻": {
+ "default": [
+ "乳房",
+ "哺乳",
+ "喂奶",
+ "婴儿",
+ "母乳喂养",
+ "较浅肤色"
+ ],
+ "tts": [
+ "母乳喂养: 较浅肤色"
+ ]
+ },
+ "🤱🏼": {
+ "default": [
+ "中等-浅肤色",
+ "乳房",
+ "哺乳",
+ "喂奶",
+ "婴儿",
+ "母乳喂养"
+ ],
+ "tts": [
+ "母乳喂养: 中等-浅肤色"
+ ]
+ },
+ "🤱🏽": {
+ "default": [
+ "中等肤色",
+ "乳房",
+ "哺乳",
+ "喂奶",
+ "婴儿",
+ "母乳喂养"
+ ],
+ "tts": [
+ "母乳喂养: 中等肤色"
+ ]
+ },
+ "🤱🏾": {
+ "default": [
+ "中等-深肤色",
+ "乳房",
+ "哺乳",
+ "喂奶",
+ "婴儿",
+ "母乳喂养"
+ ],
+ "tts": [
+ "母乳喂养: 中等-深肤色"
+ ]
+ },
+ "🤱🏿": {
+ "default": [
+ "乳房",
+ "哺乳",
+ "喂奶",
+ "婴儿",
+ "母乳喂养",
+ "较深肤色"
+ ],
+ "tts": [
+ "母乳喂养: 较深肤色"
+ ]
+ },
+ "👩🏻🍼": {
+ "default": [
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的女人",
+ "喂养",
+ "女人",
+ "妈咪",
+ "妈妈",
+ "婴儿",
+ "宝宝",
+ "母亲",
+ "爱",
+ "较浅肤色"
+ ],
+ "tts": [
+ "哺乳的女人: 较浅肤色"
+ ]
+ },
+ "👩🏼🍼": {
+ "default": [
+ "中等-浅肤色",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的女人",
+ "喂养",
+ "女人",
+ "妈咪",
+ "妈妈",
+ "婴儿",
+ "宝宝",
+ "母亲",
+ "爱"
+ ],
+ "tts": [
+ "哺乳的女人: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🍼": {
+ "default": [
+ "中等肤色",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的女人",
+ "喂养",
+ "女人",
+ "妈咪",
+ "妈妈",
+ "婴儿",
+ "宝宝",
+ "母亲",
+ "爱"
+ ],
+ "tts": [
+ "哺乳的女人: 中等肤色"
+ ]
+ },
+ "👩🏾🍼": {
+ "default": [
+ "中等-深肤色",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的女人",
+ "喂养",
+ "女人",
+ "妈咪",
+ "妈妈",
+ "婴儿",
+ "宝宝",
+ "母亲",
+ "爱"
+ ],
+ "tts": [
+ "哺乳的女人: 中等-深肤色"
+ ]
+ },
+ "👩🏿🍼": {
+ "default": [
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的女人",
+ "喂养",
+ "女人",
+ "妈咪",
+ "妈妈",
+ "婴儿",
+ "宝宝",
+ "母亲",
+ "爱",
+ "较深肤色"
+ ],
+ "tts": [
+ "哺乳的女人: 较深肤色"
+ ]
+ },
+ "👨🏻🍼": {
+ "default": [
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的男人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "爱",
+ "父亲",
+ "父子情",
+ "父爱",
+ "男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "哺乳的男人: 较浅肤色"
+ ]
+ },
+ "👨🏼🍼": {
+ "default": [
+ "中等-浅肤色",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的男人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "爱",
+ "父亲",
+ "父子情",
+ "父爱",
+ "男人"
+ ],
+ "tts": [
+ "哺乳的男人: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🍼": {
+ "default": [
+ "中等肤色",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的男人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "爱",
+ "父亲",
+ "父子情",
+ "父爱",
+ "男人"
+ ],
+ "tts": [
+ "哺乳的男人: 中等肤色"
+ ]
+ },
+ "👨🏾🍼": {
+ "default": [
+ "中等-深肤色",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的男人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "爱",
+ "父亲",
+ "父子情",
+ "父爱",
+ "男人"
+ ],
+ "tts": [
+ "哺乳的男人: 中等-深肤色"
+ ]
+ },
+ "👨🏿🍼": {
+ "default": [
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的男人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "爱",
+ "父亲",
+ "父子情",
+ "父爱",
+ "男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "哺乳的男人: 较深肤色"
+ ]
+ },
+ "🧑🏻🍼": {
+ "default": [
+ "人",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "较浅肤色"
+ ],
+ "tts": [
+ "哺乳的人: 较浅肤色"
+ ]
+ },
+ "🧑🏼🍼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿"
+ ],
+ "tts": [
+ "哺乳的人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🍼": {
+ "default": [
+ "中等肤色",
+ "人",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿"
+ ],
+ "tts": [
+ "哺乳的人: 中等肤色"
+ ]
+ },
+ "🧑🏾🍼": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿"
+ ],
+ "tts": [
+ "哺乳的人: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🍼": {
+ "default": [
+ "人",
+ "人物",
+ "保姆",
+ "哺乳",
+ "哺乳的人",
+ "哺育",
+ "喂养",
+ "婴儿",
+ "宝宝",
+ "新生儿",
+ "较深肤色"
+ ],
+ "tts": [
+ "哺乳的人: 较深肤色"
+ ]
+ },
+ "👼🏻": {
+ "default": [
+ "儿童",
+ "天使",
+ "孩子",
+ "小天使",
+ "较浅肤色"
+ ],
+ "tts": [
+ "小天使: 较浅肤色"
+ ]
+ },
+ "👼🏼": {
+ "default": [
+ "中等-浅肤色",
+ "儿童",
+ "天使",
+ "孩子",
+ "小天使"
+ ],
+ "tts": [
+ "小天使: 中等-浅肤色"
+ ]
+ },
+ "👼🏽": {
+ "default": [
+ "中等肤色",
+ "儿童",
+ "天使",
+ "孩子",
+ "小天使"
+ ],
+ "tts": [
+ "小天使: 中等肤色"
+ ]
+ },
+ "👼🏾": {
+ "default": [
+ "中等-深肤色",
+ "儿童",
+ "天使",
+ "孩子",
+ "小天使"
+ ],
+ "tts": [
+ "小天使: 中等-深肤色"
+ ]
+ },
+ "👼🏿": {
+ "default": [
+ "儿童",
+ "天使",
+ "孩子",
+ "小天使",
+ "较深肤色"
+ ],
+ "tts": [
+ "小天使: 较深肤色"
+ ]
+ },
+ "🎅🏻": {
+ "default": [
+ "圣诞",
+ "圣诞老人",
+ "圣诞节",
+ "节日",
+ "较浅肤色"
+ ],
+ "tts": [
+ "圣诞老人: 较浅肤色"
+ ]
+ },
+ "🎅🏼": {
+ "default": [
+ "中等-浅肤色",
+ "圣诞",
+ "圣诞老人",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞老人: 中等-浅肤色"
+ ]
+ },
+ "🎅🏽": {
+ "default": [
+ "中等肤色",
+ "圣诞",
+ "圣诞老人",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞老人: 中等肤色"
+ ]
+ },
+ "🎅🏾": {
+ "default": [
+ "中等-深肤色",
+ "圣诞",
+ "圣诞老人",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞老人: 中等-深肤色"
+ ]
+ },
+ "🎅🏿": {
+ "default": [
+ "圣诞",
+ "圣诞老人",
+ "圣诞节",
+ "节日",
+ "较深肤色"
+ ],
+ "tts": [
+ "圣诞老人: 较深肤色"
+ ]
+ },
+ "🤶🏻": {
+ "default": [
+ "圣诞",
+ "圣诞奶奶",
+ "圣诞节",
+ "节日",
+ "较浅肤色"
+ ],
+ "tts": [
+ "圣诞奶奶: 较浅肤色"
+ ]
+ },
+ "🤶🏼": {
+ "default": [
+ "中等-浅肤色",
+ "圣诞",
+ "圣诞奶奶",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞奶奶: 中等-浅肤色"
+ ]
+ },
+ "🤶🏽": {
+ "default": [
+ "中等肤色",
+ "圣诞",
+ "圣诞奶奶",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞奶奶: 中等肤色"
+ ]
+ },
+ "🤶🏾": {
+ "default": [
+ "中等-深肤色",
+ "圣诞",
+ "圣诞奶奶",
+ "圣诞节",
+ "节日"
+ ],
+ "tts": [
+ "圣诞奶奶: 中等-深肤色"
+ ]
+ },
+ "🤶🏿": {
+ "default": [
+ "圣诞",
+ "圣诞奶奶",
+ "圣诞节",
+ "节日",
+ "较深肤色"
+ ],
+ "tts": [
+ "圣诞奶奶: 较深肤色"
+ ]
+ },
+ "🧑🏻🎄": {
+ "default": [
+ "人",
+ "人物",
+ "圣诞",
+ "圣诞人",
+ "圣诞帽",
+ "圣诞快乐",
+ "圣诞老人",
+ "圣诞老公公",
+ "节日",
+ "较浅肤色"
+ ],
+ "tts": [
+ "圣诞人: 较浅肤色"
+ ]
+ },
+ "🧑🏼🎄": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "人物",
+ "圣诞",
+ "圣诞人",
+ "圣诞帽",
+ "圣诞快乐",
+ "圣诞老人",
+ "圣诞老公公",
+ "节日"
+ ],
+ "tts": [
+ "圣诞人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🎄": {
+ "default": [
+ "中等肤色",
+ "人",
+ "人物",
+ "圣诞",
+ "圣诞人",
+ "圣诞帽",
+ "圣诞快乐",
+ "圣诞老人",
+ "圣诞老公公",
+ "节日"
+ ],
+ "tts": [
+ "圣诞人: 中等肤色"
+ ]
+ },
+ "🧑🏾🎄": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "人物",
+ "圣诞",
+ "圣诞人",
+ "圣诞帽",
+ "圣诞快乐",
+ "圣诞老人",
+ "圣诞老公公",
+ "节日"
+ ],
+ "tts": [
+ "圣诞人: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🎄": {
+ "default": [
+ "人",
+ "人物",
+ "圣诞",
+ "圣诞人",
+ "圣诞帽",
+ "圣诞快乐",
+ "圣诞老人",
+ "圣诞老公公",
+ "节日",
+ "较深肤色"
+ ],
+ "tts": [
+ "圣诞人: 较深肤色"
+ ]
+ },
+ "🦸🏻": {
+ "default": [
+ "女英雄",
+ "女超人",
+ "好人",
+ "英雄",
+ "蝙蝠侠",
+ "超人",
+ "超级英雄",
+ "超能力",
+ "较浅肤色"
+ ],
+ "tts": [
+ "超级英雄: 较浅肤色"
+ ]
+ },
+ "🦸🏼": {
+ "default": [
+ "中等-浅肤色",
+ "女英雄",
+ "女超人",
+ "好人",
+ "英雄",
+ "蝙蝠侠",
+ "超人",
+ "超级英雄",
+ "超能力"
+ ],
+ "tts": [
+ "超级英雄: 中等-浅肤色"
+ ]
+ },
+ "🦸🏽": {
+ "default": [
+ "中等肤色",
+ "女英雄",
+ "女超人",
+ "好人",
+ "英雄",
+ "蝙蝠侠",
+ "超人",
+ "超级英雄",
+ "超能力"
+ ],
+ "tts": [
+ "超级英雄: 中等肤色"
+ ]
+ },
+ "🦸🏾": {
+ "default": [
+ "中等-深肤色",
+ "女英雄",
+ "女超人",
+ "好人",
+ "英雄",
+ "蝙蝠侠",
+ "超人",
+ "超级英雄",
+ "超能力"
+ ],
+ "tts": [
+ "超级英雄: 中等-深肤色"
+ ]
+ },
+ "🦸🏿": {
+ "default": [
+ "女英雄",
+ "女超人",
+ "好人",
+ "英雄",
+ "蝙蝠侠",
+ "超人",
+ "超级英雄",
+ "超能力",
+ "较深肤色"
+ ],
+ "tts": [
+ "超级英雄: 较深肤色"
+ ]
+ },
+ "🦸🏻♂": {
+ "default": [
+ "好人",
+ "男人",
+ "男超级英雄",
+ "英雄",
+ "超能力",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男超级英雄: 较浅肤色"
+ ]
+ },
+ "🦸🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "好人",
+ "男人",
+ "男超级英雄",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "男超级英雄: 中等-浅肤色"
+ ]
+ },
+ "🦸🏽♂": {
+ "default": [
+ "中等肤色",
+ "好人",
+ "男人",
+ "男超级英雄",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "男超级英雄: 中等肤色"
+ ]
+ },
+ "🦸🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "好人",
+ "男人",
+ "男超级英雄",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "男超级英雄: 中等-深肤色"
+ ]
+ },
+ "🦸🏿♂": {
+ "default": [
+ "好人",
+ "男人",
+ "男超级英雄",
+ "英雄",
+ "超能力",
+ "较深肤色"
+ ],
+ "tts": [
+ "男超级英雄: 较深肤色"
+ ]
+ },
+ "🦸🏻♀": {
+ "default": [
+ "女人",
+ "女超级英雄",
+ "好人",
+ "英雄",
+ "超能力",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女超级英雄: 较浅肤色"
+ ]
+ },
+ "🦸🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女人",
+ "女超级英雄",
+ "好人",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "女超级英雄: 中等-浅肤色"
+ ]
+ },
+ "🦸🏽♀": {
+ "default": [
+ "中等肤色",
+ "女人",
+ "女超级英雄",
+ "好人",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "女超级英雄: 中等肤色"
+ ]
+ },
+ "🦸🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女人",
+ "女超级英雄",
+ "好人",
+ "英雄",
+ "超能力"
+ ],
+ "tts": [
+ "女超级英雄: 中等-深肤色"
+ ]
+ },
+ "🦸🏿♀": {
+ "default": [
+ "女人",
+ "女超级英雄",
+ "好人",
+ "英雄",
+ "超能力",
+ "较深肤色"
+ ],
+ "tts": [
+ "女超级英雄: 较深肤色"
+ ]
+ },
+ "🦹🏻": {
+ "default": [
+ "人",
+ "坏蛋",
+ "大反派",
+ "恶魔",
+ "罪犯",
+ "超级大坏蛋",
+ "超级恶棍",
+ "超能力",
+ "较浅肤色",
+ "邪恶"
+ ],
+ "tts": [
+ "超级大坏蛋: 较浅肤色"
+ ]
+ },
+ "🦹🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "坏蛋",
+ "大反派",
+ "恶魔",
+ "罪犯",
+ "超级大坏蛋",
+ "超级恶棍",
+ "超能力",
+ "邪恶"
+ ],
+ "tts": [
+ "超级大坏蛋: 中等-浅肤色"
+ ]
+ },
+ "🦹🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "坏蛋",
+ "大反派",
+ "恶魔",
+ "罪犯",
+ "超级大坏蛋",
+ "超级恶棍",
+ "超能力",
+ "邪恶"
+ ],
+ "tts": [
+ "超级大坏蛋: 中等肤色"
+ ]
+ },
+ "🦹🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "坏蛋",
+ "大反派",
+ "恶魔",
+ "罪犯",
+ "超级大坏蛋",
+ "超级恶棍",
+ "超能力",
+ "邪恶"
+ ],
+ "tts": [
+ "超级大坏蛋: 中等-深肤色"
+ ]
+ },
+ "🦹🏿": {
+ "default": [
+ "人",
+ "坏蛋",
+ "大反派",
+ "恶魔",
+ "罪犯",
+ "超级大坏蛋",
+ "超级恶棍",
+ "超能力",
+ "较深肤色",
+ "邪恶"
+ ],
+ "tts": [
+ "超级大坏蛋: 较深肤色"
+ ]
+ },
+ "🦹🏻♂": {
+ "default": [
+ "坏蛋",
+ "男人",
+ "男超级大坏蛋",
+ "罪犯",
+ "超能力",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男超级大坏蛋: 较浅肤色"
+ ]
+ },
+ "🦹🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "坏蛋",
+ "男人",
+ "男超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "男超级大坏蛋: 中等-浅肤色"
+ ]
+ },
+ "🦹🏽♂": {
+ "default": [
+ "中等肤色",
+ "坏蛋",
+ "男人",
+ "男超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "男超级大坏蛋: 中等肤色"
+ ]
+ },
+ "🦹🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "坏蛋",
+ "男人",
+ "男超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "男超级大坏蛋: 中等-深肤色"
+ ]
+ },
+ "🦹🏿♂": {
+ "default": [
+ "坏蛋",
+ "男人",
+ "男超级大坏蛋",
+ "罪犯",
+ "超能力",
+ "较深肤色"
+ ],
+ "tts": [
+ "男超级大坏蛋: 较深肤色"
+ ]
+ },
+ "🦹🏻♀": {
+ "default": [
+ "坏蛋",
+ "女人",
+ "女超级大坏蛋",
+ "罪犯",
+ "超能力",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女超级大坏蛋: 较浅肤色"
+ ]
+ },
+ "🦹🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "坏蛋",
+ "女人",
+ "女超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "女超级大坏蛋: 中等-浅肤色"
+ ]
+ },
+ "🦹🏽♀": {
+ "default": [
+ "中等肤色",
+ "坏蛋",
+ "女人",
+ "女超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "女超级大坏蛋: 中等肤色"
+ ]
+ },
+ "🦹🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "坏蛋",
+ "女人",
+ "女超级大坏蛋",
+ "罪犯",
+ "超能力"
+ ],
+ "tts": [
+ "女超级大坏蛋: 中等-深肤色"
+ ]
+ },
+ "🦹🏿♀": {
+ "default": [
+ "坏蛋",
+ "女人",
+ "女超级大坏蛋",
+ "罪犯",
+ "超能力",
+ "较深肤色"
+ ],
+ "tts": [
+ "女超级大坏蛋: 较深肤色"
+ ]
+ },
+ "🧙🏻": {
+ "default": [
+ "召唤",
+ "女巫",
+ "女魔术师",
+ "巫师",
+ "智者",
+ "法师",
+ "法术",
+ "男巫",
+ "男魔术师",
+ "较浅肤色",
+ "魔咒",
+ "魔术师"
+ ],
+ "tts": [
+ "法师: 较浅肤色"
+ ]
+ },
+ "🧙🏼": {
+ "default": [
+ "中等-浅肤色",
+ "召唤",
+ "女巫",
+ "女魔术师",
+ "巫师",
+ "智者",
+ "法师",
+ "法术",
+ "男巫",
+ "男魔术师",
+ "魔咒",
+ "魔术师"
+ ],
+ "tts": [
+ "法师: 中等-浅肤色"
+ ]
+ },
+ "🧙🏽": {
+ "default": [
+ "中等肤色",
+ "召唤",
+ "女巫",
+ "女魔术师",
+ "巫师",
+ "智者",
+ "法师",
+ "法术",
+ "男巫",
+ "男魔术师",
+ "魔咒",
+ "魔术师"
+ ],
+ "tts": [
+ "法师: 中等肤色"
+ ]
+ },
+ "🧙🏾": {
+ "default": [
+ "中等-深肤色",
+ "召唤",
+ "女巫",
+ "女魔术师",
+ "巫师",
+ "智者",
+ "法师",
+ "法术",
+ "男巫",
+ "男魔术师",
+ "魔咒",
+ "魔术师"
+ ],
+ "tts": [
+ "法师: 中等-深肤色"
+ ]
+ },
+ "🧙🏿": {
+ "default": [
+ "召唤",
+ "女巫",
+ "女魔术师",
+ "巫师",
+ "智者",
+ "法师",
+ "法术",
+ "男巫",
+ "男魔术师",
+ "较深肤色",
+ "魔咒",
+ "魔术师"
+ ],
+ "tts": [
+ "法师: 较深肤色"
+ ]
+ },
+ "🧙🏻♂": {
+ "default": [
+ "男巫",
+ "男法师",
+ "男魔术师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男法师: 较浅肤色"
+ ]
+ },
+ "🧙🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男巫",
+ "男法师",
+ "男魔术师"
+ ],
+ "tts": [
+ "男法师: 中等-浅肤色"
+ ]
+ },
+ "🧙🏽♂": {
+ "default": [
+ "中等肤色",
+ "男巫",
+ "男法师",
+ "男魔术师"
+ ],
+ "tts": [
+ "男法师: 中等肤色"
+ ]
+ },
+ "🧙🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男巫",
+ "男法师",
+ "男魔术师"
+ ],
+ "tts": [
+ "男法师: 中等-深肤色"
+ ]
+ },
+ "🧙🏿♂": {
+ "default": [
+ "男巫",
+ "男法师",
+ "男魔术师",
+ "较深肤色"
+ ],
+ "tts": [
+ "男法师: 较深肤色"
+ ]
+ },
+ "🧙🏻♀": {
+ "default": [
+ "女巫",
+ "女法师",
+ "女魔术师",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女法师: 较浅肤色"
+ ]
+ },
+ "🧙🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女巫",
+ "女法师",
+ "女魔术师"
+ ],
+ "tts": [
+ "女法师: 中等-浅肤色"
+ ]
+ },
+ "🧙🏽♀": {
+ "default": [
+ "中等肤色",
+ "女巫",
+ "女法师",
+ "女魔术师"
+ ],
+ "tts": [
+ "女法师: 中等肤色"
+ ]
+ },
+ "🧙🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女巫",
+ "女法师",
+ "女魔术师"
+ ],
+ "tts": [
+ "女法师: 中等-深肤色"
+ ]
+ },
+ "🧙🏿♀": {
+ "default": [
+ "女巫",
+ "女法师",
+ "女魔术师",
+ "较深肤色"
+ ],
+ "tts": [
+ "女法师: 较深肤色"
+ ]
+ },
+ "🧚🏻": {
+ "default": [
+ "仙女",
+ "仙子",
+ "童话",
+ "精灵",
+ "翅膀",
+ "较浅肤色"
+ ],
+ "tts": [
+ "精灵: 较浅肤色"
+ ]
+ },
+ "🧚🏼": {
+ "default": [
+ "中等-浅肤色",
+ "仙女",
+ "仙子",
+ "童话",
+ "精灵",
+ "翅膀"
+ ],
+ "tts": [
+ "精灵: 中等-浅肤色"
+ ]
+ },
+ "🧚🏽": {
+ "default": [
+ "中等肤色",
+ "仙女",
+ "仙子",
+ "童话",
+ "精灵",
+ "翅膀"
+ ],
+ "tts": [
+ "精灵: 中等肤色"
+ ]
+ },
+ "🧚🏾": {
+ "default": [
+ "中等-深肤色",
+ "仙女",
+ "仙子",
+ "童话",
+ "精灵",
+ "翅膀"
+ ],
+ "tts": [
+ "精灵: 中等-深肤色"
+ ]
+ },
+ "🧚🏿": {
+ "default": [
+ "仙女",
+ "仙子",
+ "童话",
+ "精灵",
+ "翅膀",
+ "较深肤色"
+ ],
+ "tts": [
+ "精灵: 较深肤色"
+ ]
+ },
+ "🧚🏻♂": {
+ "default": [
+ "仙人",
+ "仙男",
+ "天卫十五",
+ "天卫四",
+ "男精灵",
+ "较浅肤色"
+ ],
+ "tts": [
+ "仙人: 较浅肤色"
+ ]
+ },
+ "🧚🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "仙人",
+ "仙男",
+ "天卫十五",
+ "天卫四",
+ "男精灵"
+ ],
+ "tts": [
+ "仙人: 中等-浅肤色"
+ ]
+ },
+ "🧚🏽♂": {
+ "default": [
+ "中等肤色",
+ "仙人",
+ "仙男",
+ "天卫十五",
+ "天卫四",
+ "男精灵"
+ ],
+ "tts": [
+ "仙人: 中等肤色"
+ ]
+ },
+ "🧚🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "仙人",
+ "仙男",
+ "天卫十五",
+ "天卫四",
+ "男精灵"
+ ],
+ "tts": [
+ "仙人: 中等-深肤色"
+ ]
+ },
+ "🧚🏿♂": {
+ "default": [
+ "仙人",
+ "仙男",
+ "天卫十五",
+ "天卫四",
+ "男精灵",
+ "较深肤色"
+ ],
+ "tts": [
+ "仙人: 较深肤色"
+ ]
+ },
+ "🧚🏻♀": {
+ "default": [
+ "仙女",
+ "女精灵",
+ "妖精王后",
+ "较浅肤色"
+ ],
+ "tts": [
+ "仙女: 较浅肤色"
+ ]
+ },
+ "🧚🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "仙女",
+ "女精灵",
+ "妖精王后"
+ ],
+ "tts": [
+ "仙女: 中等-浅肤色"
+ ]
+ },
+ "🧚🏽♀": {
+ "default": [
+ "中等肤色",
+ "仙女",
+ "女精灵",
+ "妖精王后"
+ ],
+ "tts": [
+ "仙女: 中等肤色"
+ ]
+ },
+ "🧚🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "仙女",
+ "女精灵",
+ "妖精王后"
+ ],
+ "tts": [
+ "仙女: 中等-深肤色"
+ ]
+ },
+ "🧚🏿♀": {
+ "default": [
+ "仙女",
+ "女精灵",
+ "妖精王后",
+ "较深肤色"
+ ],
+ "tts": [
+ "仙女: 较深肤色"
+ ]
+ },
+ "🧛🏻": {
+ "default": [
+ "万圣节",
+ "不死族",
+ "利牙",
+ "吸血鬼",
+ "恐怖",
+ "毒牙",
+ "装扮服装",
+ "超自然",
+ "较浅肤色"
+ ],
+ "tts": [
+ "吸血鬼: 较浅肤色"
+ ]
+ },
+ "🧛🏼": {
+ "default": [
+ "万圣节",
+ "不死族",
+ "中等-浅肤色",
+ "利牙",
+ "吸血鬼",
+ "恐怖",
+ "毒牙",
+ "装扮服装",
+ "超自然"
+ ],
+ "tts": [
+ "吸血鬼: 中等-浅肤色"
+ ]
+ },
+ "🧛🏽": {
+ "default": [
+ "万圣节",
+ "不死族",
+ "中等肤色",
+ "利牙",
+ "吸血鬼",
+ "恐怖",
+ "毒牙",
+ "装扮服装",
+ "超自然"
+ ],
+ "tts": [
+ "吸血鬼: 中等肤色"
+ ]
+ },
+ "🧛🏾": {
+ "default": [
+ "万圣节",
+ "不死族",
+ "中等-深肤色",
+ "利牙",
+ "吸血鬼",
+ "恐怖",
+ "毒牙",
+ "装扮服装",
+ "超自然"
+ ],
+ "tts": [
+ "吸血鬼: 中等-深肤色"
+ ]
+ },
+ "🧛🏿": {
+ "default": [
+ "万圣节",
+ "不死族",
+ "利牙",
+ "吸血鬼",
+ "恐怖",
+ "毒牙",
+ "装扮服装",
+ "超自然",
+ "较深肤色"
+ ],
+ "tts": [
+ "吸血鬼: 较深肤色"
+ ]
+ },
+ "🧛🏻♂": {
+ "default": [
+ "男不死族",
+ "男吸血鬼",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男吸血鬼: 较浅肤色"
+ ]
+ },
+ "🧛🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男不死族",
+ "男吸血鬼"
+ ],
+ "tts": [
+ "男吸血鬼: 中等-浅肤色"
+ ]
+ },
+ "🧛🏽♂": {
+ "default": [
+ "中等肤色",
+ "男不死族",
+ "男吸血鬼"
+ ],
+ "tts": [
+ "男吸血鬼: 中等肤色"
+ ]
+ },
+ "🧛🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男不死族",
+ "男吸血鬼"
+ ],
+ "tts": [
+ "男吸血鬼: 中等-深肤色"
+ ]
+ },
+ "🧛🏿♂": {
+ "default": [
+ "男不死族",
+ "男吸血鬼",
+ "较深肤色"
+ ],
+ "tts": [
+ "男吸血鬼: 较深肤色"
+ ]
+ },
+ "🧛🏻♀": {
+ "default": [
+ "女不死族",
+ "女吸血鬼",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女吸血鬼: 较浅肤色"
+ ]
+ },
+ "🧛🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女不死族",
+ "女吸血鬼"
+ ],
+ "tts": [
+ "女吸血鬼: 中等-浅肤色"
+ ]
+ },
+ "🧛🏽♀": {
+ "default": [
+ "中等肤色",
+ "女不死族",
+ "女吸血鬼"
+ ],
+ "tts": [
+ "女吸血鬼: 中等肤色"
+ ]
+ },
+ "🧛🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女不死族",
+ "女吸血鬼"
+ ],
+ "tts": [
+ "女吸血鬼: 中等-深肤色"
+ ]
+ },
+ "🧛🏿♀": {
+ "default": [
+ "女不死族",
+ "女吸血鬼",
+ "较深肤色"
+ ],
+ "tts": [
+ "女吸血鬼: 较深肤色"
+ ]
+ },
+ "🧜🏻": {
+ "default": [
+ "三叉戟",
+ "人鱼",
+ "女人鱼",
+ "民间传说",
+ "海妖",
+ "海底",
+ "海洋生物",
+ "男人鱼",
+ "童话",
+ "美人鱼",
+ "较浅肤色"
+ ],
+ "tts": [
+ "人鱼: 较浅肤色"
+ ]
+ },
+ "🧜🏼": {
+ "default": [
+ "三叉戟",
+ "中等-浅肤色",
+ "人鱼",
+ "女人鱼",
+ "民间传说",
+ "海妖",
+ "海底",
+ "海洋生物",
+ "男人鱼",
+ "童话",
+ "美人鱼"
+ ],
+ "tts": [
+ "人鱼: 中等-浅肤色"
+ ]
+ },
+ "🧜🏽": {
+ "default": [
+ "三叉戟",
+ "中等肤色",
+ "人鱼",
+ "女人鱼",
+ "民间传说",
+ "海妖",
+ "海底",
+ "海洋生物",
+ "男人鱼",
+ "童话",
+ "美人鱼"
+ ],
+ "tts": [
+ "人鱼: 中等肤色"
+ ]
+ },
+ "🧜🏾": {
+ "default": [
+ "三叉戟",
+ "中等-深肤色",
+ "人鱼",
+ "女人鱼",
+ "民间传说",
+ "海妖",
+ "海底",
+ "海洋生物",
+ "男人鱼",
+ "童话",
+ "美人鱼"
+ ],
+ "tts": [
+ "人鱼: 中等-深肤色"
+ ]
+ },
+ "🧜🏿": {
+ "default": [
+ "三叉戟",
+ "人鱼",
+ "女人鱼",
+ "民间传说",
+ "海妖",
+ "海底",
+ "海洋生物",
+ "男人鱼",
+ "童话",
+ "美人鱼",
+ "较深肤色"
+ ],
+ "tts": [
+ "人鱼: 较深肤色"
+ ]
+ },
+ "🧜🏻♂": {
+ "default": [
+ "特里同",
+ "男人鱼",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男人鱼: 较浅肤色"
+ ]
+ },
+ "🧜🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "特里同",
+ "男人鱼"
+ ],
+ "tts": [
+ "男人鱼: 中等-浅肤色"
+ ]
+ },
+ "🧜🏽♂": {
+ "default": [
+ "中等肤色",
+ "特里同",
+ "男人鱼"
+ ],
+ "tts": [
+ "男人鱼: 中等肤色"
+ ]
+ },
+ "🧜🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "特里同",
+ "男人鱼"
+ ],
+ "tts": [
+ "男人鱼: 中等-深肤色"
+ ]
+ },
+ "🧜🏿♂": {
+ "default": [
+ "特里同",
+ "男人鱼",
+ "较深肤色"
+ ],
+ "tts": [
+ "男人鱼: 较深肤色"
+ ]
+ },
+ "🧜🏻♀": {
+ "default": [
+ "女人鱼",
+ "美人鱼",
+ "较浅肤色"
+ ],
+ "tts": [
+ "美人鱼: 较浅肤色"
+ ]
+ },
+ "🧜🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女人鱼",
+ "美人鱼"
+ ],
+ "tts": [
+ "美人鱼: 中等-浅肤色"
+ ]
+ },
+ "🧜🏽♀": {
+ "default": [
+ "中等肤色",
+ "女人鱼",
+ "美人鱼"
+ ],
+ "tts": [
+ "美人鱼: 中等肤色"
+ ]
+ },
+ "🧜🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女人鱼",
+ "美人鱼"
+ ],
+ "tts": [
+ "美人鱼: 中等-深肤色"
+ ]
+ },
+ "🧜🏿♀": {
+ "default": [
+ "女人鱼",
+ "美人鱼",
+ "较深肤色"
+ ],
+ "tts": [
+ "美人鱼: 较深肤色"
+ ]
+ },
+ "🧝🏻": {
+ "default": [
+ "小精灵",
+ "神秘",
+ "精灵",
+ "较浅肤色",
+ "魔幻",
+ "魔法"
+ ],
+ "tts": [
+ "小精灵: 较浅肤色"
+ ]
+ },
+ "🧝🏼": {
+ "default": [
+ "中等-浅肤色",
+ "小精灵",
+ "神秘",
+ "精灵",
+ "魔幻",
+ "魔法"
+ ],
+ "tts": [
+ "小精灵: 中等-浅肤色"
+ ]
+ },
+ "🧝🏽": {
+ "default": [
+ "中等肤色",
+ "小精灵",
+ "神秘",
+ "精灵",
+ "魔幻",
+ "魔法"
+ ],
+ "tts": [
+ "小精灵: 中等肤色"
+ ]
+ },
+ "🧝🏾": {
+ "default": [
+ "中等-深肤色",
+ "小精灵",
+ "神秘",
+ "精灵",
+ "魔幻",
+ "魔法"
+ ],
+ "tts": [
+ "小精灵: 中等-深肤色"
+ ]
+ },
+ "🧝🏿": {
+ "default": [
+ "小精灵",
+ "神秘",
+ "精灵",
+ "较深肤色",
+ "魔幻",
+ "魔法"
+ ],
+ "tts": [
+ "小精灵: 较深肤色"
+ ]
+ },
+ "🧝🏻♂": {
+ "default": [
+ "男小精灵",
+ "男性魔术",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男小精灵: 较浅肤色"
+ ]
+ },
+ "🧝🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男小精灵",
+ "男性魔术"
+ ],
+ "tts": [
+ "男小精灵: 中等-浅肤色"
+ ]
+ },
+ "🧝🏽♂": {
+ "default": [
+ "中等肤色",
+ "男小精灵",
+ "男性魔术"
+ ],
+ "tts": [
+ "男小精灵: 中等肤色"
+ ]
+ },
+ "🧝🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男小精灵",
+ "男性魔术"
+ ],
+ "tts": [
+ "男小精灵: 中等-深肤色"
+ ]
+ },
+ "🧝🏿♂": {
+ "default": [
+ "男小精灵",
+ "男性魔术",
+ "较深肤色"
+ ],
+ "tts": [
+ "男小精灵: 较深肤色"
+ ]
+ },
+ "🧝🏻♀": {
+ "default": [
+ "女小精灵",
+ "女性魔术",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女小精灵: 较浅肤色"
+ ]
+ },
+ "🧝🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女小精灵",
+ "女性魔术"
+ ],
+ "tts": [
+ "女小精灵: 中等-浅肤色"
+ ]
+ },
+ "🧝🏽♀": {
+ "default": [
+ "中等肤色",
+ "女小精灵",
+ "女性魔术"
+ ],
+ "tts": [
+ "女小精灵: 中等肤色"
+ ]
+ },
+ "🧝🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女小精灵",
+ "女性魔术"
+ ],
+ "tts": [
+ "女小精灵: 中等-深肤色"
+ ]
+ },
+ "🧝🏿♀": {
+ "default": [
+ "女小精灵",
+ "女性魔术",
+ "较深肤色"
+ ],
+ "tts": [
+ "女小精灵: 较深肤色"
+ ]
+ },
+ "💆🏻": {
+ "default": [
+ "享受按摩的人",
+ "头痛",
+ "按摩",
+ "放松",
+ "水疗",
+ "治疗",
+ "紧张",
+ "缓解",
+ "美容",
+ "美容沙龙",
+ "较浅肤色",
+ "面部"
+ ],
+ "tts": [
+ "按摩: 较浅肤色"
+ ]
+ },
+ "💆🏼": {
+ "default": [
+ "中等-浅肤色",
+ "享受按摩的人",
+ "头痛",
+ "按摩",
+ "放松",
+ "水疗",
+ "治疗",
+ "紧张",
+ "缓解",
+ "美容",
+ "美容沙龙",
+ "面部"
+ ],
+ "tts": [
+ "按摩: 中等-浅肤色"
+ ]
+ },
+ "💆🏽": {
+ "default": [
+ "中等肤色",
+ "享受按摩的人",
+ "头痛",
+ "按摩",
+ "放松",
+ "水疗",
+ "治疗",
+ "紧张",
+ "缓解",
+ "美容",
+ "美容沙龙",
+ "面部"
+ ],
+ "tts": [
+ "按摩: 中等肤色"
+ ]
+ },
+ "💆🏾": {
+ "default": [
+ "中等-深肤色",
+ "享受按摩的人",
+ "头痛",
+ "按摩",
+ "放松",
+ "水疗",
+ "治疗",
+ "紧张",
+ "缓解",
+ "美容",
+ "美容沙龙",
+ "面部"
+ ],
+ "tts": [
+ "按摩: 中等-深肤色"
+ ]
+ },
+ "💆🏿": {
+ "default": [
+ "享受按摩的人",
+ "头痛",
+ "按摩",
+ "放松",
+ "水疗",
+ "治疗",
+ "紧张",
+ "缓解",
+ "美容",
+ "美容沙龙",
+ "较深肤色",
+ "面部"
+ ],
+ "tts": [
+ "按摩: 较深肤色"
+ ]
+ },
+ "💆🏻♂": {
+ "default": [
+ "头痛",
+ "按摩",
+ "男",
+ "男生按摩",
+ "脸",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生按摩: 较浅肤色"
+ ]
+ },
+ "💆🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "头痛",
+ "按摩",
+ "男",
+ "男生按摩",
+ "脸"
+ ],
+ "tts": [
+ "男生按摩: 中等-浅肤色"
+ ]
+ },
+ "💆🏽♂": {
+ "default": [
+ "中等肤色",
+ "头痛",
+ "按摩",
+ "男",
+ "男生按摩",
+ "脸"
+ ],
+ "tts": [
+ "男生按摩: 中等肤色"
+ ]
+ },
+ "💆🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "头痛",
+ "按摩",
+ "男",
+ "男生按摩",
+ "脸"
+ ],
+ "tts": [
+ "男生按摩: 中等-深肤色"
+ ]
+ },
+ "💆🏿♂": {
+ "default": [
+ "头痛",
+ "按摩",
+ "男",
+ "男生按摩",
+ "脸",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生按摩: 较深肤色"
+ ]
+ },
+ "💆🏻♀": {
+ "default": [
+ "女",
+ "女生按摩",
+ "按摩",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生按摩: 较浅肤色"
+ ]
+ },
+ "💆🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女生按摩",
+ "按摩"
+ ],
+ "tts": [
+ "女生按摩: 中等-浅肤色"
+ ]
+ },
+ "💆🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女生按摩",
+ "按摩"
+ ],
+ "tts": [
+ "女生按摩: 中等肤色"
+ ]
+ },
+ "💆🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女生按摩",
+ "按摩"
+ ],
+ "tts": [
+ "女生按摩: 中等-深肤色"
+ ]
+ },
+ "💆🏿♀": {
+ "default": [
+ "女",
+ "女生按摩",
+ "按摩",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生按摩: 较深肤色"
+ ]
+ },
+ "💇🏻": {
+ "default": [
+ "剪头",
+ "发型",
+ "理发",
+ "理发师",
+ "理发的人",
+ "美发",
+ "美容",
+ "美容沙龙",
+ "美容院",
+ "较浅肤色",
+ "造型师"
+ ],
+ "tts": [
+ "理发: 较浅肤色"
+ ]
+ },
+ "💇🏼": {
+ "default": [
+ "中等-浅肤色",
+ "剪头",
+ "发型",
+ "理发",
+ "理发师",
+ "理发的人",
+ "美发",
+ "美容",
+ "美容沙龙",
+ "美容院",
+ "造型师"
+ ],
+ "tts": [
+ "理发: 中等-浅肤色"
+ ]
+ },
+ "💇🏽": {
+ "default": [
+ "中等肤色",
+ "剪头",
+ "发型",
+ "理发",
+ "理发师",
+ "理发的人",
+ "美发",
+ "美容",
+ "美容沙龙",
+ "美容院",
+ "造型师"
+ ],
+ "tts": [
+ "理发: 中等肤色"
+ ]
+ },
+ "💇🏾": {
+ "default": [
+ "中等-深肤色",
+ "剪头",
+ "发型",
+ "理发",
+ "理发师",
+ "理发的人",
+ "美发",
+ "美容",
+ "美容沙龙",
+ "美容院",
+ "造型师"
+ ],
+ "tts": [
+ "理发: 中等-深肤色"
+ ]
+ },
+ "💇🏿": {
+ "default": [
+ "剪头",
+ "发型",
+ "理发",
+ "理发师",
+ "理发的人",
+ "美发",
+ "美容",
+ "美容沙龙",
+ "美容院",
+ "较深肤色",
+ "造型师"
+ ],
+ "tts": [
+ "理发: 较深肤色"
+ ]
+ },
+ "💇🏻♂": {
+ "default": [
+ "剪头",
+ "理发",
+ "男",
+ "男生理发",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生理发: 较浅肤色"
+ ]
+ },
+ "💇🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "剪头",
+ "理发",
+ "男",
+ "男生理发"
+ ],
+ "tts": [
+ "男生理发: 中等-浅肤色"
+ ]
+ },
+ "💇🏽♂": {
+ "default": [
+ "中等肤色",
+ "剪头",
+ "理发",
+ "男",
+ "男生理发"
+ ],
+ "tts": [
+ "男生理发: 中等肤色"
+ ]
+ },
+ "💇🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "剪头",
+ "理发",
+ "男",
+ "男生理发"
+ ],
+ "tts": [
+ "男生理发: 中等-深肤色"
+ ]
+ },
+ "💇🏿♂": {
+ "default": [
+ "剪头",
+ "理发",
+ "男",
+ "男生理发",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生理发: 较深肤色"
+ ]
+ },
+ "💇🏻♀": {
+ "default": [
+ "剪头",
+ "女",
+ "女生理发",
+ "理发",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生理发: 较浅肤色"
+ ]
+ },
+ "💇🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "剪头",
+ "女",
+ "女生理发",
+ "理发"
+ ],
+ "tts": [
+ "女生理发: 中等-浅肤色"
+ ]
+ },
+ "💇🏽♀": {
+ "default": [
+ "中等肤色",
+ "剪头",
+ "女",
+ "女生理发",
+ "理发"
+ ],
+ "tts": [
+ "女生理发: 中等肤色"
+ ]
+ },
+ "💇🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "剪头",
+ "女",
+ "女生理发",
+ "理发"
+ ],
+ "tts": [
+ "女生理发: 中等-深肤色"
+ ]
+ },
+ "💇🏿♀": {
+ "default": [
+ "剪头",
+ "女",
+ "女生理发",
+ "理发",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生理发: 较深肤色"
+ ]
+ },
+ "🚶🏻": {
+ "default": [
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "较浅肤色",
+ "远足",
+ "闲逛"
+ ],
+ "tts": [
+ "行人: 较浅肤色"
+ ]
+ },
+ "🚶🏼": {
+ "default": [
+ "中等-浅肤色",
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛"
+ ],
+ "tts": [
+ "行人: 中等-浅肤色"
+ ]
+ },
+ "🚶🏽": {
+ "default": [
+ "中等肤色",
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛"
+ ],
+ "tts": [
+ "行人: 中等肤色"
+ ]
+ },
+ "🚶🏾": {
+ "default": [
+ "中等-深肤色",
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛"
+ ],
+ "tts": [
+ "行人: 中等-深肤色"
+ ]
+ },
+ "🚶🏿": {
+ "default": [
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "较深肤色",
+ "远足",
+ "闲逛"
+ ],
+ "tts": [
+ "行人: 较深肤色"
+ ]
+ },
+ "🚶🏻♂": {
+ "default": [
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男行人: 较浅肤色"
+ ]
+ },
+ "🚶🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "徒步",
+ "男",
+ "男行人",
+ "走路"
+ ],
+ "tts": [
+ "男行人: 中等-浅肤色"
+ ]
+ },
+ "🚶🏽♂": {
+ "default": [
+ "中等肤色",
+ "徒步",
+ "男",
+ "男行人",
+ "走路"
+ ],
+ "tts": [
+ "男行人: 中等肤色"
+ ]
+ },
+ "🚶🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "徒步",
+ "男",
+ "男行人",
+ "走路"
+ ],
+ "tts": [
+ "男行人: 中等-深肤色"
+ ]
+ },
+ "🚶🏿♂": {
+ "default": [
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "较深肤色"
+ ],
+ "tts": [
+ "男行人: 较深肤色"
+ ]
+ },
+ "🚶🏻♀": {
+ "default": [
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女行人: 较浅肤色"
+ ]
+ },
+ "🚶🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人"
+ ],
+ "tts": [
+ "女行人: 中等-浅肤色"
+ ]
+ },
+ "🚶🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人"
+ ],
+ "tts": [
+ "女行人: 中等肤色"
+ ]
+ },
+ "🚶🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人"
+ ],
+ "tts": [
+ "女行人: 中等-深肤色"
+ ]
+ },
+ "🚶🏿♀": {
+ "default": [
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "较深肤色"
+ ],
+ "tts": [
+ "女行人: 较深肤色"
+ ]
+ },
+ "🚶➡": {
+ "default": [
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛",
+ "面向右边"
+ ],
+ "tts": [
+ "行人: 面向右边"
+ ]
+ },
+ "🚶🏻➡": {
+ "default": [
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "较浅肤色",
+ "远足",
+ "闲逛",
+ "面向右边"
+ ],
+ "tts": [
+ "行人: 较浅肤色面向右边"
+ ]
+ },
+ "🚶🏼➡": {
+ "default": [
+ "中等-浅肤色",
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛",
+ "面向右边"
+ ],
+ "tts": [
+ "行人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🚶🏽➡": {
+ "default": [
+ "中等肤色",
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛",
+ "面向右边"
+ ],
+ "tts": [
+ "行人: 中等肤色面向右边"
+ ]
+ },
+ "🚶🏾➡": {
+ "default": [
+ "中等-深肤色",
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "远足",
+ "闲逛",
+ "面向右边"
+ ],
+ "tts": [
+ "行人: 中等-深肤色面向右边"
+ ]
+ },
+ "🚶🏿➡": {
+ "default": [
+ "压马路",
+ "徒步",
+ "散步",
+ "昂首阔步",
+ "竞走",
+ "行人",
+ "行走的人",
+ "走路",
+ "较深肤色",
+ "远足",
+ "闲逛",
+ "面向右边"
+ ],
+ "tts": [
+ "行人: 较深肤色面向右边"
+ ]
+ },
+ "🚶♀➡": {
+ "default": [
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "面向右边"
+ ],
+ "tts": [
+ "女行人: 面向右边"
+ ]
+ },
+ "🚶🏻♀➡": {
+ "default": [
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "女行人: 较浅肤色面向右边"
+ ]
+ },
+ "🚶🏼♀➡": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "面向右边"
+ ],
+ "tts": [
+ "女行人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🚶🏽♀➡": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "面向右边"
+ ],
+ "tts": [
+ "女行人: 中等肤色面向右边"
+ ]
+ },
+ "🚶🏾♀➡": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "面向右边"
+ ],
+ "tts": [
+ "女行人: 中等-深肤色面向右边"
+ ]
+ },
+ "🚶🏿♀➡": {
+ "default": [
+ "女",
+ "女行人",
+ "徒步",
+ "漫步",
+ "缓行",
+ "走",
+ "走路",
+ "路人",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "女行人: 较深肤色面向右边"
+ ]
+ },
+ "🚶♂➡": {
+ "default": [
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "面向右边"
+ ],
+ "tts": [
+ "男行人: 面向右边"
+ ]
+ },
+ "🚶🏻♂➡": {
+ "default": [
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "男行人: 较浅肤色面向右边"
+ ]
+ },
+ "🚶🏼♂➡": {
+ "default": [
+ "中等-浅肤色",
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "面向右边"
+ ],
+ "tts": [
+ "男行人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🚶🏽♂➡": {
+ "default": [
+ "中等肤色",
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "面向右边"
+ ],
+ "tts": [
+ "男行人: 中等肤色面向右边"
+ ]
+ },
+ "🚶🏾♂➡": {
+ "default": [
+ "中等-深肤色",
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "面向右边"
+ ],
+ "tts": [
+ "男行人: 中等-深肤色面向右边"
+ ]
+ },
+ "🚶🏿♂➡": {
+ "default": [
+ "徒步",
+ "男",
+ "男行人",
+ "走路",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "男行人: 较深肤色面向右边"
+ ]
+ },
+ "🧍🏻": {
+ "default": [
+ "人物",
+ "站着",
+ "站着的人",
+ "站立",
+ "站立者",
+ "较浅肤色"
+ ],
+ "tts": [
+ "站立者: 较浅肤色"
+ ]
+ },
+ "🧍🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人物",
+ "站着",
+ "站着的人",
+ "站立",
+ "站立者"
+ ],
+ "tts": [
+ "站立者: 中等-浅肤色"
+ ]
+ },
+ "🧍🏽": {
+ "default": [
+ "中等肤色",
+ "人物",
+ "站着",
+ "站着的人",
+ "站立",
+ "站立者"
+ ],
+ "tts": [
+ "站立者: 中等肤色"
+ ]
+ },
+ "🧍🏾": {
+ "default": [
+ "中等-深肤色",
+ "人物",
+ "站着",
+ "站着的人",
+ "站立",
+ "站立者"
+ ],
+ "tts": [
+ "站立者: 中等-深肤色"
+ ]
+ },
+ "🧍🏿": {
+ "default": [
+ "人物",
+ "站着",
+ "站着的人",
+ "站立",
+ "站立者",
+ "较深肤色"
+ ],
+ "tts": [
+ "站立者: 较深肤色"
+ ]
+ },
+ "🧍🏻♂": {
+ "default": [
+ "男",
+ "站着",
+ "站立",
+ "站立的男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "站立的男人: 较浅肤色"
+ ]
+ },
+ "🧍🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男",
+ "站着",
+ "站立",
+ "站立的男人"
+ ],
+ "tts": [
+ "站立的男人: 中等-浅肤色"
+ ]
+ },
+ "🧍🏽♂": {
+ "default": [
+ "中等肤色",
+ "男",
+ "站着",
+ "站立",
+ "站立的男人"
+ ],
+ "tts": [
+ "站立的男人: 中等肤色"
+ ]
+ },
+ "🧍🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男",
+ "站着",
+ "站立",
+ "站立的男人"
+ ],
+ "tts": [
+ "站立的男人: 中等-深肤色"
+ ]
+ },
+ "🧍🏿♂": {
+ "default": [
+ "男",
+ "站着",
+ "站立",
+ "站立的男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "站立的男人: 较深肤色"
+ ]
+ },
+ "🧍🏻♀": {
+ "default": [
+ "女",
+ "站着",
+ "站立",
+ "站立的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "站立的女人: 较浅肤色"
+ ]
+ },
+ "🧍🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "站着",
+ "站立",
+ "站立的女人"
+ ],
+ "tts": [
+ "站立的女人: 中等-浅肤色"
+ ]
+ },
+ "🧍🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "站着",
+ "站立",
+ "站立的女人"
+ ],
+ "tts": [
+ "站立的女人: 中等肤色"
+ ]
+ },
+ "🧍🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "站着",
+ "站立",
+ "站立的女人"
+ ],
+ "tts": [
+ "站立的女人: 中等-深肤色"
+ ]
+ },
+ "🧍🏿♀": {
+ "default": [
+ "女",
+ "站着",
+ "站立",
+ "站立的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "站立的女人: 较深肤色"
+ ]
+ },
+ "🧎🏻": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "跪下",
+ "跪坐",
+ "较浅肤色"
+ ],
+ "tts": [
+ "下跪者: 较浅肤色"
+ ]
+ },
+ "🧎🏼": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "中等-浅肤色",
+ "跪下",
+ "跪坐"
+ ],
+ "tts": [
+ "下跪者: 中等-浅肤色"
+ ]
+ },
+ "🧎🏽": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "中等肤色",
+ "跪下",
+ "跪坐"
+ ],
+ "tts": [
+ "下跪者: 中等肤色"
+ ]
+ },
+ "🧎🏾": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "中等-深肤色",
+ "跪下",
+ "跪坐"
+ ],
+ "tts": [
+ "下跪者: 中等-深肤色"
+ ]
+ },
+ "🧎🏿": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "跪下",
+ "跪坐",
+ "较深肤色"
+ ],
+ "tts": [
+ "下跪者: 较深肤色"
+ ]
+ },
+ "🧎🏻♂": {
+ "default": [
+ "下跪",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "较浅肤色"
+ ],
+ "tts": [
+ "跪下的男人: 较浅肤色"
+ ]
+ },
+ "🧎🏼♂": {
+ "default": [
+ "下跪",
+ "中等-浅肤色",
+ "男",
+ "跪下的男人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的男人: 中等-浅肤色"
+ ]
+ },
+ "🧎🏽♂": {
+ "default": [
+ "下跪",
+ "中等肤色",
+ "男",
+ "跪下的男人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的男人: 中等肤色"
+ ]
+ },
+ "🧎🏾♂": {
+ "default": [
+ "下跪",
+ "中等-深肤色",
+ "男",
+ "跪下的男人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的男人: 中等-深肤色"
+ ]
+ },
+ "🧎🏿♂": {
+ "default": [
+ "下跪",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "较深肤色"
+ ],
+ "tts": [
+ "跪下的男人: 较深肤色"
+ ]
+ },
+ "🧎🏻♀": {
+ "default": [
+ "下跪",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "较浅肤色"
+ ],
+ "tts": [
+ "跪下的女人: 较浅肤色"
+ ]
+ },
+ "🧎🏼♀": {
+ "default": [
+ "下跪",
+ "中等-浅肤色",
+ "女",
+ "跪下的女人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的女人: 中等-浅肤色"
+ ]
+ },
+ "🧎🏽♀": {
+ "default": [
+ "下跪",
+ "中等肤色",
+ "女",
+ "跪下的女人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的女人: 中等肤色"
+ ]
+ },
+ "🧎🏾♀": {
+ "default": [
+ "下跪",
+ "中等-深肤色",
+ "女",
+ "跪下的女人",
+ "跪坐"
+ ],
+ "tts": [
+ "跪下的女人: 中等-深肤色"
+ ]
+ },
+ "🧎🏿♀": {
+ "default": [
+ "下跪",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "较深肤色"
+ ],
+ "tts": [
+ "跪下的女人: 较深肤色"
+ ]
+ },
+ "🧎➡": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "跪下",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "下跪者: 面向右边"
+ ]
+ },
+ "🧎🏻➡": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "跪下",
+ "跪坐",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "下跪者: 较浅肤色面向右边"
+ ]
+ },
+ "🧎🏼➡": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "中等-浅肤色",
+ "跪下",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "下跪者: 中等-浅肤色面向右边"
+ ]
+ },
+ "🧎🏽➡": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "中等肤色",
+ "跪下",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "下跪者: 中等肤色面向右边"
+ ]
+ },
+ "🧎🏾➡": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "中等-深肤色",
+ "跪下",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "下跪者: 中等-深肤色面向右边"
+ ]
+ },
+ "🧎🏿➡": {
+ "default": [
+ "下跪",
+ "下跪者",
+ "跪下",
+ "跪坐",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "下跪者: 较深肤色面向右边"
+ ]
+ },
+ "🧎♀➡": {
+ "default": [
+ "下跪",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的女人: 面向右边"
+ ]
+ },
+ "🧎🏻♀➡": {
+ "default": [
+ "下跪",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的女人: 较浅肤色面向右边"
+ ]
+ },
+ "🧎🏼♀➡": {
+ "default": [
+ "下跪",
+ "中等-浅肤色",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的女人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🧎🏽♀➡": {
+ "default": [
+ "下跪",
+ "中等肤色",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的女人: 中等肤色面向右边"
+ ]
+ },
+ "🧎🏾♀➡": {
+ "default": [
+ "下跪",
+ "中等-深肤色",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的女人: 中等-深肤色面向右边"
+ ]
+ },
+ "🧎🏿♀➡": {
+ "default": [
+ "下跪",
+ "女",
+ "跪下的女人",
+ "跪坐",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的女人: 较深肤色面向右边"
+ ]
+ },
+ "🧎♂➡": {
+ "default": [
+ "下跪",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的男人: 面向右边"
+ ]
+ },
+ "🧎🏻♂➡": {
+ "default": [
+ "下跪",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的男人: 较浅肤色面向右边"
+ ]
+ },
+ "🧎🏼♂➡": {
+ "default": [
+ "下跪",
+ "中等-浅肤色",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的男人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🧎🏽♂➡": {
+ "default": [
+ "下跪",
+ "中等肤色",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的男人: 中等肤色面向右边"
+ ]
+ },
+ "🧎🏾♂➡": {
+ "default": [
+ "下跪",
+ "中等-深肤色",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的男人: 中等-深肤色面向右边"
+ ]
+ },
+ "🧎🏿♂➡": {
+ "default": [
+ "下跪",
+ "男",
+ "跪下的男人",
+ "跪坐",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "跪下的男人: 较深肤色面向右边"
+ ]
+ },
+ "🧑🏻🦯": {
+ "default": [
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "较浅肤色"
+ ],
+ "tts": [
+ "拄盲杖的人: 较浅肤色"
+ ]
+ },
+ "🧑🏼🦯": {
+ "default": [
+ "中等-浅肤色",
+ "拄盲杖的人",
+ "无障碍",
+ "盲"
+ ],
+ "tts": [
+ "拄盲杖的人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🦯": {
+ "default": [
+ "中等肤色",
+ "拄盲杖的人",
+ "无障碍",
+ "盲"
+ ],
+ "tts": [
+ "拄盲杖的人: 中等肤色"
+ ]
+ },
+ "🧑🏾🦯": {
+ "default": [
+ "中等-深肤色",
+ "拄盲杖的人",
+ "无障碍",
+ "盲"
+ ],
+ "tts": [
+ "拄盲杖的人: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🦯": {
+ "default": [
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "较深肤色"
+ ],
+ "tts": [
+ "拄盲杖的人: 较深肤色"
+ ]
+ },
+ "🧑🦯➡": {
+ "default": [
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的人: 面向右边"
+ ]
+ },
+ "🧑🏻🦯➡": {
+ "default": [
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的人: 较浅肤色面向右边"
+ ]
+ },
+ "🧑🏼🦯➡": {
+ "default": [
+ "中等-浅肤色",
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🧑🏽🦯➡": {
+ "default": [
+ "中等肤色",
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的人: 中等肤色面向右边"
+ ]
+ },
+ "🧑🏾🦯➡": {
+ "default": [
+ "中等-深肤色",
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的人: 中等-深肤色面向右边"
+ ]
+ },
+ "🧑🏿🦯➡": {
+ "default": [
+ "拄盲杖的人",
+ "无障碍",
+ "盲",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的人: 较深肤色面向右边"
+ ]
+ },
+ "👨🏻🦯": {
+ "default": [
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "拄盲杖的男人: 较浅肤色"
+ ]
+ },
+ "👨🏼🦯": {
+ "default": [
+ "中等-浅肤色",
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的男人: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🦯": {
+ "default": [
+ "中等肤色",
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的男人: 中等肤色"
+ ]
+ },
+ "👨🏾🦯": {
+ "default": [
+ "中等-深肤色",
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的男人: 中等-深肤色"
+ ]
+ },
+ "👨🏿🦯": {
+ "default": [
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "较深肤色"
+ ],
+ "tts": [
+ "拄盲杖的男人: 较深肤色"
+ ]
+ },
+ "👨🦯➡": {
+ "default": [
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的男人: 面向右边"
+ ]
+ },
+ "👨🏻🦯➡": {
+ "default": [
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的男人: 较浅肤色面向右边"
+ ]
+ },
+ "👨🏼🦯➡": {
+ "default": [
+ "中等-浅肤色",
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的男人: 中等-浅肤色面向右边"
+ ]
+ },
+ "👨🏽🦯➡": {
+ "default": [
+ "中等肤色",
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的男人: 中等肤色面向右边"
+ ]
+ },
+ "👨🏾🦯➡": {
+ "default": [
+ "中等-深肤色",
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的男人: 中等-深肤色面向右边"
+ ]
+ },
+ "👨🏿🦯➡": {
+ "default": [
+ "拄盲杖的男人",
+ "拐杖",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "盲",
+ "盲人",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的男人: 较深肤色面向右边"
+ ]
+ },
+ "👩🏻🦯": {
+ "default": [
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "拄盲杖的女人: 较浅肤色"
+ ]
+ },
+ "👩🏼🦯": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的女人: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🦯": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的女人: 中等肤色"
+ ]
+ },
+ "👩🏾🦯": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人"
+ ],
+ "tts": [
+ "拄盲杖的女人: 中等-深肤色"
+ ]
+ },
+ "👩🏿🦯": {
+ "default": [
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "较深肤色"
+ ],
+ "tts": [
+ "拄盲杖的女人: 较深肤色"
+ ]
+ },
+ "👩🦯➡": {
+ "default": [
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的女人: 面向右边"
+ ]
+ },
+ "👩🏻🦯➡": {
+ "default": [
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的女人: 较浅肤色面向右边"
+ ]
+ },
+ "👩🏼🦯➡": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的女人: 中等-浅肤色面向右边"
+ ]
+ },
+ "👩🏽🦯➡": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的女人: 中等肤色面向右边"
+ ]
+ },
+ "👩🏾🦯➡": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的女人: 中等-深肤色面向右边"
+ ]
+ },
+ "👩🏿🦯➡": {
+ "default": [
+ "女",
+ "女人",
+ "女性",
+ "拄盲杖的女人",
+ "拐杖",
+ "无障碍",
+ "盲",
+ "盲人",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "拄盲杖的女人: 较深肤色面向右边"
+ ]
+ },
+ "🧑🏻🦼": {
+ "default": [
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较浅肤色"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 较浅肤色"
+ ]
+ },
+ "🧑🏼🦼": {
+ "default": [
+ "中等-浅肤色",
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🦼": {
+ "default": [
+ "中等肤色",
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 中等肤色"
+ ]
+ },
+ "🧑🏾🦼": {
+ "default": [
+ "中等-深肤色",
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🦼": {
+ "default": [
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较深肤色"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 较深肤色"
+ ]
+ },
+ "🧑🦼➡": {
+ "default": [
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 面向右边"
+ ]
+ },
+ "🧑🏻🦼➡": {
+ "default": [
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 较浅肤色面向右边"
+ ]
+ },
+ "🧑🏼🦼➡": {
+ "default": [
+ "中等-浅肤色",
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🧑🏽🦼➡": {
+ "default": [
+ "中等肤色",
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 中等肤色面向右边"
+ ]
+ },
+ "🧑🏾🦼➡": {
+ "default": [
+ "中等-深肤色",
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 中等-深肤色面向右边"
+ ]
+ },
+ "🧑🏿🦼➡": {
+ "default": [
+ "坐电动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的人: 较深肤色面向右边"
+ ]
+ },
+ "👨🏻🦼": {
+ "default": [
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较浅肤色"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 较浅肤色"
+ ]
+ },
+ "👨🏼🦼": {
+ "default": [
+ "中等-浅肤色",
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🦼": {
+ "default": [
+ "中等肤色",
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 中等肤色"
+ ]
+ },
+ "👨🏾🦼": {
+ "default": [
+ "中等-深肤色",
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 中等-深肤色"
+ ]
+ },
+ "👨🏿🦼": {
+ "default": [
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较深肤色"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 较深肤色"
+ ]
+ },
+ "👨🦼➡": {
+ "default": [
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 面向右边"
+ ]
+ },
+ "👨🏻🦼➡": {
+ "default": [
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 较浅肤色面向右边"
+ ]
+ },
+ "👨🏼🦼➡": {
+ "default": [
+ "中等-浅肤色",
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 中等-浅肤色面向右边"
+ ]
+ },
+ "👨🏽🦼➡": {
+ "default": [
+ "中等肤色",
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 中等肤色面向右边"
+ ]
+ },
+ "👨🏾🦼➡": {
+ "default": [
+ "中等-深肤色",
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 中等-深肤色面向右边"
+ ]
+ },
+ "👨🏿🦼➡": {
+ "default": [
+ "坐电动轮椅的男人",
+ "无障碍",
+ "电动",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的男人: 较深肤色面向右边"
+ ]
+ },
+ "👩🏻🦼": {
+ "default": [
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "较浅肤色"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 较浅肤色"
+ ]
+ },
+ "👩🏼🦼": {
+ "default": [
+ "中等-浅肤色",
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🦼": {
+ "default": [
+ "中等肤色",
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 中等肤色"
+ ]
+ },
+ "👩🏾🦼": {
+ "default": [
+ "中等-深肤色",
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 中等-深肤色"
+ ]
+ },
+ "👩🏿🦼": {
+ "default": [
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "较深肤色"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 较深肤色"
+ ]
+ },
+ "👩🦼➡": {
+ "default": [
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 面向右边"
+ ]
+ },
+ "👩🏻🦼➡": {
+ "default": [
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 较浅肤色面向右边"
+ ]
+ },
+ "👩🏼🦼➡": {
+ "default": [
+ "中等-浅肤色",
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 中等-浅肤色面向右边"
+ ]
+ },
+ "👩🏽🦼➡": {
+ "default": [
+ "中等肤色",
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 中等肤色面向右边"
+ ]
+ },
+ "👩🏾🦼➡": {
+ "default": [
+ "中等-深肤色",
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 中等-深肤色面向右边"
+ ]
+ },
+ "👩🏿🦼➡": {
+ "default": [
+ "坐电动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "无障碍",
+ "电动",
+ "轮椅",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐电动轮椅的女人: 较深肤色面向右边"
+ ]
+ },
+ "🧑🏻🦽": {
+ "default": [
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较浅肤色"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 较浅肤色"
+ ]
+ },
+ "🧑🏼🦽": {
+ "default": [
+ "中等-浅肤色",
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🦽": {
+ "default": [
+ "中等肤色",
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 中等肤色"
+ ]
+ },
+ "🧑🏾🦽": {
+ "default": [
+ "中等-深肤色",
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🦽": {
+ "default": [
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较深肤色"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 较深肤色"
+ ]
+ },
+ "🧑🦽➡": {
+ "default": [
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 面向右边"
+ ]
+ },
+ "🧑🏻🦽➡": {
+ "default": [
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 较浅肤色面向右边"
+ ]
+ },
+ "🧑🏼🦽➡": {
+ "default": [
+ "中等-浅肤色",
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 中等-浅肤色面向右边"
+ ]
+ },
+ "🧑🏽🦽➡": {
+ "default": [
+ "中等肤色",
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 中等肤色面向右边"
+ ]
+ },
+ "🧑🏾🦽➡": {
+ "default": [
+ "中等-深肤色",
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 中等-深肤色面向右边"
+ ]
+ },
+ "🧑🏿🦽➡": {
+ "default": [
+ "坐手动轮椅的人",
+ "无障碍",
+ "轮椅",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的人: 较深肤色面向右边"
+ ]
+ },
+ "👨🏻🦽": {
+ "default": [
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较浅肤色"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 较浅肤色"
+ ]
+ },
+ "👨🏼🦽": {
+ "default": [
+ "中等-浅肤色",
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 中等-浅肤色"
+ ]
+ },
+ "👨🏽🦽": {
+ "default": [
+ "中等肤色",
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 中等肤色"
+ ]
+ },
+ "👨🏾🦽": {
+ "default": [
+ "中等-深肤色",
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 中等-深肤色"
+ ]
+ },
+ "👨🏿🦽": {
+ "default": [
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较深肤色"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 较深肤色"
+ ]
+ },
+ "👨🦽➡": {
+ "default": [
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 面向右边"
+ ]
+ },
+ "👨🏻🦽➡": {
+ "default": [
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 较浅肤色面向右边"
+ ]
+ },
+ "👨🏼🦽➡": {
+ "default": [
+ "中等-浅肤色",
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 中等-浅肤色面向右边"
+ ]
+ },
+ "👨🏽🦽➡": {
+ "default": [
+ "中等肤色",
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 中等肤色面向右边"
+ ]
+ },
+ "👨🏾🦽➡": {
+ "default": [
+ "中等-深肤色",
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 中等-深肤色面向右边"
+ ]
+ },
+ "👨🏿🦽➡": {
+ "default": [
+ "坐手动轮椅的男人",
+ "手动",
+ "无障碍",
+ "男",
+ "男人",
+ "男子",
+ "轮椅",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的男人: 较深肤色面向右边"
+ ]
+ },
+ "👩🏻🦽": {
+ "default": [
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "较浅肤色"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 较浅肤色"
+ ]
+ },
+ "👩🏼🦽": {
+ "default": [
+ "中等-浅肤色",
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 中等-浅肤色"
+ ]
+ },
+ "👩🏽🦽": {
+ "default": [
+ "中等肤色",
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 中等肤色"
+ ]
+ },
+ "👩🏾🦽": {
+ "default": [
+ "中等-深肤色",
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 中等-深肤色"
+ ]
+ },
+ "👩🏿🦽": {
+ "default": [
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "较深肤色"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 较深肤色"
+ ]
+ },
+ "👩🦽➡": {
+ "default": [
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 面向右边"
+ ]
+ },
+ "👩🏻🦽➡": {
+ "default": [
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "较浅肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 较浅肤色面向右边"
+ ]
+ },
+ "👩🏼🦽➡": {
+ "default": [
+ "中等-浅肤色",
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 中等-浅肤色面向右边"
+ ]
+ },
+ "👩🏽🦽➡": {
+ "default": [
+ "中等肤色",
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 中等肤色面向右边"
+ ]
+ },
+ "👩🏾🦽➡": {
+ "default": [
+ "中等-深肤色",
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 中等-深肤色面向右边"
+ ]
+ },
+ "👩🏿🦽➡": {
+ "default": [
+ "坐手动轮椅的女人",
+ "女",
+ "女人",
+ "女子",
+ "手动",
+ "无障碍",
+ "轮椅",
+ "较深肤色",
+ "面向右边"
+ ],
+ "tts": [
+ "坐手动轮椅的女人: 较深肤色面向右边"
+ ]
+ },
+ "🏃🏻": {
+ "default": [
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "较浅肤色",
+ "闪人",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 较浅肤色"
+ ]
+ },
+ "🏃🏼": {
+ "default": [
+ "中等-浅肤色",
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 中等-浅肤色"
+ ]
+ },
+ "🏃🏽": {
+ "default": [
+ "中等肤色",
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 中等肤色"
+ ]
+ },
+ "🏃🏾": {
+ "default": [
+ "中等-深肤色",
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 中等-深肤色"
+ ]
+ },
+ "🏃🏿": {
+ "default": [
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "较深肤色",
+ "闪人",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 较深肤色"
+ ]
+ },
+ "🏃🏻♂": {
+ "default": [
+ "男",
+ "男生跑步",
+ "跑",
+ "较浅肤色",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 较浅肤色"
+ ]
+ },
+ "🏃🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男",
+ "男生跑步",
+ "跑",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 中等-浅肤色"
+ ]
+ },
+ "🏃🏽♂": {
+ "default": [
+ "中等肤色",
+ "男",
+ "男生跑步",
+ "跑",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 中等肤色"
+ ]
+ },
+ "🏃🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男",
+ "男生跑步",
+ "跑",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 中等-深肤色"
+ ]
+ },
+ "🏃🏿♂": {
+ "default": [
+ "男",
+ "男生跑步",
+ "跑",
+ "较深肤色",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 较深肤色"
+ ]
+ },
+ "🏃🏻♀": {
+ "default": [
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "较浅肤色",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 较浅肤色"
+ ]
+ },
+ "🏃🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 中等-浅肤色"
+ ]
+ },
+ "🏃🏽♀": {
+ "default": [
+ "中等肤色",
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 中等肤色"
+ ]
+ },
+ "🏃🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 中等-深肤色"
+ ]
+ },
+ "🏃🏿♀": {
+ "default": [
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "较深肤色",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 较深肤色"
+ ]
+ },
+ "🏃➡": {
+ "default": [
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 面向右边"
+ ]
+ },
+ "🏃🏻➡": {
+ "default": [
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "较浅肤色",
+ "闪人",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 较浅肤色面向右边"
+ ]
+ },
+ "🏃🏼➡": {
+ "default": [
+ "中等-浅肤色",
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 中等-浅肤色面向右边"
+ ]
+ },
+ "🏃🏽➡": {
+ "default": [
+ "中等肤色",
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 中等肤色面向右边"
+ ]
+ },
+ "🏃🏾➡": {
+ "default": [
+ "中等-深肤色",
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "闪人",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 中等-深肤色面向右边"
+ ]
+ },
+ "🏃🏿➡": {
+ "default": [
+ "匆忙",
+ "向前冲",
+ "奔跑",
+ "快跑",
+ "赛跑",
+ "跑步",
+ "跑步者",
+ "跑路",
+ "较深肤色",
+ "闪人",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "跑步者: 较深肤色面向右边"
+ ]
+ },
+ "🏃♀➡": {
+ "default": [
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 面向右边"
+ ]
+ },
+ "🏃🏻♀➡": {
+ "default": [
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "较浅肤色",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 较浅肤色面向右边"
+ ]
+ },
+ "🏃🏼♀➡": {
+ "default": [
+ "中等-浅肤色",
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 中等-浅肤色面向右边"
+ ]
+ },
+ "🏃🏽♀➡": {
+ "default": [
+ "中等肤色",
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 中等肤色面向右边"
+ ]
+ },
+ "🏃🏾♀➡": {
+ "default": [
+ "中等-深肤色",
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 中等-深肤色面向右边"
+ ]
+ },
+ "🏃🏿♀➡": {
+ "default": [
+ "冲刺",
+ "女",
+ "女生跑步",
+ "比赛",
+ "跑",
+ "跑步",
+ "较深肤色",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "女生跑步: 较深肤色面向右边"
+ ]
+ },
+ "🏃♂➡": {
+ "default": [
+ "男",
+ "男生跑步",
+ "跑",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 面向右边"
+ ]
+ },
+ "🏃🏻♂➡": {
+ "default": [
+ "男",
+ "男生跑步",
+ "跑",
+ "较浅肤色",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 较浅肤色面向右边"
+ ]
+ },
+ "🏃🏼♂➡": {
+ "default": [
+ "中等-浅肤色",
+ "男",
+ "男生跑步",
+ "跑",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 中等-浅肤色面向右边"
+ ]
+ },
+ "🏃🏽♂➡": {
+ "default": [
+ "中等肤色",
+ "男",
+ "男生跑步",
+ "跑",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 中等肤色面向右边"
+ ]
+ },
+ "🏃🏾♂➡": {
+ "default": [
+ "中等-深肤色",
+ "男",
+ "男生跑步",
+ "跑",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 中等-深肤色面向右边"
+ ]
+ },
+ "🏃🏿♂➡": {
+ "default": [
+ "男",
+ "男生跑步",
+ "跑",
+ "较深肤色",
+ "面向右边",
+ "马拉松"
+ ],
+ "tts": [
+ "男生跑步: 较深肤色面向右边"
+ ]
+ },
+ "🧑🏻🩰": {
+ "default": [
+ "舞者",
+ "芭蕾",
+ "芭蕾舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "芭蕾舞者: 较浅肤色"
+ ]
+ },
+ "🧑🏼🩰": {
+ "default": [
+ "中等-浅肤色",
+ "舞者",
+ "芭蕾",
+ "芭蕾舞"
+ ],
+ "tts": [
+ "芭蕾舞者: 中等-浅肤色"
+ ]
+ },
+ "🧑🏽🩰": {
+ "default": [
+ "中等肤色",
+ "舞者",
+ "芭蕾",
+ "芭蕾舞"
+ ],
+ "tts": [
+ "芭蕾舞者: 中等肤色"
+ ]
+ },
+ "🧑🏾🩰": {
+ "default": [
+ "中等-深肤色",
+ "舞者",
+ "芭蕾",
+ "芭蕾舞"
+ ],
+ "tts": [
+ "芭蕾舞者: 中等-深肤色"
+ ]
+ },
+ "🧑🏿🩰": {
+ "default": [
+ "舞者",
+ "芭蕾",
+ "芭蕾舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "芭蕾舞者: 较深肤色"
+ ]
+ },
+ "💃🏻": {
+ "default": [
+ "优雅",
+ "佛拉门戈",
+ "女人",
+ "女舞者",
+ "探戈",
+ "舞者",
+ "萨尔萨舞",
+ "跳舞",
+ "跳舞的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "跳舞的女人: 较浅肤色"
+ ]
+ },
+ "💃🏼": {
+ "default": [
+ "中等-浅肤色",
+ "优雅",
+ "佛拉门戈",
+ "女人",
+ "女舞者",
+ "探戈",
+ "舞者",
+ "萨尔萨舞",
+ "跳舞",
+ "跳舞的女人"
+ ],
+ "tts": [
+ "跳舞的女人: 中等-浅肤色"
+ ]
+ },
+ "💃🏽": {
+ "default": [
+ "中等肤色",
+ "优雅",
+ "佛拉门戈",
+ "女人",
+ "女舞者",
+ "探戈",
+ "舞者",
+ "萨尔萨舞",
+ "跳舞",
+ "跳舞的女人"
+ ],
+ "tts": [
+ "跳舞的女人: 中等肤色"
+ ]
+ },
+ "💃🏾": {
+ "default": [
+ "中等-深肤色",
+ "优雅",
+ "佛拉门戈",
+ "女人",
+ "女舞者",
+ "探戈",
+ "舞者",
+ "萨尔萨舞",
+ "跳舞",
+ "跳舞的女人"
+ ],
+ "tts": [
+ "跳舞的女人: 中等-深肤色"
+ ]
+ },
+ "💃🏿": {
+ "default": [
+ "优雅",
+ "佛拉门戈",
+ "女人",
+ "女舞者",
+ "探戈",
+ "舞者",
+ "萨尔萨舞",
+ "跳舞",
+ "跳舞的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "跳舞的女人: 较深肤色"
+ ]
+ },
+ "🕺🏻": {
+ "default": [
+ "佛拉门戈",
+ "男人",
+ "男舞者",
+ "舞者",
+ "跳舞",
+ "跳舞的男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "跳舞的男人: 较浅肤色"
+ ]
+ },
+ "🕺🏼": {
+ "default": [
+ "中等-浅肤色",
+ "佛拉门戈",
+ "男人",
+ "男舞者",
+ "舞者",
+ "跳舞",
+ "跳舞的男人"
+ ],
+ "tts": [
+ "跳舞的男人: 中等-浅肤色"
+ ]
+ },
+ "🕺🏽": {
+ "default": [
+ "中等肤色",
+ "佛拉门戈",
+ "男人",
+ "男舞者",
+ "舞者",
+ "跳舞",
+ "跳舞的男人"
+ ],
+ "tts": [
+ "跳舞的男人: 中等肤色"
+ ]
+ },
+ "🕺🏾": {
+ "default": [
+ "中等-深肤色",
+ "佛拉门戈",
+ "男人",
+ "男舞者",
+ "舞者",
+ "跳舞",
+ "跳舞的男人"
+ ],
+ "tts": [
+ "跳舞的男人: 中等-深肤色"
+ ]
+ },
+ "🕺🏿": {
+ "default": [
+ "佛拉门戈",
+ "男人",
+ "男舞者",
+ "舞者",
+ "跳舞",
+ "跳舞的男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "跳舞的男人: 较深肤色"
+ ]
+ },
+ "🕴🏻": {
+ "default": [
+ "商务",
+ "正装",
+ "男",
+ "西装革履",
+ "西装革履的人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "西装革履的人: 较浅肤色"
+ ]
+ },
+ "🕴🏼": {
+ "default": [
+ "中等-浅肤色",
+ "商务",
+ "正装",
+ "男",
+ "西装革履",
+ "西装革履的人"
+ ],
+ "tts": [
+ "西装革履的人: 中等-浅肤色"
+ ]
+ },
+ "🕴🏽": {
+ "default": [
+ "中等肤色",
+ "商务",
+ "正装",
+ "男",
+ "西装革履",
+ "西装革履的人"
+ ],
+ "tts": [
+ "西装革履的人: 中等肤色"
+ ]
+ },
+ "🕴🏾": {
+ "default": [
+ "中等-深肤色",
+ "商务",
+ "正装",
+ "男",
+ "西装革履",
+ "西装革履的人"
+ ],
+ "tts": [
+ "西装革履的人: 中等-深肤色"
+ ]
+ },
+ "🕴🏿": {
+ "default": [
+ "商务",
+ "正装",
+ "男",
+ "西装革履",
+ "西装革履的人",
+ "较深肤色"
+ ],
+ "tts": [
+ "西装革履的人: 较深肤色"
+ ]
+ },
+ "👯🏻": {
+ "default": [
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较浅肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较浅肤色"
+ ]
+ },
+ "👯🏼": {
+ "default": [
+ "中等-浅肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-浅肤色"
+ ]
+ },
+ "👯🏽": {
+ "default": [
+ "中等肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等肤色"
+ ]
+ },
+ "👯🏾": {
+ "default": [
+ "中等-深肤色",
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 中等-深肤色"
+ ]
+ },
+ "👯🏿": {
+ "default": [
+ "兔子服",
+ "兔耳朵",
+ "双人舞",
+ "双胞胎",
+ "同好",
+ "戴兔耳朵的人",
+ "永远的好朋友",
+ "派对",
+ "灵魂伴侣",
+ "聚会",
+ "舞者",
+ "跳舞",
+ "较深肤色",
+ "闺蜜"
+ ],
+ "tts": [
+ "戴兔耳朵的人: 较深肤色"
+ ]
+ },
+ "👯🏻♂": {
+ "default": [
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔先生: 较浅肤色"
+ ]
+ },
+ "👯🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等-浅肤色"
+ ]
+ },
+ "👯🏽♂": {
+ "default": [
+ "中等肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等肤色"
+ ]
+ },
+ "👯🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔先生: 中等-深肤色"
+ ]
+ },
+ "👯🏿♂": {
+ "default": [
+ "兔先生",
+ "兔耳朵",
+ "同好",
+ "永远的好朋友",
+ "派对",
+ "男生派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔先生: 较深肤色"
+ ]
+ },
+ "👯🏻♀": {
+ "default": [
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较浅肤色"
+ ],
+ "tts": [
+ "兔女郎: 较浅肤色"
+ ]
+ },
+ "👯🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等-浅肤色"
+ ]
+ },
+ "👯🏽♀": {
+ "default": [
+ "中等肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等肤色"
+ ]
+ },
+ "👯🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞"
+ ],
+ "tts": [
+ "兔女郎: 中等-深肤色"
+ ]
+ },
+ "👯🏿♀": {
+ "default": [
+ "兔女郎",
+ "兔耳朵",
+ "女生派对",
+ "派对",
+ "聚会",
+ "跳舞",
+ "较深肤色"
+ ],
+ "tts": [
+ "兔女郎: 较深肤色"
+ ]
+ },
+ "🧖🏻": {
+ "default": [
+ "在桑拿间的人",
+ "放松",
+ "桑拿",
+ "桑拿浴",
+ "蒸房",
+ "蒸房里的人",
+ "蒸气漫溢",
+ "蒸汽浴",
+ "较浅肤色"
+ ],
+ "tts": [
+ "蒸房里的人: 较浅肤色"
+ ]
+ },
+ "🧖🏼": {
+ "default": [
+ "中等-浅肤色",
+ "在桑拿间的人",
+ "放松",
+ "桑拿",
+ "桑拿浴",
+ "蒸房",
+ "蒸房里的人",
+ "蒸气漫溢",
+ "蒸汽浴"
+ ],
+ "tts": [
+ "蒸房里的人: 中等-浅肤色"
+ ]
+ },
+ "🧖🏽": {
+ "default": [
+ "中等肤色",
+ "在桑拿间的人",
+ "放松",
+ "桑拿",
+ "桑拿浴",
+ "蒸房",
+ "蒸房里的人",
+ "蒸气漫溢",
+ "蒸汽浴"
+ ],
+ "tts": [
+ "蒸房里的人: 中等肤色"
+ ]
+ },
+ "🧖🏾": {
+ "default": [
+ "中等-深肤色",
+ "在桑拿间的人",
+ "放松",
+ "桑拿",
+ "桑拿浴",
+ "蒸房",
+ "蒸房里的人",
+ "蒸气漫溢",
+ "蒸汽浴"
+ ],
+ "tts": [
+ "蒸房里的人: 中等-深肤色"
+ ]
+ },
+ "🧖🏿": {
+ "default": [
+ "在桑拿间的人",
+ "放松",
+ "桑拿",
+ "桑拿浴",
+ "蒸房",
+ "蒸房里的人",
+ "蒸气漫溢",
+ "蒸汽浴",
+ "较深肤色"
+ ],
+ "tts": [
+ "蒸房里的人: 较深肤色"
+ ]
+ },
+ "🧖🏻♂": {
+ "default": [
+ "桑拿",
+ "蒸房里的男人",
+ "男性桑拿",
+ "较浅肤色"
+ ],
+ "tts": [
+ "蒸房里的男人: 较浅肤色"
+ ]
+ },
+ "🧖🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "桑拿",
+ "蒸房里的男人",
+ "男性桑拿"
+ ],
+ "tts": [
+ "蒸房里的男人: 中等-浅肤色"
+ ]
+ },
+ "🧖🏽♂": {
+ "default": [
+ "中等肤色",
+ "桑拿",
+ "蒸房里的男人",
+ "男性桑拿"
+ ],
+ "tts": [
+ "蒸房里的男人: 中等肤色"
+ ]
+ },
+ "🧖🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "桑拿",
+ "蒸房里的男人",
+ "男性桑拿"
+ ],
+ "tts": [
+ "蒸房里的男人: 中等-深肤色"
+ ]
+ },
+ "🧖🏿♂": {
+ "default": [
+ "桑拿",
+ "蒸房里的男人",
+ "男性桑拿",
+ "较深肤色"
+ ],
+ "tts": [
+ "蒸房里的男人: 较深肤色"
+ ]
+ },
+ "🧖🏻♀": {
+ "default": [
+ "女性桑拿",
+ "桑拿",
+ "蒸房里的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "蒸房里的女人: 较浅肤色"
+ ]
+ },
+ "🧖🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女性桑拿",
+ "桑拿",
+ "蒸房里的女人"
+ ],
+ "tts": [
+ "蒸房里的女人: 中等-浅肤色"
+ ]
+ },
+ "🧖🏽♀": {
+ "default": [
+ "中等肤色",
+ "女性桑拿",
+ "桑拿",
+ "蒸房里的女人"
+ ],
+ "tts": [
+ "蒸房里的女人: 中等肤色"
+ ]
+ },
+ "🧖🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女性桑拿",
+ "桑拿",
+ "蒸房里的女人"
+ ],
+ "tts": [
+ "蒸房里的女人: 中等-深肤色"
+ ]
+ },
+ "🧖🏿♀": {
+ "default": [
+ "女性桑拿",
+ "桑拿",
+ "蒸房里的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "蒸房里的女人: 较深肤色"
+ ]
+ },
+ "🧗🏻": {
+ "default": [
+ "向上爬的人",
+ "攀岩",
+ "攀岩者",
+ "攀爬的人",
+ "爬山",
+ "登山",
+ "登山者",
+ "较浅肤色"
+ ],
+ "tts": [
+ "攀爬的人: 较浅肤色"
+ ]
+ },
+ "🧗🏼": {
+ "default": [
+ "中等-浅肤色",
+ "向上爬的人",
+ "攀岩",
+ "攀岩者",
+ "攀爬的人",
+ "爬山",
+ "登山",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的人: 中等-浅肤色"
+ ]
+ },
+ "🧗🏽": {
+ "default": [
+ "中等肤色",
+ "向上爬的人",
+ "攀岩",
+ "攀岩者",
+ "攀爬的人",
+ "爬山",
+ "登山",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的人: 中等肤色"
+ ]
+ },
+ "🧗🏾": {
+ "default": [
+ "中等-深肤色",
+ "向上爬的人",
+ "攀岩",
+ "攀岩者",
+ "攀爬的人",
+ "爬山",
+ "登山",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的人: 中等-深肤色"
+ ]
+ },
+ "🧗🏿": {
+ "default": [
+ "向上爬的人",
+ "攀岩",
+ "攀岩者",
+ "攀爬的人",
+ "爬山",
+ "登山",
+ "登山者",
+ "较深肤色"
+ ],
+ "tts": [
+ "攀爬的人: 较深肤色"
+ ]
+ },
+ "🧗🏻♂": {
+ "default": [
+ "攀爬的男人",
+ "登山者",
+ "较浅肤色"
+ ],
+ "tts": [
+ "攀爬的男人: 较浅肤色"
+ ]
+ },
+ "🧗🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "攀爬的男人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的男人: 中等-浅肤色"
+ ]
+ },
+ "🧗🏽♂": {
+ "default": [
+ "中等肤色",
+ "攀爬的男人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的男人: 中等肤色"
+ ]
+ },
+ "🧗🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "攀爬的男人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的男人: 中等-深肤色"
+ ]
+ },
+ "🧗🏿♂": {
+ "default": [
+ "攀爬的男人",
+ "登山者",
+ "较深肤色"
+ ],
+ "tts": [
+ "攀爬的男人: 较深肤色"
+ ]
+ },
+ "🧗🏻♀": {
+ "default": [
+ "攀爬的女人",
+ "登山者",
+ "较浅肤色"
+ ],
+ "tts": [
+ "攀爬的女人: 较浅肤色"
+ ]
+ },
+ "🧗🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "攀爬的女人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的女人: 中等-浅肤色"
+ ]
+ },
+ "🧗🏽♀": {
+ "default": [
+ "中等肤色",
+ "攀爬的女人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的女人: 中等肤色"
+ ]
+ },
+ "🧗🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "攀爬的女人",
+ "登山者"
+ ],
+ "tts": [
+ "攀爬的女人: 中等-深肤色"
+ ]
+ },
+ "🧗🏿♀": {
+ "default": [
+ "攀爬的女人",
+ "登山者",
+ "较深肤色"
+ ],
+ "tts": [
+ "攀爬的女人: 较深肤色"
+ ]
+ },
+ "🏇🏻": {
+ "default": [
+ "三冠",
+ "赛马",
+ "赛马骑师",
+ "较浅肤色",
+ "马",
+ "骑师",
+ "骑马"
+ ],
+ "tts": [
+ "赛马: 较浅肤色"
+ ]
+ },
+ "🏇🏼": {
+ "default": [
+ "三冠",
+ "中等-浅肤色",
+ "赛马",
+ "赛马骑师",
+ "马",
+ "骑师",
+ "骑马"
+ ],
+ "tts": [
+ "赛马: 中等-浅肤色"
+ ]
+ },
+ "🏇🏽": {
+ "default": [
+ "三冠",
+ "中等肤色",
+ "赛马",
+ "赛马骑师",
+ "马",
+ "骑师",
+ "骑马"
+ ],
+ "tts": [
+ "赛马: 中等肤色"
+ ]
+ },
+ "🏇🏾": {
+ "default": [
+ "三冠",
+ "中等-深肤色",
+ "赛马",
+ "赛马骑师",
+ "马",
+ "骑师",
+ "骑马"
+ ],
+ "tts": [
+ "赛马: 中等-深肤色"
+ ]
+ },
+ "🏇🏿": {
+ "default": [
+ "三冠",
+ "赛马",
+ "赛马骑师",
+ "较深肤色",
+ "马",
+ "骑师",
+ "骑马"
+ ],
+ "tts": [
+ "赛马: 较深肤色"
+ ]
+ },
+ "🏂🏻": {
+ "default": [
+ "单板",
+ "单板滑雪",
+ "滑雪",
+ "滑雪板",
+ "较浅肤色",
+ "雪"
+ ],
+ "tts": [
+ "滑雪板: 较浅肤色"
+ ]
+ },
+ "🏂🏼": {
+ "default": [
+ "中等-浅肤色",
+ "单板",
+ "单板滑雪",
+ "滑雪",
+ "滑雪板",
+ "雪"
+ ],
+ "tts": [
+ "滑雪板: 中等-浅肤色"
+ ]
+ },
+ "🏂🏽": {
+ "default": [
+ "中等肤色",
+ "单板",
+ "单板滑雪",
+ "滑雪",
+ "滑雪板",
+ "雪"
+ ],
+ "tts": [
+ "滑雪板: 中等肤色"
+ ]
+ },
+ "🏂🏾": {
+ "default": [
+ "中等-深肤色",
+ "单板",
+ "单板滑雪",
+ "滑雪",
+ "滑雪板",
+ "雪"
+ ],
+ "tts": [
+ "滑雪板: 中等-深肤色"
+ ]
+ },
+ "🏂🏿": {
+ "default": [
+ "单板",
+ "单板滑雪",
+ "滑雪",
+ "滑雪板",
+ "较深肤色",
+ "雪"
+ ],
+ "tts": [
+ "滑雪板: 较深肤色"
+ ]
+ },
+ "🏌🏻": {
+ "default": [
+ "pga",
+ "小鸟球",
+ "打高尔夫的人",
+ "推杆进球",
+ "球",
+ "球座",
+ "球穴区",
+ "球童",
+ "职业高尔夫协会",
+ "较浅肤色",
+ "运动",
+ "高尔夫"
+ ],
+ "tts": [
+ "打高尔夫的人: 较浅肤色"
+ ]
+ },
+ "🏌🏼": {
+ "default": [
+ "pga",
+ "中等-浅肤色",
+ "小鸟球",
+ "打高尔夫的人",
+ "推杆进球",
+ "球",
+ "球座",
+ "球穴区",
+ "球童",
+ "职业高尔夫协会",
+ "运动",
+ "高尔夫"
+ ],
+ "tts": [
+ "打高尔夫的人: 中等-浅肤色"
+ ]
+ },
+ "🏌🏽": {
+ "default": [
+ "pga",
+ "中等肤色",
+ "小鸟球",
+ "打高尔夫的人",
+ "推杆进球",
+ "球",
+ "球座",
+ "球穴区",
+ "球童",
+ "职业高尔夫协会",
+ "运动",
+ "高尔夫"
+ ],
+ "tts": [
+ "打高尔夫的人: 中等肤色"
+ ]
+ },
+ "🏌🏾": {
+ "default": [
+ "pga",
+ "中等-深肤色",
+ "小鸟球",
+ "打高尔夫的人",
+ "推杆进球",
+ "球",
+ "球座",
+ "球穴区",
+ "球童",
+ "职业高尔夫协会",
+ "运动",
+ "高尔夫"
+ ],
+ "tts": [
+ "打高尔夫的人: 中等-深肤色"
+ ]
+ },
+ "🏌🏿": {
+ "default": [
+ "pga",
+ "小鸟球",
+ "打高尔夫的人",
+ "推杆进球",
+ "球",
+ "球座",
+ "球穴区",
+ "球童",
+ "职业高尔夫协会",
+ "较深肤色",
+ "运动",
+ "高尔夫"
+ ],
+ "tts": [
+ "打高尔夫的人: 较深肤色"
+ ]
+ },
+ "🏌🏻♂": {
+ "default": [
+ "男",
+ "男生打高尔夫",
+ "较浅肤色",
+ "高尔夫"
+ ],
+ "tts": [
+ "男生打高尔夫: 较浅肤色"
+ ]
+ },
+ "🏌🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "男",
+ "男生打高尔夫",
+ "高尔夫"
+ ],
+ "tts": [
+ "男生打高尔夫: 中等-浅肤色"
+ ]
+ },
+ "🏌🏽♂": {
+ "default": [
+ "中等肤色",
+ "男",
+ "男生打高尔夫",
+ "高尔夫"
+ ],
+ "tts": [
+ "男生打高尔夫: 中等肤色"
+ ]
+ },
+ "🏌🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "男",
+ "男生打高尔夫",
+ "高尔夫"
+ ],
+ "tts": [
+ "男生打高尔夫: 中等-深肤色"
+ ]
+ },
+ "🏌🏿♂": {
+ "default": [
+ "男",
+ "男生打高尔夫",
+ "较深肤色",
+ "高尔夫"
+ ],
+ "tts": [
+ "男生打高尔夫: 较深肤色"
+ ]
+ },
+ "🏌🏻♀": {
+ "default": [
+ "女",
+ "女生打高尔夫",
+ "较浅肤色",
+ "高尔夫",
+ "高尔夫练球场"
+ ],
+ "tts": [
+ "女生打高尔夫: 较浅肤色"
+ ]
+ },
+ "🏌🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女生打高尔夫",
+ "高尔夫",
+ "高尔夫练球场"
+ ],
+ "tts": [
+ "女生打高尔夫: 中等-浅肤色"
+ ]
+ },
+ "🏌🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女生打高尔夫",
+ "高尔夫",
+ "高尔夫练球场"
+ ],
+ "tts": [
+ "女生打高尔夫: 中等肤色"
+ ]
+ },
+ "🏌🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女生打高尔夫",
+ "高尔夫",
+ "高尔夫练球场"
+ ],
+ "tts": [
+ "女生打高尔夫: 中等-深肤色"
+ ]
+ },
+ "🏌🏿♀": {
+ "default": [
+ "女",
+ "女生打高尔夫",
+ "较深肤色",
+ "高尔夫",
+ "高尔夫练球场"
+ ],
+ "tts": [
+ "女生打高尔夫: 较深肤色"
+ ]
+ },
+ "🏄🏻": {
+ "default": [
+ "冲浪",
+ "冲浪的人",
+ "冲浪者",
+ "波浪",
+ "海上运动",
+ "海洋",
+ "海滩",
+ "涌浪",
+ "网上冲浪",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "冲浪: 较浅肤色"
+ ]
+ },
+ "🏄🏼": {
+ "default": [
+ "中等-浅肤色",
+ "冲浪",
+ "冲浪的人",
+ "冲浪者",
+ "波浪",
+ "海上运动",
+ "海洋",
+ "海滩",
+ "涌浪",
+ "网上冲浪",
+ "运动"
+ ],
+ "tts": [
+ "冲浪: 中等-浅肤色"
+ ]
+ },
+ "🏄🏽": {
+ "default": [
+ "中等肤色",
+ "冲浪",
+ "冲浪的人",
+ "冲浪者",
+ "波浪",
+ "海上运动",
+ "海洋",
+ "海滩",
+ "涌浪",
+ "网上冲浪",
+ "运动"
+ ],
+ "tts": [
+ "冲浪: 中等肤色"
+ ]
+ },
+ "🏄🏾": {
+ "default": [
+ "中等-深肤色",
+ "冲浪",
+ "冲浪的人",
+ "冲浪者",
+ "波浪",
+ "海上运动",
+ "海洋",
+ "海滩",
+ "涌浪",
+ "网上冲浪",
+ "运动"
+ ],
+ "tts": [
+ "冲浪: 中等-深肤色"
+ ]
+ },
+ "🏄🏿": {
+ "default": [
+ "冲浪",
+ "冲浪的人",
+ "冲浪者",
+ "波浪",
+ "海上运动",
+ "海洋",
+ "海滩",
+ "涌浪",
+ "网上冲浪",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "冲浪: 较深肤色"
+ ]
+ },
+ "🏄🏻♂": {
+ "default": [
+ "冲浪",
+ "男",
+ "男生冲浪",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生冲浪: 较浅肤色"
+ ]
+ },
+ "🏄🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "冲浪",
+ "男",
+ "男生冲浪"
+ ],
+ "tts": [
+ "男生冲浪: 中等-浅肤色"
+ ]
+ },
+ "🏄🏽♂": {
+ "default": [
+ "中等肤色",
+ "冲浪",
+ "男",
+ "男生冲浪"
+ ],
+ "tts": [
+ "男生冲浪: 中等肤色"
+ ]
+ },
+ "🏄🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "冲浪",
+ "男",
+ "男生冲浪"
+ ],
+ "tts": [
+ "男生冲浪: 中等-深肤色"
+ ]
+ },
+ "🏄🏿♂": {
+ "default": [
+ "冲浪",
+ "男",
+ "男生冲浪",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生冲浪: 较深肤色"
+ ]
+ },
+ "🏄🏻♀": {
+ "default": [
+ "冲浪",
+ "女",
+ "女生冲浪",
+ "海滩",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生冲浪: 较浅肤色"
+ ]
+ },
+ "🏄🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "冲浪",
+ "女",
+ "女生冲浪",
+ "海滩"
+ ],
+ "tts": [
+ "女生冲浪: 中等-浅肤色"
+ ]
+ },
+ "🏄🏽♀": {
+ "default": [
+ "中等肤色",
+ "冲浪",
+ "女",
+ "女生冲浪",
+ "海滩"
+ ],
+ "tts": [
+ "女生冲浪: 中等肤色"
+ ]
+ },
+ "🏄🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "冲浪",
+ "女",
+ "女生冲浪",
+ "海滩"
+ ],
+ "tts": [
+ "女生冲浪: 中等-深肤色"
+ ]
+ },
+ "🏄🏿♀": {
+ "default": [
+ "冲浪",
+ "女",
+ "女生冲浪",
+ "海滩",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生冲浪: 较深肤色"
+ ]
+ },
+ "🚣🏻": {
+ "default": [
+ "划桨",
+ "划船运动",
+ "划艇",
+ "木筏",
+ "河",
+ "泛舟湖上",
+ "湖",
+ "独木舟",
+ "船",
+ "较浅肤色",
+ "钓鱼"
+ ],
+ "tts": [
+ "划艇: 较浅肤色"
+ ]
+ },
+ "🚣🏼": {
+ "default": [
+ "中等-浅肤色",
+ "划桨",
+ "划船运动",
+ "划艇",
+ "木筏",
+ "河",
+ "泛舟湖上",
+ "湖",
+ "独木舟",
+ "船",
+ "钓鱼"
+ ],
+ "tts": [
+ "划艇: 中等-浅肤色"
+ ]
+ },
+ "🚣🏽": {
+ "default": [
+ "中等肤色",
+ "划桨",
+ "划船运动",
+ "划艇",
+ "木筏",
+ "河",
+ "泛舟湖上",
+ "湖",
+ "独木舟",
+ "船",
+ "钓鱼"
+ ],
+ "tts": [
+ "划艇: 中等肤色"
+ ]
+ },
+ "🚣🏾": {
+ "default": [
+ "中等-深肤色",
+ "划桨",
+ "划船运动",
+ "划艇",
+ "木筏",
+ "河",
+ "泛舟湖上",
+ "湖",
+ "独木舟",
+ "船",
+ "钓鱼"
+ ],
+ "tts": [
+ "划艇: 中等-深肤色"
+ ]
+ },
+ "🚣🏿": {
+ "default": [
+ "划桨",
+ "划船运动",
+ "划艇",
+ "木筏",
+ "河",
+ "泛舟湖上",
+ "湖",
+ "独木舟",
+ "船",
+ "较深肤色",
+ "钓鱼"
+ ],
+ "tts": [
+ "划艇: 较深肤色"
+ ]
+ },
+ "🚣🏻♂": {
+ "default": [
+ "划船",
+ "划艇",
+ "男",
+ "男生划船",
+ "船",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生划船: 较浅肤色"
+ ]
+ },
+ "🚣🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "划船",
+ "划艇",
+ "男",
+ "男生划船",
+ "船"
+ ],
+ "tts": [
+ "男生划船: 中等-浅肤色"
+ ]
+ },
+ "🚣🏽♂": {
+ "default": [
+ "中等肤色",
+ "划船",
+ "划艇",
+ "男",
+ "男生划船",
+ "船"
+ ],
+ "tts": [
+ "男生划船: 中等肤色"
+ ]
+ },
+ "🚣🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "划船",
+ "划艇",
+ "男",
+ "男生划船",
+ "船"
+ ],
+ "tts": [
+ "男生划船: 中等-深肤色"
+ ]
+ },
+ "🚣🏿♂": {
+ "default": [
+ "划船",
+ "划艇",
+ "男",
+ "男生划船",
+ "船",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生划船: 较深肤色"
+ ]
+ },
+ "🚣🏻♀": {
+ "default": [
+ "划船",
+ "划艇",
+ "女",
+ "女生划船",
+ "船",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生划船: 较浅肤色"
+ ]
+ },
+ "🚣🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "划船",
+ "划艇",
+ "女",
+ "女生划船",
+ "船"
+ ],
+ "tts": [
+ "女生划船: 中等-浅肤色"
+ ]
+ },
+ "🚣🏽♀": {
+ "default": [
+ "中等肤色",
+ "划船",
+ "划艇",
+ "女",
+ "女生划船",
+ "船"
+ ],
+ "tts": [
+ "女生划船: 中等肤色"
+ ]
+ },
+ "🚣🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "划船",
+ "划艇",
+ "女",
+ "女生划船",
+ "船"
+ ],
+ "tts": [
+ "女生划船: 中等-深肤色"
+ ]
+ },
+ "🚣🏿♀": {
+ "default": [
+ "划船",
+ "划艇",
+ "女",
+ "女生划船",
+ "船",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生划船: 较深肤色"
+ ]
+ },
+ "🏊🏻": {
+ "default": [
+ "游泳",
+ "游泳的人",
+ "游泳者",
+ "自由泳",
+ "较浅肤色",
+ "运动",
+ "铁人三项"
+ ],
+ "tts": [
+ "游泳: 较浅肤色"
+ ]
+ },
+ "🏊🏼": {
+ "default": [
+ "中等-浅肤色",
+ "游泳",
+ "游泳的人",
+ "游泳者",
+ "自由泳",
+ "运动",
+ "铁人三项"
+ ],
+ "tts": [
+ "游泳: 中等-浅肤色"
+ ]
+ },
+ "🏊🏽": {
+ "default": [
+ "中等肤色",
+ "游泳",
+ "游泳的人",
+ "游泳者",
+ "自由泳",
+ "运动",
+ "铁人三项"
+ ],
+ "tts": [
+ "游泳: 中等肤色"
+ ]
+ },
+ "🏊🏾": {
+ "default": [
+ "中等-深肤色",
+ "游泳",
+ "游泳的人",
+ "游泳者",
+ "自由泳",
+ "运动",
+ "铁人三项"
+ ],
+ "tts": [
+ "游泳: 中等-深肤色"
+ ]
+ },
+ "🏊🏿": {
+ "default": [
+ "游泳",
+ "游泳的人",
+ "游泳者",
+ "自由泳",
+ "较深肤色",
+ "运动",
+ "铁人三项"
+ ],
+ "tts": [
+ "游泳: 较深肤色"
+ ]
+ },
+ "🏊🏻♂": {
+ "default": [
+ "游泳",
+ "男",
+ "男生游泳",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生游泳: 较浅肤色"
+ ]
+ },
+ "🏊🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "游泳",
+ "男",
+ "男生游泳"
+ ],
+ "tts": [
+ "男生游泳: 中等-浅肤色"
+ ]
+ },
+ "🏊🏽♂": {
+ "default": [
+ "中等肤色",
+ "游泳",
+ "男",
+ "男生游泳"
+ ],
+ "tts": [
+ "男生游泳: 中等肤色"
+ ]
+ },
+ "🏊🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "游泳",
+ "男",
+ "男生游泳"
+ ],
+ "tts": [
+ "男生游泳: 中等-深肤色"
+ ]
+ },
+ "🏊🏿♂": {
+ "default": [
+ "游泳",
+ "男",
+ "男生游泳",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生游泳: 较深肤色"
+ ]
+ },
+ "🏊🏻♀": {
+ "default": [
+ "女",
+ "女生游泳",
+ "游泳",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生游泳: 较浅肤色"
+ ]
+ },
+ "🏊🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女生游泳",
+ "游泳"
+ ],
+ "tts": [
+ "女生游泳: 中等-浅肤色"
+ ]
+ },
+ "🏊🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女生游泳",
+ "游泳"
+ ],
+ "tts": [
+ "女生游泳: 中等肤色"
+ ]
+ },
+ "🏊🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女生游泳",
+ "游泳"
+ ],
+ "tts": [
+ "女生游泳: 中等-深肤色"
+ ]
+ },
+ "🏊🏿♀": {
+ "default": [
+ "女",
+ "女生游泳",
+ "游泳",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生游泳: 较深肤色"
+ ]
+ },
+ "⛹🏻": {
+ "default": [
+ "体育",
+ "全网无阻",
+ "打球",
+ "游戏",
+ "玩",
+ "玩球",
+ "球",
+ "篮球",
+ "篮球运动员",
+ "罚球",
+ "较浅肤色",
+ "运动",
+ "运球",
+ "锦标赛"
+ ],
+ "tts": [
+ "玩球: 较浅肤色"
+ ]
+ },
+ "⛹🏼": {
+ "default": [
+ "中等-浅肤色",
+ "体育",
+ "全网无阻",
+ "打球",
+ "游戏",
+ "玩",
+ "玩球",
+ "球",
+ "篮球",
+ "篮球运动员",
+ "罚球",
+ "运动",
+ "运球",
+ "锦标赛"
+ ],
+ "tts": [
+ "玩球: 中等-浅肤色"
+ ]
+ },
+ "⛹🏽": {
+ "default": [
+ "中等肤色",
+ "体育",
+ "全网无阻",
+ "打球",
+ "游戏",
+ "玩",
+ "玩球",
+ "球",
+ "篮球",
+ "篮球运动员",
+ "罚球",
+ "运动",
+ "运球",
+ "锦标赛"
+ ],
+ "tts": [
+ "玩球: 中等肤色"
+ ]
+ },
+ "⛹🏾": {
+ "default": [
+ "中等-深肤色",
+ "体育",
+ "全网无阻",
+ "打球",
+ "游戏",
+ "玩",
+ "玩球",
+ "球",
+ "篮球",
+ "篮球运动员",
+ "罚球",
+ "运动",
+ "运球",
+ "锦标赛"
+ ],
+ "tts": [
+ "玩球: 中等-深肤色"
+ ]
+ },
+ "⛹🏿": {
+ "default": [
+ "体育",
+ "全网无阻",
+ "打球",
+ "游戏",
+ "玩",
+ "玩球",
+ "球",
+ "篮球",
+ "篮球运动员",
+ "罚球",
+ "较深肤色",
+ "运动",
+ "运球",
+ "锦标赛"
+ ],
+ "tts": [
+ "玩球: 较深肤色"
+ ]
+ },
+ "⛹🏻♂": {
+ "default": [
+ "球",
+ "男",
+ "男生玩球",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生玩球: 较浅肤色"
+ ]
+ },
+ "⛹🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "球",
+ "男",
+ "男生玩球"
+ ],
+ "tts": [
+ "男生玩球: 中等-浅肤色"
+ ]
+ },
+ "⛹🏽♂": {
+ "default": [
+ "中等肤色",
+ "球",
+ "男",
+ "男生玩球"
+ ],
+ "tts": [
+ "男生玩球: 中等肤色"
+ ]
+ },
+ "⛹🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "球",
+ "男",
+ "男生玩球"
+ ],
+ "tts": [
+ "男生玩球: 中等-深肤色"
+ ]
+ },
+ "⛹🏿♂": {
+ "default": [
+ "球",
+ "男",
+ "男生玩球",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生玩球: 较深肤色"
+ ]
+ },
+ "⛹🏻♀": {
+ "default": [
+ "女",
+ "女生打篮球",
+ "女生玩球",
+ "游戏",
+ "玩",
+ "球",
+ "篮球",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生玩球: 较浅肤色"
+ ]
+ },
+ "⛹🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女生打篮球",
+ "女生玩球",
+ "游戏",
+ "玩",
+ "球",
+ "篮球"
+ ],
+ "tts": [
+ "女生玩球: 中等-浅肤色"
+ ]
+ },
+ "⛹🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女生打篮球",
+ "女生玩球",
+ "游戏",
+ "玩",
+ "球",
+ "篮球"
+ ],
+ "tts": [
+ "女生玩球: 中等肤色"
+ ]
+ },
+ "⛹🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女生打篮球",
+ "女生玩球",
+ "游戏",
+ "玩",
+ "球",
+ "篮球"
+ ],
+ "tts": [
+ "女生玩球: 中等-深肤色"
+ ]
+ },
+ "⛹🏿♀": {
+ "default": [
+ "女",
+ "女生打篮球",
+ "女生玩球",
+ "游戏",
+ "玩",
+ "球",
+ "篮球",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生玩球: 较深肤色"
+ ]
+ },
+ "🏋🏻": {
+ "default": [
+ "举重",
+ "举重的人",
+ "举重运动员",
+ "举铁",
+ "健美者",
+ "力量举重",
+ "杠铃",
+ "硬拉",
+ "训练",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "举重: 较浅肤色"
+ ]
+ },
+ "🏋🏼": {
+ "default": [
+ "中等-浅肤色",
+ "举重",
+ "举重的人",
+ "举重运动员",
+ "举铁",
+ "健美者",
+ "力量举重",
+ "杠铃",
+ "硬拉",
+ "训练",
+ "运动"
+ ],
+ "tts": [
+ "举重: 中等-浅肤色"
+ ]
+ },
+ "🏋🏽": {
+ "default": [
+ "中等肤色",
+ "举重",
+ "举重的人",
+ "举重运动员",
+ "举铁",
+ "健美者",
+ "力量举重",
+ "杠铃",
+ "硬拉",
+ "训练",
+ "运动"
+ ],
+ "tts": [
+ "举重: 中等肤色"
+ ]
+ },
+ "🏋🏾": {
+ "default": [
+ "中等-深肤色",
+ "举重",
+ "举重的人",
+ "举重运动员",
+ "举铁",
+ "健美者",
+ "力量举重",
+ "杠铃",
+ "硬拉",
+ "训练",
+ "运动"
+ ],
+ "tts": [
+ "举重: 中等-深肤色"
+ ]
+ },
+ "🏋🏿": {
+ "default": [
+ "举重",
+ "举重的人",
+ "举重运动员",
+ "举铁",
+ "健美者",
+ "力量举重",
+ "杠铃",
+ "硬拉",
+ "训练",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "举重: 较深肤色"
+ ]
+ },
+ "🏋🏻♂": {
+ "default": [
+ "举重",
+ "男",
+ "男生举重",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生举重: 较浅肤色"
+ ]
+ },
+ "🏋🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "举重",
+ "男",
+ "男生举重"
+ ],
+ "tts": [
+ "男生举重: 中等-浅肤色"
+ ]
+ },
+ "🏋🏽♂": {
+ "default": [
+ "中等肤色",
+ "举重",
+ "男",
+ "男生举重"
+ ],
+ "tts": [
+ "男生举重: 中等肤色"
+ ]
+ },
+ "🏋🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "举重",
+ "男",
+ "男生举重"
+ ],
+ "tts": [
+ "男生举重: 中等-深肤色"
+ ]
+ },
+ "🏋🏿♂": {
+ "default": [
+ "举重",
+ "男",
+ "男生举重",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生举重: 较深肤色"
+ ]
+ },
+ "🏋🏻♀": {
+ "default": [
+ "举重",
+ "女",
+ "女生举重",
+ "训练",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生举重: 较浅肤色"
+ ]
+ },
+ "🏋🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "举重",
+ "女",
+ "女生举重",
+ "训练"
+ ],
+ "tts": [
+ "女生举重: 中等-浅肤色"
+ ]
+ },
+ "🏋🏽♀": {
+ "default": [
+ "中等肤色",
+ "举重",
+ "女",
+ "女生举重",
+ "训练"
+ ],
+ "tts": [
+ "女生举重: 中等肤色"
+ ]
+ },
+ "🏋🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "举重",
+ "女",
+ "女生举重",
+ "训练"
+ ],
+ "tts": [
+ "女生举重: 中等-深肤色"
+ ]
+ },
+ "🏋🏿♀": {
+ "default": [
+ "举重",
+ "女",
+ "女生举重",
+ "训练",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生举重: 较深肤色"
+ ]
+ },
+ "🚴🏻": {
+ "default": [
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车赛",
+ "自行车骑士",
+ "较浅肤色",
+ "运动",
+ "骑单车",
+ "骑脚踏车者",
+ "骑自行车",
+ "骑自行车的人",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑自行车: 较浅肤色"
+ ]
+ },
+ "🚴🏼": {
+ "default": [
+ "中等-浅肤色",
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车赛",
+ "自行车骑士",
+ "运动",
+ "骑单车",
+ "骑脚踏车者",
+ "骑自行车",
+ "骑自行车的人",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑自行车: 中等-浅肤色"
+ ]
+ },
+ "🚴🏽": {
+ "default": [
+ "中等肤色",
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车赛",
+ "自行车骑士",
+ "运动",
+ "骑单车",
+ "骑脚踏车者",
+ "骑自行车",
+ "骑自行车的人",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑自行车: 中等肤色"
+ ]
+ },
+ "🚴🏾": {
+ "default": [
+ "中等-深肤色",
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车赛",
+ "自行车骑士",
+ "运动",
+ "骑单车",
+ "骑脚踏车者",
+ "骑自行车",
+ "骑自行车的人",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑自行车: 中等-深肤色"
+ ]
+ },
+ "🚴🏿": {
+ "default": [
+ "单车",
+ "脚踏车",
+ "自行车",
+ "自行车赛",
+ "自行车骑士",
+ "较深肤色",
+ "运动",
+ "骑单车",
+ "骑脚踏车者",
+ "骑自行车",
+ "骑自行车的人",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑自行车: 较深肤色"
+ ]
+ },
+ "🚴🏻♂": {
+ "default": [
+ "单车",
+ "男",
+ "男生骑自行车",
+ "自行车",
+ "较浅肤色",
+ "骑车"
+ ],
+ "tts": [
+ "男生骑自行车: 较浅肤色"
+ ]
+ },
+ "🚴🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "单车",
+ "男",
+ "男生骑自行车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "男生骑自行车: 中等-浅肤色"
+ ]
+ },
+ "🚴🏽♂": {
+ "default": [
+ "中等肤色",
+ "单车",
+ "男",
+ "男生骑自行车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "男生骑自行车: 中等肤色"
+ ]
+ },
+ "🚴🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "单车",
+ "男",
+ "男生骑自行车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "男生骑自行车: 中等-深肤色"
+ ]
+ },
+ "🚴🏿♂": {
+ "default": [
+ "单车",
+ "男",
+ "男生骑自行车",
+ "自行车",
+ "较深肤色",
+ "骑车"
+ ],
+ "tts": [
+ "男生骑自行车: 较深肤色"
+ ]
+ },
+ "🚴🏻♀": {
+ "default": [
+ "单车",
+ "女",
+ "女生骑自行车",
+ "女生骑车",
+ "自行车",
+ "较浅肤色",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑自行车: 较浅肤色"
+ ]
+ },
+ "🚴🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "单车",
+ "女",
+ "女生骑自行车",
+ "女生骑车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑自行车: 中等-浅肤色"
+ ]
+ },
+ "🚴🏽♀": {
+ "default": [
+ "中等肤色",
+ "单车",
+ "女",
+ "女生骑自行车",
+ "女生骑车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑自行车: 中等肤色"
+ ]
+ },
+ "🚴🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "单车",
+ "女",
+ "女生骑自行车",
+ "女生骑车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑自行车: 中等-深肤色"
+ ]
+ },
+ "🚴🏿♀": {
+ "default": [
+ "单车",
+ "女",
+ "女生骑自行车",
+ "女生骑车",
+ "自行车",
+ "较深肤色",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑自行车: 较深肤色"
+ ]
+ },
+ "🚵🏻": {
+ "default": [
+ "体育竞技",
+ "单车",
+ "山",
+ "山地自行车",
+ "山地车",
+ "山地骑行的人",
+ "自行车",
+ "较浅肤色",
+ "运动",
+ "骑山地车",
+ "骑山地车的人",
+ "骑自行车",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑山地车: 较浅肤色"
+ ]
+ },
+ "🚵🏼": {
+ "default": [
+ "中等-浅肤色",
+ "体育竞技",
+ "单车",
+ "山",
+ "山地自行车",
+ "山地车",
+ "山地骑行的人",
+ "自行车",
+ "运动",
+ "骑山地车",
+ "骑山地车的人",
+ "骑自行车",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑山地车: 中等-浅肤色"
+ ]
+ },
+ "🚵🏽": {
+ "default": [
+ "中等肤色",
+ "体育竞技",
+ "单车",
+ "山",
+ "山地自行车",
+ "山地车",
+ "山地骑行的人",
+ "自行车",
+ "运动",
+ "骑山地车",
+ "骑山地车的人",
+ "骑自行车",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑山地车: 中等肤色"
+ ]
+ },
+ "🚵🏾": {
+ "default": [
+ "中等-深肤色",
+ "体育竞技",
+ "单车",
+ "山",
+ "山地自行车",
+ "山地车",
+ "山地骑行的人",
+ "自行车",
+ "运动",
+ "骑山地车",
+ "骑山地车的人",
+ "骑自行车",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑山地车: 中等-深肤色"
+ ]
+ },
+ "🚵🏿": {
+ "default": [
+ "体育竞技",
+ "单车",
+ "山",
+ "山地自行车",
+ "山地车",
+ "山地骑行的人",
+ "自行车",
+ "较深肤色",
+ "运动",
+ "骑山地车",
+ "骑山地车的人",
+ "骑自行车",
+ "骑自行车者"
+ ],
+ "tts": [
+ "骑山地车: 较深肤色"
+ ]
+ },
+ "🚵🏻♂": {
+ "default": [
+ "单车",
+ "山地车",
+ "男",
+ "男生骑山地车",
+ "自行车",
+ "较浅肤色",
+ "骑山地车的人"
+ ],
+ "tts": [
+ "男生骑山地车: 较浅肤色"
+ ]
+ },
+ "🚵🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "单车",
+ "山地车",
+ "男",
+ "男生骑山地车",
+ "自行车",
+ "骑山地车的人"
+ ],
+ "tts": [
+ "男生骑山地车: 中等-浅肤色"
+ ]
+ },
+ "🚵🏽♂": {
+ "default": [
+ "中等肤色",
+ "单车",
+ "山地车",
+ "男",
+ "男生骑山地车",
+ "自行车",
+ "骑山地车的人"
+ ],
+ "tts": [
+ "男生骑山地车: 中等肤色"
+ ]
+ },
+ "🚵🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "单车",
+ "山地车",
+ "男",
+ "男生骑山地车",
+ "自行车",
+ "骑山地车的人"
+ ],
+ "tts": [
+ "男生骑山地车: 中等-深肤色"
+ ]
+ },
+ "🚵🏿♂": {
+ "default": [
+ "单车",
+ "山地车",
+ "男",
+ "男生骑山地车",
+ "自行车",
+ "较深肤色",
+ "骑山地车的人"
+ ],
+ "tts": [
+ "男生骑山地车: 较深肤色"
+ ]
+ },
+ "🚵🏻♀": {
+ "default": [
+ "单车",
+ "女",
+ "女生骑山地车",
+ "山地车",
+ "自行车",
+ "较浅肤色",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑山地车: 较浅肤色"
+ ]
+ },
+ "🚵🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "单车",
+ "女",
+ "女生骑山地车",
+ "山地车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑山地车: 中等-浅肤色"
+ ]
+ },
+ "🚵🏽♀": {
+ "default": [
+ "中等肤色",
+ "单车",
+ "女",
+ "女生骑山地车",
+ "山地车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑山地车: 中等肤色"
+ ]
+ },
+ "🚵🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "单车",
+ "女",
+ "女生骑山地车",
+ "山地车",
+ "自行车",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑山地车: 中等-深肤色"
+ ]
+ },
+ "🚵🏿♀": {
+ "default": [
+ "单车",
+ "女",
+ "女生骑山地车",
+ "山地车",
+ "自行车",
+ "较深肤色",
+ "骑车"
+ ],
+ "tts": [
+ "女生骑山地车: 较深肤色"
+ ]
+ },
+ "🤸🏻": {
+ "default": [
+ "人",
+ "体操",
+ "体育",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗",
+ "较浅肤色"
+ ],
+ "tts": [
+ "侧手翻: 较浅肤色"
+ ]
+ },
+ "🤸🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体操",
+ "体育",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "侧手翻: 中等-浅肤色"
+ ]
+ },
+ "🤸🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体操",
+ "体育",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "侧手翻: 中等肤色"
+ ]
+ },
+ "🤸🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体操",
+ "体育",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "侧手翻: 中等-深肤色"
+ ]
+ },
+ "🤸🏿": {
+ "default": [
+ "人",
+ "体操",
+ "体育",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗",
+ "较深肤色"
+ ],
+ "tts": [
+ "侧手翻: 较深肤色"
+ ]
+ },
+ "🤸🏻♂": {
+ "default": [
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "男",
+ "男子侧手翻",
+ "男生侧手翻",
+ "翻筋斗",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生侧手翻: 较浅肤色"
+ ]
+ },
+ "🤸🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "男",
+ "男子侧手翻",
+ "男生侧手翻",
+ "翻筋斗"
+ ],
+ "tts": [
+ "男生侧手翻: 中等-浅肤色"
+ ]
+ },
+ "🤸🏽♂": {
+ "default": [
+ "中等肤色",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "男",
+ "男子侧手翻",
+ "男生侧手翻",
+ "翻筋斗"
+ ],
+ "tts": [
+ "男生侧手翻: 中等肤色"
+ ]
+ },
+ "🤸🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "男",
+ "男子侧手翻",
+ "男生侧手翻",
+ "翻筋斗"
+ ],
+ "tts": [
+ "男生侧手翻: 中等-深肤色"
+ ]
+ },
+ "🤸🏿♂": {
+ "default": [
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "快乐",
+ "杂技",
+ "活泼",
+ "男",
+ "男子侧手翻",
+ "男生侧手翻",
+ "翻筋斗",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生侧手翻: 较深肤色"
+ ]
+ },
+ "🤸🏻♀": {
+ "default": [
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "女",
+ "女子侧手翻",
+ "女生侧手翻",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗",
+ "较浅肤色"
+ ],
+ "tts": [
+ "女生侧手翻: 较浅肤色"
+ ]
+ },
+ "🤸🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "女",
+ "女子侧手翻",
+ "女生侧手翻",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "女生侧手翻: 中等-浅肤色"
+ ]
+ },
+ "🤸🏽♀": {
+ "default": [
+ "中等肤色",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "女",
+ "女子侧手翻",
+ "女生侧手翻",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "女生侧手翻: 中等肤色"
+ ]
+ },
+ "🤸🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "女",
+ "女子侧手翻",
+ "女生侧手翻",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗"
+ ],
+ "tts": [
+ "女生侧手翻: 中等-深肤色"
+ ]
+ },
+ "🤸🏿♀": {
+ "default": [
+ "体操",
+ "侧手翻",
+ "兴奋",
+ "女",
+ "女子侧手翻",
+ "女生侧手翻",
+ "快乐",
+ "杂技",
+ "活泼",
+ "翻筋斗",
+ "较深肤色"
+ ],
+ "tts": [
+ "女生侧手翻: 较深肤色"
+ ]
+ },
+ "🤼🏻": {
+ "default": [
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较浅肤色"
+ ]
+ },
+ "🤼🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-浅肤色"
+ ]
+ },
+ "🤼🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等肤色"
+ ]
+ },
+ "🤼🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 中等-深肤色"
+ ]
+ },
+ "🤼🏿": {
+ "default": [
+ "人",
+ "体育",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "摔跤选手",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "摔跤选手: 较深肤色"
+ ]
+ },
+ "🤼🏻♂": {
+ "default": [
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较浅肤色"
+ ]
+ },
+ "🤼🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-浅肤色"
+ ]
+ },
+ "🤼🏽♂": {
+ "default": [
+ "中等肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等肤色"
+ ]
+ },
+ "🤼🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 中等-深肤色"
+ ]
+ },
+ "🤼🏿♂": {
+ "default": [
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "男",
+ "男子摔跤",
+ "男生摔跤",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "男生摔跤: 较深肤色"
+ ]
+ },
+ "🤼🏻♀": {
+ "default": [
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较浅肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较浅肤色"
+ ]
+ },
+ "🤼🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-浅肤色"
+ ]
+ },
+ "🤼🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等肤色"
+ ]
+ },
+ "🤼🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 中等-深肤色"
+ ]
+ },
+ "🤼🏿♀": {
+ "default": [
+ "女",
+ "女子摔跤",
+ "女生摔跤",
+ "对决",
+ "打架",
+ "搏斗",
+ "摔跤",
+ "摔跤比赛",
+ "擂台争霸",
+ "较深肤色",
+ "运动"
+ ],
+ "tts": [
+ "女生摔跤: 较深肤色"
+ ]
+ },
+ "🤽🏻": {
+ "default": [
+ "人",
+ "体育",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "较浅肤色",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "水球: 较浅肤色"
+ ]
+ },
+ "🤽🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体育",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "水球: 中等-浅肤色"
+ ]
+ },
+ "🤽🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体育",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "水球: 中等肤色"
+ ]
+ },
+ "🤽🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体育",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "水球: 中等-深肤色"
+ ]
+ },
+ "🤽🏿": {
+ "default": [
+ "人",
+ "体育",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "较深肤色",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "水球: 较深肤色"
+ ]
+ },
+ "🤽🏻♂": {
+ "default": [
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "男",
+ "男子玩水球",
+ "男生玩水球",
+ "较浅肤色",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "男生玩水球: 较浅肤色"
+ ]
+ },
+ "🤽🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "男",
+ "男子玩水球",
+ "男生玩水球",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "男生玩水球: 中等-浅肤色"
+ ]
+ },
+ "🤽🏽♂": {
+ "default": [
+ "中等肤色",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "男",
+ "男子玩水球",
+ "男生玩水球",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "男生玩水球: 中等肤色"
+ ]
+ },
+ "🤽🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "男",
+ "男子玩水球",
+ "男生玩水球",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "男生玩水球: 中等-深肤色"
+ ]
+ },
+ "🤽🏿♂": {
+ "default": [
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "男",
+ "男子玩水球",
+ "男生玩水球",
+ "较深肤色",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "男生玩水球: 较深肤色"
+ ]
+ },
+ "🤽🏻♀": {
+ "default": [
+ "女",
+ "女子玩水球",
+ "女生玩水球",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "较浅肤色",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "女生玩水球: 较浅肤色"
+ ]
+ },
+ "🤽🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子玩水球",
+ "女生玩水球",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "女生玩水球: 中等-浅肤色"
+ ]
+ },
+ "🤽🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子玩水球",
+ "女生玩水球",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "女生玩水球: 中等肤色"
+ ]
+ },
+ "🤽🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子玩水球",
+ "女生玩水球",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "女生玩水球: 中等-深肤色"
+ ]
+ },
+ "🤽🏿♀": {
+ "default": [
+ "女",
+ "女子玩水球",
+ "女生玩水球",
+ "水上足球",
+ "水上运动",
+ "水球",
+ "游泳",
+ "较深肤色",
+ "马可波罗游戏"
+ ],
+ "tts": [
+ "女生玩水球: 较深肤色"
+ ]
+ },
+ "🤾🏻": {
+ "default": [
+ "人",
+ "体育",
+ "手球",
+ "投",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "较浅肤色",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "手球: 较浅肤色"
+ ]
+ },
+ "🤾🏼": {
+ "default": [
+ "中等-浅肤色",
+ "人",
+ "体育",
+ "手球",
+ "投",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "手球: 中等-浅肤色"
+ ]
+ },
+ "🤾🏽": {
+ "default": [
+ "中等肤色",
+ "人",
+ "体育",
+ "手球",
+ "投",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "手球: 中等肤色"
+ ]
+ },
+ "🤾🏾": {
+ "default": [
+ "中等-深肤色",
+ "人",
+ "体育",
+ "手球",
+ "投",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "手球: 中等-深肤色"
+ ]
+ },
+ "🤾🏿": {
+ "default": [
+ "人",
+ "体育",
+ "手球",
+ "投",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "较深肤色",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "手球: 较深肤色"
+ ]
+ },
+ "🤾🏻♂": {
+ "default": [
+ "墙手球",
+ "手球",
+ "男",
+ "男生玩手球",
+ "较浅肤色"
+ ],
+ "tts": [
+ "男生玩手球: 较浅肤色"
+ ]
+ },
+ "🤾🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "墙手球",
+ "手球",
+ "男",
+ "男生玩手球"
+ ],
+ "tts": [
+ "男生玩手球: 中等-浅肤色"
+ ]
+ },
+ "🤾🏽♂": {
+ "default": [
+ "中等肤色",
+ "墙手球",
+ "手球",
+ "男",
+ "男生玩手球"
+ ],
+ "tts": [
+ "男生玩手球: 中等肤色"
+ ]
+ },
+ "🤾🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "墙手球",
+ "手球",
+ "男",
+ "男生玩手球"
+ ],
+ "tts": [
+ "男生玩手球: 中等-深肤色"
+ ]
+ },
+ "🤾🏿♂": {
+ "default": [
+ "墙手球",
+ "手球",
+ "男",
+ "男生玩手球",
+ "较深肤色"
+ ],
+ "tts": [
+ "男生玩手球: 较深肤色"
+ ]
+ },
+ "🤾🏻♀": {
+ "default": [
+ "女",
+ "女子玩手球",
+ "女生玩手球",
+ "手球",
+ "扔",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "较浅肤色",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "女生玩手球: 较浅肤色"
+ ]
+ },
+ "🤾🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女子玩手球",
+ "女生玩手球",
+ "手球",
+ "扔",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "女生玩手球: 中等-浅肤色"
+ ]
+ },
+ "🤾🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女子玩手球",
+ "女生玩手球",
+ "手球",
+ "扔",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "女生玩手球: 中等肤色"
+ ]
+ },
+ "🤾🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女子玩手球",
+ "女生玩手球",
+ "手球",
+ "扔",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "女生玩手球: 中等-深肤色"
+ ]
+ },
+ "🤾🏿♀": {
+ "default": [
+ "女",
+ "女子玩手球",
+ "女生玩手球",
+ "手球",
+ "扔",
+ "投球",
+ "抛",
+ "接球",
+ "犯规投球",
+ "球",
+ "较深肤色",
+ "运动",
+ "高球"
+ ],
+ "tts": [
+ "女生玩手球: 较深肤色"
+ ]
+ },
+ "🤹🏻": {
+ "default": [
+ "一心多用",
+ "人",
+ "平衡",
+ "平衡艺术",
+ "抛接",
+ "抛接杂耍",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "表演",
+ "较浅肤色"
+ ],
+ "tts": [
+ "抛接杂耍: 较浅肤色"
+ ]
+ },
+ "🤹🏼": {
+ "default": [
+ "一心多用",
+ "中等-浅肤色",
+ "人",
+ "平衡",
+ "平衡艺术",
+ "抛接",
+ "抛接杂耍",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "表演"
+ ],
+ "tts": [
+ "抛接杂耍: 中等-浅肤色"
+ ]
+ },
+ "🤹🏽": {
+ "default": [
+ "一心多用",
+ "中等肤色",
+ "人",
+ "平衡",
+ "平衡艺术",
+ "抛接",
+ "抛接杂耍",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "表演"
+ ],
+ "tts": [
+ "抛接杂耍: 中等肤色"
+ ]
+ },
+ "🤹🏾": {
+ "default": [
+ "一心多用",
+ "中等-深肤色",
+ "人",
+ "平衡",
+ "平衡艺术",
+ "抛接",
+ "抛接杂耍",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "表演"
+ ],
+ "tts": [
+ "抛接杂耍: 中等-深肤色"
+ ]
+ },
+ "🤹🏿": {
+ "default": [
+ "一心多用",
+ "人",
+ "平衡",
+ "平衡艺术",
+ "抛接",
+ "抛接杂耍",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "表演",
+ "较深肤色"
+ ],
+ "tts": [
+ "抛接杂耍: 较深肤色"
+ ]
+ },
+ "🤹🏻♂": {
+ "default": [
+ "一心多用",
+ "平衡艺术",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "男",
+ "男子",
+ "男生抛接杂耍",
+ "较浅肤色",
+ "颠球"
+ ],
+ "tts": [
+ "男生抛接杂耍: 较浅肤色"
+ ]
+ },
+ "🤹🏼♂": {
+ "default": [
+ "一心多用",
+ "中等-浅肤色",
+ "平衡艺术",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "男",
+ "男子",
+ "男生抛接杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "男生抛接杂耍: 中等-浅肤色"
+ ]
+ },
+ "🤹🏽♂": {
+ "default": [
+ "一心多用",
+ "中等肤色",
+ "平衡艺术",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "男",
+ "男子",
+ "男生抛接杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "男生抛接杂耍: 中等肤色"
+ ]
+ },
+ "🤹🏾♂": {
+ "default": [
+ "一心多用",
+ "中等-深肤色",
+ "平衡艺术",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "男",
+ "男子",
+ "男生抛接杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "男生抛接杂耍: 中等-深肤色"
+ ]
+ },
+ "🤹🏿♂": {
+ "default": [
+ "一心多用",
+ "平衡艺术",
+ "抛接球",
+ "操纵",
+ "杂技",
+ "杂耍",
+ "男",
+ "男子",
+ "男生抛接杂耍",
+ "较深肤色",
+ "颠球"
+ ],
+ "tts": [
+ "男生抛接杂耍: 较深肤色"
+ ]
+ },
+ "🤹🏻♀": {
+ "default": [
+ "女",
+ "女生抛接杂耍",
+ "杂技",
+ "杂耍",
+ "较浅肤色",
+ "颠球"
+ ],
+ "tts": [
+ "女生抛接杂耍: 较浅肤色"
+ ]
+ },
+ "🤹🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "女",
+ "女生抛接杂耍",
+ "杂技",
+ "杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "女生抛接杂耍: 中等-浅肤色"
+ ]
+ },
+ "🤹🏽♀": {
+ "default": [
+ "中等肤色",
+ "女",
+ "女生抛接杂耍",
+ "杂技",
+ "杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "女生抛接杂耍: 中等肤色"
+ ]
+ },
+ "🤹🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "女",
+ "女生抛接杂耍",
+ "杂技",
+ "杂耍",
+ "颠球"
+ ],
+ "tts": [
+ "女生抛接杂耍: 中等-深肤色"
+ ]
+ },
+ "🤹🏿♀": {
+ "default": [
+ "女",
+ "女生抛接杂耍",
+ "杂技",
+ "杂耍",
+ "较深肤色",
+ "颠球"
+ ],
+ "tts": [
+ "女生抛接杂耍: 较深肤色"
+ ]
+ },
+ "🧘🏻": {
+ "default": [
+ "冥想",
+ "放松",
+ "沉思",
+ "瑜伽",
+ "盘腿的人",
+ "盘腿而坐",
+ "禅",
+ "莲花坐的人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "盘腿的人: 较浅肤色"
+ ]
+ },
+ "🧘🏼": {
+ "default": [
+ "中等-浅肤色",
+ "冥想",
+ "放松",
+ "沉思",
+ "瑜伽",
+ "盘腿的人",
+ "盘腿而坐",
+ "禅",
+ "莲花坐的人"
+ ],
+ "tts": [
+ "盘腿的人: 中等-浅肤色"
+ ]
+ },
+ "🧘🏽": {
+ "default": [
+ "中等肤色",
+ "冥想",
+ "放松",
+ "沉思",
+ "瑜伽",
+ "盘腿的人",
+ "盘腿而坐",
+ "禅",
+ "莲花坐的人"
+ ],
+ "tts": [
+ "盘腿的人: 中等肤色"
+ ]
+ },
+ "🧘🏾": {
+ "default": [
+ "中等-深肤色",
+ "冥想",
+ "放松",
+ "沉思",
+ "瑜伽",
+ "盘腿的人",
+ "盘腿而坐",
+ "禅",
+ "莲花坐的人"
+ ],
+ "tts": [
+ "盘腿的人: 中等-深肤色"
+ ]
+ },
+ "🧘🏿": {
+ "default": [
+ "冥想",
+ "放松",
+ "沉思",
+ "瑜伽",
+ "盘腿的人",
+ "盘腿而坐",
+ "禅",
+ "莲花坐的人",
+ "较深肤色"
+ ],
+ "tts": [
+ "盘腿的人: 较深肤色"
+ ]
+ },
+ "🧘🏻♂": {
+ "default": [
+ "和尚",
+ "瑜伽男",
+ "盘腿的男人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "盘腿的男人: 较浅肤色"
+ ]
+ },
+ "🧘🏼♂": {
+ "default": [
+ "中等-浅肤色",
+ "和尚",
+ "瑜伽男",
+ "盘腿的男人"
+ ],
+ "tts": [
+ "盘腿的男人: 中等-浅肤色"
+ ]
+ },
+ "🧘🏽♂": {
+ "default": [
+ "中等肤色",
+ "和尚",
+ "瑜伽男",
+ "盘腿的男人"
+ ],
+ "tts": [
+ "盘腿的男人: 中等肤色"
+ ]
+ },
+ "🧘🏾♂": {
+ "default": [
+ "中等-深肤色",
+ "和尚",
+ "瑜伽男",
+ "盘腿的男人"
+ ],
+ "tts": [
+ "盘腿的男人: 中等-深肤色"
+ ]
+ },
+ "🧘🏿♂": {
+ "default": [
+ "和尚",
+ "瑜伽男",
+ "盘腿的男人",
+ "较深肤色"
+ ],
+ "tts": [
+ "盘腿的男人: 较深肤色"
+ ]
+ },
+ "🧘🏻♀": {
+ "default": [
+ "尼姑",
+ "比丘尼",
+ "瑜伽女",
+ "盘腿的女人",
+ "较浅肤色"
+ ],
+ "tts": [
+ "盘腿的女人: 较浅肤色"
+ ]
+ },
+ "🧘🏼♀": {
+ "default": [
+ "中等-浅肤色",
+ "尼姑",
+ "比丘尼",
+ "瑜伽女",
+ "盘腿的女人"
+ ],
+ "tts": [
+ "盘腿的女人: 中等-浅肤色"
+ ]
+ },
+ "🧘🏽♀": {
+ "default": [
+ "中等肤色",
+ "尼姑",
+ "比丘尼",
+ "瑜伽女",
+ "盘腿的女人"
+ ],
+ "tts": [
+ "盘腿的女人: 中等肤色"
+ ]
+ },
+ "🧘🏾♀": {
+ "default": [
+ "中等-深肤色",
+ "尼姑",
+ "比丘尼",
+ "瑜伽女",
+ "盘腿的女人"
+ ],
+ "tts": [
+ "盘腿的女人: 中等-深肤色"
+ ]
+ },
+ "🧘🏿♀": {
+ "default": [
+ "尼姑",
+ "比丘尼",
+ "瑜伽女",
+ "盘腿的女人",
+ "较深肤色"
+ ],
+ "tts": [
+ "盘腿的女人: 较深肤色"
+ ]
+ },
+ "🛀🏻": {
+ "default": [
+ "洗澡",
+ "洗澡的人",
+ "浴盆",
+ "浴缸",
+ "澡盆",
+ "盆浴",
+ "较浅肤色"
+ ],
+ "tts": [
+ "洗澡的人: 较浅肤色"
+ ]
+ },
+ "🛀🏼": {
+ "default": [
+ "中等-浅肤色",
+ "洗澡",
+ "洗澡的人",
+ "浴盆",
+ "浴缸",
+ "澡盆",
+ "盆浴"
+ ],
+ "tts": [
+ "洗澡的人: 中等-浅肤色"
+ ]
+ },
+ "🛀🏽": {
+ "default": [
+ "中等肤色",
+ "洗澡",
+ "洗澡的人",
+ "浴盆",
+ "浴缸",
+ "澡盆",
+ "盆浴"
+ ],
+ "tts": [
+ "洗澡的人: 中等肤色"
+ ]
+ },
+ "🛀🏾": {
+ "default": [
+ "中等-深肤色",
+ "洗澡",
+ "洗澡的人",
+ "浴盆",
+ "浴缸",
+ "澡盆",
+ "盆浴"
+ ],
+ "tts": [
+ "洗澡的人: 中等-深肤色"
+ ]
+ },
+ "🛀🏿": {
+ "default": [
+ "洗澡",
+ "洗澡的人",
+ "浴盆",
+ "浴缸",
+ "澡盆",
+ "盆浴",
+ "较深肤色"
+ ],
+ "tts": [
+ "洗澡的人: 较深肤色"
+ ]
+ },
+ "🛌🏻": {
+ "default": [
+ "入睡",
+ "夜里",
+ "宾馆",
+ "晚安",
+ "躺在床上的人",
+ "较浅肤色",
+ "酒店"
+ ],
+ "tts": [
+ "躺在床上的人: 较浅肤色"
+ ]
+ },
+ "🛌🏼": {
+ "default": [
+ "中等-浅肤色",
+ "入睡",
+ "夜里",
+ "宾馆",
+ "晚安",
+ "躺在床上的人",
+ "酒店"
+ ],
+ "tts": [
+ "躺在床上的人: 中等-浅肤色"
+ ]
+ },
+ "🛌🏽": {
+ "default": [
+ "中等肤色",
+ "入睡",
+ "夜里",
+ "宾馆",
+ "晚安",
+ "躺在床上的人",
+ "酒店"
+ ],
+ "tts": [
+ "躺在床上的人: 中等肤色"
+ ]
+ },
+ "🛌🏾": {
+ "default": [
+ "中等-深肤色",
+ "入睡",
+ "夜里",
+ "宾馆",
+ "晚安",
+ "躺在床上的人",
+ "酒店"
+ ],
+ "tts": [
+ "躺在床上的人: 中等-深肤色"
+ ]
+ },
+ "🛌🏿": {
+ "default": [
+ "入睡",
+ "夜里",
+ "宾馆",
+ "晚安",
+ "躺在床上的人",
+ "较深肤色",
+ "酒店"
+ ],
+ "tts": [
+ "躺在床上的人: 较深肤色"
+ ]
+ },
+ "🧑🏻🤝🧑🏻": {
+ "default": [
+ "两个人手牵手",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较浅肤色"
+ ]
+ },
+ "🧑🏻🤝🧑🏼": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏻🤝🧑🏽": {
+ "default": [
+ "两个人手牵手",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较浅肤色中等肤色"
+ ]
+ },
+ "🧑🏻🤝🧑🏾": {
+ "default": [
+ "两个人手牵手",
+ "中等-深肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏻🤝🧑🏿": {
+ "default": [
+ "两个人手牵手",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较浅肤色较深肤色"
+ ]
+ },
+ "🧑🏼🤝🧑🏻": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "🧑🏼🤝🧑🏼": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-浅肤色"
+ ]
+ },
+ "🧑🏼🤝🧑🏽": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-浅肤色中等肤色"
+ ]
+ },
+ "🧑🏼🤝🧑🏾": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "🧑🏼🤝🧑🏿": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-浅肤色较深肤色"
+ ]
+ },
+ "🧑🏽🤝🧑🏻": {
+ "default": [
+ "两个人手牵手",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等肤色较浅肤色"
+ ]
+ },
+ "🧑🏽🤝🧑🏼": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏽🤝🧑🏽": {
+ "default": [
+ "两个人手牵手",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等肤色"
+ ]
+ },
+ "🧑🏽🤝🧑🏾": {
+ "default": [
+ "两个人手牵手",
+ "中等-深肤色",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等肤色中等-深肤色"
+ ]
+ },
+ "🧑🏽🤝🧑🏿": {
+ "default": [
+ "两个人手牵手",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等肤色较深肤色"
+ ]
+ },
+ "🧑🏾🤝🧑🏻": {
+ "default": [
+ "两个人手牵手",
+ "中等-深肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-深肤色较浅肤色"
+ ]
+ },
+ "🧑🏾🤝🧑🏼": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏾🤝🧑🏽": {
+ "default": [
+ "两个人手牵手",
+ "中等-深肤色",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-深肤色中等肤色"
+ ]
+ },
+ "🧑🏾🤝🧑🏾": {
+ "default": [
+ "两个人手牵手",
+ "中等-深肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-深肤色"
+ ]
+ },
+ "🧑🏾🤝🧑🏿": {
+ "default": [
+ "两个人手牵手",
+ "中等-深肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 中等-深肤色较深肤色"
+ ]
+ },
+ "🧑🏿🤝🧑🏻": {
+ "default": [
+ "两个人手牵手",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较深肤色较浅肤色"
+ ]
+ },
+ "🧑🏿🤝🧑🏼": {
+ "default": [
+ "两个人手牵手",
+ "中等-浅肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较深肤色中等-浅肤色"
+ ]
+ },
+ "🧑🏿🤝🧑🏽": {
+ "default": [
+ "两个人手牵手",
+ "中等肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较深肤色中等肤色"
+ ]
+ },
+ "🧑🏿🤝🧑🏾": {
+ "default": [
+ "两个人手牵手",
+ "中等-深肤色",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较深肤色中等-深肤色"
+ ]
+ },
+ "🧑🏿🤝🧑🏿": {
+ "default": [
+ "两个人手牵手",
+ "人",
+ "情侣",
+ "手",
+ "手拉手的两个人",
+ "手牵手的人",
+ "拉手",
+ "握手",
+ "牵手",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个人: 较深肤色"
+ ]
+ },
+ "👭🏻": {
+ "default": [
+ "两个女人",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较浅肤色"
+ ]
+ },
+ "👩🏻🤝👩🏼": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻🤝👩🏽": {
+ "default": [
+ "两个女人",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻🤝👩🏾": {
+ "default": [
+ "两个女人",
+ "中等-深肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻🤝👩🏿": {
+ "default": [
+ "两个女人",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼🤝👩🏻": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "👭🏼": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-浅肤色"
+ ]
+ },
+ "👩🏼🤝👩🏽": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼🤝👩🏾": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼🤝👩🏿": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽🤝👩🏻": {
+ "default": [
+ "两个女人",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽🤝👩🏼": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等肤色中等-浅肤色"
+ ]
+ },
+ "👭🏽": {
+ "default": [
+ "两个女人",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等肤色"
+ ]
+ },
+ "👩🏽🤝👩🏾": {
+ "default": [
+ "两个女人",
+ "中等-深肤色",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽🤝👩🏿": {
+ "default": [
+ "两个女人",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等肤色较深肤色"
+ ]
+ },
+ "👩🏾🤝👩🏻": {
+ "default": [
+ "两个女人",
+ "中等-深肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾🤝👩🏼": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾🤝👩🏽": {
+ "default": [
+ "两个女人",
+ "中等-深肤色",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-深肤色中等肤色"
+ ]
+ },
+ "👭🏾": {
+ "default": [
+ "两个女人",
+ "中等-深肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-深肤色"
+ ]
+ },
+ "👩🏾🤝👩🏿": {
+ "default": [
+ "两个女人",
+ "中等-深肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿🤝👩🏻": {
+ "default": [
+ "两个女人",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿🤝👩🏼": {
+ "default": [
+ "两个女人",
+ "中等-浅肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿🤝👩🏽": {
+ "default": [
+ "两个女人",
+ "中等肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较深肤色中等肤色"
+ ]
+ },
+ "👩🏿🤝👩🏾": {
+ "default": [
+ "两个女人",
+ "中等-深肤色",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较深肤色中等-深肤色"
+ ]
+ },
+ "👭🏿": {
+ "default": [
+ "两个女人",
+ "好朋友",
+ "情侣",
+ "手拉手",
+ "手拉手的两个女人",
+ "朋友",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的两个女人: 较深肤色"
+ ]
+ },
+ "👫🏻": {
+ "default": [
+ "一男一女",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较浅肤色"
+ ]
+ },
+ "👩🏻🤝👨🏼": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "👩🏻🤝👨🏽": {
+ "default": [
+ "一男一女",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较浅肤色中等肤色"
+ ]
+ },
+ "👩🏻🤝👨🏾": {
+ "default": [
+ "一男一女",
+ "中等-深肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏻🤝👨🏿": {
+ "default": [
+ "一男一女",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较浅肤色较深肤色"
+ ]
+ },
+ "👩🏼🤝👨🏻": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "👫🏼": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-浅肤色"
+ ]
+ },
+ "👩🏼🤝👨🏽": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-浅肤色中等肤色"
+ ]
+ },
+ "👩🏼🤝👨🏾": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👩🏼🤝👨🏿": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-浅肤色较深肤色"
+ ]
+ },
+ "👩🏽🤝👨🏻": {
+ "default": [
+ "一男一女",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等肤色较浅肤色"
+ ]
+ },
+ "👩🏽🤝👨🏼": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等肤色中等-浅肤色"
+ ]
+ },
+ "👫🏽": {
+ "default": [
+ "一男一女",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等肤色"
+ ]
+ },
+ "👩🏽🤝👨🏾": {
+ "default": [
+ "一男一女",
+ "中等-深肤色",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等肤色中等-深肤色"
+ ]
+ },
+ "👩🏽🤝👨🏿": {
+ "default": [
+ "一男一女",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等肤色较深肤色"
+ ]
+ },
+ "👩🏾🤝👨🏻": {
+ "default": [
+ "一男一女",
+ "中等-深肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-深肤色较浅肤色"
+ ]
+ },
+ "👩🏾🤝👨🏼": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏾🤝👨🏽": {
+ "default": [
+ "一男一女",
+ "中等-深肤色",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-深肤色中等肤色"
+ ]
+ },
+ "👫🏾": {
+ "default": [
+ "一男一女",
+ "中等-深肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-深肤色"
+ ]
+ },
+ "👩🏾🤝👨🏿": {
+ "default": [
+ "一男一女",
+ "中等-深肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 中等-深肤色较深肤色"
+ ]
+ },
+ "👩🏿🤝👨🏻": {
+ "default": [
+ "一男一女",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较浅肤色",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较深肤色较浅肤色"
+ ]
+ },
+ "👩🏿🤝👨🏼": {
+ "default": [
+ "一男一女",
+ "中等-浅肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较深肤色中等-浅肤色"
+ ]
+ },
+ "👩🏿🤝👨🏽": {
+ "default": [
+ "一男一女",
+ "中等肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较深肤色中等肤色"
+ ]
+ },
+ "👩🏿🤝👨🏾": {
+ "default": [
+ "一男一女",
+ "中等-深肤色",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较深肤色中等-深肤色"
+ ]
+ },
+ "👫🏿": {
+ "default": [
+ "一男一女",
+ "情侣",
+ "手拉手",
+ "手拉手的一男一女",
+ "相恋",
+ "较深肤色"
+ ],
+ "tts": [
+ "手拉手的一男一女: 较深肤色"
+ ]
+ },
+ "👬🏻": {
+ "default": [
+ "两个男人",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较浅肤色"
+ ]
+ },
+ "👨🏻🤝👨🏼": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较浅肤色中等-浅肤色"
+ ]
+ },
+ "👨🏻🤝👨🏽": {
+ "default": [
+ "两个男人",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较浅肤色中等肤色"
+ ]
+ },
+ "👨🏻🤝👨🏾": {
+ "default": [
+ "两个男人",
+ "中等-深肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏻🤝👨🏿": {
+ "default": [
+ "两个男人",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较浅肤色较深肤色"
+ ]
+ },
+ "👨🏼🤝👨🏻": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-浅肤色较浅肤色"
+ ]
+ },
+ "👬🏼": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-浅肤色"
+ ]
+ },
+ "👨🏼🤝👨🏽": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-浅肤色中等肤色"
+ ]
+ },
+ "👨🏼🤝👨🏾": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-浅肤色中等-深肤色"
+ ]
+ },
+ "👨🏼🤝👨🏿": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-浅肤色较深肤色"
+ ]
+ },
+ "👨🏽🤝👨🏻": {
+ "default": [
+ "两个男人",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等肤色较浅肤色"
+ ]
+ },
+ "👨🏽🤝👨🏼": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等肤色中等-浅肤色"
+ ]
+ },
+ "👬🏽": {
+ "default": [
+ "两个男人",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等肤色"
+ ]
+ },
+ "👨🏽🤝👨🏾": {
+ "default": [
+ "两个男人",
+ "中等-深肤色",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等肤色中等-深肤色"
+ ]
+ },
+ "👨🏽🤝👨🏿": {
+ "default": [
+ "两个男人",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等肤色较深肤色"
+ ]
+ },
+ "👨🏾🤝👨🏻": {
+ "default": [
+ "两个男人",
+ "中等-深肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-深肤色较浅肤色"
+ ]
+ },
+ "👨🏾🤝👨🏼": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "中等-深肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏾🤝👨🏽": {
+ "default": [
+ "两个男人",
+ "中等-深肤色",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-深肤色中等肤色"
+ ]
+ },
+ "👬🏾": {
+ "default": [
+ "两个男人",
+ "中等-深肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-深肤色"
+ ]
+ },
+ "👨🏾🤝👨🏿": {
+ "default": [
+ "两个男人",
+ "中等-深肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 中等-深肤色较深肤色"
+ ]
+ },
+ "👨🏿🤝👨🏻": {
+ "default": [
+ "两个男人",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较浅肤色",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较深肤色较浅肤色"
+ ]
+ },
+ "👨🏿🤝👨🏼": {
+ "default": [
+ "两个男人",
+ "中等-浅肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较深肤色中等-浅肤色"
+ ]
+ },
+ "👨🏿🤝👨🏽": {
+ "default": [
+ "两个男人",
+ "中等肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较深肤色中等肤色"
+ ]
+ },
+ "👨🏿🤝👨🏾": {
+ "default": [
+ "两个男人",
+ "中等-深肤色",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较深肤色中等-深肤色"
+ ]
+ },
+ "👬🏿": {
+ "default": [
+ "两个男人",
+ "双子座",
+ "情侣",
+ "手拉手",
+ "手拉手的两个男人",
+ "朋友",
+ "较深肤色",
+ "黄道十二宫"
+ ],
+ "tts": [
+ "手拉手的两个男人: 较深肤色"
+ ]
+ },
+ "💏🏻": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "亲吻: 较浅肤色"
+ ]
+ },
+ "💏🏼": {
+ "default": [
+ "中等-浅肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 中等-浅肤色"
+ ]
+ },
+ "💏🏽": {
+ "default": [
+ "中等肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 中等肤色"
+ ]
+ },
+ "💏🏾": {
+ "default": [
+ "中等-深肤色",
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 中等-深肤色"
+ ]
+ },
+ "💏🏿": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "亲吻: 较深肤色"
+ ]
+ },
+ "👩❤💋👨": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人男人"
+ ]
+ },
+ "👨❤💋👨": {
+ "default": [
+ "亲吻",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "男人",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 男人男人"
+ ]
+ },
+ "👩❤💋👩": {
+ "default": [
+ "亲吻",
+ "女人",
+ "宝贝",
+ "情侣",
+ "接吻",
+ "浪漫",
+ "约会"
+ ],
+ "tts": [
+ "亲吻: 女人女人"
+ ]
+ },
+ "💑🏻": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较浅肤色"
+ ],
+ "tts": [
+ "情侣: 较浅肤色"
+ ]
+ },
+ "💑🏼": {
+ "default": [
+ "中等-浅肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 中等-浅肤色"
+ ]
+ },
+ "💑🏽": {
+ "default": [
+ "中等肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 中等肤色"
+ ]
+ },
+ "💑🏾": {
+ "default": [
+ "中等-深肤色",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 中等-深肤色"
+ ]
+ },
+ "💑🏿": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会",
+ "较深肤色"
+ ],
+ "tts": [
+ "情侣: 较深肤色"
+ ]
+ },
+ "👩❤👨": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人男人"
+ ]
+ },
+ "👨❤👨": {
+ "default": [
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "男人",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 男人男人"
+ ]
+ },
+ "👩❤👩": {
+ "default": [
+ "女人",
+ "恋爱",
+ "情侣",
+ "浪漫",
+ "红心",
+ "约会"
+ ],
+ "tts": [
+ "情侣: 女人女人"
+ ]
+ },
+ "👨👩👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人女人男孩"
+ ]
+ },
+ "👨👩👧": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "tts": [
+ "家庭: 男人女人女孩"
+ ]
+ },
+ "👨👩👧👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人女人女孩男孩"
+ ]
+ },
+ "👨👩👦👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人女人男孩男孩"
+ ]
+ },
+ "👨👩👧👧": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "tts": [
+ "家庭: 男人女人女孩女孩"
+ ]
+ },
+ "👨👨👦": {
+ "default": [
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人男人男孩"
+ ]
+ },
+ "👨👨👧": {
+ "default": [
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "tts": [
+ "家庭: 男人男人女孩"
+ ]
+ },
+ "👨👨👧👦": {
+ "default": [
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人男人女孩男孩"
+ ]
+ },
+ "👨👨👦👦": {
+ "default": [
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人男人男孩男孩"
+ ]
+ },
+ "👨👨👧👧": {
+ "default": [
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "tts": [
+ "家庭: 男人男人女孩女孩"
+ ]
+ },
+ "👩👩👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 女人女人男孩"
+ ]
+ },
+ "👩👩👧": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "tts": [
+ "家庭: 女人女人女孩"
+ ]
+ },
+ "👩👩👧👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 女人女人女孩男孩"
+ ]
+ },
+ "👩👩👦👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 女人女人男孩男孩"
+ ]
+ },
+ "👩👩👧👧": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "tts": [
+ "家庭: 女人女人女孩女孩"
+ ]
+ },
+ "👨👦": {
+ "default": [
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人男孩"
+ ]
+ },
+ "👨👦👦": {
+ "default": [
+ "亲子",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人男孩男孩"
+ ]
+ },
+ "👨👧": {
+ "default": [
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "tts": [
+ "家庭: 男人女孩"
+ ]
+ },
+ "👨👧👦": {
+ "default": [
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 男人女孩男孩"
+ ]
+ },
+ "👨👧👧": {
+ "default": [
+ "亲子",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男人"
+ ],
+ "tts": [
+ "家庭: 男人女孩女孩"
+ ]
+ },
+ "👩👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 女人男孩"
+ ]
+ },
+ "👩👦👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 女人男孩男孩"
+ ]
+ },
+ "👩👧": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "tts": [
+ "家庭: 女人女孩"
+ ]
+ },
+ "👩👧👦": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子",
+ "男孩"
+ ],
+ "tts": [
+ "家庭: 女人女孩男孩"
+ ]
+ },
+ "👩👧👧": {
+ "default": [
+ "亲子",
+ "女人",
+ "女孩",
+ "家庭",
+ "父母和儿子"
+ ],
+ "tts": [
+ "家庭: 女人女孩女孩"
+ ]
+ },
+ "#⃣": {
+ "default": [
+ "按键"
+ ],
+ "tts": [
+ "按键: #"
+ ]
+ },
+ "*⃣": {
+ "default": [
+ "按键"
+ ],
+ "tts": [
+ "按键: *"
+ ]
+ },
+ "🔟": {
+ "default": [
+ "按键"
+ ],
+ "tts": [
+ "按键: 10"
+ ]
+ },
+ "🇦🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿森松岛"
+ ]
+ },
+ "🇦🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 安道尔"
+ ]
+ },
+ "🇦🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿拉伯联合酋长国"
+ ]
+ },
+ "🇦🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿富汗"
+ ]
+ },
+ "🇦🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 安提瓜和巴布达"
+ ]
+ },
+ "🇦🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 安圭拉"
+ ]
+ },
+ "🇦🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿尔巴尼亚"
+ ]
+ },
+ "🇦🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 亚美尼亚"
+ ]
+ },
+ "🇦🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 安哥拉"
+ ]
+ },
+ "🇦🇶": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 南极洲"
+ ]
+ },
+ "🇦🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿根廷"
+ ]
+ },
+ "🇦🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 美属萨摩亚"
+ ]
+ },
+ "🇦🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 奥地利"
+ ]
+ },
+ "🇦🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 澳大利亚"
+ ]
+ },
+ "🇦🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿鲁巴"
+ ]
+ },
+ "🇦🇽": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 奥兰群岛"
+ ]
+ },
+ "🇦🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿塞拜疆"
+ ]
+ },
+ "🇧🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 波斯尼亚和黑塞哥维那"
+ ]
+ },
+ "🇧🇧": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴巴多斯"
+ ]
+ },
+ "🇧🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 孟加拉国"
+ ]
+ },
+ "🇧🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 比利时"
+ ]
+ },
+ "🇧🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 布基纳法索"
+ ]
+ },
+ "🇧🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 保加利亚"
+ ]
+ },
+ "🇧🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴林"
+ ]
+ },
+ "🇧🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 布隆迪"
+ ]
+ },
+ "🇧🇯": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 贝宁"
+ ]
+ },
+ "🇧🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣巴泰勒米"
+ ]
+ },
+ "🇧🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 百慕大"
+ ]
+ },
+ "🇧🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 文莱"
+ ]
+ },
+ "🇧🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 玻利维亚"
+ ]
+ },
+ "🇧🇶": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 荷属加勒比区"
+ ]
+ },
+ "🇧🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴西"
+ ]
+ },
+ "🇧🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴哈马"
+ ]
+ },
+ "🇧🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 不丹"
+ ]
+ },
+ "🇧🇻": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 布韦岛"
+ ]
+ },
+ "🇧🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 博茨瓦纳"
+ ]
+ },
+ "🇧🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 白俄罗斯"
+ ]
+ },
+ "🇧🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 伯利兹"
+ ]
+ },
+ "🇨🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 加拿大"
+ ]
+ },
+ "🇨🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 科科斯(基林)群岛"
+ ]
+ },
+ "🇨🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 刚果(金)"
+ ]
+ },
+ "🇨🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 中非共和国"
+ ]
+ },
+ "🇨🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 刚果(布)"
+ ]
+ },
+ "🇨🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 瑞士"
+ ]
+ },
+ "🇨🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 科特迪瓦"
+ ]
+ },
+ "🇨🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 库克群岛"
+ ]
+ },
+ "🇨🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 智利"
+ ]
+ },
+ "🇨🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 喀麦隆"
+ ]
+ },
+ "🇨🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 中国"
+ ]
+ },
+ "🇨🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 哥伦比亚"
+ ]
+ },
+ "🇨🇵": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 克利珀顿岛"
+ ]
+ },
+ "🇨🇶": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 萨克岛"
+ ]
+ },
+ "🇨🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 哥斯达黎加"
+ ]
+ },
+ "🇨🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 古巴"
+ ]
+ },
+ "🇨🇻": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 佛得角"
+ ]
+ },
+ "🇨🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 库拉索"
+ ]
+ },
+ "🇨🇽": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣诞岛"
+ ]
+ },
+ "🇨🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 塞浦路斯"
+ ]
+ },
+ "🇨🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 捷克"
+ ]
+ },
+ "🇩🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 德国"
+ ]
+ },
+ "🇩🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 迪戈加西亚岛"
+ ]
+ },
+ "🇩🇯": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 吉布提"
+ ]
+ },
+ "🇩🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 丹麦"
+ ]
+ },
+ "🇩🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 多米尼克"
+ ]
+ },
+ "🇩🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 多米尼加共和国"
+ ]
+ },
+ "🇩🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿尔及利亚"
+ ]
+ },
+ "🇪🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 休达及梅利利亚"
+ ]
+ },
+ "🇪🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 厄瓜多尔"
+ ]
+ },
+ "🇪🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 爱沙尼亚"
+ ]
+ },
+ "🇪🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 埃及"
+ ]
+ },
+ "🇪🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 西撒哈拉"
+ ]
+ },
+ "🇪🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 厄立特里亚"
+ ]
+ },
+ "🇪🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 西班牙"
+ ]
+ },
+ "🇪🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 埃塞俄比亚"
+ ]
+ },
+ "🇪🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 欧盟"
+ ]
+ },
+ "🇫🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 芬兰"
+ ]
+ },
+ "🇫🇯": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 斐济"
+ ]
+ },
+ "🇫🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 福克兰群岛"
+ ]
+ },
+ "🇫🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 密克罗尼西亚"
+ ]
+ },
+ "🇫🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 法罗群岛"
+ ]
+ },
+ "🇫🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 法国"
+ ]
+ },
+ "🇬🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 加蓬"
+ ]
+ },
+ "🇬🇧": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 英国"
+ ]
+ },
+ "🇬🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 格林纳达"
+ ]
+ },
+ "🇬🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 格鲁吉亚"
+ ]
+ },
+ "🇬🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 法属圭亚那"
+ ]
+ },
+ "🇬🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 根西岛"
+ ]
+ },
+ "🇬🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 加纳"
+ ]
+ },
+ "🇬🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 直布罗陀"
+ ]
+ },
+ "🇬🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 格陵兰"
+ ]
+ },
+ "🇬🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 冈比亚"
+ ]
+ },
+ "🇬🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 几内亚"
+ ]
+ },
+ "🇬🇵": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 瓜德罗普"
+ ]
+ },
+ "🇬🇶": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 赤道几内亚"
+ ]
+ },
+ "🇬🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 希腊"
+ ]
+ },
+ "🇬🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 南乔治亚和南桑威奇群岛"
+ ]
+ },
+ "🇬🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 危地马拉"
+ ]
+ },
+ "🇬🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 关岛"
+ ]
+ },
+ "🇬🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 几内亚比绍"
+ ]
+ },
+ "🇬🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圭亚那"
+ ]
+ },
+ "🇭🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 中国香港特别行政区"
+ ]
+ },
+ "🇭🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 赫德岛和麦克唐纳群岛"
+ ]
+ },
+ "🇭🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 洪都拉斯"
+ ]
+ },
+ "🇭🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 克罗地亚"
+ ]
+ },
+ "🇭🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 海地"
+ ]
+ },
+ "🇭🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 匈牙利"
+ ]
+ },
+ "🇮🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 加纳利群岛"
+ ]
+ },
+ "🇮🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 印度尼西亚"
+ ]
+ },
+ "🇮🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 爱尔兰"
+ ]
+ },
+ "🇮🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 以色列"
+ ]
+ },
+ "🇮🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马恩岛"
+ ]
+ },
+ "🇮🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 印度"
+ ]
+ },
+ "🇮🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 英属印度洋领地"
+ ]
+ },
+ "🇮🇶": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 伊拉克"
+ ]
+ },
+ "🇮🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 伊朗"
+ ]
+ },
+ "🇮🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 冰岛"
+ ]
+ },
+ "🇮🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 意大利"
+ ]
+ },
+ "🇯🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 泽西岛"
+ ]
+ },
+ "🇯🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 牙买加"
+ ]
+ },
+ "🇯🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 约旦"
+ ]
+ },
+ "🇯🇵": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 日本"
+ ]
+ },
+ "🇰🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 肯尼亚"
+ ]
+ },
+ "🇰🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 吉尔吉斯斯坦"
+ ]
+ },
+ "🇰🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 柬埔寨"
+ ]
+ },
+ "🇰🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 基里巴斯"
+ ]
+ },
+ "🇰🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 科摩罗"
+ ]
+ },
+ "🇰🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣基茨和尼维斯"
+ ]
+ },
+ "🇰🇵": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 朝鲜"
+ ]
+ },
+ "🇰🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 韩国"
+ ]
+ },
+ "🇰🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 科威特"
+ ]
+ },
+ "🇰🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 开曼群岛"
+ ]
+ },
+ "🇰🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 哈萨克斯坦"
+ ]
+ },
+ "🇱🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 老挝"
+ ]
+ },
+ "🇱🇧": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 黎巴嫩"
+ ]
+ },
+ "🇱🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣卢西亚"
+ ]
+ },
+ "🇱🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 列支敦士登"
+ ]
+ },
+ "🇱🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 斯里兰卡"
+ ]
+ },
+ "🇱🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 利比里亚"
+ ]
+ },
+ "🇱🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 莱索托"
+ ]
+ },
+ "🇱🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 立陶宛"
+ ]
+ },
+ "🇱🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 卢森堡"
+ ]
+ },
+ "🇱🇻": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 拉脱维亚"
+ ]
+ },
+ "🇱🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 利比亚"
+ ]
+ },
+ "🇲🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 摩洛哥"
+ ]
+ },
+ "🇲🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 摩纳哥"
+ ]
+ },
+ "🇲🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 摩尔多瓦"
+ ]
+ },
+ "🇲🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 黑山"
+ ]
+ },
+ "🇲🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 法属圣马丁"
+ ]
+ },
+ "🇲🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马达加斯加"
+ ]
+ },
+ "🇲🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马绍尔群岛"
+ ]
+ },
+ "🇲🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 北马其顿"
+ ]
+ },
+ "🇲🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马里"
+ ]
+ },
+ "🇲🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 缅甸"
+ ]
+ },
+ "🇲🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 蒙古"
+ ]
+ },
+ "🇲🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 中国澳门特别行政区"
+ ]
+ },
+ "🇲🇵": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 北马里亚纳群岛"
+ ]
+ },
+ "🇲🇶": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马提尼克"
+ ]
+ },
+ "🇲🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 毛里塔尼亚"
+ ]
+ },
+ "🇲🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 蒙特塞拉特"
+ ]
+ },
+ "🇲🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马耳他"
+ ]
+ },
+ "🇲🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 毛里求斯"
+ ]
+ },
+ "🇲🇻": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马尔代夫"
+ ]
+ },
+ "🇲🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马拉维"
+ ]
+ },
+ "🇲🇽": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 墨西哥"
+ ]
+ },
+ "🇲🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马来西亚"
+ ]
+ },
+ "🇲🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 莫桑比克"
+ ]
+ },
+ "🇳🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 纳米比亚"
+ ]
+ },
+ "🇳🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 新喀里多尼亚"
+ ]
+ },
+ "🇳🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 尼日尔"
+ ]
+ },
+ "🇳🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 诺福克岛"
+ ]
+ },
+ "🇳🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 尼日利亚"
+ ]
+ },
+ "🇳🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 尼加拉瓜"
+ ]
+ },
+ "🇳🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 荷兰"
+ ]
+ },
+ "🇳🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 挪威"
+ ]
+ },
+ "🇳🇵": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 尼泊尔"
+ ]
+ },
+ "🇳🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 瑙鲁"
+ ]
+ },
+ "🇳🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 纽埃"
+ ]
+ },
+ "🇳🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 新西兰"
+ ]
+ },
+ "🇴🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 阿曼"
+ ]
+ },
+ "🇵🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴拿马"
+ ]
+ },
+ "🇵🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 秘鲁"
+ ]
+ },
+ "🇵🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 法属波利尼西亚"
+ ]
+ },
+ "🇵🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴布亚新几内亚"
+ ]
+ },
+ "🇵🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 菲律宾"
+ ]
+ },
+ "🇵🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴基斯坦"
+ ]
+ },
+ "🇵🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 波兰"
+ ]
+ },
+ "🇵🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣皮埃尔和密克隆群岛"
+ ]
+ },
+ "🇵🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 皮特凯恩群岛"
+ ]
+ },
+ "🇵🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 波多黎各"
+ ]
+ },
+ "🇵🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴勒斯坦领土"
+ ]
+ },
+ "🇵🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 葡萄牙"
+ ]
+ },
+ "🇵🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 帕劳"
+ ]
+ },
+ "🇵🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 巴拉圭"
+ ]
+ },
+ "🇶🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 卡塔尔"
+ ]
+ },
+ "🇷🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 留尼汪"
+ ]
+ },
+ "🇷🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 罗马尼亚"
+ ]
+ },
+ "🇷🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 塞尔维亚"
+ ]
+ },
+ "🇷🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 俄罗斯"
+ ]
+ },
+ "🇷🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 卢旺达"
+ ]
+ },
+ "🇸🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 沙特阿拉伯"
+ ]
+ },
+ "🇸🇧": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 所罗门群岛"
+ ]
+ },
+ "🇸🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 塞舌尔"
+ ]
+ },
+ "🇸🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 苏丹"
+ ]
+ },
+ "🇸🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 瑞典"
+ ]
+ },
+ "🇸🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 新加坡"
+ ]
+ },
+ "🇸🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣赫勒拿"
+ ]
+ },
+ "🇸🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 斯洛文尼亚"
+ ]
+ },
+ "🇸🇯": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 斯瓦尔巴和扬马延"
+ ]
+ },
+ "🇸🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 斯洛伐克"
+ ]
+ },
+ "🇸🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 塞拉利昂"
+ ]
+ },
+ "🇸🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣马力诺"
+ ]
+ },
+ "🇸🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 塞内加尔"
+ ]
+ },
+ "🇸🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 索马里"
+ ]
+ },
+ "🇸🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 苏里南"
+ ]
+ },
+ "🇸🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 南苏丹"
+ ]
+ },
+ "🇸🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣多美和普林西比"
+ ]
+ },
+ "🇸🇻": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 萨尔瓦多"
+ ]
+ },
+ "🇸🇽": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 荷属圣马丁"
+ ]
+ },
+ "🇸🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 叙利亚"
+ ]
+ },
+ "🇸🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 斯威士兰"
+ ]
+ },
+ "🇹🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 特里斯坦-达库尼亚群岛"
+ ]
+ },
+ "🇹🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 特克斯和凯科斯群岛"
+ ]
+ },
+ "🇹🇩": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 乍得"
+ ]
+ },
+ "🇹🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 法属南部领地"
+ ]
+ },
+ "🇹🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 多哥"
+ ]
+ },
+ "🇹🇭": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 泰国"
+ ]
+ },
+ "🇹🇯": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 塔吉克斯坦"
+ ]
+ },
+ "🇹🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 托克劳"
+ ]
+ },
+ "🇹🇱": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 东帝汶"
+ ]
+ },
+ "🇹🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 土库曼斯坦"
+ ]
+ },
+ "🇹🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 突尼斯"
+ ]
+ },
+ "🇹🇴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 汤加"
+ ]
+ },
+ "🇹🇷": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 土耳其"
+ ]
+ },
+ "🇹🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 特立尼达和多巴哥"
+ ]
+ },
+ "🇹🇻": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 图瓦卢"
+ ]
+ },
+ "🇹🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 台湾"
+ ]
+ },
+ "🇹🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 坦桑尼亚"
+ ]
+ },
+ "🇺🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 乌克兰"
+ ]
+ },
+ "🇺🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 乌干达"
+ ]
+ },
+ "🇺🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 美国本土外小岛屿"
+ ]
+ },
+ "🇺🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 联合国"
+ ]
+ },
+ "🇺🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 美国"
+ ]
+ },
+ "🇺🇾": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 乌拉圭"
+ ]
+ },
+ "🇺🇿": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 乌兹别克斯坦"
+ ]
+ },
+ "🇻🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 梵蒂冈"
+ ]
+ },
+ "🇻🇨": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 圣文森特和格林纳丁斯"
+ ]
+ },
+ "🇻🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 委内瑞拉"
+ ]
+ },
+ "🇻🇬": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 英属维尔京群岛"
+ ]
+ },
+ "🇻🇮": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 美属维尔京群岛"
+ ]
+ },
+ "🇻🇳": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 越南"
+ ]
+ },
+ "🇻🇺": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 瓦努阿图"
+ ]
+ },
+ "🇼🇫": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 瓦利斯和富图纳"
+ ]
+ },
+ "🇼🇸": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 萨摩亚"
+ ]
+ },
+ "🇽🇰": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 科索沃"
+ ]
+ },
+ "🇾🇪": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 也门"
+ ]
+ },
+ "🇾🇹": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 马约特"
+ ]
+ },
+ "🇿🇦": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 南非"
+ ]
+ },
+ "🇿🇲": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 赞比亚"
+ ]
+ },
+ "🇿🇼": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 津巴布韦"
+ ]
+ },
+ "🏴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 英格兰"
+ ]
+ },
+ "🏴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 苏格兰"
+ ]
+ },
+ "🏴": {
+ "default": [
+ "旗"
+ ],
+ "tts": [
+ "旗: 威尔士"
+ ]
+ },
+ "¤": {
+ "tts": [
+ "未知货币"
+ ]
+ },
+ "֏": {
+ "tts": [
+ "亚美尼亚德拉姆"
+ ]
+ },
+ "؋": {
+ "tts": [
+ "阿富汗尼"
+ ]
+ },
+ "৳": {
+ "tts": [
+ "孟加拉塔卡"
+ ]
+ },
+ "฿": {
+ "tts": [
+ "泰铢"
+ ]
+ },
+ "៛": {
+ "tts": [
+ "柬埔寨瑞尔"
+ ]
+ },
+ "₡": {
+ "tts": [
+ "哥斯达黎加科朗"
+ ]
+ },
+ "₦": {
+ "tts": [
+ "尼日利亚奈拉"
+ ]
+ },
+ "₪": {
+ "tts": [
+ "以色列新谢克尔"
+ ]
+ },
+ "₫": {
+ "tts": [
+ "越南盾"
+ ]
+ },
+ "₭": {
+ "tts": [
+ "老挝基普"
+ ]
+ },
+ "₮": {
+ "tts": [
+ "蒙古图格里克"
+ ]
+ },
+ "₲": {
+ "tts": [
+ "巴拉圭瓜拉尼"
+ ]
+ },
+ "₴": {
+ "tts": [
+ "乌克兰格里夫纳"
+ ]
+ },
+ "₵": {
+ "tts": [
+ "加纳塞地"
+ ]
+ },
+ "₸": {
+ "tts": [
+ "哈萨克斯坦坚戈"
+ ]
+ },
+ "₺": {
+ "tts": [
+ "土耳其里拉"
+ ]
+ },
+ "₼": {
+ "tts": [
+ "阿塞拜疆马纳特"
+ ]
+ },
+ "₾": {
+ "tts": [
+ "格鲁吉亚拉里"
+ ]
+ },
+ "₧": {
+ "tts": [
+ "西班牙比塞塔"
+ ]
+ }
+ }
+ }
+}
diff --git "a/\345\205\263\351\224\256\346\224\271\345\212\250.md" "b/\345\205\263\351\224\256\346\224\271\345\212\250.md"
new file mode 100644
index 0000000000..6d6d698bcf
--- /dev/null
+++ "b/\345\205\263\351\224\256\346\224\271\345\212\250.md"
@@ -0,0 +1,1669 @@
+# EcoPaste 特殊面板改动记录
+
+## 概述
+
+在原有历史记录列表(数据库分页)之外,新增了四种**特殊面板分组**,它们不经过数据库查询,而是各自渲染独立的 UI 组件:
+
+- **emoji** — 现有 emoji-mart 数据,9 格/行,二级分类栏
+- **kaomoji** — 颜文字静态数据,3 格/行,二级分类栏
+- **symbol** — Unicode 符号批量生成,6 格/行,二级分类栏
+- **gif** — Tenor API 搜索展示,网格卡片,不设二级分类栏(内置分类标签)
+
+---
+
+## 一、全局改动模板(四种面板共用)
+
+### 1. 分组 ID 类型
+
+修改 [src/types/database.d.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/types/database.d.ts) 的 `DatabaseSchemaGroupId`:
+
+```ts
+export type DatabaseSchemaGroupId = LiteralUnion<
+ "all" | "emoji" | "kaomoji" | "symbol" | "gif" | "text" | "image" | "files" | "favorite",
+ string
+>;
+```
+
+每个新分组必须在此处追加,否则 `rootState.group` 产生类型错误。
+
+### 2. 分组入口
+
+修改 [src/pages/Main/components/GroupList/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/GroupList/index.tsx) 的 `presetGroups` 数组:
+
+```ts
+const presetGroups: DatabaseSchemaGroup[] = [
+ { id: "all", name: t("clipboard.label.tab.all") },
+ { id: "emoji", name: t("clipboard.label.tab.emoji") },
+ { id: "kaomoji", name: t("clipboard.label.tab.kaomoji") },
+ { id: "symbol", name: t("clipboard.label.tab.symbol") },
+ { id: "gif", name: t("clipboard.label.tab.gif") },
+ { id: "text", name: t("clipboard.label.tab.text") },
+ { id: "image", name: t("clipboard.label.tab.image") },
+ { id: "files", name: t("clipboard.label.tab.files") },
+ { id: "favorite", name: t("clipboard.label.tab.favorite") },
+];
+```
+
+顺序决定 Tab 切换顺序。`Tab` 键循环切换依赖这个数组。
+
+### 3. 跳过数据库查询
+
+修改 [src/hooks/useHistoryList.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/hooks/useHistoryList.ts),三个位置都要加:
+
+**(a) `fetchData` 函数头部:**
+```ts
+if (
+ rootState.group === "emoji" ||
+ rootState.group === "kaomoji" ||
+ rootState.group === "symbol" ||
+ rootState.group === "gif"
+)
+ return;
+```
+
+**(b) `isExpressionGroup` 判断(SQL 构建时排除特殊分组):**
+```ts
+const isExpressionGroup =
+ group === "emoji" ||
+ group === "kaomoji" ||
+ group === "symbol" ||
+ group === "gif";
+```
+
+**(c) `useAsyncEffect` 的异步重载守卫:**
+```ts
+if (
+ rootState.group === "emoji" ||
+ rootState.group === "kaomoji" ||
+ rootState.group === "symbol" ||
+ rootState.group === "gif"
+)
+ return;
+```
+
+### 4. 面板分支渲染
+
+修改 [src/pages/Main/components/HistoryList/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/index.tsx):
+
+```ts
+const isGifGroup = rootState.group === "gif";
+```
+
+```tsx
+{isExpressionGroup ? (
+
+) : isGifGroup ? (
+
+) : (
+ // 原有数据库历史列表...
+)}
+```
+
+`FloatButton.BackTop` 也要追加条件:
+```tsx
+{!isExpressionGroup && !isGifGroup && (
+
+)}
+```
+
+### 5. 多语言文案
+
+在 4 个 locale 文件 (`zh-CN.json`, `en-US.json`, `ja-JP.json`, `zh-TW.json`) 的 `clipboard.label.tab` 中新增 `"gif": "GIF"`。
+
+---
+
+## 二、EmojiPicker 统一面板(emoji / kaomoji / symbol)
+
+### 文件位置
+
+[src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx)
+
+### 设计思路
+
+emoji、kaomoji、symbol 三种特殊面板共用同一个 ` ` 组件,通过 `rootState.group` 判断渲染不同的数据源和行样式。三者都有的共同特征:
+- 数据是静态/本地的,不需要网络请求
+- 内容按分类分段,每段有标题行
+- 顶部有可点击的**二级分类标签栏**
+- 支持根据 `rootState.search` 做过滤搜索
+
+### 关键数据结构
+
+```ts
+type PanelRow =
+ | { type: "category"; id: string; title: string }
+ | { type: "emoji"; id: string; items: any[] }
+ | { type: "kaomoji"; id: string; items: KaomojiItem[] }
+ | { type: "symbol"; id: string; items: KaomojiItem[] };
+```
+
+`listData` 是由 `PanelRow` 组成的一维数组,直接传给 `Virtuoso`。
+
+### 分类标签栏与滚动联动
+
+**分类标签数据提取:**
+```ts
+const expressionTabs = useMemo(() => {
+ return listData.reduce>(
+ (result, item, index) => {
+ if (item.type === "category") {
+ result.push({ id: item.id, title: item.title, index });
+ }
+ return result;
+ },
+ []
+ );
+}, [listData]);
+```
+
+**当前实现适用范围:**
+- emoji / kaomoji / symbol 三个面板的二级标签逻辑已经统一
+- 点击标签时统一使用 `behavior: "smooth"`,不再区分远近距离
+- 手动滚动时也共用同一套高亮判定,不再只给 symbol 单独优化
+
+**点击标签滚动到对应位置:**
+```tsx
+ {
+ if (item.id === activeCategoryId) return;
+
+ if (pendingCategoryUnlockTimeoutRef.current) {
+ window.clearTimeout(pendingCategoryUnlockTimeoutRef.current);
+ pendingCategoryUnlockTimeoutRef.current = void 0;
+ }
+
+ pendingCategoryScrollRef.current = {
+ id: item.id,
+ title: item.title,
+ index: item.index,
+ };
+ setActiveCategoryId(item.id);
+ virtuosoRef.current?.scrollToIndex({
+ index: item.index,
+ align: "start",
+ behavior: "smooth",
+ });
+ }}
+>
+ {item.title}
+
+```
+
+这里的 `pendingCategoryScrollRef` 不只记录 `id`,还要记录 `title` 和 `index`,因为:
+- `id` 用于最终高亮同步
+- `title` 用于“当前页面是否真的出现目标分类标题”的判断
+- `index` 便于保留扩展能力,后续若要做更复杂的命中判断不用再改结构
+
+```ts
+const pendingCategoryScrollRef = useRef<{
+ id: string;
+ title: string;
+ index: number;
+}>();
+const pendingCategoryUnlockTimeoutRef = useRef();
+const currentVisibleCategoryIdRef = useRef();
+```
+
+**手动滚动时的当前分类判定:**
+```ts
+rangeChanged(({ startIndex, endIndex }) => {
+ if (!isExpressionGroup) return;
+
+ const firstVisibleCategory = listData
+ .slice(startIndex, endIndex + 1)
+ .find((item) => item.type === "category");
+
+ const currentCategory = (() => {
+ if (firstVisibleCategory?.type === "category") {
+ return firstVisibleCategory;
+ }
+
+ for (let index = startIndex; index >= 0; index -= 1) {
+ const item = listData[index];
+ if (item?.type === "category") {
+ return item;
+ }
+ }
+ })();
+
+ currentVisibleCategoryIdRef.current = currentCategory?.id;
+});
+```
+
+这里一定要优先看**当前视口内第一个分类标题**,而不是只从 `startIndex` 向上回溯。否则用户手动滚动到“数学符号”标题已经出现在视口里时,顶部标签还可能停留在“几何符号”。
+
+**点击标签后的锁定机制:**
+
+点击标签后不能立刻让 `rangeChanged` 接管高亮,否则平滑滚动过程中会经过中间分类,导致标签不停跳。当前实现分为两段:
+
+1. 点击标签后立即锁定目标分类
+2. 当目标分类标题进入当前可视区后,再继续锁定 1 秒
+3. 1 秒结束后,主动把高亮同步到当前屏幕真实可视的分类
+
+```ts
+const pendingCategory = pendingCategoryScrollRef.current;
+if (pendingCategory) {
+ const hasReachedTarget = listData
+ .slice(startIndex, endIndex + 1)
+ .some((item) => {
+ return (
+ item.type === "category" &&
+ (item.id === pendingCategory.id ||
+ item.title === pendingCategory.title)
+ );
+ });
+
+ if (hasReachedTarget) {
+ if (activeCategoryId !== pendingCategory.id) {
+ setActiveCategoryId(pendingCategory.id);
+ }
+
+ if (!pendingCategoryUnlockTimeoutRef.current) {
+ pendingCategoryUnlockTimeoutRef.current = window.setTimeout(() => {
+ pendingCategoryScrollRef.current = void 0;
+ pendingCategoryUnlockTimeoutRef.current = void 0;
+
+ if (
+ currentVisibleCategoryIdRef.current &&
+ currentVisibleCategoryIdRef.current !== activeCategoryId
+ ) {
+ setActiveCategoryId(currentVisibleCategoryIdRef.current);
+ }
+ }, 1000);
+ }
+ }
+
+ return;
+}
+```
+
+**为什么解锁后还要主动同步一次 `currentVisibleCategoryIdRef`:**
+- 因为 `1s` 锁定结束时,列表很可能已经停止滚动
+- 这时不一定还会再触发一次 `rangeChanged`
+- 如果不主动同步,标签会继续停留在旧的被点击分类上
+
+**初始化 / 重置锁定:**
+
+```ts
+useEffect(() => {
+ if (pendingCategoryUnlockTimeoutRef.current) {
+ window.clearTimeout(pendingCategoryUnlockTimeoutRef.current);
+ pendingCategoryUnlockTimeoutRef.current = void 0;
+ }
+ pendingCategoryScrollRef.current = void 0;
+}, [expressionTabs, rootState.group, rootState.search]);
+```
+
+组件卸载时也要清掉 `pendingCategoryUnlockTimeoutRef`,避免异步定时器回写已经卸载的组件状态。
+
+### kaomoji 数据
+
+颜文字数据按情感分类(常用 / 开心 / 喜欢 / 害羞 / 无语 / 生气),每个分类包含若干有效 `KaomojiItem`(id, text, keywords)。关键词用于搜索过滤。
+
+每行显示 3 个,不足时填充空位保持对齐。
+
+### symbol 数据(Unicode 批量生成)
+
+符号数据模拟 Windows `Win+.` 面板的 7 个分类:
+- 常规标点 / 货币符号 / 拉丁符号 / 几何符号 / 数学符号 / 补充符号 / 语言符号
+
+**核心生成函数:**
+```ts
+const buildSymbolItems = (
+ prefix: string,
+ ranges: Array<[number, number]>,
+ matcher: (value: string) => boolean,
+ keywords: string[],
+ extras: string[] = []
+) => {
+ // 遍历 Unicode 区间,String.fromCodePoint 转字符串
+ // 用 \p{...} Unicode 属性正则过滤有效字符
+ // 去重(Set),返回 KaomojiItem 数组
+};
+```
+
+每行显示 6 个,不足时填充空位。
+
+### 搜索过滤逻辑
+
+三种面板统一:
+```ts
+const keyword = rootState.search?.trim().toLowerCase();
+
+// 匹配条件:
+item.text.toLowerCase().includes(keyword) ||
+category.name.toLowerCase().includes(keyword) ||
+category.keywords.some((entry) => entry.toLowerCase().includes(keyword)) ||
+item.keywords.some((entry) => entry.toLowerCase().includes(keyword))
+```
+
+匹配的分类整体保留,不匹配的分类整个跳过。
+
+### emoji 中文数据来源与构建
+
+默认的 `@emoji-mart/data` 结构完整,但名称和关键词主要是英文;仅靠 `zh-emoji-ful.json` 又不够,因为它缺少不少基础 emoji 的分类骨架和完整映射。因此当前方案是:
+
+1. 用 `@emoji-mart/data` 作为完整数据骨架
+2. 用 `cldr.json` 提供基础 emoji 的中文 `annotations`
+3. 用 `zh-emoji-ful.json` 补充 `annotationsDerived`(例如肤色变体等派生项)
+4. 生成新的本地数据文件 `src/assets/emoji-data.json`
+
+涉及文件:
+
+- [scripts/buildEmojiData.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/scripts/buildEmojiData.ts)
+- [cldr.json](file:///c:/Users/HGrover/Desktop/EcoPaste-master/cldr.json)
+- [zh-emoji-ful.json](file:///c:/Users/HGrover/Desktop/EcoPaste-master/zh-emoji-ful.json)
+- [src/assets/emoji-data.json](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/assets/emoji-data.json)
+
+`buildEmojiData.ts` 的核心思路:
+
+```ts
+const annotations = {
+ ...(cldr.annotations?.annotations || {}),
+ ...(zhEmojiFul.annotations?.annotations || {}),
+ ...(zhEmojiFul.annotationsDerived?.annotations || {}),
+};
+
+for (const [id, emoji] of Object.entries(emojiMartData.emojis)) {
+ const native = emoji.skins[0]?.native;
+
+ let zhInfo = native ? annotations[native] : null;
+ if (!zhInfo && native) {
+ zhInfo = annotations[native.replace(/\uFE0F/g, "")];
+ }
+
+ let zhName = emoji.name;
+ if (zhInfo?.tts?.[0]) {
+ zhName = zhInfo.tts[0].split(":")[0].trim();
+ }
+
+ let zhKeywords = emoji.keywords;
+ if (zhInfo?.default) {
+ zhKeywords = Array.from(new Set([...emoji.keywords, ...zhInfo.default]));
+ }
+
+ // 写回新的 emoji 数据
+}
+```
+
+生成命令:
+
+```bash
+npx tsx scripts/buildEmojiData.ts
+```
+
+生成完成后,在 [src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx) 中不要再直接用 `@emoji-mart/data`,而是改为:
+
+```ts
+import emojiData from "@/assets/emoji-data.json";
+
+const typedData = emojiData as EmojiMartData;
+```
+
+这样 emoji 分类、肤色结构仍然来自 emoji-mart 的完整骨架,但搜索名称和关键词已经具备中文能力。
+
+### emoji 搜索补充说明
+
+`kaomoji` 和 `symbol` 本来就有自己的文本搜索逻辑,但 `emoji` 也必须单独把 `typedData.emojis[id].name` 和 `typedData.emojis[id].keywords` 接入过滤,否则即使数据是中文的,输入中文也搜不出来。
+
+当前 `emoji` 的过滤逻辑应保持为:
+
+```ts
+const filteredEmojiIds = categoryData.emojis.filter((id) => {
+ if (!keyword) return true;
+ const emoji = typedData.emojis[id];
+ if (!emoji) return false;
+
+ return (
+ emoji.name?.toLowerCase().includes(keyword) ||
+ cat.name.toLowerCase().includes(keyword) ||
+ emoji.keywords?.some((k) => k.toLowerCase().includes(keyword))
+ );
+});
+```
+
+### emoji 图片化显示方案
+
+后来又进一步把 emoji 从“系统原生字符渲染”切换成“本地 png 图片显示”,目的是统一视觉风格,并减少滚动时系统字体首次栅格化带来的卡顿感。
+
+当前方案不是把图片内容写入剪贴板,而是:
+
+- 面板上显示 png 图片
+- 用户点击时,仍然输入对应的原始 emoji 字符(如 `😀`、`👋`)
+
+涉及文件 / 目录:
+
+- [src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx)
+- `public/emojipng`
+
+#### 1. 图片目录放置方式
+
+不要把图片目录继续放在项目根目录,应移动到 `public/emojipng`,这样 Vite 开发态和打包态都能通过绝对路径直接访问:
+
+```text
+public/
+ emojipng/
+ 1f600.png
+ 1f44b.png
+ 1f44b-1f3fb.png
+ 1f1e8-1f1f3.png
+ 1f9d1-200d-1f680.png
+```
+
+这些文件名必须与 `emoji.skins[0].unified` 的值一致,例如:
+
+- `😀` -> `1f600.png`
+- `👋🏻` -> `1f44b-1f3fb.png`
+- `🇨🇳` -> `1f1e8-1f1f3.png`
+- `🧑🚀` -> `1f9d1-200d-1f680.png`
+
+#### 2. unified 到图片路径的映射
+
+在 `EmojiPicker` 顶部增加:
+
+```ts
+const getEmojiImageSrc = (unified?: string) => {
+ return unified ? `/emojipng/${unified.toLowerCase()}.png` : void 0;
+};
+```
+
+这里用 `unified`,不要用 `native`,因为图片文件名本来就是按 Unicode codepoint 组合命名的。
+
+#### 3. 渲染图片,但点击仍输出字符
+
+原来 emoji 单元是直接渲染:
+
+```tsx
+const native = emoji.skins[0]?.native;
+
+ void handleTextSelect(native)}>
+ {native}
+
+```
+
+现在改成:
+
+```tsx
+const unified = emoji.skins[0]?.unified;
+const native = emoji.skins[0]?.native;
+const imageSrc = getEmojiImageSrc(unified);
+
+ void handleTextSelect(native)}
+ title={emoji.name}
+ type="button"
+>
+ {imageSrc ? (
+ <>
+
+ {native}
+ >
+ ) : (
+ native
+ )}
+
+```
+
+这样用户看到的是图片,但 `handleTextSelect(native)` 仍然把真实字符写入剪贴板 / 粘贴目标程序。
+
+#### 4. 图片缺失时的兜底
+
+为了避免个别图片不存在时出现空白格子,`img` 还需要一个 `onError` 回退:
+
+```tsx
+onError={(event) => {
+ event.currentTarget.style.display = "none";
+ const fallback = event.currentTarget.nextElementSibling;
+ if (fallback instanceof HTMLSpanElement) {
+ fallback.style.display = "inline";
+ }
+}}
+```
+
+这样单张 png 丢失时,会自动隐藏图片并显示后面的原生字符 `span`。
+
+#### 5. 性能取舍
+
+emoji 改成图片后,之前为了“预热系统 emoji 字体”加的离屏字符预渲染就不需要了,应当删除;否则只会增加无意义开销。
+
+当前仍保留 `Virtuoso`,但 `overscan` 不宜过大。原生字符模式下可以放大一些来减少边滚边现;改成图片后过大的 `overscan` 会让图片首批加载压力升高,因此当前是较保守的:
+
+```tsx
+overscan={isEmojiGroup ? 3000 : 1500}
+```
+
+如果后续希望进一步优化图片版滚动体验,可以继续做:
+
+- 首屏分类预加载
+- 常用 emoji 图片预缓存
+- 取消 emoji 分组的虚拟列表,改为一次性渲染
+- 对 png 资源做更小尺寸的压缩或雪碧图方案
+
+---
+
+## 三、点击特殊面板项后不写入历史记录
+
+### 需求背景
+
+如果用户在 emoji / kaomoji / symbol 面板里只是单击一个字符,通常是想**立刻输入**这个字符,而不是把它作为一条新的剪贴板历史永久保存。因此需要做到:
+
+- 点击后仍然正常复制或自动粘贴
+- 但这次程序自己写入剪贴板的内容,不要被监听器再次收集进历史面板
+
+### 推荐实现方式
+
+不要使用“先入库再删除”的做法,这样会带来两个问题:
+- 历史列表可能会短暂闪出一条记录
+- 还要处理数据库删除、列表回滚、排序刷新等额外状态
+
+更稳的方案是在**剪贴板监听层直接跳过这一次文本变化**。
+
+### 涉及文件
+
+- [src/plugins/clipboard.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/plugins/clipboard.ts)
+- [src/hooks/useClipboard.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/hooks/useClipboard.ts)
+- [src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx)
+
+### 第一步:在 clipboard 插件层提供“忽略下一次文本历史”的能力
+
+在 `clipboard.ts` 中增加一个短时有效的内存 Map,用文本内容做 key:
+
+```ts
+const ignoredClipboardTextMap = new Map();
+const IGNORED_CLIPBOARD_TTL = 3000;
+```
+
+再补两个工具函数:
+
+```ts
+export const ignoreNextClipboardTextHistory = (value: string) => {
+ if (!value) return;
+
+ cleanupIgnoredClipboardText();
+ ignoredClipboardTextMap.set(value, Date.now() + IGNORED_CLIPBOARD_TTL);
+};
+
+export const shouldIgnoreClipboardTextHistory = (value?: string) => {
+ if (!value) return false;
+
+ cleanupIgnoredClipboardText();
+
+ const expiresAt = ignoredClipboardTextMap.get(value);
+ if (!expiresAt) return false;
+
+ ignoredClipboardTextMap.delete(value);
+
+ return expiresAt > Date.now();
+};
+```
+
+这里的几个关键点:
+- 必须带 TTL,避免 Map 因异常场景长期残留
+- `shouldIgnoreClipboardTextHistory()` 命中后要立刻 `delete`
+- 这样忽略行为只生效一次,不会影响用户后续手动复制同样的字符
+
+### 第二步:给复制 / 粘贴接口增加可选参数
+
+扩展现有的:
+
+```ts
+copyTextToClipboard(value: string)
+pasteTextToClipboard(value: string)
+```
+
+改成支持:
+
+```ts
+copyTextToClipboard(value, { ignoreHistory: true });
+pasteTextToClipboard(value, { ignoreHistory: true });
+```
+
+实现方式是在真正 `writeText()` 前先调用 `ignoreNextClipboardTextHistory(value)`。
+
+### 第三步:在监听入库前直接短路
+
+在 `useClipboard.ts` 的 `onClipboardChange()` 顶部加:
+
+```ts
+if (text?.value && shouldIgnoreClipboardTextHistory(text.value)) return;
+```
+
+放在这里的原因:
+- 可以在任何建模、判重、插库、更新可见列表之前直接退出
+- 不会污染 `state.list`
+- 不会触发 `insertHistory()` / `updateHistory()`
+
+### 第四步:只在 EmojiPicker 点击时开启忽略
+
+在 `EmojiPicker` 的 `handleTextSelect()` 里改成:
+
+```ts
+try {
+ await pasteTextToClipboard(value, { ignoreHistory: true });
+} catch {
+ await copyTextToClipboard(value, { ignoreHistory: true });
+}
+```
+
+这样 emoji / kaomoji / symbol 三种面板都会复用这套逻辑,因为三者本来就共用同一个 `handleTextSelect()`。
+
+### 当前效果
+
+- 用户点击 emoji,不入历史
+- 用户点击 kaomoji,不入历史
+- 用户点击 symbol,不入历史
+- 用户手动在系统里复制同样的字符,仍然正常入历史
+
+如果后续希望 GIF 链接点击也不入历史,可以在 [src/pages/Main/components/HistoryList/components/GifPicker/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/GifPicker/index.tsx) 的 `handleGifSelect()` 使用同样的 `ignoreHistory: true` 参数。
+
+---
+
+## 四、GifPicker 特殊面板
+
+### 文件位置
+
+[src/pages/Main/components/HistoryList/components/GifPicker/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/GifPicker/index.tsx)
+
+### 设计思路
+
+GIF 与其他三种面板不同,数据来源是 **Tenor API v2**,需要网络请求,且需要用户自行配置 API Key。因此:
+
+- 不做 Virtuoso 虚拟滚动,改为普通网格 + 分页加载更多按钮
+- 不做顶部分类栏 + 内容滚动联动(分类标签点击直接切换 API 查询参数,重新请求)
+- 未配置 API Key 时直接显示配置界面
+
+### 配置存储
+
+Tenor API Key 存储在 `globalStore.integration.tenorApiKey`,通过 `syncStore()` 持久化到本地文件。
+
+**类型定义** ([src/types/store.d.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/types/store.d.ts#L32-L35)):
+```ts
+export interface GlobalStore {
+ // ...
+ integration: {
+ tenorApiKey?: string;
+ };
+ // ...
+}
+```
+
+**初始化** ([src/stores/global.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/stores/global.ts)):
+```ts
+export const globalStore = proxy({
+ // ...
+ integration: {},
+ // ...
+});
+```
+
+当 API Key 被直接在主面板输入并保存时,调用 `syncStore()` 写入本地(不通过 Tauri event 同步其他窗口)。
+
+### 未配置 API Key 时的界面
+
+```tsx
+if (!apiKey) {
+ return (
+
+
Tenor API 配置
+
需要配置 Tenor API Key 才能使用 GIF 搜索...
+
+
保存
+
showWindow("preference")}>前往偏好设置
+
+ );
+}
+```
+
+### 配置后的主界面
+
+**分类标签** — 固定 7 类(热门 / 开心 / 喜欢 / 搞笑 / 震惊 / 难过 / 生气),每个标签可选的 `query` 参数会作为搜索词传给 Tenor API。
+
+**数据获取流程:**
+1. 切换分类或 `rootState.search` 变化时清空现有 `items`,发起新请求
+2. 搜索模式有 350ms 防抖
+3. 使用 `requestIdRef` 做竞态控制,递增计数器,返回的请求如果 ID 不匹配直接丢弃
+4. 请求来自 `fetchTenorFeaturedGifs`(热门)或 `searchTenorGifs`(带关键词)
+
+**UI 状态枚举:**
+| 条件 | 展示 |
+|------|------|
+| `loading` | ` ` 居中加载 |
+| `error` | 错误信息 + 重试按钮 |
+| `items.length === 0` | ` ` 空状态 |
+| 有数据 | 网格卡片 |
+| `nextPos` 存在 | 加载更多按钮 |
+
+**点击 GIF:** `pasteTextToClipboard(gifUrl)` 将 GIF 链接写入剪贴板并触发粘贴。
+
+### Tenor API 客户端
+
+[src/utils/tenor.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/utils/tenor.ts)
+
+```
+BASE: https://tenor.googleapis.com/v2
+ENDPOINTS: featured, search
+PARAMS: key, client_key, q, limit, pos, media_filter
+```
+
+- 使用 `fetch` 原生 API,无额外 HTTP 依赖
+- `media_filter=tinygif,gif,mediumgif,nanogif` 限制返回格式减少带宽
+- 响应解析:`mapTenorResult` 从 `media_formats` 中取预览图和原图 URL
+- 导出 `fetchTenorFeaturedGifs` 和 `searchTenorGifs`,两者都返回 `{ items: TenorGifItem[], next?: string }`
+
+### 偏好设置中的 API Key 配置
+
+[src/pages/Preference/components/General/components/TenorApiKey/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Preference/components/General/components/TenorApiKey/index.tsx)
+
+- 使用 `Input.Password` 密码输入框
+- 直接双向绑定 `globalStore.integration.tenorApiKey`
+- 通过 `ProListItem` 组件与现有设置页风格一致
+
+---
+
+## 五、GifPicker 与 EmojiPicker 的核心区别
+
+| 特性 | EmojiPicker | GifPicker |
+|------|-------------|-----------|
+| 数据源 | 静态本地 / Unicode 生成 | Tenor API(网络) |
+| 渲染方案 | Virtuoso 虚拟滚动 | 普通网格 + 加载更多 |
+| 分类联动 | 滚动联动高亮 | 标签切换 → 重新请求 |
+| 搜索 | 本地过滤 | 发送 API 请求 |
+| 配置依赖 | 无 | 需要 API Key |
+| 未配置状态 | 不适用 | 显示配置界面 |
+
+---
+
+## 六、滚动联动 BUG 修复记录
+
+### 问题
+
+点击顶部分类标签(如"货币符号")时,由于 Virtuoso `scrollToIndex({ behavior: "smooth" })` 会经过中间分类,`rangeChanged` 在每一帧都把当前可视区的分类写回 `activeCategoryId`,导致:
+
+1. 标签高亮从"货币符号" → "补充符号" → "数学符号" 跳跃数次
+2. 标签居中位置跟着跳跃,视觉不稳定
+
+### 修复方案
+
+1. **统一平滑滚动**:emoji / kaomoji / symbol 点击二级标签时统一 `behavior: "smooth"`,不再区分远近距离
+2. **点击即锁定目标标签**:点击标签后把 `{ id, title, index }` 存入 `pendingCategoryScrollRef`,滚动经过中间分类时不允许覆盖 `activeCategoryId`
+3. **目标进入视口后继续锁定 1 秒**:避免刚滚到目标分类时,标签立刻又被新的联动判定抢走
+4. **解锁时主动同步当前可视分类**:`1s` 结束后如果列表已停止滚动,使用 `currentVisibleCategoryIdRef` 把高亮修正到屏幕真实看到的分类
+5. **手动滚动优先看视口内第一个分类标题**:不再只靠 `startIndex` 向上回溯,解决“内容已到数学符号,标签还停在几何符号”的滞后问题
+6. **重复点击跳过**:点击已激活标签直接 return,不触发新的滚动和锁定流程
+
+---
+
+## 七、外观设置:一级标签自定义功能
+
+### 需求概述
+
+用户可以在偏好设置的外观面板中,自定义主界面顶部一级标签的**显示内容**和**排列顺序**。具体要求:
+- 可以隐藏 emoji、kaomoji、symbol 等一级标签
+- 可以调整这些标签的显示顺序
+- "全部"标签固定在最左侧,不能隐藏,不能调整顺序
+
+### 涉及文件
+
+- [src/types/store.d.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/types/store.d.ts) — 新增 `AppearanceGroupTabId`、`AppearanceGroupTab` 类型
+- [src/utils/group.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/utils/group.ts) — 新增分组标签工具函数(新建文件)
+- [src/stores/global.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/stores/global.ts) — 扩展 `appearance.groupTabs` 初始状态
+- [src/utils/store.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/utils/store.ts) — 恢复配置时归一化 `groupTabs`
+- [src/pages/Preference/components/General/components/GroupTabs/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Preference/components/General/components/GroupTabs/index.tsx) — 一级标签自定义 UI 弹窗(新建)
+- [src/pages/Main/components/GroupList/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/GroupList/index.tsx) — 改造分组栏,读取用户配置
+- 4 个 locale 文件(zh-CN.json、zh-TW.json、en-US.json、ja-JP.json)— 新增外观设置相关文案
+
+### 类型定义
+
+在 [src/types/store.d.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/types/store.d.ts) 中新增:
+
+```ts
+export type AppearanceGroupTabId =
+ | "emoji"
+ | "kaomoji"
+ | "symbol"
+ | "gif"
+ | "text"
+ | "image"
+ | "files"
+ | "favorite";
+
+export interface AppearanceGroupTab {
+ id: AppearanceGroupTabId;
+ visible: boolean;
+}
+
+export interface GlobalStore {
+ // ...
+ appearance: {
+ theme: Theme;
+ isDark: boolean;
+ language?: Language;
+ groupTabs: AppearanceGroupTab[]; // 新增
+ };
+ // ...
+}
+```
+
+### 分组工具函数
+
+新增 [src/utils/group.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/utils/group.ts),提供以下能力:
+
+**标签 ID 到多语言 Key 的映射:**
+```ts
+export const GROUP_LABEL_KEYS = {
+ all: "clipboard.label.tab.all",
+ emoji: "clipboard.label.tab.emoji",
+ favorite: "clipboard.label.tab.favorite",
+ files: "clipboard.label.tab.files",
+ gif: "clipboard.label.tab.gif",
+ image: "clipboard.label.tab.image",
+ kaomoji: "clipboard.label.tab.kaomoji",
+ symbol: "clipboard.label.tab.symbol",
+ text: "clipboard.label.tab.text",
+} as const satisfies Record;
+```
+
+**默认配置常量:**
+```ts
+export const DEFAULT_APPEARANCE_GROUP_TABS: AppearanceGroupTab[] = [
+ { id: "emoji", visible: true },
+ { id: "kaomoji", visible: true },
+ { id: "symbol", visible: true },
+ { id: "gif", visible: true },
+ { id: "text", visible: true },
+ { id: "image", visible: true },
+ { id: "files", visible: true },
+ { id: "favorite", visible: true },
+];
+```
+
+**归一化函数 `normalizeAppearanceGroupTabs`:**
+- 先保留用户当前顺序(去重)
+- 再补上缺失的默认项(新增的分组自动追加到末尾)
+- 确保始终包含所有 `AppearanceGroupTabId` 且无重复
+
+```ts
+export const normalizeAppearanceGroupTabs = (
+ tabs?: AppearanceGroupTab[],
+): AppearanceGroupTab[] => {
+ const nextTabs = tabs ?? [];
+ const visited = new Set();
+ const normalizedTabs: AppearanceGroupTab[] = [];
+
+ // 先保留用户当前的顺序
+ for (const currentTab of nextTabs) {
+ const defaultTab = DEFAULT_APPEARANCE_GROUP_TABS.find(
+ (item) => item.id === currentTab.id,
+ );
+ if (!defaultTab || visited.has(currentTab.id)) continue;
+ normalizedTabs.push({
+ id: currentTab.id,
+ visible: currentTab.visible,
+ });
+ visited.add(currentTab.id);
+ }
+
+ // 再补上缺失的默认项
+ for (const defaultTab of DEFAULT_APPEARANCE_GROUP_TABS) {
+ if (visited.has(defaultTab.id)) continue;
+ normalizedTabs.push({
+ id: defaultTab.id,
+ visible: defaultTab.visible,
+ });
+ }
+
+ return normalizedTabs;
+};
+```
+
+**获取可见分组 ID 列表(始终包含 "all"):**
+```ts
+export const getVisibleClipboardGroups = (tabs?: AppearanceGroupTab[]) => {
+ return [
+ "all",
+ ...normalizeAppearanceGroupTabs(tabs)
+ .filter((item) => item.visible)
+ .map((item) => item.id),
+ ] as ClipboardGroupId[];
+};
+```
+
+### 全局状态扩展
+
+[src/stores/global.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/stores/global.ts) 中初始化 `groupTabs`:
+
+```ts
+export const globalStore = proxy({
+ // ...
+ appearance: {
+ groupTabs: DEFAULT_APPEARANCE_GROUP_TABS.map((item) => ({ ...item })),
+ isDark: false,
+ theme: "auto",
+ },
+ // ...
+});
+```
+
+### 配置恢复时的归一化
+
+[src/utils/store.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/utils/store.ts) 的 `initStore()` 函数中:
+
+```ts
+globalStore.appearance.groupTabs = normalizeAppearanceGroupTabs(
+ globalStore.appearance.groupTabs,
+);
+```
+
+这样:
+- 旧版本配置不包含 `groupTabs` 时,会使用默认配置
+- 新增的分组(如未来新增)会自动追加到用户自定义顺序的末尾
+- 用户删除或重复的 ID 会被清理
+
+### 设置 UI 组件
+
+新增 [src/pages/Preference/components/General/components/GroupTabs/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Preference/components/General/components/GroupTabs/index.tsx):
+
+**弹窗结构:**
+- 弹窗顶部固定显示"全部"标签,带提示"固定显示且不可排序"
+- 下方使用 Ant Design `` 组件展示可操作的一级标签列表
+- 每个标签项左侧有拖拽手柄图标,右侧有显隐 `Switch` 开关
+- 底部有"恢复默认"按钮
+
+**核心交互逻辑:**
+
+显隐控制:
+```ts
+const updateVisible = (id: AppearanceGroupTab["id"], visible: boolean) => {
+ const tabs = normalizeAppearanceGroupTabs(globalStore.appearance.groupTabs);
+ const target = tabs.find((item) => item.id === id);
+ if (!target) return;
+ target.visible = visible;
+ globalStore.appearance.groupTabs = tabs;
+};
+```
+
+拖拽排序(使用 Ant Design Tree 的 `draggable` + `onDrop`):
+```ts
+const handleDrop: TreeProps["onDrop"] = (info) => {
+ const { dragNode, node, dropPosition } = info;
+ const getIndex = (pos: string) => pos.split("-").map(Number)[1];
+ const dragIndex = getIndex(dragNode.pos);
+ let dropIndex = getIndex(node.pos);
+ const tabs = normalizeAppearanceGroupTabs(globalStore.appearance.groupTabs);
+
+ if (dragIndex > dropIndex && dropPosition > 0) {
+ dropIndex++;
+ }
+
+ tabs.splice(dropIndex, 0, ...tabs.splice(dragIndex, 1));
+ globalStore.appearance.groupTabs = tabs;
+};
+```
+
+恢复默认:
+```ts
+const resetGroupTabs = () => {
+ globalStore.appearance.groupTabs = DEFAULT_APPEARANCE_GROUP_TABS.map(
+ (item) => ({ ...item }),
+ );
+};
+```
+
+**异常处理说明:**
+- `onDrop` 中的位置计算兼容 Ant Design Tree 的 `dropPosition` 语义(拖到节点下方时 +1)
+- 每次操作前都通过 `normalizeAppearanceGroupTabs` 确保数据完整性
+
+### 主界面 GroupList 改造
+
+[src/pages/Main/components/GroupList/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/GroupList/index.tsx) 改为读取用户配置:
+
+```ts
+const visibleGroupIds = getVisibleClipboardGroups(appearance.groupTabs);
+const visibleGroupSignature = visibleGroupIds.join(",");
+const presetGroups: DatabaseSchemaGroup[] = visibleGroupIds.map((id) => {
+ return {
+ id,
+ name: t(GROUP_LABEL_KEYS[id]),
+ };
+});
+
+useEffect(() => {
+ if (visibleGroupIds.some((id) => id === rootState.group)) return;
+ rootState.group = "all";
+}, [rootState.group, visibleGroupSignature]);
+```
+
+关键逻辑:
+- `getVisibleClipboardGroups` 始终在结果数组首位包含 `"all"`
+- 当用户隐藏了当前所在分组时,`useEffect` 自动回退到 `"all"`
+- `visibleGroupSignature` 是 `visibleGroupIds.join(",")` 的字符串,用于精确判断可见分组是否变化
+- Tab 键循环切换完全基于 `presetGroups` 数组,顺序即为用户自定义顺序
+
+### 多语言文案
+
+四个 locale 文件均在 `preference.settings.appearance_settings` 下新增:
+
+| Key | zh-CN | en-US |
+|-----|-------|-------|
+| `label.group_tabs` | 一级标签 | Top-Level Tabs |
+| `label.custom_group_tabs_title` | 自定义一级标签 | Customize Top-Level Tabs |
+| `button.custom_group_tabs` | 自定义 | Customize |
+| `button.reset_group_tabs` | 恢复默认 | Reset Default |
+| `hints.group_tabs` | 自定义主界面一级标签的显示与顺序 | Customize which top-level tabs are shown and in what order |
+| `hints.group_tabs_drag` | 拖拽左侧手柄可调整顺序 | Drag the handle on the left to reorder |
+| `hints.group_tabs_fixed` | 固定显示且不可排序 | Always visible and cannot be reordered |
+
+---
+
+## 八、修复"激活时切换至全部分组"功能失效
+
+### 问题描述
+
+用户在偏好设置中开启了"激活时切换至全部分组"(`clipboardStore.window.showAll`),发现该设置开关开启后没有实际效果。
+
+### 原因分析
+
+设置开关能正常保存状态,但缺少实际的执行逻辑:窗口激活时没有根据该开关执行切换分组的操作。
+
+### 修复方案
+
+采用事件驱动的方式,在窗口激活时触发事件,主窗口监听后切换分组。
+
+### 涉及文件
+
+- [src/constants/index.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/constants/index.ts) — 新增事件常量
+- [src/plugins/window.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/plugins/window.ts) — 窗口激活时触发事件
+- [src/pages/Main/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/index.tsx) — 监听事件并切换分组
+
+### 第一步:新增事件常量
+
+在 [src/constants/index.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/constants/index.ts) 的 `LISTEN_KEY` 中新增:
+
+```ts
+export const LISTEN_KEY = {
+ // ...
+ ACTIVATE_SHOW_ALL: "activate-show-all",
+ // ...
+};
+```
+
+### 第二步:窗口激活时触发事件
+
+在 [src/plugins/window.ts](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/plugins/window.ts) 的 `toggleWindowVisible` 函数中,当主窗口被激活时触发事件:
+
+```ts
+if (appWindow.label === WINDOW_LABEL.MAIN) {
+ const { window } = clipboardStore;
+
+ if (window.showAll) {
+ await emit(LISTEN_KEY.ACTIVATE_SHOW_ALL);
+ }
+
+ // 激活时回到顶部(原有逻辑)
+ if (window.backTop) {
+ await emit(LISTEN_KEY.ACTIVATE_BACK_TOP);
+ }
+ // ...
+}
+```
+
+这样 `showAll` 和 `backTop` 两个激活行为保持一致的实现模式。
+
+### 第三步:主窗口监听事件
+
+在 [src/pages/Main/index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/index.tsx) 中新增监听:
+
+```ts
+// 激活窗口时切换到全部分组
+useTauriListen(LISTEN_KEY.ACTIVATE_SHOW_ALL, () => {
+ state.group = "all";
+});
+```
+
+这里直接使用已有的 `useTauriListen` hook,与项目中其他事件监听的模式一致。
+
+### 效果
+
+- 开启"激活时切换至全部分组"后,每次通过快捷键激活主窗口,分组都会自动切换到"全部"
+- 关闭该开关后,激活窗口时保持当前分组不变
+- 实现方式轻量,不增加额外依赖
+
+---
+
+## 九、颜文字面板优化:数据接入与分档排版
+
+### 需求概述
+
+在现有的 6 个基础颜文字分类(常用 / 开心 / 喜欢 / 害羞 / 无语 / 生气)基础上,接入 `bootstrap-data-merged.json` 中约 1197 条颜文字数据,并优化面板排版以解决"长短混排导致视觉杂乱"的问题。
+
+### 涉及文件
+
+- [bootstrap-data-merged.json](file:///c:/Users/HGrover/Desktop/EcoPaste-master/bootstrap-data-merged.json) — 颜文字原始数据源
+- [index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx) — 数据导入、分类、分档排版全部逻辑
+
+### 数据接入
+
+在 [index.tsx](file:///c:/Users/HGrover/Desktop/EcoPaste-master/src/pages/Main/components/HistoryList/components/EmojiPicker/index.tsx) 中直接 `import` 该 JSON:
+
+```ts
+import typedBootstrapKaomojiData from "../../../../../../../bootstrap-data-merged.json";
+```
+
+加载时做两件事:
+
+1. **去重**:用 `Set` 记录现有 `BASE_KAOMOJI_CATEGORIES` 中所有颜文字的 `text`,新数据中已有的直接跳过。
+2. **自动归类**:根据 `keywords` 和 `text` 内容做关键词匹配,归入 `angry / love / shy / happy / helpless / common` 六个分类。没有命中规则的默认归入 `common`。
+
+```ts
+const KAOMOJI_CATEGORY_RULES = [
+ { id: "angry", keywords: ["angry", "annoyed", "damn", "furious", "hate", "mad", "pissed", "pout"] },
+ { id: "love", keywords: ["love", "kiss", "hug", "heart", "cupid", "care", "adore"] },
+ { id: "shy", keywords: ["shy", "blush", "embarrassed", "ashamed", "flustered"] },
+ { id: "happy", keywords: ["happy", "joy", "laugh", "smile", "celebrate", "congratulate", "dance", "excited", "fun", "glad"] },
+ { id: "helpless", keywords: ["helpless", "cry", "defeat", "give up", "surrender", "tired", "sorry", "apologize", "beg"] },
+];
+```
+
+### 排版问题:长短混排
+
+1197 条颜文字长度差异极大,短的如 `(^_^)` 只有 5 个字符,长的如 `(╯°Д°)╯︵┻━┻` 超过 20 个字符。如果统一固定列数:
+- 短颜文字占不满格子,浪费空间
+- 长颜文字被截断或撑变形
+
+### 解决方案:三档分列 + 宽度自适应
+
+#### 长度分档
+
+设定两个阈值把颜文字分为三档:
+
+```ts
+const SHORT_KAOMOJI_MAX_LENGTH = 8; // 短文本阈值
+const MEDIUM_KAOMOJI_MAX_LENGTH = 14; // 中等文本阈值
+```
+
+| 长度 | 条件 | 列数 |
+|------|------|------|
+| 短 | `<= 8` 个字符 | 5 ~ 6 列(自适应) |
+| 中 | `9 ~ 14` 个字符 | 3 列 |
+| 长 | `> 14` 个字符 | 2 列 |
+
+#### 宽度自适应
+
+短文本的列数跟随面板宽度变化:
+
+```ts
+const getShortKaomojiColumns = (width: number) => {
+ return width >= 1080 ? 6 : 5;
+};
+```
+
+面板越宽,短文本列数越多,充分利用空间。
+
+#### 先分桶再分行
+
+核心变化:不再按原始顺序直接切行,而是先按列数分桶,各自凑满再拼接到最终行列表。
+
+```ts
+const chunkKaomojiItems = (items: KaomojiItem[], shortColumns: number) => {
+ const rows: Array<{ items: KaomojiItem[]; columns: number }> = [];
+ const groups = new Map();
+ const orderedColumns = [shortColumns, 3, 2];
+
+ for (const item of items) {
+ const columns = getKaomojiRowColumns(item.text, shortColumns);
+ const group = groups.get(columns);
+ if (group) { group.push(item); continue; }
+ groups.set(columns, [item]);
+ }
+
+ orderedColumns.forEach((columns) => {
+ const group = groups.get(columns);
+ if (!group?.length) return;
+ chunk(group, columns).forEach((itemsInRow) => {
+ rows.push({ columns, items: itemsInRow });
+ });
+ });
+
+ return rows;
+};
+```
+
+优点:
+- 同一行只出现同一长度档位的颜文字
+- 每行固定满格(不满时用空 `div` 占位)
+- 短 — 中 — 长按顺序从上到下排列,视觉分区清晰
+
+#### 渲染与占位
+
+```tsx
+{data.items.map((item) => (
+ void handleTextSelect(item.text)}
+ title={item.text}
+ type="button"
+ >
+ {item.text}
+
+))}
+{Array.from({ length: columns - data.items.length }).map((_, i) => (
+
+))}
+```
+
+### 字号自适应
+
+配合列数调整字号,保证长文本在窄列中也容得下:
+
+| 列数 | 条件 | 字号 |
+|------|------|------|
+| `>= 5` 列 | 任意 | `text-sm` |
+| `3` 列 | 长度 `>= 12` | `text-sm` |
+| `3` 列 | 长度 `< 12` | `text-base` |
+| `2` 列 | 长度 `>= 36` | `text-[11px]` |
+| `2` 列 | 长度 `>= 26` | `text-xs` |
+| `2` 列 | 长度 `>= 14` | `text-sm` |
+| `2` 列 | 其它 | `text-base` |
+
+### 最终效果
+
+- 短颜文字(5~6 列)紧凑展示,充分利用面板宽度
+- 中等颜文字(3 列)视觉舒适,不会被过度挤压
+- 长颜文字(2 列)完整显示,不会被截断
+- 三类分区从上到下排列,整体观感整齐
+- 面板宽度变化时短列数自动调整,空间利用合理
+
+---
+
+## 十、剪贴板持久化存储修复(EcoPaste_emoji 独立历史库)
+
+### 问题现象
+
+在 `EcoPaste_emoji` 中,复制文本、图片、文件等内容后,历史记录无法稳定留存;重启应用后,常出现历史为空、图片路径失效或与原版 `EcoPaste` 数据互相污染的问题。
+
+### 根因分析
+
+这次排查确认,问题并不在表层的“复制后组装数据对象”逻辑,而是在**底层持久化命名空间与初始化链路**:
+
+- `EcoPaste_emoji` 之前仍沿用原版的 Tauri `identifier`
+- `mainBinaryName` 也与原版相同
+- `appDataDir()` 默认命名空间因此与原版共用
+- `.store.json` 会恢复旧的 `env.saveDataDir`
+- `initStore()` 之前把多个 Tauri API 放在同一个大 `try/catch` 里,只要一个调用失败,就可能把整个环境信息打回默认值
+
+这些问题叠加后,会导致:
+
+- 数据库路径和图片目录可能继续指向原版的旧目录
+- 历史记录写入和读取落在错误目录
+- 原版与改版之间共享或污染配置、数据库、图片缓存
+
+### 涉及文件
+
+- [tauri.conf.json](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src-tauri/tauri.conf.json)
+- [tauri.windows.conf.json](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src-tauri/tauri.windows.conf.json)
+- [tauri.macos.conf.json](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src-tauri/tauri.macos.conf.json)
+- [tauri.linux.conf.json](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src-tauri/tauri.linux.conf.json)
+- [path.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/utils/path.ts)
+- [store.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/utils/store.ts)
+- [useClipboard.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/hooks/useClipboard.ts)
+- [useHistoryList.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/hooks/useHistoryList.ts)
+
+### 修复目标
+
+修复方案的核心不是改“怎么监听复制”,而是确保 `EcoPaste_emoji` 有一套**独立且稳定**的历史持久化空间:
+
+- 原版和改版不再共用同一套 `AppData\Roaming` 目录
+- 历史数据库、图片目录、备份文件名各自独立
+- 初始化环境变量时,即使单个 Tauri API 失败,也不影响其它路径信息继续生效
+
+### 第一步:隔离 Tauri 命名空间
+
+在 `src-tauri` 配置中,把改版应用的命名空间从原版分离:
+
+- `identifier` 改为独立值,如 `com.hgrover.EcoPasteEmoji`
+- `mainBinaryName` 改为独立值,如 `EcoPasteEmoji`
+
+这样 `appDataDir()` 解析出的目录不再落到原版 `com.ayangweb.EcoPaste` 下,而会进入改版自己的目录。
+
+### 第二步:隔离数据库、图片、备份文件命名
+
+在 [path.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/utils/path.ts) 中引入专用存储命名空间:
+
+```ts
+const STORAGE_NAMESPACE = "EcoPasteEmoji";
+```
+
+然后统一改造几个关键路径:
+
+- 数据库文件:`EcoPasteEmoji.db`
+- 图片目录:`EcoPasteEmoji-images`
+- 备份文件:`.EcoPasteEmoji-store-backup.json`
+
+对应实现思路:
+
+```ts
+export const getSaveDatabasePath = async () => {
+ const extname = isDev() ? "dev.db" : "db";
+ try {
+ const appName = await getName();
+ if (appName !== "EcoPaste") {
+ return join(getSaveDataPath(), `${appName}.${extname}`);
+ }
+ } catch {}
+ return join(getSaveDataPath(), `${STORAGE_NAMESPACE}.${extname}`);
+};
+
+export const getSaveImagePath = () => {
+ return join(getSaveDataPath(), `${STORAGE_NAMESPACE}-images`);
+};
+```
+
+这样做之后,改版历史记录真正落盘的位置不再与原版冲突。
+
+### 第三步:修正配置初始化与历史目录恢复
+
+在 [store.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/utils/store.ts) 中,`initStore()` 改成逐项容错:
+
+- `getLocale()` 单独保护
+- `platform()` 单独保护
+- `getName()` 单独保护
+- `getVersion()` 单独保护
+- `appDataDir()` 单独保护
+
+以前的大 `try/catch` 会导致一个 API 报错时,`saveDataDir`、`appName`、`platform` 等全部一起回退;现在逐项处理后,即使某一步失败,其它环境信息仍然保留。
+
+这一步对“历史记录为什么有时根本不落盘”非常关键,因为数据库路径最终依赖 `globalStore.env.saveDataDir`。
+
+### 第四步:历史记录写入与恢复链路保持不变
+
+本次没有推翻原有成熟链路,而是让它重新回到正确目录中工作:
+
+1. [useClipboard.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/hooks/useClipboard.ts) 监听剪贴板变化
+2. 按 `files / html / rtf / text / image` 组装 `DatabaseSchemaHistory`
+3. 图片入库前转成绝对路径
+4. 文件列表入库前转成 JSON 字符串
+5. 写入 `history` 表
+6. [useHistoryList.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/hooks/useHistoryList.ts) 查询并恢复历史内容
+
+真正修复的是这条链路所依赖的“数据库与图片目录路径”。
+
+### 如何修正旧历史记录迁移
+
+如果需要把原版已有历史迁移到改版,不建议直接整包复制旧的 `Roaming` 目录,而应该只迁移真正的历史数据:
+
+- 复制旧版 `EcoPaste.db` 到改版目录,并重命名为 `EcoPasteEmoji.db`
+- 同时复制旧版 `EcoPaste.db-shm` 到改版目录,并重命名为 `EcoPasteEmoji.db-shm`
+- 同时复制旧版 `EcoPaste.db-wal` 到改版目录,并重命名为 `EcoPasteEmoji.db-wal`
+- 复制旧版 `images` 目录到改版目录,并重命名为 `EcoPasteEmoji-images`
+- **不要直接复制** `.store.json`
+- **不要直接复制** `.window-state.json`
+
+原因是:
+
+- 当前 SQLite 使用的是 `WAL` 模式
+- 最新历史记录不一定已经回写进主库 `EcoPaste.db`
+- 很多最近写入的数据可能还停留在 `EcoPaste.db-wal`
+- 如果只复制主库而不复制 `db-wal/db-shm`,改版打开后就会像“旧历史丢失”
+- `.store.json` 里可能携带旧的 `env.saveDataDir`
+- 直接覆盖会把旧路径配置再次带回改版
+- 这样会重新引入原版与改版目录串用的问题
+
+### 迁移旧历史的正确操作顺序
+
+为了避免把旧数据库复制成一个“不完整快照”,迁移时要按下面顺序操作:
+
+1. 完全退出原版 `EcoPaste`
+2. 完全退出改版 `EcoPaste_emoji`
+3. 删除改版目录中当前已经生成的:
+ - `EcoPasteEmoji.db`
+ - `EcoPasteEmoji.db-shm`
+ - `EcoPasteEmoji.db-wal`
+4. 从旧目录把下面三件套一起复制到改版目录,并同步改名:
+ - `EcoPaste.db` -> `EcoPasteEmoji.db`
+ - `EcoPaste.db-shm` -> `EcoPasteEmoji.db-shm`
+ - `EcoPaste.db-wal` -> `EcoPasteEmoji.db-wal`
+5. 如果要保留旧图片记录,再把 `images` 目录复制为 `EcoPasteEmoji-images`
+6. 最后再启动改版,检查历史记录和图片缩略图是否恢复
+
+### 为什么不能只复制 `.db`
+
+SQLite 的 `WAL` 模式会把最近事务先写入 `*.db-wal`,而不是立刻合并进主库:
+
+- `*.db` 是主库
+- `*.db-wal` 是最近事务日志
+- `*.db-shm` 是共享内存索引文件
+
+因此对正在使用过的库做迁移时,必须把这三者视为一个整体。否则即使主库文件存在,最近历史仍可能缺失。
+
+### 最终效果
+
+- `EcoPaste_emoji` 拥有独立的历史数据库
+- 图片、文件、文本、富文本都落在改版自己的持久化目录中
+- 原版与改版可以同时存在而不互相污染历史数据
+- 后续如果要迁移旧历史,也可以按数据库与图片目录单独迁移
+
+---
+
+## 十一、修复“复制一次却记录两次”
+
+### 问题现象
+
+在 `EcoPaste_emoji` 中,用户手动复制一次文本或其它内容时,历史列表会连续出现两条完全相同的记录,看起来像“复制了一次,程序却入库了两次”。
+
+### 根因分析
+
+排查 [useClipboard.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/hooks/useClipboard.ts) 后,确认这里有两个高风险点:
+
+1. **查重与插入之间存在异步竞态**
+
+原逻辑是:
+
+- 先 `selectHistory()` 查找数据库中是否已有相同 `type + value`
+- 如果没查到,就执行 `insertHistory(sqlData)`
+
+但原先这里是:
+
+```ts
+insertHistory(sqlData);
+```
+
+没有 `await`。
+
+如果剪贴板插件对一次复制连续发出两次事件,那么第二次事件执行到查重时,第一次插入可能还没真正写入数据库,于是两次都会被判定为“新内容”,最终写出两条记录。
+
+2. **剪贴板监听没有显式清理**
+
+原先监听是注册了 `onClipboardChange()`,但没有可靠地在组件卸载或重新挂载时取消监听。在开发态热更新或界面重复挂载时,可能残留旧监听,导致一次复制被多个回调同时处理。
+
+### 修复文件
+
+- [useClipboard.ts](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/hooks/useClipboard.ts)
+
+### 修复方案一:短时间同内容去重
+
+在监听层增加一个短时去重 Map:
+
+```ts
+const RECENT_CLIPBOARD_EVENT_MS = 800;
+const recentClipboardEvents = new Map();
+```
+
+以 `type:value` 作为 key,如果同一内容在极短时间内重复进入监听回调,则直接跳过。
+
+这样可以兜住插件或系统层面对同一次复制产生的重复通知。
+
+### 修复方案二:插库改为串行
+
+把原先的:
+
+```ts
+insertHistory(sqlData);
+```
+
+改成:
+
+```ts
+await insertHistory(sqlData);
+```
+
+这样第一次写入完成前,后续同一条逻辑不会因为数据库尚未落盘而误判为新记录。
+
+### 修复方案三:监听生命周期改为可清理
+
+把原先单纯依赖 `useMount()` 注册监听的方式,改成 `useEffect()` 管理:
+
+- 进入组件时 `startListening()`
+- 注册 `onClipboardChange()`
+- 保存 `unlisten`
+- 组件卸载时调用 `unlisten()`
+
+这样可以避免重复挂载后遗留旧监听,减少“一次复制触发多次回调”的概率。
+
+### 最终效果
+
+- 用户手动复制一次内容,只会新增一条历史
+- 热更新或重新挂载后,不会因为旧监听残留而重复入库
+- 同一内容在短时间内的重复事件会被监听层兜底过滤
+
+### 当前修复思路总结
+
+这次不是简单地在数据库层“事后删除重复项”,而是从监听入口直接处理:
+
+- 监听要能正确注销
+- 同内容短时间重复事件要能拦截
+- 入库过程要串行,避免查重与写库之间出现竞态
+
+这样修复后,重复记录问题更稳定,也不容易在后续功能扩展时再次出现。
+
+---
+
+## 十二、修复“文件历史项不能像图片一样拖出”
+
+### 问题现象
+
+历史列表中的图片项可以直接拖到桌面或资源管理器中导出,但文件项虽然能正常显示文件名、图标和预览,却不能像图片一样直接拖出。
+
+### 根因分析
+
+排查历史列表组件后发现,图片和文件走的是两套不同的渲染链路:
+
+- 图片项使用 [Image](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/pages/Main/components/HistoryList/components/Image/index.tsx)
+- 文件项使用 [Files](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/pages/Main/components/HistoryList/components/Files/index.tsx) 和其内部的 [File](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/pages/Main/components/HistoryList/components/Files/components/File/index.tsx)
+
+图片项本身已经接入了 `@crabnebula/tauri-plugin-drag` 的 `startDrag()`,而文件项之前只是普通渲染,没有:
+
+- `draggable`
+- `onDragStart`
+- 文件路径解析
+- 调用系统拖拽导出
+
+所以图片能拖,文件不能拖,根因不是数据库里没有文件路径,而是**文件项 UI 没有接入拖拽导出逻辑**。
+
+### 涉及文件
+
+- [Image](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/pages/Main/components/HistoryList/components/Image/index.tsx)
+- [Files](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/pages/Main/components/HistoryList/components/Files/index.tsx)
+- [File](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/pages/Main/components/HistoryList/components/Files/components/File/index.tsx)
+
+### 修复目标
+
+让文件历史项和图片历史项保持一致:
+
+- 单文件可以直接拖出
+- 多文件记录可以一次性一起拖出
+- 拖拽时自动过滤不存在的路径
+- 视觉交互保持一致,显示抓手光标
+
+### 修复方案
+
+#### 第一步:在文件分组容器上启用拖拽
+
+在 [Files](file:///c:/Users/HGrover/Desktop/EcoPaste_emoji/src/pages/Main/components/HistoryList/components/Files/index.tsx) 的根容器上增加:
+
+```tsx
+
+```
+
+这样文件历史项就具备了和图片项相同的拖拽入口。
+
+#### 第二步:拖拽前先解析真实文件路径
+
+有些文件路径在历史记录里可能不是最终可直接访问的形式,因此拖拽时先做路径解析:
+
+```ts
+const resolvedPath = await fullName(path);
+```
+
+如果 `fullName()` 成功且文件存在,就使用解析后的绝对路径;否则再回退到原始路径做 `exists()` 检查。
+
+对应逻辑是:
+
+```ts
+const dragPaths = (
+ await Promise.all(
+ value.map(async (path) => {
+ try {
+ const resolvedPath = await fullName(path);
+
+ if (await exists(resolvedPath)) {
+ return resolvedPath;
+ }
+ } catch {}
+
+ if (await exists(path)) {
+ return path;
+ }
+
+ return null;
+ }),
+ )
+).filter((path): path is string => Boolean(path));
+```
+
+#### 第三步:调用系统级拖拽导出
+
+整理出有效路径后,统一调用:
+
+```ts
+await startDrag({
+ icon: dragPaths[0],
+ item: dragPaths,
+ mode: "copy",
+});
+```
+
+这里的几个关键点:
+
+- `icon` 使用第一项文件路径,作为拖拽图标来源
+- `item` 直接传文件路径数组,因此天然支持多文件一起拖
+- `mode: "copy"` 保持和图片项一致的拖拽行为
+
+### 修复后的效果
+
+- 单个文件历史项可以像图片一样拖出
+- 多文件历史项可以一次性拖出多个文件
+- 如果某些文件已经被删除,会在拖拽前自动过滤,不会把无效路径传给系统
+- 文件项的鼠标交互也和图片项统一为可抓取状态
+
+### 验证方式
+
+建议按下面顺序验证:
+
+1. 复制一个普通文件,确认历史项可以拖到桌面
+2. 复制多个文件,确认可以一次拖出多项
+3. 复制一个图片文件,确认它在文件分组里也能拖出
+4. 删除原始文件后再测试对应历史项,确认不会因为无效路径直接报错
+
+### 结果
+
+这次修复没有改动文件历史的存储结构,也没有改数据库逻辑,只是在文件历史项的显示层补上了和图片项一致的拖拽导出能力,因此风险比较集中、改动也比较可控。
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/emoji\345\233\275\346\227\227.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/emoji\345\233\275\346\227\227.png"
new file mode 100644
index 0000000000..0ee7e309be
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/emoji\345\233\275\346\227\227.png" differ
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/emoji\350\241\250\346\203\205.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/emoji\350\241\250\346\203\205.png"
new file mode 100644
index 0000000000..3c091734b9
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/emoji\350\241\250\346\203\205.png" differ
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/gif.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/gif.png"
new file mode 100644
index 0000000000..7c7a2bfb97
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/gif.png" differ
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/\347\254\246\345\217\267.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/\347\254\246\345\217\267.png"
new file mode 100644
index 0000000000..dda24ab068
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/\347\254\246\345\217\267.png" differ
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/\350\207\252\345\256\232\344\271\211\344\270\200\347\272\247\346\240\207\347\255\276.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/\350\207\252\345\256\232\344\271\211\344\270\200\347\272\247\346\240\207\347\255\276.png"
new file mode 100644
index 0000000000..5c7143bc0f
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/\350\207\252\345\256\232\344\271\211\344\270\200\347\272\247\346\240\207\347\255\276.png" differ
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/\351\200\232\347\224\250\350\256\276\347\275\256.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/\351\200\232\347\224\250\350\256\276\347\275\256.png"
new file mode 100644
index 0000000000..e7e6397872
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/\351\200\232\347\224\250\350\256\276\347\275\256.png" differ
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/\351\242\234\346\226\207\345\255\227.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/\351\242\234\346\226\207\345\255\227.png"
new file mode 100644
index 0000000000..864bc7e761
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/\351\242\234\346\226\207\345\255\227.png" differ
diff --git "a/\347\244\272\344\276\213\347\205\247\347\211\207/\351\242\234\346\226\207\345\255\2271.png" "b/\347\244\272\344\276\213\347\205\247\347\211\207/\351\242\234\346\226\207\345\255\2271.png"
new file mode 100644
index 0000000000..ef4c03a16a
Binary files /dev/null and "b/\347\244\272\344\276\213\347\205\247\347\211\207/\351\242\234\346\226\207\345\255\2271.png" differ