diff --git a/collections.json b/collections.json
index 387387d1..1aa15aaf 100644
--- a/collections.json
+++ b/collections.json
@@ -2459,7 +2459,7 @@
},
"catppuccin": {
"name": "Catppuccin Icons",
- "total": 531,
+ "total": 536,
"author": {
"name": "Catppuccin",
"url": "https://github.com/catppuccin/vscode-icons"
diff --git a/collections.md b/collections.md
index f85b2019..bce732a4 100644
--- a/collections.md
+++ b/collections.md
@@ -1059,7 +1059,7 @@
* File: [json/devicon-plain.json](json/devicon-plain.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Catppuccin Icons
-* Number of icons: 531
+* Number of icons: 536
* Author: Catppuccin
* URL: https://github.com/catppuccin/vscode-icons
* License: MIT
diff --git a/composer.json b/composer.json
index 9a2af6fa..40bc89de 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.2.268",
+ "version": "2.2.269",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/catppuccin.json b/json/catppuccin.json
index b925d35f..600f0251 100644
--- a/json/catppuccin.json
+++ b/json/catppuccin.json
@@ -2,7 +2,7 @@
"prefix": "catppuccin",
"info": {
"name": "Catppuccin Icons",
- "total": 531,
+ "total": 536,
"author": {
"name": "Catppuccin",
"url": "https://github.com/catppuccin/vscode-icons"
@@ -24,7 +24,7 @@
"category": "Programming",
"palette": true
},
- "lastModified": 1727326406,
+ "lastModified": 1730961299,
"icons": {
"adobe-ae": {
"body": ""
@@ -1057,6 +1057,9 @@
"json-schema": {
"body": ""
},
+ "juce": {
+ "body": ""
+ },
"julia": {
"body": ""
},
@@ -1066,6 +1069,9 @@
"just": {
"body": ""
},
+ "kdl": {
+ "body": ""
+ },
"key": {
"body": ""
},
@@ -1078,6 +1084,9 @@
"latex": {
"body": ""
},
+ "latte": {
+ "body": ""
+ },
"lerna": {
"body": ""
},
@@ -1250,6 +1259,10 @@
"phrase": {
"body": ""
},
+ "phtml": {
+ "body": "",
+ "height": 18
+ },
"pixi": {
"body": ""
},
@@ -1541,6 +1554,9 @@
"url": {
"body": ""
},
+ "uv": {
+ "body": ""
+ },
"v": {
"body": ""
},
diff --git a/json/lucide.json b/json/lucide.json
index ea8b9f0c..a1bf7e48 100644
--- a/json/lucide.json
+++ b/json/lucide.json
@@ -24,7 +24,7 @@
"category": "UI 24px",
"palette": false
},
- "lastModified": 1730307291,
+ "lastModified": 1730961368,
"icons": {
"a-arrow-down": {
"body": ""
@@ -4424,7 +4424,7 @@
"body": ""
},
"undo-dot": {
- "body": ""
+ "body": ""
},
"unfold-horizontal": {
"body": ""
diff --git a/package-lock.json b/package-lock.json
index 105194f6..a3eb4933 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@iconify/json",
- "version": "2.2.268",
+ "version": "2.2.269",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
- "version": "2.2.268",
+ "version": "2.2.269",
"license": "MIT",
"dependencies": {
"@iconify/types": "*",
diff --git a/package.json b/package.json
index cd331294..78ea0a9e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Hundreds of open source icon sets in IconifyJSON format",
"license": "MIT",
- "version": "2.2.268",
+ "version": "2.2.269",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",