From 647dfae6d99ee2cefc5fa685d85504b83be546ef Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 27 Aug 2020 07:58:50 +0300 Subject: [PATCH] Update Noto Emoji --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/noto.json | 6 +++--- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/collections.json b/collections.json index 444375d..32cf4f5 100644 --- a/collections.json +++ b/collections.json @@ -1011,7 +1011,7 @@ }, "noto": { "name": "Noto Emoji", - "total": 3091, + "total": 3090, "author": "Google Inc", "url": "https://github.com/googlei18n/noto-emoji", "license": "Apache 2.0", diff --git a/collections.md b/collections.md index 980d8d3..aef907f 100644 --- a/collections.md +++ b/collections.md @@ -582,7 +582,7 @@ ### Noto Emoji -* Number of icons: 3091 +* Number of icons: 3090 * Author: Google Inc * URL: https://github.com/googlei18n/noto-emoji * License: Apache 2.0 diff --git a/composer.json b/composer.json index b52aeb3..f816cc5 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.1.211", + "version": "1.1.212", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/noto.json b/json/noto.json index 9b6dbe4..df10095 100644 --- a/json/noto.json +++ b/json/noto.json @@ -2,7 +2,7 @@ "prefix": "noto", "info": { "name": "Noto Emoji", - "total": 3091, + "total": 3090, "author": { "name": "Google Inc", "url": "https://github.com/googlei18n/noto-emoji" @@ -3464,7 +3464,8 @@ "body": "" }, "man-gesturing-no-light-skin-tone": { - "body": "" + "body": "", + "hidden": true }, "man-gesturing-no-medium-dark-skin-tone": { "body": "" @@ -11506,7 +11507,6 @@ "man-genie", "man-gesturing-no", "man-gesturing-no-dark-skin-tone", - "man-gesturing-no-light-skin-tone", "man-gesturing-no-medium-dark-skin-tone", "man-gesturing-no-medium-light-skin-tone", "man-gesturing-no-medium-skin-tone", diff --git a/package.json b/package.json index 44d3494..140ddf8 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.1.211", + "version": "1.1.212", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",