Skip to content

Commit

Permalink
Emoji 14.0 is available now!
Browse files Browse the repository at this point in the history
  • Loading branch information
DellZHackintosh committed Mar 17, 2023
1 parent 5b5fc2c commit 657eabb
Show file tree
Hide file tree
Showing 20,429 changed files with 1,228,611 additions and 37,437 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 2 additions & 7 deletions LICENSE-GRAPHICS
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
使用本仓库中的表情(包括它们的副本)时,请务必遵守微软的准则。相关的链接:
When using emoticons in this repository, including copies of them, be sure to follow Microsoft's guidelines. Related Links:

https://github.com/microsoft/fluentui-emoji

请注意:这不包括3D版本,它们属于 Microsoft Teams。使用3D表情时应该更加谨慎。
Note: This does not include the 3D version, they belong to Microsoft Teams. You should be more cautious when using 3D Emoji.
转到 https://github.com/microsoft/fluentui-emoji 以了解更多。
Go to https://github.com/microsoft/fluentui-emoji to learn more.
48 changes: 18 additions & 30 deletions README-EN.md

Large diffs are not rendered by default.

59 changes: 24 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![./data/Banner.gif](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/data/Banner.gif)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/data/Banner.gif)
![Fluent Emoji](https://github.com/microsoft/fluentui-emoji/blob/main/art/readme_banner.webp)

# Microsoft Emoji(msemoji)

Expand All @@ -8,7 +8,7 @@

## ℹ️关于 msemoji

这是一个基于 [Twemoji](https://github.com/twitter/twemoji) 修改的微软风格表情 Emoji
这是一个微软风格表情 Emoji 存放仓库,并基于 [Twemoji](https://github.com/twitter/twemoji) 修改了其脚本以适配它们

#### 🌟亮点

Expand Down Expand Up @@ -68,7 +68,8 @@ msemoji.parse(document.body,{
base: string,
ext: string,
className: string,
folder: string
folder: string,
high_contrast: bool
});
```

Expand All @@ -82,20 +83,22 @@ msemoji.parse(document.body,{

`folder`与文件后缀名相关,通过它来指定不同格式的表情。此参数会与您在`base`中指定的值(包括默认值)组合成完整目录,例如:`base` 值为`https://example.org/msemoji`,同时`folder`值为`/png`,则最终的链接为`https://example.org/msemoji/png`。默认值为`72x72`。此值取决于文件夹的名字。关于本仓库有哪些文件夹可供选择,请参阅后文。

`high_contrast`用于适配新的高对比度风格。使用`true`(无需引号)以开启。默认为`false`**注意:** 仅在`1.1.0`版本及更新版本内可用。

注:您现在所看到的是脚本支持的一部分参数,它们最为常用。如果希望了解脚本都有哪些参数和额外功能,请访问 [Twemoji 文档](https://github.com/twitter/twemoji#object-as-parameter)

### 🔢表情种类介绍

本仓库提供了三种表情格式可供选择,您可以根据实际情况为您的网站选择合适的格式。
本仓库提供了五种表情格式可供选择,您可以根据实际情况为您的网站选择合适的格式。

| 格式 | PNG | SVG | APNG |
|:------------:|:-----------------------------------------------:|:-----------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|
| 示例外观 | [![./src/72x72/1f600.png](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/src/72x72/1f600.png)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/72x72/1f600.png) | [![./src/svg/1f600.svg](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/src/svg/1f600.svg)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/svg/1f600.svg) | [![./src/3D/1f600.png](https://raw.githubusercontents.com/DellZHackintosh/msemoji/main/src/3D/1f600.png)](https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/3D/1f600.png) |
| 对应的`ext`| `.png` | `.svg` | `.png` |
| 对应的`folder`| `72x72` | `svg` | `3D` |
| 特点 | 大小为`72x72`像素,体积与加载速度达到最佳平衡。不可缩放。总体积约为10MB| 大小不定,可自由缩放并保持清晰。体积最低。总大小约为9.5MB| 大小为`256x256`像素。大部分拥有动态效果。总体积高达1.8GB。 |
| 优点 | 兼容性极佳,性能消耗少,加载较快 | 可自由缩放并保持清晰。体积最低并可获得更快的加载速度 | 唯一拥有动画的表情组,更加活泼。`256x256`像素的大小使放大后也能保持相当的清晰度。 |
| 缺点 | 不可缩放。在高分屏或以较大大小查看时较模糊。 | 实时绘制,包含大量此类表情并频繁缩放可能会略微影响性能,尤其对于老设备来说。兼容性稍弱。[兼容性可在此处查看](https://caniuse.com/?search=svg)| 体积巨大,会拖慢加载速度。由于拥有动画,会占用较多性能,尤其对于老设备来说。兼容性极差,在不支持的浏览器上显示为静态PNG。[兼容性可在此处查看](https://caniuse.com/?search=apng)|
| 变体风格 | 2D | 3D | Flat | Color | High Contrast |
|:------------:|:-----------------------:|:-----------------------------------------------:|:-------------------------:|:--------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|
| 示例外观 | ![](./src/2D/1f600.png) | ![](./src/3D/1f600.png) | ![](./src/Flat/1f600.svg) | ![](./src/Color/1f600.svg) | ![](./src/High%20Contrast/1f600.svg) |
| 对应的`ext`| `.png` | `.png` | `.svg` | `.svg` | `.svg` |
| 对应的`folder`| `2D` | `3D` | `Flat` | `Color` | `High Contrast` |
| 特点 | 大小为`72x72`像素。不可缩放。 | 大小为`256x256`,相对`2D`而言更清晰、立体与活泼 | 可缩放。风格与`2D`相同,体积较小。 | 可缩放。风格与`3D`相同 | 可缩放。适用于残疾人士或希望使 Emoji 显示为黑白字体的人士。 |
| 优点 | 兼容性佳,性能消耗少,加载快| 兼容性佳,性能消耗少,分辨率更大,更不易模糊。 | 在任何情况下保持清晰。加载快| 在任何情况下保持清晰。 | 体积极小。使残疾人士能够更容易阅读。 |
| 缺点 | 不可缩放。在高分屏或以较大大小查看时较模糊。 | 不可缩放。在高分屏或以较大大小查看时可能会模糊。相对`2D`而言体积更大,可能会减慢加载速度。 | 兼容性略弱。大量使用可能会略微影响性能。 | 受限于特殊的位图光栅化方式,在某些设备上显示或缩放时可能有问题,在细节上不如`3D`风格。相对`Flat`体积更大,可能会减慢加载速度。大量使用可能会影响性能| 当前提供的`high_contrast`参数实现的功能略有问题,即某些肤色变体的 Emoji 无法正确显示(Twemoji 的奇怪转码逻辑……),且尚无很好的解决方案。在此风格下避免使用非默认肤色的 Emoji|

### ✨调整表情的显示效果

Expand All @@ -118,12 +121,10 @@ img.emoji {

描述:

> 这将确保表情符号从与它们同一排的文本中获取与文本相同的宽度和高度。它还在每个表情符号前后增加了一点空间,并将它们向上移动一点,以更好的对齐文本。
> 这将确保 Emoji 从与它们同一排的文本中获取与文本相同的宽度和高度。它还在 Emoji 前后增加了一点空间,并将它们向上移动一点,以更好的对齐文本。
优点:与文本对齐不会打断阅读的连贯,使它们看起来像是原生的字体。

预览:[![v22tUA.jpg](https://s1.ax1x.com/2022/08/26/v22tUA.jpg)](https://imgse.com/i/v22tUA)

#### 🥈方案二(来自 Flarum)

```
Expand All @@ -136,14 +137,10 @@ img.emoji {

描述:

> 每个表情都会比同一排的文本略高一点,同时也会在每个表情符号前后增加一点空间
> 每个表情都会比同一排的文本略高一点,同时也会在每个 Emoji 前后增加一点空间
优点:使用表情通常就是要表达自己的心情,这样的设置使表情略微突出,恰到好处地增加了用户对它的关注。另外,使表情略微加高一点点也使细节更为明显,优化了在低分屏的阅读体验。

预览:

[![v22GHH.jpg](https://s1.ax1x.com/2022/08/26/v22GHH.jpg)](https://imgse.com/i/v22GHH)

#### 🥉方案三(来自百度贴吧)

```
Expand All @@ -154,10 +151,6 @@ img.emoji {

优点:想要您的表情最为突出吗?使用这个设置可以让人一眼就注意到它们。我们同时也建议将它们用于3D表情中,以突出它们的立体和动画效果。

预览:

[![v22GHH.jpg](https://s1.ax1x.com/2022/08/26/v22GHH.jpg)](https://imgse.com/i/v22GHH)

### 💎特殊情况

如果您正在使用像 Flarum 这样的 Web 系统,则 Emoji 可能是以插件的形式嵌入系统内的(例如,Flarum 将 Twemoji 制作成核心插件加入系统内)。这种情况下,没有必要更改插件,可以使用动态修改图像链接的方式换用 msemoji。
Expand All @@ -170,11 +163,9 @@ img.emoji {

## 🤔常见问题

#### 1.为什么这里面会有一些 Twitter 的表情?

原因一:微软每年更新 Emoji 的速度远没有其它平台快,一般新增表情都是随大版本更新的。若 Twitter 已经更新了新的表情,但微软还没有,则为了支持其它平台,只能用 Twitter 的表情先占位。当发生此情况时,您只能等候更新。
#### 1.为什么一些表情无法显示?

原因二:表情的收集过程中可能会发生遗漏和命名错误现象,导致正确的表情不存在,被 Twemoji 占位。这不是正常现象。因此,如果您发现某个已经支持的表情属于 Twemoji 风格,请及时报告以获得修复
微软每年更新 Emoji 的速度不快,一般新增表情都是随大版本更新的。当发生此情况时,您只能等候更新

(另注:想要看看您最爱使用的 Emoji 是不是微软的?您可以在[这里](https://dellzhackintosh.github.io/emojitest.html)查询。)

Expand All @@ -186,18 +177,14 @@ img.emoji {

2. 出于政治原因。若某个国家更新了国旗,这里没及时更新,会引起不必要的麻烦。

敬请谅解。这些 Emoji 将显示成您使用的平台的样式。如果您认为添加国家旗帜很有必要,您可以自行下载并补充
敬请谅解。这些 Emoji 将显示成您使用的平台的样式。如果您认为添加国家旗帜很有必要,您可以自行寻找并补充

#### 3.你是如何解决版权问题的?/我应该怎么合理的使用这些表情?

微软已开源 Fluent emoji。只需遵循其准则即可。请访问下面的链接了解更多。

https://github.com/microsoft/fluentui-emoji

**请注意:** 这不包括3D版本,它们属于 Microsoft Teams。使用3D表情时应该更加谨慎。

***

另外,msemoji 的脚本修改自 twemoji,它的许可证继承 twemoji,为 MIT 许可证。

#### 4.我不喜欢这种风格!可以再添加一些其它风格的表情吗?
Expand All @@ -208,6 +195,8 @@ https://github.com/microsoft/fluentui-emoji

欢迎任何人通过 issue 反馈问题!反馈时请详细描述哪个文件有问题,格式是什么,遇到什么问题以及如何解决。如果可以,也欢迎您进行 Pull requests。

**注意:** 请先查看是否已提到您的问题。

## 📋中国大陆补充

`base`默认图像仓库地址为`https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/`,可能会影响运行效果。如果出现这种问题,必须替换`base`默认值。下面提供一些可用的`base`值。
Expand All @@ -234,12 +223,12 @@ Microsoft,设计了表情集;

Twitter,提供了 Twemoji,并可修改、自定义。

Emojipedia,保存了全套表情集。

## 📝任务列表

- [x] 1.增加 SVG 版本

- [x] 2.由 Twemoji 脚本修改一份 MSemoji 脚本。

- [ ] 3.每年更新至少一次。


Binary file removed data/Banner.gif
Binary file not shown.
Binary file removed data/Scheme_1.jpg
Binary file not shown.
Binary file removed data/Scheme_2.jpg
Binary file not shown.
Binary file removed data/Scheme_3.jpg
Binary file not shown.
Binary file added src/2D/1f004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f0cf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f170.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f171.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f17e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f17f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f18e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f191.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f193.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f194.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f195.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f197.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f198.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f199.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f19a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f201.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f202.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f21a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f22f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/2D/1f232.png
Binary file added src/2D/1f233.png
Binary file added src/2D/1f234.png
Binary file added src/2D/1f235.png
Binary file added src/2D/1f236.png
Binary file added src/2D/1f237.png
Binary file added src/2D/1f238.png
Binary file added src/2D/1f239.png
Binary file added src/2D/1f23a.png
Binary file added src/2D/1f250.png
Binary file added src/2D/1f251.png
Binary file added src/2D/1f300.png
Binary file added src/2D/1f301.png
Binary file added src/2D/1f302.png
Binary file added src/2D/1f303.png
Binary file added src/2D/1f304.png
Binary file added src/2D/1f305.png
Binary file added src/2D/1f306.png
Binary file added src/2D/1f307.png
Binary file added src/2D/1f308.png
Binary file added src/2D/1f309.png
Binary file added src/2D/1f30a.png
Binary file added src/2D/1f30b.png
Binary file added src/2D/1f30c.png
Binary file added src/2D/1f30d.png
Binary file added src/2D/1f30e.png
Binary file added src/2D/1f30f.png
Binary file added src/2D/1f310.png
Binary file added src/2D/1f311.png
Binary file added src/2D/1f312.png
Binary file added src/2D/1f313.png
Binary file added src/2D/1f314.png
Binary file added src/2D/1f315.png
Binary file added src/2D/1f316.png
Binary file added src/2D/1f317.png
Binary file added src/2D/1f318.png
Binary file added src/2D/1f319.png
Binary file added src/2D/1f31a.png
Binary file added src/2D/1f31b.png
Binary file added src/2D/1f31c.png
Binary file added src/2D/1f31d.png
Binary file added src/2D/1f31e.png
Binary file added src/2D/1f31f.png
Binary file added src/2D/1f320.png
Binary file added src/2D/1f321.png
Binary file added src/2D/1f324.png
Binary file added src/2D/1f325.png
Binary file added src/2D/1f326.png
Binary file added src/2D/1f327.png
Binary file added src/2D/1f328.png
Binary file added src/2D/1f329.png
Binary file added src/2D/1f32a.png
Binary file added src/2D/1f32b.png
Binary file added src/2D/1f32c.png
Binary file added src/2D/1f32d.png
Binary file added src/2D/1f32e.png
Binary file added src/2D/1f32f.png
Binary file added src/2D/1f330.png
Binary file added src/2D/1f331.png
Binary file added src/2D/1f332.png
Binary file added src/2D/1f333.png
Binary file added src/2D/1f334.png
Binary file added src/2D/1f335.png
Binary file added src/2D/1f336.png
Binary file added src/2D/1f337.png
Binary file added src/2D/1f338.png
Binary file added src/2D/1f339.png
Binary file added src/2D/1f33a.png
Binary file added src/2D/1f33b.png
Binary file added src/2D/1f33c.png
Binary file added src/2D/1f33d.png
Binary file added src/2D/1f33e.png
Binary file added src/2D/1f33f.png
Binary file added src/2D/1f340.png
Binary file added src/2D/1f341.png
Binary file added src/2D/1f342.png
Binary file added src/2D/1f343.png
Binary file added src/2D/1f344.png
Binary file added src/2D/1f345.png
Binary file added src/2D/1f346.png
Binary file added src/2D/1f347.png
Binary file added src/2D/1f348.png
Binary file added src/2D/1f349.png
Binary file added src/2D/1f34a.png
Binary file added src/2D/1f34b.png
Binary file added src/2D/1f34c.png
Binary file added src/2D/1f34d.png
Binary file added src/2D/1f34e.png
Binary file added src/2D/1f34f.png
Binary file added src/2D/1f350.png
Binary file added src/2D/1f351.png
Binary file added src/2D/1f352.png
Binary file added src/2D/1f353.png
Binary file added src/2D/1f354.png
Binary file added src/2D/1f355.png
Binary file added src/2D/1f356.png
Binary file added src/2D/1f357.png
Binary file added src/2D/1f358.png
Binary file added src/2D/1f359.png
Binary file added src/2D/1f35a.png
Binary file added src/2D/1f35b.png
Binary file added src/2D/1f35c.png
Binary file added src/2D/1f35d.png
Binary file added src/2D/1f35e.png
Binary file added src/2D/1f35f.png
Binary file added src/2D/1f360.png
Binary file added src/2D/1f361.png
Binary file added src/2D/1f362.png
Binary file added src/2D/1f363.png
Binary file added src/2D/1f364.png
Binary file added src/2D/1f365.png
Binary file added src/2D/1f366.png
Binary file added src/2D/1f367.png
Binary file added src/2D/1f368.png
Binary file added src/2D/1f369.png
Binary file added src/2D/1f36a.png
Binary file added src/2D/1f36b.png
Binary file added src/2D/1f36c.png
Binary file added src/2D/1f36d.png
Binary file added src/2D/1f36e.png
Binary file added src/2D/1f36f.png
Binary file added src/2D/1f370.png
Binary file added src/2D/1f371.png
Binary file added src/2D/1f372.png
Binary file added src/2D/1f373.png
Binary file added src/2D/1f374.png
Binary file added src/2D/1f375.png
Binary file added src/2D/1f376.png
Binary file added src/2D/1f377.png
Binary file added src/2D/1f378.png
Binary file added src/2D/1f379.png
Binary file added src/2D/1f37a.png
Binary file added src/2D/1f37b.png
Binary file added src/2D/1f37c.png
Binary file added src/2D/1f37d.png
Binary file added src/2D/1f37e.png
Binary file added src/2D/1f37f.png
Binary file added src/2D/1f380.png
Binary file added src/2D/1f381.png
Binary file added src/2D/1f382.png
Binary file added src/2D/1f383.png
Binary file added src/2D/1f384.png
Binary file added src/2D/1f385-1f3fb.png
Binary file added src/2D/1f385-1f3fc.png
Binary file added src/2D/1f385-1f3fd.png
Binary file added src/2D/1f385-1f3fe.png
Binary file added src/2D/1f385-1f3ff.png
Binary file added src/2D/1f385.png
Binary file added src/2D/1f386.png
Binary file added src/2D/1f387.png
Binary file added src/2D/1f388.png
Binary file added src/2D/1f389.png
Binary file added src/2D/1f38a.png
Binary file added src/2D/1f38b.png
Binary file added src/2D/1f38c.png
Binary file added src/2D/1f38d.png
Binary file added src/2D/1f38e.png
Binary file added src/2D/1f38f.png
Binary file added src/2D/1f390.png
Binary file added src/2D/1f391.png
Binary file added src/2D/1f392.png
Binary file added src/2D/1f393.png
Binary file added src/2D/1f396.png
Binary file added src/2D/1f397.png
Binary file added src/2D/1f399.png
Binary file added src/2D/1f39a.png
Binary file added src/2D/1f39b.png
Binary file added src/2D/1f39e.png
Binary file added src/2D/1f39f.png
Binary file added src/2D/1f3a0.png
Binary file added src/2D/1f3a1.png
Binary file added src/2D/1f3a2.png
Binary file added src/2D/1f3a3.png
Binary file added src/2D/1f3a4.png
Binary file added src/2D/1f3a5.png
Binary file added src/2D/1f3a6.png
Binary file added src/2D/1f3a7.png
Binary file added src/2D/1f3a8.png
Binary file added src/2D/1f3a9.png
Binary file added src/2D/1f3aa.png
Binary file added src/2D/1f3ab.png
Binary file added src/2D/1f3ac.png
Binary file added src/2D/1f3ad.png
Binary file added src/2D/1f3af.png
Binary file added src/2D/1f3b0.png
Binary file added src/2D/1f3b1.png
Binary file added src/2D/1f3b2.png
Binary file added src/2D/1f3b3.png
Binary file added src/2D/1f3b4.png
Binary file added src/2D/1f3b5.png
Binary file added src/2D/1f3b6.png
Binary file added src/2D/1f3b7.png
Binary file added src/2D/1f3b8.png
Binary file added src/2D/1f3b9.png
Binary file added src/2D/1f3ba.png
Binary file added src/2D/1f3bb.png
Binary file added src/2D/1f3bc.png
Binary file added src/2D/1f3bd.png
Binary file added src/2D/1f3be.png
Binary file added src/2D/1f3bf.png
Binary file added src/2D/1f3c0.png
Binary file added src/2D/1f3c1.png
Binary file added src/2D/1f3c2-1f3fb.png
Binary file added src/2D/1f3c2-1f3fc.png
Binary file added src/2D/1f3c2-1f3fd.png
Binary file added src/2D/1f3c2-1f3fe.png
Binary file added src/2D/1f3c2-1f3ff.png
Binary file added src/2D/1f3c2.png
Binary file added src/2D/1f3c3-1f3fb-200d-2640-fe0f.png
Binary file added src/2D/1f3c3-1f3fb-200d-2642-fe0f.png
Binary file added src/2D/1f3c3-1f3fb.png
Binary file added src/2D/1f3c3-1f3fc-200d-2640-fe0f.png
Binary file added src/2D/1f3c3-1f3fc-200d-2642-fe0f.png
Binary file added src/2D/1f3c3-1f3fc.png
Binary file added src/2D/1f3c3-1f3fd-200d-2640-fe0f.png
Binary file added src/2D/1f3c3-1f3fd-200d-2642-fe0f.png
Binary file added src/2D/1f3c3-1f3fd.png
Binary file added src/2D/1f3c3-1f3fe-200d-2640-fe0f.png
Binary file added src/2D/1f3c3-1f3fe-200d-2642-fe0f.png
Binary file added src/2D/1f3c3-1f3fe.png
Binary file added src/2D/1f3c3-1f3ff-200d-2640-fe0f.png
Binary file added src/2D/1f3c3-1f3ff-200d-2642-fe0f.png
Binary file added src/2D/1f3c3-1f3ff.png
Binary file added src/2D/1f3c3-200d-2640-fe0f.png
Binary file added src/2D/1f3c3-200d-2642-fe0f.png
Binary file added src/2D/1f3c3.png
Binary file added src/2D/1f3c4-1f3fb-200d-2640-fe0f.png
Binary file added src/2D/1f3c4-1f3fb-200d-2642-fe0f.png
Binary file added src/2D/1f3c4-1f3fb.png
Binary file added src/2D/1f3c4-1f3fc-200d-2640-fe0f.png
Binary file added src/2D/1f3c4-1f3fc-200d-2642-fe0f.png
Binary file added src/2D/1f3c4-1f3fc.png
Binary file added src/2D/1f3c4-1f3fd-200d-2640-fe0f.png
Binary file added src/2D/1f3c4-1f3fd-200d-2642-fe0f.png
Binary file added src/2D/1f3c4-1f3fd.png
Binary file added src/2D/1f3c4-1f3fe-200d-2640-fe0f.png
Binary file added src/2D/1f3c4-1f3fe-200d-2642-fe0f.png
Binary file added src/2D/1f3c4-1f3fe.png
Binary file added src/2D/1f3c4-1f3ff-200d-2640-fe0f.png
Binary file added src/2D/1f3c4-1f3ff-200d-2642-fe0f.png
Binary file added src/2D/1f3c4-1f3ff.png
Binary file added src/2D/1f3c4-200d-2640-fe0f.png
Binary file added src/2D/1f3c4-200d-2642-fe0f.png
Binary file added src/2D/1f3c4.png
Binary file added src/2D/1f3c5.png
Binary file added src/2D/1f3c6.png
Binary file added src/2D/1f3c7-1f3fb.png
Binary file added src/2D/1f3c7-1f3fc.png
Binary file added src/2D/1f3c7-1f3fd.png
Binary file added src/2D/1f3c7-1f3fe.png
Binary file added src/2D/1f3c7-1f3ff.png
Binary file added src/2D/1f3c7.png
Binary file added src/2D/1f3c8.png
Binary file added src/2D/1f3c9.png
Binary file added src/2D/1f3ca-1f3fb-200d-2640-fe0f.png
Binary file added src/2D/1f3ca-1f3fb-200d-2642-fe0f.png
Binary file added src/2D/1f3ca-1f3fb.png
Binary file added src/2D/1f3ca-1f3fc-200d-2640-fe0f.png
Binary file added src/2D/1f3ca-1f3fc-200d-2642-fe0f.png
Binary file added src/2D/1f3ca-1f3fc.png
Binary file added src/2D/1f3ca-1f3fd-200d-2640-fe0f.png
Binary file added src/2D/1f3ca-1f3fd-200d-2642-fe0f.png
Binary file added src/2D/1f3ca-1f3fd.png
Binary file added src/2D/1f3ca-1f3fe-200d-2640-fe0f.png
Binary file added src/2D/1f3ca-1f3fe-200d-2642-fe0f.png
Binary file added src/2D/1f3ca-1f3fe.png
Binary file added src/2D/1f3ca-1f3ff-200d-2640-fe0f.png
Binary file added src/2D/1f3ca-1f3ff-200d-2642-fe0f.png
Binary file added src/2D/1f3ca-1f3ff.png
Binary file added src/2D/1f3ca-200d-2640-fe0f.png
Binary file added src/2D/1f3ca-200d-2642-fe0f.png
Binary file added src/2D/1f3ca.png
Loading

0 comments on commit 657eabb

Please sign in to comment.