From fc6a19444c18c13a9cab11afad5175de8034c035 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 26 Feb 2020 10:14:16 +0200 Subject: [PATCH] Update Material Design Icons --- composer.json | 2 +- json/mdi.json | 29 ++++++++++++++++++++++------- package.json | 2 +- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index ff50ec4..92e8a3a 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.103", + "version": "1.1.104", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 20efca5..285100e 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -16618,7 +16618,7 @@ "parent": "boom-gate-up-outline" }, "arrow": { - "parent": "undo" + "parent": "undo-variant" }, "arrow-back": { "parent": "arrow-left" @@ -18421,7 +18421,7 @@ "parent": "cancel" }, "dentist": { - "parent": "toothbrush" + "parent": "toothbrush-paste" }, "departure-board": { "parent": "bus-clock" @@ -19714,7 +19714,7 @@ "parent": "pound-box-outline" }, "hd": { - "parent": "high-definition" + "parent": "high-definition-box" }, "hd-box": { "parent": "high-definition-box" @@ -20284,7 +20284,7 @@ "parent": "invert-colors-off" }, "invite": { - "parent": "account-plus-outline" + "parent": "account-plus" }, "invoice": { "parent": "receipt" @@ -22312,7 +22312,7 @@ "parent": "ocr" }, "oral-hygiene": { - "parent": "toothbrush" + "parent": "toothbrush-paste" }, "order-checkbox-ascending": { "parent": "order-bool-ascending-variant" @@ -23161,7 +23161,7 @@ "parent": "help-network-outline" }, "queue": { - "parent": "tray-remove" + "parent": "tray" }, "queue-music": { "parent": "playlist-music" @@ -23272,7 +23272,7 @@ "parent": "account-plus-outline" }, "registration-mark": { - "parent": "target" + "parent": "target-variant" }, "regular-expression": { "parent": "regex" @@ -23838,6 +23838,21 @@ "size-extra-extra-small": { "parent": "size-xxs" }, + "size-extra-large": { + "parent": "size-xl" + }, + "size-extra-small": { + "parent": "size-xs" + }, + "size-large": { + "parent": "size-l" + }, + "size-medium": { + "parent": "size-m" + }, + "size-small": { + "parent": "size-s" + }, "skew-decrease": { "parent": "skew-less" }, diff --git a/package.json b/package.json index 1273d11..d524f1e 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.103", + "version": "1.1.104", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",