@tabler/icons 1.44.0 → 1.45.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 (69) hide show
  1. package/README.md +41 -0
  2. package/iconfont/fonts/tabler-icons.eot +0 -0
  3. package/iconfont/fonts/tabler-icons.svg +105 -54
  4. package/iconfont/fonts/tabler-icons.ttf +0 -0
  5. package/iconfont/fonts/tabler-icons.woff +0 -0
  6. package/iconfont/fonts/tabler-icons.woff2 +0 -0
  7. package/iconfont/tabler-icons.css +69 -1
  8. package/iconfont/tabler-icons.html +155 -2
  9. package/iconfont/tabler-icons.min.css +2 -2
  10. package/iconfont/tabler-icons.scss +35 -1
  11. package/icons/.DS_Store +0 -0
  12. package/icons/brand-airtable.svg +8 -0
  13. package/icons/brand-angular.svg +8 -0
  14. package/icons/brand-cucumber.svg +13 -0
  15. package/icons/brand-doctrine.svg +9 -0
  16. package/icons/brand-firebase.svg +8 -0
  17. package/icons/brand-git.svg +12 -0
  18. package/icons/brand-loom.svg +9 -0
  19. package/icons/brand-netbeans.svg +12 -0
  20. package/icons/brand-php.svg +10 -0
  21. package/icons/brand-react-native.svg +12 -0
  22. package/icons/brand-sublime-text.svg +9 -0
  23. package/icons/brand-uber.svg +8 -0
  24. package/icons/brand-visual-studio.svg +6 -0
  25. package/icons/currency-dogecoin.svg +2 -2
  26. package/icons/language-hiragana.svg +10 -0
  27. package/icons/language-katakana.svg +9 -0
  28. package/icons/language.svg +5 -2
  29. package/icons/prison.svg +13 -0
  30. package/icons/strikethrough.svg +2 -2
  31. package/icons/wall.svg +14 -0
  32. package/icons-png/.DS_Store +0 -0
  33. package/icons-png/brand-airtable.png +0 -0
  34. package/icons-png/brand-angular.png +0 -0
  35. package/icons-png/brand-cucumber.png +0 -0
  36. package/icons-png/brand-doctrine.png +0 -0
  37. package/icons-png/brand-firebase.png +0 -0
  38. package/icons-png/brand-git.png +0 -0
  39. package/icons-png/brand-loom.png +0 -0
  40. package/icons-png/brand-netbeans.png +0 -0
  41. package/icons-png/brand-php.png +0 -0
  42. package/icons-png/brand-react-native.png +0 -0
  43. package/icons-png/brand-sublime-text.png +0 -0
  44. package/icons-png/brand-uber.png +0 -0
  45. package/icons-png/brand-visual-studio.png +0 -0
  46. package/icons-png/currency-dogecoin.png +0 -0
  47. package/icons-png/language-hiragana.png +0 -0
  48. package/icons-png/language-katakana.png +0 -0
  49. package/icons-png/language.png +0 -0
  50. package/icons-png/prison.png +0 -0
  51. package/icons-png/strikethrough.png +0 -0
  52. package/icons-png/wall.png +0 -0
  53. package/icons-react/dist/index.cjs.js +666 -7
  54. package/icons-react/dist/index.cjs.js.map +1 -1
  55. package/icons-react/dist/index.cjs.min.js +1 -1
  56. package/icons-react/dist/index.cjs.min.js.map +1 -1
  57. package/icons-react/dist/index.esm.js +650 -8
  58. package/icons-react/dist/index.esm.js.map +1 -1
  59. package/icons-react/dist/index.esm.min.js +1 -1
  60. package/icons-react/dist/index.esm.min.js.map +1 -1
  61. package/icons-react/dist/index.umd.js +666 -7
  62. package/icons-react/dist/index.umd.js.map +1 -1
  63. package/icons-react/dist/index.umd.min.js +1 -1
  64. package/icons-react/dist/index.umd.min.js.map +1 -1
  65. package/icons-react/index.d.ts +17 -0
  66. package/package.json +1 -1
  67. package/tabler-sprite-nostroke.svg +1 -1
  68. package/tabler-sprite.svg +1 -1
  69. package/tags.json +198 -20
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-netbeans" 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="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573h-.029z" />
4
+ <path d="M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014z" />
5
+ <path d="M12 21v-9l-7.5 -4.5" />
6
+ <path d="M12 12l7.5 -4.5" />
7
+ <path d="M12 3v4.5" />
8
+ <path d="M19.5 16l-3.5 -2" />
9
+ <path d="M8 14l-3.5 2" />
10
+ </svg>
11
+
12
+
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-php" 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
+ <ellipse cx="12" cy="12" rx="10" ry="9" />
4
+ <path d="M5.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" />
5
+ <path d="M15.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" />
6
+ <path d="M12 7.5l-1 5.5" />
7
+ <path d="M11.6 10h2.4l-.5 3" />
8
+ </svg>
9
+
10
+
@@ -0,0 +1,12 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-react-native" 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="M6.357 9c-2.637 .68 -4.357 1.845 -4.357 3.175c0 2.107 4.405 3.825 9.85 3.825c.74 0 1.26 -.039 1.95 -.097" />
4
+ <path d="M9.837 15.9c-.413 -.596 -.806 -1.133 -1.18 -1.8c-2.751 -4.9 -3.488 -9.77 -1.63 -10.873c1.15 -.697 3.047 .253 4.974 2.254" />
5
+ <path d="M6.429 15.387c-.702 2.688 -.56 4.716 .56 5.395c1.783 1.08 5.387 -1.958 8.043 -6.804c.36 -.67 .683 -1.329 .968 -1.978" />
6
+ <path d="M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85 -1.102 1.121 -5.972 -1.633 -10.873c-.384 -.677 -.777 -1.204 -1.18 -1.8" />
7
+ <path d="M17.66 15c2.612 -.687 4.34 -1.85 4.34 -3.176c0 -2.11 -4.408 -3.824 -9.845 -3.824c-.747 0 -1.266 .029 -1.955 .087" />
8
+ <path d="M8 12c.285 -.66 .607 -1.308 .968 -1.978c2.647 -4.844 6.253 -7.89 8.046 -6.801c1.11 .679 1.262 2.706 .56 5.393" />
9
+ <path d="M12.26 12.015h-.01c-.01 .13 -.12 .24 -.26 .24a0.263 .263 0 0 1 -.25 -.26c0 -.14 .11 -.25 .24 -.25h-.01c.13 -.01 .25 .11 .25 .24" />
10
+ </svg>
11
+
12
+
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-sublime-text" 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="M19 8l-14 4.5v-5.5l14 -4.5z" />
4
+ <path d="M19 17l-14 4.5v-5.5l14 -4.5z" />
5
+ <path d="M19 11.5l-14 -4.5" />
6
+ <path d="M5 12.5l14 4.5" />
7
+ </svg>
8
+
9
+
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-uber" 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="12" r="9" />
4
+ <rect x="9" y="9" width="6" height="6" rx="1" />
5
+ <path d="M3 12h6" />
6
+ </svg>
7
+
8
+
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-visual-studio" 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 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1z" />
4
+ </svg>
5
+
6
+
@@ -1,8 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-currency-dogecoin" 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
3
  <path d="M6 12h6" />
