diff --git a/collections.json b/collections.json index 7f00b3e..c6b8359 100644 --- a/collections.json +++ b/collections.json @@ -153,8 +153,8 @@ }, "tabler": { "name": "Tabler Icons", - "total": 3000, - "version": "1.112.0", + "total": 3018, + "version": "1.113.0", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" diff --git a/collections.md b/collections.md index 94b150d..75182c7 100644 --- a/collections.md +++ b/collections.md @@ -76,12 +76,12 @@ * File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Tabler Icons -* Number of icons: 3000 +* Number of icons: 3018 * 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.112.0 +* Version: 1.113.0 * Palette: Colorless * Icon set prefix: `tabler` * File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) diff --git a/composer.json b/composer.json index 06666ee..2ece636 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.142", + "version": "2.1.143", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/tabler.json b/json/tabler.json index f6db19c..04bd8d0 100644 --- a/json/tabler.json +++ b/json/tabler.json @@ -2,8 +2,8 @@ "prefix": "tabler", "info": { "name": "Tabler Icons", - "total": 3000, - "version": "1.112.0", + "total": 3018, + "version": "1.113.0", "author": { "name": "Paweł Kuna", "url": "https://github.com/tabler/tabler-icons" @@ -22,11 +22,14 @@ "category": "General", "palette": false }, - "lastModified": 1668753865, + "lastModified": 1669272943, "icons": { "123": { "body": "" }, + "24-hours": { + "body": "" + }, "2fa": { "body": "" }, @@ -1398,6 +1401,9 @@ "brand-angular": { "body": "" }, + "brand-ao3": { + "body": "" + }, "brand-appgallery": { "body": "" }, @@ -1422,6 +1428,9 @@ "brand-badoo": { "body": "" }, + "brand-baidu": { + "body": "" + }, "brand-bandcamp": { "body": "" }, @@ -1530,6 +1539,9 @@ "brand-deviantart": { "body": "" }, + "brand-dingtalk": { + "body": "" + }, "brand-discord": { "body": "" }, @@ -1719,6 +1731,9 @@ "brand-mastodon": { "body": "" }, + "brand-matrix": { + "body": "" + }, "brand-mcdonalds": { "body": "" }, @@ -1803,6 +1818,9 @@ "brand-paypal": { "body": "" }, + "brand-paypay": { + "body": "" + }, "brand-peanut": { "body": "" }, @@ -1824,6 +1842,9 @@ "brand-polymer": { "body": "" }, + "brand-powershell": { + "body": "" + }, "brand-prisma": { "body": "" }, @@ -1899,6 +1920,9 @@ "brand-socket-io": { "body": "" }, + "brand-solidjs": { + "body": "" + }, "brand-soundcloud": { "body": "" }, @@ -1944,12 +1968,18 @@ "brand-tailwind": { "body": "" }, + "brand-taobao": { + "body": "" + }, "brand-telegram": { "body": "" }, "brand-tether": { "body": "" }, + "brand-threejs": { + "body": "" + }, "brand-tidal": { "body": "" }, @@ -1983,6 +2013,9 @@ "brand-twitter": { "body": "" }, + "brand-typescript": { + "body": "" + }, "brand-uber": { "body": "" }, @@ -2016,6 +2049,9 @@ "brand-visual-studio": { "body": "" }, + "brand-vite": { + "body": "" + }, "brand-vivaldi": { "body": "" }, @@ -2043,6 +2079,9 @@ "brand-webflow": { "body": "" }, + "brand-wechat": { + "body": "" + }, "brand-whatsapp": { "body": "" }, @@ -4737,6 +4776,9 @@ "hand-rock": { "body": "" }, + "hand-sanitizer": { + "body": "" + }, "hand-stop": { "body": "" }, @@ -5899,6 +5941,9 @@ "menu-2": { "body": "" }, + "menu-order": { + "body": "" + }, "message": { "body": "" }, @@ -6575,6 +6620,9 @@ "pig-off": { "body": "" }, + "pilcrow": { + "body": "" + }, "pill": { "body": "" }, @@ -7158,6 +7206,9 @@ "sailboat": { "body": "" }, + "sailboat-2": { + "body": "" + }, "sailboat-off": { "body": "" }, @@ -7398,6 +7449,9 @@ "shoe-off": { "body": "" }, + "shopping-bag": { + "body": "" + }, "shopping-cart": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 5ac7ef0..63b1caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.1.142", + "version": "2.1.143", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.1.142", + "version": "2.1.143", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index b7e56b9..725aa4b 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.142", + "version": "2.1.143", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues", "repository": {