From e7890b9c00ca918478646c105393c6f10787bf49 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 6 Jun 2019 21:32:54 +0300 Subject: [PATCH] Update BPMN, Feather Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/bpmn.json | 2 +- json/feather.json | 3 +++ package.json | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/collections.json b/collections.json index fd9d6e7..aa06d7d 100644 --- a/collections.json +++ b/collections.json @@ -232,7 +232,7 @@ }, "feather": { "name": "Feather Icons", - "total": 279, + "total": 280, "author": "Cole Bemis", "url": "https://github.com/feathericons/feather", "license": "MIT", @@ -722,7 +722,7 @@ "user", "lane-insert-above" ], - "version": "0.9.0", + "version": "0.9.3", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index c09065a..94442fe 100644 --- a/collections.md +++ b/collections.md @@ -135,7 +135,7 @@ ### Feather Icons -* Number of icons: 279 +* Number of icons: 280 * Author: Cole Bemis * URL: https://github.com/feathericons/feather * License: MIT @@ -421,7 +421,7 @@ * URL: https://github.com/bpmn-io/bpmn-font * License: Open Font License * License URL: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL -* Version: 0.9.0 +* Version: 0.9.3 * Palette: Colorless diff --git a/composer.json b/composer.json index f1f7ae5..1992760 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.115", + "version": "1.0.116", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/bpmn.json b/json/bpmn.json index b24eaf2..6298307 100644 --- a/json/bpmn.json +++ b/json/bpmn.json @@ -116,7 +116,7 @@ "body": "" }, "group": { - "body": "" + "body": "" }, "hand-tool": { "body": "", diff --git a/json/feather.json b/json/feather.json index e041d42..dc9d4e0 100644 --- a/json/feather.json +++ b/json/feather.json @@ -334,6 +334,9 @@ "folder-plus": { "body": "" }, + "framer": { + "body": "" + }, "frown": { "body": "" }, diff --git a/package.json b/package.json index 1c8289e..fbb9865 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.115", + "version": "1.0.116", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",