@tabler/icons 3.17.0 → 3.19.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 (52) hide show
  1. package/README.md +1 -1
  2. package/categories/outline/Arrows/arrow-down-dashed.svg +17 -0
  3. package/categories/outline/Arrows/arrow-left-dashed.svg +17 -0
  4. package/categories/outline/Arrows/arrow-narrow-down-dashed.svg +17 -0
  5. package/categories/outline/Arrows/arrow-narrow-left-dashed.svg +17 -0
  6. package/categories/outline/Arrows/arrow-narrow-right-dashed.svg +17 -0
  7. package/categories/outline/Arrows/arrow-narrow-up-dashed.svg +17 -0
  8. package/categories/outline/Arrows/arrow-right-dashed.svg +17 -0
  9. package/categories/outline/Arrows/arrow-up-dashed.svg +17 -0
  10. package/categories/outline/Buildings/building-cog.svg +28 -0
  11. package/categories/outline/Buildings/building-minus.svg +22 -0
  12. package/categories/outline/Buildings/building-plus.svg +23 -0
  13. package/icons/filled/favicon.svg +12 -0
  14. package/icons/filled/icons.svg +15 -0
  15. package/icons/filled/ironing-1.svg +11 -0
  16. package/icons/filled/ironing-2.svg +11 -0
  17. package/icons/filled/ironing-3.svg +11 -0
  18. package/icons/filled/ironing-steam.svg +14 -0
  19. package/icons/filled/sitemap.svg +14 -0
  20. package/icons/outline/arrow-down-dashed.svg +17 -0
  21. package/icons/outline/arrow-left-dashed.svg +17 -0
  22. package/icons/outline/arrow-narrow-down-dashed.svg +17 -0
  23. package/icons/outline/arrow-narrow-left-dashed.svg +17 -0
  24. package/icons/outline/arrow-narrow-right-dashed.svg +17 -0
  25. package/icons/outline/arrow-narrow-up-dashed.svg +17 -0
  26. package/icons/outline/arrow-right-dashed.svg +17 -0
  27. package/icons/outline/arrow-up-dashed.svg +17 -0
  28. package/icons/outline/building-cog.svg +28 -0
  29. package/icons/outline/building-minus.svg +22 -0
  30. package/icons/outline/building-plus.svg +23 -0
  31. package/icons/outline/joker.svg +18 -0
  32. package/icons/outline/number-10.svg +16 -0
  33. package/icons/outline/number-11.svg +16 -0
  34. package/icons/outline/play-card-1.svg +18 -0
  35. package/icons/outline/play-card-10.svg +19 -0
  36. package/icons/outline/play-card-2.svg +18 -0
  37. package/icons/outline/play-card-3.svg +18 -0
  38. package/icons/outline/play-card-4.svg +19 -0
  39. package/icons/outline/play-card-5.svg +18 -0
  40. package/icons/outline/play-card-6.svg +18 -0
  41. package/icons/outline/play-card-7.svg +18 -0
  42. package/icons/outline/play-card-8.svg +19 -0
  43. package/icons/outline/play-card-9.svg +18 -0
  44. package/icons/outline/play-card-a.svg +19 -0
  45. package/icons/outline/play-card-j.svg +18 -0
  46. package/icons/outline/play-card-k.svg +20 -0
  47. package/icons/outline/play-card-q.svg +19 -0
  48. package/icons/outline/play-card-star.svg +18 -0
  49. package/icons.json +413 -1
  50. package/package.json +1 -1
  51. package/tabler-nodes-filled.json +122 -0
  52. package/tabler-nodes-outline.json +838 -0
@@ -0,0 +1,19 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-10"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M9 9v6" />
18
+ <path d="M12 13c0 1.105 .672 2 1.5 2s1.5 -.895 1.5 -2v-2c0 -1.105 -.672 -2 -1.5 -2s-1.5 .895 -1.5 2z" />
19
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-2"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 9h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" />
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-3"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 9h2.5a1.5 1.5 0 0 1 0 3h-1.5h1.5a1.5 1.5 0 0 1 0 3h-2.5" />
18
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-4"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 9v2a1 1 0 0 0 1 1h3" />
18
+ <path d="M14 9v6" />
19
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-5"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 15h3a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3v-3h4" />
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-6"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M14 9h-3a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3" />
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-7"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M10 9h4l-2 6" />
16
+ <path d="M8 6h.01" />
17
+ <path d="M16 18h.01" />
18
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-8"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M12 12h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1z" />
18
+ <path d="M12 12h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1" />
19
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-9"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 15h3a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" />
18
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-a"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 15v-4a2 2 0 1 1 4 0v4" />
18
+ <path d="M10 13h4" />
19
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-j"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 9h4v4a2 2 0 1 1 -4 0" />
18
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-k"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M10 9v6" />
18
+ <path d="M14 9l-3 3l3 3" />
19
+ <path d="M10 12h1" />
20
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-q"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M12 9a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2" />
18
+ <path d="M13 14l1.5 1.5" />
19
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-play-card-star"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />
15
+ <path d="M8 6h.01" />
16
+ <path d="M16 18h.01" />
17
+ <path d="M11.75 14.112l-1.63 .853a.294 .294 0 0 1 -.425 -.307l.31 -1.808l-1.317 -1.28a.292 .292 0 0 1 .163 -.499l1.82 -.264l.815 -1.644a.294 .294 0 0 1 .527 0l.814 1.644l1.82 .264a.292 .292 0 0 1 .164 .499l-1.318 1.28l.31 1.807a.292 .292 0 0 1 -.425 .308z" />
18
+ </svg>