From d9a95d2651ffe45dd4f20af698cca6cea4bed707 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 16 Apr 2020 10:04:47 +0300 Subject: [PATCH] Update Dashicons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/dashicons.json | 111 ++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 5 files changed, 112 insertions(+), 7 deletions(-) diff --git a/collections.json b/collections.json index bbb195d..bb99158 100644 --- a/collections.json +++ b/collections.json @@ -199,7 +199,7 @@ }, "dashicons": { "name": "Dashicons", - "total": 304, + "total": 339, "author": "WordPress", "url": "https://github.com/WordPress/dashicons", "license": "GPL 2.0", diff --git a/collections.md b/collections.md index 8227a83..14a6df2 100644 --- a/collections.md +++ b/collections.md @@ -116,7 +116,7 @@ ### Dashicons -* Number of icons: 304 +* Number of icons: 339 * Author: WordPress * URL: https://github.com/WordPress/dashicons * License: GPL 2.0 diff --git a/composer.json b/composer.json index 6960008..d0c7973 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.132", + "version": "1.1.133", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/dashicons.json b/json/dashicons.json index 5983602..8dc6fcb 100644 --- a/json/dashicons.json +++ b/json/dashicons.json @@ -2,7 +2,7 @@ "prefix": "dashicons", "info": { "name": "Dashicons", - "total": 304, + "total": 339, "author": { "name": "WordPress", "url": "https://github.com/WordPress/dashicons" @@ -83,6 +83,9 @@ "admin-users": { "body": "" }, + "airplane": { + "body": "" + }, "album": { "body": "" }, @@ -110,6 +113,9 @@ "align-wide": { "body": "" }, + "amazon": { + "body": "" + }, "analytics": { "body": "" }, @@ -164,6 +170,15 @@ "backup": { "body": "" }, + "bank": { + "body": "" + }, + "beer": { + "body": "" + }, + "bell": { + "body": "" + }, "block-default": { "body": "" }, @@ -221,6 +236,9 @@ "button": { "body": "" }, + "calculator": { + "body": "" + }, "calendar": { "body": "" }, @@ -272,6 +290,9 @@ "code-standards": { "body": "" }, + "coffee": { + "body": "" + }, "color-picker": { "body": "" }, @@ -311,6 +332,24 @@ "dashboard": { "body": "" }, + "database": { + "body": "" + }, + "database-add": { + "body": "" + }, + "database-export": { + "body": "" + }, + "database-import": { + "body": "" + }, + "database-remove": { + "body": "" + }, + "database-view": { + "body": "" + }, "desktop": { "body": "" }, @@ -320,12 +359,18 @@ "download": { "body": "" }, + "drumstick": { + "body": "" + }, "edit": { "body": "" }, "edit-large": { "body": "" }, + "edit-page": { + "body": "" + }, "editor-aligncenter": { "body": "" }, @@ -479,6 +524,9 @@ "flag": { "body": "" }, + "food": { + "body": "" + }, "format-aside": { "body": "" }, @@ -506,8 +554,17 @@ "forms": { "body": "" }, + "fullscreen-alt": { + "body": "" + }, + "fullscreen-exit-alt": { + "body": "" + }, + "games": { + "body": "" + }, "googleplus": { - "body": "" + "body": "" }, "grid-view": { "body": "" @@ -527,6 +584,9 @@ "hidden": { "body": "" }, + "hourglass": { + "body": "" + }, "html": { "body": "" }, @@ -596,6 +656,9 @@ "lightbulb": { "body": "" }, + "linkedin": { + "body": "" + }, "list-view": { "body": "" }, @@ -675,6 +738,9 @@ "money": { "body": "" }, + "money-alt": { + "body": "" + }, "move": { "body": "" }, @@ -690,18 +756,30 @@ "no-alt": { "body": "" }, + "open-folder": { + "body": "" + }, "palmtree": { "body": "" }, "paperclip": { "body": "" }, + "pdf": { + "body": "" + }, "performance": { "body": "" }, + "pets": { + "body": "" + }, "phone": { "body": "" }, + "pinterest": { + "body": "" + }, "playlist-audio": { "body": "" }, @@ -729,12 +807,21 @@ "pressthis": { "body": "" }, + "printer": { + "body": "" + }, + "privacy": { + "body": "" + }, "products": { "body": "" }, "randomize": { "body": "" }, + "reddit": { + "body": "" + }, "redo": { "body": "" }, @@ -792,6 +879,9 @@ "sos": { "body": "" }, + "spotify": { + "body": "" + }, "star-empty": { "body": "" }, @@ -807,6 +897,12 @@ "store": { "body": "" }, + "superhero": { + "body": "" + }, + "superhero-alt": { + "body": "" + }, "table-col-after": { "body": "" }, @@ -856,7 +952,7 @@ "body": "" }, "tide": { - "body": "" + "body": "" }, "translation": { "body": "" @@ -864,6 +960,9 @@ "trash": { "body": "" }, + "twitch": { + "body": "" + }, "twitter": { "body": "" }, @@ -931,6 +1030,9 @@ "welcome-write-blog": { "body": "" }, + "whatsapp": { + "body": "" + }, "wordpress": { "body": "" }, @@ -942,6 +1044,9 @@ }, "yes-alt": { "body": "" + }, + "youtube": { + "body": "" } }, "aliases": { diff --git a/package.json b/package.json index b04fcad..69e2096 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.132", + "version": "1.1.133", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",