diff --git a/LICENSE-GRAPHICS b/LICENSE-GRAPHICS index ad9a04c8..d8ef42a6 100644 --- a/LICENSE-GRAPHICS +++ b/LICENSE-GRAPHICS @@ -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. \ No newline at end of file diff --git a/README-EN.md b/README-EN.md index 4d34a239..8af311fc 100644 --- a/README-EN.md +++ b/README-EN.md @@ -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). @@ -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. diff --git a/README.md b/README.md index f326943c..f9adf109 100644 --- a/README.md +++ b/README.md @@ -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)。 @@ -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表情时应该更加谨慎。 diff --git a/src/72x72/1f338.png b/src/72x72/1f338.png index 3e6ab824..71c32064 100644 Binary files a/src/72x72/1f338.png and b/src/72x72/1f338.png differ diff --git a/src/72x72/1f385.png b/src/72x72/1f385.png index 0fdd2aab..451aea5f 100644 Binary files a/src/72x72/1f385.png and b/src/72x72/1f385.png differ diff --git a/src/72x72/1f3c3-200d-2640-fe0f.png b/src/72x72/1f3c3-200d-2640-fe0f.png index 916f4ca4..525f7c45 100644 Binary files a/src/72x72/1f3c3-200d-2640-fe0f.png and b/src/72x72/1f3c3-200d-2640-fe0f.png differ diff --git a/src/72x72/1f3c3-200d-2642-fe0f.png b/src/72x72/1f3c3-200d-2642-fe0f.png index 52e1ea7b..dfad54eb 100644 Binary files a/src/72x72/1f3c3-200d-2642-fe0f.png and b/src/72x72/1f3c3-200d-2642-fe0f.png differ diff --git a/src/72x72/1f3c3.png b/src/72x72/1f3c3.png index d6544b32..16d08839 100644 Binary files a/src/72x72/1f3c3.png and b/src/72x72/1f3c3.png differ diff --git a/src/72x72/1f3c4-200d-2640-fe0f.png b/src/72x72/1f3c4-200d-2640-fe0f.png index d2ad57bc..d4fe1b31 100644 Binary files a/src/72x72/1f3c4-200d-2640-fe0f.png and b/src/72x72/1f3c4-200d-2640-fe0f.png differ diff --git a/src/72x72/1f3c4-200d-2642-fe0f.png b/src/72x72/1f3c4-200d-2642-fe0f.png index c085772f..6cd99db1 100644 Binary files a/src/72x72/1f3c4-200d-2642-fe0f.png and b/src/72x72/1f3c4-200d-2642-fe0f.png differ diff --git a/src/72x72/1f3c4.png b/src/72x72/1f3c4.png index 7ecce2e9..d4e510d5 100644 Binary files a/src/72x72/1f3c4.png and b/src/72x72/1f3c4.png differ diff --git a/src/72x72/1f3c7.png b/src/72x72/1f3c7.png index 6e27dc7e..cf06f03b 100644 Binary files a/src/72x72/1f3c7.png and b/src/72x72/1f3c7.png differ diff --git a/src/72x72/1f3ca-200d-2640-fe0f.png b/src/72x72/1f3ca-200d-2640-fe0f.png index 82ef9513..2caaf77b 100644 Binary files a/src/72x72/1f3ca-200d-2640-fe0f.png and b/src/72x72/1f3ca-200d-2640-fe0f.png differ diff --git a/src/72x72/1f3ca-200d-2642-fe0f.png b/src/72x72/1f3ca-200d-2642-fe0f.png index 150f9a60..79c4b5ee 100644 Binary files a/src/72x72/1f3ca-200d-2642-fe0f.png and b/src/72x72/1f3ca-200d-2642-fe0f.png differ diff --git a/src/72x72/1f3ca.png b/src/72x72/1f3ca.png index 2ebb53c4..af9d4396 100644 Binary files a/src/72x72/1f3ca.png and b/src/72x72/1f3ca.png differ diff --git a/src/72x72/1f3cb-fe0f-200d-2640-fe0f.png b/src/72x72/1f3cb-fe0f-200d-2640-fe0f.png index 1c330ad2..1cae2923 100644 Binary files a/src/72x72/1f3cb-fe0f-200d-2640-fe0f.png and b/src/72x72/1f3cb-fe0f-200d-2640-fe0f.png differ diff --git a/src/72x72/1f3cb-fe0f-200d-2642-fe0f.png b/src/72x72/1f3cb-fe0f-200d-2642-fe0f.png index 8905bd2c..4f0a5c60 100644 Binary files a/src/72x72/1f3cb-fe0f-200d-2642-fe0f.png and b/src/72x72/1f3cb-fe0f-200d-2642-fe0f.png differ diff --git a/src/72x72/1f3cb.png b/src/72x72/1f3cb.png index ed12650b..432cb526 100644 Binary files a/src/72x72/1f3cb.png and b/src/72x72/1f3cb.png differ diff --git a/src/72x72/1f3cc-fe0f-200d-2640-fe0f.png b/src/72x72/1f3cc-fe0f-200d-2640-fe0f.png index 4ade82aa..ca15516b 100644 Binary files a/src/72x72/1f3cc-fe0f-200d-2640-fe0f.png and b/src/72x72/1f3cc-fe0f-200d-2640-fe0f.png differ diff --git a/src/72x72/1f3cc-fe0f-200d-2642-fe0f.png b/src/72x72/1f3cc-fe0f-200d-2642-fe0f.png index c4dd1012..f1dd42b3 100644 Binary files a/src/72x72/1f3cc-fe0f-200d-2642-fe0f.png and b/src/72x72/1f3cc-fe0f-200d-2642-fe0f.png differ diff --git a/src/72x72/1f3cc.png b/src/72x72/1f3cc.png index 8aefc70b..fafe73ad 100644 Binary files a/src/72x72/1f3cc.png and b/src/72x72/1f3cc.png differ diff --git a/src/72x72/1f3d4.png b/src/72x72/1f3d4.png index 8e75c601..a9c6b2ad 100644 Binary files a/src/72x72/1f3d4.png and b/src/72x72/1f3d4.png differ diff --git a/src/72x72/1f3f3.png b/src/72x72/1f3f3.png index d50409e1..65c8b1de 100644 Binary files a/src/72x72/1f3f3.png and b/src/72x72/1f3f3.png differ diff --git a/src/72x72/1f3f4.png b/src/72x72/1f3f4.png index a7e4823d..5a5f6369 100644 Binary files a/src/72x72/1f3f4.png and b/src/72x72/1f3f4.png differ diff --git a/src/72x72/1f442.png b/src/72x72/1f442.png index 23e179ea..59b18711 100644 Binary files a/src/72x72/1f442.png and b/src/72x72/1f442.png differ diff --git a/src/72x72/1f443.png b/src/72x72/1f443.png index e0360d46..e3428619 100644 Binary files a/src/72x72/1f443.png and b/src/72x72/1f443.png differ diff --git a/src/72x72/1f445.png b/src/72x72/1f445.png index 8d1c3b00..2d5fe554 100644 Binary files a/src/72x72/1f445.png and b/src/72x72/1f445.png differ diff --git a/src/72x72/1f446.png b/src/72x72/1f446.png index 396c7cd9..af3e1c03 100644 Binary files a/src/72x72/1f446.png and b/src/72x72/1f446.png differ diff --git a/src/72x72/1f447.png b/src/72x72/1f447.png index cf3a68fd..8a7533b8 100644 Binary files a/src/72x72/1f447.png and b/src/72x72/1f447.png differ diff --git a/src/72x72/1f448.png b/src/72x72/1f448.png index e4ee0bd8..eefa34c3 100644 Binary files a/src/72x72/1f448.png and b/src/72x72/1f448.png differ diff --git a/src/72x72/1f449.png b/src/72x72/1f449.png index 8f40dd1b..70a45f18 100644 Binary files a/src/72x72/1f449.png and b/src/72x72/1f449.png differ diff --git a/src/72x72/1f44a.png b/src/72x72/1f44a.png index a23bc4fb..f3bac3fc 100644 Binary files a/src/72x72/1f44a.png and b/src/72x72/1f44a.png differ diff --git a/src/72x72/1f44b.png b/src/72x72/1f44b.png index fb392ca5..70b8b23a 100644 Binary files a/src/72x72/1f44b.png and b/src/72x72/1f44b.png differ diff --git a/src/72x72/1f44d.png b/src/72x72/1f44d.png index d2953c06..50782c2f 100644 Binary files a/src/72x72/1f44d.png and b/src/72x72/1f44d.png differ diff --git a/src/72x72/1f44e.png b/src/72x72/1f44e.png index 473185f3..82c6a48b 100644 Binary files a/src/72x72/1f44e.png and b/src/72x72/1f44e.png differ diff --git a/src/72x72/1f44f.png b/src/72x72/1f44f.png index c7dd78dc..14598c5d 100644 Binary files a/src/72x72/1f44f.png and b/src/72x72/1f44f.png differ diff --git a/src/72x72/1f450.png b/src/72x72/1f450.png index 87385eec..e4bb2854 100644 Binary files a/src/72x72/1f450.png and b/src/72x72/1f450.png differ diff --git a/src/72x72/1f466.png b/src/72x72/1f466.png index 09fd2dd6..ae9ee92d 100644 Binary files a/src/72x72/1f466.png and b/src/72x72/1f466.png differ diff --git a/src/72x72/1f467.png b/src/72x72/1f467.png index be96d688..a4c3feb3 100644 Binary files a/src/72x72/1f467.png and b/src/72x72/1f467.png differ diff --git a/src/72x72/1f468-200d-1f33e.png b/src/72x72/1f468-200d-1f33e.png index 10238195..f3288043 100644 Binary files a/src/72x72/1f468-200d-1f33e.png and b/src/72x72/1f468-200d-1f33e.png differ diff --git a/src/72x72/1f468-200d-1f373.png b/src/72x72/1f468-200d-1f373.png index ea23219a..730ec95c 100644 Binary files a/src/72x72/1f468-200d-1f373.png and b/src/72x72/1f468-200d-1f373.png differ diff --git a/src/72x72/1f468-200d-1f37c.png b/src/72x72/1f468-200d-1f37c.png index 7ec69d66..b058eb66 100644 Binary files a/src/72x72/1f468-200d-1f37c.png and b/src/72x72/1f468-200d-1f37c.png differ diff --git a/src/72x72/1f468-200d-1f393.png b/src/72x72/1f468-200d-1f393.png index a7723833..1b042a78 100644 Binary files a/src/72x72/1f468-200d-1f393.png and b/src/72x72/1f468-200d-1f393.png differ diff --git a/src/72x72/1f468-200d-1f3a4.png b/src/72x72/1f468-200d-1f3a4.png index 07953a7a..5efeff3a 100644 Binary files a/src/72x72/1f468-200d-1f3a4.png and b/src/72x72/1f468-200d-1f3a4.png differ diff --git a/src/72x72/1f468-200d-1f3a8.png b/src/72x72/1f468-200d-1f3a8.png index 8544e3f2..1728ba7f 100644 Binary files a/src/72x72/1f468-200d-1f3a8.png and b/src/72x72/1f468-200d-1f3a8.png differ diff --git a/src/72x72/1f468-200d-1f3eb.png b/src/72x72/1f468-200d-1f3eb.png index 10c0bcf6..a39aba78 100644 Binary files a/src/72x72/1f468-200d-1f3eb.png and b/src/72x72/1f468-200d-1f3eb.png differ diff --git a/src/72x72/1f468-200d-1f3ed.png b/src/72x72/1f468-200d-1f3ed.png index c3f6e3b3..bb59dade 100644 Binary files a/src/72x72/1f468-200d-1f3ed.png and b/src/72x72/1f468-200d-1f3ed.png differ diff --git a/src/72x72/1f468-200d-1f4bb.png b/src/72x72/1f468-200d-1f4bb.png index 4234ac6f..2ce34c99 100644 Binary files a/src/72x72/1f468-200d-1f4bb.png and b/src/72x72/1f468-200d-1f4bb.png differ diff --git a/src/72x72/1f468-200d-1f4bc.png b/src/72x72/1f468-200d-1f4bc.png index f1642bd4..2f74d65f 100644 Binary files a/src/72x72/1f468-200d-1f4bc.png and b/src/72x72/1f468-200d-1f4bc.png differ diff --git a/src/72x72/1f468-200d-1f527.png b/src/72x72/1f468-200d-1f527.png index 765ccf00..6cc45d97 100644 Binary files a/src/72x72/1f468-200d-1f527.png and b/src/72x72/1f468-200d-1f527.png differ diff --git a/src/72x72/1f468-200d-1f52c.png b/src/72x72/1f468-200d-1f52c.png index 20734a0d..e060d8d3 100644 Binary files a/src/72x72/1f468-200d-1f52c.png and b/src/72x72/1f468-200d-1f52c.png differ diff --git a/src/72x72/1f468-200d-1f680.png b/src/72x72/1f468-200d-1f680.png index 33d1f423..6bca55f9 100644 Binary files a/src/72x72/1f468-200d-1f680.png and b/src/72x72/1f468-200d-1f680.png differ diff --git a/src/72x72/1f468-200d-1f692.png b/src/72x72/1f468-200d-1f692.png index ef63748d..22e0c342 100644 Binary files a/src/72x72/1f468-200d-1f692.png and b/src/72x72/1f468-200d-1f692.png differ diff --git a/src/72x72/1f468-200d-1f9af.png b/src/72x72/1f468-200d-1f9af.png index 78d1b125..6b0dfa21 100644 Binary files a/src/72x72/1f468-200d-1f9af.png and b/src/72x72/1f468-200d-1f9af.png differ diff --git a/src/72x72/1f468-200d-1f9b0.png b/src/72x72/1f468-200d-1f9b0.png index f6cb80a9..8b0e3372 100644 Binary files a/src/72x72/1f468-200d-1f9b0.png and b/src/72x72/1f468-200d-1f9b0.png differ diff --git a/src/72x72/1f468-200d-1f9b1.png b/src/72x72/1f468-200d-1f9b1.png index 8e989e4e..0c46a887 100644 Binary files a/src/72x72/1f468-200d-1f9b1.png and b/src/72x72/1f468-200d-1f9b1.png differ diff --git a/src/72x72/1f468-200d-1f9b2.png b/src/72x72/1f468-200d-1f9b2.png index 87a55654..a40ec916 100644 Binary files a/src/72x72/1f468-200d-1f9b2.png and b/src/72x72/1f468-200d-1f9b2.png differ diff --git a/src/72x72/1f468-200d-1f9b3.png b/src/72x72/1f468-200d-1f9b3.png index 438bbe66..48685298 100644 Binary files a/src/72x72/1f468-200d-1f9b3.png and b/src/72x72/1f468-200d-1f9b3.png differ diff --git a/src/72x72/1f468-200d-1f9bc.png b/src/72x72/1f468-200d-1f9bc.png index 3734169c..da69c6d5 100644 Binary files a/src/72x72/1f468-200d-1f9bc.png and b/src/72x72/1f468-200d-1f9bc.png differ diff --git a/src/72x72/1f468-200d-1f9bd.png b/src/72x72/1f468-200d-1f9bd.png index a3936651..f9618a3f 100644 Binary files a/src/72x72/1f468-200d-1f9bd.png and b/src/72x72/1f468-200d-1f9bd.png differ diff --git a/src/72x72/1f468-200d-2696-fe0f.png b/src/72x72/1f468-200d-2696-fe0f.png index 059081cd..b447ba98 100644 Binary files a/src/72x72/1f468-200d-2696-fe0f.png and b/src/72x72/1f468-200d-2696-fe0f.png differ diff --git a/src/72x72/1f468-200d-2708-fe0f.png b/src/72x72/1f468-200d-2708-fe0f.png index 9ce7f9f7..445dea02 100644 Binary files a/src/72x72/1f468-200d-2708-fe0f.png and b/src/72x72/1f468-200d-2708-fe0f.png differ diff --git a/src/72x72/1f468-200d-2764-fe0f-200d-1f468.png b/src/72x72/1f468-200d-2764-fe0f-200d-1f468.png index ead47f17..002cdd52 100644 Binary files a/src/72x72/1f468-200d-2764-fe0f-200d-1f468.png and b/src/72x72/1f468-200d-2764-fe0f-200d-1f468.png differ diff --git a/src/72x72/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/src/72x72/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png index 3a40debd..d225ac82 100644 Binary files a/src/72x72/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png and b/src/72x72/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ diff --git a/src/72x72/1f468.png b/src/72x72/1f468.png index 8f96d615..ce455c60 100644 Binary files a/src/72x72/1f468.png and b/src/72x72/1f468.png differ diff --git a/src/72x72/1f469-200d-1f33e.png b/src/72x72/1f469-200d-1f33e.png index d29319f3..5d0774cd 100644 Binary files a/src/72x72/1f469-200d-1f33e.png and b/src/72x72/1f469-200d-1f33e.png differ diff --git a/src/72x72/1f469-200d-1f373.png b/src/72x72/1f469-200d-1f373.png index 31a364fc..cc188eb2 100644 Binary files a/src/72x72/1f469-200d-1f373.png and b/src/72x72/1f469-200d-1f373.png differ diff --git a/src/72x72/1f469-200d-1f37c.png b/src/72x72/1f469-200d-1f37c.png index ff11ab49..16174615 100644 Binary files a/src/72x72/1f469-200d-1f37c.png and b/src/72x72/1f469-200d-1f37c.png differ diff --git a/src/72x72/1f469-200d-1f393.png b/src/72x72/1f469-200d-1f393.png index b2a467a4..2f6975b4 100644 Binary files a/src/72x72/1f469-200d-1f393.png and b/src/72x72/1f469-200d-1f393.png differ diff --git a/src/72x72/1f469-200d-1f3a4.png b/src/72x72/1f469-200d-1f3a4.png index 03fceedb..5a46894d 100644 Binary files a/src/72x72/1f469-200d-1f3a4.png and b/src/72x72/1f469-200d-1f3a4.png differ diff --git a/src/72x72/1f469-200d-1f3a8.png b/src/72x72/1f469-200d-1f3a8.png index af2a43fb..5ed29692 100644 Binary files a/src/72x72/1f469-200d-1f3a8.png and b/src/72x72/1f469-200d-1f3a8.png differ diff --git a/src/72x72/1f469-200d-1f3eb.png b/src/72x72/1f469-200d-1f3eb.png index d1a076ca..ebc4e7a0 100644 Binary files a/src/72x72/1f469-200d-1f3eb.png and b/src/72x72/1f469-200d-1f3eb.png differ diff --git a/src/72x72/1f469-200d-1f3ed.png b/src/72x72/1f469-200d-1f3ed.png index 33496c4b..946a8b1d 100644 Binary files a/src/72x72/1f469-200d-1f3ed.png and b/src/72x72/1f469-200d-1f3ed.png differ diff --git a/src/72x72/1f469-200d-1f4bb.png b/src/72x72/1f469-200d-1f4bb.png index 1f19cb28..55a93ea5 100644 Binary files a/src/72x72/1f469-200d-1f4bb.png and b/src/72x72/1f469-200d-1f4bb.png differ diff --git a/src/72x72/1f469-200d-1f4bc.png b/src/72x72/1f469-200d-1f4bc.png index ddeb4462..e18a0c44 100644 Binary files a/src/72x72/1f469-200d-1f4bc.png and b/src/72x72/1f469-200d-1f4bc.png differ diff --git a/src/72x72/1f469-200d-1f527.png b/src/72x72/1f469-200d-1f527.png index 386df33a..5ee797d5 100644 Binary files a/src/72x72/1f469-200d-1f527.png and b/src/72x72/1f469-200d-1f527.png differ diff --git a/src/72x72/1f469-200d-1f52c.png b/src/72x72/1f469-200d-1f52c.png index b5d15c41..fb23935c 100644 Binary files a/src/72x72/1f469-200d-1f52c.png and b/src/72x72/1f469-200d-1f52c.png differ diff --git a/src/72x72/1f469-200d-1f680.png b/src/72x72/1f469-200d-1f680.png index d08b4ffb..f8a503c8 100644 Binary files a/src/72x72/1f469-200d-1f680.png and b/src/72x72/1f469-200d-1f680.png differ diff --git a/src/72x72/1f469-200d-1f692.png b/src/72x72/1f469-200d-1f692.png index 29b2e6e0..defc78f4 100644 Binary files a/src/72x72/1f469-200d-1f692.png and b/src/72x72/1f469-200d-1f692.png differ diff --git a/src/72x72/1f469-200d-1f9af.png b/src/72x72/1f469-200d-1f9af.png index d8e41683..8ae3ea51 100644 Binary files a/src/72x72/1f469-200d-1f9af.png and b/src/72x72/1f469-200d-1f9af.png differ diff --git a/src/72x72/1f469-200d-1f9b0.png b/src/72x72/1f469-200d-1f9b0.png index b6292a9a..bb0ccc81 100644 Binary files a/src/72x72/1f469-200d-1f9b0.png and b/src/72x72/1f469-200d-1f9b0.png differ diff --git a/src/72x72/1f469-200d-1f9b1.png b/src/72x72/1f469-200d-1f9b1.png index 89a9fb59..0eca1257 100644 Binary files a/src/72x72/1f469-200d-1f9b1.png and b/src/72x72/1f469-200d-1f9b1.png differ diff --git a/src/72x72/1f469-200d-1f9bc.png b/src/72x72/1f469-200d-1f9bc.png index 322b66fd..71d1cd1e 100644 Binary files a/src/72x72/1f469-200d-1f9bc.png and b/src/72x72/1f469-200d-1f9bc.png differ diff --git a/src/72x72/1f469-200d-1f9bd.png b/src/72x72/1f469-200d-1f9bd.png index 2124b5b6..c51101fc 100644 Binary files a/src/72x72/1f469-200d-1f9bd.png and b/src/72x72/1f469-200d-1f9bd.png differ diff --git a/src/72x72/1f469-200d-2695-fe0f.png b/src/72x72/1f469-200d-2695-fe0f.png index 949380a6..4555733e 100644 Binary files a/src/72x72/1f469-200d-2695-fe0f.png and b/src/72x72/1f469-200d-2695-fe0f.png differ diff --git a/src/72x72/1f469-200d-2696-fe0f.png b/src/72x72/1f469-200d-2696-fe0f.png index 21d2f543..5d1a3dc4 100644 Binary files a/src/72x72/1f469-200d-2696-fe0f.png and b/src/72x72/1f469-200d-2696-fe0f.png differ diff --git a/src/72x72/1f469-200d-2708-fe0f.png b/src/72x72/1f469-200d-2708-fe0f.png index 2157d03d..fecb3a7e 100644 Binary files a/src/72x72/1f469-200d-2708-fe0f.png and b/src/72x72/1f469-200d-2708-fe0f.png differ diff --git a/src/72x72/1f469-200d-2764-fe0f-200d-1f468.png b/src/72x72/1f469-200d-2764-fe0f-200d-1f468.png index c946f0d6..186a1443 100644 Binary files a/src/72x72/1f469-200d-2764-fe0f-200d-1f468.png and b/src/72x72/1f469-200d-2764-fe0f-200d-1f468.png differ diff --git a/src/72x72/1f469-200d-2764-fe0f-200d-1f469.png b/src/72x72/1f469-200d-2764-fe0f-200d-1f469.png index f0b98e0a..9312ba01 100644 Binary files a/src/72x72/1f469-200d-2764-fe0f-200d-1f469.png and b/src/72x72/1f469-200d-2764-fe0f-200d-1f469.png differ diff --git a/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png index 11092d9c..5833945e 100644 Binary files a/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png and b/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ diff --git a/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png b/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png index c9384bdd..be8bfea4 100644 Binary files a/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png and b/src/72x72/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png differ diff --git a/src/72x72/1f469.png b/src/72x72/1f469.png index 3f8d760d..3b94dc9e 100644 Binary files a/src/72x72/1f469.png and b/src/72x72/1f469.png differ diff --git a/src/72x72/1f46b.png b/src/72x72/1f46b.png index a1f560f2..dc332bdd 100644 Binary files a/src/72x72/1f46b.png and b/src/72x72/1f46b.png differ diff --git a/src/72x72/1f46c.png b/src/72x72/1f46c.png index 8cf68520..79b5d2bf 100644 Binary files a/src/72x72/1f46c.png and b/src/72x72/1f46c.png differ diff --git a/src/72x72/1f46d.png b/src/72x72/1f46d.png index 952fb024..048634e7 100644 Binary files a/src/72x72/1f46d.png and b/src/72x72/1f46d.png differ diff --git a/src/72x72/1f46e-200d-2640-fe0f.png b/src/72x72/1f46e-200d-2640-fe0f.png index 0d15cb03..6428be21 100644 Binary files a/src/72x72/1f46e-200d-2640-fe0f.png and b/src/72x72/1f46e-200d-2640-fe0f.png differ diff --git a/src/72x72/1f46e-200d-2642-fe0f.png b/src/72x72/1f46e-200d-2642-fe0f.png index b388883e..71d05c49 100644 Binary files a/src/72x72/1f46e-200d-2642-fe0f.png and b/src/72x72/1f46e-200d-2642-fe0f.png differ diff --git a/src/72x72/1f46e.png b/src/72x72/1f46e.png index 6fc31515..560f89b5 100644 Binary files a/src/72x72/1f46e.png and b/src/72x72/1f46e.png differ diff --git a/src/72x72/1f46f-200d-2640-fe0f.png b/src/72x72/1f46f-200d-2640-fe0f.png index 93ab3722..db3c72ff 100644 Binary files a/src/72x72/1f46f-200d-2640-fe0f.png and b/src/72x72/1f46f-200d-2640-fe0f.png differ diff --git a/src/72x72/1f46f-200d-2642-fe0f.png b/src/72x72/1f46f-200d-2642-fe0f.png index c27e13f2..0720f3ec 100644 Binary files a/src/72x72/1f46f-200d-2642-fe0f.png and b/src/72x72/1f46f-200d-2642-fe0f.png differ diff --git a/src/72x72/1f46f.png b/src/72x72/1f46f.png index fe733554..73735294 100644 Binary files a/src/72x72/1f46f.png and b/src/72x72/1f46f.png differ diff --git a/src/72x72/1f470-200d-2640-fe0f.png b/src/72x72/1f470-200d-2640-fe0f.png index c7c29232..e683de7e 100644 Binary files a/src/72x72/1f470-200d-2640-fe0f.png and b/src/72x72/1f470-200d-2640-fe0f.png differ diff --git a/src/72x72/1f470-200d-2642-fe0f.png b/src/72x72/1f470-200d-2642-fe0f.png index 40f161bb..fe5f259e 100644 Binary files a/src/72x72/1f470-200d-2642-fe0f.png and b/src/72x72/1f470-200d-2642-fe0f.png differ diff --git a/src/72x72/1f470.png b/src/72x72/1f470.png index c0e98b5a..a7ed3b67 100644 Binary files a/src/72x72/1f470.png and b/src/72x72/1f470.png differ diff --git a/src/72x72/1f471-200d-2640-fe0f.png b/src/72x72/1f471-200d-2640-fe0f.png index e2c0352e..3b8245f4 100644 Binary files a/src/72x72/1f471-200d-2640-fe0f.png and b/src/72x72/1f471-200d-2640-fe0f.png differ diff --git a/src/72x72/1f471-200d-2642-fe0f.png b/src/72x72/1f471-200d-2642-fe0f.png index b99c65a9..3a4e84d1 100644 Binary files a/src/72x72/1f471-200d-2642-fe0f.png and b/src/72x72/1f471-200d-2642-fe0f.png differ diff --git a/src/72x72/1f471.png b/src/72x72/1f471.png index 9d67e5e0..9611facc 100644 Binary files a/src/72x72/1f471.png and b/src/72x72/1f471.png differ diff --git a/src/72x72/1f472.png b/src/72x72/1f472.png index 6c96db04..6049a059 100644 Binary files a/src/72x72/1f472.png and b/src/72x72/1f472.png differ diff --git a/src/72x72/1f473-200d-2640-fe0f.png b/src/72x72/1f473-200d-2640-fe0f.png index a4930880..981674e2 100644 Binary files a/src/72x72/1f473-200d-2640-fe0f.png and b/src/72x72/1f473-200d-2640-fe0f.png differ diff --git a/src/72x72/1f473-200d-2642-fe0f.png b/src/72x72/1f473-200d-2642-fe0f.png index b9ee1626..8ed03f2f 100644 Binary files a/src/72x72/1f473-200d-2642-fe0f.png and b/src/72x72/1f473-200d-2642-fe0f.png differ diff --git a/src/72x72/1f473.png b/src/72x72/1f473.png index e3074814..4bd4e1cc 100644 Binary files a/src/72x72/1f473.png and b/src/72x72/1f473.png differ diff --git a/src/72x72/1f474.png b/src/72x72/1f474.png index e9ec4882..35c871a0 100644 Binary files a/src/72x72/1f474.png and b/src/72x72/1f474.png differ diff --git a/src/72x72/1f476.png b/src/72x72/1f476.png index 91b60339..e963a53e 100644 Binary files a/src/72x72/1f476.png and b/src/72x72/1f476.png differ diff --git a/src/72x72/1f477-200d-2640-fe0f.png b/src/72x72/1f477-200d-2640-fe0f.png index c69dd73e..34a37e85 100644 Binary files a/src/72x72/1f477-200d-2640-fe0f.png and b/src/72x72/1f477-200d-2640-fe0f.png differ diff --git a/src/72x72/1f477-200d-2642-fe0f.png b/src/72x72/1f477-200d-2642-fe0f.png index a5987688..a124a92e 100644 Binary files a/src/72x72/1f477-200d-2642-fe0f.png and b/src/72x72/1f477-200d-2642-fe0f.png differ diff --git a/src/72x72/1f477.png b/src/72x72/1f477.png index 5115d817..ace34782 100644 Binary files a/src/72x72/1f477.png and b/src/72x72/1f477.png differ diff --git a/src/72x72/1f478.png b/src/72x72/1f478.png index a7e187b5..964fb404 100644 Binary files a/src/72x72/1f478.png and b/src/72x72/1f478.png differ diff --git a/src/72x72/1f47c.png b/src/72x72/1f47c.png index e1b2fd6d..2de9587e 100644 Binary files a/src/72x72/1f47c.png and b/src/72x72/1f47c.png differ diff --git a/src/72x72/1f481-200d-2640-fe0f.png b/src/72x72/1f481-200d-2640-fe0f.png index 5c146fad..40df293f 100644 Binary files a/src/72x72/1f481-200d-2640-fe0f.png and b/src/72x72/1f481-200d-2640-fe0f.png differ diff --git a/src/72x72/1f481.png b/src/72x72/1f481.png index c9b24080..a743d2ae 100644 Binary files a/src/72x72/1f481.png and b/src/72x72/1f481.png differ diff --git a/src/72x72/1f482-200d-2640-fe0f.png b/src/72x72/1f482-200d-2640-fe0f.png index 830535c1..86df09a1 100644 Binary files a/src/72x72/1f482-200d-2640-fe0f.png and b/src/72x72/1f482-200d-2640-fe0f.png differ diff --git a/src/72x72/1f482-200d-2642-fe0f.png b/src/72x72/1f482-200d-2642-fe0f.png index 80ac5511..e804a232 100644 Binary files a/src/72x72/1f482-200d-2642-fe0f.png and b/src/72x72/1f482-200d-2642-fe0f.png differ diff --git a/src/72x72/1f482.png b/src/72x72/1f482.png index 33dad699..2d7db6df 100644 Binary files a/src/72x72/1f482.png and b/src/72x72/1f482.png differ diff --git a/src/72x72/1f483.png b/src/72x72/1f483.png index a1572273..ad0cfe26 100644 Binary files a/src/72x72/1f483.png and b/src/72x72/1f483.png differ diff --git a/src/72x72/1f485.png b/src/72x72/1f485.png index 0eb2f31f..bd465695 100644 Binary files a/src/72x72/1f485.png and b/src/72x72/1f485.png differ diff --git a/src/72x72/1f486-200d-2640-fe0f.png b/src/72x72/1f486-200d-2640-fe0f.png index 965ad22c..3b855e2b 100644 Binary files a/src/72x72/1f486-200d-2640-fe0f.png and b/src/72x72/1f486-200d-2640-fe0f.png differ diff --git a/src/72x72/1f486-200d-2642-fe0f.png b/src/72x72/1f486-200d-2642-fe0f.png index 79dfbd52..8306a985 100644 Binary files a/src/72x72/1f486-200d-2642-fe0f.png and b/src/72x72/1f486-200d-2642-fe0f.png differ diff --git a/src/72x72/1f486.png b/src/72x72/1f486.png index 4810a317..a64a844c 100644 Binary files a/src/72x72/1f486.png and b/src/72x72/1f486.png differ diff --git a/src/72x72/1f487-200d-2640-fe0f.png b/src/72x72/1f487-200d-2640-fe0f.png index 45120676..2915fa99 100644 Binary files a/src/72x72/1f487-200d-2640-fe0f.png and b/src/72x72/1f487-200d-2640-fe0f.png differ diff --git a/src/72x72/1f487-200d-2642-fe0f.png b/src/72x72/1f487-200d-2642-fe0f.png index 9472f15e..05bcb529 100644 Binary files a/src/72x72/1f487-200d-2642-fe0f.png and b/src/72x72/1f487-200d-2642-fe0f.png differ diff --git a/src/72x72/1f487.png b/src/72x72/1f487.png index e5dca511..a562c7fc 100644 Binary files a/src/72x72/1f487.png and b/src/72x72/1f487.png differ diff --git a/src/72x72/1f48f.png b/src/72x72/1f48f.png index 73ec731d..7be0144a 100644 Binary files a/src/72x72/1f48f.png and b/src/72x72/1f48f.png differ diff --git a/src/72x72/1f491.png b/src/72x72/1f491.png index 537da803..e6a51e95 100644 Binary files a/src/72x72/1f491.png and b/src/72x72/1f491.png differ diff --git a/src/72x72/1f499.png b/src/72x72/1f499.png index 5ed109fa..adf3ccab 100644 Binary files a/src/72x72/1f499.png and b/src/72x72/1f499.png differ diff --git a/src/72x72/1f49a.png b/src/72x72/1f49a.png index 34e81bf6..844f4671 100644 Binary files a/src/72x72/1f49a.png and b/src/72x72/1f49a.png differ diff --git a/src/72x72/1f49b.png b/src/72x72/1f49b.png index 35e06086..b9c87fb3 100644 Binary files a/src/72x72/1f49b.png and b/src/72x72/1f49b.png differ diff --git a/src/72x72/1f49c.png b/src/72x72/1f49c.png index af49627b..4be408a3 100644 Binary files a/src/72x72/1f49c.png and b/src/72x72/1f49c.png differ diff --git a/src/72x72/1f4a6.png b/src/72x72/1f4a6.png index 29a30e67..f6aaddba 100644 Binary files a/src/72x72/1f4a6.png and b/src/72x72/1f4a6.png differ diff --git a/src/72x72/1f4a8.png b/src/72x72/1f4a8.png index 86b63e89..e6dde73d 100644 Binary files a/src/72x72/1f4a8.png and b/src/72x72/1f4a8.png differ diff --git a/src/72x72/1f4aa.png b/src/72x72/1f4aa.png index 48ee7aa0..53d11c03 100644 Binary files a/src/72x72/1f4aa.png and b/src/72x72/1f4aa.png differ diff --git a/src/72x72/1f504.png b/src/72x72/1f504.png index 4e605585..0c91c58c 100644 Binary files a/src/72x72/1f504.png and b/src/72x72/1f504.png differ diff --git a/src/72x72/1f574.png b/src/72x72/1f574.png index d947a641..62e8b570 100644 Binary files a/src/72x72/1f574.png and b/src/72x72/1f574.png differ diff --git a/src/72x72/1f575-fe0f-200d-2640-fe0f.png b/src/72x72/1f575-fe0f-200d-2640-fe0f.png index 67161179..ec0eae62 100644 Binary files a/src/72x72/1f575-fe0f-200d-2640-fe0f.png and b/src/72x72/1f575-fe0f-200d-2640-fe0f.png differ diff --git a/src/72x72/1f575-fe0f-200d-2642-fe0f.png b/src/72x72/1f575-fe0f-200d-2642-fe0f.png index 12171f92..0e129423 100644 Binary files a/src/72x72/1f575-fe0f-200d-2642-fe0f.png and b/src/72x72/1f575-fe0f-200d-2642-fe0f.png differ diff --git a/src/72x72/1f575.png b/src/72x72/1f575.png index 26e5ed1a..c8bd9147 100644 Binary files a/src/72x72/1f575.png and b/src/72x72/1f575.png differ diff --git a/src/72x72/1f57a.png b/src/72x72/1f57a.png index 5cc0b976..ac2b9c35 100644 Binary files a/src/72x72/1f57a.png and b/src/72x72/1f57a.png differ diff --git a/src/72x72/1f590.png b/src/72x72/1f590.png index 2e9d0a12..3711d80e 100644 Binary files a/src/72x72/1f590.png and b/src/72x72/1f590.png differ diff --git a/src/72x72/1f595.png b/src/72x72/1f595.png index ae00637a..c6f4779e 100644 Binary files a/src/72x72/1f595.png and b/src/72x72/1f595.png differ diff --git a/src/72x72/1f596.png b/src/72x72/1f596.png index 77526cb2..c2fcd54c 100644 Binary files a/src/72x72/1f596.png and b/src/72x72/1f596.png differ diff --git a/src/72x72/1f5a4.png b/src/72x72/1f5a4.png index 14156735..0fea6bac 100644 Binary files a/src/72x72/1f5a4.png and b/src/72x72/1f5a4.png differ diff --git a/src/72x72/1f624.png b/src/72x72/1f624.png index c2046335..a0e48cb4 100644 Binary files a/src/72x72/1f624.png and b/src/72x72/1f624.png differ diff --git a/src/72x72/1f62e-200d-1f4a8.png b/src/72x72/1f62e-200d-1f4a8.png index 559e96f6..ae11a293 100644 Binary files a/src/72x72/1f62e-200d-1f4a8.png and b/src/72x72/1f62e-200d-1f4a8.png differ diff --git a/src/72x72/1f637.png b/src/72x72/1f637.png index 111ec0c4..0fe36aae 100644 Binary files a/src/72x72/1f637.png and b/src/72x72/1f637.png differ diff --git a/src/72x72/1f645-200d-2640-fe0f.png b/src/72x72/1f645-200d-2640-fe0f.png index b6e374c7..342707e1 100644 Binary files a/src/72x72/1f645-200d-2640-fe0f.png and b/src/72x72/1f645-200d-2640-fe0f.png differ diff --git a/src/72x72/1f646-200d-2640-fe0f.png b/src/72x72/1f646-200d-2640-fe0f.png index 55d13174..7a75ddc3 100644 Binary files a/src/72x72/1f646-200d-2640-fe0f.png and b/src/72x72/1f646-200d-2640-fe0f.png differ diff --git a/src/72x72/1f646-200d-2642-fe0f.png b/src/72x72/1f646-200d-2642-fe0f.png index a919b74c..a59d8def 100644 Binary files a/src/72x72/1f646-200d-2642-fe0f.png and b/src/72x72/1f646-200d-2642-fe0f.png differ diff --git a/src/72x72/1f646.png b/src/72x72/1f646.png index 5ef60c96..a703ebe9 100644 Binary files a/src/72x72/1f646.png and b/src/72x72/1f646.png differ diff --git a/src/72x72/1f647-200d-2640-fe0f.png b/src/72x72/1f647-200d-2640-fe0f.png index 43174ab6..76c1aa63 100644 Binary files a/src/72x72/1f647-200d-2640-fe0f.png and b/src/72x72/1f647-200d-2640-fe0f.png differ diff --git a/src/72x72/1f647-200d-2642-fe0f.png b/src/72x72/1f647-200d-2642-fe0f.png index 669c9fb5..e0640c42 100644 Binary files a/src/72x72/1f647-200d-2642-fe0f.png and b/src/72x72/1f647-200d-2642-fe0f.png differ diff --git a/src/72x72/1f647.png b/src/72x72/1f647.png index 4dfeffef..65027f2e 100644 Binary files a/src/72x72/1f647.png and b/src/72x72/1f647.png differ diff --git a/src/72x72/1f64b-200d-2640-fe0f.png b/src/72x72/1f64b-200d-2640-fe0f.png index 559444cd..affe0762 100644 Binary files a/src/72x72/1f64b-200d-2640-fe0f.png and b/src/72x72/1f64b-200d-2640-fe0f.png differ diff --git a/src/72x72/1f64b.png b/src/72x72/1f64b.png index bf87b7c4..a6a289f4 100644 Binary files a/src/72x72/1f64b.png and b/src/72x72/1f64b.png differ diff --git a/src/72x72/1f64c.png b/src/72x72/1f64c.png index b4e57039..004dde7c 100644 Binary files a/src/72x72/1f64c.png and b/src/72x72/1f64c.png differ diff --git a/src/72x72/1f64d-200d-2640-fe0f.png b/src/72x72/1f64d-200d-2640-fe0f.png index b2e1576a..a90fa90e 100644 Binary files a/src/72x72/1f64d-200d-2640-fe0f.png and b/src/72x72/1f64d-200d-2640-fe0f.png differ diff --git a/src/72x72/1f64d.png b/src/72x72/1f64d.png index f51253eb..d3be5104 100644 Binary files a/src/72x72/1f64d.png and b/src/72x72/1f64d.png differ diff --git a/src/72x72/1f64e-200d-2640-fe0f.png b/src/72x72/1f64e-200d-2640-fe0f.png index 2577aeab..8d14e644 100644 Binary files a/src/72x72/1f64e-200d-2640-fe0f.png and b/src/72x72/1f64e-200d-2640-fe0f.png differ diff --git a/src/72x72/1f64e-200d-2642-fe0f.png b/src/72x72/1f64e-200d-2642-fe0f.png index a803cfba..2d5021e8 100644 Binary files a/src/72x72/1f64e-200d-2642-fe0f.png and b/src/72x72/1f64e-200d-2642-fe0f.png differ diff --git a/src/72x72/1f64e.png b/src/72x72/1f64e.png index 66469f16..db864ffd 100644 Binary files a/src/72x72/1f64e.png and b/src/72x72/1f64e.png differ diff --git a/src/72x72/1f64f.png b/src/72x72/1f64f.png index e651861f..3357ab70 100644 Binary files a/src/72x72/1f64f.png and b/src/72x72/1f64f.png differ diff --git a/src/72x72/1f6a3-200d-2640-fe0f.png b/src/72x72/1f6a3-200d-2640-fe0f.png index 115a2f6a..5089e9a9 100644 Binary files a/src/72x72/1f6a3-200d-2640-fe0f.png and b/src/72x72/1f6a3-200d-2640-fe0f.png differ diff --git a/src/72x72/1f6a3-200d-2642-fe0f.png b/src/72x72/1f6a3-200d-2642-fe0f.png index c47fb15a..54094a52 100644 Binary files a/src/72x72/1f6a3-200d-2642-fe0f.png and b/src/72x72/1f6a3-200d-2642-fe0f.png differ diff --git a/src/72x72/1f6a3.png b/src/72x72/1f6a3.png index 5a1a2cfb..45f07102 100644 Binary files a/src/72x72/1f6a3.png and b/src/72x72/1f6a3.png differ diff --git a/src/72x72/1f6b4-200d-2640-fe0f.png b/src/72x72/1f6b4-200d-2640-fe0f.png index e111899f..736859f8 100644 Binary files a/src/72x72/1f6b4-200d-2640-fe0f.png and b/src/72x72/1f6b4-200d-2640-fe0f.png differ diff --git a/src/72x72/1f6b4-200d-2642-fe0f.png b/src/72x72/1f6b4-200d-2642-fe0f.png index 7ede9afb..cb11b252 100644 Binary files a/src/72x72/1f6b4-200d-2642-fe0f.png and b/src/72x72/1f6b4-200d-2642-fe0f.png differ diff --git a/src/72x72/1f6b4.png b/src/72x72/1f6b4.png index 1fcb7644..59ddf3d3 100644 Binary files a/src/72x72/1f6b4.png and b/src/72x72/1f6b4.png differ diff --git a/src/72x72/1f6b5-200d-2640-fe0f.png b/src/72x72/1f6b5-200d-2640-fe0f.png index 4f6f3c82..c5a2b9e2 100644 Binary files a/src/72x72/1f6b5-200d-2640-fe0f.png and b/src/72x72/1f6b5-200d-2640-fe0f.png differ diff --git a/src/72x72/1f6b5-200d-2642-fe0f.png b/src/72x72/1f6b5-200d-2642-fe0f.png index 5def9253..4c0f07d6 100644 Binary files a/src/72x72/1f6b5-200d-2642-fe0f.png and b/src/72x72/1f6b5-200d-2642-fe0f.png differ diff --git a/src/72x72/1f6b5.png b/src/72x72/1f6b5.png index 7ad6447c..e35e6b87 100644 Binary files a/src/72x72/1f6b5.png and b/src/72x72/1f6b5.png differ diff --git a/src/72x72/1f6b6-200d-2640-fe0f.png b/src/72x72/1f6b6-200d-2640-fe0f.png index 282405b5..a9f9b556 100644 Binary files a/src/72x72/1f6b6-200d-2640-fe0f.png and b/src/72x72/1f6b6-200d-2640-fe0f.png differ diff --git a/src/72x72/1f6b6-200d-2642-fe0f.png b/src/72x72/1f6b6-200d-2642-fe0f.png index ac732806..d9e3f0cf 100644 Binary files a/src/72x72/1f6b6-200d-2642-fe0f.png and b/src/72x72/1f6b6-200d-2642-fe0f.png differ diff --git a/src/72x72/1f6b6.png b/src/72x72/1f6b6.png index 415104e1..1d8412f0 100644 Binary files a/src/72x72/1f6b6.png and b/src/72x72/1f6b6.png differ diff --git a/src/72x72/1f6c0.png b/src/72x72/1f6c0.png index a233d7a2..ba4ea8ee 100644 Binary files a/src/72x72/1f6c0.png and b/src/72x72/1f6c0.png differ diff --git a/src/72x72/1f6cc.png b/src/72x72/1f6cc.png index 3820a685..a8f2c2ce 100644 Binary files a/src/72x72/1f6cc.png and b/src/72x72/1f6cc.png differ diff --git a/src/72x72/1f6dd.png b/src/72x72/1f6dd.png index a74dd95a..ce81ff85 100644 Binary files a/src/72x72/1f6dd.png and b/src/72x72/1f6dd.png differ diff --git a/src/72x72/1f6de.png b/src/72x72/1f6de.png index 13e845b4..3de5f011 100644 Binary files a/src/72x72/1f6de.png and b/src/72x72/1f6de.png differ diff --git a/src/72x72/1f6df.png b/src/72x72/1f6df.png index 6bab8522..0da50cc7 100644 Binary files a/src/72x72/1f6df.png and b/src/72x72/1f6df.png differ diff --git a/src/72x72/1f7f0.png b/src/72x72/1f7f0.png index cc01767c..23f657d9 100644 Binary files a/src/72x72/1f7f0.png and b/src/72x72/1f7f0.png differ diff --git a/src/72x72/1f90c.png b/src/72x72/1f90c.png index ae443746..69d8afdc 100644 Binary files a/src/72x72/1f90c.png and b/src/72x72/1f90c.png differ diff --git a/src/72x72/1f90d.png b/src/72x72/1f90d.png index 5bb35d58..e7a1b269 100644 Binary files a/src/72x72/1f90d.png and b/src/72x72/1f90d.png differ diff --git a/src/72x72/1f90e.png b/src/72x72/1f90e.png index 8d6399d1..7d863738 100644 Binary files a/src/72x72/1f90e.png and b/src/72x72/1f90e.png differ diff --git a/src/72x72/1f90f.png b/src/72x72/1f90f.png index d11f8d9d..f790cefb 100644 Binary files a/src/72x72/1f90f.png and b/src/72x72/1f90f.png differ diff --git a/src/72x72/1f918.png b/src/72x72/1f918.png index bc97676a..51ec4bec 100644 Binary files a/src/72x72/1f918.png and b/src/72x72/1f918.png differ diff --git a/src/72x72/1f919.png b/src/72x72/1f919.png index 9137fe3a..fe7eb416 100644 Binary files a/src/72x72/1f919.png and b/src/72x72/1f919.png differ diff --git a/src/72x72/1f91a.png b/src/72x72/1f91a.png index bfaa226c..d12cb977 100644 Binary files a/src/72x72/1f91a.png and b/src/72x72/1f91a.png differ diff --git a/src/72x72/1f91b.png b/src/72x72/1f91b.png index 618c805f..9a0e87a2 100644 Binary files a/src/72x72/1f91b.png and b/src/72x72/1f91b.png differ diff --git a/src/72x72/1f91c.png b/src/72x72/1f91c.png index 4a38eff0..fae53190 100644 Binary files a/src/72x72/1f91c.png and b/src/72x72/1f91c.png differ diff --git a/src/72x72/1f91d.png b/src/72x72/1f91d.png index 47ec3dd3..7f302260 100644 Binary files a/src/72x72/1f91d.png and b/src/72x72/1f91d.png differ diff --git a/src/72x72/1f91e.png b/src/72x72/1f91e.png index 5a6bbbdb..babc2c0d 100644 Binary files a/src/72x72/1f91e.png and b/src/72x72/1f91e.png differ diff --git a/src/72x72/1f91f.png b/src/72x72/1f91f.png index a1cd171a..b53848df 100644 Binary files a/src/72x72/1f91f.png and b/src/72x72/1f91f.png differ diff --git a/src/72x72/1f926-200d-2640-fe0f.png b/src/72x72/1f926-200d-2640-fe0f.png index 283042a7..3a25830d 100644 Binary files a/src/72x72/1f926-200d-2640-fe0f.png and b/src/72x72/1f926-200d-2640-fe0f.png differ diff --git a/src/72x72/1f926-200d-2642-fe0f.png b/src/72x72/1f926-200d-2642-fe0f.png index e243dc12..fb51ee6d 100644 Binary files a/src/72x72/1f926-200d-2642-fe0f.png and b/src/72x72/1f926-200d-2642-fe0f.png differ diff --git a/src/72x72/1f926.png b/src/72x72/1f926.png index 9562769f..daa90dd0 100644 Binary files a/src/72x72/1f926.png and b/src/72x72/1f926.png differ diff --git a/src/72x72/1f930.png b/src/72x72/1f930.png index 73b164bb..cea04ee8 100644 Binary files a/src/72x72/1f930.png and b/src/72x72/1f930.png differ diff --git a/src/72x72/1f931.png b/src/72x72/1f931.png index 0e8c1adf..6ab228ba 100644 Binary files a/src/72x72/1f931.png and b/src/72x72/1f931.png differ diff --git a/src/72x72/1f932.png b/src/72x72/1f932.png index 267f8e4f..73a1ff28 100644 Binary files a/src/72x72/1f932.png and b/src/72x72/1f932.png differ diff --git a/src/72x72/1f934.png b/src/72x72/1f934.png index 40cfed8f..dfb7704d 100644 Binary files a/src/72x72/1f934.png and b/src/72x72/1f934.png differ diff --git a/src/72x72/1f935-200d-2640-fe0f.png b/src/72x72/1f935-200d-2640-fe0f.png index 044a591a..92ad688c 100644 Binary files a/src/72x72/1f935-200d-2640-fe0f.png and b/src/72x72/1f935-200d-2640-fe0f.png differ diff --git a/src/72x72/1f935-200d-2642-fe0f.png b/src/72x72/1f935-200d-2642-fe0f.png index af8ba834..adf8bdfd 100644 Binary files a/src/72x72/1f935-200d-2642-fe0f.png and b/src/72x72/1f935-200d-2642-fe0f.png differ diff --git a/src/72x72/1f935.png b/src/72x72/1f935.png index ca19258b..13ee4b91 100644 Binary files a/src/72x72/1f935.png and b/src/72x72/1f935.png differ diff --git a/src/72x72/1f936.png b/src/72x72/1f936.png index cf0d6e51..1e497d62 100644 Binary files a/src/72x72/1f936.png and b/src/72x72/1f936.png differ diff --git a/src/72x72/1f937-200d-2640-fe0f.png b/src/72x72/1f937-200d-2640-fe0f.png index 55c9c8b1..14e12df0 100644 Binary files a/src/72x72/1f937-200d-2640-fe0f.png and b/src/72x72/1f937-200d-2640-fe0f.png differ diff --git a/src/72x72/1f937-200d-2642-fe0f.png b/src/72x72/1f937-200d-2642-fe0f.png index d590a9cd..8d82e30f 100644 Binary files a/src/72x72/1f937-200d-2642-fe0f.png and b/src/72x72/1f937-200d-2642-fe0f.png differ diff --git a/src/72x72/1f937.png b/src/72x72/1f937.png index 102a9793..a988f779 100644 Binary files a/src/72x72/1f937.png and b/src/72x72/1f937.png differ diff --git a/src/72x72/1f938-200d-2640-fe0f.png b/src/72x72/1f938-200d-2640-fe0f.png index 443b0c4a..34ec8233 100644 Binary files a/src/72x72/1f938-200d-2640-fe0f.png and b/src/72x72/1f938-200d-2640-fe0f.png differ diff --git a/src/72x72/1f938-200d-2642-fe0f.png b/src/72x72/1f938-200d-2642-fe0f.png index 813c6676..e2c3b85c 100644 Binary files a/src/72x72/1f938-200d-2642-fe0f.png and b/src/72x72/1f938-200d-2642-fe0f.png differ diff --git a/src/72x72/1f938.png b/src/72x72/1f938.png index 5fd54328..401f8b1c 100644 Binary files a/src/72x72/1f938.png and b/src/72x72/1f938.png differ diff --git a/src/72x72/1f939-200d-2640-fe0f.png b/src/72x72/1f939-200d-2640-fe0f.png index 557792c7..5d167175 100644 Binary files a/src/72x72/1f939-200d-2640-fe0f.png and b/src/72x72/1f939-200d-2640-fe0f.png differ diff --git a/src/72x72/1f939-200d-2642-fe0f.png b/src/72x72/1f939-200d-2642-fe0f.png index d19d115a..66d029fa 100644 Binary files a/src/72x72/1f939-200d-2642-fe0f.png and b/src/72x72/1f939-200d-2642-fe0f.png differ diff --git a/src/72x72/1f939.png b/src/72x72/1f939.png index 26abc4f5..018afa81 100644 Binary files a/src/72x72/1f939.png and b/src/72x72/1f939.png differ diff --git a/src/72x72/1f93c-200d-2640-fe0f.png b/src/72x72/1f93c-200d-2640-fe0f.png index 84abb564..bc3f960f 100644 Binary files a/src/72x72/1f93c-200d-2640-fe0f.png and b/src/72x72/1f93c-200d-2640-fe0f.png differ diff --git a/src/72x72/1f93c-200d-2642-fe0f.png b/src/72x72/1f93c-200d-2642-fe0f.png index d4891fdb..4362df03 100644 Binary files a/src/72x72/1f93c-200d-2642-fe0f.png and b/src/72x72/1f93c-200d-2642-fe0f.png differ diff --git a/src/72x72/1f93c.png b/src/72x72/1f93c.png index 446798cc..e5d4e8ee 100644 Binary files a/src/72x72/1f93c.png and b/src/72x72/1f93c.png differ diff --git a/src/72x72/1f93d-200d-2640-fe0f.png b/src/72x72/1f93d-200d-2640-fe0f.png index 9987974c..138d58a7 100644 Binary files a/src/72x72/1f93d-200d-2640-fe0f.png and b/src/72x72/1f93d-200d-2640-fe0f.png differ diff --git a/src/72x72/1f93d-200d-2642-fe0f.png b/src/72x72/1f93d-200d-2642-fe0f.png index 04fca306..d4257beb 100644 Binary files a/src/72x72/1f93d-200d-2642-fe0f.png and b/src/72x72/1f93d-200d-2642-fe0f.png differ diff --git a/src/72x72/1f93d.png b/src/72x72/1f93d.png index 54918a26..90ed33b4 100644 Binary files a/src/72x72/1f93d.png and b/src/72x72/1f93d.png differ diff --git a/src/72x72/1f93e-200d-2640-fe0f.png b/src/72x72/1f93e-200d-2640-fe0f.png index 2a4ea23f..33118da5 100644 Binary files a/src/72x72/1f93e-200d-2640-fe0f.png and b/src/72x72/1f93e-200d-2640-fe0f.png differ diff --git a/src/72x72/1f93e-200d-2642-fe0f.png b/src/72x72/1f93e-200d-2642-fe0f.png index 54879813..94993bf6 100644 Binary files a/src/72x72/1f93e-200d-2642-fe0f.png and b/src/72x72/1f93e-200d-2642-fe0f.png differ diff --git a/src/72x72/1f93e.png b/src/72x72/1f93e.png index d67d7a13..3cfd30af 100644 Binary files a/src/72x72/1f93e.png and b/src/72x72/1f93e.png differ diff --git a/src/72x72/1f972.png b/src/72x72/1f972.png index dc2837f3..d1188251 100644 Binary files a/src/72x72/1f972.png and b/src/72x72/1f972.png differ diff --git a/src/72x72/1f977.png b/src/72x72/1f977.png index 9f43197a..87ac462e 100644 Binary files a/src/72x72/1f977.png and b/src/72x72/1f977.png differ diff --git a/src/72x72/1f979.png b/src/72x72/1f979.png index 8410ca85..ba7c5d33 100644 Binary files a/src/72x72/1f979.png and b/src/72x72/1f979.png differ diff --git a/src/72x72/1f9b0.png b/src/72x72/1f9b0.png index e9cccfc9..19016228 100644 Binary files a/src/72x72/1f9b0.png and b/src/72x72/1f9b0.png differ diff --git a/src/72x72/1f9b1.png b/src/72x72/1f9b1.png index a4bdf67c..4c8471c6 100644 Binary files a/src/72x72/1f9b1.png and b/src/72x72/1f9b1.png differ diff --git a/src/72x72/1f9b2.png b/src/72x72/1f9b2.png index febaeaa7..dfaff127 100644 Binary files a/src/72x72/1f9b2.png and b/src/72x72/1f9b2.png differ diff --git a/src/72x72/1f9b3.png b/src/72x72/1f9b3.png index 77f2473e..aa84f64c 100644 Binary files a/src/72x72/1f9b3.png and b/src/72x72/1f9b3.png differ diff --git a/src/72x72/1f9b5.png b/src/72x72/1f9b5.png index 034cde10..270dc0b4 100644 Binary files a/src/72x72/1f9b5.png and b/src/72x72/1f9b5.png differ diff --git a/src/72x72/1f9b6.png b/src/72x72/1f9b6.png index 93cda180..80e486bc 100644 Binary files a/src/72x72/1f9b6.png and b/src/72x72/1f9b6.png differ diff --git a/src/72x72/1f9b8-200d-2640-fe0f.png b/src/72x72/1f9b8-200d-2640-fe0f.png index 2680e1bf..3135d89b 100644 Binary files a/src/72x72/1f9b8-200d-2640-fe0f.png and b/src/72x72/1f9b8-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9b8-200d-2642-fe0f.png b/src/72x72/1f9b8-200d-2642-fe0f.png index 66fce163..7d92d8d7 100644 Binary files a/src/72x72/1f9b8-200d-2642-fe0f.png and b/src/72x72/1f9b8-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9b8.png b/src/72x72/1f9b8.png index 14cac70e..c3d4c30e 100644 Binary files a/src/72x72/1f9b8.png and b/src/72x72/1f9b8.png differ diff --git a/src/72x72/1f9b9-200d-2640-fe0f.png b/src/72x72/1f9b9-200d-2640-fe0f.png index 77ca80a1..f728ea14 100644 Binary files a/src/72x72/1f9b9-200d-2640-fe0f.png and b/src/72x72/1f9b9-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9b9-200d-2642-fe0f.png b/src/72x72/1f9b9-200d-2642-fe0f.png index 394c229b..4fc9cf9f 100644 Binary files a/src/72x72/1f9b9-200d-2642-fe0f.png and b/src/72x72/1f9b9-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9b9.png b/src/72x72/1f9b9.png index d212cd13..7c44de7a 100644 Binary files a/src/72x72/1f9b9.png and b/src/72x72/1f9b9.png differ diff --git a/src/72x72/1f9bb.png b/src/72x72/1f9bb.png index 197a6bce..38c85843 100644 Binary files a/src/72x72/1f9bb.png and b/src/72x72/1f9bb.png differ diff --git a/src/72x72/1f9cc.png b/src/72x72/1f9cc.png index 86a1a90f..b5259d11 100644 Binary files a/src/72x72/1f9cc.png and b/src/72x72/1f9cc.png differ diff --git a/src/72x72/1f9cd-200d-2640-fe0f.png b/src/72x72/1f9cd-200d-2640-fe0f.png index 3fc4bb43..6a153abe 100644 Binary files a/src/72x72/1f9cd-200d-2640-fe0f.png and b/src/72x72/1f9cd-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9cd-200d-2642-fe0f.png b/src/72x72/1f9cd-200d-2642-fe0f.png index 207bb0f3..2c176845 100644 Binary files a/src/72x72/1f9cd-200d-2642-fe0f.png and b/src/72x72/1f9cd-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9cd.png b/src/72x72/1f9cd.png index 5c626295..0a259ada 100644 Binary files a/src/72x72/1f9cd.png and b/src/72x72/1f9cd.png differ diff --git a/src/72x72/1f9ce-200d-2640-fe0f.png b/src/72x72/1f9ce-200d-2640-fe0f.png index 766ffdaa..d7c56b13 100644 Binary files a/src/72x72/1f9ce-200d-2640-fe0f.png and b/src/72x72/1f9ce-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9ce-200d-2642-fe0f.png b/src/72x72/1f9ce-200d-2642-fe0f.png index 83b937cc..0c344c64 100644 Binary files a/src/72x72/1f9ce-200d-2642-fe0f.png and b/src/72x72/1f9ce-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9ce.png b/src/72x72/1f9ce.png index fcbe5f70..07753820 100644 Binary files a/src/72x72/1f9ce.png and b/src/72x72/1f9ce.png differ diff --git a/src/72x72/1f9cf-200d-2640-fe0f.png b/src/72x72/1f9cf-200d-2640-fe0f.png index 0ff9461b..0f0a3c9e 100644 Binary files a/src/72x72/1f9cf-200d-2640-fe0f.png and b/src/72x72/1f9cf-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9cf-200d-2642-fe0f.png b/src/72x72/1f9cf-200d-2642-fe0f.png index ba046ed6..d1fcc920 100644 Binary files a/src/72x72/1f9cf-200d-2642-fe0f.png and b/src/72x72/1f9cf-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9cf.png b/src/72x72/1f9cf.png index 821cd8b0..6514a953 100644 Binary files a/src/72x72/1f9cf.png and b/src/72x72/1f9cf.png differ diff --git a/src/72x72/1f9d1-200d-1f33e.png b/src/72x72/1f9d1-200d-1f33e.png index 00e314d0..a96e93a9 100644 Binary files a/src/72x72/1f9d1-200d-1f33e.png and b/src/72x72/1f9d1-200d-1f33e.png differ diff --git a/src/72x72/1f9d1-200d-1f373.png b/src/72x72/1f9d1-200d-1f373.png index b312cce9..d292f809 100644 Binary files a/src/72x72/1f9d1-200d-1f373.png and b/src/72x72/1f9d1-200d-1f373.png differ diff --git a/src/72x72/1f9d1-200d-1f37c.png b/src/72x72/1f9d1-200d-1f37c.png index 7c840456..0fb914e2 100644 Binary files a/src/72x72/1f9d1-200d-1f37c.png and b/src/72x72/1f9d1-200d-1f37c.png differ diff --git a/src/72x72/1f9d1-200d-1f384.png b/src/72x72/1f9d1-200d-1f384.png index 599b6209..f6bbf060 100644 Binary files a/src/72x72/1f9d1-200d-1f384.png and b/src/72x72/1f9d1-200d-1f384.png differ diff --git a/src/72x72/1f9d1-200d-1f393.png b/src/72x72/1f9d1-200d-1f393.png index d38e3dc5..3f3d2c5d 100644 Binary files a/src/72x72/1f9d1-200d-1f393.png and b/src/72x72/1f9d1-200d-1f393.png differ diff --git a/src/72x72/1f9d1-200d-1f3a4.png b/src/72x72/1f9d1-200d-1f3a4.png index 16ca2538..cfa30676 100644 Binary files a/src/72x72/1f9d1-200d-1f3a4.png and b/src/72x72/1f9d1-200d-1f3a4.png differ diff --git a/src/72x72/1f9d1-200d-1f3a8.png b/src/72x72/1f9d1-200d-1f3a8.png index 53f89fe7..d690e460 100644 Binary files a/src/72x72/1f9d1-200d-1f3a8.png and b/src/72x72/1f9d1-200d-1f3a8.png differ diff --git a/src/72x72/1f9d1-200d-1f3eb.png b/src/72x72/1f9d1-200d-1f3eb.png index 1d24ae4b..4db7cdeb 100644 Binary files a/src/72x72/1f9d1-200d-1f3eb.png and b/src/72x72/1f9d1-200d-1f3eb.png differ diff --git a/src/72x72/1f9d1-200d-1f3ed.png b/src/72x72/1f9d1-200d-1f3ed.png index 10398c94..9055faa4 100644 Binary files a/src/72x72/1f9d1-200d-1f3ed.png and b/src/72x72/1f9d1-200d-1f3ed.png differ diff --git a/src/72x72/1f9d1-200d-1f4bb.png b/src/72x72/1f9d1-200d-1f4bb.png index cba41dbf..c661b355 100644 Binary files a/src/72x72/1f9d1-200d-1f4bb.png and b/src/72x72/1f9d1-200d-1f4bb.png differ diff --git a/src/72x72/1f9d1-200d-1f4bc.png b/src/72x72/1f9d1-200d-1f4bc.png index ebfa728f..f44293d7 100644 Binary files a/src/72x72/1f9d1-200d-1f4bc.png and b/src/72x72/1f9d1-200d-1f4bc.png differ diff --git a/src/72x72/1f9d1-200d-1f527.png b/src/72x72/1f9d1-200d-1f527.png index b9426b51..5ec5097e 100644 Binary files a/src/72x72/1f9d1-200d-1f527.png and b/src/72x72/1f9d1-200d-1f527.png differ diff --git a/src/72x72/1f9d1-200d-1f52c.png b/src/72x72/1f9d1-200d-1f52c.png index 3130241e..91131298 100644 Binary files a/src/72x72/1f9d1-200d-1f52c.png and b/src/72x72/1f9d1-200d-1f52c.png differ diff --git a/src/72x72/1f9d1-200d-1f680.png b/src/72x72/1f9d1-200d-1f680.png index 567607bd..8a90847f 100644 Binary files a/src/72x72/1f9d1-200d-1f680.png and b/src/72x72/1f9d1-200d-1f680.png differ diff --git a/src/72x72/1f9d1-200d-1f692.png b/src/72x72/1f9d1-200d-1f692.png index 32ceb048..3dc7ac38 100644 Binary files a/src/72x72/1f9d1-200d-1f692.png and b/src/72x72/1f9d1-200d-1f692.png differ diff --git a/src/72x72/1f9d1-200d-1f91d-200d-1f9d1.png b/src/72x72/1f9d1-200d-1f91d-200d-1f9d1.png index a7d6bc1c..55d28c58 100644 Binary files a/src/72x72/1f9d1-200d-1f91d-200d-1f9d1.png and b/src/72x72/1f9d1-200d-1f91d-200d-1f9d1.png differ diff --git a/src/72x72/1f9d1-200d-1f9af.png b/src/72x72/1f9d1-200d-1f9af.png index 1a7c5992..593ee096 100644 Binary files a/src/72x72/1f9d1-200d-1f9af.png and b/src/72x72/1f9d1-200d-1f9af.png differ diff --git a/src/72x72/1f9d1-200d-1f9b0.png b/src/72x72/1f9d1-200d-1f9b0.png index c22b3ae3..67f09563 100644 Binary files a/src/72x72/1f9d1-200d-1f9b0.png and b/src/72x72/1f9d1-200d-1f9b0.png differ diff --git a/src/72x72/1f9d1-200d-1f9b1.png b/src/72x72/1f9d1-200d-1f9b1.png index 60f0fd9c..aadd3972 100644 Binary files a/src/72x72/1f9d1-200d-1f9b1.png and b/src/72x72/1f9d1-200d-1f9b1.png differ diff --git a/src/72x72/1f9d1-200d-1f9b2.png b/src/72x72/1f9d1-200d-1f9b2.png index e4a14750..628b667e 100644 Binary files a/src/72x72/1f9d1-200d-1f9b2.png and b/src/72x72/1f9d1-200d-1f9b2.png differ diff --git a/src/72x72/1f9d1-200d-1f9b3.png b/src/72x72/1f9d1-200d-1f9b3.png index e5008ba0..d40fbc58 100644 Binary files a/src/72x72/1f9d1-200d-1f9b3.png and b/src/72x72/1f9d1-200d-1f9b3.png differ diff --git a/src/72x72/1f9d1-200d-1f9bc.png b/src/72x72/1f9d1-200d-1f9bc.png index 2ee0ef58..882b8dcb 100644 Binary files a/src/72x72/1f9d1-200d-1f9bc.png and b/src/72x72/1f9d1-200d-1f9bc.png differ diff --git a/src/72x72/1f9d1-200d-1f9bd.png b/src/72x72/1f9d1-200d-1f9bd.png index 3f378658..b338b3a9 100644 Binary files a/src/72x72/1f9d1-200d-1f9bd.png and b/src/72x72/1f9d1-200d-1f9bd.png differ diff --git a/src/72x72/1f9d1-200d-2695-fe0f.png b/src/72x72/1f9d1-200d-2695-fe0f.png index da30e834..26029e22 100644 Binary files a/src/72x72/1f9d1-200d-2695-fe0f.png and b/src/72x72/1f9d1-200d-2695-fe0f.png differ diff --git a/src/72x72/1f9d1-200d-2696-fe0f.png b/src/72x72/1f9d1-200d-2696-fe0f.png index 1377fcf5..fb1ef598 100644 Binary files a/src/72x72/1f9d1-200d-2696-fe0f.png and b/src/72x72/1f9d1-200d-2696-fe0f.png differ diff --git a/src/72x72/1f9d1-200d-2708-fe0f.png b/src/72x72/1f9d1-200d-2708-fe0f.png index f7e2c614..07138425 100644 Binary files a/src/72x72/1f9d1-200d-2708-fe0f.png and b/src/72x72/1f9d1-200d-2708-fe0f.png differ diff --git a/src/72x72/1f9d1.png b/src/72x72/1f9d1.png index 5394cb50..647ae146 100644 Binary files a/src/72x72/1f9d1.png and b/src/72x72/1f9d1.png differ diff --git a/src/72x72/1f9d2.png b/src/72x72/1f9d2.png index d9b4043c..d43a84b0 100644 Binary files a/src/72x72/1f9d2.png and b/src/72x72/1f9d2.png differ diff --git a/src/72x72/1f9d3.png b/src/72x72/1f9d3.png index 14d016cb..08ad4844 100644 Binary files a/src/72x72/1f9d3.png and b/src/72x72/1f9d3.png differ diff --git a/src/72x72/1f9d4-200d-2640-fe0f.png b/src/72x72/1f9d4-200d-2640-fe0f.png index a9406991..b9afb46b 100644 Binary files a/src/72x72/1f9d4-200d-2640-fe0f.png and b/src/72x72/1f9d4-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9d4-200d-2642-fe0f.png b/src/72x72/1f9d4-200d-2642-fe0f.png index d0dc6ab4..8997c2d0 100644 Binary files a/src/72x72/1f9d4-200d-2642-fe0f.png and b/src/72x72/1f9d4-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9d4.png b/src/72x72/1f9d4.png index 385a5436..71d69ae3 100644 Binary files a/src/72x72/1f9d4.png and b/src/72x72/1f9d4.png differ diff --git a/src/72x72/1f9d5.png b/src/72x72/1f9d5.png index cdc9075c..1f913b0f 100644 Binary files a/src/72x72/1f9d5.png and b/src/72x72/1f9d5.png differ diff --git a/src/72x72/1f9d6-200d-2640-fe0f.png b/src/72x72/1f9d6-200d-2640-fe0f.png index 8d7e1ea5..1b69b62b 100644 Binary files a/src/72x72/1f9d6-200d-2640-fe0f.png and b/src/72x72/1f9d6-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9d6-200d-2642-fe0f.png b/src/72x72/1f9d6-200d-2642-fe0f.png index f99a08ac..db29bfe5 100644 Binary files a/src/72x72/1f9d6-200d-2642-fe0f.png and b/src/72x72/1f9d6-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9d6.png b/src/72x72/1f9d6.png index 9e2911a1..f5a28dbc 100644 Binary files a/src/72x72/1f9d6.png and b/src/72x72/1f9d6.png differ diff --git a/src/72x72/1f9d7-200d-2640-fe0f.png b/src/72x72/1f9d7-200d-2640-fe0f.png index 7355d9a5..02bc72e4 100644 Binary files a/src/72x72/1f9d7-200d-2640-fe0f.png and b/src/72x72/1f9d7-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9d7-200d-2642-fe0f.png b/src/72x72/1f9d7-200d-2642-fe0f.png index 62f89c8f..20839d96 100644 Binary files a/src/72x72/1f9d7-200d-2642-fe0f.png and b/src/72x72/1f9d7-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9d7.png b/src/72x72/1f9d7.png index 32d23c9f..c38b3ed9 100644 Binary files a/src/72x72/1f9d7.png and b/src/72x72/1f9d7.png differ diff --git a/src/72x72/1f9d8-200d-2640-fe0f.png b/src/72x72/1f9d8-200d-2640-fe0f.png index 686f02b3..5746efda 100644 Binary files a/src/72x72/1f9d8-200d-2640-fe0f.png and b/src/72x72/1f9d8-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9d8-200d-2642-fe0f.png b/src/72x72/1f9d8-200d-2642-fe0f.png index feba77af..766e94ff 100644 Binary files a/src/72x72/1f9d8-200d-2642-fe0f.png and b/src/72x72/1f9d8-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9d8.png b/src/72x72/1f9d8.png index 6f081151..eecd4d2c 100644 Binary files a/src/72x72/1f9d8.png and b/src/72x72/1f9d8.png differ diff --git a/src/72x72/1f9d9-200d-2640-fe0f.png b/src/72x72/1f9d9-200d-2640-fe0f.png index e9b43166..7e6d49d3 100644 Binary files a/src/72x72/1f9d9-200d-2640-fe0f.png and b/src/72x72/1f9d9-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9d9-200d-2642-fe0f.png b/src/72x72/1f9d9-200d-2642-fe0f.png index 21343d51..0d9f8bed 100644 Binary files a/src/72x72/1f9d9-200d-2642-fe0f.png and b/src/72x72/1f9d9-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9d9.png b/src/72x72/1f9d9.png index 7bd24361..49f49b2e 100644 Binary files a/src/72x72/1f9d9.png and b/src/72x72/1f9d9.png differ diff --git a/src/72x72/1f9da-200d-2640-fe0f.png b/src/72x72/1f9da-200d-2640-fe0f.png index 8ff3d5ec..89b3209d 100644 Binary files a/src/72x72/1f9da-200d-2640-fe0f.png and b/src/72x72/1f9da-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9da-200d-2642-fe0f.png b/src/72x72/1f9da-200d-2642-fe0f.png index 08103a19..7451f478 100644 Binary files a/src/72x72/1f9da-200d-2642-fe0f.png and b/src/72x72/1f9da-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9da.png b/src/72x72/1f9da.png index a62d42a6..f0e52267 100644 Binary files a/src/72x72/1f9da.png and b/src/72x72/1f9da.png differ diff --git a/src/72x72/1f9db-200d-2640-fe0f.png b/src/72x72/1f9db-200d-2640-fe0f.png index 6b27b815..5a82a8a8 100644 Binary files a/src/72x72/1f9db-200d-2640-fe0f.png and b/src/72x72/1f9db-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9db-200d-2642-fe0f.png b/src/72x72/1f9db-200d-2642-fe0f.png index e682e5ea..4119396f 100644 Binary files a/src/72x72/1f9db-200d-2642-fe0f.png and b/src/72x72/1f9db-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9db.png b/src/72x72/1f9db.png index 87c42b71..76798c3c 100644 Binary files a/src/72x72/1f9db.png and b/src/72x72/1f9db.png differ diff --git a/src/72x72/1f9dc-200d-2640-fe0f.png b/src/72x72/1f9dc-200d-2640-fe0f.png index c8f7a0af..37f6e96b 100644 Binary files a/src/72x72/1f9dc-200d-2640-fe0f.png and b/src/72x72/1f9dc-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9dc-200d-2642-fe0f.png b/src/72x72/1f9dc-200d-2642-fe0f.png index 5703efb9..1ef24b45 100644 Binary files a/src/72x72/1f9dc-200d-2642-fe0f.png and b/src/72x72/1f9dc-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9dc.png b/src/72x72/1f9dc.png index b5b39f79..40cbfa38 100644 Binary files a/src/72x72/1f9dc.png and b/src/72x72/1f9dc.png differ diff --git a/src/72x72/1f9dd-200d-2640-fe0f.png b/src/72x72/1f9dd-200d-2640-fe0f.png index 172c9e68..3b29d595 100644 Binary files a/src/72x72/1f9dd-200d-2640-fe0f.png and b/src/72x72/1f9dd-200d-2640-fe0f.png differ diff --git a/src/72x72/1f9dd-200d-2642-fe0f.png b/src/72x72/1f9dd-200d-2642-fe0f.png index 3fefe2b8..831971fa 100644 Binary files a/src/72x72/1f9dd-200d-2642-fe0f.png and b/src/72x72/1f9dd-200d-2642-fe0f.png differ diff --git a/src/72x72/1f9dd.png b/src/72x72/1f9dd.png index 06c33758..64d5367f 100644 Binary files a/src/72x72/1f9dd.png and b/src/72x72/1f9dd.png differ diff --git a/src/72x72/1f9e1.png b/src/72x72/1f9e1.png index 36765d47..4add2349 100644 Binary files a/src/72x72/1f9e1.png and b/src/72x72/1f9e1.png differ diff --git a/src/72x72/1fa7b.png b/src/72x72/1fa7b.png index f25e24dc..3ac5c406 100644 Binary files a/src/72x72/1fa7b.png and b/src/72x72/1fa7b.png differ diff --git a/src/72x72/1fa7c.png b/src/72x72/1fa7c.png index 2c6fb77e..97fbe7d8 100644 Binary files a/src/72x72/1fa7c.png and b/src/72x72/1fa7c.png differ diff --git a/src/72x72/1faa9.png b/src/72x72/1faa9.png index 371dd3f5..67256ecb 100644 Binary files a/src/72x72/1faa9.png and b/src/72x72/1faa9.png differ diff --git a/src/72x72/1faaa.png b/src/72x72/1faaa.png index 28914d59..a61b5924 100644 Binary files a/src/72x72/1faaa.png and b/src/72x72/1faaa.png differ diff --git a/src/72x72/1faab.png b/src/72x72/1faab.png index 56248eae..892790f8 100644 Binary files a/src/72x72/1faab.png and b/src/72x72/1faab.png differ diff --git a/src/72x72/1faac.png b/src/72x72/1faac.png index 95b5e050..e66adaee 100644 Binary files a/src/72x72/1faac.png and b/src/72x72/1faac.png differ diff --git a/src/72x72/1fab7.png b/src/72x72/1fab7.png index 1cbdb984..d7e13807 100644 Binary files a/src/72x72/1fab7.png and b/src/72x72/1fab7.png differ diff --git a/src/72x72/1fab8.png b/src/72x72/1fab8.png index f312f47d..d75037fa 100644 Binary files a/src/72x72/1fab8.png and b/src/72x72/1fab8.png differ diff --git a/src/72x72/1fab9.png b/src/72x72/1fab9.png index 505c9f89..92450767 100644 Binary files a/src/72x72/1fab9.png and b/src/72x72/1fab9.png differ diff --git a/src/72x72/1faba.png b/src/72x72/1faba.png index d2a84942..03de8442 100644 Binary files a/src/72x72/1faba.png and b/src/72x72/1faba.png differ diff --git a/src/72x72/1fac3-1f3fb.png b/src/72x72/1fac3-1f3fb.png index 2040952b..c511918a 100644 Binary files a/src/72x72/1fac3-1f3fb.png and b/src/72x72/1fac3-1f3fb.png differ diff --git a/src/72x72/1fac3-1f3fc.png b/src/72x72/1fac3-1f3fc.png index 1a4a8f2c..f1d3fb13 100644 Binary files a/src/72x72/1fac3-1f3fc.png and b/src/72x72/1fac3-1f3fc.png differ diff --git a/src/72x72/1fac3-1f3fd.png b/src/72x72/1fac3-1f3fd.png index fa2e94b5..24005f02 100644 Binary files a/src/72x72/1fac3-1f3fd.png and b/src/72x72/1fac3-1f3fd.png differ diff --git a/src/72x72/1fac3-1f3fe.png b/src/72x72/1fac3-1f3fe.png index 6decc3e1..c0ebeee7 100644 Binary files a/src/72x72/1fac3-1f3fe.png and b/src/72x72/1fac3-1f3fe.png differ diff --git a/src/72x72/1fac3-1f3ff.png b/src/72x72/1fac3-1f3ff.png index 960abc8c..4ac291a9 100644 Binary files a/src/72x72/1fac3-1f3ff.png and b/src/72x72/1fac3-1f3ff.png differ diff --git a/src/72x72/1fac3.png b/src/72x72/1fac3.png index a1bb8560..8cae895d 100644 Binary files a/src/72x72/1fac3.png and b/src/72x72/1fac3.png differ diff --git a/src/72x72/1fac4-1f3fb.png b/src/72x72/1fac4-1f3fb.png index 76cfb2e7..16f46a01 100644 Binary files a/src/72x72/1fac4-1f3fb.png and b/src/72x72/1fac4-1f3fb.png differ diff --git a/src/72x72/1fac4-1f3fc.png b/src/72x72/1fac4-1f3fc.png index 36d5f540..cc1f8d00 100644 Binary files a/src/72x72/1fac4-1f3fc.png and b/src/72x72/1fac4-1f3fc.png differ diff --git a/src/72x72/1fac4-1f3fd.png b/src/72x72/1fac4-1f3fd.png index 4c7ba5a1..d21b6296 100644 Binary files a/src/72x72/1fac4-1f3fd.png and b/src/72x72/1fac4-1f3fd.png differ diff --git a/src/72x72/1fac4-1f3fe.png b/src/72x72/1fac4-1f3fe.png index 26963851..4f8d66ed 100644 Binary files a/src/72x72/1fac4-1f3fe.png and b/src/72x72/1fac4-1f3fe.png differ diff --git a/src/72x72/1fac4-1f3ff.png b/src/72x72/1fac4-1f3ff.png index d3118efb..15bb1150 100644 Binary files a/src/72x72/1fac4-1f3ff.png and b/src/72x72/1fac4-1f3ff.png differ diff --git a/src/72x72/1fac4.png b/src/72x72/1fac4.png index 2bc18378..b068cff7 100644 Binary files a/src/72x72/1fac4.png and b/src/72x72/1fac4.png differ diff --git a/src/72x72/1fac5-1f3fb.png b/src/72x72/1fac5-1f3fb.png index f9d53568..5c3e8e13 100644 Binary files a/src/72x72/1fac5-1f3fb.png and b/src/72x72/1fac5-1f3fb.png differ diff --git a/src/72x72/1fac5-1f3fc.png b/src/72x72/1fac5-1f3fc.png index 13e32b14..2e5d5010 100644 Binary files a/src/72x72/1fac5-1f3fc.png and b/src/72x72/1fac5-1f3fc.png differ diff --git a/src/72x72/1fac5-1f3fd.png b/src/72x72/1fac5-1f3fd.png index 09c284ce..e0475f54 100644 Binary files a/src/72x72/1fac5-1f3fd.png and b/src/72x72/1fac5-1f3fd.png differ diff --git a/src/72x72/1fac5-1f3fe.png b/src/72x72/1fac5-1f3fe.png index eb639141..ec0751bf 100644 Binary files a/src/72x72/1fac5-1f3fe.png and b/src/72x72/1fac5-1f3fe.png differ diff --git a/src/72x72/1fac5-1f3ff.png b/src/72x72/1fac5-1f3ff.png index c3607584..6723521d 100644 Binary files a/src/72x72/1fac5-1f3ff.png and b/src/72x72/1fac5-1f3ff.png differ diff --git a/src/72x72/1fac5.png b/src/72x72/1fac5.png index 22e3e9d5..7c843be6 100644 Binary files a/src/72x72/1fac5.png and b/src/72x72/1fac5.png differ diff --git a/src/72x72/1fad7.png b/src/72x72/1fad7.png index 6f7e6904..a9697e94 100644 Binary files a/src/72x72/1fad7.png and b/src/72x72/1fad7.png differ diff --git a/src/72x72/1fad8.png b/src/72x72/1fad8.png index ae12344e..3142647c 100644 Binary files a/src/72x72/1fad8.png and b/src/72x72/1fad8.png differ diff --git a/src/72x72/1fad9.png b/src/72x72/1fad9.png index 6988172c..45ffa3f6 100644 Binary files a/src/72x72/1fad9.png and b/src/72x72/1fad9.png differ diff --git a/src/72x72/1fae0.png b/src/72x72/1fae0.png index b22f9f4c..8f882eeb 100644 Binary files a/src/72x72/1fae0.png and b/src/72x72/1fae0.png differ diff --git a/src/72x72/1fae1.png b/src/72x72/1fae1.png index 16d63627..dad919db 100644 Binary files a/src/72x72/1fae1.png and b/src/72x72/1fae1.png differ diff --git a/src/72x72/1fae2.png b/src/72x72/1fae2.png index 9153a41d..1d8c406f 100644 Binary files a/src/72x72/1fae2.png and b/src/72x72/1fae2.png differ diff --git a/src/72x72/1fae3.png b/src/72x72/1fae3.png index b4572380..5f3ff8bd 100644 Binary files a/src/72x72/1fae3.png and b/src/72x72/1fae3.png differ diff --git a/src/72x72/1fae4.png b/src/72x72/1fae4.png index 44c34dc7..45e99ac2 100644 Binary files a/src/72x72/1fae4.png and b/src/72x72/1fae4.png differ diff --git a/src/72x72/1fae5.png b/src/72x72/1fae5.png index e0444c48..9bee725e 100644 Binary files a/src/72x72/1fae5.png and b/src/72x72/1fae5.png differ diff --git a/src/72x72/1fae6.png b/src/72x72/1fae6.png index 755c94e5..53cdf341 100644 Binary files a/src/72x72/1fae6.png and b/src/72x72/1fae6.png differ diff --git a/src/72x72/1fae7.png b/src/72x72/1fae7.png index 8b402bdb..9188ca4a 100644 Binary files a/src/72x72/1fae7.png and b/src/72x72/1fae7.png differ diff --git a/src/72x72/1faf0-1f3fb.png b/src/72x72/1faf0-1f3fb.png index 64fe03d8..83aad401 100644 Binary files a/src/72x72/1faf0-1f3fb.png and b/src/72x72/1faf0-1f3fb.png differ diff --git a/src/72x72/1faf0-1f3fc.png b/src/72x72/1faf0-1f3fc.png index 4c561056..113887c7 100644 Binary files a/src/72x72/1faf0-1f3fc.png and b/src/72x72/1faf0-1f3fc.png differ diff --git a/src/72x72/1faf0-1f3fd.png b/src/72x72/1faf0-1f3fd.png index fa2b902e..cc103632 100644 Binary files a/src/72x72/1faf0-1f3fd.png and b/src/72x72/1faf0-1f3fd.png differ diff --git a/src/72x72/1faf0-1f3fe.png b/src/72x72/1faf0-1f3fe.png index 6a2c153e..75493a48 100644 Binary files a/src/72x72/1faf0-1f3fe.png and b/src/72x72/1faf0-1f3fe.png differ diff --git a/src/72x72/1faf0-1f3ff.png b/src/72x72/1faf0-1f3ff.png index 8e73cdf4..84f767cb 100644 Binary files a/src/72x72/1faf0-1f3ff.png and b/src/72x72/1faf0-1f3ff.png differ diff --git a/src/72x72/1faf0.png b/src/72x72/1faf0.png index 1a4ebedf..a7a9d3e8 100644 Binary files a/src/72x72/1faf0.png and b/src/72x72/1faf0.png differ diff --git a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fc.png b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fc.png index 2c911d7d..20222439 100644 Binary files a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fc.png and b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fc.png differ diff --git a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fd.png b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fd.png index 5f81f9d8..3dcb7913 100644 Binary files a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fd.png and b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fd.png differ diff --git a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fe.png b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fe.png index b1f79473..4597c0ec 100644 Binary files a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fe.png and b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3fe.png differ diff --git a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3ff.png b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3ff.png index 270800ee..8d09ca00 100644 Binary files a/src/72x72/1faf1-1f3fb-200d-1faf2-1f3ff.png and b/src/72x72/1faf1-1f3fb-200d-1faf2-1f3ff.png differ diff --git a/src/72x72/1faf1-1f3fb.png b/src/72x72/1faf1-1f3fb.png index 350fd42a..8ad61627 100644 Binary files a/src/72x72/1faf1-1f3fb.png and b/src/72x72/1faf1-1f3fb.png differ diff --git a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fb.png b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fb.png index 3d7487d6..b9790abc 100644 Binary files a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fb.png and b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fb.png differ diff --git a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fd.png b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fd.png index 681473f6..7d93142d 100644 Binary files a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fd.png and b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fd.png differ diff --git a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fe.png b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fe.png index 267dfa1f..d8914070 100644 Binary files a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fe.png and b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3fe.png differ diff --git a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3ff.png b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3ff.png index 09312a04..53b8251c 100644 Binary files a/src/72x72/1faf1-1f3fc-200d-1faf2-1f3ff.png and b/src/72x72/1faf1-1f3fc-200d-1faf2-1f3ff.png differ diff --git a/src/72x72/1faf1-1f3fc.png b/src/72x72/1faf1-1f3fc.png index 7a845969..775c72f6 100644 Binary files a/src/72x72/1faf1-1f3fc.png and b/src/72x72/1faf1-1f3fc.png differ diff --git a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fb.png b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fb.png index 8fff1125..333c7e0f 100644 Binary files a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fb.png and b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fb.png differ diff --git a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fc.png b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fc.png index b71098b8..4a3a9e5e 100644 Binary files a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fc.png and b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fc.png differ diff --git a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fe.png b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fe.png index 7e76b6a8..e9c3e4cb 100644 Binary files a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fe.png and b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3fe.png differ diff --git a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3ff.png b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3ff.png index df2600e8..0cf502a9 100644 Binary files a/src/72x72/1faf1-1f3fd-200d-1faf2-1f3ff.png and b/src/72x72/1faf1-1f3fd-200d-1faf2-1f3ff.png differ diff --git a/src/72x72/1faf1-1f3fd.png b/src/72x72/1faf1-1f3fd.png index 62cdaa15..1b557d05 100644 Binary files a/src/72x72/1faf1-1f3fd.png and b/src/72x72/1faf1-1f3fd.png differ diff --git a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fb.png b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fb.png index 7f8c42c1..93b7d00c 100644 Binary files a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fb.png and b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fb.png differ diff --git a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fc.png b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fc.png index 2982f4e0..22766817 100644 Binary files a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fc.png and b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fc.png differ diff --git a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fd.png b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fd.png index cea2e531..c25972e3 100644 Binary files a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fd.png and b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3fd.png differ diff --git a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3ff.png b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3ff.png index 353d0adc..f04f3ff4 100644 Binary files a/src/72x72/1faf1-1f3fe-200d-1faf2-1f3ff.png and b/src/72x72/1faf1-1f3fe-200d-1faf2-1f3ff.png differ diff --git a/src/72x72/1faf1-1f3fe.png b/src/72x72/1faf1-1f3fe.png index 754a1fdc..d4d26909 100644 Binary files a/src/72x72/1faf1-1f3fe.png and b/src/72x72/1faf1-1f3fe.png differ diff --git a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fb.png b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fb.png index 7fda7147..439977cd 100644 Binary files a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fb.png and b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fb.png differ diff --git a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fc.png b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fc.png index 3f095370..92faa207 100644 Binary files a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fc.png and b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fc.png differ diff --git a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fd.png b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fd.png index 2759c418..05ca3141 100644 Binary files a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fd.png and b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fd.png differ diff --git a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fe.png b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fe.png index c17022a8..120b8c20 100644 Binary files a/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fe.png and b/src/72x72/1faf1-1f3ff-200d-1faf2-1f3fe.png differ diff --git a/src/72x72/1faf1-1f3ff.png b/src/72x72/1faf1-1f3ff.png index 22527d97..6773dd68 100644 Binary files a/src/72x72/1faf1-1f3ff.png and b/src/72x72/1faf1-1f3ff.png differ diff --git a/src/72x72/1faf1.png b/src/72x72/1faf1.png index c03e0401..b01ae200 100644 Binary files a/src/72x72/1faf1.png and b/src/72x72/1faf1.png differ diff --git a/src/72x72/1faf2-1f3fb.png b/src/72x72/1faf2-1f3fb.png index 2d75e304..8d5b9df9 100644 Binary files a/src/72x72/1faf2-1f3fb.png and b/src/72x72/1faf2-1f3fb.png differ diff --git a/src/72x72/1faf2-1f3fc.png b/src/72x72/1faf2-1f3fc.png index cf9fb69a..6b1c98ce 100644 Binary files a/src/72x72/1faf2-1f3fc.png and b/src/72x72/1faf2-1f3fc.png differ diff --git a/src/72x72/1faf2-1f3fd.png b/src/72x72/1faf2-1f3fd.png index 38b0cdc5..11ecbc71 100644 Binary files a/src/72x72/1faf2-1f3fd.png and b/src/72x72/1faf2-1f3fd.png differ diff --git a/src/72x72/1faf2-1f3fe.png b/src/72x72/1faf2-1f3fe.png index d10f7a03..96976303 100644 Binary files a/src/72x72/1faf2-1f3fe.png and b/src/72x72/1faf2-1f3fe.png differ diff --git a/src/72x72/1faf2-1f3ff.png b/src/72x72/1faf2-1f3ff.png index 68b394f3..38a8d6a7 100644 Binary files a/src/72x72/1faf2-1f3ff.png and b/src/72x72/1faf2-1f3ff.png differ diff --git a/src/72x72/1faf2.png b/src/72x72/1faf2.png index 49974236..7cefc10a 100644 Binary files a/src/72x72/1faf2.png and b/src/72x72/1faf2.png differ diff --git a/src/72x72/1faf3-1f3fb.png b/src/72x72/1faf3-1f3fb.png index d8168dce..749d4d0f 100644 Binary files a/src/72x72/1faf3-1f3fb.png and b/src/72x72/1faf3-1f3fb.png differ diff --git a/src/72x72/1faf3-1f3fc.png b/src/72x72/1faf3-1f3fc.png index 5a841e50..ae3d7625 100644 Binary files a/src/72x72/1faf3-1f3fc.png and b/src/72x72/1faf3-1f3fc.png differ diff --git a/src/72x72/1faf3-1f3fd.png b/src/72x72/1faf3-1f3fd.png index c439588e..16ecb50a 100644 Binary files a/src/72x72/1faf3-1f3fd.png and b/src/72x72/1faf3-1f3fd.png differ diff --git a/src/72x72/1faf3-1f3fe.png b/src/72x72/1faf3-1f3fe.png index 3b63da73..fcef1335 100644 Binary files a/src/72x72/1faf3-1f3fe.png and b/src/72x72/1faf3-1f3fe.png differ diff --git a/src/72x72/1faf3-1f3ff.png b/src/72x72/1faf3-1f3ff.png index a8ea30ce..01c37f00 100644 Binary files a/src/72x72/1faf3-1f3ff.png and b/src/72x72/1faf3-1f3ff.png differ diff --git a/src/72x72/1faf3.png b/src/72x72/1faf3.png index 1e057115..6f72a608 100644 Binary files a/src/72x72/1faf3.png and b/src/72x72/1faf3.png differ diff --git a/src/72x72/1faf4-1f3fb.png b/src/72x72/1faf4-1f3fb.png index 0695579d..0b4df0bb 100644 Binary files a/src/72x72/1faf4-1f3fb.png and b/src/72x72/1faf4-1f3fb.png differ diff --git a/src/72x72/1faf4-1f3fc.png b/src/72x72/1faf4-1f3fc.png index 4251f775..6485e177 100644 Binary files a/src/72x72/1faf4-1f3fc.png and b/src/72x72/1faf4-1f3fc.png differ diff --git a/src/72x72/1faf4-1f3fd.png b/src/72x72/1faf4-1f3fd.png index 49208c24..22b5e364 100644 Binary files a/src/72x72/1faf4-1f3fd.png and b/src/72x72/1faf4-1f3fd.png differ diff --git a/src/72x72/1faf4-1f3fe.png b/src/72x72/1faf4-1f3fe.png index ae143456..befd9e37 100644 Binary files a/src/72x72/1faf4-1f3fe.png and b/src/72x72/1faf4-1f3fe.png differ diff --git a/src/72x72/1faf4-1f3ff.png b/src/72x72/1faf4-1f3ff.png index fcc64e7f..42dafa37 100644 Binary files a/src/72x72/1faf4-1f3ff.png and b/src/72x72/1faf4-1f3ff.png differ diff --git a/src/72x72/1faf4.png b/src/72x72/1faf4.png index d9fdff83..54c8932d 100644 Binary files a/src/72x72/1faf4.png and b/src/72x72/1faf4.png differ diff --git a/src/72x72/1faf5-1f3fb.png b/src/72x72/1faf5-1f3fb.png index e6ae0b9d..66cef73f 100644 Binary files a/src/72x72/1faf5-1f3fb.png and b/src/72x72/1faf5-1f3fb.png differ diff --git a/src/72x72/1faf5-1f3fc.png b/src/72x72/1faf5-1f3fc.png index 9dfd77c8..33b3a5ca 100644 Binary files a/src/72x72/1faf5-1f3fc.png and b/src/72x72/1faf5-1f3fc.png differ diff --git a/src/72x72/1faf5-1f3fd.png b/src/72x72/1faf5-1f3fd.png index 222201c9..7152e1a0 100644 Binary files a/src/72x72/1faf5-1f3fd.png and b/src/72x72/1faf5-1f3fd.png differ diff --git a/src/72x72/1faf5-1f3fe.png b/src/72x72/1faf5-1f3fe.png index 5bba90bb..28934910 100644 Binary files a/src/72x72/1faf5-1f3fe.png and b/src/72x72/1faf5-1f3fe.png differ diff --git a/src/72x72/1faf5-1f3ff.png b/src/72x72/1faf5-1f3ff.png index 3d922501..bc41f81b 100644 Binary files a/src/72x72/1faf5-1f3ff.png and b/src/72x72/1faf5-1f3ff.png differ diff --git a/src/72x72/1faf5.png b/src/72x72/1faf5.png index 9e3a1b38..b3b862a5 100644 Binary files a/src/72x72/1faf5.png and b/src/72x72/1faf5.png differ diff --git a/src/72x72/1faf6-1f3fb.png b/src/72x72/1faf6-1f3fb.png index 55bfa0f3..f875da06 100644 Binary files a/src/72x72/1faf6-1f3fb.png and b/src/72x72/1faf6-1f3fb.png differ diff --git a/src/72x72/1faf6-1f3fc.png b/src/72x72/1faf6-1f3fc.png index d79a55f3..188ec462 100644 Binary files a/src/72x72/1faf6-1f3fc.png and b/src/72x72/1faf6-1f3fc.png differ diff --git a/src/72x72/1faf6-1f3fd.png b/src/72x72/1faf6-1f3fd.png index b0eb0d00..8f5ab174 100644 Binary files a/src/72x72/1faf6-1f3fd.png and b/src/72x72/1faf6-1f3fd.png differ diff --git a/src/72x72/1faf6-1f3fe.png b/src/72x72/1faf6-1f3fe.png index e6f52ba0..0f04627a 100644 Binary files a/src/72x72/1faf6-1f3fe.png and b/src/72x72/1faf6-1f3fe.png differ diff --git a/src/72x72/1faf6-1f3ff.png b/src/72x72/1faf6-1f3ff.png index f85b0ca8..42d857eb 100644 Binary files a/src/72x72/1faf6-1f3ff.png and b/src/72x72/1faf6-1f3ff.png differ diff --git a/src/72x72/1faf6.png b/src/72x72/1faf6.png index 23cf0502..222b9125 100644 Binary files a/src/72x72/1faf6.png and b/src/72x72/1faf6.png differ diff --git a/src/72x72/261d.png b/src/72x72/261d.png index 645cc2d8..7980b8e4 100644 Binary files a/src/72x72/261d.png and b/src/72x72/261d.png differ diff --git a/src/72x72/26f0.png b/src/72x72/26f0.png index c4b48ce6..824747a0 100644 Binary files a/src/72x72/26f0.png and b/src/72x72/26f0.png differ diff --git a/src/72x72/26f7.png b/src/72x72/26f7.png index ccb9bf1f..eb454749 100644 Binary files a/src/72x72/26f7.png and b/src/72x72/26f7.png differ diff --git a/src/72x72/26f9-fe0f-200d-2640-fe0f.png b/src/72x72/26f9-fe0f-200d-2640-fe0f.png index 7d353196..0dc428d6 100644 Binary files a/src/72x72/26f9-fe0f-200d-2640-fe0f.png and b/src/72x72/26f9-fe0f-200d-2640-fe0f.png differ diff --git a/src/72x72/26f9-fe0f-200d-2642-fe0f.png b/src/72x72/26f9-fe0f-200d-2642-fe0f.png index bd8bda5c..b790ac5d 100644 Binary files a/src/72x72/26f9-fe0f-200d-2642-fe0f.png and b/src/72x72/26f9-fe0f-200d-2642-fe0f.png differ diff --git a/src/72x72/26f9.png b/src/72x72/26f9.png index 1b7ea3c9..19cf76ac 100644 Binary files a/src/72x72/26f9.png and b/src/72x72/26f9.png differ diff --git a/src/72x72/270a.png b/src/72x72/270a.png index fb40bb45..9502dfcc 100644 Binary files a/src/72x72/270a.png and b/src/72x72/270a.png differ diff --git a/src/72x72/270b.png b/src/72x72/270b.png index 5397503d..8dd27935 100644 Binary files a/src/72x72/270b.png and b/src/72x72/270b.png differ diff --git a/src/72x72/270c.png b/src/72x72/270c.png index f11a9762..9dfdf0d7 100644 Binary files a/src/72x72/270c.png and b/src/72x72/270c.png differ diff --git a/src/72x72/270d.png b/src/72x72/270d.png index fc4fbefa..a5a49dd5 100644 Binary files a/src/72x72/270d.png and b/src/72x72/270d.png differ diff --git a/src/72x72/2716.png b/src/72x72/2716.png index 7e0ab027..27ea128a 100644 Binary files a/src/72x72/2716.png and b/src/72x72/2716.png differ diff --git a/src/72x72/2764.png b/src/72x72/2764.png index 8cf56231..576bd0cb 100644 Binary files a/src/72x72/2764.png and b/src/72x72/2764.png differ