From 66c2289bd40c4780073335fd51541183a214a8a2 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 14 Mar 2020 09:07:46 +0200 Subject: [PATCH] Update OpenMoji --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/openmoji.json | 10 +++++++++- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/collections.json b/collections.json index 82e66ee..e1cc470 100644 --- a/collections.json +++ b/collections.json @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3437, + "total": 3439, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 0dead30..67d4229 100644 --- a/collections.md +++ b/collections.md @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3437 +* Number of icons: 3439 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index e156655..3849b4f 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.114", + "version": "1.1.115", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index 54f7560..3a88a3d 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3437, + "total": 3439, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -479,6 +479,9 @@ "birthday-cake": { "body": "" }, + "black-cat": { + "body": "" + }, "black-circle": { "body": "" }, @@ -8478,6 +8481,9 @@ "transgender-flag": { "body": "" }, + "transgender-symbol": { + "body": "" + }, "transmission": { "body": "" }, @@ -10602,6 +10608,7 @@ "bandage-change", "bandage-scissors", "bed-linen", + "black-cat", "blood-transfusion", "blueberries", "brain2", @@ -10805,6 +10812,7 @@ "toggle-button-state-b", "town", "transgender-flag", + "transgender-symbol", "transmission", "trump", "tsunami", diff --git a/package.json b/package.json index d22076e..26d088d 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.114", + "version": "1.1.115", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",