@tabler/icons 3.31.0 → 3.32.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 (56) hide show
  1. package/README.md +1 -1
  2. package/categories/outline/Arrows/arrow-bar-to-down-dashed.svg +18 -0
  3. package/categories/outline/Arrows/arrow-bar-to-left-dashed.svg +18 -0
  4. package/categories/outline/Arrows/arrow-bar-to-right-dashed.svg +18 -0
  5. package/categories/outline/Arrows/arrow-bar-to-up-dashed.svg +18 -0
  6. package/categories/outline/Sytem/filter-2-bolt.svg +18 -0
  7. package/categories/outline/Sytem/filter-2-cancel.svg +18 -0
  8. package/categories/outline/Sytem/filter-2-check.svg +18 -0
  9. package/categories/outline/Sytem/filter-2-code.svg +19 -0
  10. package/categories/outline/Sytem/filter-2-cog.svg +18 -0
  11. package/categories/outline/Sytem/filter-2-discount.svg +20 -0
  12. package/categories/outline/Sytem/filter-2-dollar.svg +18 -0
  13. package/categories/outline/Sytem/filter-2-down.svg +20 -0
  14. package/categories/outline/Sytem/filter-2-edit.svg +18 -0
  15. package/categories/outline/Sytem/filter-2-exclamation.svg +18 -0
  16. package/categories/outline/Sytem/filter-2-minus.svg +18 -0
  17. package/categories/outline/Sytem/filter-2-pause.svg +19 -0
  18. package/categories/outline/Sytem/filter-2-pin.svg +18 -0
  19. package/categories/outline/Sytem/filter-2-plus.svg +19 -0
  20. package/categories/outline/Sytem/filter-2-question.svg +19 -0
  21. package/categories/outline/Sytem/filter-2-search.svg +19 -0
  22. package/categories/outline/Sytem/filter-2-share.svg +20 -0
  23. package/categories/outline/Sytem/filter-2-spark.svg +18 -0
  24. package/categories/outline/Sytem/filter-2-up.svg +18 -0
  25. package/categories/outline/Sytem/filter-2-x.svg +18 -0
  26. package/categories/outline/Sytem/filter-2.svg +17 -0
  27. package/icons/outline/arrow-bar-to-down-dashed.svg +18 -0
  28. package/icons/outline/arrow-bar-to-left-dashed.svg +18 -0
  29. package/icons/outline/arrow-bar-to-right-dashed.svg +18 -0
  30. package/icons/outline/arrow-bar-to-up-dashed.svg +18 -0
  31. package/icons/outline/chalkboard-teacher.svg +17 -0
  32. package/icons/outline/filter-2-bolt.svg +18 -0
  33. package/icons/outline/filter-2-cancel.svg +18 -0
  34. package/icons/outline/filter-2-check.svg +18 -0
  35. package/icons/outline/filter-2-code.svg +19 -0
  36. package/icons/outline/filter-2-cog.svg +18 -0
  37. package/icons/outline/filter-2-discount.svg +20 -0
  38. package/icons/outline/filter-2-dollar.svg +18 -0
  39. package/icons/outline/filter-2-down.svg +20 -0
  40. package/icons/outline/filter-2-edit.svg +18 -0
  41. package/icons/outline/filter-2-exclamation.svg +18 -0
  42. package/icons/outline/filter-2-minus.svg +18 -0
  43. package/icons/outline/filter-2-pause.svg +19 -0
  44. package/icons/outline/filter-2-pin.svg +18 -0
  45. package/icons/outline/filter-2-plus.svg +19 -0
  46. package/icons/outline/filter-2-question.svg +19 -0
  47. package/icons/outline/filter-2-search.svg +19 -0
  48. package/icons/outline/filter-2-share.svg +20 -0
  49. package/icons/outline/filter-2-spark.svg +18 -0
  50. package/icons/outline/filter-2-up.svg +18 -0
  51. package/icons/outline/filter-2-x.svg +18 -0
  52. package/icons/outline/filter-2.svg +17 -0
  53. package/icons/outline/filter-spark.svg +16 -0
  54. package/icons.json +297 -0
  55. package/package.json +1 -1
  56. package/tabler-nodes-outline.json +744 -0
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- A set of <!--icons-count-->5880<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
8
+ A set of <!--icons-count-->5907<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
9
9
  <p>
10
10
 
11
11
  <p align="center">
