diff --git a/collections.json b/collections.json index 3d0fff1..1718c53 100644 --- a/collections.json +++ b/collections.json @@ -167,7 +167,7 @@ }, "dashicons": { "name": "Dashicons", - "total": 303, + "total": 304, "author": "WordPress", "url": "https://github.com/WordPress/dashicons", "license": "GPL v2", diff --git a/collections.md b/collections.md index 62f8be7..e2919ac 100644 --- a/collections.md +++ b/collections.md @@ -98,7 +98,7 @@ ### Dashicons -* Number of icons: 303 +* Number of icons: 304 * Author: WordPress * URL: https://github.com/WordPress/dashicons * License: GPL v2 diff --git a/composer.json b/composer.json index 53e1a47..ed9fa77 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.0.87", + "version": "1.0.88", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/dashicons.json b/json/dashicons.json index 74cbe79..eda54ac 100644 --- a/json/dashicons.json +++ b/json/dashicons.json @@ -247,6 +247,9 @@ "cloud-upload": { "body": "" }, + "code-standards": { + "body": "" + }, "color-picker": { "body": "" }, diff --git a/package.json b/package.json index 029f648..c703a24 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.0.87", + "version": "1.0.88", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",