diff --git a/collections.json b/collections.json index 2a175ad..0f0c562 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4661, + "total": 4682, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index f939b3b..b751c3a 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4661 +* Number of icons: 4682 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index ea8183c..5953b06 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.24", + "version": "1.1.25", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index 3b48067..5a9c860 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4661, + "total": 4682, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -1584,6 +1584,9 @@ "barcode": { "body": "" }, + "barcode-off": { + "body": "" + }, "barcode-scan": { "body": "" }, @@ -4634,6 +4637,9 @@ "delta": { "body": "" }, + "desk": { + "body": "" + }, "desk-lamp": { "body": "" }, @@ -4779,6 +4785,9 @@ "dictionary": { "body": "" }, + "digital-ocean": { + "body": "" + }, "dip-switch": { "body": "" }, @@ -5388,7 +5397,10 @@ "body": "" }, "exclamation": { - "body": "" + "body": "" + }, + "exclamation-thick": { + "body": "" }, "exit-run": { "body": "" @@ -6136,12 +6148,48 @@ "flask-empty": { "body": "" }, + "flask-empty-minus": { + "body": "" + }, + "flask-empty-minus-outline": { + "body": "" + }, "flask-empty-outline": { "body": "" }, + "flask-empty-plus": { + "body": "" + }, + "flask-empty-plus-outline": { + "body": "" + }, + "flask-empty-remove": { + "body": "" + }, + "flask-empty-remove-outline": { + "body": "" + }, + "flask-minus": { + "body": "" + }, + "flask-minus-outline": { + "body": "" + }, "flask-outline": { "body": "" }, + "flask-plus": { + "body": "" + }, + "flask-plus-outline": { + "body": "" + }, + "flask-remove": { + "body": "" + }, + "flask-remove-outline": { + "body": "" + }, "flattr": { "body": "" }, @@ -6319,6 +6367,9 @@ "folder-move": { "body": "" }, + "folder-move-outline": { + "body": "" + }, "folder-multiple": { "body": "" }, @@ -7687,6 +7738,9 @@ "home-plus": { "body": "" }, + "home-remove": { + "body": "" + }, "home-roof": { "body": "" }, @@ -11436,6 +11490,9 @@ "seat-outline": { "body": "" }, + "seat-passenger": { + "body": "" + }, "seat-recline-extra": { "body": "" }, @@ -13986,6 +14043,9 @@ "web-box": { "body": "" }, + "web-clock": { + "body": "" + }, "webcam": { "body": "" }, @@ -13995,6 +14055,9 @@ "webpack": { "body": "" }, + "webrtc": { + "body": "" + }, "wechat": { "body": "" }, @@ -16799,9 +16862,6 @@ "departure-board": { "parent": "bus-clock" }, - "desk": { - "parent": "chair-school" - }, "desktop-windows": { "parent": "monitor" }, @@ -24096,7 +24156,28 @@ "f025f": "beaker-remove-outline", "f026": "alert", "f0260": "bicycle-basket", + "f0261": "barcode-off", + "f0262": "digital-ocean", + "f0263": "exclamation-thick", + "f0264": "desk", + "f0265": "flask-empty-minus", + "f0266": "flask-empty-minus-outline", + "f0267": "flask-empty-plus", + "f0268": "flask-empty-plus-outline", + "f0269": "flask-empty-remove", + "f026a": "flask-empty-remove-outline", + "f026b": "flask-minus", + "f026c": "flask-minus-outline", + "f026d": "flask-plus", + "f026e": "flask-plus-outline", + "f026f": "flask-remove", "f027": "alert-box", + "f0270": "flask-remove-outline", + "f0271": "folder-move-outline", + "f0272": "home-remove", + "f0273": "webrtc", + "f0274": "seat-passenger", + "f0275": "web-clock", "f028": "alert-circle", "f029": "alert-octagon", "f02a": "alert-outline", diff --git a/package.json b/package.json index a7a0db3..262b754 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.24", + "version": "1.1.25", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",