diff --git a/collections.json b/collections.json index a2605bb..155e3b6 100644 --- a/collections.json +++ b/collections.json @@ -2816,7 +2816,7 @@ }, "vscode-icons": { "name": "VSCode Icons", - "total": 1325, + "total": 1326, "version": "12.10.0", "author": { "name": "Roberto Huertas", diff --git a/collections.md b/collections.md index dc51bb6..042e2f2 100644 --- a/collections.md +++ b/collections.md @@ -1067,7 +1067,7 @@ * File: [json/marketeq.json](json/marketeq.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## VSCode Icons -* Number of icons: 1325 +* Number of icons: 1326 * Author: Roberto Huertas * URL: https://github.com/vscode-icons/vscode-icons * License: MIT diff --git a/composer.json b/composer.json index b1bb4e0..7ab2680 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.291", + "version": "2.2.292", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/arcticons.json b/json/arcticons.json index b18dfe2..051b930 100644 --- a/json/arcticons.json +++ b/json/arcticons.json @@ -29,7 +29,7 @@ ], "palette": false }, - "lastModified": 1735757340, + "lastModified": 1736065030, "icons": { "85": { "body": "" @@ -1286,7 +1286,7 @@ "al-quran-indonesia": { "body": "" }, - "alarmclockxtreme": { + "alarm-clock": { "body": "" }, "alarmcom": { @@ -4979,9 +4979,6 @@ "bulder": { "body": "" }, - "bullet-echo": { - "body": "" - }, "bully-2": { "body": "" }, @@ -14575,6 +14572,9 @@ "gumtree": { "body": "" }, + "gun": { + "body": "" + }, "gurgle": { "body": "" }, @@ -36564,6 +36564,9 @@ "adguardvpn": { "parent": "adguard-vpn" }, + "alarmclockxtreme": { + "parent": "alarm-clock" + }, "alovoa-lite": { "parent": "alovoa" }, @@ -36624,6 +36627,9 @@ "budgetbakers-wallet": { "parent": "wallet" }, + "bullet-echo": { + "parent": "gun" + }, "burgerking": { "parent": "burger-king" }, diff --git a/json/lucide.json b/json/lucide.json index 80ed050..5307366 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -29,7 +29,7 @@ ], "palette": false }, - "lastModified": 1734765463, + "lastModified": 1736065103, "icons": { "a-arrow-down": { "body": "" @@ -3412,7 +3412,7 @@ "body": "" }, "rat": { - "body": "" + "body": "" }, "ratio": { "body": "" diff --git a/json/vscode-icons.json b/json/vscode-icons.json index 38bc573..f5420ba 100644 --- a/json/vscode-icons.json +++ b/json/vscode-icons.json @@ -2,7 +2,7 @@ "prefix": "vscode-icons", "info": { "name": "VSCode Icons", - "total": 1325, + "total": 1326, "version": "12.10.0", "author": { "name": "Roberto Huertas", @@ -29,7 +29,7 @@ ], "palette": true }, - "lastModified": 1735757692, + "lastModified": 1736065326, "icons": { "default-file": { "body": "" @@ -2078,6 +2078,9 @@ "file-type-openscad": { "body": "" }, + "file-type-opentofu": { + "body": "" + }, "file-type-org": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 3a83835..6255eb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.291", + "version": "2.2.292", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.291", + "version": "2.2.292", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index d6b09be..3bd1e3f 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.291", + "version": "2.2.292", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",