diff --git a/collections.json b/collections.json index bb2abc4..af84a22 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 3787, + "total": 3794, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "OFL-1.1", @@ -722,7 +722,7 @@ "user", "lane-insert-above" ], - "version": "0.8.0", + "version": "0.9.0", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index ff22c03..095c66a 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 3787 +* Number of icons: 3794 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: OFL-1.1 @@ -421,7 +421,7 @@ * URL: https://github.com/bpmn-io/bpmn-font * License: Open Font License * License URL: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL -* Version: 0.8.0 +* Version: 0.9.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 2206eb8..525ad71 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.108", + "version": "1.0.109", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 45e8b6e..f50c3c9 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -98,7 +98,7 @@ "body": "" }, "account-group": { - "body": "" + "body": "" }, "account-group-outline": { "body": "" @@ -141,16 +141,16 @@ "body": "" }, "account-multiple-minus-outline": { - "body": "" + "body": "" }, "account-multiple-outline": { - "body": "" + "body": "" }, "account-multiple-plus": { "body": "" }, "account-multiple-plus-outline": { - "body": "" + "body": "" }, "account-network": { "body": "" @@ -2684,6 +2684,9 @@ "cellphone-message": { "body": "" }, + "cellphone-nfc": { + "body": "" + }, "cellphone-off": { "body": "" }, @@ -3025,6 +3028,9 @@ "circle-edit-outline": { "body": "" }, + "circle-expand": { + "body": "" + }, "circle-medium": { "body": "" }, @@ -3597,6 +3603,9 @@ "cow": { "body": "" }, + "cowboy": { + "body": "" + }, "crane": { "body": "" }, @@ -3744,6 +3753,9 @@ "currency-php": { "body": "" }, + "currency-rial": { + "body": "" + }, "currency-rub": { "body": "" }, @@ -8756,6 +8768,9 @@ "radioactive": { "body": "" }, + "radioactive-off": { + "body": "" + }, "radiobox-blank": { "body": "" }, @@ -9004,6 +9019,9 @@ "body": "" }, "rotate-3d": { + "body": "" + }, + "rotate-3d-variant": { "body": "" }, "rotate-left": { @@ -10281,6 +10299,9 @@ "television-off": { "body": "" }, + "television-play": { + "body": "" + }, "temperature-celsius": { "body": "" }, diff --git a/package.json b/package.json index 4224db6..ffd3916 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.108", + "version": "1.0.109", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",