diff --git a/collections.json b/collections.json index 261f6d7..26483d8 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 5495, + "total": 5496, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", @@ -207,7 +207,7 @@ "humidity", "edit-off" ], - "version": "10.14.0", + "version": "10.15.0-rc.0", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index 76bae7b..6742751 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 5495 +* Number of icons: 5496 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License @@ -118,7 +118,7 @@ * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons * License: Apache 2.0 -* Version: 10.14.0 +* Version: 10.15.0-rc.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 85042fd..04db62c 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.197", + "version": "1.1.198", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/carbon.json b/json/carbon.json index a5e43fd..3394028 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -11,7 +11,7 @@ "title": "Apache 2.0", "spdx": "Apache-2.0" }, - "version": "10.14.0", + "version": "10.15.0-rc.0", "samples": [ "user-certification", "humidity", diff --git a/json/mdi.json b/json/mdi.json index 06034e2..a5914d8 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 5495, + "total": 5496, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -9506,6 +9506,9 @@ "khanda": { "body": "" }, + "kho-kho": { + "body": "" + }, "kickstarter": { "body": "" }, @@ -18255,7 +18258,7 @@ "parent": "paperclip" }, "audio": { - "parent": "volume-medium" + "parent": "volume-low" }, "audio-book": { "parent": "book-music" @@ -18324,7 +18327,7 @@ "parent": "seal" }, "awning": { - "parent": "storefront" + "parent": "storefront-outline" }, "azure": { "parent": "microsoft-azure" @@ -18360,7 +18363,7 @@ "parent": "baguette" }, "ban": { - "parent": "file-cancel" + "parent": "file-cancel-outline" }, "band-aid": { "parent": "bandage" @@ -20553,7 +20556,7 @@ "parent": "map-marker-circle" }, "extension": { - "parent": "toy-brick" + "parent": "toy-brick-search" }, "extension-outline": { "parent": "puzzle-outline" @@ -21003,7 +21006,7 @@ "parent": "shoe-print" }, "forbid": { - "parent": "file-cancel" + "parent": "file-cancel-outline" }, "foreign-key": { "parent": "key-link" @@ -21828,7 +21831,7 @@ "parent": "card-account-details-outline" }, "idea": { - "parent": "lightbulb" + "parent": "lightbulb-outline" }, "identification-card": { "parent": "card-account-details" @@ -21963,7 +21966,7 @@ "parent": "invert-colors-off" }, "invite": { - "parent": "account-plus" + "parent": "account-plus-outline" }, "invoice": { "parent": "receipt" @@ -22155,7 +22158,7 @@ "parent": "teach" }, "lego": { - "parent": "toy-brick" + "parent": "toy-brick-search" }, "lens": { "parent": "circle" @@ -22665,7 +22668,7 @@ "parent": "lan-pending" }, "local-atm": { - "parent": "cash-usd-outline" + "parent": "cash-usd" }, "local-attraction": { "parent": "ticket" @@ -23238,7 +23241,7 @@ "parent": "currency-usd-off" }, "money-usd": { - "parent": "cash-usd-outline" + "parent": "cash-usd" }, "monitor-mobile-phone": { "parent": "monitor-cellphone" @@ -24693,7 +24696,7 @@ "parent": "power-socket-us" }, "plugin": { - "parent": "toy-brick" + "parent": "toy-brick-search" }, "plus-circles-outline": { "parent": "plus-circle-multiple-outline" @@ -24879,7 +24882,7 @@ "parent": "printer-pos" }, "printer-preview": { - "parent": "printer-search" + "parent": "printer-eye" }, "printer-view": { "parent": "printer-eye" @@ -25431,7 +25434,7 @@ "parent": "set-left-right" }, "settings": { - "parent": "cog" + "parent": "cogs" }, "settings-applications": { "parent": "cog-box" @@ -26582,6 +26585,9 @@ "tm": { "parent": "trademark" }, + "to-do": { + "parent": "format-list-checks" + }, "toc": { "parent": "table-of-contents" }, @@ -33215,7 +33221,8 @@ "f1574": "key-chain", "f1575": "key-chain-variant", "f1576": "lamps", - "f1577": "application-cog" + "f1577": "application-cog", + "f1578": "kho-kho" }, "categories": { "Account / User": [ diff --git a/package.json b/package.json index 3498f96..a04e04b 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.197", + "version": "1.1.198", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",