From 2b4e3ea9ee54243641abc18db07beb0858fd618f Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 29 Oct 2020 08:55:11 +0200 Subject: [PATCH] Update Gridicons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/gridicons.json | 7 +++++-- package.json | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/collections.json b/collections.json index 2e8267a..ac5d86b 100644 --- a/collections.json +++ b/collections.json @@ -570,7 +570,7 @@ }, "gridicons": { "name": "Gridicons", - "total": 198, + "total": 199, "author": "Automattic", "url": "https://github.com/Automattic/gridicons", "license": "GPL 2.0", diff --git a/collections.md b/collections.md index 400c63b..46c21c1 100644 --- a/collections.md +++ b/collections.md @@ -325,7 +325,7 @@ ### Gridicons -* Number of icons: 198 +* Number of icons: 199 * Author: Automattic * URL: https://github.com/Automattic/gridicons * License: GPL 2.0 diff --git a/composer.json b/composer.json index 3a0001a..4ea831f 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.248", + "version": "1.1.249", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/gridicons.json b/json/gridicons.json index 3e926c4..97d3851 100644 --- a/json/gridicons.json +++ b/json/gridicons.json @@ -2,7 +2,7 @@ "prefix": "gridicons", "info": { "name": "Gridicons", - "total": 198, + "total": 199, "author": { "name": "Automattic", "url": "https://github.com/Automattic/gridicons" @@ -534,7 +534,7 @@ "body": "" }, "stats-alt-2": { - "body": "" + "body": "" }, "stats-down": { "body": "" @@ -551,6 +551,9 @@ "status": { "body": "" }, + "story": { + "body": "" + }, "strikethrough": { "body": "" }, diff --git a/package.json b/package.json index 5d0f7de..61ce62d 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.248", + "version": "1.1.249", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",