@tabler/icons 1.45.0 → 1.46.0

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 (62) hide show
  1. package/iconfont/fonts/tabler-icons.eot +0 -0
  2. package/iconfont/fonts/tabler-icons.svg +100 -49
  3. package/iconfont/fonts/tabler-icons.ttf +0 -0
  4. package/iconfont/fonts/tabler-icons.woff +0 -0
  5. package/iconfont/fonts/tabler-icons.woff2 +0 -0
  6. package/iconfont/tabler-icons.css +69 -1
  7. package/iconfont/tabler-icons.html +155 -2
  8. package/iconfont/tabler-icons.min.css +2 -2
  9. package/iconfont/tabler-icons.scss +35 -1
  10. package/icons/brand-notion.svg +11 -0
  11. package/icons/device-watch-stats-2.svg +9 -0
  12. package/icons/device-watch-stats.svg +11 -0
  13. package/icons/engine.svg +10 -0
  14. package/icons/git-pull-request-closed.svg +11 -0
  15. package/icons/hotel-service.svg +6 -0
  16. package/icons/lemon-2.svg +6 -0
  17. package/icons/map-search.svg +10 -0
  18. package/icons/puzzle-2.svg +10 -0
  19. package/icons/report-search.svg +12 -0
  20. package/icons/rotate-360.svg +7 -0
  21. package/icons/tag.svg +2 -2
  22. package/icons/tags.svg +8 -0
  23. package/icons/text-resize.svg +15 -0
  24. package/icons/trash-x.svg +9 -0
  25. package/icons/user-search.svg +9 -0
  26. package/icons/world-download.svg +11 -0
  27. package/icons/world-upload.svg +11 -0
  28. package/icons-png/brand-notion.png +0 -0
  29. package/icons-png/device-watch-stats-2.png +0 -0
  30. package/icons-png/device-watch-stats.png +0 -0
  31. package/icons-png/engine.png +0 -0
  32. package/icons-png/git-pull-request-closed.png +0 -0
  33. package/icons-png/hotel-service.png +0 -0
  34. package/icons-png/lemon-2.png +0 -0
  35. package/icons-png/map-search.png +0 -0
  36. package/icons-png/puzzle-2.png +0 -0
  37. package/icons-png/report-search.png +0 -0
  38. package/icons-png/rotate-360.png +0 -0
  39. package/icons-png/tag.png +0 -0
  40. package/icons-png/tags.png +0 -0
  41. package/icons-png/text-resize.png +0 -0
  42. package/icons-png/trash-x.png +0 -0
  43. package/icons-png/user-search.png +0 -0
  44. package/icons-png/world-download.png +0 -0
  45. package/icons-png/world-upload.png +0 -0
  46. package/icons-react/dist/index.cjs.js +669 -5
  47. package/icons-react/dist/index.cjs.js.map +1 -1
  48. package/icons-react/dist/index.cjs.min.js +1 -1
  49. package/icons-react/dist/index.cjs.min.js.map +1 -1
  50. package/icons-react/dist/index.esm.js +653 -6
  51. package/icons-react/dist/index.esm.js.map +1 -1
  52. package/icons-react/dist/index.esm.min.js +1 -1
  53. package/icons-react/dist/index.esm.min.js.map +1 -1
  54. package/icons-react/dist/index.umd.js +669 -5
  55. package/icons-react/dist/index.umd.js.map +1 -1
  56. package/icons-react/dist/index.umd.min.js +1 -1
  57. package/icons-react/dist/index.umd.min.js.map +1 -1
  58. package/icons-react/index.d.ts +17 -0
  59. package/package.json +3 -3
  60. package/tabler-sprite-nostroke.svg +1 -1
  61. package/tabler-sprite.svg +1 -1
  62. package/tags.json +176 -17
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hotel-service" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M8.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5z" />
4
+ </svg>
5
+
6
+
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lemon-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a1.999 1.999 0 0 1 1.611 -.815z" />
4
+ </svg>
5
+
6
+
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-map-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v10" />
4
+ <path d="M9 4v13" />
5
+ <path d="M15 7v5" />
6
+ <circle cx="16.5" cy="17.5" r="2.5" />
7
+ <path d="M18.5 19.5l2.5 2.5" />
8
+ </svg>
9
+
10
+
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-puzzle-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <rect x="4" y="4" width="16" height="16" rx="2" />
4
+ <path d="M12 4v2.5a0.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a0.5 .5 0 0 1 .5 .5v1.5" />
5
+ <path d="M12 12v1.5a0.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a0.5 .5 0 0 0 -.5 .5v2.5" />
6
+ <path d="M20 12h-2.5a0.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a0.5 .5 0 0 1 -.5 .5h-1.5" />
7
+ <path d="M12 12h-1.5a0.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a0.5 .5 0 0 0 -.5 -.5h-2.5" />
8
+ </svg>
9
+
10
+
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-report-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" />
4
+ <path d="M18 12v-5a2 2 0 0 0 -2 -2h-2" />
5
+ <rect x="8" y="3" width="6" height="4" rx="2" />
6
+ <path d="M8 11h4" />
7
+ <path d="M8 15h3" />
8
+ <circle cx="16.5" cy="17.5" r="2.5" />
9
+ <path d="M18.5 19.5l2.5 2.5" />
10
+ </svg>
11
+
12
+
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-rotate-360" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M12 16h4v4" />
4
+ <path d="M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515" />
5
+ </svg>
6
+
7
+
package/icons/tag.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tag" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
2
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
- <path d="M11 3l9 9a1.5 1.5 0 0 1 0 2l-6 6a1.5 1.5 0 0 1 -2 0l-9 -9v-4a4 4 0 0 1 4 -4h4" />
4
- <circle cx="9" cy="9" r="2" />
3
+ <circle cx="8.5" cy="8.5" r="1" fill="currentColor" />
4
+ <path d="M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z" />
5
5
  </svg>
