mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
support Apple's ✂️
http://www.iemoji.com/view/emoji/285/objects/black-scissors shows that ios 7+ encodes scissors as `2702, FE0F`. The JS parsing already detects these scissors and creates a URL such as https://twemoji.maxcdn.com/2/svg/2702-fe0f.svg but that 404s. This PR makes that serve the same as https://twemoji.maxcdn.com/2/svg/2702.svg
This commit is contained in:
parent
a7431e9f8f
commit
f0f41a5b2c
1
2/72x72/2702-fe0f.png
Symbolic link
1
2/72x72/2702-fe0f.png
Symbolic link
@ -0,0 +1 @@
|
||||
72x72/2702.png
|
1
2/assets/2702-fe0f.ai
Symbolic link
1
2/assets/2702-fe0f.ai
Symbolic link
@ -0,0 +1 @@
|
||||
assets/2702.ai
|
1
2/svg/2702-fe0f.svg
Symbolic link
1
2/svg/2702-fe0f.svg
Symbolic link
@ -0,0 +1 @@
|
||||
svg/2702.svg
|
Loading…
Reference in New Issue
Block a user