diff --git a/collections.json b/collections.json index 19ce884..5605c8d 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4858, + "total": 4861, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index f59370a..f62ea72 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4858 +* Number of icons: 4861 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index fa4b3b5..e59d15b 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.67", + "version": "1.1.68", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index df4108b..f420961 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4858, + "total": 4861, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -9059,6 +9059,9 @@ "map-marker-check": { "body": "" }, + "map-marker-check-outline": { + "body": "" + }, "map-marker-circle": { "body": "" }, @@ -9089,6 +9092,9 @@ "map-marker-off": { "body": "" }, + "map-marker-off-outline": { + "body": "" + }, "map-marker-outline": { "body": "" }, @@ -9110,6 +9116,9 @@ "map-marker-radius": { "body": "" }, + "map-marker-radius-outline": { + "body": "" + }, "map-marker-remove": { "body": "" }, @@ -25095,6 +25104,9 @@ "f0323": "map-marker-plus-outline", "f0324": "map-marker-minus-outline", "f0325": "map-marker-remove-outline", + "f0326": "map-marker-check-outline", + "f0327": "map-marker-radius-outline", + "f0328": "map-marker-off-outline", "f033": "android-debug-bridge", "f034": "android-studio", "f035": "apple", @@ -31429,6 +31441,7 @@ "map-marker-alert", "map-marker-alert-outline", "map-marker-check", + "map-marker-check-outline", "map-marker-circle", "map-marker-distance", "map-marker-down", @@ -31439,6 +31452,7 @@ "map-marker-multiple", "map-marker-multiple-outline", "map-marker-off", + "map-marker-off-outline", "map-marker-outline", "map-marker-path", "map-marker-plus", @@ -31446,6 +31460,7 @@ "map-marker-question", "map-marker-question-outline", "map-marker-radius", + "map-marker-radius-outline", "map-marker-remove", "map-marker-remove-outline", "map-marker-remove-variant", @@ -32225,6 +32240,7 @@ "map-marker-alert", "map-marker-alert-outline", "map-marker-check", + "map-marker-check-outline", "map-marker-circle", "map-marker-distance", "map-marker-down", @@ -32235,6 +32251,7 @@ "map-marker-multiple", "map-marker-multiple-outline", "map-marker-off", + "map-marker-off-outline", "map-marker-outline", "map-marker-path", "map-marker-plus", @@ -32242,6 +32259,7 @@ "map-marker-question", "map-marker-question-outline", "map-marker-radius", + "map-marker-radius-outline", "map-marker-remove", "map-marker-remove-outline", "map-marker-remove-variant", diff --git a/package.json b/package.json index 0025f18..7097299 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.67", + "version": "1.1.68", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",