diff --git a/collections.json b/collections.json index 2a4b21c..c15df34 100644 --- a/collections.json +++ b/collections.json @@ -546,7 +546,7 @@ }, "octicon": { "name": "Octicons", - "total": 461, + "total": 463, "author": "GitHub", "url": "https://github.com/primer/octicons/", "license": "Open Font License", @@ -561,7 +561,7 @@ "bell-slash-24", "hourglass-24" ], - "version": "15.2.0", + "version": "16.0.0", "palette": "Colorless", "category": "General" }, @@ -603,7 +603,7 @@ }, "lucide": { "name": "Lucide", - "total": 498, + "total": 500, "author": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide", "license": "ISC", @@ -1120,7 +1120,7 @@ }, "maki": { "name": "Maki", - "total": 204, + "total": 205, "author": "Mapbox", "url": "https://github.com/mapbox/maki", "license": "CC0", diff --git a/collections.md b/collections.md index b6b1add..d836c97 100644 --- a/collections.md +++ b/collections.md @@ -316,12 +316,12 @@ ### Octicons -* Number of icons: 461 +* Number of icons: 463 * Author: GitHub * URL: https://github.com/primer/octicons/ * License: Open Font License * License URL: https://raw.githubusercontent.com/primer/octicons/main/LICENSE -* Version: 15.2.0 +* Version: 16.0.0 * Palette: Colorless @@ -344,7 +344,7 @@ ### Lucide -* Number of icons: 498 +* Number of icons: 500 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC @@ -642,7 +642,7 @@ ### Maki -* Number of icons: 204 +* Number of icons: 205 * Author: Mapbox * URL: https://github.com/mapbox/maki * License: CC0 diff --git a/composer.json b/composer.json index a33a0dc..912febc 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.407", + "version": "1.1.408", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/lucide.json b/json/lucide.json index aafe712..13410c6 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 498, + "total": 500, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -209,7 +209,13 @@ "body": "" }, "bookmark": { - "body": "" + "body": "" + }, + "bookmark-minus": { + "body": "" + }, + "bookmark-plus": { + "body": "" }, "bot": { "body": "" @@ -1268,10 +1274,10 @@ "body": "" }, "sort-asc": { - "body": "" + "body": "" }, "sort-desc": { - "body": "" + "body": "" }, "speaker": { "body": "" diff --git a/json/maki.json b/json/maki.json index b25d32c..4ae9f5d 100644 --- a/json/maki.json +++ b/json/maki.json @@ -2,7 +2,7 @@ "prefix": "maki", "info": { "name": "Maki", - "total": 204, + "total": 205, "author": { "name": "Mapbox", "url": "https://github.com/mapbox/maki" @@ -77,6 +77,9 @@ "height": 11, "hidden": true }, + "animal-shelter": { + "body": "" + }, "aquarium": { "body": "" }, diff --git a/json/octicon.json b/json/octicon.json index ef4043a..2b59db8 100644 --- a/json/octicon.json +++ b/json/octicon.json @@ -2,7 +2,7 @@ "prefix": "octicon", "info": { "name": "Octicons", - "total": 461, + "total": 463, "author": { "name": "GitHub", "url": "https://github.com/primer/octicons/" @@ -12,7 +12,7 @@ "spdx": "OFL-1.1", "url": "https://raw.githubusercontent.com/primer/octicons/main/LICENSE" }, - "version": "15.2.0", + "version": "16.0.0", "samples": [ "alert-24", "bell-slash-24", @@ -1378,6 +1378,14 @@ "width": 24, "height": 24 }, + "iterations-16": { + "body": "" + }, + "iterations-24": { + "body": "", + "width": 24, + "height": 24 + }, "jersey": { "body": "", "width": 14, @@ -2118,9 +2126,6 @@ "width": 24, "height": 24 }, - "select-single-16": { - "body": "" - }, "server": { "body": "", "width": 12, @@ -2239,6 +2244,9 @@ "width": 24, "height": 24 }, + "single-select-16": { + "body": "" + }, "single-select-24": { "body": "", "width": 24, @@ -2766,6 +2774,9 @@ "repo-pull": { "parent": "repo-pull-16" }, + "select-single-16": { + "parent": "single-select-16" + }, "trashcan-16": { "parent": "trash-16" }, diff --git a/package.json b/package.json index e2f68db..d4344f4 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.407", + "version": "1.1.408", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",