diff --git a/collections.json b/collections.json
index fbddaf7..7e15139 100644
--- a/collections.json
+++ b/collections.json
@@ -1,7 +1,7 @@
{
"mdi": {
"name": "Material Design Icons",
- "total": 3330,
+ "total": 3346,
"author": "Austin Andrews",
"url": "https://github.com/Templarian/MaterialDesign",
"license": "Apache 2.0",
diff --git a/collections.md b/collections.md
index 35d31c5..4c6f27e 100644
--- a/collections.md
+++ b/collections.md
@@ -3,7 +3,7 @@
### Material Design Icons
-* Number of icons: 3330
+* Number of icons: 3346
* Author: Austin Andrews
* URL: https://github.com/Templarian/MaterialDesign
* License: Apache 2.0
diff --git a/composer.json b/composer.json
index 86481ea..ef4c1bc 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.0.29",
+ "version": "1.0.30",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/mdi.json b/json/mdi.json
index dd1d363..c4e20ac 100644
--- a/json/mdi.json
+++ b/json/mdi.json
@@ -910,6 +910,12 @@
"arrow-down-box": {
"body": ""
},
+ "arrow-down-circle": {
+ "body": ""
+ },
+ "arrow-down-circle-outline": {
+ "body": ""
+ },
"arrow-down-drop": {
"body": ""
},
@@ -973,6 +979,12 @@
"arrow-left-box": {
"body": ""
},
+ "arrow-left-circle": {
+ "body": ""
+ },
+ "arrow-left-circle-outline": {
+ "body": ""
+ },
"arrow-left-drop-circle": {
"body": ""
},
@@ -1012,6 +1024,12 @@
"arrow-right-box": {
"body": ""
},
+ "arrow-right-circle": {
+ "body": ""
+ },
+ "arrow-right-circle-outline": {
+ "body": ""
+ },
"arrow-right-drop-circle": {
"body": ""
},
@@ -1072,6 +1090,12 @@
"arrow-up-box": {
"body": ""
},
+ "arrow-up-circle": {
+ "body": ""
+ },
+ "arrow-up-circle-outline": {
+ "body": ""
+ },
"arrow-up-down-bold-outline": {
"body": ""
},
@@ -1737,6 +1761,12 @@
"brain": {
"body": ""
},
+ "bread-slice": {
+ "body": ""
+ },
+ "bread-slice-outline": {
+ "body": ""
+ },
"bridge": {
"body": ""
},
@@ -3973,6 +4003,12 @@
"eye": {
"body": ""
},
+ "eye-check": {
+ "body": ""
+ },
+ "eye-check-outline": {
+ "body": ""
+ },
"eye-circle": {
"body": ""
},
@@ -4686,8 +4722,15 @@
"format-list-checks": {
"body": ""
},
+ "format-list-numbered": {
+ "body": ""
+ },
+ "format-list-numbered-rtl": {
+ "body": ""
+ },
"format-list-numbers": {
- "body": ""
+ "body": "",
+ "hidden": true
},
"format-page-break": {
"body": ""
@@ -4776,6 +4819,12 @@
"fountain": {
"body": ""
},
+ "fountain-pen": {
+ "body": ""
+ },
+ "fountain-pen-tip": {
+ "body": ""
+ },
"foursquare": {
"body": ""
},
@@ -9226,6 +9275,9 @@
"tor": {
"body": ""
},
+ "tortoise": {
+ "body": ""
+ },
"tournament": {
"body": ""
},
@@ -11953,9 +12005,6 @@
"format-horizontal-align-centre": {
"parent": "format-horizontal-align-center"
},
- "format-list-numbered": {
- "parent": "format-list-numbers"
- },
"format-lowercase": {
"parent": "format-letter-case-lower"
},
diff --git a/package.json b/package.json
index 1dabdf0..20281aa 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.0.29",
+ "version": "1.0.30",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js"
}
\ No newline at end of file