From f5aad340bf2bd1307db873ccb824f23c1c534b70 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 4 May 2021 08:46:21 +0300 Subject: [PATCH] Update Akar Icons, Simple Icons --- collections.json | 6 +++--- collections.md | 6 +++--- composer.json | 2 +- json/akar-icons.json | 2 +- json/simple-icons.json | 23 +++++++++++++++++++---- package.json | 2 +- 6 files changed, 28 insertions(+), 13 deletions(-) diff --git a/collections.json b/collections.json index e0a67f3..99dd930 100644 --- a/collections.json +++ b/collections.json @@ -630,7 +630,7 @@ "pencil", "location" ], - "version": "1.3.3", + "version": "1.3.4", "palette": "Colorless", "category": "General" }, @@ -1375,7 +1375,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 1908, + "total": 1913, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -1386,7 +1386,7 @@ "bing", "amazonaws" ], - "version": "4.21.0", + "version": "4.22.0", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index 89bfc23..12b48a2 100644 --- a/collections.md +++ b/collections.md @@ -358,7 +358,7 @@ * URL: https://github.com/artcoholic/akar-icons * License: MIT * License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE -* Version: 1.3.3 +* Version: 1.3.4 * Palette: Colorless @@ -793,12 +793,12 @@ ### Simple Icons -* Number of icons: 1908 +* Number of icons: 1913 * 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: 4.21.0 +* Version: 4.22.0 * Palette: Colorless diff --git a/composer.json b/composer.json index c0843d3..b9a7359 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.337", + "version": "1.1.338", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/akar-icons.json b/json/akar-icons.json index fd88074..165c726 100644 --- a/json/akar-icons.json +++ b/json/akar-icons.json @@ -12,7 +12,7 @@ "spdx": "MIT", "url": "https://github.com/artcoholic/akar-icons/blob/master/LICENSE" }, - "version": "1.3.3", + "version": "1.3.4", "samples": [ "paper", "pencil", diff --git a/json/simple-icons.json b/json/simple-icons.json index 4823a74..986c0de 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 1908, + "total": 1913, "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": "4.21.0", + "version": "4.22.0", "samples": [ "adobephotoshop", "bing", @@ -495,6 +495,9 @@ "askfm": { "body": "" }, + "askubuntu": { + "body": "" + }, "assemblyscript": { "body": "" }, @@ -1763,7 +1766,7 @@ "body": "" }, "flickr": { - "body": "" + "body": "" }, "flipboard": { "body": "" @@ -2847,7 +2850,7 @@ "body": "" }, "letsencrypt": { - "body": "" + "body": "" }, "letterboxd": { "body": "" @@ -4266,9 +4269,15 @@ "roamresearch": { "body": "" }, + "roblox": { + "body": "" + }, "robotframework": { "body": "" }, + "rocket-dot-chat": { + "body": "" + }, "roku": { "body": "" }, @@ -4401,6 +4410,9 @@ "scrimba": { "body": "" }, + "scrollreveal": { + "body": "" + }, "scrumalliance": { "body": "" }, @@ -4972,6 +4984,9 @@ "teespring": { "body": "" }, + "tekton": { + "body": "" + }, "tele5": { "body": "" }, diff --git a/package.json b/package.json index ccfe0f1..1bd5132 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.337", + "version": "1.1.338", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",