diff --git a/composer.json b/composer.json index 92e8a3a..4ae4b63 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.104", + "version": "1.1.105", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 285100e..fef3f8e 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -16618,7 +16618,7 @@ "parent": "boom-gate-up-outline" }, "arrow": { - "parent": "undo-variant" + "parent": "undo" }, "arrow-back": { "parent": "arrow-left" @@ -16852,7 +16852,7 @@ "parent": "paperclip" }, "audio": { - "parent": "volume-high" + "parent": "volume-medium" }, "audio-book": { "parent": "book-music" @@ -16915,7 +16915,7 @@ "parent": "seal" }, "awning": { - "parent": "storefront-outline" + "parent": "storefront" }, "azure": { "parent": "microsoft-azure" @@ -18421,7 +18421,7 @@ "parent": "cancel" }, "dentist": { - "parent": "toothbrush-paste" + "parent": "toothbrush" }, "departure-board": { "parent": "bus-clock" @@ -18937,7 +18937,7 @@ "parent": "map-marker-circle" }, "extension": { - "parent": "toy-brick" + "parent": "toy-brick-search" }, "extension-outline": { "parent": "puzzle-outline" @@ -19714,7 +19714,7 @@ "parent": "pound-box-outline" }, "hd": { - "parent": "high-definition-box" + "parent": "high-definition" }, "hd-box": { "parent": "high-definition-box" @@ -20452,7 +20452,7 @@ "parent": "teach" }, "lego": { - "parent": "toy-brick" + "parent": "toy-brick-search" }, "lens": { "parent": "circle" @@ -22312,7 +22312,7 @@ "parent": "ocr" }, "oral-hygiene": { - "parent": "toothbrush-paste" + "parent": "toothbrush" }, "order-checkbox-ascending": { "parent": "order-bool-ascending-variant" @@ -22903,7 +22903,7 @@ "parent": "power-socket-us" }, "plugin": { - "parent": "toy-brick" + "parent": "toy-brick-search" }, "plus-circles-outline": { "parent": "plus-circle-multiple-outline" @@ -23161,7 +23161,7 @@ "parent": "help-network-outline" }, "queue": { - "parent": "tray" + "parent": "tray-remove" }, "queue-music": { "parent": "playlist-music" @@ -23272,7 +23272,7 @@ "parent": "account-plus-outline" }, "registration-mark": { - "parent": "target-variant" + "parent": "target" }, "regular-expression": { "parent": "regex" @@ -23835,6 +23835,9 @@ "sine-wave": { "parent": "current-ac" }, + "size-extra-extra-large": { + "parent": "size-xxl" + }, "size-extra-extra-small": { "parent": "size-xxs" }, @@ -24115,7 +24118,7 @@ "parent": "radius-outline" }, "spicy": { - "parent": "chili-mild" + "parent": "chili-medium" }, "sql-foreign-key": { "parent": "key-link" @@ -25426,7 +25429,7 @@ "parent": "weather-rainy" }, "weather-storm": { - "parent": "weather-lightning" + "parent": "weather-lightning-rainy" }, "weather-thunder": { "parent": "weather-lightning" diff --git a/package.json b/package.json index d524f1e..b951e2a 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.104", + "version": "1.1.105", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",