diff --git a/collections.json b/collections.json
index 95c81f0..bcac0cd 100644
--- a/collections.json
+++ b/collections.json
@@ -520,9 +520,9 @@
"category": "General"
},
"line-md": {
- "name": "Animated Material Icons",
- "total": 230,
- "author": "Iconify",
+ "name": "Material Line Icons",
+ "total": 231,
+ "author": "Vjacheslav Trushkin",
"url": "https://github.com/cyberalien/line-md",
"license": "MIT",
"licenseURL": "https://github.com/cyberalien/line-md/blob/master/license.txt",
@@ -1261,7 +1261,7 @@
},
"simple-icons": {
"name": "Simple Icons",
- "total": 1405,
+ "total": 1411,
"author": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons",
"license": "CC0 1.0",
@@ -1272,7 +1272,7 @@
"bing",
"amazonaws"
],
- "version": "3.8.0",
+ "version": "3.9.0",
"palette": "Colorless",
"category": "Brands / Social"
},
diff --git a/collections.md b/collections.md
index e7e3364..78722f5 100644
--- a/collections.md
+++ b/collections.md
@@ -296,9 +296,9 @@
* Palette: Colorless
-### Animated Material Icons
-* Number of icons: 230
-* Author: Iconify
+### Material Line Icons
+* Number of icons: 231
+* Author: Vjacheslav Trushkin
* URL: https://github.com/cyberalien/line-md
* License: MIT
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
@@ -728,12 +728,12 @@
### Simple Icons
-* Number of icons: 1405
+* Number of icons: 1411
* Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
-* Version: 3.8.0
+* Version: 3.9.0
* Palette: Colorless
diff --git a/composer.json b/composer.json
index 1056533..f732d30 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.229",
+ "version": "1.1.230",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/line-md.json b/json/line-md.json
index 919ed37..cdd27b7 100644
--- a/json/line-md.json
+++ b/json/line-md.json
@@ -1,10 +1,10 @@
{
"prefix": "line-md",
"info": {
- "name": "Animated Material Icons",
- "total": 230,
+ "name": "Material Line Icons",
+ "total": 231,
"author": {
- "name": "Iconify",
+ "name": "Vjacheslav Trushkin",
"url": "https://github.com/cyberalien/line-md"
},
"license": {
@@ -29,6 +29,9 @@
"account-add": {
"body": ""
},
+ "account-alert": {
+ "body": ""
+ },
"account-delete": {
"body": ""
},
@@ -792,6 +795,7 @@
"Account": [
"account",
"account-add",
+ "account-alert",
"account-delete",
"account-remove",
"account-small"
diff --git a/json/simple-icons.json b/json/simple-icons.json
index 9813afc..40811eb 100644
--- a/json/simple-icons.json
+++ b/json/simple-icons.json
@@ -2,7 +2,7 @@
"prefix": "simple-icons",
"info": {
"name": "Simple Icons",
- "total": 1405,
+ "total": 1411,
"author": {
"name": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons"
@@ -12,7 +12,7 @@
"spdx": "CC0-1.0",
"url": "https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md"
},
- "version": "3.8.0",
+ "version": "3.9.0",
"samples": [
"adobephotoshop",
"bing",
@@ -23,6 +23,9 @@
"palette": false
},
"icons": {
+ "42": {
+ "body": ""
+ },
"1001tracklists": {
"body": ""
},
@@ -588,6 +591,9 @@
"buddy": {
"body": ""
},
+ "buefy": {
+ "body": ""
+ },
"buffer": {
"body": ""
},
@@ -1150,6 +1156,9 @@
"epson": {
"body": ""
},
+ "erlang": {
+ "body": ""
+ },
"esea": {
"body": ""
},
@@ -2609,6 +2618,9 @@
"nuke": {
"body": ""
},
+ "numpy": {
+ "body": ""
+ },
"nutanix": {
"body": ""
},
@@ -3258,6 +3270,9 @@
"scania": {
"body": ""
},
+ "scikit-learn": {
+ "body": ""
+ },
"scopus": {
"body": ""
},
@@ -3330,6 +3345,9 @@
"showpad": {
"body": ""
},
+ "shutterstock": {
+ "body": ""
+ },
"siemens": {
"body": ""
},
diff --git a/package.json b/package.json
index 828317b..f1c3850 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.229",
+ "version": "1.1.230",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",