Skip to content

Commit d032d76

Browse files
add emoji
1 parent 93fa386 commit d032d76

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LibreMoji adheres to the [Unicode 16.0.0 spec](https://unicode.org/versions/Unic
1111
We aim at implementing all emoji defined in the aforementioned specs.
1212

1313
Current progress:
14-
**16/1909 implemented**
14+
**17/1909 implemented**
1515

1616
For the full list, please check [here](./list.json).
1717

assets/svg/1f61d.svg

Lines changed: 17 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ <h1>LibreMoji</h1>
5656
<h2>Smileys</h2>
5757
<div class="content">
5858
<img src="assets/svg/1f61b.svg" alt="" />
59+
<img src="assets/svg/1f61d.svg" alt="" />
5960
<img src="assets/svg/1f636.svg" alt="" />
6061
</div>
6162
</div>
@@ -71,7 +72,6 @@ <h2>People</h2>
7172
<h2>Animals & Nature</h2>
7273
<div class="content">
7374
<img src="assets/svg/1f4a7.svg" alt="" />
74-
7575
</div>
7676
</div>
7777

list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"name": "squinting face with tongue",
228228
"category": "Smileys & Emotion",
229229
"subcategory": "face-tongue",
230-
"implemented": false
230+
"implemented": true
231231
},
232232
{
233233
"code": ["1F911"],

0 commit comments

Comments
 (0)