1
0
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:
Turadg Aleahmad 2016-08-02 15:53:14 -07:00
parent a7431e9f8f
commit f0f41a5b2c
3 changed files with 3 additions and 0 deletions

1
2/72x72/2702-fe0f.png Symbolic link
View File

@ -0,0 +1 @@
72x72/2702.png

1
2/assets/2702-fe0f.ai Symbolic link
View File

@ -0,0 +1 @@
assets/2702.ai

1
2/svg/2702-fe0f.svg Symbolic link
View File

@ -0,0 +1 @@
svg/2702.svg