diff --git a/collections.json b/collections.json index d852afb..2ef0dd6 100644 --- a/collections.json +++ b/collections.json @@ -1652,8 +1652,8 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 2325, - "version": "7.9.0", + "total": 2332, + "version": "7.10.0", "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" diff --git a/collections.md b/collections.md index f60a0a5..5f40c5c 100644 --- a/collections.md +++ b/collections.md @@ -733,12 +733,12 @@ ### Simple Icons -* Number of icons: 2325 +* Number of icons: 2332 * Author: Simple Icons Collaborators * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 7.9.0 +* Version: 7.10.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 5a233ae..821d2a6 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.1.102", + "version": "2.1.103", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/simple-icons.json b/json/simple-icons.json index 060ba39..59d5138 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,8 +2,8 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 2325, - "version": "7.9.0", + "total": 2332, + "version": "7.10.0", "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" @@ -22,7 +22,7 @@ "category": "Brands / Social", "palette": false }, - "lastModified": 1661751507, + "lastModified": 1662355370, "icons": { "42": { "body": "" @@ -1003,6 +1003,9 @@ "bulma": { "body": "" }, + "bun": { + "body": "" + }, "bunq": { "body": "" }, @@ -4197,6 +4200,9 @@ "newyorktimes": { "body": "" }, + "nextbilliondotai": { + "body": "" + }, "nextcloud": { "body": "" }, @@ -4434,6 +4440,9 @@ "opennebula": { "body": "" }, + "openproject": { + "body": "" + }, "opensea": { "body": "" }, @@ -5069,6 +5078,9 @@ "qiwi": { "body": "" }, + "qmk": { + "body": "" + }, "qt": { "body": "" }, @@ -6613,6 +6625,9 @@ "v": { "body": "" }, + "v2ex": { + "body": "" + }, "v8": { "body": "" }, @@ -6807,6 +6822,9 @@ "wasmcloud": { "body": "" }, + "wasmer": { + "body": "" + }, "wattpad": { "body": "" }, @@ -6927,6 +6945,9 @@ "windows": { "body": "" }, + "windows11": { + "body": "" + }, "windows95": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 8a3234e..795fa88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.1.102", + "version": "2.1.103", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.1.102", + "version": "2.1.103", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index a744e1a..fc11cd1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "2.1.102", + "version": "2.1.103", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues", "repository": {