diff --git a/collections.json b/collections.json index 2019fce..5a61c87 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "mdi": { "name": "Material Design Icons", - "total": 4952, + "total": 4960, "author": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign", "license": "Open Font License", diff --git a/collections.md b/collections.md index a5fbcf0..f0fad84 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Design Icons -* Number of icons: 4952 +* Number of icons: 4960 * Author: Austin Andrews * URL: https://github.com/Templarian/MaterialDesign * License: Open Font License diff --git a/composer.json b/composer.json index 0fea578..c4ebabe 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.78", + "version": "1.1.79", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/mdi.json b/json/mdi.json index bee26aa..2b56ba5 100644 --- a/json/mdi.json +++ b/json/mdi.json @@ -2,7 +2,7 @@ "prefix": "mdi", "info": { "name": "Material Design Icons", - "total": 4952, + "total": 4960, "author": { "name": "Austin Andrews", "url": "https://github.com/Templarian/MaterialDesign" @@ -6643,6 +6643,12 @@ "folder-multiple-outline": { "body": "" }, + "folder-music": { + "body": "" + }, + "folder-music-outline": { + "body": "" + }, "folder-network": { "body": "" }, @@ -7780,6 +7786,9 @@ "hdr-off": { "body": "" }, + "head": { + "body": "" + }, "head-alert": { "body": "" }, @@ -7796,19 +7805,19 @@ "body": "" }, "head-cog-outline": { - "body": "" + "body": "" }, "head-dots-horizontal": { "body": "" }, "head-dots-horizontal-outline": { - "body": "" + "body": "" }, "head-flash": { - "body": "" + "body": "" }, "head-flash-outline": { - "body": "" + "body": "" }, "head-heart": { "body": "" @@ -7820,19 +7829,22 @@ "body": "" }, "head-lightbulb-outline": { - "body": "" + "body": "" }, "head-minus": { - "body": "" + "body": "" }, "head-minus-outline": { - "body": "" + "body": "" + }, + "head-outline": { + "body": "" }, "head-plus": { - "body": "" + "body": "" }, "head-plus-outline": { - "body": "" + "body": "" }, "head-question": { "body": "" @@ -7841,10 +7853,10 @@ "body": "" }, "head-remove": { - "body": "" + "body": "" }, "head-remove-outline": { - "body": "" + "body": "" }, "head-snowflake": { "body": "" @@ -8697,6 +8709,9 @@ "kickstarter": { "body": "" }, + "klingon": { + "body": "" + }, "knife": { "body": "" }, @@ -10631,6 +10646,9 @@ "palette-swatch": { "body": "" }, + "palette-swatch-outline": { + "body": "" + }, "palm-tree": { "body": "" }, @@ -12438,6 +12456,9 @@ "shield-edit-outline": { "body": "" }, + "shield-half": { + "body": "" + }, "shield-half-full": { "body": "" }, @@ -13624,6 +13645,9 @@ "textbox": { "body": "" }, + "textbox-lock": { + "body": "" + }, "textbox-password": { "body": "" }, @@ -16063,7 +16087,7 @@ "parent": "boom-gate-up-outline" }, "arrow": { - "parent": "undo-variant" + "parent": "undo" }, "arrow-back": { "parent": "arrow-left" @@ -25678,6 +25702,14 @@ "f0381": "television-ambient-light", "f0382": "propane-tank", "f0383": "propane-tank-outline", + "f0384": "folder-music", + "f0385": "folder-music-outline", + "f0386": "klingon", + "f0387": "palette-swatch-outline", + "f0388": "textbox-lock", + "f0389": "head", + "f038a": "head-outline", + "f038b": "shield-half", "f039": "apple-safari", "f03a": "font-awesome", "f03b": "apps", diff --git a/json/openmoji.json b/json/openmoji.json index 62dc101..af5a51d 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -789,7 +789,7 @@ "body": "" }, "confounded-face": { - "body": "" + "body": "" }, "confused-face": { "body": "" diff --git a/package.json b/package.json index 0cf755a..baf0fb7 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.78", + "version": "1.1.79", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",