From c582f6205b67ec39e5812a4a7e0db437157cc4b1 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 17 Aug 2022 08:28:22 +0300 Subject: [PATCH] Update 2 icon sets: OOUI, Tabler Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/ooui.json | 4 ++-- json/tabler.json | 60 ++++++++++++++++++++++++++++++++++++++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 67 insertions(+), 13 deletions(-) diff --git a/collections.json b/collections.json index 2384526..b3dece6 100644 --- a/collections.json +++ b/collections.json @@ -153,8 +153,8 @@ }, "tabler": { "name": "Tabler Icons", - "total": 2232, - "version": "1.82.0", + "total": 2250, + "version": "1.83.1", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" diff --git a/collections.md b/collections.md index ce1226c..7a788c3 100644 --- a/collections.md +++ b/collections.md @@ -70,12 +70,12 @@ ### Tabler Icons -* Number of icons: 2232 +* Number of icons: 2250 * Author: Paweł Kuna * URL: https://github.com/tabler/tabler-icons * License: MIT * License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE -* Version: 1.82.0 +* Version: 1.83.1 * Palette: Colorless diff --git a/composer.json b/composer.json index 4ac1eec..d2532ed 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.1.93", + "version": "2.1.94", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ooui.json b/json/ooui.json index 0fc0cc3..faf6051 100644 --- a/json/ooui.json +++ b/json/ooui.json @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1660285751, + "lastModified": 1660714011, "icons": { "add": { "body": "" @@ -394,7 +394,7 @@ "body": "" }, "info": { - "body": "" + "body": "" }, "info-filled": { "body": "" diff --git a/json/tabler.json b/json/tabler.json index 66a80ce..35c33fb 100644 --- a/json/tabler.json +++ b/json/tabler.json @@ -2,8 +2,8 @@ "prefix": "tabler", "info": { "name": "Tabler Icons", - "total": 2232, - "version": "1.82.0", + "total": 2250, + "version": "1.83.1", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1660374475, + "lastModified": 1660714058, "icons": { "2fa": { "body": "" @@ -4535,6 +4535,15 @@ "mist": { "body": "" }, + "mood-angry": { + "body": "" + }, + "mood-annoyed": { + "body": "" + }, + "mood-annoyed-2": { + "body": "" + }, "mood-boy": { "body": "" }, @@ -4562,6 +4571,9 @@ "mood-look-right": { "body": "" }, + "mood-nerd": { + "body": "" + }, "mood-nervous": { "body": "" }, @@ -4574,18 +4586,60 @@ "mood-sad": { "body": "" }, + "mood-sad-2": { + "body": "" + }, + "mood-sad-dizzy": { + "body": "" + }, + "mood-sad-squint": { + "body": "" + }, + "mood-sick": { + "body": "" + }, + "mood-silence": { + "body": "" + }, "mood-sing": { "body": "" }, "mood-smile": { "body": "" }, + "mood-smile-beam": { + "body": "" + }, + "mood-smile-dizzy": { + "body": "" + }, "mood-suprised": { "body": "" }, "mood-tongue": { "body": "" }, + "mood-tongue-wink": { + "body": "" + }, + "mood-tongue-wink-2": { + "body": "" + }, + "mood-unamused": { + "body": "" + }, + "mood-wink": { + "body": "" + }, + "mood-wink-2": { + "body": "" + }, + "mood-wrrr": { + "body": "" + }, + "mood-xd": { + "body": "" + }, "moon": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index ae5b2b3..ea8ea2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.1.93", + "version": "2.1.94", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.1.93", + "version": "2.1.94", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 4132594..49b4181 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "2.1.93", + "version": "2.1.94", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues", "repository": {