From f3f4b3dc177e0d92c4877c13fb1dcf15dd874b69 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 19 Jun 2019 09:14:14 +0300 Subject: [PATCH] Update Material Design Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/mdi.json | 50 +++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 5 files changed, 49 insertions(+), 9 deletions(-) diff --git a/collections.json b/collections.json index 1cce95e..57a4c54 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 3813, + "total": 3825, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "OFL-1.1", diff --git a/collections.md b/collections.md index eb9e99d..efd81eb 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 3813 +* Number of icons: 3825 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: OFL-1.1 diff --git a/composer.json b/composer.json index a7cd358..761f6a7 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.119", + "version": "1.0.120", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index f439881..9329cfc 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -17,7 +17,8 @@ "body": "" }, "account-alert-outline": { - "body": "" + "body": "", + "hidden": true }, "account-arrow-left": { "body": "" @@ -1318,6 +1319,12 @@ "backspace-outline": { "body": "" }, + "backspace-reverse": { + "body": "" + }, + "backspace-reverse-outline": { + "body": "" + }, "backup-restore": { "body": "" }, @@ -2732,6 +2739,9 @@ "chart-areaspline": { "body": "" }, + "chart-areaspline-variant": { + "body": "" + }, "chart-bar": { "body": "" }, @@ -2774,7 +2784,7 @@ "chart-scatter-plot": { "body": "" }, - "chart-scatterplot-hexbin": { + "chart-scatter-plot-hexbin": { "body": "" }, "chart-timeline": { @@ -4134,6 +4144,9 @@ "dolby": { "body": "" }, + "dolly": { + "body": "" + }, "domain": { "body": "" }, @@ -4909,6 +4922,9 @@ "fingerprint": { "body": "" }, + "fingerprint-off": { + "body": "" + }, "fire": { "body": "" }, @@ -5626,6 +5642,12 @@ "gamepad-round-up": { "body": "" }, + "gamepad-square": { + "body": "" + }, + "gamepad-square-outline": { + "body": "" + }, "gamepad-up": { "body": "" }, @@ -6240,6 +6262,9 @@ "home-alert": { "body": "" }, + "home-analytics": { + "body": "" + }, "home-assistant": { "body": "" }, @@ -7029,6 +7054,9 @@ "magnify-plus-outline": { "body": "" }, + "mail": { + "body": "" + }, "mail-ru": { "body": "" }, @@ -9171,6 +9199,12 @@ "scanner-off": { "body": "" }, + "scatter-plot": { + "body": "" + }, + "scatter-plot-outline": { + "body": "" + }, "school": { "body": "" }, @@ -9290,6 +9324,9 @@ "seed-outline": { "body": "" }, + "segment": { + "body": "" + }, "select": { "body": "" }, @@ -10981,6 +11018,9 @@ "video-3d": { "body": "" }, + "video-3d-variant": { + "body": "" + }, "video-4k-box": { "body": "" }, @@ -12499,6 +12539,9 @@ "chart-finance": { "parent": "finance" }, + "chart-scatterplot-hexbin": { + "parent": "chart-scatter-plot-hexbin" + }, "chat-bubble": { "parent": "message" }, @@ -14248,9 +14291,6 @@ "magic": { "parent": "auto-fix" }, - "mail": { - "parent": "email" - }, "mail-outline": { "parent": "email-outline" }, diff --git a/package.json b/package.json index 357c43b..075e2fc 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.119", + "version": "1.0.120", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",