@@ -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-arrow-bar-to-down-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M12 14v-10" />
15
+ <path d="M12 14l4 -4" />
16
+ <path d="M12 14l-4 -4" />
17
+ <path d="M4 20h3m13 0h-3m-3.5 0h-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-arrow-bar-to-left-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M10 12l10 0" />
15
+ <path d="M10 12l4 -4" />
16
+ <path d="M10 12l4 4" />
17
+ <path d="M4 20l0 -3m0 -13l0 3m0 3.5l0 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-arrow-bar-to-right-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M14 12l-10 0" />
15
+ <path d="M14 12l-4 4" />
16
+ <path d="M14 12l-4 -4" />
17
+ <path d="M20 4l0 3m0 13l0 -3m0 -3.5l0 -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-arrow-bar-to-up-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M12 10v10" />
15
+ <path d="M12 10l4 4" />
16
+ <path d="M12 10l-4 4" />
17
+ <path d="M4 4h3m13 0h-3m-3.5 0h-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-filter-2-bolt"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h4" />
17
+ <path d="M19 16l-2 3h4l-2 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-filter-2-cancel"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3" />
17
+ <path d="M17 21l4 -4m-5 2c0 .796 .316 1.559 .879 2.121c.563 .563 1.326 .879 2.121 .879c.796 0 1.559 -.316 2.121 -.879c.563 -.563 .879 -1.326 .879 -2.121c0 -.796 -.316 -1.559 -.879 -2.121c-.563 -.563 -1.326 -.879 -2.121 -.879c-.796 0 -1.559 .316 -2.121 .879c-.563 .563 -.879 1.326 -.879 2.121z" />
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-filter-2-check"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h2" />
17
+ <path d="M15 18l2 2l4 -4" />
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-filter-2-code"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h2" />
17
+ <path d="M17 17l-2 2l2 2" />
18
+ <path d="M20 21l2 -2l-2 -2" />
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-filter-2-cog"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3" />
17
+ <path d="M19.001 21c-.53 0 -1.039 -.211 -1.414 -.586c-.375 -.375 -.586 -.884 -.586 -1.414c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586m0 4c.53 0 1.039 -.211 1.414 -.586c.375 -.375 .586 -.884 .586 -1.414c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586m0 4v1.5m0 -5.5v-1.5m3.031 1.75l-1.299 .75m-3.463 2l-1.3 .75m0 -3.5l1.3 .75m3.463 2l1.3 .75" />
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-filter-2-discount"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3" />
17
+ <path d="M16 16v.01" />
18
+ <path d="M16 21l5 -5" />
19
+ <path d="M21 21v.01" />
20
+ </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-filter-2-dollar"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h10" />
16
+ <path d="M9 18h4" />
17
+ <path d="M21 15h-2m-2 6h2m0 0v1m0 -1h.5c.398 0 .779 -.158 1.061 -.439c.281 -.281 .439 -.663 .439 -1.061c0 -.398 -.158 -.779 -.439 -1.061c-.281 -.281 -.663 -.439 -1.061 -.439h-1c-.398 0 -.779 -.158 -1.061 -.439c-.281 -.281 -.439 -.663 -.439 -1.061c0 -.398 .158 -.779 .439 -1.061c.281 -.281 .663 -.439 1.061 -.439h.5m0 -1v1" />
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-filter-2-down"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3" />
17
+ <path d="M19 16v6" />
18
+ <path d="M19 22l3 -3" />
19
+ <path d="M19 22l-3 -3" />
20
+ </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-filter-2-edit"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h11" />
16
+ <path d="M9 18h2" />
17
+ <path d="M18.42 15.61c.195 -.195 .426 -.35 .681 -.455c.255 -.106 .528 -.16 .804 -.16c.276 0 .549 .054 .804 .16c.255 .106 .486 .26 .681 .455c.195 .195 .35 .427 .455 .681c.106 .255 .16 .528 .16 .804c0 .276 -.054 .549 -.16 .804c-.105 .255 -.26 .486 -.455 .681l-3.39 3.42h-3v-3l3.42 -3.39z" />
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-filter-2-exclamation"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h6" />
17
+ <path d="M19 16v3m0 3v.01" />
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-filter-2-minus"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3" />
17
+ <path d="M16 19h6" />
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-filter-2-pause"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h4" />
17
+ <path d="M17 17v5" />
18
+ <path d="M21 17v5" />
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-filter-2-pin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h10" />
16
+ <path d="M9 18h3" />
17
+ <path d="M19 18v.01m2.121 2.111c.42 -.419 .706 -.954 .821 -1.536c.116 -.582 .056 -1.185 -.17 -1.733c-.227 -.548 -.611 -1.017 -1.105 -1.347c-.493 -.33 -1.073 -.506 -1.667 -.506c-.593 0 -1.173 .176 -1.667 .506c-.493 .33 -.878 .798 -1.105 1.347c-.227 .548 -.286 1.151 -.17 1.733c.116 .582 .402 1.116 .821 1.536c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />
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-filter-2-plus"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h10" />
16
+ <path d="M9 18h3" />
17
+ <path d="M19 15v6" />
18
+ <path d="M16 18h6" />
19
+ </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-filter-2-question"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h10.5" />
16
+ <path d="M9 18h5" />
17
+ <path d="M19 22v.01" />
18
+ <path d="M19 19c.448 -.001 .883 -.153 1.235 -.431c.352 -.278 .6 -.666 .706 -1.101c.105 -.436 .061 -.894 -.125 -1.302c-.186 -.408 -.504 -.742 -.902 -.948c-.398 -.204 -.853 -.267 -1.291 -.179c-.438 .088 -.834 .321 -1.123 .662" />
19
+ </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-filter-2-search"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h8.5" />
16
+ <path d="M9 18h2" />
17
+ <path d="M15 18c0 .796 .316 1.559 .879 2.121c.563 .563 1.326 .879 2.121 .879c.796 0 1.559 -.316 2.121 -.879c.563 -.563 .879 -1.326 .879 -2.121c0 -.796 -.316 -1.559 -.879 -2.121c-.563 -.563 -1.326 -.879 -2.121 -.879c-.796 0 -1.559 .316 -2.121 .879c-.563 .563 -.879 1.326 -.879 2.121z" />
18
+ <path d="M20.2 20.2l1.8 1.8" />
19
+ </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-filter-2-share"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3.5" />
17
+ <path d="M16 22l5 -5" />
18
+ <path d="M21 17v4.5" />
19
+ <path d="M21 17h-4.5" />
20
+ </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-filter-2-spark"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h9.5" />
16
+ <path d="M9 18h2.5" />
17
+ <path d="M19 21.5c.205 -.849 .641 -1.625 1.258 -2.242c.617 -.617 1.393 -1.053 2.242 -1.258c-.849 -.205 -1.625 -.641 -2.242 -1.258c-.617 -.617 -1.053 -1.393 -1.258 -2.242c-.205 .849 -.641 1.625 -1.258 2.242c-.617 .617 -1.393 1.053 -2.242 1.258c.849 .205 1.625 .641 2.242 1.258c.617 .617 1.053 1.393 1.258 2.242z" />
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-filter-2-up"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3" />
17
+ <path d="M19 22v-6m0 0l3 3m-3 -3l-3 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-filter-2-x"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h4" />
17
+ <path d="M22 22l-5 -5m0 5l5 -5" />
18
+ </svg>
@@ -0,0 +1,17 @@
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-filter-2"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h6" />
17
+ </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-arrow-bar-to-down-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M12 14v-10" />
15
+ <path d="M12 14l4 -4" />
16
+ <path d="M12 14l-4 -4" />
17
+ <path d="M4 20h3m13 0h-3m-3.5 0h-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-arrow-bar-to-left-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M10 12l10 0" />
15
+ <path d="M10 12l4 -4" />
16
+ <path d="M10 12l4 4" />
17
+ <path d="M4 20l0 -3m0 -13l0 3m0 3.5l0 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-arrow-bar-to-right-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M14 12l-10 0" />
15
+ <path d="M14 12l-4 4" />
16
+ <path d="M14 12l-4 -4" />
17
+ <path d="M20 4l0 3m0 13l0 -3m0 -3.5l0 -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-arrow-bar-to-up-dashed"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M12 10v10" />
15
+ <path d="M12 10l4 4" />
16
+ <path d="M12 10l-4 4" />
17
+ <path d="M4 4h3m13 0h-3m-3.5 0h-3" />
18
+ </svg>
@@ -0,0 +1,17 @@
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-chalkboard-teacher"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v11a1 1 0 0 1 -1 1" />
15
+ <path d="M12 14a2 2 0 1 0 4.001 -.001a2 2 0 0 0 -4.001 .001" />
16
+ <path d="M17 19a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2" />
17
+ </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-filter-2-bolt"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h4" />
17
+ <path d="M19 16l-2 3h4l-2 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-filter-2-cancel"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 6h16" />
15
+ <path d="M6 12h12" />
16
+ <path d="M9 18h3" />
17
+ <path d="M17 21l4 -4m-5 2c0 .796 .316 1.559 .879 2.121c.563 .563 1.326 .879 2.121 .879c.796 0 1.559 -.316 2.121 -.879c.563 -.563 .879 -1.326 .879 -2.121c0 -.796 -.316 -1.559 -.879 -2.121c-.563 -.563 -1.326 -.879 -2.121 -.879c-.796 0 -1.559 .316 -2.121 .879c-.563 .563 -.879 1.326 -.879 2.121z" />
18
+ </svg>