From 20c22f00057b5f473412c49a1edd67cae850965e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 9 Sep 2019 10:21:09 +0300 Subject: [PATCH] Update Simple Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/simple-icons.json | 21 ++++++++++++++++++--- package.json | 2 +- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/collections.json b/collections.json index 962c40c..4a17c61 100644 --- a/collections.json +++ b/collections.json @@ -874,7 +874,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 676, + "total": 681, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -885,7 +885,7 @@ "bing", "amazonaws" ], - "version": "1.14.0", + "version": "1.15.0", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index 110cdab..80fa2b6 100644 --- a/collections.md +++ b/collections.md @@ -510,12 +510,12 @@ ### Simple Icons -* Number of icons: 676 +* Number of icons: 681 * 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: 1.14.0 +* Version: 1.15.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 5e7fafb..a0fcd5f 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.0.145", + "version": "1.0.146", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/simple-icons.json b/json/simple-icons.json index 2ece180..88bed1a 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 676, + "total": 681, "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": "1.14.0", + "version": "1.15.0", "samples": [ "adobephotoshop", "bing", @@ -706,7 +706,7 @@ "body": "" }, "go": { - "body": "" + "body": "" }, "godotengine": { "body": "" @@ -1021,6 +1021,9 @@ "laravelhorizon": { "body": "" }, + "laravelnova": { + "body": "" + }, "last-dot-fm": { "body": "" }, @@ -1294,6 +1297,12 @@ "openaccess": { "body": "" }, + "opencollective": { + "body": "" + }, + "opensourceinitiative": { + "body": "" + }, "openstreetmap": { "body": "" }, @@ -1513,6 +1522,9 @@ "rss": { "body": "" }, + "rstudio": { + "body": "" + }, "ruby": { "body": "" }, @@ -1717,6 +1729,9 @@ "storify": { "body": "" }, + "storybook": { + "body": "" + }, "strava": { "body": "" }, diff --git a/package.json b/package.json index 0121a96..1641fa4 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.0.145", + "version": "1.0.146", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",