diff --git a/collections.json b/collections.json index faccee3d..c9a5a99c 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4648, + "total": 4661, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index 03d7e521..63570f36 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4648 +* Number of icons: 4661 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index 7dd76379..77af850d 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.21", + "version": "1.1.22", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 73b17495..ba0b7003 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4648, + "total": 4661, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -1825,9 +1825,45 @@ "beaker": { "body": "" }, + "beaker-alert": { + "body": "" + }, + "beaker-alert-outline": { + "body": "" + }, + "beaker-check": { + "body": "" + }, + "beaker-check-outline": { + "body": "" + }, + "beaker-minus": { + "body": "" + }, + "beaker-minus-outline": { + "body": "" + }, "beaker-outline": { "body": "" }, + "beaker-plus": { + "body": "" + }, + "beaker-plus-outline": { + "body": "" + }, + "beaker-question": { + "body": "" + }, + "beaker-question-outline": { + "body": "" + }, + "beaker-remove": { + "body": "" + }, + "beaker-remove-outline": { + "body": "" + }, "beam": { "body": "", "hidden": true @@ -1940,6 +1976,9 @@ "bicycle": { "body": "" }, + "bicycle-basket": { + "body": "" + }, "bike": { "body": "" }, @@ -15593,6 +15632,9 @@ "bezier": { "parent": "vector-curve" }, + "bike-basket": { + "parent": "bicycle-basket" + }, "billiards-triangle": { "parent": "billiards-rack" }, @@ -24040,7 +24082,20 @@ "f0251": "vector-polyline-minus", "f0252": "vector-polyline-plus", "f0253": "vector-polyline-remove", + "f0254": "beaker-alert", + "f0255": "beaker-alert-outline", + "f0256": "beaker-check", + "f0257": "beaker-check-outline", + "f0258": "beaker-minus", + "f0259": "beaker-minus-outline", + "f025a": "beaker-plus", + "f025b": "beaker-plus-outline", + "f025c": "beaker-question", + "f025d": "beaker-question-outline", + "f025e": "beaker-remove", + "f025f": "beaker-remove-outline", "f026": "alert", + "f0260": "bicycle-basket", "f027": "alert-box", "f028": "alert-circle", "f029": "alert-octagon", diff --git a/package.json b/package.json index de8b4ad3..f3e4f340 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.21", + "version": "1.1.22", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",