6
6
 
7
7
 
package/icons/tags.svg ADDED
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tags" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M7.859 6h-2.834a2.025 2.025 0 0 0 -2.025 2.025v2.834c0 .537 .213 1.052 .593 1.432l6.116 6.116a2.025 2.025 0 0 0 2.864 0l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-6.117 -6.116a2.025 2.025 0 0 0 -1.431 -.593z" />
4
+ <path d="M17.573 18.407l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-7.117 -7.116" />
5
+ <path d="M6 9h-.01" />
6
+ </svg>
7
+
8
+
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-text-resize" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <circle cx="5" cy="5" r="2" />
4
+ <circle cx="19" cy="5" r="2" />
5
+ <circle cx="5" cy="19" r="2" />
6
+ <circle cx="19" cy="19" r="2" />
7
+ <path d="M5 7v10" />
8
+ <path d="M7 5h10" />
9
+ <path d="M7 19h10" />
10
+ <path d="M19 7v10" />
11
+ <path d="M10 10h4" />
12
+ <path d="M12 14v-4" />
13
+ </svg>
14
+
15
+
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trash-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M4 7h16" />
4
+ <path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" />
5
+ <path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" />
6
+ <path d="M10 12l4 4m0 -4l-4 4" />
7
+ </svg>
8
+
9
+
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <circle cx="12" cy="7" r="4" />
4
+ <path d="M6 21v-2a4 4 0 0 1 4 -4h1" />
5
+ <circle cx="16.5" cy="17.5" r="2.5" />
6
+ <path d="M18.5 19.5l2.5 2.5" />
7
+ </svg>
8
+
9
+
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-world-download" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M21 12a9 9 0 1 0 -9 9" />
4
+ <path d="M3.6 9h16.8" />
5
+ <path d="M3.6 15h8.4" />
6
+ <path d="M11.578 3a17 17 0 0 0 0 18" />
7
+ <path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" />
8
+ <path d="M18 14v7m-3 -3l3 3l3 -3" />
9
+ </svg>
10
+
11
+
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-world-upload" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M21 12a9 9 0 1 0 -9 9" />
4
+ <path d="M3.6 9h16.8" />
5
+ <path d="M3.6 15h8.4" />
6
+ <path d="M11.578 3a17 17 0 0 0 0 18" />
7
+ <path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" />
8
+ <path d="M18 21v-7m3 3l-3 -3l-3 3" />
9
+ </svg>
10
+
11
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/icons-png/tag.png CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file