diff --git a/collections.json b/collections.json index ed78d33..19ce884 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4853, + "total": 4858, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index 783f575..f59370a 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4853 +* Number of icons: 4858 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index 0413ecb..fa4b3b5 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.66", + "version": "1.1.67", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 29e6eba..df4108b 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4853, + "total": 4858, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -4649,6 +4649,9 @@ "database-lock": { "body": "" }, + "database-marker": { + "body": "" + }, "database-minus": { "body": "" }, @@ -8353,7 +8356,7 @@ "body": "" }, "kabaddi": { - "body": "" + "body": "" }, "karate": { "body": "" @@ -9074,6 +9077,9 @@ "map-marker-minus": { "body": "" }, + "map-marker-minus-outline": { + "body": "" + }, "map-marker-multiple": { "body": "" }, @@ -9092,6 +9098,9 @@ "map-marker-plus": { "body": "" }, + "map-marker-plus-outline": { + "body": "" + }, "map-marker-question": { "body": "" }, @@ -9104,6 +9113,9 @@ "map-marker-remove": { "body": "" }, + "map-marker-remove-outline": { + "body": "" + }, "map-marker-remove-variant": { "body": "" }, @@ -13170,6 +13182,9 @@ "tag-multiple": { "body": "" }, + "tag-multiple-outline": { + "body": "" + }, "tag-off": { "body": "" }, @@ -25075,6 +25090,11 @@ "f031f": "message-arrow-right", "f032": "android", "f0320": "message-arrow-right-outline", + "f0321": "database-marker", + "f0322": "tag-multiple-outline", + "f0323": "map-marker-plus-outline", + "f0324": "map-marker-minus-outline", + "f0325": "map-marker-remove-outline", "f033": "android-debug-bridge", "f034": "android-studio", "f035": "apple", @@ -31373,6 +31393,7 @@ "database-export", "database-import", "database-lock", + "database-marker", "database-minus", "database-plus", "database-refresh", @@ -31411,16 +31432,25 @@ "map-marker-circle", "map-marker-distance", "map-marker-down", + "map-marker-left", + "map-marker-left-outline", "map-marker-minus", + "map-marker-minus-outline", "map-marker-multiple", + "map-marker-multiple-outline", "map-marker-off", "map-marker-outline", "map-marker-path", "map-marker-plus", + "map-marker-plus-outline", "map-marker-question", "map-marker-question-outline", "map-marker-radius", "map-marker-remove", + "map-marker-remove-outline", + "map-marker-remove-variant", + "map-marker-right", + "map-marker-right-outline", "map-marker-up", "map-minus", "map-outline", @@ -32201,16 +32231,19 @@ "map-marker-left", "map-marker-left-outline", "map-marker-minus", + "map-marker-minus-outline", "map-marker-multiple", "map-marker-multiple-outline", "map-marker-off", "map-marker-outline", "map-marker-path", "map-marker-plus", + "map-marker-plus-outline", "map-marker-question", "map-marker-question-outline", "map-marker-radius", "map-marker-remove", + "map-marker-remove-outline", "map-marker-remove-variant", "map-marker-right", "map-marker-right-outline", diff --git a/package.json b/package.json index 9e3f8a7..0025f18 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.66", + "version": "1.1.67", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",