From 533caa115f441c159d43376a76cbfe8baa89d849 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 10 Dec 2021 09:39:40 +0200 Subject: [PATCH] Update Tabler Icons --- collections.json | 4 +-- collections.md | 4 +-- composer.json | 2 +- json/tabler.json | 62 ++++++++++++++++++++++++++++++++++++++++++++--- package-lock.json | 4 +-- package.json | 2 +- 6 files changed, 66 insertions(+), 12 deletions(-) diff --git a/collections.json b/collections.json index 25c7bdf..cfddd23 100644 --- a/collections.json +++ b/collections.json @@ -384,8 +384,8 @@ }, "tabler": { "name": "Tabler Icons", - "total": 1388, - "version": "1.46.0", + "total": 1406, + "version": "1.47.0", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" diff --git a/collections.md b/collections.md index 43621b6..f78b788 100644 --- a/collections.md +++ b/collections.md @@ -170,12 +170,12 @@ ### Tabler Icons -* Number of icons: 1388 +* Number of icons: 1406 * 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.46.0 +* Version: 1.47.0 * Palette: Colorless diff --git a/composer.json b/composer.json index 19fc2a3..0d34be0 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.0.8", + "version": "2.0.9", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/tabler.json b/json/tabler.json index 9dfe6bd..3685059 100644 --- a/json/tabler.json +++ b/json/tabler.json @@ -2,7 +2,7 @@ "prefix": "tabler", "info": { "name": "Tabler Icons", - "total": 1388, + "total": 1406, "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" @@ -12,7 +12,7 @@ "spdx": "MIT", "url": "https://github.com/tabler/tabler-icons/blob/master/LICENSE" }, - "version": "1.46.0", + "version": "1.47.0", "samples": [ "alien", "device-desktop", @@ -560,6 +560,9 @@ "bluetooth-off": { "body": "" }, + "blur": { + "body": "" + }, "bold": { "body": "" }, @@ -845,6 +848,9 @@ "brand-notion": { "body": "" }, + "brand-nytimes": { + "body": "" + }, "brand-open-source": { "body": "" }, @@ -1535,6 +1541,9 @@ "corner-up-right-double": { "body": "" }, + "cpu": { + "body": "" + }, "crane": { "body": "" }, @@ -1547,6 +1556,9 @@ "crop": { "body": "" }, + "cross": { + "body": "" + }, "crosshair": { "body": "" }, @@ -2150,6 +2162,9 @@ "gauge": { "body": "" }, + "gavel": { + "body": "" + }, "geometry": { "body": "" }, @@ -2231,6 +2246,9 @@ "h-6": { "body": "" }, + "hammer": { + "body": "" + }, "hand-click": { "body": "" }, @@ -2291,6 +2309,9 @@ "heart-rate-monitor": { "body": "" }, + "heartbeat": { + "body": "" + }, "helicopter": { "body": "" }, @@ -2327,6 +2348,9 @@ "hotel-service": { "body": "" }, + "hourglass": { + "body": "" + }, "ice-cream": { "body": "" }, @@ -2426,6 +2450,12 @@ "layout-align-top": { "body": "" }, + "layout-board": { + "body": "" + }, + "layout-board-split": { + "body": "" + }, "layout-bottombar": { "body": "" }, @@ -2822,6 +2852,9 @@ "mood-kid": { "body": "" }, + "mood-nervous": { + "body": "" + }, "mood-neutral": { "body": "" }, @@ -2852,6 +2885,9 @@ "motorbike": { "body": "" }, + "mountain": { + "body": "" + }, "mouse": { "body": "" }, @@ -3087,6 +3123,9 @@ "plane-departure": { "body": "" }, + "plane-inflight": { + "body": "" + }, "planet": { "body": "" }, @@ -3154,6 +3193,9 @@ "pray": { "body": "" }, + "prescription": { + "body": "" + }, "presentation": { "body": "" }, @@ -3439,6 +3481,12 @@ "shield-check": { "body": "" }, + "shield-checkered": { + "body": "" + }, + "shield-chevron": { + "body": "" + }, "shield-lock": { "body": "" }, @@ -3489,6 +3537,9 @@ "body": "", "hidden": true }, + "sleigh": { + "body": "" + }, "slice": { "body": "" }, @@ -3643,10 +3694,13 @@ "body": "" }, "stack": { - "body": "" + "body": "" }, "stack-2": { - "body": "" + "body": "" + }, + "stack-3": { + "body": "" }, "stairs": { "body": "" diff --git a/package-lock.json b/package-lock.json index c9f8067..b52e96d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.8", + "version": "2.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.8", + "version": "2.0.9", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index ee866a7..447a8e7 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.0.8", + "version": "2.0.9", "publishConfig": { "tag": "next" },