From 0a0d13c5b1ae99b63b2f1f3142015b2a1236e60a Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 4 May 2020 08:50:10 +0300 Subject: [PATCH] Update OpenMoji, Simple Icons --- collections.json | 6 +++--- collections.md | 6 +++--- composer.json | 2 +- json/openmoji.json | 6 +++++- json/simple-icons.json | 19 +++++++++++++++++-- package.json | 2 +- 6 files changed, 30 insertions(+), 11 deletions(-) diff --git a/collections.json b/collections.json index 1e7c810..cd8002f 100644 --- a/collections.json +++ b/collections.json @@ -909,7 +909,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3505, + "total": 3506, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", @@ -1026,7 +1026,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 1302, + "total": 1307, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -1037,7 +1037,7 @@ "bing", "amazonaws" ], - "version": "2.10.0", + "version": "2.11.0", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index 9a245f2..3b07cf7 100644 --- a/collections.md +++ b/collections.md @@ -526,7 +526,7 @@ ### OpenMoji -* Number of icons: 3505 +* Number of icons: 3506 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 @@ -595,12 +595,12 @@ ### Simple Icons -* Number of icons: 1302 +* Number of icons: 1307 * Author: Simple Icons Collaborators * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 2.10.0 +* Version: 2.11.0 * Palette: Colorless diff --git a/composer.json b/composer.json index f5da379..a327080 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.145", + "version": "1.1.146", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/openmoji.json b/json/openmoji.json index 17effb1..a52ba56 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3505, + "total": 3506, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -8739,6 +8739,9 @@ "unicorn": { "body": "" }, + "united-federation-of-planets-flag": { + "body": "" + }, "unlocked": { "body": "" }, @@ -11213,6 +11216,7 @@ "square-with-right-half-black", "square-with-upper-left-diagonal-black", "texas-flag", + "united-federation-of-planets-flag", "up-down-black-arrow", "up-pointing-triangle-with-left-half-black", "up-pointing-triangle-with-right-half-black", diff --git a/json/simple-icons.json b/json/simple-icons.json index 3832f80..eccaadd 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 1302, + "total": 1307, "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" @@ -12,7 +12,7 @@ "spdx": "CC0-1.0", "url": "https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md" }, - "version": "2.10.0", + "version": "2.11.0", "samples": [ "adobephotoshop", "bing", @@ -329,6 +329,9 @@ "archlinux": { "body": "" }, + "ardour": { + "body": "" + }, "arduino": { "body": "" }, @@ -389,6 +392,9 @@ "authy": { "body": "" }, + "autodesk": { + "body": "" + }, "automatic": { "body": "" }, @@ -407,6 +413,9 @@ "azuredevops": { "body": "" }, + "azurefunctions": { + "body": "" + }, "azurepipelines": { "body": "" }, @@ -1125,6 +1134,9 @@ "facebook": { "body": "" }, + "facebooklive": { + "body": "" + }, "faceit": { "body": "" }, @@ -2334,6 +2346,9 @@ "nativescript": { "body": "" }, + "nbb": { + "body": "" + }, "ndr": { "body": "" }, diff --git a/package.json b/package.json index 1a48cc2..9eb9423 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.145", + "version": "1.1.146", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",