diff --git a/collections.json b/collections.json index 7c69c7c..0d34d3e 100644 --- a/collections.json +++ b/collections.json @@ -277,7 +277,7 @@ "multiple-users", "types" ], - "version": "3.2.0", + "version": "3.3.1", "palette": "Colorless", "category": "General" }, @@ -876,7 +876,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 587, + "total": 596, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -887,7 +887,7 @@ "bing", "amazonaws" ], - "version": "1.9.25", + "version": "1.9.26", "palette": "Colorless", "category": "Thematic" }, diff --git a/collections.md b/collections.md index 279d051..e9cdb06 100644 --- a/collections.md +++ b/collections.md @@ -160,7 +160,7 @@ * URL: https://github.com/Automattic/gridicons * License: GPLv2 * License URL: https://github.com/Automattic/gridicons/blob/master/LICENSE.md -* Version: 3.2.0 +* Version: 3.3.1 * Palette: Colorless @@ -512,12 +512,12 @@ ### Simple Icons -* Number of icons: 587 +* Number of icons: 596 * 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.25 +* Version: 1.9.26 * Palette: Colorless diff --git a/composer.json b/composer.json index d7be587..d25d103 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.102", + "version": "1.0.103", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/simple-icons.json b/json/simple-icons.json index 4575a6f..196c769 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -37,7 +37,10 @@ "adobeindesign": { "body": "" }, - "adobelightroom": { + "adobelightroomcc": { + "body": "" + }, + "adobelightroomclassic": { "body": "" }, "adobephotoshop": { @@ -49,6 +52,9 @@ "adobetypekit": { "body": "" }, + "adobexd": { + "body": "" + }, "airbnb": { "body": "" }, @@ -73,6 +79,9 @@ "angular": { "body": "" }, + "angularuniversal": { + "body": "" + }, "apache": { "body": "" }, @@ -151,6 +160,9 @@ "bing": { "body": "" }, + "bit": { + "body": "" + }, "bitbucket": { "body": "" }, @@ -419,6 +431,9 @@ "elasticstack": { "body": "" }, + "electron": { + "body": "" + }, "elementary": { "body": "" }, @@ -647,6 +662,9 @@ "gumtree": { "body": "" }, + "hackaday": { + "body": "" + }, "hackerrank": { "body": "" }, @@ -767,6 +785,9 @@ "jenkins": { "body": "" }, + "jest": { + "body": "" + }, "jira": { "body": "" }, @@ -923,6 +944,9 @@ "mastodon": { "body": "" }, + "materialdesign": { + "body": "" + }, "mathworks": { "body": "" }, @@ -1602,6 +1626,9 @@ "umbraco": { "body": "" }, + "unity": { + "body": "" + }, "unsplash": { "body": "" }, @@ -1775,6 +1802,9 @@ "aboutme": { "parent": "about-dot-me" }, + "adobelightroom": { + "parent": "adobelightroomclassic" + }, "brandai": { "parent": "brand-dot-ai" }, diff --git a/package.json b/package.json index e4c8604..5004645 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.102", + "version": "1.0.103", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",