From f0f41a5b2c2433f897f8fc9b2fdfa39a1483689d Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Tue, 2 Aug 2016 15:53:14 -0700 Subject: [PATCH] support Apple's :scissors: 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 --- 2/72x72/2702-fe0f.png | 1 + 2/assets/2702-fe0f.ai | 1 + 2/svg/2702-fe0f.svg | 1 + 3 files changed, 3 insertions(+) create mode 120000 2/72x72/2702-fe0f.png create mode 120000 2/assets/2702-fe0f.ai create mode 120000 2/svg/2702-fe0f.svg diff --git a/2/72x72/2702-fe0f.png b/2/72x72/2702-fe0f.png new file mode 120000 index 00000000..229074c6 --- /dev/null +++ b/2/72x72/2702-fe0f.png @@ -0,0 +1 @@ +72x72/2702.png \ No newline at end of file diff --git a/2/assets/2702-fe0f.ai b/2/assets/2702-fe0f.ai new file mode 120000 index 00000000..368fba01 --- /dev/null +++ b/2/assets/2702-fe0f.ai @@ -0,0 +1 @@ +assets/2702.ai \ No newline at end of file diff --git a/2/svg/2702-fe0f.svg b/2/svg/2702-fe0f.svg new file mode 120000 index 00000000..886b3651 --- /dev/null +++ b/2/svg/2702-fe0f.svg @@ -0,0 +1 @@ +svg/2702.svg \ No newline at end of file