From 39942c52d48b005c6cb15edb50240eff12529c05 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 16 Jan 2019 09:56:45 +0200 Subject: [PATCH] Update Vesper Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/vs.json | 58 +++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 5 files changed, 61 insertions(+), 9 deletions(-) diff --git a/collections.json b/collections.json index 72cb96b..bf575dd 100644 --- a/collections.json +++ b/collections.json @@ -349,12 +349,12 @@ }, "vs": { "name": "Vesper Icons", - "total": 152, + "total": 159, "author": "KK Vesper", "url": "https://github.com/kkvesper/vesper-icons", "license": "Open Font License", "licenseURL": "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL", - "version": "5.10.4", + "version": "5.11.1", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index a0e5482..7395be4 100644 --- a/collections.md +++ b/collections.md @@ -351,12 +351,12 @@ ### Vesper Icons -* Number of icons: 152 +* Number of icons: 159 * Author: KK Vesper * URL: https://github.com/kkvesper/vesper-icons * License: Open Font License * License URL: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL -* Version: 5.10.4 +* Version: 5.11.1 * Palette: Colorless * Category: General diff --git a/composer.json b/composer.json index 4a070a1..075e393 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.46", + "version": "1.0.47", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/vs.json b/json/vs.json index ee5edd4..f2b5443 100644 --- a/json/vs.json +++ b/json/vs.json @@ -43,7 +43,7 @@ "height": 1728, "inlineTop": -192 }, - "black-card": { + "bc-card": { "body": "", "width": 2368, "height": 1664, @@ -70,11 +70,23 @@ "calendar-alt-2": { "body": "" }, + "camel": { + "body": "", + "width": 2016, + "height": 1664, + "inlineTop": -160 + }, "cat-face": { "body": "", "height": 1664, "inlineTop": -192 }, + "cc-card": { + "body": "", + "width": 2368, + "height": 1664, + "inlineTop": -192 + }, "chair": { "body": "", "width": 1280 @@ -423,12 +435,24 @@ "p-square": { "body": "" }, + "panther": { + "body": "", + "width": 2016, + "height": 1984, + "inlineTop": 0 + }, "party": { "body": "", "width": 2112, "height": 1920, "inlineTop": 0 }, + "people-group": { + "body": "", + "width": 2624, + "height": 2016, + "inlineTop": 0 + }, "person": { "body": "", "width": 1664, @@ -482,6 +506,12 @@ "height": 1536, "inlineTop": -192 }, + "sheep": { + "body": "", + "width": 2016, + "height": 2048, + "inlineTop": 0 + }, "shield-check": { "body": "", "width": 2016, @@ -663,6 +693,18 @@ "v-square": { "body": "" }, + "volume-on": { + "body": "", + "width": 2016, + "height": 1728, + "inlineTop": -128 + }, + "volume-times": { + "body": "", + "width": 1824, + "height": 1472, + "inlineTop": -256 + }, "w-square": { "body": "" }, @@ -717,6 +759,9 @@ } }, "aliases": { + "black-card": { + "parent": "bc-card" + }, "elderly": { "parent": "senior" }, @@ -902,11 +947,18 @@ "f079": "door-closed", "f07a": "door-open", "f07b": "grapes", - "f07c": "black-card", + "f07c": "bc-card", "f07d": "shield-check", "f07e": "shield-times", "f07f": "multi-arrow", - "f080": "yahoo-japan" + "f080": "yahoo-japan", + "f081": "sheep", + "f082": "panther", + "f083": "camel", + "f084": "people-group", + "f085": "volume-times", + "f086": "volume-on", + "f087": "cc-card" }, "width": 1792, "height": 1792, diff --git a/package.json b/package.json index 3461873..e74cd6a 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.46", + "version": "1.0.47", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js" } \ No newline at end of file