From d7f3ea21f62ada069ebef976665b66dd489f6482 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 7 Nov 2024 08:40:55 +0200 Subject: [PATCH] Update 2 icon sets: Catppuccin Icons, Lucide --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/catppuccin.json | 20 ++++++++++++++++++-- json/lucide.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 26 insertions(+), 10 deletions(-) diff --git a/collections.json b/collections.json index 387387d..1aa15aa 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 f85b201..bce732a 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 9a2af6f..40bc89d 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 b925d35..600f025 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 ea8b9f0..a1bf7e4 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 105194f..a3eb493 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 cd33129..78ea0a9 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",