diff --git a/collections.json b/collections.json index 40c027e..b30c823 100644 --- a/collections.json +++ b/collections.json @@ -217,7 +217,7 @@ "url": "https://github.com/mapbox/maki", "license": "CC0", "licenseURL": "http://creativecommons.org/publicdomain/zero/1.0/", - "version": "5.0.0", + "version": "6.0.0", "palette": "Colorless", "category": "General" }, @@ -500,12 +500,12 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 504, + "total": 508, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", "licenseURL": "https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md", - "version": "1.9.14", + "version": "1.9.15", "palette": "Colorless", "category": "Thematic" }, diff --git a/collections.md b/collections.md index 29eea97..8783bfd 100644 --- a/collections.md +++ b/collections.md @@ -219,7 +219,7 @@ * URL: https://github.com/mapbox/maki * License: CC0 * License URL: http://creativecommons.org/publicdomain/zero/1.0/ -* Version: 5.0.0 +* Version: 6.0.0 * Palette: Colorless * Category: General @@ -502,12 +502,12 @@ ### Simple Icons -* Number of icons: 504 +* Number of icons: 508 * 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.14 +* Version: 1.9.15 * Palette: Colorless * Category: Thematic diff --git a/composer.json b/composer.json index c1c57d4..36fbc7f 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.27", + "version": "1.0.28", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/maki.json b/json/maki.json index b3f37a8..f0df1b0 100644 --- a/json/maki.json +++ b/json/maki.json @@ -33,10 +33,10 @@ "width": 15, "height": 15 }, - "america-football-11": { + "american-football-11": { "body": "" }, - "america-football-15": { + "american-football-15": { "body": "", "width": 15, "height": 15 @@ -345,18 +345,18 @@ "width": 15, "height": 15 }, - "confectionary-11": { + "confectionery-11": { "body": "" }, - "confectionary-15": { + "confectionery-15": { "body": "", "width": 15, "height": 15 }, - "convenience-store-11": { + "convenience-11": { "body": "" }, - "convenience-store-15": { + "convenience-15": { "body": "", "width": 15, "height": 15 @@ -505,10 +505,10 @@ "width": 15, "height": 15 }, - "fitness-center-11": { + "fitness-centre-11": { "body": "" }, - "fitness-center-15": { + "fitness-centre-15": { "body": "", "width": 15, "height": 15 @@ -553,10 +553,10 @@ "width": 15, "height": 15 }, - "garden-center-11": { + "garden-centre-11": { "body": "" }, - "garden-center-15": { + "garden-centre-15": { "body": "", "width": 15, "height": 15 @@ -1411,12 +1411,42 @@ } }, "aliases": { + "america-football-11": { + "parent": "american-football-11" + }, + "america-football-15": { + "parent": "american-football-15" + }, "buddhism-11": { "parent": "religious-buddhist-11" }, "buddhism-15": { "parent": "religious-buddhist-15" }, + "confectionary-11": { + "parent": "confectionery-11" + }, + "confectionary-15": { + "parent": "confectionery-15" + }, + "convenience-store-11": { + "parent": "convenience-11" + }, + "convenience-store-15": { + "parent": "convenience-15" + }, + "fitness-center-11": { + "parent": "fitness-centre-11" + }, + "fitness-center-15": { + "parent": "fitness-centre-15" + }, + "garden-center-11": { + "parent": "garden-centre-11" + }, + "garden-center-15": { + "parent": "garden-centre-15" + }, "jewelry-11": { "parent": "jewelry-store-11" }, diff --git a/json/simple-icons.json b/json/simple-icons.json index 7294fb1..39ef18c 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -386,6 +386,9 @@ "everplaces": { "body": "" }, + "expertsexchange": { + "body": "" + }, "f-secure": { "body": "" }, @@ -554,6 +557,9 @@ "hackerrank": { "body": "" }, + "hackhands": { + "body": "" + }, "hackster": { "body": "" }, @@ -563,6 +569,9 @@ "hatenabookmark": { "body": "" }, + "here": { + "body": "" + }, "heroku": { "body": "" }, @@ -665,6 +674,9 @@ "json": { "body": "" }, + "jupyter": { + "body": "" + }, "justgiving": { "body": "" }, diff --git a/package.json b/package.json index 15bf7b6..b854db6 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.27", + "version": "1.0.28", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js" } \ No newline at end of file