From 21d426f88b8dbee172eb971717d672761ccb6553 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 14 Sep 2020 09:17:29 +0300 Subject: [PATCH] Update Material Design Icons, OpenMoji --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/mdi.json | 28 ++++++++++++++-------------- json/openmoji.json | 6 +++++- package.json | 2 +- 6 files changed, 23 insertions(+), 19 deletions(-) diff --git a/collections.json b/collections.json index 66e1ed0..68937fc 100644 --- a/collections.json +++ b/collections.json @@ -1110,7 +1110,7 @@ }, "openmoji": { "name": "OpenMoji", - "total": 3565, + "total": 3566, "author": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji", "license": "CC BY-SA 4.0", diff --git a/collections.md b/collections.md index 2e28a15..12866c4 100644 --- a/collections.md +++ b/collections.md @@ -639,7 +639,7 @@ ### OpenMoji -* Number of icons: 3565 +* Number of icons: 3566 * Author: OpenMoji * URL: https://github.com/hfg-gmuend/openmoji * License: CC BY-SA 4.0 diff --git a/composer.json b/composer.json index 32f5986..bec3cf5 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.222", + "version": "1.1.223", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 32637d4..03a3e6c 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -18513,7 +18513,7 @@ "parent": "boom-gate-up-outline" }, "arrow": { - "parent": "undo" + "parent": "undo-variant" }, "arrow-back": { "parent": "arrow-left" @@ -18816,7 +18816,7 @@ "parent": "audio-video-off" }, "award": { - "parent": "seal-variant" + "parent": "seal" }, "awning": { "parent": "storefront" @@ -21159,7 +21159,7 @@ "parent": "map-marker-circle" }, "extension": { - "parent": "toy-brick-search" + "parent": "toy-brick-plus" }, "extension-outline": { "parent": "puzzle-outline" @@ -22500,7 +22500,7 @@ "parent": "card-account-details-outline" }, "idea": { - "parent": "lightbulb" + "parent": "lightbulb-on-outline" }, "identification-card": { "parent": "card-account-details" @@ -22698,7 +22698,7 @@ "parent": "invert-colors-off" }, "invite": { - "parent": "account-plus-outline" + "parent": "account-plus" }, "invoice": { "parent": "receipt" @@ -22896,7 +22896,7 @@ "parent": "teach" }, "lego": { - "parent": "toy-brick-search" + "parent": "toy-brick-plus" }, "lens": { "parent": "circle" @@ -25494,7 +25494,7 @@ "parent": "power-socket-us" }, "plugin": { - "parent": "toy-brick-search" + "parent": "toy-brick-plus" }, "plus-circles-outline": { "parent": "plus-circle-multiple-outline" @@ -25647,7 +25647,7 @@ "parent": "transmission-tower" }, "pram": { - "parent": "baby-carriage" + "parent": "baby-buggy" }, "pram-off": { "parent": "baby-carriage-off" @@ -25689,7 +25689,7 @@ "parent": "printer-alert" }, "prize": { - "parent": "seal-variant" + "parent": "seal" }, "progress-spanner": { "parent": "progress-wrench" @@ -25773,7 +25773,7 @@ "parent": "help-network-outline" }, "queue": { - "parent": "tray" + "parent": "tray-remove" }, "queue-music": { "parent": "playlist-music" @@ -25890,7 +25890,7 @@ "parent": "account-plus-outline" }, "registration-mark": { - "parent": "target-variant" + "parent": "target" }, "regular-expression": { "parent": "regex" @@ -26826,7 +26826,7 @@ "parent": "radius-outline" }, "spicy": { - "parent": "chili-mild" + "parent": "chili-hot" }, "spicy-off": { "parent": "chili-off" @@ -26943,7 +26943,7 @@ "parent": "format-strikethrough-variant" }, "stroller": { - "parent": "baby-carriage" + "parent": "baby-buggy" }, "stroller-off": { "parent": "baby-carriage-off" @@ -28293,7 +28293,7 @@ "parent": "weather-rainy" }, "weather-storm": { - "parent": "weather-lightning" + "parent": "weather-lightning-rainy" }, "weather-thunder": { "parent": "weather-lightning" diff --git a/json/openmoji.json b/json/openmoji.json index b9ccf69..f328b36 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -2,7 +2,7 @@ "prefix": "openmoji", "info": { "name": "OpenMoji", - "total": 3565, + "total": 3566, "author": { "name": "OpenMoji", "url": "https://github.com/hfg-gmuend/openmoji" @@ -3453,6 +3453,9 @@ "horse-face": { "body": "" }, + "horse-jumping-hurdle": { + "body": "" + }, "horse-racing": { "body": "" }, @@ -11249,6 +11252,7 @@ "help-others", "hold", "home-button", + "horse-jumping-hurdle", "horse-riding", "hot-water-bottle", "ibeacon", diff --git a/package.json b/package.json index c640b2b..d703eb2 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.222", + "version": "1.1.223", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",