From ff1555c2b1e4804fd958ce9a256891410de20fe1 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 1 Apr 2020 09:22:37 +0300 Subject: [PATCH] Update Material Design Icons, OpenMoji --- composer.json | 2 +- json/mdi.json | 21 ++++++++++++--------- json/openmoji.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index ce55b91..3b72ce0 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.123", + "version": "1.1.124", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 98c644e..721cb80 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -17208,7 +17208,7 @@ "parent": "seal" }, "awning": { - "parent": "storefront" + "parent": "storefront-outline" }, "azure": { "parent": "microsoft-azure" @@ -17424,7 +17424,7 @@ "parent": "microsoft-bing" }, "birthday-cake": { - "parent": "cake" + "parent": "cake-variant" }, "biscuit": { "parent": "cookie" @@ -18294,7 +18294,7 @@ "parent": "update" }, "clock-warning": { - "parent": "clock-alert" + "parent": "clock-alert-outline" }, "clockwise": { "parent": "update" @@ -18681,7 +18681,7 @@ "parent": "face-agent" }, "cycling": { - "parent": "bike" + "parent": "bicycle" }, "dad": { "parent": "human-male-girl" @@ -20604,7 +20604,7 @@ "parent": "receipt" }, "irrigation": { - "parent": "sprinkler-variant" + "parent": "sprinkler" }, "italian-lights": { "parent": "string-lights" @@ -21276,7 +21276,7 @@ "parent": "lan-pending" }, "local-atm": { - "parent": "cash-usd" + "parent": "cash-usd-outline" }, "local-attraction": { "parent": "ticket" @@ -21825,7 +21825,7 @@ "parent": "currency-usd-off" }, "money-usd": { - "parent": "cash-usd" + "parent": "cash-usd-outline" }, "monitor-mobile-phone": { "parent": "monitor-cellphone" @@ -23493,7 +23493,7 @@ "parent": "help-network-outline" }, "queue": { - "parent": "tray-plus" + "parent": "tray" }, "queue-music": { "parent": "playlist-music" @@ -23670,7 +23670,7 @@ "parent": "alert" }, "reschedule": { - "parent": "calendar-arrow-left" + "parent": "calendar-arrow-right" }, "resize-horizontal": { "parent": "arrow-split-vertical" @@ -24536,6 +24536,9 @@ "stopwatch-outline": { "parent": "timer-outline" }, + "storage": { + "parent": "server" + }, "store-mall-directory": { "parent": "store" }, diff --git a/json/openmoji.json b/json/openmoji.json index 0dc0206..4ac51dc 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2298,7 +2298,7 @@ "body": "" }, "flag-hong-kong-sar-china": { - "body": "" + "body": "" }, "flag-hungary": { "body": "" diff --git a/package.json b/package.json index 38f4a8c..52ed702 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.123", + "version": "1.1.124", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",