From a66d72f8d38e0096582394baaadbe72f4de75fc9 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 23 Sep 2019 21:15:48 +0300 Subject: [PATCH] Update Simple Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/simple-icons.json | 33 ++++++++++++++++++++++++++++++--- package.json | 2 +- 5 files changed, 36 insertions(+), 9 deletions(-) diff --git a/collections.json b/collections.json index 66a35d7..2dc13d0 100644 --- a/collections.json +++ b/collections.json @@ -874,7 +874,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 681, + "total": 690, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -885,7 +885,7 @@ "bing", "amazonaws" ], - "version": "1.15.0", + "version": "1.16.0", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index 2a13205..72d69d7 100644 --- a/collections.md +++ b/collections.md @@ -510,12 +510,12 @@ ### Simple Icons -* Number of icons: 681 +* Number of icons: 690 * 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.15.0 +* Version: 1.16.0 * Palette: Colorless diff --git a/composer.json b/composer.json index a4e56b6..46d588c 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.149", + "version": "1.0.150", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/simple-icons.json b/json/simple-icons.json index 88bed1a..af7c55b 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 681, + "total": 690, "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.15.0", + "version": "1.16.0", "samples": [ "adobephotoshop", "bing", @@ -173,6 +173,9 @@ "aventrix": { "body": "" }, + "azureartifacts": { + "body": "" + }, "azuredevops": { "body": "" }, @@ -332,6 +335,9 @@ "codecov": { "body": "" }, + "codefactor": { + "body": "" + }, "codeforces": { "body": "" }, @@ -585,6 +591,9 @@ "expertsexchange": { "body": "" }, + "expo": { + "body": "" + }, "f-secure": { "body": "" }, @@ -702,6 +711,9 @@ "gnu": { "body": "" }, + "gnuprivacyguard": { + "body": "" + }, "gnusocial": { "body": "" }, @@ -1255,6 +1267,9 @@ "nintendo": { "body": "" }, + "nintendo3ds": { + "body": "" + }, "nintendogamecube": { "body": "" }, @@ -1594,6 +1609,9 @@ "shopify": { "body": "" }, + "showpad": { + "body": "" + }, "signal": { "body": "" }, @@ -1760,6 +1778,9 @@ "superuser": { "body": "" }, + "svelte": { + "body": "" + }, "swarm": { "body": "" }, @@ -1950,7 +1971,7 @@ "body": "" }, "vk": { - "body": "" + "body": "" }, "vlcmediaplayer": { "body": "" @@ -2060,6 +2081,9 @@ "youtube": { "body": "" }, + "zalando": { + "body": "" + }, "zapier": { "body": "" }, @@ -2077,6 +2101,9 @@ }, "zorin": { "body": "" + }, + "zulip": { + "body": "" } }, "aliases": { diff --git a/package.json b/package.json index e2eb061..ea6b908 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.149", + "version": "1.0.150", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",