From 6a55df79aba1bf9e06f2746975c2782d863ac322 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 20 Apr 2020 09:26:00 +0300 Subject: [PATCH] Update OpenMoji --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/openmoji.json | 18 +++++++++++++++++- package.json | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/collections.json b/collections.json index e2d833e..17b0609 100644 --- a/collections.json +++ b/collections.json @@ -823,7 +823,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3474, + "total": 3478, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index cb295f5..4328567 100644 --- a/collections.md +++ b/collections.md @@ -479,7 +479,7 @@ ### OpenMoji -* Number of icons: 3474 +* Number of icons: 3478 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index 7d0aab3..134bd7b 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.134", + "version": "1.1.135", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index f7808a1..bb7b282 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3474, + "total": 3478, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -3206,6 +3206,9 @@ "headphone": { "body": "" }, + "headstone": { + "body": "" + }, "health-worker": { "body": "" }, @@ -3296,6 +3299,9 @@ "honeybee": { "body": "" }, + "hook": { + "body": "" + }, "horizontal-black-hexagon": { "body": "" }, @@ -8355,6 +8361,9 @@ "tap": { "body": "" }, + "tardis": { + "body": "" + }, "taurus": { "body": "" }, @@ -8862,6 +8871,9 @@ "weary-face": { "body": "" }, + "web-syndication": { + "body": "" + }, "wedding": { "body": "" }, @@ -11055,6 +11067,7 @@ "switch", "tablet", "tap", + "tardis", "three-finger-operation", "timer", "toggle-button", @@ -11074,6 +11087,7 @@ "warning-tsunami", "warning-volcano", "washing-machine", + "web-syndication", "wheel-chair", "wifi", "wild-fire", @@ -11598,8 +11612,10 @@ "hammer-and-wrench", "handbag", "headphone", + "headstone", "high-heeled-shoe", "hiking-boot", + "hook", "inbox-tray", "incoming-envelope", "jeans", diff --git a/package.json b/package.json index de2accd..0368dd3 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.134", + "version": "1.1.135", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",