From c434e712dc2785e4d69437a5b929d8c8c406bfff Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 12 Feb 2020 01:21:05 +0200 Subject: [PATCH] Update Material Design Icons --- composer.json | 2 +- json/mdi.json | 53 +++++++++++++++++++++++++++++++++++---------------- package.json | 2 +- 3 files changed, 39 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index f42f519..ec5270e 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.96", + "version": "1.1.97", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 6a55f52..e7e38e6 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -9011,6 +9011,9 @@ "language-typescript": { "body": "" }, + "language-xaml": { + "body": "" + }, "laptop": { "body": "" }, @@ -9864,7 +9867,7 @@ "body": "" }, "microsoft-office": { - "body": "" + "body": "" }, "microsoft-onedrive": { "body": "" @@ -15500,9 +15503,6 @@ "xamarin-outline": { "body": "" }, - "xaml": { - "body": "" - }, "xbox": { "body": "" }, @@ -16827,10 +16827,10 @@ "parent": "robot-industrial" }, "award": { - "parent": "seal" + "parent": "seal-variant" }, "awning": { - "parent": "storefront" + "parent": "storefront-outline" }, "azure": { "parent": "microsoft-azure" @@ -17904,7 +17904,7 @@ "parent": "update" }, "clock-warning": { - "parent": "clock-alert" + "parent": "clock-alert-outline" }, "clockwise": { "parent": "update" @@ -18330,16 +18330,16 @@ "parent": "cancel" }, "dentist": { - "parent": "toothbrush" + "parent": "toothbrush-electric" }, "departure-board": { "parent": "bus-clock" }, "dependencies": { - "parent": "graph" + "parent": "graph-outline" }, "dependency": { - "parent": "graph" + "parent": "graph-outline" }, "design": { "parent": "pencil-ruler" @@ -21218,15 +21218,33 @@ "microphone-remove": { "parent": "microphone-minus" }, + "microsoft-dot-net": { + "parent": "dot-net" + }, "microsoft-dynamics": { "parent": "microsoft-dynamics-365" }, + "microsoft-github": { + "parent": "github" + }, + "microsoft-minecraft": { + "parent": "minecraft" + }, + "microsoft-mixer": { + "parent": "mixer" + }, + "microsoft-skype": { + "parent": "skype" + }, "microsoft-xamarin": { "parent": "xamarin" }, "microsoft-xamarin-outline": { "parent": "xamarin-outline" }, + "microsoft-xaml": { + "parent": "language-xaml" + }, "microwave-oven": { "parent": "microwave" }, @@ -22149,7 +22167,7 @@ "parent": "ocr" }, "oral-hygiene": { - "parent": "toothbrush" + "parent": "toothbrush-electric" }, "order-checkbox-ascending": { "parent": "order-bool-ascending-variant" @@ -22911,7 +22929,7 @@ "parent": "printer-alert" }, "prize": { - "parent": "seal" + "parent": "seal-variant" }, "progress-spanner": { "parent": "progress-wrench" @@ -22950,7 +22968,7 @@ "parent": "head-cog-outline" }, "pub": { - "parent": "glass-mug-variant" + "parent": "glass-mug" }, "public": { "parent": "earth" @@ -22995,7 +23013,7 @@ "parent": "help-network-outline" }, "queue": { - "parent": "tray" + "parent": "tray-remove" }, "queue-music": { "parent": "playlist-music" @@ -23934,7 +23952,7 @@ "parent": "radius-outline" }, "spicy": { - "parent": "chili-mild" + "parent": "chili-hot" }, "sql-foreign-key": { "parent": "key-link" @@ -25409,6 +25427,9 @@ "writing-system-thai": { "parent": "abugida-thai" }, + "xaml": { + "parent": "language-xaml" + }, "xbox-controller-battery-warning": { "parent": "xbox-controller-battery-alert" }, @@ -28109,7 +28130,7 @@ "f670": "file-restore", "f671": "language-c", "f672": "language-cpp", - "f673": "xaml", + "f673": "language-xaml", "f674": "bandcamp", "f675": "credit-card-plus-outline", "f676": "pot-mix-outline", diff --git a/package.json b/package.json index 1471861..aebf3f8 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.96", + "version": "1.1.97", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",