From 095ede5eab986ed5df999e54f7e9e4bbbdc6c646 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 17 Dec 2019 10:39:37 +0200 Subject: [PATCH] Update Material Design Icons --- composer.json | 2 +- json/mdi.json | 8 +++++++- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 06c2666..a9603a9 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.53", + "version": "1.1.54", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index d34ff69..ccc4b41 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -15907,7 +15907,7 @@ "parent": "bank-plus" }, "bar": { - "parent": "glass-wine" + "parent": "glass-tulip" }, "bar-chart": { "parent": "poll" @@ -17232,6 +17232,12 @@ "departure-board": { "parent": "bus-clock" }, + "dependencies": { + "parent": "graph" + }, + "dependency": { + "parent": "graph" + }, "desktop-windows": { "parent": "monitor" }, diff --git a/package.json b/package.json index 2b88c1f..1cfd04d 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.53", + "version": "1.1.54", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",