diff --git a/collections.json b/collections.json index d77d738..f82f629 100644 --- a/collections.json +++ b/collections.json @@ -1093,7 +1093,7 @@ "fluent": { "name": "Fluent UI System Icons", "total": 13969, - "version": "1.1.203", + "version": "1.1.204", "author": { "name": "Microsoft Corporation", "url": "https://github.com/microsoft/fluentui-system-icons" @@ -1512,7 +1512,7 @@ "ooui": { "name": "OOUI", "total": 354, - "version": "0.47.1", + "version": "0.47.2", "author": { "name": "OOUI Team", "url": "https://github.com/wikimedia/oojs-ui" @@ -2058,7 +2058,7 @@ }, "devicon": { "name": "Devicon", - "total": 692, + "total": 693, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" diff --git a/collections.md b/collections.md index 614ced7..be20d8f 100644 --- a/collections.md +++ b/collections.md @@ -541,7 +541,7 @@ * URL: https://github.com/microsoft/fluentui-system-icons * License: MIT * License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE -* Version: 1.1.203 +* Version: 1.1.204 * Palette: Colorless * Icon set prefix: `fluent` * File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) @@ -747,7 +747,7 @@ * URL: https://github.com/wikimedia/oojs-ui * License: MIT * License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT -* Version: 0.47.1 +* Version: 0.47.2 * Palette: Colorless * Icon set prefix: `ooui` * File: [json/ooui.json](json/ooui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) @@ -1004,7 +1004,7 @@ * File: [json/file-icons.json](json/file-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Devicon -* Number of icons: 692 +* Number of icons: 693 * Author: konpa * URL: https://github.com/devicons/devicon/tree/master * License: MIT diff --git a/composer.json b/composer.json index bf7f74f..49c2530 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.86", + "version": "2.2.87", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/devicon.json b/json/devicon.json index 1066d33..0cb8c2c 100644 --- a/json/devicon.json +++ b/json/devicon.json @@ -2,7 +2,7 @@ "prefix": "devicon", "info": { "name": "Devicon", - "total": 692, + "total": 693, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" @@ -22,7 +22,7 @@ "category": "Brands / Social", "palette": true }, - "lastModified": 1688450137, + "lastModified": 1688624407, "icons": { "3dsmax": { "body": "" @@ -1548,6 +1548,9 @@ "reactbootstrap": { "body": "" }, + "reactnavigation": { + "body": "" + }, "reactrouter": { "body": "" }, diff --git a/json/fluent.json b/json/fluent.json index ba84421..25f3acb 100644 --- a/json/fluent.json +++ b/json/fluent.json @@ -3,7 +3,7 @@ "info": { "name": "Fluent UI System Icons", "total": 13969, - "version": "1.1.203", + "version": "1.1.204", "author": { "name": "Microsoft Corporation", "url": "https://github.com/microsoft/fluentui-system-icons" diff --git a/json/ooui.json b/json/ooui.json index 98763f3..df81e92 100644 --- a/json/ooui.json +++ b/json/ooui.json @@ -3,7 +3,7 @@ "info": { "name": "OOUI", "total": 354, - "version": "0.47.1", + "version": "0.47.2", "author": { "name": "OOUI Team", "url": "https://github.com/wikimedia/oojs-ui" diff --git a/package-lock.json b/package-lock.json index caf4d01..492c127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.86", + "version": "2.2.87", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.86", + "version": "2.2.87", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index a74e7aa..aaa304f 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.86", + "version": "2.2.87", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",