From 9a32b4ae8d8428e788232d00f37338655b32b603 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 28 Apr 2019 10:17:17 +0300 Subject: [PATCH] Update Material Design Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/mdi.json | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 5 files changed, 70 insertions(+), 4 deletions(-) diff --git a/collections.json b/collections.json index 11ec8bb..a76e78b 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 3743, + "total": 3765, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "OFL-1.1", diff --git a/collections.md b/collections.md index 0d10e1c..3639841 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 3743 +* Number of icons: 3765 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: OFL-1.1 diff --git a/composer.json b/composer.json index 8b4b07c..e10aac7 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.100", + "version": "1.0.101", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index aa80dc4..6bf6c1b 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -1201,6 +1201,9 @@ "atom": { "body": "" }, + "atom-variant": { + "body": "" + }, "attachment": { "body": "" }, @@ -1354,6 +1357,9 @@ "bank-minus": { "body": "" }, + "bank-outline": { + "body": "" + }, "bank-plus": { "body": "" }, @@ -2726,6 +2732,12 @@ "chart-timeline": { "body": "" }, + "chart-timeline-variant": { + "body": "" + }, + "chart-tree": { + "body": "" + }, "chat": { "body": "" }, @@ -3450,6 +3462,15 @@ "contact-mail": { "body": "" }, + "contact-mail-outline": { + "body": "" + }, + "contact-phone": { + "body": "" + }, + "contact-phone-outline": { + "body": "" + }, "contactless-payment": { "body": "" }, @@ -4203,6 +4224,12 @@ "elevator": { "body": "" }, + "ellipse": { + "body": "" + }, + "ellipse-outline": { + "body": "" + }, "email": { "body": "" }, @@ -4356,6 +4383,12 @@ "equal-box": { "body": "" }, + "equalizer": { + "body": "" + }, + "equalizer-outline": { + "body": "" + }, "eraser": { "body": "" }, @@ -4579,6 +4612,12 @@ "file-document-box": { "body": "" }, + "file-document-box-minus": { + "body": "" + }, + "file-document-box-minus-outline": { + "body": "" + }, "file-document-box-multiple": { "body": "" }, @@ -4588,6 +4627,24 @@ "file-document-box-outline": { "body": "" }, + "file-document-box-plus": { + "body": "" + }, + "file-document-box-plus-outline": { + "body": "" + }, + "file-document-box-remove": { + "body": "" + }, + "file-document-box-remove-outline": { + "body": "" + }, + "file-document-box-search": { + "body": "" + }, + "file-document-box-search-outline": { + "body": "" + }, "file-document-edit": { "body": "" }, @@ -5266,6 +5323,9 @@ "body": "", "hidden": true }, + "format-list-triangle": { + "body": "" + }, "format-page-break": { "body": "" }, @@ -5506,6 +5566,9 @@ "gas-station": { "body": "" }, + "gas-station-outline": { + "body": "" + }, "gate": { "body": "" }, @@ -5782,6 +5845,9 @@ "google-plus-box": { "body": "" }, + "google-podcast": { + "body": "" + }, "google-spreadsheet": { "body": "" }, diff --git a/package.json b/package.json index 2fb65c3..83580d7 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.100", + "version": "1.0.101", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",