瀏覽代碼

Update Tabler Icons to v1.84.0 (#1212)

Paweł Kuna 3 年之前
父節點
當前提交
a72bad1919
共有 3 個文件被更改,包括 279 次插入17 次删除
  1. 14 14
      package-lock.json
  2. 4 3
      package.json
  3. 261 0
      src/pages/_data/icons.yml

+ 14 - 14
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"

+ 4 - 3
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": {

+ 261 - 0
src/pages/_data/icons.yml

@@ -2075,6 +2075,33 @@ biohazard: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764
   -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1
   -1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" /></svg>
+bleach-chlorine: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-bleach-chlorine" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5
+  0l-7.1 12.25a2 2 0 0 0 1.75 2.75" /><path d="M11 12h-1a2 2 0 1 0 0 4h1"
+  /><path d="M14 12v4h2" /></svg>
+bleach-no-chlorine: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-bleach-no-chlorine" width="24" height="24" viewBox="0
+  0 24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2
+  2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" /><path d="M6.576 18.999l7.907
+  -13.733" /><path d="M11.719 19.014l5.346 -9.284" /></svg>
+bleach-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-bleach-off" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M5 19h14m1.986 -1.977a2.001 2.001 0 0 0 -.146 -.773l-7.1
+  -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75
+  2.75" /><path d="M3 3l18 18" /></svg>
+bleach: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-bleach" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5
+  0l-7.1 12.25a2 2 0 0 0 1.75 2.75" /></svg>
 blockquote: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   icon-tabler-blockquote" width="24" height="24" viewBox="0 0 24 24"
   stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
@@ -9294,6 +9321,48 @@ input-search: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   fill="none"/><path d="M19 11v-3a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0
   2 2h5" /><circle cx="15.5" cy="15.5" r="2.5" /><path d="M17.5 17.5l2.5 2.5"
   /></svg>
+ironing-1: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-ironing-1" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1
+  1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" /><path d="M12 15h.01" /></svg>
+ironing-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-ironing-2" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M10 15h.01" /><path d="M9 6h7.459a3 3 0 0 1 2.959
+  2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8"
+  /><path d="M14 15h.01" /></svg>
+ironing-3: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-ironing-3" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M12 15h.01" /><path d="M9 6h7.459a3 3 0 0 1 2.959
+  2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8"
+  /><path d="M9 15h.01" /><path d="M15 15h.01" /></svg>
+ironing-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-ironing-off" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M10 6h6.459a3 3 0 0 1 2.959 2.507l.577 3.464l.804
+  4.821l.007 .044m-2.806 1.164h-15a7 7 0 0 1 7 -7h1m4 0h4.8" /><path d="M3 3l18
+  18" /></svg>
+ironing-steam-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-ironing-steam-off" width="24" height="24" viewBox="0 0
+  24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M9 4h7.459a3 3 0 0 1 2.959 2.507l.577
+  3.464l.81 4.865a1 1 0 0 1 -.821 1.15" /><path d="M16 16h-13a7.001 7.001 0 0 1
+  6.056 -6.937" /><path d="M13 9h6.8" /><path d="M12 19v2" /><path d="M8 19l-1
+  2" /><path d="M16 19l1 2" /><path d="M3 3l18 18" /></svg>
+ironing-steam: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-ironing-steam" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M12 19v2" /><path d="M9 4h7.459a3 3 0 0 1 2.959
+  2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8"
+  /><path d="M8 19l-1 2" /><path d="M16 19l1 2" /></svg>
 italic: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   icon-tabler-italic" width="24" height="24" viewBox="0 0 24 24"
   stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
@@ -15694,6 +15763,88 @@ wand: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   y1="6" x2="18" y2="9" /><path d="M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0
   -2 -2a2 2 0 0 0 2 -2" /><path d="M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0
   -2 -2a2 2 0 0 0 2 -2" /></svg>
+wash-dry-1: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-1" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /><circle cx="12"
+  cy="12" r="6" /><path d="M12 12h.01" /></svg>
+wash-dry-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-2" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /><circle cx="12"
+  cy="12" r="6" /><path d="M10 12h.01" /><path d="M14 12h.01" /></svg>
+wash-dry-3: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-3" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /><circle cx="12"
+  cy="12" r="6" /><path d="M12 12h.01" /><path d="M9 12h.01" /><path d="M15
+  12h.01" /></svg>
+wash-dry-a: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-a" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><circle cx="12" cy="12" r="9" /><path d="M9 16v-4.8c0 -1.657
+  1.343 -3.2 3 -3.2s3 1.543 3 3.2v4.8" /><path d="M15 13h-6" /></svg>
+wash-dry-dip: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-dip" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /><path d="M12
+  7v10" /><path d="M16 7v10" /><path d="M8 7v10" /></svg>
+wash-dry-f: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-f" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><circle cx="12" cy="12" r="9" /><path d="M10 16v-8h4" /><path
+  d="M13 12h-3" /></svg>
+wash-dry-hang: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-hang" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /><path d="M4
+  4.01c5.333 5.323 10.667 5.32 16 -.01" /></svg>
+wash-dry-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-off" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1
+  -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11"
+  /><path d="M3 3l18 18" /></svg>
+wash-dry-p: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-p" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><circle cx="12" cy="12" r="9" /><path d="M10 16v-8h2.5a2.5 2.5 0
+  1 1 0 5h-2.5" /></svg>
+wash-dry-shade: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry-shade" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /><path d="M3
+  11l8 -8" /><path d="M3 17l14 -14" /></svg>
+wash-dry: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dry" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /></svg>
+wash-dryclean: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-dryclean" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><circle cx="12" cy="12" r="9" /></svg>
+wash-gentle: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-gentle" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M3.486 5.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539
+  -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21
+  .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007
+  1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014 .503 -.034"
+  /><path d="M3 3l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973
+  -1.671l1.721 -10.329" /><path d="M5 18h14" /><path d="M5 21h14" /></svg>
 wash-machine: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   icon-tabler-wash-machine" width="24" height="24" viewBox="0 0 24 24"
   stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
@@ -15702,6 +15853,116 @@ wash-machine: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   cy="14" r="4" /><path d="M8 6h.01" /><path d="M11 6h.01" /><path d="M14 6h2"
   /><path d="M8 14c1.333 -.667 2.667 -.667 4 0c1.333 .667 2.667 .667 4 0"
   /></svg>
+wash-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-off" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612c.208 0
+  .41 -.032 .6 -.092m1.521 -2.472l1.573 -9.436" /><path d="M3.486 8.965c.168 .02
+  .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5m4.92
+  .919c.428 -.083 .805 -.227 1.08 -.418c.461 -.322 1.21 -.508 2 -.5c.79 -.008
+  1.539 .178 2 .5c.461 .32 1.21 .508 2 .5c.17 -.003 .339 -.015 .503 -.035"
+  /><path d="M3 3l18 18" /></svg>
+wash-press: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-press" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M3.486 7.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539
+  -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21
+  .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007
+  1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014 .503 -.034"
+  /><path d="M3 5l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973
+  -1.671l1.721 -10.329" /><path d="M5 20h14" /></svg>
+wash-temperature-1: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-wash-temperature-1" width="24" height="24" viewBox="0
+  0 24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M3 6l1.721 10.329a2 2 0 0 0 1.973
+  1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" /><path d="M3.486
+  8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21
+  -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539
+  -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21
+  .509 2 .5c.17 -.002 .339 -.014 .503 -.034" /><path d="M12 13h.01" /></svg>
+wash-temperature-2: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-wash-temperature-2" width="24" height="24" viewBox="0
+  0 24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79
+  .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2
+  .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2
+  -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014
+  .503 -.034" /><path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0
+  0 1.973 -1.671l1.721 -10.329" /><path d="M14 13h.01" /><path d="M10 13h.01"
+  /></svg>
+wash-temperature-3: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-wash-temperature-3" width="24" height="24" viewBox="0
+  0 24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79
+  .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2
+  .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2
+  -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014
+  .503 -.034" /><path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0
+  0 1.973 -1.671l1.721 -10.329" /><path d="M12 13h.01" /><path d="M15 13h.01"
+  /><path d="M9 13h.01" /></svg>
+wash-temperature-4: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-wash-temperature-4" width="24" height="24" viewBox="0
+  0 24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79
+  .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2
+  .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2
+  -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014
+  .503 -.034" /><path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0
+  0 1.973 -1.671l1.721 -10.329" /><path d="M10 15h.01" /><path d="M14 15h.01"
+  /><path d="M14 12h.01" /><path d="M10 12h.01" /></svg>
+wash-temperature-5: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-wash-temperature-5" width="24" height="24" viewBox="0
+  0 24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M10 15h.01" /><path d="M3 6l1.721 10.329a2 2
+  0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" /><path d="M14
+  15h.01" /><path d="M15 12h.01" /><path d="M12 12h.01" /><path d="M9 12h.01"
+  /><path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2
+  -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2
+  .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2
+  .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014 .503 -.034" /></svg>
+wash-temperature-6: <svg xmlns="http://www.w3.org/2000/svg" class="icon
+  icon-tabler icon-tabler-wash-temperature-6" width="24" height="24" viewBox="0
+  0 24 24" stroke-width="2" stroke="currentColor" fill="none"
+  stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0
+  0h24v24H0z" fill="none"/><path d="M9 15h.01" /><path d="M3 6l1.721 10.329a2 2
+  0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" /><path d="M12
+  15h.01" /><path d="M15 15h.01" /><path d="M15 12h.01" /><path d="M12 12h.01"
+  /><path d="M9 12h.01" /><path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79
+  .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2
+  .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2
+  -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014
+  .503 -.034" /></svg>
+wash-tumble-dry: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-tumble-dry" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><rect x="3" y="3" width="18" height="18" rx="3" /><circle cx="12"
+  cy="12" r="6" /></svg>
+wash-tumble-off: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash-tumble-off" width="24" height="24" viewBox="0 0 24 24"
+  stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1
+  -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11"
+  /><path d="M17.744 13.74a6 6 0 0 0 -7.486 -7.482m-2.499 1.497a6 6 0 1 0 8.48
+  8.49" /><path d="M3 3l18 18" /></svg>
+wash: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
+  icon-tabler-wash" width="24" height="24" viewBox="0 0 24 24" stroke-width="2"
+  stroke="currentColor" fill="none" stroke-linecap="round"
+  stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"
+  fill="none"/><path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539
+  -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21
+  .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007
+  1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 -.002 .339 -.014 .503 -.034"
+  /><path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973
+  -1.671l1.721 -10.329" /></svg>
 wave-saw-tool: <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler
   icon-tabler-wave-saw-tool" width="24" height="24" viewBox="0 0 24 24"
   stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"