diff --git a/collections.json b/collections.json index b7b9888..3d0fff1 100644 --- a/collections.json +++ b/collections.json @@ -167,7 +167,7 @@ }, "dashicons": { "name": "Dashicons", - "total": 299, + "total": 303, "author": "WordPress", "url": "https://github.com/WordPress/dashicons", "license": "GPL v2", diff --git a/collections.md b/collections.md index 7711a89..62f8be7 100644 --- a/collections.md +++ b/collections.md @@ -98,7 +98,7 @@ ### Dashicons -* Number of icons: 299 +* Number of icons: 303 * Author: WordPress * URL: https://github.com/WordPress/dashicons * License: GPL v2 diff --git a/composer.json b/composer.json index 6a782fc..53e1a47 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.86", + "version": "1.0.87", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/dashicons.json b/json/dashicons.json index 1c26754..74cbe79 100644 --- a/json/dashicons.json +++ b/json/dashicons.json @@ -122,7 +122,7 @@ "body": "" }, "arrow-up": { - "body": "" + "body": "" }, "arrow-up-alt": { "body": "" @@ -130,6 +130,9 @@ "arrow-up-alt2": { "body": "" }, + "arrow-up-duplicate": { + "body": "" + }, "art": { "body": "" }, @@ -152,7 +155,7 @@ "body": "" }, "buddicons-bbpress-logo": { - "body": "" + "body": "" }, "buddicons-buddypress-logo": { "body": "" @@ -236,7 +239,7 @@ "body": "" }, "cloud": { - "body": "" + "body": "" }, "cloud-saved": { "body": "" @@ -295,6 +298,9 @@ "edit": { "body": "" }, + "edit-large": { + "body": "" + }, "editor-aligncenter": { "body": "" }, @@ -313,6 +319,9 @@ "editor-code": { "body": "" }, + "editor-code-duplicate": { + "body": "" + }, "editor-contract": { "body": "" }, @@ -341,13 +350,13 @@ "body": "" }, "editor-ltr": { - "body": "" + "body": "" }, "editor-ol": { "body": "" }, "editor-ol-rtl": { - "body": "" + "body": "" }, "editor-outdent": { "body": "" @@ -368,7 +377,7 @@ "body": "" }, "editor-rtl": { - "body": "" + "body": "" }, "editor-spellcheck": { "body": "" @@ -404,7 +413,7 @@ "body": "" }, "email-alt2": { - "body": "" + "body": "" }, "embed-audio": { "body": "" @@ -572,11 +581,14 @@ "body": "" }, "lock": { - "body": "" + "body": "" }, "lock-alt": { "body": "" }, + "lock-duplicate": { + "body": "" + }, "marker": { "body": "" }, @@ -611,16 +623,20 @@ "body": "" }, "menu": { - "body": "" + "body": "" }, "menu-alt": { - "body": "" + "body": "" }, - "menu-alt-2": { + "menu-alt2": { + "body": "" + }, + "menu-alt3": { "body": "" }, "menu2": { - "body": "" + "body": "", + "hidden": true }, "microphone": { "body": "" @@ -668,7 +684,7 @@ "body": "" }, "plugins-checked": { - "body": "" + "body": "" }, "plus": { "body": "" @@ -701,7 +717,7 @@ "body": "" }, "rest-api": { - "body": "" + "body": "" }, "rss": { "body": "" @@ -800,7 +816,7 @@ "body": "" }, "text-page": { - "body": "" + "body": "" }, "thumbs-down": { "body": "" @@ -827,7 +843,7 @@ "body": "" }, "twitter-alt": { - "body": "" + "body": "" }, "undo": { "body": "" @@ -844,8 +860,12 @@ "update": { "body": "" }, + "update-alt": { + "body": "" + }, "update2": { - "body": "" + "body": "", + "hidden": true }, "upload": { "body": "" @@ -900,6 +920,9 @@ } }, "aliases": { + "menu-alt-2": { + "parent": "menu-alt3" + }, "plus-light": { "parent": "plus-alt2" } diff --git a/json/ic.json b/json/ic.json index 2b51111..f53546d 100644 --- a/json/ic.json +++ b/json/ic.json @@ -4044,7 +4044,7 @@ "body": "" }, "outline-duo": { - "body": "" + "body": "" }, "outline-dvr": { "body": "" @@ -4641,7 +4641,7 @@ "body": "" }, "outline-label-important": { - "body": "" + "body": "" }, "outline-label-off": { "body": "" @@ -5190,7 +5190,7 @@ "body": "" }, "outline-pets": { - "body": "" + "body": "" }, "outline-phone": { "body": "" @@ -6210,7 +6210,7 @@ "body": "" }, "outline-warning": { - "body": "" + "body": "" }, "outline-watch": { "body": "" @@ -13452,7 +13452,7 @@ "body": "" }, "twotone-duo": { - "body": "" + "body": "" }, "twotone-dvr": { "body": "" @@ -14598,7 +14598,7 @@ "body": "" }, "twotone-pets": { - "body": "" + "body": "" }, "twotone-phone": { "body": "" diff --git a/package.json b/package.json index 6eade8c..029f648 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.86", + "version": "1.0.87", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",