From f1127bf1e8292e5a167a5d3ae8099f77b77eda7b Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 15 Jun 2020 09:46:26 +0300 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 68d4377..73cd42e 100644 --- a/collections.json +++ b/collections.json @@ -969,7 +969,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3553, + "total": 3555, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 5c9025a..194dcd5 100644 --- a/collections.md +++ b/collections.md @@ -562,7 +562,7 @@ ### OpenMoji -* Number of icons: 3553 +* Number of icons: 3555 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index e20d678..81adad8 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.170", + "version": "1.1.171", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index cff2559..2c216a8 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3553, + "total": 3555, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -4038,6 +4038,9 @@ "lying-face": { "body": "" }, + "macaw": { + "body": "" + }, "mage": { "body": "" }, @@ -7215,6 +7218,9 @@ "pig-nose": { "body": "" }, + "pigeon": { + "body": "" + }, "pile-of-poo": { "body": "" }, @@ -11242,6 +11248,7 @@ "location-indicator", "location-indicator-red", "locomotion", + "macaw", "male-doctor", "male-nurse", "man-barista", @@ -11280,6 +11287,7 @@ "people-dialogue", "person-with-dog", "picture", + "pigeon", "pills", "pinterest", "plaster", diff --git a/package.json b/package.json index 1658a6f..36c6dff 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.170", + "version": "1.1.171", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",