From 37cf309de40287135fc30b9264d089624c0577a9 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 19 Dec 2019 09:45:32 +0200 Subject: [PATCH] Update Material Design Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/mdi.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 5 files changed, 54 insertions(+), 6 deletions(-) diff --git a/collections.json b/collections.json index cfcb4be..b0d41f2 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4821, + "total": 4830, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index b7c83ef..edca184 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4821 +* Number of icons: 4830 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index 32f911f..d6e327b 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.55", + "version": "1.1.56", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 3c787ae..e07e4b2 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4821, + "total": 4830, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -3240,6 +3240,9 @@ "cellphone-nfc": { "body": "" }, + "cellphone-nfc-off": { + "body": "" + }, "cellphone-off": { "body": "" }, @@ -3948,7 +3951,10 @@ "body": "" }, "cloud-sync": { - "body": "" + "body": "" + }, + "cloud-sync-outline": { + "body": "" }, "cloud-tags": { "body": "" @@ -7333,6 +7339,9 @@ "glasses": { "body": "" }, + "globe-light": { + "body": "" + }, "globe-model": { "body": "" }, @@ -8623,6 +8632,12 @@ "leaf-maple": { "body": "" }, + "leaf-maple-off": { + "body": "" + }, + "leaf-off": { + "body": "" + }, "leak": { "body": "" }, @@ -9002,6 +9017,12 @@ "map-marker-down": { "body": "" }, + "map-marker-left": { + "body": "" + }, + "map-marker-left-outline": { + "body": "" + }, "map-marker-minus": { "body": "" }, @@ -9038,6 +9059,12 @@ "map-marker-remove-variant": { "body": "" }, + "map-marker-right": { + "body": "" + }, + "map-marker-right-outline": { + "body": "" + }, "map-marker-up": { "body": "" }, @@ -24849,6 +24876,15 @@ "f02ff": "garage-open-variant", "f030": "amplifier", "f0300": "garage-alert-variant", + "f0301": "cloud-sync-outline", + "f0302": "globe-light", + "f0303": "cellphone-nfc-off", + "f0304": "leaf-off", + "f0305": "leaf-maple-off", + "f0306": "map-marker-left", + "f0307": "map-marker-right", + "f0308": "map-marker-left-outline", + "f0309": "map-marker-right-outline", "f031": "anchor", "f032": "android", "f033": "android-debug-bridge", @@ -30117,8 +30153,11 @@ "cellphone-link-off", "cellphone-lock", "cellphone-message", + "cellphone-message-off", "cellphone-nfc", + "cellphone-nfc-off", "cellphone-off", + "cellphone-play", "cellphone-screenshot", "cellphone-settings", "cellphone-settings-variant", @@ -30248,6 +30287,7 @@ "cloud-search", "cloud-search-outline", "cloud-sync", + "cloud-sync-outline", "cloud-tags", "cloud-upload", "cloud-upload-outline", @@ -31410,6 +31450,7 @@ "gate-arrow-right", "gate-open", "gauge", + "globe-light", "home", "home-account", "home-alert", @@ -31906,6 +31947,8 @@ "ladybug", "leaf", "leaf-maple", + "leaf-maple-off", + "leaf-off", "mushroom", "mushroom-outline", "nature", @@ -31954,8 +31997,11 @@ "map-marker-circle", "map-marker-distance", "map-marker-down", + "map-marker-left", + "map-marker-left-outline", "map-marker-minus", "map-marker-multiple", + "map-marker-multiple-outline", "map-marker-off", "map-marker-outline", "map-marker-path", @@ -31965,6 +32011,8 @@ "map-marker-radius", "map-marker-remove", "map-marker-remove-variant", + "map-marker-right", + "map-marker-right-outline", "map-marker-up", "map-minus", "map-outline", diff --git a/package.json b/package.json index 69d2e9d..be0d3ff 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.55", + "version": "1.1.56", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",