From 5d982dcc7f7ad31b304303f73adaa7b78a7834e8 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 23 Mar 2019 23:59:52 +0200 Subject: [PATCH] Update Bytesize Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/bytesize.json | 9 +++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/collections.json b/collections.json index a29fc36..cd434f9 100644 --- a/collections.json +++ b/collections.json @@ -450,7 +450,7 @@ }, "bytesize": { "name": "Bytesize Icons", - "total": 96, + "total": 99, "author": "Dan Klammer", "url": "https://github.com/danklammer/bytesize-icons", "license": "MIT", diff --git a/collections.md b/collections.md index 6942cad..76ac762 100644 --- a/collections.md +++ b/collections.md @@ -261,7 +261,7 @@ ### Bytesize Icons -* Number of icons: 96 +* Number of icons: 99 * Author: Dan Klammer * URL: https://github.com/danklammer/bytesize-icons * License: MIT diff --git a/composer.json b/composer.json index b1a852b..22786a3 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.83", + "version": "1.0.84", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/bytesize.json b/json/bytesize.json index 5690695..1674652 100644 --- a/json/bytesize.json +++ b/json/bytesize.json @@ -292,6 +292,15 @@ }, "work": { "body": "" + }, + "zoom-in": { + "body": "" + }, + "zoom-out": { + "body": "" + }, + "zoom-reset": { + "body": "" } }, "width": 32, diff --git a/package.json b/package.json index 039050b..ce30410 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.83", + "version": "1.0.84", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",