From a55a4561d009db61fd18bb0d1c3a9de4507e62f5 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 24 Dec 2018 14:20:25 +0200 Subject: [PATCH] Update emoji names --- composer.json | 2 +- json/emojione-monotone.json | 14 ++++++++++---- json/emojione-v1.json | 7 +++++-- json/emojione.json | 14 ++++++++++---- package.json | 2 +- 5 files changed, 27 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 7651020..cb7f3c2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.0.38", + "version": "1.0.39", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/emojione-monotone.json b/json/emojione-monotone.json index eded264..a5cc6f2 100644 --- a/json/emojione-monotone.json +++ b/json/emojione-monotone.json @@ -1924,7 +1924,7 @@ "four-thirty": { "body": "" }, - "fox-face": { + "fox": { "body": "" }, "framed-picture": { @@ -4156,7 +4156,7 @@ "winking-face-with-tongue": { "body": "" }, - "wolf-face": { + "wolf": { "body": "" }, "woman": { @@ -4245,6 +4245,9 @@ "first-quarter-moon-with-face": { "parent": "first-quarter-moon-face" }, + "fox-face": { + "parent": "fox" + }, "full-moon-with-face": { "parent": "full-moon-face" }, @@ -4301,6 +4304,9 @@ }, "white-medium-star": { "parent": "star" + }, + "wolf-face": { + "parent": "wolf" } }, "categories": { @@ -4780,7 +4786,7 @@ "fish", "fog", "four-leaf-clover", - "fox-face", + "fox", "frog-face", "front-facing-baby-chick", "full-moon", @@ -4882,7 +4888,7 @@ "whale", "wilted-flower", "wind-face", - "wolf-face" + "wolf" ], "Objects": [ "alarm-clock", diff --git a/json/emojione-v1.json b/json/emojione-v1.json index 2c14545..35cf04e 100644 --- a/json/emojione-v1.json +++ b/json/emojione-v1.json @@ -3742,7 +3742,7 @@ "wired-keyboard": { "body": "" }, - "wolf-face": { + "wolf": { "body": "" }, "woman": { @@ -3875,6 +3875,9 @@ }, "white-medium-star": { "parent": "star" + }, + "wolf-face": { + "parent": "wolf" } }, "categories": { @@ -4350,7 +4353,7 @@ "waxing-gibbous-moon", "whale", "wind-face", - "wolf-face" + "wolf" ], "Objects": [ "alarm-clock", diff --git a/json/emojione.json b/json/emojione.json index be652dd..660e63b 100644 --- a/json/emojione.json +++ b/json/emojione.json @@ -2185,7 +2185,7 @@ "four-thirty": { "body": "" }, - "fox-face": { + "fox": { "body": "" }, "framed-picture": { @@ -5398,7 +5398,7 @@ "winking-face-with-tongue": { "body": "" }, - "wolf-face": { + "wolf": { "body": "" }, "woman": { @@ -5532,6 +5532,9 @@ "first-quarter-moon-with-face": { "parent": "first-quarter-moon-face" }, + "fox-face": { + "parent": "fox" + }, "full-moon-with-face": { "parent": "full-moon-face" }, @@ -5633,6 +5636,9 @@ }, "white-medium-star": { "parent": "star" + }, + "wolf-face": { + "parent": "wolf" } }, "categories": { @@ -6188,7 +6194,7 @@ "fish", "fog", "four-leaf-clover", - "fox-face", + "fox", "frog-face", "front-facing-baby-chick", "full-moon", @@ -6290,7 +6296,7 @@ "whale", "wilted-flower", "wind-face", - "wolf-face" + "wolf" ], "Objects": [ "alarm-clock", diff --git a/package.json b/package.json index 64a3e9b..12cf58d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.0.38", + "version": "1.0.39", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js" } \ No newline at end of file