From 3e8d2eca79e4e4a566e8542fc3c65234b51dce2b Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 5 Mar 2019 23:29:17 +0200 Subject: [PATCH] Update SVG Logos, Simple Icons --- collections.json | 6 ++-- collections.md | 6 ++-- composer.json | 2 +- json/logos.json | 64 +++++++++++++++++++++++++++++++++++++++--- json/simple-icons.json | 15 ++++++++++ package.json | 2 +- 6 files changed, 83 insertions(+), 12 deletions(-) diff --git a/collections.json b/collections.json index 95ea103..ba8b322 100644 --- a/collections.json +++ b/collections.json @@ -845,7 +845,7 @@ }, "logos": { "name": "SVG Logos", - "total": 1106, + "total": 1119, "author": "Gil Barbara", "url": "https://github.com/gilbarbara/logos", "license": "CC0", @@ -860,7 +860,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 561, + "total": 566, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -871,7 +871,7 @@ "bing", "amazonaws" ], - "version": "1.9.22", + "version": "1.9.23", "palette": "Colorless", "category": "Thematic" }, diff --git a/collections.md b/collections.md index d50e465..d1d1959 100644 --- a/collections.md +++ b/collections.md @@ -494,7 +494,7 @@ ### SVG Logos -* Number of icons: 1106 +* Number of icons: 1119 * Author: Gil Barbara * URL: https://github.com/gilbarbara/logos * License: CC0 @@ -503,12 +503,12 @@ ### Simple Icons -* Number of icons: 561 +* Number of icons: 566 * 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.9.22 +* Version: 1.9.23 * Palette: Colorless diff --git a/composer.json b/composer.json index 2232af7..d3cfe5b 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.74", + "version": "1.0.75", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/logos.json b/json/logos.json index 822b443..d41be16 100644 --- a/json/logos.json +++ b/json/logos.json @@ -388,6 +388,10 @@ "baker-street": { "body": "" }, + "bamboo": { + "body": "", + "height": 296 + }, "base": { "body": "", "height": 174 @@ -785,6 +789,10 @@ "coderwall": { "body": "" }, + "codesandbox": { + "body": "", + "height": 296 + }, "codeschool": { "body": "" }, @@ -1076,6 +1084,15 @@ "height": 218 }, "dojo": { + "body": "", + "width": 512, + "height": 147 + }, + "dojo-icon": { + "body": "", + "height": 183 + }, + "dojo-toolkit": { "body": "", "width": 512, "height": 239 @@ -1730,6 +1747,10 @@ "body": "", "height": 192 }, + "haiku": { + "body": "", + "height": 291 + }, "haml": { "body": "", "height": 316 @@ -1994,7 +2015,7 @@ "height": 417 }, "jest": { - "body": "", + "body": "", "height": 283 }, "jetbrains": { @@ -2062,8 +2083,13 @@ "height": 344 }, "kafka": { - "body": "", - "height": 416 + "body": "", + "width": 512, + "height": 234 + }, + "kafka-icon": { + "body": "", + "height": 413 }, "kaios": { "body": "", @@ -3031,6 +3057,10 @@ "prettier": { "body": "" }, + "prisma": { + "body": "", + "height": 310 + }, "processwire": { "body": "" }, @@ -3211,6 +3241,9 @@ "width": 512, "height": 192 }, + "reasonml-icon": { + "body": "" + }, "reddit": { "body": "", "height": 357 @@ -3513,7 +3546,12 @@ "body": "" }, "slack": { - "body": "" + "body": "", + "width": 512, + "height": 130 + }, + "slack-icon": { + "body": "" }, "slides": { "body": "", @@ -3594,6 +3632,11 @@ "body": "", "height": 297 }, + "spree": { + "body": "", + "width": 512, + "height": 209 + }, "spring": { "body": "", "height": 254 @@ -3663,6 +3706,15 @@ "stormpath": { "body": "" }, + "storybook": { + "body": "", + "width": 512, + "height": 103 + }, + "storybook-icon": { + "body": "", + "height": 319 + }, "strapi": { "body": "", "height": 271 @@ -3690,6 +3742,10 @@ "body": "", "height": 154 }, + "styleguidst": { + "body": "", + "height": 174 + }, "stylelint": { "body": "", "height": 245 diff --git a/json/simple-icons.json b/json/simple-icons.json index 31997e3..a236f5c 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -73,6 +73,9 @@ "angular": { "body": "" }, + "apache": { + "body": "" + }, "apple": { "body": "" }, @@ -578,6 +581,9 @@ "googlehangouts": { "body": "" }, + "googlehangoutschat": { + "body": "" + }, "googlekeep": { "body": "" }, @@ -1118,6 +1124,9 @@ "postgresql": { "body": "" }, + "postman": { + "body": "" + }, "powershell": { "body": "" }, @@ -1196,6 +1205,9 @@ "reverbnation": { "body": "" }, + "riot": { + "body": "" + }, "riseup": { "body": "" }, @@ -1446,6 +1458,9 @@ "tencentqq": { "body": "" }, + "tencentweibo": { + "body": "" + }, "tesla": { "body": "" }, diff --git a/package.json b/package.json index 1edc2c0..a80db13 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.74", + "version": "1.0.75", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",