From 1ef576182eea650f65af117fdd20b1d8b71d4fb2 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 29 Dec 2021 09:50:39 +0200 Subject: [PATCH] Update Lucide, Tabler Icons --- collections.json | 6 ++--- collections.md | 6 ++--- composer.json | 2 +- json/lucide.json | 5 +++- json/tabler.json | 60 ++++++++++++++++++++++++++++++++++++++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 71 insertions(+), 14 deletions(-) diff --git a/collections.json b/collections.json index e52c27b..e27118f 100644 --- a/collections.json +++ b/collections.json @@ -384,8 +384,8 @@ }, "tabler": { "name": "Tabler Icons", - "total": 1442, - "version": "1.49.0", + "total": 1460, + "version": "1.50.0", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" @@ -779,7 +779,7 @@ }, "lucide": { "name": "Lucide", - "total": 529, + "total": 530, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" diff --git a/collections.md b/collections.md index 2a51971..70e2c99 100644 --- a/collections.md +++ b/collections.md @@ -170,12 +170,12 @@ ### Tabler Icons -* Number of icons: 1442 +* Number of icons: 1460 * 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.49.0 +* Version: 1.50.0 * Palette: Colorless @@ -344,7 +344,7 @@ ### Lucide -* Number of icons: 529 +* Number of icons: 530 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC diff --git a/composer.json b/composer.json index b3693ea..19d3f1a 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.16", + "version": "2.0.17", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/lucide.json b/json/lucide.json index 221f3b7..e65ca26 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 529, + "total": 530, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -1111,6 +1111,9 @@ "piggy-bank": { "body": "" }, + "pin": { + "body": "" + }, "pipette": { "body": "" }, diff --git a/json/tabler.json b/json/tabler.json index 447dd22..29ec004 100644 --- a/json/tabler.json +++ b/json/tabler.json @@ -2,7 +2,7 @@ "prefix": "tabler", "info": { "name": "Tabler Icons", - "total": 1442, + "total": 1460, "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.49.0", + "version": "1.50.0", "samples": [ "alien", "device-desktop", @@ -449,11 +449,17 @@ "backspace": { "body": "" }, + "badge": { + "body": "" + }, + "badges": { + "body": "" + }, "ball-american-football": { "body": "" }, "ball-baseball": { - "body": "" + "body": "" }, "ball-basketball": { "body": "" @@ -551,6 +557,9 @@ "bell-x": { "body": "" }, + "bible": { + "body": "" + }, "bike": { "body": "" }, @@ -590,6 +599,9 @@ "book": { "body": "" }, + "book-2": { + "body": "" + }, "bookmark": { "body": "" }, @@ -1157,6 +1169,9 @@ "camera-selfie": { "body": "" }, + "candle": { + "body": "" + }, "candy": { "body": "" }, @@ -1514,6 +1529,9 @@ "contrast": { "body": "" }, + "contrast-2": { + "body": "" + }, "cookie": { "body": "" }, @@ -1610,6 +1628,9 @@ "cup": { "body": "" }, + "curling": { + "body": "" + }, "curly-loop": { "body": "" }, @@ -2276,6 +2297,9 @@ "grid-dots": { "body": "" }, + "grid-pattern": { + "body": "" + }, "grill": { "body": "" }, @@ -2381,6 +2405,9 @@ "helicopter-landing": { "body": "" }, + "helmet": { + "body": "" + }, "help": { "body": "" }, @@ -2420,6 +2447,9 @@ "ice-cream-2": { "body": "" }, + "ice-skating": { + "body": "" + }, "id": { "body": "" }, @@ -2747,6 +2777,9 @@ "logout": { "body": "" }, + "lollipop": { + "body": "" + }, "luggage": { "body": "" }, @@ -2834,6 +2867,9 @@ "medal": { "body": "" }, + "medal-2": { + "body": "" + }, "medical-cross": { "body": "" }, @@ -2894,6 +2930,12 @@ "microscope": { "body": "" }, + "miliraty-award": { + "body": "" + }, + "military-rank": { + "body": "" + }, "milk": { "body": "" }, @@ -3274,6 +3316,9 @@ "polaroid": { "body": "" }, + "polygon": { + "body": "" + }, "pool": { "body": "" }, @@ -3433,6 +3478,9 @@ "rocket": { "body": "" }, + "roller-skating": { + "body": "" + }, "rotate": { "body": "" }, @@ -3601,6 +3649,9 @@ "shirt": { "body": "" }, + "shoe": { + "body": "" + }, "shopping-cart": { "body": "" }, @@ -4006,6 +4057,9 @@ "toggle-right": { "body": "" }, + "toilet-paper": { + "body": "" + }, "tool": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 3cb9b14..bd14e4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.16", + "version": "2.0.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.16", + "version": "2.0.17", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index bd405d6..133c4f5 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.16", + "version": "2.0.17", "publishConfig": { "tag": "next" },