diff --git a/collections.json b/collections.json
index f04542b..ca23b70 100644
--- a/collections.json
+++ b/collections.json
@@ -603,7 +603,7 @@
},
"lucide": {
"name": "Lucide",
- "total": 515,
+ "total": 529,
"author": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide",
"license": "ISC",
@@ -1165,7 +1165,7 @@
"moon",
"pen-print"
],
- "version": "0.2.1",
+ "version": "1.0.4",
"palette": "Colorless",
"category": "General"
},
diff --git a/collections.md b/collections.md
index ea52de4..50ac504 100644
--- a/collections.md
+++ b/collections.md
@@ -344,7 +344,7 @@
### Lucide
-* Number of icons: 515
+* Number of icons: 529
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
@@ -655,7 +655,7 @@
* URL: https://github.com/CyCraft/pepicons
* License: CC BY 4.0
* License URL: https://github.com/CyCraft/pepicons/blob/dev/LICENSE
-* Version: 0.2.1
+* Version: 1.0.4
* Palette: Colorless
diff --git a/composer.json b/composer.json
index a085fdc..29dec40 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.443",
+ "version": "1.1.444",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/lucide.json b/json/lucide.json
index 0c20dbf..221f3b7 100644
--- a/json/lucide.json
+++ b/json/lucide.json
@@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
- "total": 515,
+ "total": 529,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@@ -337,6 +337,42 @@
"clock": {
"body": ""
},
+ "clock-1": {
+ "body": ""
+ },
+ "clock-10": {
+ "body": ""
+ },
+ "clock-11": {
+ "body": ""
+ },
+ "clock-12": {
+ "body": ""
+ },
+ "clock-2": {
+ "body": ""
+ },
+ "clock-3": {
+ "body": ""
+ },
+ "clock-4": {
+ "body": ""
+ },
+ "clock-5": {
+ "body": ""
+ },
+ "clock-6": {
+ "body": ""
+ },
+ "clock-7": {
+ "body": ""
+ },
+ "clock-8": {
+ "body": ""
+ },
+ "clock-9": {
+ "body": ""
+ },
"cloud": {
"body": ""
},
@@ -1183,6 +1219,12 @@
"scale": {
"body": ""
},
+ "scan": {
+ "body": ""
+ },
+ "scan-line": {
+ "body": ""
+ },
"scissors": {
"body": ""
},
diff --git a/json/pepicons.json b/json/pepicons.json
index 272c10c..8751474 100644
--- a/json/pepicons.json
+++ b/json/pepicons.json
@@ -12,7 +12,7 @@
"spdx": "CC-BY-4.0",
"url": "https://github.com/CyCraft/pepicons/blob/dev/LICENSE"
},
- "version": "0.2.1",
+ "version": "1.0.4",
"samples": [
"bookmark-print",
"moon",
diff --git a/package.json b/package.json
index 846f7be..ac7809c 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.443",
+ "version": "1.1.444",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",