diff --git a/collections.json b/collections.json index d329482..6728325 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4606, + "total": 4621, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index d842fea..23407cf 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4606 +* Number of icons: 4621 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index d4092fc..d2b5f02 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.9", + "version": "1.1.10", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index a183148..2f55234 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4606, + "total": 4621, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -190,6 +190,12 @@ "account-multiple-plus-outline": { "body": "" }, + "account-multiple-remove": { + "body": "" + }, + "account-multiple-remove-outline": { + "body": "" + }, "account-network": { "body": "" }, @@ -2946,6 +2952,12 @@ "card-outline": { "body": "" }, + "card-plus": { + "body": "" + }, + "card-plus-outline": { + "body": "" + }, "card-search": { "body": "" }, @@ -3351,7 +3363,16 @@ "body": "" }, "checkerboard": { - "body": "" + "body": "" + }, + "checkerboard-minus": { + "body": "" + }, + "checkerboard-plus": { + "body": "" + }, + "checkerboard-remove": { + "body": "" }, "chef-hat": { "body": "" @@ -8218,6 +8239,12 @@ "layers-remove": { "body": "" }, + "layers-search": { + "body": "" + }, + "layers-search-outline": { + "body": "" + }, "layers-triple": { "body": "" }, @@ -8305,6 +8332,12 @@ "lightbulb": { "body": "" }, + "lightbulb-cfl": { + "body": "" + }, + "lightbulb-cfl-off": { + "body": "" + }, "lightbulb-off": { "body": "" }, @@ -8498,6 +8531,12 @@ "magnify-plus-outline": { "body": "" }, + "magnify-remove-cursor": { + "body": "" + }, + "magnify-remove-outline": { + "body": "" + }, "mail": { "body": "" }, @@ -11368,6 +11407,9 @@ "select-place": { "body": "" }, + "select-search": { + "body": "" + }, "selection": { "body": "" }, @@ -11387,6 +11429,9 @@ "selection-off": { "body": "" }, + "selection-search": { + "body": "" + }, "send": { "body": "" }, @@ -23848,7 +23893,22 @@ "f0227": "timeline-clock-outline", "f0228": "mirror", "f0229": "account-multiple-check-outline", + "f022a": "card-plus", + "f022b": "card-plus-outline", + "f022c": "checkerboard-plus", + "f022d": "checkerboard-minus", + "f022e": "checkerboard-remove", + "f022f": "select-search", "f023": "alarm-off", + "f0230": "selection-search", + "f0231": "layers-search", + "f0232": "layers-search-outline", + "f0233": "lightbulb-cfl", + "f0234": "lightbulb-cfl-off", + "f0235": "account-multiple-remove", + "f0236": "account-multiple-remove-outline", + "f0237": "magnify-remove-cursor", + "f0238": "magnify-remove-outline", "f024": "alarm-plus", "f025": "album", "f026": "alert", @@ -27885,6 +27945,8 @@ "account-multiple-outline", "account-multiple-plus", "account-multiple-plus-outline", + "account-multiple-remove", + "account-multiple-remove-outline", "account-network", "account-network-outline", "account-off", @@ -28953,6 +29015,7 @@ "google-cardboard", "google-chrome", "google-classroom", + "google-cloud", "google-drive", "google-earth", "google-fit", diff --git a/package.json b/package.json index 93588f8..8a302be 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.9", + "version": "1.1.10", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",