From 273d01ad541bb98c3ceb3181e6921857b7b057ce Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 10 Nov 2018 09:07:01 +0200 Subject: [PATCH] 2018-11-10 update --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/octicon.json | 45 +++++++++++++++++++++++++++++---------------- package.json | 2 +- 5 files changed, 35 insertions(+), 22 deletions(-) diff --git a/collections.json b/collections.json index 39f540c..1170fad 100644 --- a/collections.json +++ b/collections.json @@ -260,12 +260,12 @@ }, "octicon": { "name": "Octicons", - "total": 178, + "total": 180, "author": "GitHub", "url": "https://github.com/primer/octicons/", "license": "Open Font License", "licenseURL": "https://raw.githubusercontent.com/primer/octicons/master/LICENSE", - "version": "8.1.0", + "version": "8.1.2", "category": "General" }, "iwwa": { diff --git a/collections.md b/collections.md index d2a5576..8f93f00 100644 --- a/collections.md +++ b/collections.md @@ -262,12 +262,12 @@ ### Octicons -* Number of icons: 178 +* Number of icons: 180 * Author: GitHub * URL: https://github.com/primer/octicons/ * License: Open Font License * License URL: https://raw.githubusercontent.com/primer/octicons/master/LICENSE -* Version: 8.1.0 +* Version: 8.1.2 * Category: General diff --git a/composer.json b/composer.json index feb5865..1aa03c5 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.14", + "version": "1.0.15", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/octicon.json b/json/octicon.json index f2887c8..52de0e9 100644 --- a/json/octicon.json +++ b/json/octicon.json @@ -49,7 +49,8 @@ "width": 16 }, "bell": { - "body": "" + "body": "", + "width": 15 }, "bold": { "body": "", @@ -273,6 +274,10 @@ "body": "", "width": 12 }, + "github-action": { + "body": "", + "width": 16 + }, "globe": { "body": "" }, @@ -356,8 +361,8 @@ "width": 12 }, "list-ordered": { - "body": "", - "width": 12 + "body": "", + "width": 13 }, "list-unordered": { "body": "", @@ -376,7 +381,7 @@ "width": 25 }, "logo-github": { - "body": "", + "body": "", "width": 45 }, "mail": { @@ -408,7 +413,7 @@ "width": 16 }, "mortar-board": { - "body": "", + "body": "", "width": 16 }, "mute": { @@ -449,6 +454,9 @@ "body": "", "width": 16 }, + "play": { + "body": "" + }, "plug": { "body": "" }, @@ -553,8 +561,9 @@ "body": "" }, "sign-out": { - "body": "", - "width": 16 + "body": "", + "width": 16, + "height": 17 }, "smiley": { "body": "", @@ -575,7 +584,8 @@ "width": 12 }, "tag": { - "body": "" + "body": "", + "width": 15 }, "tasklist": { "body": "", @@ -596,12 +606,13 @@ "width": 12 }, "thumbsdown": { - "body": "", - "width": 16 + "body": "", + "width": 17, + "height": 17 }, "thumbsup": { - "body": "", - "width": 16 + "body": "", + "width": 17 }, "tools": { "body": "", @@ -635,12 +646,14 @@ "width": 16 }, "unverified": { - "body": "", - "width": 16 + "body": "", + "width": 17, + "height": 17 }, "verified": { - "body": "", - "width": 16 + "body": "", + "width": 17, + "height": 17 }, "versions": { "body": "" diff --git a/package.json b/package.json index 6d95fb6..accd24a 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.14", + "version": "1.0.15", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js" } \ No newline at end of file