@iconify-json/tabler 1.2.25 → 1.2.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/icons.json +5 -2
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -6281,7 +6281,7 @@
6281
6281
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 6l4 6l5-4l-2 10H5L3 8l5 4z\"/>"
6282
6282
  },
6283
6283
  "crown-filled": {
6284
- "body": "<path fill=\"currentColor\" d=\"M19 19H5c-.5 0-.9-.3-1-.8l-2-10c0-.4.1-.8.5-1.1c.4-.2.8-.2 1.1 0l4.1 3.3l3.4-5.1c.4-.6 1.3-.6 1.7 0l3.4 5.1l4.1-3.3c.3-.3.8-.3 1.1 0c.4.2.5.6.5 1.1l-2 10c0 .5-.5.8-1 .8Z\"/>"
6284
+ "body": "<path fill=\"currentColor\" d=\"M19 19H5c-.5 0-.9-.3-1-.8l-2-10c0-.4.1-.8.5-1.1c.4-.2.8-.2 1.1 0l4.1 3.3l3.4-5.1c.4-.6 1.3-.6 1.7 0l3.4 5.1l4.1-3.3c.3-.3.8-.3 1.1 0c.4.2.5.6.5 1.1l-2 10c0 .5-.5.8-1 .8z\"/>"
6285
6285
  },
6286
6286
  "crown-off": {
6287
6287
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 18H5L3.135 8.673a.25.25 0 0 1 .4-.244L8 12l1.6-2.4m1.596-2.394L12 6l4 6l4.464-3.571a.25.25 0 0 1 .401.244l-1.363 6.818M3 3l18 18\"/>"
@@ -8850,6 +8850,9 @@
8850
8850
  "folder-open": {
8851
8851
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 19l2.757-7.351A1 1 0 0 1 8.693 11H21a1 1 0 0 1 .986 1.164l-.996 5.211A2 2 0 0 1 19.026 19za2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4l3 3h7a2 2 0 0 1 2 2v2\"/>"
8852
8852
  },
8853
+ "folder-open-filled": {
8854
+ "body": "<path fill=\"currentColor\" d=\"M2 6a3 3 0 0 1 3-3h4l.099.005a1 1 0 0 1 .608.288L12.414 6H19a3 3 0 0 1 2.828 2H7.305a2 2 0 0 0-1.814 1.157l-.058.141l-1.379 3.676a1 1 0 1 0 1.873.702l1.134-3.027A1 1 0 0 1 7.998 10H21l.217.012a2 2 0 0 1 .783.256a2.02 2.02 0 0 1 .928 1.201c.077.28.092.573.045.859l-.005.024l-.995 5.21a3 3 0 0 1-2.686 2.426l-.261.012H5a3 3 0 0 1-3-3z\"/>"
8855
+ },
8853
8856
  "folder-pause": {
8854
8857
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 19H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4l3 3h7a2 2 0 0 1 2 2v4m-4 4v5m4-5v5\"/>"
8855
8858
  },
@@ -18703,7 +18706,7 @@
18703
18706
  "parent": "activity"
18704
18707
  }
18705
18708
  },
18706
- "lastModified": 1766474393,
18709
+ "lastModified": 1767162472,
18707
18710
  "width": 24,
18708
18711
  "height": 24
18709
18712
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "tabler",
3
3
  "name": "Tabler Icons",
4
- "total": 5985,
4
+ "total": 5986,
5
5
  "version": "3.36.0",
6
6
  "author": {
7
7
  "name": "Paweł Kuna",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/tabler",
3
3
  "description": "Tabler Icons icon set in Iconify JSON format",
4
- "version": "1.2.25",
4
+ "version": "1.2.26",
5
5
  "iconSetVersion": "3.36.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",