4
- <path d="M8 5v14" />
5
- <path d="M5 19h7a7 7 0 0 0 0 -14h-7" />
4
+ <path d="M9 6v12" />
5
+ <path d="M6 18h6a6 6 0 1 0 0 -12h-6" />
6
6
  </svg>
7
7
 
8
8
 
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language-hiragana" 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 5h7" />
4
+ <path d="M7 4c0 4.846 0 7 .5 8" />
5
+ <path d="M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143" />
6
+ <path d="M12 20l4 -9l4 9" />
7
+ <path d="M19.1 18h-6.2" />
8
+ </svg>
9
+
10
+
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language-katakana" 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="M5 5h6.586a1 1 0 0 1 .707 1.707l-1.293 1.293" />
4
+ <path d="M8 8c0 1.5 .5 3 -2 5" />
5
+ <path d="M12 20l4 -9l4 9" />
6
+ <path d="M19.1 18h-6.2" />
7
+ </svg>
8
+
9
+
@@ -1,7 +1,10 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" 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="M5 7h7m-2 -2v2a5 8 0 0 1 -5 8m1 -4a7 4 0 0 0 6.7 4" />
4
- <path d="M11 19l4 -9l4 9m-.9 -2h-6.2" />
3
+ <path d="M4 5h7" />
4
+ <path d="M9 3v2c0 4.418 -2.239 8 -5 8" />
5
+ <path d="M5 9c-.003 2.144 2.952 3.908 6.7 4" />
6
+ <path d="M12 20l4 -9l4 9" />
7
+ <path d="M19.1 18h-6.2" />
5
8
  </svg>
6
9
 
7
10
 
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-prison" 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 4v16" />
4
+ <path d="M14 4v16" />
5
+ <path d="M6 4v5" />
6
+ <path d="M6 15v5" />
7
+ <path d="M10 4v5" />
8
+ <path d="M11 9h-6v6h6z" />
9
+ <path d="M10 15v5" />
10
+ <path d="M8 12h-.01" />
11
+ </svg>
12
+
13
+
@@ -1,7 +1,7 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-strikethrough" 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="M7 5v9a5 5 0 0 0 10 0v-9" />
4
- <path d="M4 12h16" />
3
+ <line x1="5" y1="12" x2="19" y2="12" />
4
+ <path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" />
5
5
  </svg>
6
6
 
7
7
 
package/icons/wall.svg ADDED
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-wall" 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="M4 8h16" />
5
+ <path d="M20 12h-16" />
6
+ <path d="M4 16h16" />
7
+ <path d="M9 4v4" />
8
+ <path d="M14 8v4" />
9
+ <path d="M8 12v4" />
10
+ <path d="M16 12v4" />
11
+ <path d="M11 16v4" />
12
+ </svg>
13
+
14
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file