From 24a0cbb2764dee26c3f34b109b61c04cce7ca0a7 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 24 Jun 2019 10:53:08 +0300 Subject: [PATCH] Update Material Design Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/mdi.json | 44 +++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 5 files changed, 47 insertions(+), 5 deletions(-) diff --git a/collections.json b/collections.json index e6a2126..72dd02c 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 3838, + "total": 3852, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "OFL-1.1", diff --git a/collections.md b/collections.md index 3dbc98e..e8218c4 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 3838 +* Number of icons: 3852 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: OFL-1.1 diff --git a/composer.json b/composer.json index d0a5788..d1b8caf 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.122", + "version": "1.0.123", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index c2d1443..fb2be29 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -4363,9 +4363,27 @@ "email-mark-as-unread": { "body": "" }, + "email-minus": { + "body": "" + }, + "email-minus-outline": { + "body": "" + }, + "email-multiple": { + "body": "" + }, + "email-multiple-outline": { + "body": "" + }, "email-open": { "body": "" }, + "email-open-multiple": { + "body": "" + }, + "email-open-multiple-outline": { + "body": "" + }, "email-open-outline": { "body": "" }, @@ -4632,7 +4650,7 @@ "body": "" }, "facebook-messenger": { - "body": "" + "body": "" }, "facebook-workplace": { "body": "" @@ -7165,9 +7183,21 @@ "map-marker-plus": { "body": "" }, + "map-marker-question": { + "body": "" + }, + "map-marker-question-outline": { + "body": "" + }, "map-marker-radius": { "body": "" }, + "map-marker-remove": { + "body": "" + }, + "map-marker-remove-variant": { + "body": "" + }, "map-minus": { "body": "" }, @@ -7669,6 +7699,12 @@ "newspaper": { "body": "" }, + "newspaper-minus": { + "body": "" + }, + "newspaper-plus": { + "body": "" + }, "nfc": { "body": "" }, @@ -9163,6 +9199,9 @@ "rss-box": { "body": "" }, + "rss-off": { + "body": "" + }, "ruby": { "body": "" }, @@ -11212,6 +11251,9 @@ "voice": { "body": "" }, + "voice-off": { + "body": "" + }, "voicemail": { "body": "" }, diff --git a/package.json b/package.json index 61eb8f7..881b4c1 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.122", + "version": "1.0.123", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",