From ff112fa7521164daaa20a205c8ecf863b818bcb6 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 12 Oct 2019 11:22:32 +0300 Subject: [PATCH] Update Material Design Icons --- composer.json | 2 +- json/mdi.json | 33 ++++++++++++++++++++++++++------- package.json | 2 +- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 1b88e55f..a5695142 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.6", + "version": "1.1.7", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index d17569d6..5ea869da 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -167,25 +167,25 @@ "body": "" }, "account-multiple": { - "body": "" + "body": "" }, "account-multiple-check": { - "body": "" + "body": "" }, "account-multiple-minus": { - "body": "" + "body": "" }, "account-multiple-minus-outline": { - "body": "" + "body": "" }, "account-multiple-outline": { - "body": "" + "body": "" }, "account-multiple-plus": { - "body": "" + "body": "" }, "account-multiple-plus-outline": { - "body": "" + "body": "" }, "account-network": { "body": "" @@ -14384,6 +14384,9 @@ "add-shopping-cart": { "parent": "cart-plus" }, + "add-thick": { + "parent": "plus-thick" + }, "add-to-photos": { "parent": "plus-box-multiple" }, @@ -16463,6 +16466,9 @@ "control-point-duplicate": { "parent": "plus-circle-multiple-outline" }, + "cook": { + "parent": "chef-hat" + }, "cooker": { "parent": "stove" }, @@ -18944,6 +18950,9 @@ "local-mall": { "parent": "shopping" }, + "local-mall-outline": { + "parent": "shopping-outline" + }, "local-movies": { "parent": "filmstrip" }, @@ -19151,6 +19160,12 @@ "marker-tick": { "parent": "marker-check" }, + "marketplace": { + "parent": "shopping" + }, + "marketplace-outline": { + "parent": "shopping-outline" + }, "markunread": { "parent": "email" }, @@ -22313,6 +22328,9 @@ "tooltip-user": { "parent": "tooltip-account" }, + "toque": { + "parent": "chef-hat" + }, "torch": { "parent": "flashlight" }, @@ -30592,6 +30610,7 @@ "plus-box-outline", "plus-minus", "plus-minus-box", + "plus-thick", "radius", "radius-outline", "sigma", diff --git a/package.json b/package.json index 80212cd7..5a0c29bb 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.6", + "version": "1.1.7", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",