diff --git a/collections.json b/collections.json index 10d3e00..e6a2126 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 3825, + "total": 3838, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "OFL-1.1", @@ -94,7 +94,7 @@ "ios-bicycle", "md-person-add" ], - "version": "4.5.9-1", + "version": "4.5.10-1", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index 2f6a2f3..3dbc98e 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 3825 +* Number of icons: 3838 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: OFL-1.1 @@ -54,7 +54,7 @@ * URL: https://github.com/driftyco/ionicons * License: MIT * License URL: https://github.com/driftyco/ionicons/blob/master/LICENSE -* Version: 4.5.9-1 +* Version: 4.5.10-1 * Palette: Colorless diff --git a/composer.json b/composer.json index 615dc7b..d0a5788 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.0.121", + "version": "1.0.122", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 9329cfc..c2d1443 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -1061,6 +1061,12 @@ "arrow-left-drop-circle-outline": { "body": "" }, + "arrow-left-right": { + "body": "" + }, + "arrow-left-right-bold": { + "body": "" + }, "arrow-left-right-bold-outline": { "body": "" }, @@ -1121,6 +1127,12 @@ "arrow-top-left-bold-outline": { "body": "" }, + "arrow-top-left-bottom-right": { + "body": "" + }, + "arrow-top-left-bottom-right-bold": { + "body": "" + }, "arrow-top-left-thick": { "body": "" }, @@ -1130,6 +1142,12 @@ "arrow-top-right-bold-outline": { "body": "" }, + "arrow-top-right-bottom-left": { + "body": "" + }, + "arrow-top-right-bottom-left-bold": { + "body": "" + }, "arrow-top-right-thick": { "body": "" }, @@ -1166,6 +1184,12 @@ "arrow-up-circle-outline": { "body": "" }, + "arrow-up-down": { + "body": "" + }, + "arrow-up-down-bold": { + "body": "" + }, "arrow-up-down-bold-outline": { "body": "" }, @@ -1819,7 +1843,7 @@ "body": "" }, "book-outline": { - "body": "" + "body": "" }, "book-play": { "body": "" @@ -1833,6 +1857,12 @@ "book-remove": { "body": "" }, + "book-search": { + "body": "" + }, + "book-search-outline": { + "body": "" + }, "book-variant": { "body": "" }, @@ -3839,10 +3869,10 @@ "body": "" }, "database-export": { - "body": "" + "body": "" }, "database-import": { - "body": "" + "body": "" }, "database-lock": { "body": "" @@ -5549,6 +5579,9 @@ "freebsd": { "body": "" }, + "frequently-asked-questions": { + "body": "" + }, "fridge": { "body": "" }, @@ -7675,6 +7708,9 @@ "note": { "body": "" }, + "note-circle": { + "body": "" + }, "note-multiple": { "body": "" }, @@ -8257,6 +8293,9 @@ "pencil-remove-outline": { "body": "" }, + "penguin": { + "body": "" + }, "pentagon": { "body": "" }, @@ -9463,10 +9502,10 @@ "body": "" }, "share": { - "body": "" + "body": "" }, "share-outline": { - "body": "" + "body": "" }, "share-variant": { "body": "" diff --git a/package.json b/package.json index 21ba4ec..61eb8f7 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.0.121", + "version": "1.0.122", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",