diff --git a/collections.json b/collections.json index c15df34..10dcc46 100644 --- a/collections.json +++ b/collections.json @@ -256,7 +256,7 @@ "humidity", "edit-off" ], - "version": "10.39.0", + "version": "10.40.0", "palette": "Colorless", "category": "General" }, @@ -464,7 +464,7 @@ }, "eos-icons": { "name": "EOS Icons", - "total": 252, + "total": 253, "author": "SUSE UX/UI team", "url": "https://gitlab.com/SUSE-UIUX/eos-icons", "license": "MIT", @@ -475,7 +475,7 @@ "arrow-rotate", "package" ], - "version": "5.2.1", + "version": "5.3.1", "palette": "Colorless", "category": "General" }, @@ -582,7 +582,7 @@ "bell-dot", "new-file" ], - "version": "0.0.22", + "version": "0.0.23", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index d836c97..6e45784 100644 --- a/collections.md +++ b/collections.md @@ -146,7 +146,7 @@ * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons * License: Apache 2.0 -* Version: 10.39.0 +* Version: 10.40.0 * Palette: Colorless @@ -269,12 +269,12 @@ ### EOS Icons -* Number of icons: 252 +* Number of icons: 253 * Author: SUSE UX/UI team * URL: https://gitlab.com/SUSE-UIUX/eos-icons * License: MIT * License URL: https://gitlab.com/SUSE-UIUX/eos-icons/-/blob/master/LICENSE -* Version: 5.2.1 +* Version: 5.3.1 * Palette: Colorless @@ -331,7 +331,7 @@ * URL: https://github.com/microsoft/vscode-codicons * License: CC BY 4.0 * License URL: https://raw.githubusercontent.com/microsoft/vscode-codicons/master/LICENSE -* Version: 0.0.22 +* Version: 0.0.23 * Palette: Colorless diff --git a/composer.json b/composer.json index 912febc..38ad0fc 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.408", + "version": "1.1.409", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/carbon.json b/json/carbon.json index b16456d..ec21a98 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -11,7 +11,7 @@ "title": "Apache 2.0", "spdx": "Apache-2.0" }, - "version": "10.39.0", + "version": "10.40.0", "samples": [ "user-certification", "humidity", diff --git a/json/codicon.json b/json/codicon.json index 94b59f4..6fde8c5 100644 --- a/json/codicon.json +++ b/json/codicon.json @@ -12,7 +12,7 @@ "spdx": "CC-BY-4.0", "url": "https://raw.githubusercontent.com/microsoft/vscode-codicons/master/LICENSE" }, - "version": "0.0.22", + "version": "0.0.23", "samples": [ "account", "bell-dot", diff --git a/json/eos-icons.json b/json/eos-icons.json index 693db63..41c9bfa 100644 --- a/json/eos-icons.json +++ b/json/eos-icons.json @@ -2,7 +2,7 @@ "prefix": "eos-icons", "info": { "name": "EOS Icons", - "total": 252, + "total": 253, "author": { "name": "SUSE UX/UI team", "url": "https://gitlab.com/SUSE-UIUX/eos-icons" @@ -12,7 +12,7 @@ "spdx": "MIT", "url": "https://gitlab.com/SUSE-UIUX/eos-icons/-/blob/master/LICENSE" }, - "version": "5.2.1", + "version": "5.3.1", "samples": [ "modified-date-outlined", "arrow-rotate", @@ -23,6 +23,9 @@ "palette": false }, "icons": { + "3d-print": { + "body": "" + }, "abstract": { "body": "" }, diff --git a/package.json b/package.json index d4344f4..ea1f9d4 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.408", + "version": "1.1.409", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",