From a9d28c5b485bad72a0c1452eea844caa52599b15 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 17 Oct 2019 09:29:38 +0300 Subject: [PATCH] Update Material Design Icons --- composer.json | 2 +- json/mdi.json | 16 ++++++++++++++-- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 99df2cc..196efa4 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.12", + "version": "1.1.13", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index bb2f68f..5beaba3 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -15363,7 +15363,7 @@ "parent": "baguette" }, "ban": { - "parent": "file-cancel" + "parent": "file-cancel-outline" }, "band-aid": { "parent": "bandage" @@ -17517,7 +17517,7 @@ "parent": "shoe-print" }, "forbid": { - "parent": "file-cancel" + "parent": "file-cancel-outline" }, "foreign-key": { "parent": "key-link" @@ -21095,6 +21095,18 @@ "raspberrypi": { "parent": "raspberry-pi" }, + "raster": { + "parent": "checkerboard" + }, + "raster-minus": { + "parent": "checkerboard-minus" + }, + "raster-plus": { + "parent": "checkerboard-plus" + }, + "raster-remove": { + "parent": "checkerboard-remove" + }, "rate-review": { "parent": "message-draw" }, diff --git a/package.json b/package.json index 67f6556..d1214fb 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.12", + "version": "1.1.13", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",