From 77ea418413245cc41f7b8b6b651c23d6063eca43 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 23 Nov 2019 11:25:23 +0200 Subject: [PATCH] Update Material Design Icons --- composer.json | 2 +- json/mdi.json | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 261570d..19ab86b 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.35", + "version": "1.1.36", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 36ac2f3..efcc938 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -19805,6 +19805,9 @@ "mountain": { "parent": "image-filter-hdr" }, + "move-from-inbox": { + "parent": "inbox-arrow-up" + }, "move-to-inbox": { "parent": "inbox-arrow-down" }, diff --git a/package.json b/package.json index a3e1f98..5dcc987 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.35", + "version": "1.1.36", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",