From a4c1995561e1890205e706b8b44ec0e99cdbfe0f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 28 Nov 2024 12:08:35 -0800 Subject: [PATCH] chore: update icons --- icons.js | 29 ++++++++++++++++++++++------- package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/icons.js b/icons.js index e252c2c..c27421a 100644 --- a/icons.js +++ b/icons.js @@ -1,4 +1,4 @@ -// Generated by build.js at 2024-11-13T00:04:40.690Z +// Generated by build.js at 2024-11-28T20:08:32.561Z export default { "a-b-2": " \n", @@ -55,6 +55,7 @@ export default { "alarm-minus": " \n", "alarm-off": " \n", "alarm-plus": " \n", + "alarm-smoke": " \n", "alarm-snooze": " \n", "alarm": " \n", "album-off": " \n", @@ -327,8 +328,8 @@ export default { "article": " \n", "aspect-ratio-off": " \n", "aspect-ratio": " \n", - "assembly-off": " \n", - "assembly": " \n", + "assembly-off": " \n", + "assembly": " \n", "asset": " \n", "asterisk-simple": " \n", "asterisk": " \n", @@ -357,9 +358,12 @@ export default { "backpack": " \n", "backslash": " \n", "backspace": " \n", + "badge-2k": " \n", "badge-3d": " \n", + "badge-3k": " \n", "badge-4k": " \n", - "badge-8k": " \n", + "badge-5k": " \n", + "badge-8k": " \n", "badge-ad-off": " \n", "badge-ad": " \n", "badge-ar": " \n", @@ -502,6 +506,7 @@ export default { "blender": " \n", "blob": " \n", "blockquote": " \n", + "blocks": " \n", "bluetooth-connected": " \n", "bluetooth-off": " \n", "bluetooth-x": " \n", @@ -567,6 +572,7 @@ export default { "bowl-chopsticks": " \n", "bowl-spoon": " \n", "bowl": " \n", + "bowling": " \n", "box-align-bottom-left": " \n", "box-align-bottom-right": " \n", "box-align-bottom": " \n", @@ -988,10 +994,13 @@ export default { "broadcast-off": " \n", "broadcast": " \n", "browser-check": " \n", + "browser-maximize": " \n", + "browser-minus": " \n", "browser-off": " \n", - "browser-plus": " \n", + "browser-plus": " \n", + "browser-share": " \n", "browser-x": " \n", - "browser": " \n", + "browser": " \n", "brush-off": " \n", "brush": " \n", "bubble-minus": " \n", @@ -1118,7 +1127,7 @@ export default { "camper": " \n", "campfire": " \n", "cancel": " \n", - "candle": " \n", + "candle": " \n", "candy-off": " \n", "candy": " \n", "cane": " \n", @@ -1534,6 +1543,9 @@ export default { "code-minus": " \n", "code-off": " \n", "code-plus": " \n", + "code-variable-minus": " \n", + "code-variable-plus": " \n", + "code-variable": " \n", "code": " \n", "coffee-off": " \n", "coffee": " \n", @@ -4647,6 +4659,7 @@ export default { "u-turn-right": " \n", "ufo-off": " \n", "ufo": " \n", + "uhd": " \n", "umbrella-2": " \n", "umbrella-closed-2": " \n", "umbrella-closed": " \n", @@ -4791,6 +4804,8 @@ export default { "webhook-off": " \n", "webhook": " \n", "weight": " \n", + "wheat-off": " \n", + "wheat": " \n", "wheel": " \n", "wheelchair-off": " \n", "wheelchair": " \n", diff --git a/package-lock.json b/package-lock.json index c92a80e..19fc3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "devDependencies": { "@11ty/eleventy": "v3.0.0", - "@tabler/icons": "^3.22.0" + "@tabler/icons": "^3.23.0" } }, "node_modules/@11ty/dependency-tree": { @@ -349,9 +349,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.22.0.tgz", - "integrity": "sha512-IfgGzhFph5OBr2wTieWL/hyAs0FThnq9O155a6kfGYxqx7h5LQw91wnRswhEaGhXCcfmR7ZVDUr9H+x4b9Pb8g==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.23.0.tgz", + "integrity": "sha512-Cz+X58jfRm0g/KcupXXuPw5knj671lNR054AnmLXvCjudiQBWI0wZulDDSsqDoGezvBzMTNPQtNcjLkZs82ZxQ==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 2655213..8036bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cdransf/eleventy-tabler-icons-filled", - "version": "2.2.0", + "version": "2.3.0", "description": "Shortcodes to add filled Tabler icons to your Eleventy projects", "type": "module", "main": "tablericons.js", @@ -34,6 +34,6 @@ "license": "MIT", "devDependencies": { "@11ty/eleventy": "v3.0.0", - "@tabler/icons": "^3.22.0" + "@tabler/icons": "^3.23.0" } }