diff --git a/collections.json b/collections.json index 590cf8b..10ef339 100644 --- a/collections.json +++ b/collections.json @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3399, + "total": 3398, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 9af9dc7..a8a823c 100644 --- a/collections.md +++ b/collections.md @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3399 +* Number of icons: 3398 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index ecfc5a0..f42f519 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.95", + "version": "1.1.96", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index e87c7a6..60c274c 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3399, + "total": 3398, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -7968,7 +7968,8 @@ "body": "" }, "stethoscope2": { - "body": "" + "body": "", + "hidden": true }, "stomach": { "body": "" @@ -10619,7 +10620,6 @@ "space-shuttle", "sptzlepresse", "stairway", - "stethoscope2", "stomach", "stretcher", "structural-fire", diff --git a/package.json b/package.json index d6c22f9..1471861 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.95", + "version": "1.1.96", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",