diff --git a/icons.js b/icons.js index 0f9047d..0c2a21b 100644 --- a/icons.js +++ b/icons.js @@ -1,4 +1,4 @@ -// Generated by build.js at 2024-12-02T23:50:56.026Z +// Generated by build.js at 2024-12-15T20:06:32.079Z export default { "a-b-2": " \n", @@ -1079,7 +1079,7 @@ export default { "calendar-exclamation": " \n", "calendar-heart": " \n", "calendar-minus": " \n", - "calendar-month": " \n", + "calendar-month": " \n", "calendar-off": " \n", "calendar-pause": " \n", "calendar-pin": " \n", @@ -1095,7 +1095,7 @@ export default { "calendar-time": " \n", "calendar-up": " \n", "calendar-user": " \n", - "calendar-week": " \n", + "calendar-week": " \n", "calendar-x": " \n", "calendar": " \n", "camera-ai": " \n", @@ -2103,8 +2103,8 @@ export default { "equal": " \n", "eraser-off": " \n", "eraser": " \n", - "error-404-off": " \n", - "error-404": " \n", + "error-404-off": " \n", + "error-404": " \n", "escalator-down": " \n", "escalator-up": " \n", "escalator": " \n", @@ -2669,16 +2669,26 @@ export default { "hours-12": " \n", "hours-24": " \n", "html": " \n", - "http-connect": " \n", - "http-delete": " \n", + "http-connect-off": " \n", + "http-connect": " \n", + "http-delete-off": " \n", + "http-delete": " \n", + "http-get-off": " \n", "http-get": " \n", + "http-head-off": " \n", "http-head": " \n", - "http-options": " \n", + "http-options-off": " \n", + "http-options": " \n", + "http-patch-off": " \n", "http-patch": " \n", - "http-post": " \n", + "http-post-off": " \n", + "http-post": " \n", + "http-put-off": " \n", "http-put": " \n", - "http-que": " \n", - "http-trace": " \n", + "http-que-off": " \n", + "http-que": " \n", + "http-trace-off": " \n", + "http-trace": " \n", "ice-cream-2": " \n", "ice-cream-off": " \n", "ice-cream": " \n", @@ -4039,8 +4049,8 @@ export default { "search": " \n", "section-sign": " \n", "section": " \n", - "seeding-off": " \n", - "seeding": " \n", + "seedling-off": " \n", + "seedling": " \n", "select-all": " \n", "select": " \n", "selector": " \n", diff --git a/package-lock.json b/package-lock.json index 05fc22f..a6a7330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@cdransf/eleventy-plugin-tabler-icons", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cdransf/eleventy-plugin-tabler-icons", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "devDependencies": { "@11ty/eleventy": "v3.0.0", - "@tabler/icons": "^3.24.0" + "@tabler/icons": "^3.25.0" } }, "node_modules/@11ty/dependency-tree": { @@ -349,9 +349,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.24.0.tgz", - "integrity": "sha512-qNis9e90QcdxAGV3wNIeX0Ba2R7ktm0cnqOToKHJfC2kj3fvJwEVLsw63K0/fm7NW8rSZjDSTQRmMnSg8g/wrg==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.26.0.tgz", + "integrity": "sha512-oO3D4ss+DxzxqU1aDy0f1HmToyrO0gcQWIMpzHAfV1quPUx0BZYvNm5xz1DQb4DxNm/+xNvbBGLJy4pzTLYWag==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index d716a8d..e8bc0e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cdransf/eleventy-plugin-tabler-icons", - "version": "2.4.0", + "version": "2.5.0", "description": "Shortcodes to add 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.24.0" + "@tabler/icons": "^3.25.0" } }