chore: update icons

This commit is contained in:
Cory Dransfeldt 2025-01-08 06:44:46 -08:00
parent ae4d43b437
commit c592874ce5
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
// Generated by build.js at 2025-01-06T19:46:09.857Z // Generated by build.js at 2025-01-08T14:44:44.099Z
export default { export default {
"a-b-2": " <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M16 21h3c.81 0 1.48 -.67 1.48 -1.48l.02 -.02c0 -.82 -.69 -1.5 -1.5 -1.5h-3v3z\" /> <path d=\"M16 15h2.5c.84 -.01 1.5 .66 1.5 1.5s-.66 1.5 -1.5 1.5h-2.5v-3z\" /> <path d=\"M4 9v-4c0 -1.036 .895 -2 2 -2s2 .964 2 2v4\" /> <path d=\"M2.99 11.98a9 9 0 0 0 9 9m9 -9a9 9 0 0 0 -9 -9\" /> <path d=\"M8 7h-4\" />\n", "a-b-2": " <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/> <path d=\"M16 21h3c.81 0 1.48 -.67 1.48 -1.48l.02 -.02c0 -.82 -.69 -1.5 -1.5 -1.5h-3v3z\" /> <path d=\"M16 15h2.5c.84 -.01 1.5 .66 1.5 1.5s-.66 1.5 -1.5 1.5h-2.5v-3z\" /> <path d=\"M4 9v-4c0 -1.036 .895 -2 2 -2s2 .964 2 2v4\" /> <path d=\"M2.99 11.98a9 9 0 0 0 9 9m9 -9a9 9 0 0 0 -9 -9\" /> <path d=\"M8 7h-4\" />\n",

12
package-lock.json generated
View file

@ -1,16 +1,16 @@
{ {
"name": "@cdransf/eleventy-tabler-icons-filled", "name": "@cdransf/eleventy-tabler-icons-filled",
"version": "2.7.0", "version": "2.8.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@cdransf/eleventy-tabler-icons-filled", "name": "@cdransf/eleventy-tabler-icons-filled",
"version": "2.7.0", "version": "2.8.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "v3.0.0", "@11ty/eleventy": "v3.0.0",
"@tabler/icons": "^3.27.1" "@tabler/icons": "^3.28.1"
} }
}, },
"node_modules/@11ty/dependency-tree": { "node_modules/@11ty/dependency-tree": {
@ -349,9 +349,9 @@
} }
}, },
"node_modules/@tabler/icons": { "node_modules/@tabler/icons": {
"version": "3.27.1", "version": "3.28.1",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.27.1.tgz", "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.28.1.tgz",
"integrity": "sha512-Utt80OeExBV/Pi9m9Z7ZRHOHQPapMO8t4mCSMb/n5oiLWCEU2HX+9mGzo772SVxyDZ3YQBgmzIYnGKhL3tUSSQ==", "integrity": "sha512-h7nqKEvFooLtFxhMOC1/2eiV+KRXhBUuDUUJrJlt6Ft6tuMw2eU/9GLQgrTk41DNmIEzp/LI83K9J9UUU8YBYQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"funding": { "funding": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@cdransf/eleventy-tabler-icons-filled", "name": "@cdransf/eleventy-tabler-icons-filled",
"version": "2.7.0", "version": "2.8.0",
"description": "Shortcodes to add filled Tabler icons to your Eleventy projects", "description": "Shortcodes to add filled Tabler icons to your Eleventy projects",
"type": "module", "type": "module",
"main": "tablericons.js", "main": "tablericons.js",
@ -34,6 +34,6 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "v3.0.0", "@11ty/eleventy": "v3.0.0",
"@tabler/icons": "^3.27.1" "@tabler/icons": "^3.28.1"
} }
} }