diff --git a/collections.json b/collections.json index 034da5b..fa01a3c 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4687, + "total": 4695, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index e07830a..3832ffd 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4687 +* Number of icons: 4695 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index d6f6efd..ee87ceb 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.28", + "version": "1.1.29", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 011c891..49583d6 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4687, + "total": 4695, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -940,6 +940,9 @@ "api": { "body": "" }, + "api-off": { + "body": "" + }, "apple": { "body": "" }, @@ -5093,6 +5096,9 @@ "edge": { "body": "" }, + "edge-legacy": { + "body": "" + }, "egg": { "body": "" }, @@ -5418,7 +5424,7 @@ "body": "" }, "expansion-card-variant": { - "body": "" + "body": "" }, "exponent": { "body": "" @@ -7732,6 +7738,12 @@ "home-import-outline": { "body": "" }, + "home-lightbulb": { + "body": "" + }, + "home-lightbulb-outline": { + "body": "" + }, "home-lock": { "body": "" }, @@ -8485,6 +8497,18 @@ "lightbulb-cfl-off": { "body": "" }, + "lightbulb-group": { + "body": "" + }, + "lightbulb-group-outline": { + "body": "" + }, + "lightbulb-multiple": { + "body": "" + }, + "lightbulb-multiple-outline": { + "body": "" + }, "lightbulb-off": { "body": "" }, @@ -18549,7 +18573,7 @@ "parent": "receipt" }, "irrigation": { - "parent": "sprinkler-variant" + "parent": "sprinkler" }, "jack-o-lantern": { "parent": "halloween" @@ -24198,7 +24222,15 @@ "f0278": "flask-round-bottom-empty-outline", "f0279": "flask-round-bottom-outline", "f027a": "gold", + "f027b": "edge-legacy", + "f027c": "home-lightbulb", + "f027d": "home-lightbulb-outline", + "f027e": "lightbulb-group", + "f027f": "lightbulb-group-outline", "f028": "alert-circle", + "f0280": "lightbulb-multiple", + "f0281": "lightbulb-multiple-outline", + "f0282": "api-off", "f029": "alert-octagon", "f02a": "alert-outline", "f02b": "alpha", diff --git a/package.json b/package.json index 08567e4..8bf4c4e 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.28", + "version": "1.1.29", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",