Skip to content

Commit

Permalink
PNG 获得 14.0 支持。
Browse files Browse the repository at this point in the history
  • Loading branch information
DellZHackintosh committed Oct 5, 2022
1 parent bfae9c0 commit fe6af20
Show file tree
Hide file tree
Showing 425 changed files with 11 additions and 16 deletions.
7 changes: 3 additions & 4 deletions LICENSE-GRAPHICS
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
使用本仓库中的表情(包括它们的副本)时,请务必遵守微软的字体许可条款。相关的链接:
When using emojis in this repository, including copies of them, you must comply with Microsoft's font licensing terms. Related Links:
使用本仓库中的表情(包括它们的副本)时,请务必遵守微软的准则。相关的链接:
When using emoticons in this repository, including copies of them, be sure to follow Microsoft's guidelines. Related Links:

https://docs.microsoft.com/zh-cn/typography/fonts/font-faq
https://www.fonts.com/content/microsoft-typography
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.
10 changes: 4 additions & 6 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ msemoji.parse(document.body,{

Parameter explanation:

`base` refers to the location of the emoticon repository. For example, you can specify its location as: `https://example.msemoji.test` ,or you can have subdirectorys: `https://helloemoji.io/msemoji`. Specifying the location of emoticon warehouses depends on where they are located. In general, you do not need to use this parameter, the script will use this repository by default unless you need to change a repository.
`base` refers to the location of the emoticon repository. For example, you can specify its location as: `https://example.com` ,or you can have subdirectorys: `https://example.org/msemoji`. Specifying the location of emoticon warehouses depends on where they are located. In general, you do not need to use this parameter, the script will use this repository by default unless you need to change a repository.

`ext` refers to the suffix name of the file. All emoji file name structures are "corresponding Unicode+suffix names". Alternative suffixes are `.png` and `.svg`, which will be covered later.

`className` works on CSS that controls emoji. They will be set to `emoji` by default. In general, you do not need to set this item unless you already have the same CSS Class class name on the page.

`folder` is associated with a file suffix name, which allows you to specify an emoticon in a different format. This parameter will be combined with the values you specify in `base` (including default values) to form the full directory, for example: `base` values are `https://helloemoji.io/msemoji` and `folder` values are `/png`, then the final link is `https://helloemoji.io/msemoji/png`. The default value is `72x72`. This value depends on the name of the folder. See below for what folders are available in this repository.
`folder` is associated with a file suffix name, which allows you to specify an emoticon in a different format. This parameter will be combined with the values you specify in `base` (including default values) to form the full directory, for example: `base` values are `https://example.org/msemoji` and `folder` values are `/png`, then the final link is `https://example.org/msemoji/png`. The default value is `72x72`. This value depends on the name of the folder. See below for what folders are available in this repository.

Note: What you see now is some of the parameters supported by the script, which are the most commonly used. If you want to know what extra parameters are available in the script, visit [Twemoji Documentation](https://github.com/twitter/twemoji#object-as-parameter).

Expand Down Expand Up @@ -190,11 +190,9 @@ Thank you for your understanding. These emojis will appear in the style of the p

#### 3.How did you resolve copyright issues? / How can I use these emojis reasonably?

Just follow the Microsoft's font licensing terms. Related Links:
Microsoft has opened source Fluent emoji. Just follow its guidelines. Please visit the link below to learn more.

https://docs.microsoft.com/zh-cn/typography/fonts/font-faq

https://www.fonts.com/content/microsoft-typography
https://github.com/microsoft/fluentui-emoji

**Note:** This does not include 3D versions, they belong to Microsoft Teams. You should be more cautious when using 3D emojis.

Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ msemoji.parse(document.body,{

参数讲解:

`base`指表情仓库的位置。例如,您可以指定其位置为:`https://example.msemoji.test`,也可以带有子目录:`https://helloemoji.io/msemoji`。指定表情仓库的位置取决于它们所在的地方。通常来说,您不需要使用此参数,脚本会默认使用本仓库,除非您需要换一个仓库。
`base`指表情仓库的位置。例如,您可以指定其位置为:`https://example.com`,也可以带有子目录:`https://example.org/msemoji`。指定表情仓库的位置取决于它们所在的地方。通常来说,您不需要使用此参数,脚本会默认使用本仓库,除非您需要换一个仓库。

`ext`指文件的后缀名。所有的表情文件名称结构都为“对应的 Unicode+后缀名”。可供选择的后缀有`.png``.svg`,后文会讲讲它们。

`className`对控制表情的 CSS 起到作用。它们默认会设置为`emoji`。一般来说,不用设置此项,除非网页上已有相同的 CSS Class 类名时,才需要更改此项。

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

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

Expand Down Expand Up @@ -190,11 +190,9 @@ img.emoji {

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

只要遵守微软的字体许可条款即可。相关的链接:
微软已开源 Fluent emoji。只需遵循其准则即可。请访问下面的链接了解更多。

https://docs.microsoft.com/zh-cn/typography/fonts/font-faq

https://www.fonts.com/content/microsoft-typography
https://github.com/microsoft/fluentui-emoji

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

Expand Down
Binary file modified src/72x72/1f338.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 modified src/72x72/1f385.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 modified src/72x72/1f3c3-200d-2640-fe0f.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 modified src/72x72/1f3c3-200d-2642-fe0f.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 modified src/72x72/1f3c3.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 modified src/72x72/1f3c4-200d-2640-fe0f.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 modified src/72x72/1f3c4-200d-2642-fe0f.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 modified src/72x72/1f3c4.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 modified src/72x72/1f3c7.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 modified src/72x72/1f3ca-200d-2640-fe0f.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 modified src/72x72/1f3ca-200d-2642-fe0f.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 modified src/72x72/1f3ca.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 modified src/72x72/1f3cb-fe0f-200d-2640-fe0f.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 modified src/72x72/1f3cb-fe0f-200d-2642-fe0f.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 modified src/72x72/1f3cb.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 modified src/72x72/1f3cc-fe0f-200d-2640-fe0f.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 modified src/72x72/1f3cc-fe0f-200d-2642-fe0f.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 modified src/72x72/1f3cc.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 modified src/72x72/1f3d4.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 modified src/72x72/1f3f3.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 modified src/72x72/1f3f4.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 modified src/72x72/1f442.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 modified src/72x72/1f443.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 modified src/72x72/1f445.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 modified src/72x72/1f446.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 modified src/72x72/1f447.png
Binary file modified src/72x72/1f448.png
Binary file modified src/72x72/1f449.png
Binary file modified src/72x72/1f44a.png
Binary file modified src/72x72/1f44b.png
Binary file modified src/72x72/1f44d.png
Binary file modified src/72x72/1f44e.png
Binary file modified src/72x72/1f44f.png
Binary file modified src/72x72/1f450.png
Binary file modified src/72x72/1f466.png
Binary file modified src/72x72/1f467.png
Binary file modified src/72x72/1f468-200d-1f33e.png
Binary file modified src/72x72/1f468-200d-1f373.png
Binary file modified src/72x72/1f468-200d-1f37c.png
Binary file modified src/72x72/1f468-200d-1f393.png
Binary file modified src/72x72/1f468-200d-1f3a4.png
Binary file modified src/72x72/1f468-200d-1f3a8.png
Binary file modified src/72x72/1f468-200d-1f3eb.png
Binary file modified src/72x72/1f468-200d-1f3ed.png
Binary file modified src/72x72/1f468-200d-1f4bb.png
Binary file modified src/72x72/1f468-200d-1f4bc.png
Binary file modified src/72x72/1f468-200d-1f527.png
Binary file modified src/72x72/1f468-200d-1f52c.png
Binary file modified src/72x72/1f468-200d-1f680.png
Binary file modified src/72x72/1f468-200d-1f692.png
Binary file modified src/72x72/1f468-200d-1f9af.png
Binary file modified src/72x72/1f468-200d-1f9b0.png
Binary file modified src/72x72/1f468-200d-1f9b1.png
Binary file modified src/72x72/1f468-200d-1f9b2.png
Binary file modified src/72x72/1f468-200d-1f9b3.png
Binary file modified src/72x72/1f468-200d-1f9bc.png
Binary file modified src/72x72/1f468-200d-1f9bd.png
Binary file modified src/72x72/1f468-200d-2696-fe0f.png
Binary file modified src/72x72/1f468-200d-2708-fe0f.png
Binary file modified src/72x72/1f468-200d-2764-fe0f-200d-1f468.png
Binary file modified src/72x72/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png
Binary file modified src/72x72/1f468.png
Binary file modified src/72x72/1f469-200d-1f33e.png
Binary file modified src/72x72/1f469-200d-1f373.png
Binary file modified src/72x72/1f469-200d-1f37c.png
Binary file modified src/72x72/1f469-200d-1f393.png
Binary file modified src/72x72/1f469-200d-1f3a4.png
Binary file modified src/72x72/1f469-200d-1f3a8.png
Binary file modified src/72x72/1f469-200d-1f3eb.png
Binary file modified src/72x72/1f469-200d-1f3ed.png
Binary file modified src/72x72/1f469-200d-1f4bb.png
Binary file modified src/72x72/1f469-200d-1f4bc.png
Binary file modified src/72x72/1f469-200d-1f527.png
Binary file modified src/72x72/1f469-200d-1f52c.png
Binary file modified src/72x72/1f469-200d-1f680.png
Binary file modified src/72x72/1f469-200d-1f692.png
Binary file modified src/72x72/1f469-200d-1f9af.png
Binary file modified src/72x72/1f469-200d-1f9b0.png
Binary file modified src/72x72/1f469-200d-1f9b1.png
Binary file modified src/72x72/1f469-200d-1f9bc.png
Binary file modified src/72x72/1f469-200d-1f9bd.png
Binary file modified src/72x72/1f469-200d-2695-fe0f.png
Binary file modified src/72x72/1f469-200d-2696-fe0f.png
Binary file modified src/72x72/1f469-200d-2708-fe0f.png
Binary file modified src/72x72/1f469-200d-2764-fe0f-200d-1f468.png
Binary file modified src/72x72/1f469-200d-2764-fe0f-200d-1f469.png
Binary file modified src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png
Binary file modified src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png
Binary file modified src/72x72/1f469.png
Binary file modified src/72x72/1f46b.png
Binary file modified src/72x72/1f46c.png
Binary file modified src/72x72/1f46d.png
Binary file modified src/72x72/1f46e-200d-2640-fe0f.png
Binary file modified src/72x72/1f46e-200d-2642-fe0f.png
Binary file modified src/72x72/1f46e.png
Binary file modified src/72x72/1f46f-200d-2640-fe0f.png
Binary file modified src/72x72/1f46f-200d-2642-fe0f.png
Binary file modified src/72x72/1f46f.png
Binary file modified src/72x72/1f470-200d-2640-fe0f.png
Binary file modified src/72x72/1f470-200d-2642-fe0f.png
Binary file modified src/72x72/1f470.png
Binary file modified src/72x72/1f471-200d-2640-fe0f.png
Binary file modified src/72x72/1f471-200d-2642-fe0f.png
Binary file modified src/72x72/1f471.png
Binary file modified src/72x72/1f472.png
Binary file modified src/72x72/1f473-200d-2640-fe0f.png
Binary file modified src/72x72/1f473-200d-2642-fe0f.png
Binary file modified src/72x72/1f473.png
Binary file modified src/72x72/1f474.png
Binary file modified src/72x72/1f476.png
Binary file modified src/72x72/1f477-200d-2640-fe0f.png
Binary file modified src/72x72/1f477-200d-2642-fe0f.png
Binary file modified src/72x72/1f477.png
Binary file modified src/72x72/1f478.png
Binary file modified src/72x72/1f47c.png
Binary file modified src/72x72/1f481-200d-2640-fe0f.png
Binary file modified src/72x72/1f481.png
Binary file modified src/72x72/1f482-200d-2640-fe0f.png
Binary file modified src/72x72/1f482-200d-2642-fe0f.png
Binary file modified src/72x72/1f482.png
Binary file modified src/72x72/1f483.png
Binary file modified src/72x72/1f485.png
Binary file modified src/72x72/1f486-200d-2640-fe0f.png
Binary file modified src/72x72/1f486-200d-2642-fe0f.png
Binary file modified src/72x72/1f486.png
Binary file modified src/72x72/1f487-200d-2640-fe0f.png
Binary file modified src/72x72/1f487-200d-2642-fe0f.png
Binary file modified src/72x72/1f487.png
Binary file modified src/72x72/1f48f.png
Binary file modified src/72x72/1f491.png
Binary file modified src/72x72/1f499.png
Binary file modified src/72x72/1f49a.png
Binary file modified src/72x72/1f49b.png
Binary file modified src/72x72/1f49c.png
Binary file modified src/72x72/1f4a6.png
Binary file modified src/72x72/1f4a8.png
Binary file modified src/72x72/1f4aa.png
Binary file modified src/72x72/1f504.png
Binary file modified src/72x72/1f574.png
Binary file modified src/72x72/1f575-fe0f-200d-2640-fe0f.png
Binary file modified src/72x72/1f575-fe0f-200d-2642-fe0f.png
Binary file modified src/72x72/1f575.png
Binary file modified src/72x72/1f57a.png
Binary file modified src/72x72/1f590.png
Binary file modified src/72x72/1f595.png
Binary file modified src/72x72/1f596.png
Binary file modified src/72x72/1f5a4.png
Binary file modified src/72x72/1f624.png
Binary file modified src/72x72/1f62e-200d-1f4a8.png
Binary file modified src/72x72/1f637.png
Binary file modified src/72x72/1f645-200d-2640-fe0f.png
Binary file modified src/72x72/1f646-200d-2640-fe0f.png
Binary file modified src/72x72/1f646-200d-2642-fe0f.png
Binary file modified src/72x72/1f646.png
Binary file modified src/72x72/1f647-200d-2640-fe0f.png
Binary file modified src/72x72/1f647-200d-2642-fe0f.png
Binary file modified src/72x72/1f647.png
Binary file modified src/72x72/1f64b-200d-2640-fe0f.png
Binary file modified src/72x72/1f64b.png
Binary file modified src/72x72/1f64c.png
Binary file modified src/72x72/1f64d-200d-2640-fe0f.png
Binary file modified src/72x72/1f64d.png
Binary file modified src/72x72/1f64e-200d-2640-fe0f.png
Binary file modified src/72x72/1f64e-200d-2642-fe0f.png
Binary file modified src/72x72/1f64e.png
Binary file modified src/72x72/1f64f.png
Binary file modified src/72x72/1f6a3-200d-2640-fe0f.png
Binary file modified src/72x72/1f6a3-200d-2642-fe0f.png
Binary file modified src/72x72/1f6a3.png
Binary file modified src/72x72/1f6b4-200d-2640-fe0f.png
Binary file modified src/72x72/1f6b4-200d-2642-fe0f.png
Binary file modified src/72x72/1f6b4.png
Binary file modified src/72x72/1f6b5-200d-2640-fe0f.png
Binary file modified src/72x72/1f6b5-200d-2642-fe0f.png
Binary file modified src/72x72/1f6b5.png
Binary file modified src/72x72/1f6b6-200d-2640-fe0f.png
Binary file modified src/72x72/1f6b6-200d-2642-fe0f.png
Binary file modified src/72x72/1f6b6.png
Binary file modified src/72x72/1f6c0.png
Binary file modified src/72x72/1f6cc.png
Binary file modified src/72x72/1f6dd.png
Binary file modified src/72x72/1f6de.png
Binary file modified src/72x72/1f6df.png
Binary file modified src/72x72/1f7f0.png
Binary file modified src/72x72/1f90c.png
Binary file modified src/72x72/1f90d.png
Binary file modified src/72x72/1f90e.png
Binary file modified src/72x72/1f90f.png
Binary file modified src/72x72/1f918.png
Binary file modified src/72x72/1f919.png
Binary file modified src/72x72/1f91a.png
Binary file modified src/72x72/1f91b.png
Binary file modified src/72x72/1f91c.png
Binary file modified src/72x72/1f91d.png
Binary file modified src/72x72/1f91e.png
Binary file modified src/72x72/1f91f.png
Binary file modified src/72x72/1f926-200d-2640-fe0f.png
Binary file modified src/72x72/1f926-200d-2642-fe0f.png
Binary file modified src/72x72/1f926.png
Binary file modified src/72x72/1f930.png
Binary file modified src/72x72/1f931.png
Binary file modified src/72x72/1f932.png
Binary file modified src/72x72/1f934.png
Binary file modified src/72x72/1f935-200d-2640-fe0f.png
Binary file modified src/72x72/1f935-200d-2642-fe0f.png
Binary file modified src/72x72/1f935.png
Binary file modified src/72x72/1f936.png
Binary file modified src/72x72/1f937-200d-2640-fe0f.png
Binary file modified src/72x72/1f937-200d-2642-fe0f.png
Binary file modified src/72x72/1f937.png
Binary file modified src/72x72/1f938-200d-2640-fe0f.png
Binary file modified src/72x72/1f938-200d-2642-fe0f.png
Binary file modified src/72x72/1f938.png
Binary file modified src/72x72/1f939-200d-2640-fe0f.png
Binary file modified src/72x72/1f939-200d-2642-fe0f.png
Binary file modified src/72x72/1f939.png
Binary file modified src/72x72/1f93c-200d-2640-fe0f.png
Binary file modified src/72x72/1f93c-200d-2642-fe0f.png
Binary file modified src/72x72/1f93c.png
Binary file modified src/72x72/1f93d-200d-2640-fe0f.png
Binary file modified src/72x72/1f93d-200d-2642-fe0f.png
Binary file modified src/72x72/1f93d.png
Binary file modified src/72x72/1f93e-200d-2640-fe0f.png
Binary file modified src/72x72/1f93e-200d-2642-fe0f.png
Binary file modified src/72x72/1f93e.png
Binary file modified src/72x72/1f972.png
Binary file modified src/72x72/1f977.png
Binary file modified src/72x72/1f979.png
Binary file modified src/72x72/1f9b0.png
Binary file modified src/72x72/1f9b1.png
Binary file modified src/72x72/1f9b2.png
Binary file modified src/72x72/1f9b3.png
Binary file modified src/72x72/1f9b5.png
Binary file modified src/72x72/1f9b6.png
Binary file modified src/72x72/1f9b8-200d-2640-fe0f.png
Binary file modified src/72x72/1f9b8-200d-2642-fe0f.png
Binary file modified src/72x72/1f9b8.png
Binary file modified src/72x72/1f9b9-200d-2640-fe0f.png
Binary file modified src/72x72/1f9b9-200d-2642-fe0f.png
Binary file modified src/72x72/1f9b9.png
Binary file modified src/72x72/1f9bb.png
Binary file modified src/72x72/1f9cc.png
Binary file modified src/72x72/1f9cd-200d-2640-fe0f.png
Binary file modified src/72x72/1f9cd-200d-2642-fe0f.png
Binary file modified src/72x72/1f9cd.png
Binary file modified src/72x72/1f9ce-200d-2640-fe0f.png
Binary file modified src/72x72/1f9ce-200d-2642-fe0f.png
Binary file modified src/72x72/1f9ce.png
Binary file modified src/72x72/1f9cf-200d-2640-fe0f.png
Binary file modified src/72x72/1f9cf-200d-2642-fe0f.png
Binary file modified src/72x72/1f9cf.png
Binary file modified src/72x72/1f9d1-200d-1f33e.png
Binary file modified src/72x72/1f9d1-200d-1f373.png
Binary file modified src/72x72/1f9d1-200d-1f37c.png
Binary file modified src/72x72/1f9d1-200d-1f384.png
Binary file modified src/72x72/1f9d1-200d-1f393.png
Binary file modified src/72x72/1f9d1-200d-1f3a4.png
Binary file modified src/72x72/1f9d1-200d-1f3a8.png
Binary file modified src/72x72/1f9d1-200d-1f3eb.png
Binary file modified src/72x72/1f9d1-200d-1f3ed.png
Binary file modified src/72x72/1f9d1-200d-1f4bb.png
Binary file modified src/72x72/1f9d1-200d-1f4bc.png
Binary file modified src/72x72/1f9d1-200d-1f527.png
Binary file modified src/72x72/1f9d1-200d-1f52c.png
Binary file modified src/72x72/1f9d1-200d-1f680.png
Binary file modified src/72x72/1f9d1-200d-1f692.png
Binary file modified src/72x72/1f9d1-200d-1f91d-200d-1f9d1.png
Binary file modified src/72x72/1f9d1-200d-1f9af.png
Binary file modified src/72x72/1f9d1-200d-1f9b0.png
Binary file modified src/72x72/1f9d1-200d-1f9b1.png
Binary file modified src/72x72/1f9d1-200d-1f9b2.png
Binary file modified src/72x72/1f9d1-200d-1f9b3.png
Binary file modified src/72x72/1f9d1-200d-1f9bc.png
Binary file modified src/72x72/1f9d1-200d-1f9bd.png
Binary file modified src/72x72/1f9d1-200d-2695-fe0f.png
Binary file modified src/72x72/1f9d1-200d-2696-fe0f.png
Binary file modified src/72x72/1f9d1-200d-2708-fe0f.png
Binary file modified src/72x72/1f9d1.png
Binary file modified src/72x72/1f9d2.png
Binary file modified src/72x72/1f9d3.png
Binary file modified src/72x72/1f9d4-200d-2640-fe0f.png
Binary file modified src/72x72/1f9d4-200d-2642-fe0f.png
Binary file modified src/72x72/1f9d4.png
Binary file modified src/72x72/1f9d5.png
Binary file modified src/72x72/1f9d6-200d-2640-fe0f.png
Binary file modified src/72x72/1f9d6-200d-2642-fe0f.png
Binary file modified src/72x72/1f9d6.png
Binary file modified src/72x72/1f9d7-200d-2640-fe0f.png
Binary file modified src/72x72/1f9d7-200d-2642-fe0f.png
Binary file modified src/72x72/1f9d7.png
Binary file modified src/72x72/1f9d8-200d-2640-fe0f.png
Binary file modified src/72x72/1f9d8-200d-2642-fe0f.png
Binary file modified src/72x72/1f9d8.png
Binary file modified src/72x72/1f9d9-200d-2640-fe0f.png
Binary file modified src/72x72/1f9d9-200d-2642-fe0f.png
Binary file modified src/72x72/1f9d9.png
Binary file modified src/72x72/1f9da-200d-2640-fe0f.png
Loading

0 comments on commit fe6af20

Please sign in to comment.