From a72bad191927c129526ccdf52ef2abbdf4938037 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Kuna?=
<1282324+codecalm@users.noreply.github.com>
Date: Sat, 20 Aug 2022 11:12:13 +0200
Subject: [PATCH] Update Tabler Icons to v1.84.0 (#1212)
---
package-lock.json | 28 ++--
package.json | 7 +-
src/pages/_data/icons.yml | 261 ++++++++++++++++++++++++++++++++++++++
3 files changed, 279 insertions(+), 17 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 989a34665..899b13122 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.11.6",
- "@tabler/icons": "^1.83.1",
+ "@tabler/icons": "^1.84.0",
"bootstrap": "5.2.0"
},
"devDependencies": {
@@ -53,7 +53,7 @@
"plyr": "^3.7.2",
"postcss": "^8.4.16",
"release-it": "^15.3.0",
- "rollup": "^2.78.0",
+ "rollup": "^2.78.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.54.4",
@@ -2335,9 +2335,9 @@
}
},
"node_modules/@tabler/icons": {
- "version": "1.83.1",
- "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.83.1.tgz",
- "integrity": "sha512-xJi+59SEIoa3ApbIu81uivmf7Byp9zexoclMlJedBUJGm8vJOeh5PHZFa9k2a/mBnVFccMvJrWpEKbYg0jn1ew==",
+ "version": "1.84.0",
+ "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.84.0.tgz",
+ "integrity": "sha512-j1ykzKg9XPkuiK3xN8cNVZA+3+ij4gmdRlnxW8dR1QiBDEWHIU0KXIF8Wt1KDC6nR/LmjL+OMJkUdmRj/k2YtQ==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
@@ -13328,9 +13328,9 @@
}
},
"node_modules/rollup": {
- "version": "2.78.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.0.tgz",
- "integrity": "sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==",
+ "version": "2.78.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz",
+ "integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -18001,9 +18001,9 @@
}
},
"@tabler/icons": {
- "version": "1.83.1",
- "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.83.1.tgz",
- "integrity": "sha512-xJi+59SEIoa3ApbIu81uivmf7Byp9zexoclMlJedBUJGm8vJOeh5PHZFa9k2a/mBnVFccMvJrWpEKbYg0jn1ew==",
+ "version": "1.84.0",
+ "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.84.0.tgz",
+ "integrity": "sha512-j1ykzKg9XPkuiK3xN8cNVZA+3+ij4gmdRlnxW8dR1QiBDEWHIU0KXIF8Wt1KDC6nR/LmjL+OMJkUdmRj/k2YtQ==",
"requires": {}
},
"@tootallnate/once": {
@@ -26456,9 +26456,9 @@
}
},
"rollup": {
- "version": "2.78.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.0.tgz",
- "integrity": "sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==",
+ "version": "2.78.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz",
+ "integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
diff --git a/package.json b/package.json
index 11fad13d8..86c6e2018 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
"storybook": "start-storybook -p 6006",
- "changelog": "gulp changelog"
+ "changelog": "gulp changelog",
+ "icons": "ncu -u @tabler/icons && npm install && gulp svg-icons && git add . && git commit -am \"update icons to v`npm info @tabler/icons version`\" && git push"
},
"repository": {
"type": "git",
@@ -95,7 +96,7 @@
"plyr": "^3.7.2",
"postcss": "^8.4.16",
"release-it": "^15.3.0",
- "rollup": "^2.78.0",
+ "rollup": "^2.78.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.54.4",
@@ -108,7 +109,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.6",
- "@tabler/icons": "^1.83.1",
+ "@tabler/icons": "^1.84.0",
"bootstrap": "5.2.0"
},
"peerDependencies": {
diff --git a/src/pages/_data/icons.yml b/src/pages/_data/icons.yml
index ad32b9f46..c0e9c8db2 100644
--- a/src/pages/_data/icons.yml
+++ b/src/pages/_data/icons.yml
@@ -2075,6 +2075,33 @@ biohazard:
+bleach-chlorine:
+bleach-no-chlorine:
+bleach-off:
+bleach:
blockquote:
+ironing-1:
+ironing-2:
+ironing-3:
+ironing-off:
+ironing-steam-off:
+ironing-steam:
italic:
+wash-dry-1:
+wash-dry-2:
+wash-dry-3:
+wash-dry-a:
+wash-dry-dip:
+wash-dry-f:
+wash-dry-hang:
+wash-dry-off:
+wash-dry-p:
+wash-dry-shade:
+wash-dry:
+wash-dryclean:
+wash-gentle:
wash-machine:
+wash-off:
+wash-press:
+wash-temperature-1:
+wash-temperature-2:
+wash-temperature-3:
+wash-temperature-4:
+wash-temperature-5:
+wash-temperature-6:
+wash-tumble-dry:
+wash-tumble-off:
+wash:
wave-saw-tool: