diff --git a/collections.json b/collections.json
index aaff7bf..08921b6 100644
--- a/collections.json
+++ b/collections.json
@@ -420,7 +420,7 @@
},
"lucide": {
"name": "Lucide",
- "total": 563,
+ "total": 571,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@@ -1213,7 +1213,7 @@
"octicon": {
"name": "Octicons",
"total": 490,
- "version": "16.3.1",
+ "version": "17.0.0",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"
diff --git a/collections.md b/collections.md
index 0c5dacf..e8a07cb 100644
--- a/collections.md
+++ b/collections.md
@@ -190,7 +190,7 @@
### Lucide
-* Number of icons: 563
+* Number of icons: 571
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
@@ -548,7 +548,7 @@
* URL: https://github.com/primer/octicons/
* License: Open Font License
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
-* Version: 16.3.1
+* Version: 17.0.0
* Palette: Colorless
diff --git a/composer.json b/composer.json
index 9be8feb..1419151 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
- "version": "2.1.10",
+ "version": "2.1.11",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/lucide.json b/json/lucide.json
index 4325426..d942e50 100644
--- a/json/lucide.json
+++ b/json/lucide.json
@@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
- "total": 563,
+ "total": 571,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@@ -70,6 +70,15 @@
"align-end-vertical": {
"body": ""
},
+ "align-horizonal-distribute-center": {
+ "body": ""
+ },
+ "align-horizonal-distribute-end": {
+ "body": ""
+ },
+ "align-horizonal-distribute-start": {
+ "body": ""
+ },
"align-horizontal-justify-center": {
"body": ""
},
@@ -100,6 +109,15 @@
"align-start-vertical": {
"body": ""
},
+ "align-vertical-distribute-center": {
+ "body": ""
+ },
+ "align-vertical-distribute-end": {
+ "body": ""
+ },
+ "align-vertical-distribute-start": {
+ "body": ""
+ },
"align-vertical-justify-center": {
"body": ""
},
@@ -1468,6 +1486,12 @@
"stop-circle": {
"body": ""
},
+ "stretch-horizontal": {
+ "body": ""
+ },
+ "stretch-vertical": {
+ "body": ""
+ },
"strikethrough": {
"body": ""
},
diff --git a/json/octicon.json b/json/octicon.json
index b49ef4f..1757273 100644
--- a/json/octicon.json
+++ b/json/octicon.json
@@ -3,7 +3,7 @@
"info": {
"name": "Octicons",
"total": 490,
- "version": "16.3.1",
+ "version": "17.0.0",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"
diff --git a/package-lock.json b/package-lock.json
index da603b3..6c23b28 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@iconify/json",
- "version": "2.1.10",
+ "version": "2.1.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
- "version": "2.1.10",
+ "version": "2.1.11",
"license": "MIT",
"dependencies": {
"@iconify/types": "^1.0.9",
diff --git a/package.json b/package.json
index 7b71b33..d39311f 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
- "version": "2.1.10",
+ "version": "2.1.11",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"repository": {