Skip to content

Commit

Permalink
feat Posts: add emoji rendering to blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed May 30, 2024
1 parent 525cea5 commit b314873
Show file tree
Hide file tree
Showing 3,668 changed files with 72 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
<link href="./src/assets/style.css" rel="stylesheet">
<link href="./src/vendor/css/materialstyle.min.css" rel="stylesheet">
<link href="./src/vendor/css/bootstrap-icons.min.css" rel="stylesheet">
<link href="./src/vendor/css/emoji.css" rel="stylesheet">
<link href="./src/vendor/hljs/styles/github-dark-dimmed.min.css" rel="stylesheet">
<script src="./src/vendor/js/materialstyle.min.js"></script>
<script src="./src/vendor/js/js-yaml.min.js"></script>
<script src="./src/vendor/js/marked.min.js"></script>
<script src="./src/vendor/js/popper.min.js"></script>
<script src="./src/vendor/js/mdc.ripple.min.js"></script>
<script src="./src/vendor/js/emoji.min.js"></script>
<script src="./src/vendor/hljs/highlight.min.js"></script>

<!-- Application -->
Expand All @@ -26,6 +28,7 @@
<script src="./src/imports/ImportConfigurations.js"></script>
<script src="./src/helpers/ProgressBar.js"></script>
<script src="./src/helpers/ModifyAppTitle.js"></script>
<script src="./src/helpers/RenderBlogFeatures.js"></script>
<script src="./src/router/Route.js"></script>
<script src="./src/router/Import.js"></script>
<script src="./src/router/Unload.js"></script>
Expand Down
4 changes: 3 additions & 1 deletion posts/meet-writea.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ efhwehiuewhiuweh
Thumbnail: writea.jpg
Content: meet-writea.md
Discoverable: true
```
```
:sob:
2 changes: 2 additions & 0 deletions src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@

code.hljs {
background-color: #0d0f10 !important;
border: 1px solid #ffffff20;
border-radius: 8px;
}
1 change: 1 addition & 0 deletions src/components/sections/ReadSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async function ReadSection() {
return response.text()
})
.then(content => {
content = RenderBlogFeatures(content)
document.querySelector('#MarkdownContainer').innerHTML = marked.parse(content)
hljs.highlightAll(document.getElementById('MarkdownContainer'))
})
Expand Down
15 changes: 15 additions & 0 deletions src/helpers/RenderBlogFeatures.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
function RenderBlogFeatures(content) {
let output = content

// render emojis
let emoji = new EmojiConvertor();
emoji.img_set = "twitter"
emoji.img_sets.twitter.path = "./src/vendor/img/twemoji-64/"
emoji.img_sets.twitter.sheet = "./src/vendor/img/twemoji-64.png"

output = emoji.replace_unified(content);
output = emoji.replace_colons(content);

// return output
return output
}
46 changes: 46 additions & 0 deletions src/vendor/css/emoji.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
span.emoji {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: baseline;
*vertical-align: auto;
*zoom: 1;
*display: inline;
width: 1em;
height: 1em;
background-size: 1em;
background-repeat: no-repeat;
text-indent: -9999px;
background-position: 50%, 50%;
background-size: contain;
}

span.emoji-sizer {
line-height: 0.81em;
font-size: 1em;
margin: -2px 0;
}

span.emoji-outer {
display: -moz-inline-box;
display: inline-block;
*display: inline;
height: 1em;
width: 1em;
}

span.emoji-inner {
display: -moz-inline-box;
display: inline-block;
text-indent: -9999px;
width: 100%;
height: 100%;
vertical-align: baseline;
*vertical-align: auto;
*zoom: 1;
}

img.emoji {
width: 1em;
height: 1em;
}
Binary file added src/vendor/img/twemoji-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0023-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/002a-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0030-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0031-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0032-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0033-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0034-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0035-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0036-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0037-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0038-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/0039-fe0f-20e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/00a9-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 added src/vendor/img/twemoji-64/00ae-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 added src/vendor/img/twemoji-64/1f004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/1f0cf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/1f170-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 added src/vendor/img/twemoji-64/1f171-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 added src/vendor/img/twemoji-64/1f17e-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 added src/vendor/img/twemoji-64/1f17f-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 added src/vendor/img/twemoji-64/1f18e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/1f191.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/1f192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/1f193.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vendor/img/twemoji-64/1f194.png
Binary file added src/vendor/img/twemoji-64/1f195.png
Binary file added src/vendor/img/twemoji-64/1f196.png
Binary file added src/vendor/img/twemoji-64/1f197.png
Binary file added src/vendor/img/twemoji-64/1f198.png
Binary file added src/vendor/img/twemoji-64/1f199.png
Binary file added src/vendor/img/twemoji-64/1f19a.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1f6.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1fd.png
Binary file added src/vendor/img/twemoji-64/1f1e6-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1e7.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1ef.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f6.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1fb.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1e7-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1f5.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1fb.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1fd.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1e8-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1e9-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1e9-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1e9-1f1ef.png
Binary file added src/vendor/img/twemoji-64/1f1e9-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1e9-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1e9-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1e9-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1ea-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1eb-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1eb-1f1ef.png
Binary file added src/vendor/img/twemoji-64/1f1eb-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1eb-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1eb-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1eb-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1e7.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f5.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f6.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1ec-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1ed-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1ed-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1ed-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1ed-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1ed-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1ed-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f6.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1ee-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1ef-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1ef-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1ef-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1ef-1f1f5.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1f5.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1f0-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1e7.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1fb.png
Binary file added src/vendor/img/twemoji-64/1f1f1-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f5.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f6.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1fb.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1fd.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1f2-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1f5.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1f3-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1f4-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1f5-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1f6-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1f7-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1f7-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1f7-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1f7-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1f7-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1e7.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1ef.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1fb.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1fd.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1f8-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1e9.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1ed.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1ef.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1f1.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1f4.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1f7.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1fb.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f1f9-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1fa-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1fa-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1fa-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1fa-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1fa-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1fa-1f1fe.png
Binary file added src/vendor/img/twemoji-64/1f1fa-1f1ff.png
Binary file added src/vendor/img/twemoji-64/1f1fb-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1fb-1f1e8.png
Binary file added src/vendor/img/twemoji-64/1f1fb-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1fb-1f1ec.png
Binary file added src/vendor/img/twemoji-64/1f1fb-1f1ee.png
Binary file added src/vendor/img/twemoji-64/1f1fb-1f1f3.png
Binary file added src/vendor/img/twemoji-64/1f1fb-1f1fa.png
Binary file added src/vendor/img/twemoji-64/1f1fc-1f1eb.png
Binary file added src/vendor/img/twemoji-64/1f1fc-1f1f8.png
Binary file added src/vendor/img/twemoji-64/1f1fd-1f1f0.png
Binary file added src/vendor/img/twemoji-64/1f1fe-1f1ea.png
Binary file added src/vendor/img/twemoji-64/1f1fe-1f1f9.png
Binary file added src/vendor/img/twemoji-64/1f1ff-1f1e6.png
Binary file added src/vendor/img/twemoji-64/1f1ff-1f1f2.png
Binary file added src/vendor/img/twemoji-64/1f1ff-1f1fc.png
Binary file added src/vendor/img/twemoji-64/1f201.png
Binary file added src/vendor/img/twemoji-64/1f202-fe0f.png
Binary file added src/vendor/img/twemoji-64/1f21a.png
Binary file added src/vendor/img/twemoji-64/1f22f.png
Loading

0 comments on commit b314873

Please sign in to comment.